curl --location --request GET 'https://sandbox.whapi.com/v2/sportsdata/events/' \
--header 'apiKey;'
{
"events": [
{
"id": "OB_EV2828",
"name": "Forest Green Vs Liverpool",
"status": "A",
"startDateTime": "2016-01-29T20:00:00",
"markets": [
{
"id": "OB_MA2559",
"name": "Correct Score",
"status": "A",
"selections": [
{
"id": "OB_OU3863",
"currentPriceNum": 14,
"currentPriceDen": 1,
"name": "Liverpool 2-1",
"status": "A"
}
]
}
]
}
]
}