Get Market
Sports Discovery API
Get Market
Fetch a single game with all venue outcomes
GET
Get Market
Overview
Fetch the full per-venue detail for a single game by its canonicalgame_id. Returns the same game-level structure as a single entry from GET /v2/sports/markets, but without the pagination wrapper.
Use this when you already have a game_id (for example, from a previous /markets call or from a link in your UI) and want the latest nested view of every venue covering that game.
Path Parameters
| Param | Type | Description |
|---|---|---|
game_id | string | Canonical Predexon game identifier, e.g. nba-atl-nyk-2026-04-18. Format: {league}-{team_a}-{team_b}-{YYYY-MM-DD} with team codes sorted alphabetically. |
Response
A single game object with the same shape as an entry ingames[] from the list endpoint - see the field reference on the List Markets page.
Errors
| Status | When |
|---|---|
404 | No game found with this game_id. |
Example
GET /v2/sports/markets/mlb-ari-pit-2026-05-07
