get_odds_history
Access historical odds snapshots and line movements for an event, each with timestamp. Customize limit and bookmaker.
Instructions
Get line-movement history for an event: a list of past odds snapshots (movements), each with its own timestamp, up to limit entries. bookmaker defaults to pinnacle. Use get_odds instead if you only need the current line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max line-movement entries to return. Default 50. | |
| event_id | Yes | Event id, from list_events, query_events, or search results. | |
| bookmaker | No | Bookmaker slug; defaults to pinnacle. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | No | ||
| event_id | No | ||
| movements | No | Odds snapshots over time; each entry carries its own timestamp. |