MarketVariantDetails(MarketVariantDetails)
What a market is about, one key per kind of market.Grouping by kind rather than discriminating on a type means a kind that
gains a payload is a new key, and one that loses it is a key removed, with
nothing to keep in step. A market names the kinds that apply to it, which
today is at most one.Add a kind by adding a key. Each is filled independently, so a populator
sets its own key on the value already there rather than replacing it.
{
"sports": {
"provider": "PREDICT_SPORTS",
"team": {
"id": 0,
"name": "string",
"abbreviation": "string",
"providerTeamId": "string"
},
"line": 0
}
}