pointsbet_event_search
Search sport events by competition or event class, optionally including historic head-to-head stats. Returns event keys, names, teams, and start times.
Instructions
Search sport events by class / competition, optionally with historic head-to-head stats.
Returns: {events:[{key, name, competitionKey, startsAt, homeTeam, awayTeam}]}
Example: AFL events with historic stats {"competitionKey": 7523, "numberOfSportEvents": 50, "includeHistoricStats": true}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventClassIds | No | Comma-separated event-class ids to include. | |
| competitionKey | No | Restrict to one competition key. | |
| numberOfSportEvents | No | Max events to return. | |
| includeHistoricStats | No | Inline historic head-to-head stats per event. |