curl --location 'https://api.esportsdata.cc/sport/api/v3/bf_rate/list?sport_id=&match_id=&page=&per_page=&recent_update=' \
--header 'app_id: {{APP_ID}}' \
--header 'app_secret: {{APP_SECRET}}'{
"code": 0,
"data": {
"list": [
{
"sport_id": 202,
"match_id": 560158,
"data": {
"amount": {
"home": 1800000,
"draw": 80000,
"away": 1533333
},
"detail": {
"home": [
{
"index": 1.93,
"toal": 396000
},
{
"index": 1.87,
"toal": 356000
},
{
"index": 1.63,
"toal": 302000
}
],
"draw": [
{
"index": 1.93,
"toal": 396000
},
{
"index": 1.87,
"toal": 356000
},
{
"index": 1.63,
"toal": 302000
}
],
"away": [
{
"index": 1.93,
"toal": 396000
},
{
"index": 1.87,
"toal": 356000
},
{
"index": 1.63,
"toal": 302000
}
]
}
},
"update_time": 1745747829
}
],
"total": 116478
},
"msg": "success"
}