curl --location --request GET '/esport/api/v3/live/2/map-bp?match_id=364897'
{
"code": 0,
"data": {
"list": [
{
"sport_id": 2,
"match_id": 364897,
"map_info": [
{
"map_id": 29,
"team_id": 40024,
"bp_type": "ban"
},
{
"map_id": 22,
"team_id": 32635,
"bp_type": "ban"
},
{
"map_id": 28,
"team_id": 40024,
"bp_type": "pick"
},
{
"map_id": 33,
"team_id": 32635,
"bp_type": "pick"
},
{
"map_id": 26,
"team_id": 40024,
"bp_type": "ban"
},
{
"map_id": 24,
"team_id": 32635,
"bp_type": "ban"
},
{
"map_id": 0,
"team_id": 0,
"bp_type": "rest"
}
]
}
],
"total": 1
},
"msg": "success"
}