curl --location --request GET 'https://sandbox.whapi.com/v2/sportsdata/competitions//marketsByGroupid?marketSort=&marketGroupId=' \
--header 'apiKey;'
{
"events": [
{
"id": "OB_EV123",
"name": "ManU v City",
"markets": {
"id": "OB_MA1234",
"name": "90 Minutes"
"selections": {
"id": "OB_OU12345",
"fractionalOdds": "2/1"
}
}
}
]
}