get_splits
Retrieve public betting splits for an event, including consensus and per-book breakdowns of bets and handle percentages, with a captured timestamp.
Instructions
Get public betting splits (bets% and handle%) for an event: a consensus split plus a per-book breakdown, with a captured_at timestamp. Returns available:false with no charge if splits haven't been captured for this event yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Event id, from list_events, query_events, or search results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| books | No | Per-bookmaker splits breakdown. | |
| event_id | No | ||
| available | No | ||
| consensus | No | Aggregate bets%/handle% across books. | |
| captured_at | No |