Last active
June 11, 2019 07:28
-
-
Save Tobur/dddd71b8be5eb1d86f869d677e2ef988 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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