pinnacle_sport_leagues
Retrieve leagues for a sport with group, featured status, and matchup count, enabling cross-provider odds and stats comparisons.
Instructions
Leagues (competitions) for one sport, with feature/group info.
Returns: [{id, name, group, isFeatured, matchupCount}] (top-level array)
Example: Baseball leagues {"sportId": 3}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sportId | Yes | Sport id (e.g. 3 Baseball, 4 Basketball), from pinnacle_sports. Required — part of the URL path. |