This project is an arbitrage betting application that allows users to retrieve and save arbitrage opportunities in sports betting using the Odds API. The project consists of a frontend and backend to manage API key validation, fetch data, process it, and calculate arbitrage opportunities.
Install dependencies.
npm install
Start the backend server.
node app.js
Acces through http://localhost:8000.
- Validate API key.
- Calculate and display arbitrage opportunities from Odds API.
- Save arbitrage data to file.
- Refactor frontend with React.
- Refactor backend and API key handling.
- Host website.