Sports Odds, Arbitrage and +EV-Bets
ArbBets API provides pre-game, live, and historical odds from over 50 sportsbooks. It surfaces real-time arbitrage and +EV value betting opportunities across both pre-game and live markets.
Sports Odds, Arbitrage and +EV-Bets endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
get_fresh_arbitrage_api_v1_arbitrage__region__get /api/v1/arbitrage/{region} |
Triggers a fresh arbitrage scan for the specified region across all configured markets and returns the results. Does NOT update the database. |
| GET |
get_cached_arbitrage_data_api_v1_arbitrage__region__cached_get /api/v1/arbitrage/{region}/cached |
Returns the last generated arbitrage data for the specified region from the cache (CSV files). |
| POST |
trigger_arbitrage_scan_api_v1_arbitrage_scan__region__post /api/v1/arbitrage/scan/{region} |
Triggers a full arbitrage scan for the specified region across all configured markets, updates the database, and generates market-specific cleaned CSVs. Available only for PRO… |
| GET |
health_check_health_get /health |
Returns a 200 OK status if the API is healthy and running. |