curl --location 'https://api.esportsdata.cc/lot/api/v3/csl/list/chp/odds?poll_type=1&issue=' \
--header 'app_id: {{APP_ID}}' \
--header 'app_secret: {{APP_SECRET}}'{
"code": 0,
"data": {
"list": [
{
"type": 1,
"poll_id": 11537,
"sport_id": 202,
"issue_num": 2607193,
"sale_endtime": 1784124000,
"series_name": "2026世界杯",
"items": [
{
"id": 1,
"home_team_id": 6918,
"home_team_name": "西班牙",
"away_team_id": 0,
"away_team_name": "",
"sell_status": "3",
"odds": "4.75"
},
{
"id": 2,
"home_team_id": 6918,
"home_team_name": "法国",
"away_team_id": 0,
"away_team_name": "",
"sell_status": "3",
"odds": "5.00"
},
{
"id": 3,
"home_team_id": 6918,
"home_team_name": "英格兰",
"away_team_id": 0,
"away_team_name": "",
"sell_status": "3",
"odds": "5.00"
}
]
}
],
"total": 1
},
"msg": "success"
}