GetBetsByTypeResponseV4
Properties
Name | Type | Required | Description |
---|---|---|---|
more_available | bool | ❌ | Whether there are more pages available. |
page_size | int | ❌ | Page size. Default is 1000. |
from_record | int | ❌ | Starting record number of the result set. Records start at zero |
to_record | int | ❌ | Ending record number of the result set. |
straight_bets | List[StraightBetV4] | ❌ | A collection of placed straight bets. |
parlay_bets | List[ParlayBet] | ❌ | A collection of placed parlay bets. |
teaser_bets | List[TeaserBet] | ❌ | A collection of placed teaser bets. |
special_bets | List[SpecialBet] | ❌ | A collection of placed special bets. |
manual_bets | List[ManualBet] | ❌ | A collection of placed manual bets. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs