TeaserGroupsTeaser
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | int | ❌ | Unique identifier. |
description | str | ❌ | Description for the Teaser. |
sport_id | int | ❌ | Unique Sport identifier. Sport details can be retrieved from a call to v2/sports endpoint. |
min_legs | int | ❌ | Minimum number of legs that must be selected. |
max_legs | int | ❌ | Maximum number of legs that can be selected. |
same_event_only | bool | ❌ | If 'true' then all legs must be from the same event, otherwise legs can be from different events. |
payouts | List[TeaserGroupsPayout] | ❌ | A collection of Payout indicating all possible payout combinations. |
leagues | List[TeaserGroupsLeague] | ❌ | A collection of Leagues available to the teaser. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs