curl --location --request GET 'https://sandbox.whapi.com/v2/sportsdata/events//markets//selections/' \
--header 'apiKey;'
{
"selections": [
{
"id": "OB_OU3863",
"currentPriceNum": 14,
"currentPriceDen": 1,
"name": "Liverpool 2-1",
"status": "A"
},
{
"id": "OB_OU3846",
"currentPriceNum": 11,
"currentPriceDen": 2,
"name": "Forest Green 1-0",
"status": "A"
}
}