sportsbet_sports_card
Retrieve the full sports card for a sport event: all markets, selections, win prices, and optional live details (scoreboard, commentary, incidents) by submitting the event ID.
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: none needed.
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. |