A Streamlit app to calculate potential profits and losses from arbitrage betting. Input American odds and wagers for two teams. The app computes potential profits, bookmaker margins, and checks for arbitrage opportunities. Ideal for optimizing sports betting strategies. Easy-to-use interface.
- Input American odds and wager amounts for two teams
- Calculate potential profit/loss for each outcome
- Determine bookmaker's profit margin
- Identify arbitrage opportunities
- User-friendly interface with streamlined input and output sections
- Clone the repository:
git clone https://github.com/yourusername/arbitrage-betting-calculator.git cd arbitrage-betting-calculator
- Install the required dependencies::
Ensure you have Python installed. It's recommended to use a virtual environment.
pip install streamlit
- Run the Streamlit app::
streamlit run arbitrage.py
- View the app: The app will open in your default web browser. Now enter your data and find out whether an arbitrage exists or not, and how much can you expect to win/lose based on your wager and odds.