POST BetGames/BetGamesSearch
Search for Bet Games bets
Request Information
URI Parameters
None.
Body Parameters
ApiBetSearchRequestFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| TicketNumber |
Gets or sets the nullable ticket number. |
integer |
None. |
| HoldingCompanyId |
Gets or sets the holding company identifier. |
byte |
None. |
| userID |
Gets or sets the user identifier. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TicketNumber": 1,
"HoldingCompanyId": 64,
"userID": 2
}
application/xml, text/xml
Sample:
<ApiBetSearchRequestFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models"> <userID>2</userID> <HoldingCompanyId>64</HoldingCompanyId> <TicketNumber>1</TicketNumber> </ApiBetSearchRequestFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiBetSearchResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseObject |
Gets or sets the response object. |
Collection of ApiBetSearch |
None. |
| ResponseType |
Gets or sets the type of the response. |
integer |
None. |
| ResponseMessage |
Gets or sets the response message. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseObject": [
{
"BetStatusID": 1,
"BetTypeGroupID": 2,
"BetID": 3,
"TicketNumber": 1,
"BranchShortCode": "sample string 4",
"UserName": "sample string 5",
"ClientID": 6,
"EventDetailName": "sample string 7",
"NumberOfLegs": 8,
"LegNumber": 9,
"Account": "sample string 10",
"BetTypeName": "sample string 11",
"WinAmount": 1.0,
"CurrentOdd": 1.0,
"Stake": 12.0,
"OriginalStake": 13.0,
"TotalOdds": 14.0,
"Stretch": 1.0,
"CurrentBetPayout": 1.0,
"CurrentBetStake": 15.0,
"OriginalBetPayout": 16.0,
"OriginalBetStake": 17.0,
"Times": 1.0,
"Combinations": 1.0,
"BetDateTime": "2025-12-06T06:56:38.8503696+02:00",
"BetStatus": "sample string 19",
"LateBet": true,
"BetGuid": "18737421-22c1-4974-b100-e61a736541f5",
"Winnings": 1.0,
"StakeReturn": 1.0,
"Tax": 1.0,
"Net": 21.0,
"IsPayable": true,
"IsScanned": true,
"Date": "2025-12-06",
"Time": "06:56:38"
},
{
"BetStatusID": 1,
"BetTypeGroupID": 2,
"BetID": 3,
"TicketNumber": 1,
"BranchShortCode": "sample string 4",
"UserName": "sample string 5",
"ClientID": 6,
"EventDetailName": "sample string 7",
"NumberOfLegs": 8,
"LegNumber": 9,
"Account": "sample string 10",
"BetTypeName": "sample string 11",
"WinAmount": 1.0,
"CurrentOdd": 1.0,
"Stake": 12.0,
"OriginalStake": 13.0,
"TotalOdds": 14.0,
"Stretch": 1.0,
"CurrentBetPayout": 1.0,
"CurrentBetStake": 15.0,
"OriginalBetPayout": 16.0,
"OriginalBetStake": 17.0,
"Times": 1.0,
"Combinations": 1.0,
"BetDateTime": "2025-12-06T06:56:38.8503696+02:00",
"BetStatus": "sample string 19",
"LateBet": true,
"BetGuid": "18737421-22c1-4974-b100-e61a736541f5",
"Winnings": 1.0,
"StakeReturn": 1.0,
"Tax": 1.0,
"Net": 21.0,
"IsPayable": true,
"IsScanned": true,
"Date": "2025-12-06",
"Time": "06:56:38"
}
],
"ResponseType": 1,
"ResponseMessage": "sample string 2"
}
application/xml, text/xml
Sample:
<ApiBetSearchResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SyX.Online.API.Models">
<ResponseMessage>sample string 2</ResponseMessage>
<ResponseType>1</ResponseType>
<ResponseObject>
<ApiBetSearch>
<Account>sample string 10</Account>
<BetDateTime>2025-12-06T06:56:38.8503696+02:00</BetDateTime>
<BetGuid>18737421-22c1-4974-b100-e61a736541f5</BetGuid>
<BetID>3</BetID>
<BetStatus>sample string 19</BetStatus>
<BetStatusID>1</BetStatusID>
<BetTypeGroupID>2</BetTypeGroupID>
<BetTypeName>sample string 11</BetTypeName>
<BranchShortCode>sample string 4</BranchShortCode>
<ClientID>6</ClientID>
<Combinations>1</Combinations>
<CurrentBetPayout>1</CurrentBetPayout>
<CurrentBetStake>15</CurrentBetStake>
<CurrentOdd>1</CurrentOdd>
<EventDetailName>sample string 7</EventDetailName>
<IsPayable>true</IsPayable>
<IsScanned>true</IsScanned>
<LateBet>true</LateBet>
<LegNumber>9</LegNumber>
<Net>21</Net>
<NumberOfLegs>8</NumberOfLegs>
<OriginalBetPayout>16</OriginalBetPayout>
<OriginalBetStake>17</OriginalBetStake>
<OriginalStake>13</OriginalStake>
<Stake>12</Stake>
<StakeReturn>1</StakeReturn>
<Stretch>1</Stretch>
<Tax>1</Tax>
<TicketNumber>1</TicketNumber>
<Times>1</Times>
<TotalOdds>14</TotalOdds>
<UserName>sample string 5</UserName>
<WinAmount>1</WinAmount>
<Winnings>1</Winnings>
</ApiBetSearch>
<ApiBetSearch>
<Account>sample string 10</Account>
<BetDateTime>2025-12-06T06:56:38.8503696+02:00</BetDateTime>
<BetGuid>18737421-22c1-4974-b100-e61a736541f5</BetGuid>
<BetID>3</BetID>
<BetStatus>sample string 19</BetStatus>
<BetStatusID>1</BetStatusID>
<BetTypeGroupID>2</BetTypeGroupID>
<BetTypeName>sample string 11</BetTypeName>
<BranchShortCode>sample string 4</BranchShortCode>
<ClientID>6</ClientID>
<Combinations>1</Combinations>
<CurrentBetPayout>1</CurrentBetPayout>
<CurrentBetStake>15</CurrentBetStake>
<CurrentOdd>1</CurrentOdd>
<EventDetailName>sample string 7</EventDetailName>
<IsPayable>true</IsPayable>
<IsScanned>true</IsScanned>
<LateBet>true</LateBet>
<LegNumber>9</LegNumber>
<Net>21</Net>
<NumberOfLegs>8</NumberOfLegs>
<OriginalBetPayout>16</OriginalBetPayout>
<OriginalBetStake>17</OriginalBetStake>
<OriginalStake>13</OriginalStake>
<Stake>12</Stake>
<StakeReturn>1</StakeReturn>
<Stretch>1</Stretch>
<Tax>1</Tax>
<TicketNumber>1</TicketNumber>
<Times>1</Times>
<TotalOdds>14</TotalOdds>
<UserName>sample string 5</UserName>
<WinAmount>1</WinAmount>
<Winnings>1</Winnings>
</ApiBetSearch>
</ResponseObject>
</ApiBetSearchResponse>