Fixture line movement
get_fixture_movementTime series of how one fixture's fair probabilities moved — timestamped consensus snapshots, oldest first. Use to spot line movement, steam or drift, and to answer "has this shortened since yesterday". Use get_fixture instead for the current price alone. Read-only. An unknown id returns a fixture_not_found error; a series with only one or two snapshots means the fixture was surveyed recently, not that the request failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Fixture id, exactly as returned by list_fixtures. Opaque — do not construct or guess one. | |
| hours | No | How far back to look, in hours. Defaults to 24. Capped at 72 on free and paid tiers below Scale, 336 on Scale; a larger value is clamped rather than rejected. | |
| sport | No | Which sport to query. Omit entirely for soccer, which is the default; every other sport must be named explicitly. Note "football" means American football and "rugby" covers union. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Probabilities at the latest capture. | |
| from | No | Probabilities at the earliest capture in the window. | |
| delta_pct | No | Signed change in PERCENTAGE POINTS, not percent. | |
| span_hours | No | Hours actually covered, which can be less than requested. |