GetBetsByTypeResponseV4
Properties
Name | Type | Required | Description |
---|---|---|---|
MoreAvailable | bool | ❌ | Whether there are more pages available. |
PageSize | long | ❌ | Page size. Default is 1000. |
FromRecord | long | ❌ | Starting record number of the result set. Records start at zero |
ToRecord | long | ❌ | Ending record number of the result set. |
StraightBets | List<StraightBetV4> | ❌ | A collection of placed straight bets. |
ParlayBets | List<ParlayBet> | ❌ | A collection of placed parlay bets. |
TeaserBets | List<TeaserBet> | ❌ | A collection of placed teaser bets. |
SpecialBets | List<SpecialBet> | ❌ | A collection of placed special bets. |
ManualBets | List<ManualBet> | ❌ | A collection of placed manual bets. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs