This application is designed to provide sports betting arbitrage opportunities. It fetches odds from various bookmakers and calculates potential arbitrage situations.
This tool is for informational purposes only and should not be considered as financial advice. Betting involves financial risks; please use this application responsibly.
- Fetches and displays live sports betting odds.
- Identifies and calculates arbitrage opportunities.
- Filters sports based on user preferences.
To set up this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/KyleTodd/Arby.git
- Navigate to the project directory:
cd Arby
- Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
- Windows: `venv\Scripts\activate`
- Unix/Mac: `source venv/bin/activate`
- Install required packages:
pip install -r requirements.txt
To run the application:
python app.py
Access the application at http://localhost:[PORT]/
.
Set your API keys and other configurations in a .env
file:
API_KEY=your_api_key
PORT=port (5000 reserved for hosting on the cloud)
Contributions to this project are welcome. Please fork the repository and submit a pull request with your changes.