Superbet

GET `/be/tickets/{identifier}` endpoint

identifier - this could be either ticket id or ticket code.

Response fields for superbet ticket:

Attribute
Data Type
Description

id

string

Betstack ticket id

code

string

Betstack ticket code

psp

string ot null

Optional payment service provider or method used to pay for the ticket. E.g mobile, brite, pawapay

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

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 tax 30.45 the value should be 3045

wht

float

Player withholding tax percentage. For example, for tax 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 1.25 the value will be 125

ext

float

Ticket exercise tax percentage. For example, for tax 12.5% the value should be 12.5

ext_type

string

Exercise tax type (see Fields)

currency

string

Currency code in ISO 4217arrow-up-right three letter format

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

Ticket Type (see Fields)

atag

string or null

Optional affiliate Tag or Affiliate ID

rtag

string or null

Optional referral Tag or referral ID

user_id

string

Betstack user id

psp

string

Payment service provider or payment method name

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

event

object

event id

integer

Event id

event starts

string

Event start datetime, UTC. Format - 2024-01-28T14:33:01.000000

event operator_time_starts

string

Event start datetime, operator timezone. Format - 2024-01-28T14:33:01.000000

event home_team

string

Name of home team

event away_team

string

Name of away team

bets

list of objects

bets id

integer

Id of bet

bets bet_name

string

Name of bet

bets market_code

string

Code of market

bets market_name

string

Name of market

bets result

string

Bet Result (see Fields)

Sample response (status=200) for superbet ticket:

Last updated