tokenintel_match_odds
Prediction-market odds curve for a single match from the in-play odds tape (odds_ticks): per-market (home/draw/away) implied-probability series with source labels (polymarket = CLOB midpoint, apifootball = de-vigged bookmaker odds), pre-match vs in-play segmentation against kickoff, and open/close/min/max summary stats per market. Settlement wind-down artifacts (ticks after a market first prints prob >= 0.99, or after full-time +15min) are excluded by default and counted via excluded_settlement_ticks. Curves are downsampled to <=300 points per market (labeled). match_id selects a fixture directly; token (+ optional date) resolves the most recent covered fixture. Use tokenintel_odds_coverage to discover which matches have odds data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Optional YYYY-MM-DD; with token, selects that day's fixture instead of the most recent. | |
| token | No | Fan token symbol — resolves its most recent (or date-selected) fixture with odds coverage. | |
| match_id | No | The matches/odds_ticks match_id (e.g. 'apifb_1591866'). Covers fixtures with no fan token too. | |
| include_settlement_ticks | No | Include post-settlement wind-down ticks in the curves (default false). |