propline_list_events
Retrieve upcoming sports events with IDs, teams, and start times. Use event IDs to access odds, props, and results.
Instructions
List upcoming events for a sport. Returns each event's id, home_team, away_team, commence_time. Use the returned event_id to drill into per-event odds, props, +EV, or results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport_key | Yes | Sport key from propline_list_sports — e.g. baseball_mlb, basketball_nba | |
| live | No | If true, only return in-progress (live) events. Defaults to false. |