pinnacle_sport_matchups_all
Get all matchups for a sport using its ID, returning full game details: league, participants, start time, and market availability.
Instructions
All matchups for one sport (the full list, not just highlighted).
Returns: [{id, league:{name}, participants:[{name, alignment}], startTime, hasMarkets, isLive}] (top-level array)
Example: All 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. |