curl --location --request GET '/lot/api/v3/csl/list/bdsf/odds?issue=&issue_num=&start_time=&page=&per_page='
{
"code": 0,
"data": {
"list": [
{
"lot_id": 4993,
"sport_id": 201,
"comp": "22-23美职",
"home": "洛杉矶快船",
"away": "波特兰开拓者",
"issue": "23042",
"issue_num": "554",
"match_time": 1680983700,
"sell_status": "3",
"odds": {
"sf": {
"goal": "-16.5",
"sf3": "3.25",
"sf0": "1.44"
}
}
},
{
"lot_id": 5006,
"sport_id": 202,
"comp": "23阿职联",
"home": "巴拉卡斯中央",
"away": "普拉腾斯",
"issue": "23043",
"issue_num": "1",
"match_time": 1681232100,
"sell_status": "3",
"odds": {
"sf": {
"goal": "-0.5",
"sf3": "3.34",
"sf0": "1.42"
}
}
}
],
"total": 1
},
"msg": "success"
}