LinesRequestTeaser
Properties
Name | Type | Required | Description |
---|---|---|---|
teaser_id | int | ✅ | Unique identifier. Teaser details can be retrieved from a call to v1/teaser/groups endpoint. |
odds_format | LinesRequestTeaserOddsFormat | ✅ | Format the odds are returned in.. = [American, Decimal, HongKong, Indonesian, Malay] |
legs | List[TeaserLineRequest] | ✅ | Collection of Teaser Legs. |
LinesRequestTeaserOddsFormat
Format the odds are returned in.. = [American, Decimal, HongKong, Indonesian, Malay]
Properties
Name | Type | Required | Description |
---|---|---|---|
AMERICAN | str | ✅ | "American" |
DECIMAL | str | ✅ | "Decimal" |
HONGKONG | str | ✅ | "HongKong" |
INDONESIAN | str | ✅ | "Indonesian" |
MALAY | str | ✅ | "Malay" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs