betr_master_event
Retrieve a match's market group by master event ID, returning outcomes with prices and links to other groups like totals, lines, and race-to.
Instructions
One sport match's markets by master event id — a market GROUP per call (Events[].Outcomes[] with prices; GroupLinks names the other groups: totals, lines, race-to, periods).
Returns: {MasterEvent:{MasterEventId, MasterEventName, CategoryId, MinAdvertisedStartTime, IsLive, IsOpenForBetting}, Events:[{EventId, EventName, Outcomes:[{OutcomeName, Price, MarketTypeCode, MarketDesc, Points}]}], GroupLinks:[{GroupTypeCode, GroupName}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| GroupTypeCode | No | Market group to return, from the default response's GroupLinks (e.g. "G25" Popular, "G26" Totals, "G175" Race to). Omit for the default (popular) group. | |
| MasterEventId | Yes | Master event (match) id, e.g. 2095084 (from a category / SGM feed). |