This is the backend of of the Soccerbet, the app which:
- provides data about soccer teams, rankings in the leagues, upcoming fixtures, available bets on those fixtures.
- simulates betting between users on the available bets
The API will be used to provide the data to the front-end (coming soon)
At the beginning of every week, it will fetch from API-Football all upcoming fixtures from 3 different leagues for the week, and available bets of each fixture. Every hour, it will check if any match was finished and settled all of the bets from that match.
The API is now functional but the following features are still in progress:
- Unit test on how the bets are settled
- Periodic execution of the matches and bets uploading, updating, and bet settling
- Authentication
- Django (DRF) are used to build the API
- Data was fetched from API-Football