pointsbet_event
Retrieve complete event details: fixed-odds markets with prices, SGM leg identifiers, team stats, and insights. Helps you query specific markets instead of downloading all ~4MB of data.
Instructions
Full event detail: all fixed-odds markets + selections + prices, SGM, team stats, insights.
Returns: {key, name, competitionName, startsAt, sgmStatus, fixedOddsMarkets:[{key, name, eventClass, enableCorrelatedMulti, outcomes:[{key, name, price, isOpenForBetting}]}], sgmCollisionGroups:[], prePricedSgm:{}, homeTeamStats:{}} — 82 markets and ~4MB on a verified AFL fixture, so ask for the markets you need rather than the whole event where you can.
THIS IS WHERE SGM LEG IDS COME FROM: fixedOddsMarkets[].key is the MarketKey and its own outcomes[].key is the OutcomeKey that pointsbet_sgm_price wants. Outcome keys repeat across markets, so only the pair identifies a leg. sgmStatus: "Available" says the event sells same game multis at all; enableCorrelatedMulti on a market does NOT say the market is eligible (it was true on all 82 while the pricer still refused First Goalscorer), and sgmCollisionGroups lists the families that overwrite one another.
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventKey | Yes | Numeric event key (e.g. 2754627), from any events feed. Required — part of the URL path. |