Skip to content

Instantly share code, notes, and snippets.

@Tobur
Last active June 11, 2019 07:28
Show Gist options
  • Save Tobur/dddd71b8be5eb1d86f869d677e2ef988 to your computer and use it in GitHub Desktop.
Save Tobur/dddd71b8be5eb1d86f869d677e2ef988 to your computer and use it in GitHub Desktop.
data: [
{
fixture_id: 123
markets: [
{
market_id: 1,
market_name: '1X2',
providers: [
{
provider_id: 4,
provider_name: 'Pinnacle',
selections: [
{
id: 123,
name: '1',
odds..
pricehistory..
},
{
id: 124,
name: 'X',
odds..
pricehistory..
},
{
id: 125,
name: '2',
odds..
pricehistory..
}
]
}
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment