pinnacle_sport_matchups
Retrieve highlighted matchups for a specific sport, including teams, league, start time, and market availability. Use with a sport ID to get top-level match data.
Instructions
Highlighted matchups for one sport (teams, league, start time, market flags).
Returns: [{id, league:{name}, participants:[{name, alignment}], startTime, hasMarkets, isLive}] (top-level array)
Example: Highlighted baseball matchups {"sportId": 3}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sportId | Yes | Sport id, from pinnacle_sports. Required — part of the URL path. |