betr_master_category
Retrieve master categories (competitions) for a specified event type, with optional levelled markets and class filtering.
Instructions
Master categories (competitions) for one event type, optionally with levelled markets.
Returns: {EventTypeDesc, EventTypeId, MasterCategories:[{MasterCategoryId, MasterCategory, Categories:[{CategoryId, CategoryName}]}]}
Example: Basketball competitions {"EventTypeId": 107}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| EventTypeId | Yes | Event type id (e.g. 107 Basketball, 1 Racing). | |
| EventClassCode | No | Optional class filter, e.g. "FEATURERACE" for racing. | |
| WithLevelledMarkets | No | Include levelled markets. |