pandascore_match_odds
Fetch betting markets and odds for an esports match by match ID to compare bookmaker prices and inform betting decisions.
Instructions
Betting markets and prices for one esports match — the part opendota cannot give you.
Returns: {match_id, markets:[{name, bookmakers:[{name, odds:[{name, value, ...}]}]}]} — SHAPE FROM VENDOR DOCS AND LIKELY APPROXIMATE; odds access is a paid add-on on some plans, so a free key may 403 here.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: Odds for one match {"matchId": 1}
Auth: needs your own key in PANDASCORE_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| matchId | Yes | Match id from pandascore_matches. Required — part of the URL path. |