Jackpot
POST `/be/tickets` endpoint
Last updated
POST `/be/tickets` endpoint
Last updated
Create jackpot ticket.
Request fields:
Attribute | Data Type | Description |
---|---|---|
Sample request to create jackpot
ticket:
Response fields:
Sample response (status=200) to jackpot
ticket:
Response status codes:
Error response (status=400):
Error response (status=400):
Error response (status=400):
Error response (status=400):
Error response (status=400):
Error response (status=400):
Error response (status=400):
Error response (status=400):
Error response (status=400):
Error response (status=400):
Error response (status=400):
Error response (status=400):
Error response (status=400):
Attribute | Data Type | Description |
---|---|---|
Status Code | Interpretation |
---|---|
operator
string
Name of the operator as registered on the system
token
string
Player identification token
price
integer
Ticket price. Should be in integer format (cents). For example, for price 35.00
the value will be 3500
currency
string
Currency code in ISO 4217 three letter format
atag
string or null
Optional affiliate Tag or Affiliate ID. If parameter is present then it is added to the ticket_create
PAM API call.
source
string
Ticket source (see Fields)
type
string
jackpot
odds_diff
float
Specifies the max odds deviation when we still accept the request and create the ticket.
When the value is set to zero it means we don't allow any odds difference during ticket creation and will respond with "Ticket odds changed" Error response
events
list of objects
events id
integer
Event id
events bet
integer
Event bet id
events odds
float
Event odds at time of ticket submission. Should be in decimal format with 2 digits after comma
betcard_code
string
Betcard code
prize
integer
Betcard prize
bonus_prizes
list of integers
Betcard bonus prizes
id
string
Ticket id
code
string
Ticket code
price
integer
Ticket price. Should be in integer format (cents). For example, for price 35.00
the value will be 3500
stake
integer
Ticket amount. Should be in integer format (cents). For example, for stake 30.45
the value should be 3045
currency
string
Currency code in ISO 4217 three letter format
gross_payout
integer
Ticket gross payout. Should be in integer format (cents). For example, for gross payout 30.45
the value should be 3045
net_payout
integer
Ticket net payout. Should be in integer format (cents). For example, for net payout 30.45
the value should be 3045
wht_amount
integer
Player withholding tax amount. Should be in integer format (cents). For example, for withholding tax amount 30.45
the value should be 3045
wht
float
Player withholding tax percentage. For example, for withholding tax percentage 20.0%
the value should be 20.0
ext_amount
integer
Ticket exercise tax amount. Should be in integer format (cents). For example, for exercise tax amount 1.25
the value will be 125
ext
float
Ticket exercise tax percentage. For example, for exercise tax percentage 12.5%
the value should be 12.5
ext_type
string
Exercise tax type (see Fields)
status
string
Ticket Status (see Fields)
result
string
Ticket Result (see Fields)
approved
bool
Ticket approval (see Fields)
source
string
Ticket source (see Fields)
type
string
jackpot
atag
string
Optional affiliate Tag or Affiliate ID. If parameter is present then it is added to the ticket_create
PAM API call.
user_id
string
User ID from PAM
created
string
Ticket created datetime, UTC. Format - 2024-01-28T14:33:01.000000
operator_time_created
string
Ticket created datetime, operator timezone. Format - 2024-01-28T14:33:01.000000
updated
string
Ticket updated datetime, UTC. Format - 2024-01-28T14:33:01.000000
operator_time_updated
string
Ticket updated datetime, operator timezone. Format - 2024-01-28T14:33:01.000000
odds
float
Product of odds for all events for ticket
betcard_code
string
Betcard code
prize
integer
Betcard prize
bonus_prizes
list of integers
Betcard bonus prizes
200
OK - Everything worked as expected
400
Bad Request. Please check error code in response body (see Error codes)
403
Forbidden. You do not have access for such request
422
Validation Error. Please check response body for more details