Appearance
Custom bet-limit config
Optional: If you need to custom bet-limit (mostly for Sport-type products), please following this setup parameters. Due to the complexity of setup parameters in some products, we have to separates the custom parameters for your login's parameters request.
The following products supports these custom setup:
| ProductID | Product name |
|---|---|
AMBSPORTBOOK | AMB Sportbook |
LALIKA | Lalika |
AFB1188 | AFB1188 Sport |
SABASPORTS | Saba Sport |
SBO | Sbobet |
GA28 | GA28 |
MUAYPAKYOK | Muaypakyok |
UFABET | Ufabet+ |
The description and example for each products:
(Lalika bet-limt / Saba Sport bet-limt)
json
{
"betLimit": [
{
"sport_type": 0,
"market_type": 0,
"min_bet": 5,
"max_bet": 500,
"max_bet_per_match": 100000
}
]
}Response parameter description
| Property | Type | Required | Description |
|---|---|---|---|
sport_type | number | Required | Sport type code. |
market_type | number | Required | Market type code. |
min_bet | number | Required | Minimum bet amount daily. |
max_bet | number | Required | Maximum bet amount daily. |
max_bet_per_match | number | Required | Maximum bet amount per match. |
(GA28 Sport bet-limt)
json
{
"betLimit": [
{
"max_bet": 500,
"draw_max_bet": 500,
"limit_num_ticket": null,
}
]
}Response parameter description
| Property | Type | Required | Description |
|---|---|---|---|
max_bet | number | Required | Maximum bet amount daily. |
draw_max_bet | number | Required | Maximum draw bet amount daily. |
limit_num_ticket | number | Required | Maximum bet amount per match. |
Sbobet bet-limt
json
{
"betLimit": [
{
"sport_type": 0,
"market_type": 0,
"min_bet": 5,
"max_bet": 500,
"max_bet_per_match": 100000
}
]
}Response parameter description
| Property | Type | Required | Description |
|---|---|---|---|
sport_type | number | Required | Sport type code. |
market_type | number | Required | Market type code. |
min_bet | number | Required | Minimum bet amount daily. |
max_bet | number | Required | Maximum bet amount daily. |
max_bet_per_match | number | Required | Maximum bet amount per match. |
| SportType | Description |
|---|---|
0 | ALL |
1 | Soccer |
2 | Basketball |
3 | Football |
4 | Ice Hockey |
5 | Badminton |
6 | Pool |
7 | Motor Sport |
8 | Tennis |
9 | Baseball |
10 | Volleyball |
11 | Others |
12 | Golf |
13 | Boxing |
14 | Cricket |
15 | Table Tennis |
16 | Rugby |
17 | Handball |
18 | Cycling |
19 | Athletics |
20 | Beach_Soccer |
21 | Futsal |
22 | Entertainment |
23 | Financial |
24 | Darts |
25 | Olympic |
26 | Lacrosse |
27 | Water Polo |
28 | Winter Sports |
29 | Squash |
30 | Field_Hockey |
31 | Mixed_Martial_Arts |
32 | E_Sports |
33 | Gaelic_Football |
34 | Hurling |
35 | Muay_Thai |
36 | Bandy |
37 | Winter_Olympics |
Market Type
| SportTypeId | Description |
|---|---|
0 | ALL |
1 | Handicap |
2 | Odd/Even |
3 | Over/Under |
4 | Correct Score |
5 | 1X2 |
6 | Total Goal |
7 | First Half Hdp |
8 | First Half 1x2 |
9 | First Half O/U |
10 | HT/FT |
11 | Money Line |
12 | First Half O/E |
13 | First Goal/Last Goal |
14 | First Half CS |
15 | Double Chance |
16 | Live Score |
17 | First Half Live Score |
39 | Outright |
40 | Mix Parlay |
666 | In Between |
800000 | First Half 1X2 & O/U |
800001 | D/C & First Half O/U |
900000 | 1X2 & O/U |
900001 | D/C & O/U |
800002 | First Half RCS |
900002 | Reverse Correct Score |
(Muaypakyok bet-limt)
json
{
"betLimit": [
{
"sport_type": 0,
"market_type": 0,
"min_bet": 5,
"max_bet": 500,
"max_bet_per_match": 100000,
"min_bet_step": 5,
"max_bet_step": 500,
"max_bet_per_match_step": 100000
}
]
}| Property | Type | Required | Description |
|---|---|---|---|
sport_type | number | Required | Sport type code. |
market_type | number | Required | Market type code. |
min_bet | number | Required | Minimum bet amount daily. |
max_bet | number | Required | Maximum bet amount daily. |
max_bet_per_match | number | Required | Maximum bet amount per match. |
min_bet_step | number | Required | Minimum bet step amount per daily. |
max_bet_step | number | Required | Maximum bet step amount per daily. |
max_bet_per_step_step | number | Required | Maximum bet step amount per daily. |
(Ufabet+ Sport bet-limt)
json
{
"betLimit": [
{
"min_bet": 30,
"max_bet": 10000,
}
]
}Response parameter description
The min/max bet limit settings has to be within the range of product system
| Property | Type | Required | Description |
|---|---|---|---|
min_bet | number | Required | Minimum bet of transaction, by default is 30. |
max_bet | number | Required | Maximum bet of transaction. |
