Overview
Purpose of this API
BreakingBet is a service for obtaining analytical data on sports markets in real-time. The API is designed for cases where the web interface is not enough: automation, bots, integrations, custom analytics, research, or building other internal tools on top of BreakingBet data.
Through the API, you can retrieve the following types of data:
- Arbs (Arbitrage / Surebets) — combinations of outcomes from different bookmakers that guarantee profit regardless of the match outcome
- Middles — line overlaps that provide positive expected value
- Valuebets — outcomes with inflated odds resulting from overestimated probability relative to the market
Data is available for both prematch and live events.
Prematch — sports match markets that have not yet started. Live — sports event markets that are currently in progress.
API Capabilities
Arbs (Arbitrage) Combinations of outcomes from different bookmakers with guaranteed profit regardless of match outcome.
Middles Line overlaps that provide positive expected value for certain outcomes.
Valuebets Outcomes with inflated odds relative to market probability assessment.
Prematch and Live Data available for both pre-match events and real-time events.
Secure Access Authentication system with short-lived tokens and rate limits.
Swagger UI Interactive API documentation with request testing capabilities.
What this API is NOT for
Data obtained through the API can be used for both personal and commercial purposes, but not for resale:
- Selling this data via API is not allowed
- Selling or offering arbs, middles, and valuebets on other scanners for free is not allowed
- Using this data in bots and other bet placement automation services is allowed for individual use only
Options for data resale are possible only after agreement with project administration.
Getting Started
To get started with the API, refer to the General Workflow section, which describes the main integration steps.