Odds & Betting Glossary
Clear, plain-English definitions of the sports betting and odds API terms developers and bettors run into most.
Odds API
An odds API is a web service that delivers sports betting odds from one or more bookmakers in a structured, machine-readable format (usually JSON over REST or WebSocket), so developers can fetch and compare prices programmatically instead of scraping bookmaker websites.
Sports Betting API
A sports betting API is an interface that gives applications programmatic access to betting data (odds, events, markets, results and sometimes value/arbitrage signals) across one or more bookmakers, typically as JSON over REST and WebSocket.
Arbitrage Betting
Arbitrage betting (also called an "arb" or "sure bet") is placing bets on every possible outcome of an event with different bookmakers, at odds high enough that the combined stake guarantees a profit regardless of the result.
Value Betting
A value bet is a wager whose odds are higher than the true probability of the outcome justifies, giving the bettor positive expected value (+EV). Over many such bets, betting on value is expected to be profitable even though any single bet can lose.
Moneyline
A moneyline bet is a wager on which side wins an event outright, with no point spread or handicap. The odds reflect each side's win probability: favourites pay less than the stake, underdogs pay more.
Asian Handicap
An Asian handicap is a betting market that gives one team a virtual head start or deficit (the handicap), which is applied to the final score to settle the bet. It removes the draw, leaving roughly two equally likely outcomes.
Implied Probability
Implied probability is the conversion of betting odds into a percentage chance, representing the likelihood of an outcome implied by the price. For decimal odds it is 1 ÷ decimal odds; the figures across all outcomes sum to more than 100% because of the bookmaker margin.
In-Play Betting
In-play betting (also called live betting) is placing wagers on an event after it has started, while it is still in progress. Bookmakers continuously recalculate odds in response to the unfolding action, so prices change second by second.