Betfair Sportbex API
Access live sports betting data with the high-performance Betfair API. Retrieve real-time sports odds, market data, in-play events, pre-match odds, and covered leagues directly from the Betfair Exchange. Built for speed, accuracy, and reliability, this API is ideal for powering professional-grade betting platforms, fantasy apps, and analytics tools. Key Features: ⚡ Real-Time Odds & Market Data…
Betfair Sportbex API endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| GET |
List of Sports /api/sports |
The API will provide a list of sports. |
| GET |
List of Competitions /api/competitions/{sport_id} |
Based on the received list of sports, you can fetch the ongoing competitions using the sport ID. To fetch new data, you need to call the API with the specific sport ID. |
| GET |
List of Events /api/event/{sport_id}/{competition_id} |
Based on competition ID and sport ID, You can fetch the current avaialble events. Once you fetched the events you are ready to work with odds. In event response you will also… |
| POST |
Event Odds /api/event-odds |
To get the match odds for live events, you need to pass a payload containing 10 items, each with a market ID and event ID. In return, you'll receive odds data for each item.… |
| POST |
Bookmaker Odds /api/bookmaker-odds |
To get the bookmaker odds for live events, you need to pass a payload containing 10 items, each with a market ID and event ID. You will receive odds data for each item. Bookmaker… |
| POST |
Fancy Odds /api/fancy-odds |
To get the fancy odds for live events, you need to pass a payload with a list of event IDs. You will receive odds data for each item. Fancy odds are available for Cricket. To… |
Betfair Sportbex API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $899 / month | 1010000 / hour |
|
| ULTRA Recommended | $1,299 / month | — |
|
| MEGA | $2,499 / month | 4040000 / hour |
|