get_live_odds
Current live (in-play) odds for this product's board: every fixture with its OPEN markets, decimal prices and the no-vig probability on each selection. Use it for live odds displays, arbitrage or middles checks against another book, in-play models and feature engineering, no-vig fair value, and agent workflows that need current prices. Each selection's probability is the provider's own no-vig number passed through unmodified, sitting beside the priced odds at up to ~8.4% overround. Only a market whose structure is 'exclusive' partitions the outcome space, so never sum a 'ladder', 'union' or 'partial' market. Not a multi-book scanner — one provider, so there is no comparison, best-price or line-shopping output here. Not a historical archive — prices are current only and nothing is stored for backtests. Not a bet-placement tool. A live match that is effectively decided closes its moneyline; that is the market lifecycle, not missing data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | Tier ceiling, not an exact match: tier=2 returns tiers 1 and 2. 1 = documented and stable (match winner, main handicap, main total, team totals and their first-period and esports map equivalents). 2 = broader and beta (player props, alternate lines). 3 = everything else, raw provider names. Default 1. | |
| limit | No | Max fixtures returned. Default 25, max 100. The REST API allows up to 1000; call it directly for bulk pulls — a tool result is trimmed to fit a model's context. | |
| sport | No | Sport id, upper snake case — SOCCER, TENNIS, ICE_HOCKEY, CS2, VALORANT. Optional: omit for every sport this product carries. Call list_sports (free, no quota) for the full vocabulary, or get_coverage for the sports that have fixtures right now. |