sportsbet_sports_card
Get a full sports event card with all betting markets and selections, including results for finished events. Returns event details, market names, and win prices.
Instructions
Full sport event card (all markets + selections) or the resulted event if finished.
Returns: {event:{eventId, name, startTime}, markets:[{marketId, name, selections:[{name, price:{winPrice}}]}]}
Auth: works without a key; SPORTSBET_REFRESH_TOKEN unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | Sport event id. Required — part of the URL path. | |
| includeIncidents | No | Inline match incidents (goals, cards). | |
| includeAllMarkets | No | Inline every market for the event. | |
| includeCommentary | No | Inline text commentary. | |
| includeScoreboard | No | Inline the live scoreboard. | |
| includeTopMarkets | No | Inline highlighted top markets. |