Skip to main content

SchemaTypes

matches

Response

Sample response body
[
{
oddsType: "MY", // MY = "malay", HK = "hongkong", EU = "euro"
sportType: "FOOTBALL",
table: "live",
leagueID: "58280",
matchId: "36695703",
riskLevel: 0,
option: "home",
betType: "ah",
score: "0:0",
value: "-1.5",
price: 1.96,
gameDate: "2022-11-08T09:30:00.000Z",
status: "win",
team: {
cn: {
h: "上海海港",
a: "沧州雄狮",
},
en: {
h: "Shanghai Port ",
a: "Cangzhou Mighty Lions ",
},
th: {
h: "เซี่ยงไฮ้ พอร์ต",
a: "ฉือเจียจวง ยองแซง",
},
tw: {
h: "Shanghai Port ",
a: "Cangzhou Mighty Lions ",
},
},
league: {
en: "China Football Super League",
th: "จีน ฟุตบอล ซุปเปอร์ ลีก",
cn: "中国超级联赛",
tw: "China Football Super League",
},
info: {
liveTime: "2H 9",
minusTime: "54",
home: "0",
away: "0",
homeRadCard: "0",
awayRadCard: "0",
isHalfTime: false,
},
result: {
homeScore: 2,
awayScore: 1,
periodScores: [
{
homeScore: 1,
awayScore: 0,
},
{
homeScore: 2,
awayScore: 1,
},
],
},
},
];