yojimbo87 / ArangoDB-NET

C#/.NET/Mono driver for ArangoDB
MIT License
107 stars 66 forks source link

Serializer encountered maximum depth #53

Open Eliakos opened 5 years ago

Eliakos commented 5 years ago

Hi, Saved to restsharp, i retrieve some json data from a rest api source. I do my stuff with the related objects then i want to store into arango. For that i follow the doc https://github.com/yojimbo87/dictator#convert-strongly-typed-object-to-document.

And it works for very little objects as mostly i got this error : "Serializer encountered maximum depth of 20" I don't know what is this maximum depth but i imagined 20 is not big either so i changed this setting;

        ASettings.JsonParameters.SerializerMaxDepth = 255;

Apparently it's not enough as i get "Serializer encountered maximum depth of 255".

I looked at some objects, some were not so little so i loop them to do the same thing on each of their element instead of the whole structure but still the same error.

This drives me to think that "Convert strongly typed object to document" is OK but with very little object then...

Does someone have a workaround ? Idea ? I feel stuck this way.

Maybe i should use Newtonsoft.Json and convert my objects into json and store into arango, and practise the way back when i need.

yojimbo87 commented 5 years ago

Hi, can you paste here how the object looks like in JSON format?

Eliakos commented 5 years ago

Yes, here it is in JSON (i cut it half way as it's too long) before i get it into an object :

"{\"offset\":148,\"per-page\":50,\"total\":174,\"events\":[{\"id\":890969957950041,\"name\":\"M Marterer vs K Nishikori\",\"sport-id\":9,\"start\":\"2018-08-28T20:00:00.000Z\",\"in-running-flag\":false,\"allow-live-betting\":true,\"category-id\":[9,399952692940010,410468520880009,574382349050019,642094935630012,872480912780041],\"status\":\"open\",\"volume\":2367.81928,\"markets\":[{\"live\":false,\"event-id\":890969957950041,\"id\":890969958170042,\"name\":\"Moneyline\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":413.40209,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":6.40000,\"decimal-odds\":6.40000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":272.63939,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":7.30000,\"decimal-odds\":7.30000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":890969958230041,\"market-id\":890969958170042,\"name\":\"M Marterer\",\"status\":\"open\",\"volume\":350.34071,\"event-participant-id\":890969958000042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":1717.62815,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.15873,\"decimal-odds\":1.15873,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":2232.37126,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.18519,\"decimal-odds\":1.18519,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":890969958220042,\"market-id\":890969958170042,\"name\":\"K Nishikori\",\"status\":\"open\",\"volume\":733.77268,\"event-participant-id\":890969958010041}],\"start\":\"2018-08-28T20:00:00.000Z\",\"status\":\"open\",\"market-type\":\"money_line\",\"type\":\"binary\",\"in-running-flag\":false,\"allow-live-betting\":true,\"volume\":1084.11339,\"back-overround\":101.68599,\"lay-overround\":98.31401,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969957950041,\"id\":891471181090041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":475.71625,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.87719,\"decimal-odds\":1.87719,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":421.67013,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.98040,\"decimal-odds\":1.98040,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":891471181180042,\"market-id\":891471181090041,\"name\":\"M Marterer +7.5\",\"status\":\"open\",\"handicap\":7.5,\"volume\":0.0,\"event-participant-id\":890969958000042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":413.40209,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.02000,\"decimal-odds\":2.02000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":417.29496,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.14000,\"decimal-odds\":2.14000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":891471181170041,\"market-id\":891471181090041,\"name\":\"K Nishikori -7.5\",\"status\":\"open\",\"handicap\":-7.5,\"volume\":0.0,\"event-participant-id\":890969958010041}],\"start\":\"2018-08-28T20:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":7.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":102.77599,\"lay-overround\":97.22401,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969957950041,\"id\":891458802730041,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":359.67919,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.86956,\"decimal-odds\":1.86956,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":319.35311,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.97088,\"decimal-odds\":1.97088,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":891458802790041,\"market-id\":891458802730041,\"name\":\"OVER 31.5\",\"status\":\"open\",\"handicap\":31.5,\"volume\":102.48927},{\"withdrawn\":false,\"prices\":[{\"available-amount\":310.05156,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.03000,\"decimal-odds\":2.03000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":312.76452,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.15000,\"decimal-odds\":2.15000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":891458802860041,\"market-id\":891458802730041,\"name\":\"UNDER 31.5\",\"status\":\"open\",\"handicap\":31.5,\"volume\":86.12543}],\"start\":\"2018-08-28T20:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":31.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":188.6147,\"back-overround\":102.74947,\"lay-overround\":97.25053,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969957950041,\"id\":891651374820042,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":82.68042,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.32000,\"decimal-odds\":2.32000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.79816,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.54000,\"decimal-odds\":2.54000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":891651374870042,\"market-id\":891651374820042,\"name\":\"M Marterer +6.5\",\"status\":\"open\",\"handicap\":6.5,\"volume\":0.0,\"event-participant-id\":890969958000042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":132.12916,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.64935,\"decimal-odds\":1.64935,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":109.13815,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.75758,\"decimal-odds\":1.75758,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":891651374950042,\"market-id\":891651374820042,\"name\":\"K Nishikori -6.5\",\"status\":\"open\",\"handicap\":-6.50,\"volume\":0.0,\"event-participant-id\":890969958010041}],\"start\":\"2018-08-28T20:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":6.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":103.73338,\"lay-overround\":96.26662,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969957950041,\"id\":891537470130041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":82.68042,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.09000,\"decimal-odds\":2.09000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.99625,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.23000,\"decimal-odds\":2.23000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":891537470170041,\"market-id\":891537470130041,\"name\":\"M Marterer +7.0\",\"status\":\"open\",\"handicap\":7.0,\"volume\":0.0,\"event-participant-id\":890969958000042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":105.77538,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.81300,\"decimal-odds\":1.81300,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":90.12165,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.91744,\"decimal-odds\":1.91744,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":891537470230041,\"market-id\":891537470130041,\"name\":\"K Nishikori -7.0\",\"status\":\"open\",\"handicap\":-7.00,\"volume\":0.0,\"event-participant-id\":890969958010041}],\"start\":\"2018-08-28T20:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":7.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":103.00385,\"lay-overround\":96.99615,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969957950041,\"id\":891537283380041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":129.71128,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.66225,\"decimal-odds\":1.66225,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":107.48454,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.76924,\"decimal-odds\":1.76924,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":891537283430041,\"market-id\":891537283380041,\"name\":\"M Marterer +8.0\",\"status\":\"open\",\"handicap\":8.0,\"volume\":0.0,\"event-participant-id\":890969958000042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":82.68042,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.30000,\"decimal-odds\":2.30000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.90151,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.51000,\"decimal-odds\":2.51000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":891537283500041,\"market-id\":891537283380041,\"name\":\"K Nishikori -8.0\",\"status\":\"open\",\"handicap\":-8.00,\"volume\":0.0,\"event-participant-id\":890969958010041}],\"start\":\"2018-08-28T20:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":8.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":103.63764,\"lay-overround\":96.36236,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969957950041,\"id\":891537359690042,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":160.41034,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.53475,\"decimal-odds\":1.53475,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":127.32784,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.64936,\"decimal-odds\":1.64936,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":891537359740042,\"market-id\":891537359690042,\"name\":\"M Marterer +8.5\",\"status\":\"open\",\"handicap\":8.5,\"volume\":0.0,\"event-participant-id\":890969958000042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":82.68042,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.54000,\"decimal-odds\":2.54000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.78093,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.87000,\"decimal-odds\":2.87000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":891537359800042,\"market-id\":891537359690042,\"name\":\"K Nishikori -8.5\",\"status\":\"open\",\"handicap\":-8.50,\"volume\":0.0,\"event-participant-id\":890969958010041}],\"start\":\"2018-08-28T20:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":8.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":104.52688,\"lay-overround\":95.47312,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969957950041,\"id\":893887091940042,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":890969957950041,\"id\":893887092000042,\"market-id\":893887091940042,\"name\":\"OVER 30.5\",\"status\":\"open\",\"handicap\":30.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":890969957950041,\"id\":893887092060042,\"market-id\":893887091940042,\"name\":\"UNDER 30.5\",\"status\":\"open\",\"handicap\":30.5,\"volume\":0.0}],\"start\":\"2018-08-28T20:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":30.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969957950041,\"id\":891487015060042,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":108.32272,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.79365,\"decimal-odds\":1.79365,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":86.03931,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.90091,\"decimal-odds\":1.90091,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":891487015120042,\"market-id\":891487015060042,\"name\":\"OVER 31.0\",\"status\":\"open\",\"handicap\":31.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[{\"available-amount\":77.51289,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.11000,\"decimal-odds\":2.11000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.97041,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.26000,\"decimal-odds\":2.26000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":891487015200042,\"market-id\":891487015060042,\"name\":\"UNDER 31.0\",\"status\":\"open\",\"handicap\":31.0,\"volume\":0.0}],\"start\":\"2018-08-28T20:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":31.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":103.14559,\"lay-overround\":96.85441,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969957950041,\"id\":891458594950042,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":325.67816,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.96153,\"decimal-odds\":1.96153,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":316.08814,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.02000,\"decimal-odds\":2.02000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":891458595010042,\"market-id\":891458594950042,\"name\":\"OVER 32.0\",\"status\":\"open\",\"handicap\":32.0,\"volume\":311.77407},{\"withdrawn\":false,\"prices\":[{\"available-amount\":322.40990,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.98039,\"decimal-odds\":1.98039,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":313.15208,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.04000,\"decimal-odds\":2.04000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":891458595090042,\"market-id\":891458594950042,\"name\":\"UNDER 32.0\",\"status\":\"open\",\"handicap\":32.0,\"volume\":294.68836}],\"start\":\"2018-08-28T20:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":32.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":606.46244,\"back-overround\":101.47545,\"lay-overround\":98.52455,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969957950041,\"id\":891458691740041,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":82.77979,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.04000,\"decimal-odds\":2.04000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":86.06515,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.16000,\"decimal-odds\":2.16000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":891458691800041,\"market-id\":891458691740041,\"name\":\"OVER 32.5\",\"status\":\"open\",\"handicap\":32.5,\"volume\":488.62875},{\"withdrawn\":false,\"prices\":[{\"available-amount\":99.83557,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.86206,\"decimal-odds\":1.86206,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":86.09098,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.96154,\"decimal-odds\":1.96154,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":891458691890041,\"market-id\":891458691740041,\"name\":\"UNDER 32.5\",\"status\":\"open\",\"handicap\":32.5,\"volume\":0.0}],\"start\":\"2018-08-28T20:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":32.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":488.62875,\"back-overround\":102.72332,\"lay-overround\":97.27668,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969957950041,\"id\":891486923210041,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":310.05156,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.09000,\"decimal-odds\":2.09000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":312.74729,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.23000,\"decimal-odds\":2.23000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":891486923260041,\"market-id\":891486923210041,\"name\":\"OVER 33.0\",\"status\":\"open\",\"handicap\":33.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[{\"available-amount\":384.67917,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.81300,\"decimal-odds\":1.81300,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":337.95621,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.91744,\"decimal-odds\":1.91744,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969957950041,\"id\":891486923330041,\"market-id\":891486923210041,\"name\":\"UNDER 33.0\",\"status\":\"open\",\"handicap\":33.0,\"volume\":0.0}],\"start\":\"2018-08-28T20:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":33.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":103.00385,\"lay-overround\":96.99615,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969957950041,\"id\":891537543080042,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":890969957950041,\"id\":891537543120042,\"market-id\":891537543080042,\"name\":\"M Marterer +6.0\",\"status\":\"open\",\"handicap\":6.0,\"volume\":0.0,\"event-participant-id\":890969958000042},{\"withdrawn\":false,\"prices\":[],\"event-id\":890969957950041,\"id\":891537543180042,\"market-id\":891537543080042,\"name\":\"K Nishikori -6.0\",\"status\":\"open\",\"handicap\":-6.00,\"volume\":0.0,\"event-participant-id\":890969958010041}],\"start\":\"2018-08-28T20:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":6.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1}],\"meta-tags\":[{\"id\":9,\"name\":\"Tennis\",\"type\":\"SPORT\",\"url-name\":\"tennis\"},{\"id\":399952692940010,\"name\":\"United States of America\",\"type\":\"COUNTRY\",\"url-name\":\"united-states-of-america\"},{\"id\":410468520880009,\"name\":\"Live Betting\",\"type\":\"OTHER\",\"url-name\":\"live-betting\"},{\"id\":574382349050019,\"name\":\"ATP US Open\",\"type\":\"COMPETITION\",\"url-name\":\"atp-us-open\"},{\"id\":642094935630012,\"name\":\"R1\",\"type\":\"OTHER\",\"url-name\":\"r1\"},{\"id\":872480912780041,\"name\":\"August 27th 2018\",\"type\":\"DATE\",\"url-name\":\"august-27th-2018\"}]},{\"id\":890969908170042,\"name\":\"F Tiafoe vs A Mannarino\",\"sport-id\":9,\"start\":\"2018-08-28T21:00:00.000Z\",\"in-running-flag\":false,\"allow-live-betting\":true,\"category-id\":[9,399952692940010,410468520880009,574382349050019,642094935630012,872480912780041],\"status\":\"open\",\"volume\":0.97476,\"markets\":[{\"live\":false,\"event-id\":890969908170042,\"id\":890969908370042,\"name\":\"Moneyline\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":1218.15087,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.58823,\"decimal-odds\":1.58823,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":640.50938,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.64517,\"decimal-odds\":1.64517,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969908170042,\"id\":890969908420042,\"market-id\":890969908370042,\"name\":\"F Tiafoe\",\"status\":\"open\",\"volume\":0.26385,\"event-participant-id\":890969908220042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":413.23186,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.55000,\"decimal-odds\":2.55000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":716.55934,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.70000,\"decimal-odds\":2.70000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969908170042,\"id\":890969908420041,\"market-id\":890969908370042,\"name\":\"A Mannarino\",\"status\":\"open\",\"volume\":0.71091,\"event-participant-id\":890969908230041}],\"start\":\"2018-08-28T21:00:00.000Z\",\"status\":\"open\",\"market-type\":\"money_line\",\"type\":\"binary\",\"in-running-flag\":false,\"allow-live-betting\":true,\"volume\":0.97476,\"back-overround\":102.17866,\"lay-overround\":97.82134,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969908170042,\"id\":891498461130041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":446.92073,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.92592,\"decimal-odds\":1.92592,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":417.53611,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.04000,\"decimal-odds\":2.04000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969908170042,\"id\":891498461200042,\"market-id\":891498461130041,\"name\":\"F Tiafoe -3.5\",\"status\":\"open\",\"handicap\":-3.5,\"volume\":0.0,\"event-participant-id\":890969908220042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":434.23755,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.96153,\"decimal-odds\":1.96153,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":413.81549,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.08000,\"decimal-odds\":2.08000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969908170042,\"id\":891498461200041,\"market-id\":891498461130041,\"name\":\"A Mannarino +3.5\",\"status\":\"open\",\"handicap\":3.5,\"volume\":0.0,\"event-participant-id\":890969908230041}],\"start\":\"2018-08-28T21:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-3.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":102.90348,\"lay-overround\":97.09652,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969908170042,\"id\":891465834000041,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":231.72298,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.90090,\"decimal-odds\":1.90090,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":206.77856,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.02000,\"decimal-odds\":2.02000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969908170042,\"id\":891465834060041,\"market-id\":891465834000041,\"name\":\"OVER 39.0\",\"status\":\"open\",\"handicap\":39.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[{\"available-amount\":210.91413,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.98039,\"decimal-odds\":1.98039,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":208.75944,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.11000,\"decimal-odds\":2.11000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969908170042,\"id\":891465834140041,\"market-id\":891465834000041,\"name\":\"UNDER 39.0\",\"status\":\"open\",\"handicap\":39.0,\"volume\":0.0}],\"start\":\"2018-08-28T21:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":39.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":103.10169,\"lay-overround\":96.89831,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969908170042,\"id\":891465565260041,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":104.09714,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.82644,\"decimal-odds\":1.82644,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":86.06515,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.93458,\"decimal-odds\":1.93458,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969908170042,\"id\":891465565340041,\"market-id\":891465565260041,\"name\":\"OVER 38.5\",\"status\":\"open\",\"handicap\":38.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[{\"available-amount\":80.43471,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.07000,\"decimal-odds\":2.07000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":86.03070,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.21000,\"decimal-odds\":2.21000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969908170042,\"id\":891465565440041,\"market-id\":891465565260041,\"name\":\"UNDER 38.5\",\"status\":\"open\",\"handicap\":38.5,\"volume\":0.0}],\"start\":\"2018-08-28T21:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":38.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":103.06032,\"lay-overround\":96.93968,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969908170042,\"id\":891501401600041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":150.13730,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.83333,\"decimal-odds\":1.83333,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":221.17012,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.93458,\"decimal-odds\":1.93458,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969908170042,\"id\":891501401640041,\"market-id\":891501401600041,\"name\":\"F Tiafoe -3.0\",\"status\":\"open\",\"handicap\":-3.0,\"volume\":0.0,\"event-participant-id\":890969908220042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":206.70104,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.07000,\"decimal-odds\":2.07000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":125.11442,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.20000,\"decimal-odds\":2.20000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969908170042,\"id\":891501401730041,\"market-id\":891501401600041,\"name\":\"A Mannarino +3.0\",\"status\":\"open\",\"handicap\":3.00,\"volume\":0.0,\"event-participant-id\":890969908230041}],\"start\":\"2018-08-28T21:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-3.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":102.85464,\"lay-overround\":97.14536,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969908170042,\"id\":891501210130042,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":124.02063,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.02000,\"decimal-odds\":2.02000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":125.18332,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.14000,\"decimal-odds\":2.14000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969908170042,\"id\":891501210180042,\"market-id\":891501210130042,\"name\":\"F Tiafoe -4.0\",\"status\":\"open\",\"handicap\":-4.0,\"volume\":0.0,\"event-participant-id\":890969908220042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":142.70898,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.87719,\"decimal-odds\":1.87719,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":126.50104,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.98040,\"decimal-odds\":1.98040,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969908170042,\"id\":891501210240042,\"market-id\":891501210130042,\"name\":\"A Mannarino +4.0\",\"status\":\"open\",\"handicap\":4.00,\"volume\":0.0,\"event-participant-id\":890969908230041}],\"start\":\"2018-08-28T21:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-4.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":102.77599,\"lay-overround\":97.22401,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969908170042,\"id\":891465419240042,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":113.50368,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.75757,\"decimal-odds\":1.75757,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.99625,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.86207,\"decimal-odds\":1.86207,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969908170042,\"id\":891465419490042,\"market-id\":891465419240042,\"name\":\"OVER 38.0\",\"status\":\"open\",\"handicap\":38.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[{\"available-amount\":74.13470,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.16000,\"decimal-odds\":2.16000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.98763,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.32000,\"decimal-odds\":2.32000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969908170042,\"id\":891465419560042,\"market-id\":891465419240042,\"name\":\"UNDER 38.0\",\"status\":\"open\",\"handicap\":38.0,\"volume\":0.0}],\"start\":\"2018-08-28T21:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":38.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":103.19286,\"lay-overround\":96.80714,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969908170042,\"id\":891646329340041,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":213.08836,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.97087,\"decimal-odds\":1.97087,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":208.61303,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.09000,\"decimal-odds\":2.09000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969908170042,\"id\":891646329400041,\"market-id\":891646329340041,\"name\":\"OVER 39.5\",\"status\":\"open\",\"handicap\":39.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[{\"available-amount\":227.38820,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.91743,\"decimal-odds\":1.91743,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":206.88191,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.03000,\"decimal-odds\":2.03000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969908170042,\"id\":891646329480041,\"market-id\":891646329340041,\"name\":\"UNDER 39.5\",\"status\":\"open\",\"handicap\":39.5,\"volume\":0.0}],\"start\":\"2018-08-28T21:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":39.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":102.89204,\"lay-overround\":97.10796,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969908170042,\"id\":891501490930041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":890969908170042,\"id\":891501491010041,\"market-id\":891501490930041,\"name\":\"F Tiafoe -2.0\",\"status\":\"open\",\"handicap\":-2.0,\"volume\":0.0,\"event-participant-id\":890969908220042},{\"withdrawn\":false,\"prices\":[],\"event-id\":890969908170042,\"id\":891501491080041,\"market-id\":891501490930041,\"name\":\"A Mannarino +2.0\",\"status\":\"open\",\"handicap\":2.00,\"volume\":0.0,\"event-participant-id\":890969908230041}],\"start\":\"2018-08-28T21:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-2.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969908170042,\"id\":891465917580042,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":890969908170042,\"id\":891465917640042,\"market-id\":891465917580042,\"name\":\"OVER 37.0\",\"status\":\"open\",\"handicap\":37.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":890969908170042,\"id\":891465917710042,\"market-id\":891465917580042,\"name\":\"UNDER 37.0\",\"status\":\"open\",\"handicap\":37.0,\"volume\":0.0}],\"start\":\"2018-08-28T21:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":37.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969908170042,\"id\":891548615000041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":165.12830,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.75757,\"decimal-odds\":1.75757,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":95.90928,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.86207,\"decimal-odds\":1.86207,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969908170042,\"id\":891548615080042,\"market-id\":891548615000041,\"name\":\"F Tiafoe -2.5\",\"status\":\"open\",\"handicap\":-2.5,\"volume\":0.0,\"event-participant-id\":890969908220042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":82.68042,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.16000,\"decimal-odds\":2.16000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":125.09719,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.32000,\"decimal-odds\":2.32000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969908170042,\"id\":891548615080041,\"market-id\":891548615000041,\"name\":\"A Mannarino +2.5\",\"status\":\"open\",\"handicap\":2.5,\"volume\":0.0,\"event-participant-id\":890969908230041}],\"start\":\"2018-08-28T21:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-2.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":103.19286,\"lay-overround\":96.80714,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969908170042,\"id\":891501302450042,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":124.02063,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.12000,\"decimal-odds\":2.12000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":125.03691,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.27000,\"decimal-odds\":2.27000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969908170042,\"id\":891501302490042,\"market-id\":891501302450042,\"name\":\"F Tiafoe -4.5\",\"status\":\"open\",\"handicap\":-4.5,\"volume\":0.0,\"event-participant-id\":890969908220042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":158.79687,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.78740,\"decimal-odds\":1.78740,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":138.90310,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.89286,\"decimal-odds\":1.89286,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890969908170042,\"id\":891501302540042,\"market-id\":891501302450042,\"name\":\"A Mannarino +4.5\",\"status\":\"open\",\"handicap\":4.50,\"volume\":0.0,\"event-participant-id\":890969908230041}],\"start\":\"2018-08-28T21:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-4.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":103.11696,\"lay-overround\":96.88304,\"number-of-winners\":1},{\"live\":false,\"event-id\":890969908170042,\"id\":891465660000042,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":890969908170042,\"id\":891465660050042,\"market-id\":891465660000042,\"name\":\"OVER 37.5\",\"status\":\"open\",\"handicap\":37.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":890969908170042,\"id\":891465660140042,\"market-id\":891465660000042,\"name\":\"UNDER 37.5\",\"status\":\"open\",\"handicap\":37.5,\"volume\":0.0}],\"start\":\"2018-08-28T21:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":37.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1}],\"meta-tags\":[{\"id\":9,\"name\":\"Tennis\",\"type\":\"SPORT\",\"url-name\":\"tennis\"},{\"id\":399952692940010,\"name\":\"United States of America\",\"type\":\"COUNTRY\",\"url-name\":\"united-states-of-america\"},{\"id\":410468520880009,\"name\":\"Live Betting\",\"type\":\"OTHER\",\"url-name\":\"live-betting\"},{\"id\":574382349050019,\"name\":\"ATP US Open\",\"type\":\"COMPETITION\",\"url-name\":\"atp-us-open\"},{\"id\":642094935630012,\"name\":\"R1\",\"type\":\"OTHER\",\"url-name\":\"r1\"},{\"id\":872480912780041,\"name\":\"August 27th 2018\",\"type\":\"DATE\",\"url-name\":\"august-27th-2018\"}]},{\"id\":890970141070041,\"name\":\"N Kyrgios vs R Albot\",\"sport-id\":9,\"start\":\"2018-08-28T23:00:00.000Z\",\"in-running-flag\":false,\"allow-live-betting\":true,\"category-id\":[9,399952692940010,410468520880009,574382349050019,642094935630012,872480912780041],\"status\":\"open\",\"volume\":1717.90361,\"markets\":[{\"live\":false,\"event-id\":890970141070041,\"id\":890970141580042,\"name\":\"Moneyline\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":3179.96636,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.13333,\"decimal-odds\":1.13333,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":2604.43314,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.15874,\"decimal-odds\":1.15874,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":890970141650041,\"market-id\":890970141580042,\"name\":\"N Kyrgios\",\"status\":\"open\",\"volume\":1.94257,\"event-participant-id\":890970141400042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":413.40209,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":7.30000,\"decimal-odds\":7.30000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":423.99551,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":8.50000,\"decimal-odds\":8.50000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":890970141640042,\"market-id\":890970141580042,\"name\":\"R Albot\",\"status\":\"open\",\"volume\":96.70593,\"event-participant-id\":890970141400041}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"money_line\",\"type\":\"binary\",\"in-running-flag\":false,\"allow-live-betting\":true,\"volume\":98.64849,\"back-overround\":101.31840,\"lay-overround\":98.68160,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970141070041,\"id\":891471343200041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":443.93493,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.92592,\"decimal-odds\":1.92592,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":1034.07364,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.04000,\"decimal-odds\":2.04000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":891471343270042,\"market-id\":891471343200041,\"name\":\"N Kyrgios -6.5\",\"status\":\"open\",\"handicap\":-6.5,\"volume\":2.47751,\"event-participant-id\":890970141400042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":1075.43659,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.96153,\"decimal-odds\":1.96153,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":411.05086,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.08000,\"decimal-odds\":2.08000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":891471343270041,\"market-id\":891471343200041,\"name\":\"R Albot +6.5\",\"status\":\"open\",\"handicap\":6.5,\"volume\":2.62616,\"event-participant-id\":890970141400041}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-6.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":5.10367,\"back-overround\":102.90348,\"lay-overround\":97.09652,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970141070041,\"id\":891452627320042,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":93.79223,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.91743,\"decimal-odds\":1.91743,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.33308,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.03000,\"decimal-odds\":2.03000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":891452627370042,\"market-id\":891452627320042,\"name\":\"OVER 32.5\",\"status\":\"open\",\"handicap\":32.5,\"volume\":211.72677},{\"withdrawn\":false,\"prices\":[{\"available-amount\":87.89307,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.97087,\"decimal-odds\":1.97087,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":86.04792,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.09000,\"decimal-odds\":2.09000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":891452627440042,\"market-id\":891452627320042,\"name\":\"UNDER 32.5\",\"status\":\"open\",\"handicap\":32.5,\"volume\":219.85803}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":32.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":431.5848,\"back-overround\":102.89204,\"lay-overround\":97.10796,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970141070041,\"id\":891525461730042,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":193.47347,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.64516,\"decimal-odds\":1.64516,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":163.70723,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.75758,\"decimal-odds\":1.75758,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":891525461780042,\"market-id\":891525461730042,\"name\":\"N Kyrgios -6.0\",\"status\":\"open\",\"handicap\":-6.0,\"volume\":0.0,\"event-participant-id\":890970141400042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":124.02063,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.32000,\"decimal-odds\":2.32000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":124.82159,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.55000,\"decimal-odds\":2.55000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":891525461850042,\"market-id\":891525461730042,\"name\":\"R Albot +6.0\",\"status\":\"open\",\"handicap\":6.00,\"volume\":0.0,\"event-participant-id\":890970141400041}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-6.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":103.88777,\"lay-overround\":96.11223,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970141070041,\"id\":891525228330042,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":95.20173,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.04000,\"decimal-odds\":2.04000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":125.14026,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.17000,\"decimal-odds\":2.17000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":891525228380042,\"market-id\":891525228330042,\"name\":\"N Kyrgios -7.0\",\"status\":\"open\",\"handicap\":-7.0,\"volume\":0.0,\"event-participant-id\":890970141400042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":146.41410,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.85470,\"decimal-odds\":1.85470,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":99.00980,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.96154,\"decimal-odds\":1.96154,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":891525228750042,\"market-id\":891525228330042,\"name\":\"R Albot +7.0\",\"status\":\"open\",\"handicap\":7.00,\"volume\":0.0,\"event-participant-id\":890970141400041}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-7.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":102.93667,\"lay-overround\":97.06333,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970141070041,\"id\":891498524020041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":124.02063,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.18000,\"decimal-odds\":2.18000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":124.98523,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.35000,\"decimal-odds\":2.35000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":891498524090042,\"market-id\":891498524020041,\"name\":\"N Kyrgios -7.5\",\"status\":\"open\",\"handicap\":-7.5,\"volume\":136.62505,\"event-participant-id\":890970141400042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":168.73006,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.74074,\"decimal-odds\":1.74074,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":146.34434,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.84746,\"decimal-odds\":1.84746,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":891498524100041,\"market-id\":891498524020041,\"name\":\"R Albot +7.5\",\"status\":\"open\",\"handicap\":7.5,\"volume\":171.84678,\"event-participant-id\":890970141400041}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-7.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":308.47183,\"back-overround\":103.31837,\"lay-overround\":96.68163,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970141070041,\"id\":891453109030042,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":108.32272,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.79365,\"decimal-odds\":1.79365,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":86.03931,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.90091,\"decimal-odds\":1.90091,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":891453109120042,\"market-id\":891453109030042,\"name\":\"OVER 32.0\",\"status\":\"open\",\"handicap\":32.0,\"volume\":250.29617},{\"withdrawn\":false,\"prices\":[{\"available-amount\":77.51289,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.11000,\"decimal-odds\":2.11000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.97041,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.26000,\"decimal-odds\":2.26000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":891453109190042,\"market-id\":891453109030042,\"name\":\"UNDER 32.0\",\"status\":\"open\",\"handicap\":32.0,\"volume\":78.21755}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":32.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":328.51372,\"back-overround\":103.14559,\"lay-overround\":96.85441,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970141070041,\"id\":891452978720041,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":319.64585,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.97087,\"decimal-odds\":1.97087,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":312.91954,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.09000,\"decimal-odds\":2.09000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":891452978760041,\"market-id\":891452978720041,\"name\":\"OVER 33.0\",\"status\":\"open\",\"handicap\":33.0,\"volume\":181.68372},{\"withdrawn\":false,\"prices\":[{\"available-amount\":341.08230,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.91743,\"decimal-odds\":1.91743,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":310.33578,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.03000,\"decimal-odds\":2.03000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":891452978820041,\"market-id\":891452978720041,\"name\":\"UNDER 33.0\",\"status\":\"open\",\"handicap\":33.0,\"volume\":0.0}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":33.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":181.68372,\"back-overround\":102.89204,\"lay-overround\":97.10796,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970141070041,\"id\":891471335470042,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":81.19353,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.06000,\"decimal-odds\":2.06000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":86.00486,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.19000,\"decimal-odds\":2.19000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":891471335540041,\"market-id\":891471335470042,\"name\":\"OVER 33.5\",\"status\":\"open\",\"handicap\":33.5,\"volume\":94.57434},{\"withdrawn\":false,\"prices\":[{\"available-amount\":102.34578,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.84033,\"decimal-odds\":1.84033,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":86.06515,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.94340,\"decimal-odds\":1.94340,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":891471335540042,\"market-id\":891471335470042,\"name\":\"UNDER 33.5\",\"status\":\"open\",\"handicap\":33.5,\"volume\":113.48921}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":33.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":208.06355,\"back-overround\":102.88159,\"lay-overround\":97.11841,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970141070041,\"id\":891473641100042,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":890970141070041,\"id\":891473641150041,\"market-id\":891473641100042,\"name\":\"N Kyrgios -4.5\",\"status\":\"open\",\"handicap\":-4.5,\"volume\":0.0,\"event-participant-id\":890970141400042},{\"withdrawn\":false,\"prices\":[],\"event-id\":890970141070041,\"id\":891473641150042,\"market-id\":891473641100042,\"name\":\"R Albot +4.5\",\"status\":\"open\",\"handicap\":4.5,\"volume\":0.0,\"event-participant-id\":890970141400041}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-4.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970141070041,\"id\":891525538170041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":1252.72890,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.50000,\"decimal-odds\":1.50000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":1016.96913,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.60976,\"decimal-odds\":1.60976,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":891525538230041,\"market-id\":891525538170041,\"name\":\"N Kyrgios -5.5\",\"status\":\"open\",\"handicap\":-5.5,\"volume\":0.0,\"event-participant-id\":890970141400042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":620.10313,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.64000,\"decimal-odds\":2.64000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":626.36445,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":3.00000,\"decimal-odds\":3.00000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":891525538290041,\"market-id\":891525538170041,\"name\":\"R Albot +5.5\",\"status\":\"open\",\"handicap\":5.50,\"volume\":0.0,\"event-participant-id\":890970141400041}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-5.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":104.54546,\"lay-overround\":95.45454,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970141070041,\"id\":891478923410041,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":123.69817,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.69444,\"decimal-odds\":1.69444,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.93596,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.80000,\"decimal-odds\":1.80000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":891478923460041,\"market-id\":891478923410041,\"name\":\"OVER 31.5\",\"status\":\"open\",\"handicap\":31.5,\"volume\":155.83382},{\"withdrawn\":false,\"prices\":[{\"available-amount\":68.74877,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.25000,\"decimal-odds\":2.25000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.90151,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.44000,\"decimal-odds\":2.44000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970141070041,\"id\":891478923560041,\"market-id\":891478923410041,\"name\":\"UNDER 31.5\",\"status\":\"open\",\"handicap\":31.5,\"volume\":0.0}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":31.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":155.83382,\"back-overround\":103.46085,\"lay-overround\":96.53915,\"number-of-winners\":1}],\"meta-tags\":[{\"id\":9,\"name\":\"Tennis\",\"type\":\"SPORT\",\"url-name\":\"tennis\"},{\"id\":399952692940010,\"name\":\"United States of America\",\"type\":\"COUNTRY\",\"url-name\":\"united-states-of-america\"},{\"id\":410468520880009,\"name\":\"Live Betting\",\"type\":\"OTHER\",\"url-name\":\"live-betting\"},{\"id\":574382349050019,\"name\":\"ATP US Open\",\"type\":\"COMPETITION\",\"url-name\":\"atp-us-open\"},{\"id\":642094935630012,\"name\":\"R1\",\"type\":\"OTHER\",\"url-name\":\"r1\"},{\"id\":872480912780041,\"name\":\"August 27th 2018\",\"type\":\"DATE\",\"url-name\":\"august-27th-2018\"}]},{\"id\":890970184130041,\"name\":\"Y Nishioka vs R Federer\",\"sport-id\":9,\"start\":\"2018-08-28T23:00:00.000Z\",\"in-running-flag\":false,\"allow-live-betting\":true,\"category-id\":[9,399952692940010,410468520880009,574382349050019,642094935630012,872480912780041],\"status\":\"open\",\"volume\":3015.04545,\"markets\":[{\"live\":false,\"event-id\":890970184130041,\"id\":890970184410042,\"name\":\"Moneyline\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":250.32077,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":21.00000,\"decimal-odds\":21.00000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":463.02756,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":46.00000,\"decimal-odds\":46.00000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":890970184480041,\"market-id\":890970184410042,\"name\":\"Y Nishioka\",\"status\":\"open\",\"volume\":139.34104,\"event-participant-id\":890970184210042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":20836.24026,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.02222,\"decimal-odds\":1.02222,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":10.27413,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.04762,\"decimal-odds\":1.04762,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":890970184470042,\"market-id\":890970184410042,\"name\":\"R Federer\",\"status\":\"open\",\"volume\":2806.37232,\"event-participant-id\":890970184230041}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"money_line\",\"type\":\"binary\",\"in-running-flag\":false,\"allow-live-betting\":true,\"volume\":2945.71336,\"back-overround\":101.90881,\"lay-overround\":98.09119,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970184130041,\"id\":891473730770041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":413.40209,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.02000,\"decimal-odds\":2.02000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":417.01935,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.15000,\"decimal-odds\":2.15000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":891473730840041,\"market-id\":891473730770041,\"name\":\"Y Nishioka +9.0\",\"status\":\"open\",\"handicap\":9,\"volume\":0.0,\"event-participant-id\":890970184210042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":479.57226,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.86956,\"decimal-odds\":1.86956,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":421.67013,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.98040,\"decimal-odds\":1.98040,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":891473730840042,\"market-id\":891473730770041,\"name\":\"R Federer -9.0\",\"status\":\"open\",\"handicap\":-9,\"volume\":0.0,\"event-participant-id\":890970184230041}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":9,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":102.99334,\"lay-overround\":97.00666,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970184130041,\"id\":891448895400041,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":328.79160,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.95238,\"decimal-odds\":1.95238,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":208.75944,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.05000,\"decimal-odds\":2.05000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":891448895450041,\"market-id\":891448895400041,\"name\":\"OVER 28.0\",\"status\":\"open\",\"handicap\":28.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[{\"available-amount\":219.19741,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.95238,\"decimal-odds\":1.95238,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":313.13485,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.05000,\"decimal-odds\":2.05000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":891448895520041,\"market-id\":891448895400041,\"name\":\"UNDER 28.0\",\"status\":\"open\",\"handicap\":28.0,\"volume\":0.0}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":28.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":102.43904,\"lay-overround\":97.56096,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970184130041,\"id\":891449057000041,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":110.85739,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.77519,\"decimal-odds\":1.77519,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":49.07955,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.87720,\"decimal-odds\":1.87720,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":891449057060041,\"market-id\":891449057000041,\"name\":\"OVER 27.5\",\"status\":\"open\",\"handicap\":27.5,\"volume\":36.93392},{\"withdrawn\":false,\"prices\":[{\"available-amount\":43.05224,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.14000,\"decimal-odds\":2.14000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.93596,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.29000,\"decimal-odds\":2.29000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":891449057130041,\"market-id\":891449057000041,\"name\":\"UNDER 27.5\",\"status\":\"open\",\"handicap\":27.5,\"volume\":32.39818}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":27.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":69.33209,\"back-overround\":103.06086,\"lay-overround\":96.93914,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970184130041,\"id\":891473730780042,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":111.72794,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.76923,\"decimal-odds\":1.76923,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":94.25568,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.87720,\"decimal-odds\":1.87720,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":891473730840141,\"market-id\":891473730780042,\"name\":\"Y Nishioka +9.5\",\"status\":\"open\",\"handicap\":9.5,\"volume\":0.0,\"event-participant-id\":890970184210042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":82.68042,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.14000,\"decimal-odds\":2.14000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.94457,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.30000,\"decimal-odds\":2.30000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":891473730850042,\"market-id\":891473730780042,\"name\":\"R Federer -9.5\",\"status\":\"open\",\"handicap\":-9.5,\"volume\":0.0,\"event-participant-id\":890970184230041}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":9.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":103.25072,\"lay-overround\":96.74928,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970184130041,\"id\":891512814660041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":206.70104,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.81000,\"decimal-odds\":2.81000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":210.36999,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":3.28000,\"decimal-odds\":3.28000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":891512814710041,\"market-id\":891512814660041,\"name\":\"Y Nishioka +8.0\",\"status\":\"open\",\"handicap\":8.0,\"volume\":0.0,\"event-participant-id\":890970184210042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":479.64357,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.43859,\"decimal-odds\":1.43859,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":374.12889,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.55249,\"decimal-odds\":1.55249,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":891512814770041,\"market-id\":891512814660041,\"name\":\"R Federer -8.0\",\"status\":\"open\",\"handicap\":-8.00,\"volume\":0.0,\"event-participant-id\":890970184230041}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":8.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":105.09939,\"lay-overround\":94.90061,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970184130041,\"id\":891513038050042,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":206.70104,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.30000,\"decimal-odds\":2.30000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":210.91258,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.51000,\"decimal-odds\":2.51000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":891513038110042,\"market-id\":891513038050042,\"name\":\"Y Nishioka +8.5\",\"status\":\"open\",\"handicap\":8.5,\"volume\":0.0,\"event-participant-id\":890970184210042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":318.47799,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.66225,\"decimal-odds\":1.66225,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":268.71136,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.76924,\"decimal-odds\":1.76924,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":891513038190042,\"market-id\":891513038050042,\"name\":\"R Federer -8.5\",\"status\":\"open\",\"handicap\":-8.50,\"volume\":0.0,\"event-participant-id\":890970184230041}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":8.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":103.63764,\"lay-overround\":96.36236,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970184130041,\"id\":891513304360041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":155.16996,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.55248,\"decimal-odds\":1.55248,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":310.05156,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.66667,\"decimal-odds\":1.66667,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":891513304430041,\"market-id\":891513304360041,\"name\":\"Y Nishioka +10.0\",\"status\":\"open\",\"handicap\":10.0,\"volume\":0.0,\"event-participant-id\":890970184210042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":206.70104,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.50000,\"decimal-odds\":2.50000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.72926,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.81000,\"decimal-odds\":2.81000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":891513304490041,\"market-id\":891513304360041,\"name\":\"R Federer -10.0\",\"status\":\"open\",\"handicap\":-10.00,\"volume\":0.0,\"event-participant-id\":890970184230041}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":10.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":104.41282,\"lay-overround\":95.58718,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970184130041,\"id\":891662905170042,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":890970184130041,\"id\":891662905220042,\"market-id\":891662905170042,\"name\":\"OVER 26.5\",\"status\":\"open\",\"handicap\":26.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":890970184130041,\"id\":891662905480042,\"market-id\":891662905170042,\"name\":\"UNDER 26.5\",\"status\":\"open\",\"handicap\":26.5,\"volume\":0.0}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":26.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970184130041,\"id\":891662987330042,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":147.39507,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.58139,\"decimal-odds\":1.58139,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":89.91495,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.68966,\"decimal-odds\":1.68966,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":891662987390042,\"market-id\":891662987330042,\"name\":\"OVER 27.0\",\"status\":\"open\",\"handicap\":27.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[{\"available-amount\":62.01031,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.45000,\"decimal-odds\":2.45000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.69481,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.72000,\"decimal-odds\":2.72000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":891662987450042,\"market-id\":891662987330042,\"name\":\"UNDER 27.0\",\"status\":\"open\",\"handicap\":27.0,\"volume\":0.0}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":27.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":104.05163,\"lay-overround\":95.94837,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970184130041,\"id\":891448967840042,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":72.86357,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.18000,\"decimal-odds\":2.18000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.90151,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.35000,\"decimal-odds\":2.35000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":891448967890042,\"market-id\":891448967840042,\"name\":\"OVER 28.5\",\"status\":\"open\",\"handicap\":28.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[{\"available-amount\":115.96704,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.74074,\"decimal-odds\":1.74074,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.97902,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.84746,\"decimal-odds\":1.84746,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":891448967960042,\"market-id\":891448967840042,\"name\":\"UNDER 28.5\",\"status\":\"open\",\"handicap\":28.5,\"volume\":0.0}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":28.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":103.31837,\"lay-overround\":96.68163,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970184130041,\"id\":891471486910041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":890970184130041,\"id\":891471487020042,\"market-id\":891471486910041,\"name\":\"Y Nishioka +7.5\",\"status\":\"open\",\"handicap\":7.5,\"volume\":0.0,\"event-participant-id\":890970184210042},{\"withdrawn\":false,\"prices\":[],\"event-id\":890970184130041,\"id\":891471487010041,\"market-id\":891471486910041,\"name\":\"R Federer -7.5\",\"status\":\"open\",\"handicap\":-7.5,\"volume\":0.0,\"event-participant-id\":890970184230041}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":7.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970184130041,\"id\":891477736200042,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":890970184130041,\"id\":891477736270042,\"market-id\":891477736200042,\"name\":\"OVER 29.5\",\"status\":\"open\",\"handicap\":29.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":890970184130041,\"id\":891477736340042,\"market-id\":891477736200042,\"name\":\"UNDER 29.5\",\"status\":\"open\",\"handicap\":29.5,\"volume\":0.0}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":29.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":890970184130041,\"id\":891477664440042,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":62.01031,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.44000,\"decimal-odds\":2.44000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.75510,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.71000,\"decimal-odds\":2.71000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":891477664500042,\"market-id\":891477664440042,\"name\":\"OVER 29.0\",\"status\":\"open\",\"handicap\":29.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[{\"available-amount\":146.64121,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.58479,\"decimal-odds\":1.58479,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":89.29485,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.69445,\"decimal-odds\":1.69445,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890970184130041,\"id\":891477664590042,\"market-id\":891477664440042,\"name\":\"UNDER 29.0\",\"status\":\"open\",\"handicap\":29.0,\"volume\":0.0}],\"start\":\"2018-08-28T23:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":29.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":104.08325,\"lay-overround\":95.91675,\"number-of-winners\":1}],\"meta-tags\":[{\"id\":9,\"name\":\"Tennis\",\"type\":\"SPORT\",\"url-name\":\"tennis\"},{\"id\":399952692940010,\"name\":\"United States of America\",\"type\":\"COUNTRY\",\"url-name\":\"united-states-of-america\"},{\"id\":410468520880009,\"name\":\"Live Betting\",\"type\":\"OTHER\",\"url-name\":\"live-betting\"},{\"id\":574382349050019,\"name\":\"ATP US Open\",\"type\":\"COMPETITION\",\"url-name\":\"atp-us-open\"},{\"id\":642094935630012,\"name\":\"R1\",\"type\":\"OTHER\",\"url-name\":\"r1\"},{\"id\":872480912780041,\"name\":\"August 27th 2018\",\"type\":\"DATE\",\"url-name\":\"august-27th-2018\"}]},{\"id\":890977378030041,\"name\":\"M Keys vs P Parmentier\",\"sport-id\":9,\"start\":\"2018-08-29T00:30:00.000Z\",\"in-running-flag\":false,\"allow-live-betting\":true,\"category-id\":[9,399952692940010,410468520880009,573630974180009,642094935630012,872480912780041],\"status\":\"open\",\"volume\":79.66541,\"markets\":[{\"live\":false,\"event-id\":890977378030041,\"id\":890977378300042,\"name\":\"Moneyline\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":1796.01807,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.11764,\"decimal-odds\":1.11764,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":3410.56721,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.15152,\"decimal-odds\":1.15152,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890977378030041,\"id\":890977378360042,\"market-id\":890977378300042,\"name\":\"M Keys\",\"status\":\"open\",\"volume\":71.18614,\"event-participant-id\":890977378090042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":516.75261,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":7.60000,\"decimal-odds\":7.60000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":211.29624,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":9.50000,\"decimal-odds\":9.50000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890977378030041,\"id\":890977378370041,\"market-id\":890977378300042,\"name\":\"P Parmentier\",\"status\":\"open\",\"volume\":8.47926,\"event-participant-id\":890977378100041}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"money_line\",\"type\":\"binary\",\"in-running-flag\":false,\"allow-live-betting\":true,\"volume\":79.66541,\"back-overround\":102.29421,\"lay-overround\":97.70579,\"number-of-winners\":1},{\"live\":false,\"event-id\":890977378030041,\"id\":891526013880041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":124.02063,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.17000,\"decimal-odds\":2.17000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":124.94217,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.41000,\"decimal-odds\":2.41000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890977378030041,\"id\":891526013930041,\"market-id\":891526013880041,\"name\":\"M Keys -6.5\",\"status\":\"open\",\"handicap\":-6.5,\"volume\":0.0,\"event-participant-id\":890977378090042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":176.16846,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.70921,\"decimal-odds\":1.70921,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":145.10413,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.85471,\"decimal-odds\":1.85471,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890977378030041,\"id\":891526013980041,\"market-id\":891526013880041,\"name\":\"P Parmentier +6.5\",\"status\":\"open\",\"handicap\":6.50,\"volume\":0.0,\"event-participant-id\":890977378100041}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-6.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":104.58918,\"lay-overround\":95.41082,\"number-of-winners\":1},{\"live\":false,\"event-id\":890977378030041,\"id\":891466460370042,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":620.33679,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.84033,\"decimal-odds\":1.84033,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":521.92013,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.99010,\"decimal-odds\":1.99010,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890977378030041,\"id\":891466460420042,\"market-id\":891466460370042,\"name\":\"OVER 18.0\",\"status\":\"open\",\"handicap\":18.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[{\"available-amount\":516.75261,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.01000,\"decimal-odds\":2.01000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":521.29142,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.19000,\"decimal-odds\":2.19000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890977378030041,\"id\":891466460620042,\"market-id\":891466460370042,\"name\":\"UNDER 18.0\",\"status\":\"open\",\"handicap\":18.0,\"volume\":0.0}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":18.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":104.08915,\"lay-overround\":95.91085,\"number-of-winners\":1},{\"live\":false,\"event-id\":890977378030041,\"id\":891740416280041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":183.72829,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.68027,\"decimal-odds\":1.68027,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":150.06496,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.82645,\"decimal-odds\":1.82645,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890977378030041,\"id\":891740416340041,\"market-id\":891740416280041,\"name\":\"M Keys -5.5\",\"status\":\"open\",\"handicap\":-5.5,\"volume\":0.0,\"event-participant-id\":890977378090042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":124.02063,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.21000,\"decimal-odds\":2.21000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":124.98523,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.47000,\"decimal-odds\":2.47000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890977378030041,\"id\":891740416390041,\"market-id\":891740416280041,\"name\":\"P Parmentier +5.5\",\"status\":\"open\",\"handicap\":5.50,\"volume\":0.0,\"event-participant-id\":890977378100041}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-5.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":104.76305,\"lay-overround\":95.23695,\"number-of-winners\":1},{\"live\":false,\"event-id\":890977378030041,\"id\":891526259970041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":1169.12039,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.89285,\"decimal-odds\":1.89285,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":1034.07364,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.04000,\"decimal-odds\":2.04000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890977378030041,\"id\":891526260020041,\"market-id\":891526259970041,\"name\":\"M Keys -6.0\",\"status\":\"open\",\"handicap\":-6.0,\"volume\":0.0,\"event-participant-id\":890977378090042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":1075.43659,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.96153,\"decimal-odds\":1.96153,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":1043.85749,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.12000,\"decimal-odds\":2.12000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890977378030041,\"id\":891526260080041,\"market-id\":891526259970041,\"name\":\"P Parmentier +6.0\",\"status\":\"open\",\"handicap\":6.00,\"volume\":0.0,\"event-participant-id\":890977378100041}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-6.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":103.81059,\"lay-overround\":96.18941,\"number-of-winners\":1},{\"live\":false,\"event-id\":890977378030041,\"id\":891526111550042,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":124.02063,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.70000,\"decimal-odds\":2.70000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":219.34426,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":3.30000,\"decimal-odds\":3.30000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890977378030041,\"id\":891526111650042,\"market-id\":891526111550042,\"name\":\"M Keys -7.0\",\"status\":\"open\",\"handicap\":-7.0,\"volume\":0.0,\"event-participant-id\":890977378090042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":504.49179,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.43478,\"decimal-odds\":1.43478,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":210.83506,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.58824,\"decimal-odds\":1.58824,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890977378030041,\"id\":891526111710042,\"market-id\":891526111550042,\"name\":\"P Parmentier +7.0\",\"status\":\"open\",\"handicap\":7.00,\"volume\":0.0,\"event-participant-id\":890977378100041}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-7.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":106.73401,\"lay-overround\":93.26599,\"number-of-winners\":1},{\"live\":false,\"event-id\":890977378030041,\"id\":891740489640042,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":890977378030041,\"id\":891740489710042,\"market-id\":891740489640042,\"name\":\"M Keys -7.5\",\"status\":\"open\",\"handicap\":-7.5,\"volume\":0.0,\"event-participant-id\":890977378090042},{\"withdrawn\":false,\"prices\":[],\"event-id\":890977378030041,\"id\":891740489800042,\"market-id\":891740489640042,\"name\":\"P Parmentier +7.5\",\"status\":\"open\",\"handicap\":7.50,\"volume\":0.0,\"event-participant-id\":890977378100041}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-7.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":890977378030041,\"id\":891740606220041,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":173.78201,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.49504,\"decimal-odds\":1.49504,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":96.11598,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.64517,\"decimal-odds\":1.64517,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890977378030041,\"id\":891740606270041,\"market-id\":891740606220041,\"name\":\"OVER 17.0\",\"status\":\"open\",\"handicap\":17.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[{\"available-amount\":62.01031,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.55000,\"decimal-odds\":2.55000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":86.03070,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":3.02000,\"decimal-odds\":3.02000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890977378030041,\"id\":891740606340041,\"market-id\":891740606220041,\"name\":\"UNDER 17.0\",\"status\":\"open\",\"handicap\":17.0,\"volume\":0.0}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":17.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":106.10311,\"lay-overround\":93.89689,\"number-of-winners\":1},{\"live\":false,\"event-id\":890977378030041,\"id\":891617794590042,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":254.03903,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.67567,\"decimal-odds\":1.67567,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":171.92359,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.82645,\"decimal-odds\":1.82645,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890977378030041,\"id\":891617794660042,\"market-id\":891617794590042,\"name\":\"OVER 17.5\",\"status\":\"open\",\"handicap\":17.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[{\"available-amount\":142.08561,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.21000,\"decimal-odds\":2.21000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":171.64799,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.48000,\"decimal-odds\":2.48000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890977378030041,\"id\":891617794730042,\"market-id\":891617794590042,\"name\":\"UNDER 17.5\",\"status\":\"open\",\"handicap\":17.5,\"volume\":0.0}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":17.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":104.92629,\"lay-overround\":95.07371,\"number-of-winners\":1},{\"live\":false,\"event-id\":890977378030041,\"id\":891336740800041,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":310.05156,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.02000,\"decimal-odds\":2.02000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":312.77313,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.19000,\"decimal-odds\":2.19000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890977378030041,\"id\":891336740880042,\"market-id\":891336740800041,\"name\":\"OVER 18.5\",\"status\":\"open\",\"handicap\":18.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[{\"available-amount\":372.20002,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.84033,\"decimal-odds\":1.84033,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":316.25260,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.98040,\"decimal-odds\":1.98040,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890977378030041,\"id\":891336740890041,\"market-id\":891336740800041,\"name\":\"UNDER 18.5\",\"status\":\"open\",\"handicap\":18.5,\"volume\":0.0}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":18.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":103.84286,\"lay-overround\":96.15714,\"number-of-winners\":1},{\"live\":false,\"event-id\":890977378030041,\"id\":891466311280041,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":143.28401,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.20000,\"decimal-odds\":2.20000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.84983,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.46000,\"decimal-odds\":2.46000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890977378030041,\"id\":891466311340041,\"market-id\":891466311280041,\"name\":\"OVER 19.0\",\"status\":\"open\",\"handicap\":19.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[{\"available-amount\":125.34076,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.68493,\"decimal-odds\":1.68493,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":171.94082,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.83334,\"decimal-odds\":1.83334,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":890977378030041,\"id\":891466311410041,\"market-id\":891466311280041,\"name\":\"UNDER 19.0\",\"status\":\"open\",\"handicap\":19.0,\"volume\":0.0}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":19.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":104.80415,\"lay-overround\":95.19585,\"number-of-winners\":1},{\"live\":false,\"event-id\":890977378030041,\"id\":891466206870041,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":890977378030041,\"id\":891466206930041,\"market-id\":891466206870041,\"name\":\"OVER 20.0\",\"status\":\"open\",\"handicap\":20.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":890977378030041,\"id\":891466207000041,\"market-id\":891466206870041,\"name\":\"UNDER 20.0\",\"status\":\"open\",\"handicap\":20.0,\"volume\":0.0}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":20.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1}],\"meta-tags\":[{\"id\":9,\"name\":\"Tennis\",\"type\":\"SPORT\",\"url-name\":\"tennis\"},{\"id\":399952692940010,\"name\":\"United States of America\",\"type\":\"COUNTRY\",\"url-name\":\"united-states-of-america\"},{\"id\":410468520880009,\"name\":\"Live Betting\",\"type\":\"OTHER\",\"url-name\":\"live-betting\"},{\"id\":573630974180009,\"name\":\"WTA US Open\",\"type\":\"COMPETITION\",\"url-name\":\"wta-us-open\"},{\"id\":642094935630012,\"name\":\"R1\",\"type\":\"OTHER\",\"url-name\":\"r1\"},{\"id\":872480912780041,\"name\":\"August 27th 2018\",\"type\":\"DATE\",\"url-name\":\"august-27th-2018\"}]},{\"id\":891963181740042,\"name\":\"M Sharapova vs P Schnyder\",\"sport-id\":9,\"start\":\"2018-08-29T00:30:00.000Z\",\"in-running-flag\":false,\"allow-live-betting\":true,\"category-id\":[9,399952692940010,410468520880009,573630974180009,642094935630012,872480912780041],\"status\":\"open\",\"volume\":0.74064,\"markets\":[{\"live\":false,\"event-id\":891963181740042,\"id\":891963182010041,\"name\":\"Moneyline\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":6833.04384,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.12195,\"decimal-odds\":1.12195,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":5290.90615,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.15625,\"decimal-odds\":1.15625,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":891963182070042,\"market-id\":891963182010041,\"name\":\"M Sharapova\",\"status\":\"open\",\"volume\":0.64055,\"event-participant-id\":891963181810041},{\"withdrawn\":false,\"prices\":[{\"available-amount\":826.70409,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":7.40000,\"decimal-odds\":7.40000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":833.29803,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":9.20000,\"decimal-odds\":9.20000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":891963182080041,\"market-id\":891963182010041,\"name\":\"P Schnyder\",\"status\":\"open\",\"volume\":0.10009,\"event-participant-id\":891963181810042}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"money_line\",\"type\":\"binary\",\"in-running-flag\":false,\"allow-live-betting\":true,\"volume\":0.74064,\"back-overround\":102.64396,\"lay-overround\":97.35604,\"number-of-winners\":1},{\"live\":false,\"event-id\":891963181740042,\"id\":892208800770041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":417.57090,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.99009,\"decimal-odds\":1.99009,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":417.15715,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.17000,\"decimal-odds\":2.17000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":892208800880042,\"market-id\":892208800770041,\"name\":\"M Sharapova -6.5\",\"status\":\"open\",\"handicap\":-6.5,\"volume\":0.0,\"event-participant-id\":891963181810041},{\"withdrawn\":false,\"prices\":[{\"available-amount\":488.07387,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.85470,\"decimal-odds\":1.85470,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":413.43654,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.01000,\"decimal-odds\":2.01000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":892208800890041,\"market-id\":892208800770041,\"name\":\"P Schnyder +6.5\",\"status\":\"open\",\"handicap\":6.5,\"volume\":0.0,\"event-participant-id\":891963181810042}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-6.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":104.16582,\"lay-overround\":95.83418,\"number-of-winners\":1},{\"live\":false,\"event-id\":891963181740042,\"id\":892228846250042,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":221.30327,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.94339,\"decimal-odds\":1.94339,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":411.46426,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.08000,\"decimal-odds\":2.08000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":892228846320041,\"market-id\":892228846250042,\"name\":\"OVER 18.0\",\"status\":\"open\",\"handicap\":18,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[{\"available-amount\":444.38140,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.92592,\"decimal-odds\":1.92592,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":208.77667,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.06000,\"decimal-odds\":2.06000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":892228846310042,\"market-id\":892228846250042,\"name\":\"UNDER 18.0\",\"status\":\"open\",\"handicap\":18,\"volume\":0.0}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":18,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":103.37940,\"lay-overround\":96.62060,\"number-of-winners\":1},{\"live\":false,\"event-id\":891963181740042,\"id\":892305489180041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":146.64121,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.58479,\"decimal-odds\":1.58479,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":112.44537,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.73530,\"decimal-odds\":1.73530,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":892305489260042,\"market-id\":892305489180041,\"name\":\"M Sharapova -5.5\",\"status\":\"open\",\"handicap\":-5.5,\"volume\":0.0,\"event-participant-id\":891963181810041},{\"withdrawn\":false,\"prices\":[{\"available-amount\":82.68042,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.36000,\"decimal-odds\":2.36000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.75510,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.71000,\"decimal-odds\":2.71000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":892305489260041,\"market-id\":892305489180041,\"name\":\"P Schnyder +5.5\",\"status\":\"open\",\"handicap\":5.5,\"volume\":0.0,\"event-participant-id\":891963181810042}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-5.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":105.47253,\"lay-overround\":94.52747,\"number-of-winners\":1},{\"live\":false,\"event-id\":891963181740042,\"id\":892401162350041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":280.50227,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.75187,\"decimal-odds\":1.75187,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":229.43816,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.90091,\"decimal-odds\":1.90091,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":892401162620041,\"market-id\":892401162350041,\"name\":\"M Sharapova -6.0\",\"status\":\"open\",\"handicap\":-6.0,\"volume\":0.0,\"event-participant-id\":891963181810041},{\"withdrawn\":false,\"prices\":[{\"available-amount\":206.70104,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.11000,\"decimal-odds\":2.11000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":210.90396,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.33000,\"decimal-odds\":2.33000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":892401162680041,\"market-id\":892401162350041,\"name\":\"P Schnyder +6.0\",\"status\":\"open\",\"handicap\":6.00,\"volume\":0.0,\"event-participant-id\":891963181810042}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-6.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":104.47492,\"lay-overround\":95.52508,\"number-of-winners\":1},{\"live\":false,\"event-id\":891963181740042,\"id\":892401258950041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":206.70104,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.41000,\"decimal-odds\":2.41000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":210.57669,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.79000,\"decimal-odds\":2.79000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":892401259000041,\"market-id\":892401258950041,\"name\":\"M Sharapova -7.0\",\"status\":\"open\",\"handicap\":-7.0,\"volume\":0.0,\"event-participant-id\":891963181810041},{\"withdrawn\":false,\"prices\":[{\"available-amount\":376.93227,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.55865,\"decimal-odds\":1.55865,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":291.44847,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.70922,\"decimal-odds\":1.70922,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":892401259080041,\"market-id\":892401258950041,\"name\":\"P Schnyder +7.0\",\"status\":\"open\",\"handicap\":7.00,\"volume\":0.0,\"event-participant-id\":891963181810042}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-7.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":105.65149,\"lay-overround\":94.34851,\"number-of-winners\":1},{\"live\":false,\"event-id\":891963181740042,\"id\":892401786960042,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":206.70104,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.81000,\"decimal-odds\":2.81000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":210.05132,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":3.52000,\"decimal-odds\":3.52000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":892401787010042,\"market-id\":892401786960042,\"name\":\"M Sharapova -7.5\",\"status\":\"open\",\"handicap\":-7.5,\"volume\":0.0,\"event-participant-id\":891963181810041},{\"withdrawn\":false,\"prices\":[{\"available-amount\":529.32933,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.39682,\"decimal-odds\":1.39682,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":374.12889,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.55249,\"decimal-odds\":1.55249,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":892401787070042,\"market-id\":892401786960042,\"name\":\"P Schnyder +7.5\",\"status\":\"open\",\"handicap\":7.50,\"volume\":0.0,\"event-participant-id\":891963181810042}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":-7.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":107.17810,\"lay-overround\":92.82190,\"number-of-winners\":1},{\"live\":false,\"event-id\":891963181740042,\"id\":892401975180041,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":151.05023,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.56818,\"decimal-odds\":1.56818,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":172.05278,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.71943,\"decimal-odds\":1.71943,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":892401975220041,\"market-id\":892401975180041,\"name\":\"OVER 17.0\",\"status\":\"open\",\"handicap\":17.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[{\"available-amount\":123.77898,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.39000,\"decimal-odds\":2.39000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.82400,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.76000,\"decimal-odds\":2.76000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":892401975290041,\"market-id\":892401975180041,\"name\":\"UNDER 17.0\",\"status\":\"open\",\"handicap\":17.0,\"volume\":0.0}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":17.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":105.60913,\"lay-overround\":94.39087,\"number-of-winners\":1},{\"live\":false,\"event-id\":891963181740042,\"id\":892360590030042,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":403.17736,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.77519,\"decimal-odds\":1.77519,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":337.95621,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.91744,\"decimal-odds\":1.91744,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":892360590120041,\"market-id\":892360590030042,\"name\":\"OVER 17.5\",\"status\":\"open\",\"handicap\":17.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[{\"available-amount\":310.05156,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.09000,\"decimal-odds\":2.09000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":312.54059,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.29000,\"decimal-odds\":2.29000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":892360590110042,\"market-id\":892360590030042,\"name\":\"UNDER 17.5\",\"status\":\"open\",\"handicap\":17.5,\"volume\":0.0}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":17.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":104.17877,\"lay-overround\":95.82123,\"number-of-winners\":1},{\"live\":false,\"event-id\":891963181740042,\"id\":892402084070041,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":74.78683,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.15000,\"decimal-odds\":2.15000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.91012,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.38000,\"decimal-odds\":2.38000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":892402084110041,\"market-id\":892402084070041,\"name\":\"OVER 18.5\",\"status\":\"open\",\"handicap\":18.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[{\"available-amount\":118.55597,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.72463,\"decimal-odds\":1.72463,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":86.00486,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.86957,\"decimal-odds\":1.86957,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":892402084430041,\"market-id\":892402084070041,\"name\":\"UNDER 18.5\",\"status\":\"open\",\"handicap\":18.5,\"volume\":0.0}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":18.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":104.49483,\"lay-overround\":95.50517,\"number-of-winners\":1},{\"live\":false,\"event-id\":891963181740042,\"id\":892402155150041,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":62.67040,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.37000,\"decimal-odds\":2.37000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.78955,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.73000,\"decimal-odds\":2.73000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":892402155320041,\"market-id\":892402155150041,\"name\":\"OVER 19.0\",\"status\":\"open\",\"handicap\":19.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[{\"available-amount\":148.41591,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.57803,\"decimal-odds\":1.57803,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":85.85845,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.72993,\"decimal-odds\":1.72993,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":891963181740042,\"id\":892402155370141,\"market-id\":892402155150041,\"name\":\"UNDER 19.0\",\"status\":\"open\",\"handicap\":19.0,\"volume\":0.0}],\"start\":\"2018-08-29T00:30:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":19.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"back-overround\":105.56407,\"lay-overround\":94.43593,\"number-of-winners\":1}],\"meta-tags\":[{\"id\":9,\"name\":\"Tennis\",\"type\":\"SPORT\",\"url-name\":\"tennis\"},{\"id\":399952692940010,\"name\":\"United States of America\",\"type\":\"COUNTRY\",\"url-name\":\"united-states-of-america\"},{\"id\":410468520880009,\"name\":\"Live Betting\",\"type\":\"OTHER\",\"url-name\":\"live-betting\"},{\"id\":573630974180009,\"name\":\"WTA US Open\",\"type\":\"COMPETITION\",\"url-name\":\"wta-us-open\"},{\"id\":642094935630012,\"name\":\"R1\",\"type\":\"OTHER\",\"url-name\":\"r1\"},{\"id\":872480912780041,\"name\":\"August 27th 2018\",\"type\":\"DATE\",\"url-name\":\"august-27th-2018\"}]},{\"id\":893557233000042,\"name\":\"England vs India (4th Test)\",\"sport-id\":110,\"start\":\"2018-08-30T10:00:00.000Z\",\"in-running-flag\":false,\"allow-live-betting\":true,\"category-id\":[110,337788021510021,410468520880009],\"status\":\"open\",\"volume\":0.0,\"markets\":[{\"live\":false,\"event-id\":893557233000042,\"id\":893557233600042,\"name\":\"Match Odds\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":250.29376,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.04000,\"decimal-odds\":2.04000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":253.51883,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.11000,\"decimal-odds\":2.11000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":893557233000042,\"id\":893557233640042,\"market-id\":893557233600042,\"name\":\"England\",\"status\":\"open\",\"volume\":0.0,\"event-participant-id\":893557233240042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":138.13613,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.90000,\"decimal-odds\":2.90000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":49.21207,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.97000,\"decimal-odds\":2.97000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":893557233000042,\"id\":893557233700042,\"market-id\":893557233600042,\"name\":\"India\",\"status\":\"open\",\"volume\":0.0,\"event-participant-id\":893557233330042},{\"withdrawn\":false,\"prices\":[{\"available-amount\":56.51514,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":5.60000,\"decimal-odds\":5.60000,\"side\":\"back\",\"exchange-type\":\"back-lay\"},{\"available-amount\":184.68738,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":5.90000,\"decimal-odds\":5.90000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":893557233000042,\"id\":893557233750042,\"market-id\":893557233600042,\"name\":\"DRAW (Eng/Ind)\",\"status\":\"open\",\"volume\":0.0}],\"start\":\"2018-08-30T10:00:00.000Z\",\"status\":\"open\",\"market-type\":\"one_x_two\",\"type\":\"multirunner\",\"in-running-flag\":false,\"allow-live-betting\":true,\"volume\":0.0,\"back-overround\":101.35952,\"lay-overround\":98.01254,\"number-of-winners\":1}],\"meta-tags\":[{\"id\":110,\"name\":\"Cricket\",\"type\":\"SPORT\",\"url-name\":\"cricket\"},{\"id\":337788021510021,\"name\":\"Test Series\",\"type\":\"COMPETITION\",\"url-name\":\"test-series\"},{\"id\":410468520880009,\"name\":\"Live Betting\",\"type\":\"OTHER\",\"url-name\":\"live-betting\"}]},{\"id\":786044661340014,\"name\":\"Atlanta Falcons at Philadelphia Eagles\",\"sport-id\":1,\"start\":\"2018-09-07T00:20:00.000Z\",\"in-running-flag\":false,\"allow-live-betting\":true,\"category-id\":[1,410468520880009,491503123380010,580559443110019,786060715330015],\"status\":\"open\",\"volume\":284.20793,\"markets\":[{\"live\":false,\"event-id\":786044661340014,\"id\":786044661690014,\"name\":\"Moneyline\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044661740014,\"market-id\":786044661690014,\"name\":\"Atlanta Falcons\",\"status\":\"open\",\"volume\":173.99882,\"event-participant-id\":786044661530014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044661810014,\"market-id\":786044661690014,\"name\":\"Philadelphia Eagles\",\"status\":\"open\",\"volume\":102.07933,\"event-participant-id\":786044661610014}],\"start\":\"2018-09-07T00:20:00.000Z\",\"status\":\"open\",\"market-type\":\"money_line\",\"type\":\"binary\",\"in-running-flag\":false,\"allow-live-betting\":true,\"volume\":276.07815,\"number-of-winners\":1},{\"live\":false,\"event-id\":786044661340014,\"id\":786044661860014,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":72.82110,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.00000,\"decimal-odds\":2.00000,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":786044661340014,\"id\":786044661900014,\"market-id\":786044661860014,\"name\":\"Atlanta Falcons +4.0\",\"status\":\"open\",\"handicap\":4,\"volume\":0.08612,\"event-participant-id\":786044661530014},{\"withdrawn\":false,\"prices\":[{\"available-amount\":72.82110,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.00000,\"decimal-odds\":2.00000,\"side\":\"back\",\"exchange-type\":\"back-lay\"}],\"event-id\":786044661340014,\"id\":786044661940014,\"market-id\":786044661860014,\"name\":\"Philadelphia Eagles -4.0\",\"status\":\"open\",\"handicap\":-4.0,\"volume\":0.09885,\"event-participant-id\":786044661610014}],\"start\":\"2018-09-07T00:20:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":4,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.18496,\"number-of-winners\":1},{\"live\":false,\"event-id\":786044661340014,\"id\":786044663330014,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044663370014,\"market-id\":786044663330014,\"name\":\"OVER 45.5\",\"status\":\"open\",\"handicap\":45.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044663420014,\"market-id\":786044663330014,\"name\":\"UNDER 45.5\",\"status\":\"open\",\"handicap\":45.5,\"volume\":0.0}],\"start\":\"2018-09-07T00:20:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":45.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786044661340014,\"id\":786044662640014,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044662670014,\"market-id\":786044662640014,\"name\":\"Atlanta Falcons +2.5\",\"status\":\"open\",\"handicap\":2.5,\"volume\":0.0,\"event-participant-id\":786044661530014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044662710114,\"market-id\":786044662640014,\"name\":\"Philadelphia Eagles -2.5\",\"status\":\"open\",\"handicap\":-2.50,\"volume\":0.0,\"event-participant-id\":786044661610014}],\"start\":\"2018-09-07T00:20:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":2.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786044661340014,\"id\":786044662400014,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044662430014,\"market-id\":786044662400014,\"name\":\"Atlanta Falcons +3.0\",\"status\":\"open\",\"handicap\":3.0,\"volume\":0.0,\"event-participant-id\":786044661530014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044662470014,\"market-id\":786044662400014,\"name\":\"Philadelphia Eagles -3.0\",\"status\":\"open\",\"handicap\":-3.00,\"volume\":0.0,\"event-participant-id\":786044661610014}],\"start\":\"2018-09-07T00:20:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":3.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786044661340014,\"id\":786044662130014,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044662170014,\"market-id\":786044662130014,\"name\":\"Atlanta Falcons +3.5\",\"status\":\"open\",\"handicap\":3.5,\"volume\":1.8517,\"event-participant-id\":786044661530014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044662210014,\"market-id\":786044662130014,\"name\":\"Philadelphia Eagles -3.5\",\"status\":\"open\",\"handicap\":-3.50,\"volume\":2.41089,\"event-participant-id\":786044661610014}],\"start\":\"2018-09-07T00:20:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":3.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":4.26259,\"number-of-winners\":1},{\"live\":false,\"event-id\":786044661340014,\"id\":786044662000014,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044662030014,\"market-id\":786044662000014,\"name\":\"Atlanta Falcons +4.5\",\"status\":\"open\",\"handicap\":4.5,\"volume\":0.0,\"event-participant-id\":786044661530014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044662080014,\"market-id\":786044662000014,\"name\":\"Philadelphia Eagles -4.5\",\"status\":\"open\",\"handicap\":-4.50,\"volume\":0.0,\"event-participant-id\":786044661610014}],\"start\":\"2018-09-07T00:20:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":4.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786044661340014,\"id\":786044662280014,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044662310014,\"market-id\":786044662280014,\"name\":\"Atlanta Falcons +5.0\",\"status\":\"open\",\"handicap\":5.0,\"volume\":0.0,\"event-participant-id\":786044661530014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044662350014,\"market-id\":786044662280014,\"name\":\"Philadelphia Eagles -5.0\",\"status\":\"open\",\"handicap\":-5.00,\"volume\":0.0,\"event-participant-id\":786044661610014}],\"start\":\"2018-09-07T00:20:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":5.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786044661340014,\"id\":786044662520014,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044662550014,\"market-id\":786044662520014,\"name\":\"Atlanta Falcons +5.5\",\"status\":\"open\",\"handicap\":5.5,\"volume\":0.0,\"event-participant-id\":786044661530014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044662590014,\"market-id\":786044662520014,\"name\":\"Philadelphia Eagles -5.5\",\"status\":\"open\",\"handicap\":-5.50,\"volume\":0.0,\"event-participant-id\":786044661610014}],\"start\":\"2018-09-07T00:20:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":5.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786044661340014,\"id\":786044663610014,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044663660014,\"market-id\":786044663610014,\"name\":\"OVER 45.0\",\"status\":\"open\",\"handicap\":45.0,\"volume\":1.7225},{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044663700014,\"market-id\":786044663610014,\"name\":\"UNDER 45.0\",\"status\":\"open\",\"handicap\":45.0,\"volume\":1.7697}],\"start\":\"2018-09-07T00:20:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":45.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":3.4922,\"number-of-winners\":1},{\"live\":false,\"event-id\":786044661340014,\"id\":786044663050014,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044663090014,\"market-id\":786044663050014,\"name\":\"OVER 46.0\",\"status\":\"open\",\"handicap\":46.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044663140014,\"market-id\":786044663050014,\"name\":\"UNDER 46.0\",\"status\":\"open\",\"handicap\":46.0,\"volume\":0.0}],\"start\":\"2018-09-07T00:20:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":46.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786044661340014,\"id\":786044662770014,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044662810014,\"market-id\":786044662770014,\"name\":\"OVER 46.5\",\"status\":\"open\",\"handicap\":46.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044662850014,\"market-id\":786044662770014,\"name\":\"UNDER 46.5\",\"status\":\"open\",\"handicap\":46.5,\"volume\":0.19004}],\"start\":\"2018-09-07T00:20:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":46.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.19004,\"number-of-winners\":1},{\"live\":false,\"event-id\":786044661340014,\"id\":786044662910014,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044662950014,\"market-id\":786044662910014,\"name\":\"OVER 47.0\",\"status\":\"open\",\"handicap\":47.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044662990014,\"market-id\":786044662910014,\"name\":\"UNDER 47.0\",\"status\":\"open\",\"handicap\":47.0,\"volume\":0.0}],\"start\":\"2018-09-07T00:20:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":47.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786044661340014,\"id\":786044663200014,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044663240014,\"market-id\":786044663200014,\"name\":\"OVER 47.5\",\"status\":\"open\",\"handicap\":47.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044663280014,\"market-id\":786044663200014,\"name\":\"UNDER 47.5\",\"status\":\"open\",\"handicap\":47.5,\"volume\":0.0}],\"start\":\"2018-09-07T00:20:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":47.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786044661340014,\"id\":786044663480014,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044663510014,\"market-id\":786044663480014,\"name\":\"OVER 48.0\",\"status\":\"open\",\"handicap\":48.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":786044661340014,\"id\":786044663560014,\"market-id\":786044663480014,\"name\":\"UNDER 48.0\",\"status\":\"open\",\"handicap\":48.0,\"volume\":0.0}],\"start\":\"2018-09-07T00:20:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":48.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1}],\"meta-tags\":[{\"id\":1,\"name\":\"American Football\",\"type\":\"SPORT\",\"url-name\":\"american-football\"},{\"id\":410468520880009,\"name\":\"Live Betting\",\"type\":\"OTHER\",\"url-name\":\"live-betting\"},{\"id\":491503123380010,\"name\":\"NFL\",\"type\":\"COMPETITION\",\"url-name\":\"nfl\"},{\"id\":580559443110019,\"name\":\"September 6th 2017\",\"type\":\"DATE\",\"url-name\":\"september-6th-2017\"},{\"id\":786060715330015,\"name\":\"Game Week 1\",\"type\":\"OTHER\",\"url-name\":\"game-week-1\"}]},{\"id\":786052090510014,\"name\":\"Buffalo Bills at Baltimore Ravens\",\"sport-id\":1,\"start\":\"2018-09-09T17:00:00.000Z\",\"in-running-flag\":false,\"allow-live-betting\":true,\"category-id\":[1,410468520880009,491503123380010,786045543710014,786060715330015],\"status\":\"open\",\"volume\":1226.3592,\"markets\":[{\"live\":false,\"event-id\":786052090510014,\"id\":786052090740014,\"name\":\"Moneyline\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052090770014,\"market-id\":786052090740014,\"name\":\"Buffalo Bills\",\"status\":\"open\",\"volume\":185.15582,\"event-participant-id\":786052090630014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052090810014,\"market-id\":786052090740014,\"name\":\"Baltimore Ravens\",\"status\":\"open\",\"volume\":128.2881,\"event-participant-id\":786052090670014}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"money_line\",\"type\":\"binary\",\"in-running-flag\":false,\"allow-live-betting\":true,\"volume\":313.44392,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052090510014,\"id\":861809988840042,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":861809988900042,\"market-id\":861809988840042,\"name\":\"Buffalo Bills +6.5\",\"status\":\"open\",\"handicap\":6.5,\"volume\":5.00639,\"event-participant-id\":786052090630014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":861809988980042,\"market-id\":861809988840042,\"name\":\"Baltimore Ravens -6.5\",\"status\":\"open\",\"handicap\":-6.50,\"volume\":5.5571,\"event-participant-id\":786052090670014}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":6.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":10.56349,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052090510014,\"id\":786052092600014,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052092630014,\"market-id\":786052092600014,\"name\":\"OVER 41.0\",\"status\":\"open\",\"handicap\":41.0,\"volume\":24.61247},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052092660114,\"market-id\":786052092600014,\"name\":\"UNDER 41.0\",\"status\":\"open\",\"handicap\":41.0,\"volume\":23.73361}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":41.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":48.34608,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052090510014,\"id\":861809889780042,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":861809889850042,\"market-id\":861809889780042,\"name\":\"Buffalo Bills +6.0\",\"status\":\"open\",\"handicap\":6.0,\"volume\":0.0,\"event-participant-id\":786052090630014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":861809889910042,\"market-id\":861809889780042,\"name\":\"Baltimore Ravens -6.0\",\"status\":\"open\",\"handicap\":-6.00,\"volume\":0.0,\"event-participant-id\":786052090670014}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":6.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052090510014,\"id\":786052091300014,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":12.33680,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.15000,\"decimal-odds\":2.15000,\"side\":\"back\",\"exchange-type\":\"back-lay\"}],\"event-id\":786052090510014,\"id\":786052091340014,\"market-id\":786052091300014,\"name\":\"Buffalo Bills +5.0\",\"status\":\"open\",\"handicap\":5.0,\"volume\":0.0,\"event-participant-id\":786052090630014},{\"withdrawn\":false,\"prices\":[{\"available-amount\":14.18731,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.86957,\"decimal-odds\":1.86957,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":786052090510014,\"id\":786052091380014,\"market-id\":786052091300014,\"name\":\"Baltimore Ravens -5.0\",\"status\":\"open\",\"handicap\":-5.00,\"volume\":0.0,\"event-participant-id\":786052090670014}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":5.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052090510014,\"id\":786052091560014,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[{\"available-amount\":11.37056,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":2.12000,\"decimal-odds\":2.12000,\"side\":\"back\",\"exchange-type\":\"back-lay\"}],\"event-id\":786052090510014,\"id\":786052091590014,\"market-id\":786052091560014,\"name\":\"Buffalo Bills +5.5\",\"status\":\"open\",\"handicap\":5.5,\"volume\":0.0,\"event-participant-id\":786052090630014},{\"withdrawn\":false,\"prices\":[{\"available-amount\":12.73503,\"currency\":\"EUR\",\"odds-type\":\"DECIMAL\",\"odds\":1.89286,\"decimal-odds\":1.89286,\"side\":\"lay\",\"exchange-type\":\"back-lay\"}],\"event-id\":786052090510014,\"id\":786052091630014,\"market-id\":786052091560014,\"name\":\"Baltimore Ravens -5.5\",\"status\":\"open\",\"handicap\":-5.50,\"volume\":0.0,\"event-participant-id\":786052090670014}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":5.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052090510014,\"id\":869778248780041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":869778248880041,\"market-id\":869778248780041,\"name\":\"Buffalo Bills +7.0\",\"status\":\"open\",\"handicap\":7.0,\"volume\":0.0,\"event-participant-id\":786052090630014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":869778248960041,\"market-id\":869778248780041,\"name\":\"Baltimore Ravens -7.0\",\"status\":\"open\",\"handicap\":-7.00,\"volume\":0.0,\"event-participant-id\":786052090670014}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":7.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052090510014,\"id\":845465291970041,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":845465292030041,\"market-id\":845465291970041,\"name\":\"OVER 39.5\",\"status\":\"open\",\"handicap\":39.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":845465292100041,\"market-id\":845465291970041,\"name\":\"UNDER 39.5\",\"status\":\"open\",\"handicap\":39.5,\"volume\":0.0}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":39.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052090510014,\"id\":845465188300041,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":845465188350041,\"market-id\":845465188300041,\"name\":\"OVER 40.0\",\"status\":\"open\",\"handicap\":40.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":845465188430041,\"market-id\":845465188300041,\"name\":\"UNDER 40.0\",\"status\":\"open\",\"handicap\":40.0,\"volume\":0.0}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":40.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052090510014,\"id\":845465119690041,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":845465119760041,\"market-id\":845465119690041,\"name\":\"OVER 40.5\",\"status\":\"open\",\"handicap\":40.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":845465119840041,\"market-id\":845465119690041,\"name\":\"UNDER 40.5\",\"status\":\"open\",\"handicap\":40.5,\"volume\":0.0}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":40.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052090510014,\"id\":786052092350014,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052092390014,\"market-id\":786052092350014,\"name\":\"OVER 41.5\",\"status\":\"open\",\"handicap\":41.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052092420114,\"market-id\":786052092350014,\"name\":\"UNDER 41.5\",\"status\":\"open\",\"handicap\":41.5,\"volume\":0.0}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":41.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052090510014,\"id\":786052092120014,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052092150014,\"market-id\":786052092120014,\"name\":\"OVER 42.0\",\"status\":\"open\",\"handicap\":42.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052092190014,\"market-id\":786052092120014,\"name\":\"UNDER 42.0\",\"status\":\"open\",\"handicap\":42.0,\"volume\":0.0}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":42.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052090510014,\"id\":786052091910014,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052091930014,\"market-id\":786052091910014,\"name\":\"OVER 42.5\",\"status\":\"open\",\"handicap\":42.5,\"volume\":88.56681},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052091970014,\"market-id\":786052091910014,\"name\":\"UNDER 42.5\",\"status\":\"open\",\"handicap\":42.5,\"volume\":75.14444}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":42.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":163.71125,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052090510014,\"id\":786052090970014,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052091000014,\"market-id\":786052090970014,\"name\":\"Buffalo Bills +4.5\",\"status\":\"open\",\"handicap\":4.5,\"volume\":347.52385,\"event-participant-id\":786052090630014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052091040014,\"market-id\":786052090970014,\"name\":\"Baltimore Ravens -4.5\",\"status\":\"open\",\"handicap\":-4.50,\"volume\":342.77062,\"event-participant-id\":786052090670014}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":4.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":690.29446,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052090510014,\"id\":786052091430014,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052091460014,\"market-id\":786052091430014,\"name\":\"Buffalo Bills +3.0\",\"status\":\"open\",\"handicap\":3.0,\"volume\":0.0,\"event-participant-id\":786052090630014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052091500114,\"market-id\":786052091430014,\"name\":\"Baltimore Ravens -3.0\",\"status\":\"open\",\"handicap\":-3.00,\"volume\":0.0,\"event-participant-id\":786052090670014}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":3.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052090510014,\"id\":786052092020014,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052092040014,\"market-id\":786052092020014,\"name\":\"OVER 43.0\",\"status\":\"open\",\"handicap\":43.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052092080014,\"market-id\":786052092020014,\"name\":\"UNDER 43.0\",\"status\":\"open\",\"handicap\":43.0,\"volume\":0.0}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":43.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052090510014,\"id\":786052092240014,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052092270014,\"market-id\":786052092240014,\"name\":\"OVER 43.5\",\"status\":\"open\",\"handicap\":43.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052092310014,\"market-id\":786052092240014,\"name\":\"UNDER 43.5\",\"status\":\"open\",\"handicap\":43.5,\"volume\":0.0}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":43.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052090510014,\"id\":786052092470014,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052092500014,\"market-id\":786052092470014,\"name\":\"OVER 44.0\",\"status\":\"open\",\"handicap\":44.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052092550014,\"market-id\":786052092470014,\"name\":\"UNDER 44.0\",\"status\":\"open\",\"handicap\":44.0,\"volume\":0.0}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":44.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052090510014,\"id\":786052090860014,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052090890014,\"market-id\":786052090860014,\"name\":\"Buffalo Bills +4.0\",\"status\":\"open\",\"handicap\":4,\"volume\":0.0,\"event-participant-id\":786052090630014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052090930014,\"market-id\":786052090860014,\"name\":\"Baltimore Ravens -4.0\",\"status\":\"open\",\"handicap\":-4.0,\"volume\":0.0,\"event-participant-id\":786052090670014}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":4,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052090510014,\"id\":786052091680014,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052091710014,\"market-id\":786052091680014,\"name\":\"Buffalo Bills +2.5\",\"status\":\"open\",\"handicap\":2.5,\"volume\":0.0,\"event-participant-id\":786052090630014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052091850114,\"market-id\":786052091680014,\"name\":\"Baltimore Ravens -2.5\",\"status\":\"open\",\"handicap\":-2.50,\"volume\":0.0,\"event-participant-id\":786052090670014}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":2.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052090510014,\"id\":786052091090014,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052091210014,\"market-id\":786052091090014,\"name\":\"Buffalo Bills +3.5\",\"status\":\"open\",\"handicap\":3.5,\"volume\":0.0,\"event-participant-id\":786052090630014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052090510014,\"id\":786052091250014,\"market-id\":786052091090014,\"name\":\"Baltimore Ravens -3.5\",\"status\":\"open\",\"handicap\":-3.50,\"volume\":0.0,\"event-participant-id\":786052090670014}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":3.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1}],\"meta-tags\":[{\"id\":1,\"name\":\"American Football\",\"type\":\"SPORT\",\"url-name\":\"american-football\"},{\"id\":410468520880009,\"name\":\"Live Betting\",\"type\":\"OTHER\",\"url-name\":\"live-betting\"},{\"id\":491503123380010,\"name\":\"NFL\",\"type\":\"COMPETITION\",\"url-name\":\"nfl\"},{\"id\":786045543710014,\"name\":\"September 9th 2018\",\"type\":\"DATE\",\"url-name\":\"september-9th-2018\"},{\"id\":786060715330015,\"name\":\"Game Week 1\",\"type\":\"OTHER\",\"url-name\":\"game-week-1\"}]},{\"id\":786052087970014,\"name\":\"Cincinnati Bengals at Indianapolis Colts\",\"sport-id\":1,\"start\":\"2018-09-09T17:00:00.000Z\",\"in-running-flag\":false,\"allow-live-betting\":true,\"category-id\":[1,410468520880009,491503123380010,786045543710014,786060715330015],\"status\":\"open\",\"volume\":7063.96191,\"markets\":[{\"live\":false,\"event-id\":786052087970014,\"id\":786052088190014,\"name\":\"Moneyline\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052088220014,\"market-id\":786052088190014,\"name\":\"Cincinnati Bengals\",\"status\":\"open\",\"volume\":1283.00993,\"event-participant-id\":786052088090014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052088260014,\"market-id\":786052088190014,\"name\":\"Indianapolis Colts\",\"status\":\"open\",\"volume\":1219.46581,\"event-participant-id\":786052088130014}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"money_line\",\"type\":\"binary\",\"in-running-flag\":false,\"allow-live-betting\":true,\"volume\":2502.47574,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052087970014,\"id\":786052088640014,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052088660014,\"market-id\":786052088640014,\"name\":\"Cincinnati Bengals +3.5\",\"status\":\"open\",\"handicap\":3.5,\"volume\":85.72926,\"event-participant-id\":786052088090014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052088700114,\"market-id\":786052088640014,\"name\":\"Indianapolis Colts -3.5\",\"status\":\"open\",\"handicap\":-3.50,\"volume\":66.45679,\"event-participant-id\":786052088130014}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":3.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":152.18605,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052087970014,\"id\":786052089920014,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052089940014,\"market-id\":786052089920014,\"name\":\"OVER 46.5\",\"status\":\"open\",\"handicap\":46.5,\"volume\":9.16881},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052089980114,\"market-id\":786052089920014,\"name\":\"UNDER 46.5\",\"status\":\"open\",\"handicap\":46.5,\"volume\":8.61254}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":46.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":17.78135,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052087970014,\"id\":786052088520014,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052088550014,\"market-id\":786052088520014,\"name\":\"Cincinnati Bengals +2.0\",\"status\":\"open\",\"handicap\":2.0,\"volume\":266.58167,\"event-participant-id\":786052088090014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052088590014,\"market-id\":786052088520014,\"name\":\"Indianapolis Colts -2.0\",\"status\":\"open\",\"handicap\":-2.00,\"volume\":298.02001,\"event-participant-id\":786052088130014}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":2.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":564.60169,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052087970014,\"id\":786052088310014,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052088330014,\"market-id\":786052088310014,\"name\":\"Cincinnati Bengals +2.5\",\"status\":\"open\",\"handicap\":2.5,\"volume\":1195.12821,\"event-participant-id\":786052088090014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052088370014,\"market-id\":786052088310014,\"name\":\"Indianapolis Colts -2.5\",\"status\":\"open\",\"handicap\":-2.50,\"volume\":1273.24858,\"event-participant-id\":786052088130014}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":2.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":2468.37679,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052087970014,\"id\":786052088420014,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052088440014,\"market-id\":786052088420014,\"name\":\"Cincinnati Bengals +3.0\",\"status\":\"open\",\"handicap\":3.0,\"volume\":634.44423,\"event-participant-id\":786052088090014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052088480014,\"market-id\":786052088420014,\"name\":\"Indianapolis Colts -3.0\",\"status\":\"open\",\"handicap\":-3.00,\"volume\":683.26408,\"event-participant-id\":786052088130014}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":3.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":1317.70831,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052087970014,\"id\":786052088880014,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052088910014,\"market-id\":786052088880014,\"name\":\"Cincinnati Bengals +4.0\",\"status\":\"open\",\"handicap\":4.0,\"volume\":0.0,\"event-participant-id\":786052088090014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052088950014,\"market-id\":786052088880014,\"name\":\"Indianapolis Colts -4.0\",\"status\":\"open\",\"handicap\":-4.00,\"volume\":0.0,\"event-participant-id\":786052088130014}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":4.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052087970014,\"id\":889127938010041,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":889127938060041,\"market-id\":889127938010041,\"name\":\"Cincinnati Bengals +4.5\",\"status\":\"open\",\"handicap\":4.5,\"volume\":0.0,\"event-participant-id\":786052088090014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":889127938120141,\"market-id\":889127938010041,\"name\":\"Indianapolis Colts -4.5\",\"status\":\"open\",\"handicap\":-4.50,\"volume\":0.0,\"event-participant-id\":786052088130014}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":4.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052087970014,\"id\":889127402160042,\"name\":\"Handicap\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":889127402400042,\"market-id\":889127402160042,\"name\":\"Cincinnati Bengals +5.0\",\"status\":\"open\",\"handicap\":5.0,\"volume\":0.0,\"event-participant-id\":786052088090014},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":889127402470042,\"market-id\":889127402160042,\"name\":\"Indianapolis Colts -5.0\",\"status\":\"open\",\"handicap\":-5.00,\"volume\":0.0,\"event-participant-id\":786052088130014}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"handicap\",\"type\":\"binary\",\"handicap\":5.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052087970014,\"id\":889128065340042,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":889128065410042,\"market-id\":889128065340042,\"name\":\"OVER 45.0\",\"status\":\"open\",\"handicap\":45.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":889128065490042,\"market-id\":889128065340042,\"name\":\"UNDER 45.0\",\"status\":\"open\",\"handicap\":45.0,\"volume\":0.0}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":45.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052087970014,\"id\":786052090360014,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052090390014,\"market-id\":786052090360014,\"name\":\"OVER 45.5\",\"status\":\"open\",\"handicap\":45.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052090430014,\"market-id\":786052090360014,\"name\":\"UNDER 45.5\",\"status\":\"open\",\"handicap\":45.5,\"volume\":0.0}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":45.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052087970014,\"id\":786052090140014,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052090160014,\"market-id\":786052090140014,\"name\":\"OVER 46.0\",\"status\":\"open\",\"handicap\":46.0,\"volume\":20.51757},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052090200014,\"market-id\":786052090140014,\"name\":\"UNDER 46.0\",\"status\":\"open\",\"handicap\":46.0,\"volume\":20.31442}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":46.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":40.83199,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052087970014,\"id\":786052089170014,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052089220014,\"market-id\":786052089170014,\"name\":\"OVER 47.0\",\"status\":\"open\",\"handicap\":47,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052089400014,\"market-id\":786052089170014,\"name\":\"UNDER 47.0\",\"status\":\"open\",\"handicap\":47,\"volume\":0.0}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":47,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052087970014,\"id\":786052089480114,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052089550014,\"market-id\":786052089480114,\"name\":\"OVER 47.5\",\"status\":\"open\",\"handicap\":47.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052089860014,\"market-id\":786052089480114,\"name\":\"UNDER 47.5\",\"status\":\"open\",\"handicap\":47.5,\"volume\":0.0}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":47.5,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052087970014,\"id\":786052090030014,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052090060014,\"market-id\":786052090030014,\"name\":\"OVER 48.0\",\"status\":\"open\",\"handicap\":48.0,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052090090014,\"market-id\":786052090030014,\"name\":\"UNDER 48.0\",\"status\":\"open\",\"handicap\":48.0,\"volume\":0.0}],\"start\":\"2018-09-09T17:00:00.000Z\",\"status\":\"open\",\"market-type\":\"total\",\"type\":\"binary\",\"handicap\":48.0,\"in-running-flag\":false,\"allow-live-betting\":false,\"volume\":0.0,\"number-of-winners\":1},{\"live\":false,\"event-id\":786052087970014,\"id\":786052090240014,\"name\":\"Total\",\"runners\":[{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052090270014,\"market-id\":786052090240014,\"name\":\"OVER 48.5\",\"status\":\"open\",\"handicap\":48.5,\"volume\":0.0},{\"withdrawn\":false,\"prices\":[],\"event-id\":786052087970014,\"id\":786052090310014,\"market-id\":786052090240014,\"name\":\"UNDER 48.5\",\"status\":\"open\",\"handicap\":48.5,\"volume\":0.0}],

This will look like this in Arango https://cl.ly/f84b35f39a19 and if i try to indent the json, like this https://cl.ly/34a9e2434457

yojimbo87 commented 5 years ago

It seems to be a problem of serializer limiting the depth of embedded documents and thus the size of the JSON object in general which is really big in this case.

I don't think it's a good practice to store JSON document of this size within a single collection item since it can affect the performance in case you just want to query and retrieve only part of the document.

It can be an equivalent of having a row with hundreds or thousands of columns in relational database which would be pretty hard to work with. I would break the document into several smaller sub-documents and store them in separate collections to make it more manageable.

Eliakos commented 5 years ago

Ok, i just provided you the worst scenario, ie the biggest object i have without thinking if it's a good practice or not, the subject were to show a problem exists in the serializer as if we use another serializer which i do after receiving the json data, JSON.net deserialize and is able to serialize without error on the same data set, just because it does its job of serializer/deserialiser and let the others do their job, for example you and me, of judging if it's a good practice or not, this is not the job of the serializer.

Now, i agree with you that this object is too big (even if we can justify it for data mining purpose which is my case), it's one rest call representing sports events existing at a giving time on a gaming platform. At time i copied this data, there were around 167 sports events and this is the beginning of an approach where i will less and less agree with you because i splitted the object in 167 parts, just to have at least just one sport event to store in db, and serializer fails again, i made another test to divide this only one sport event in parts, again it fails and that were the time i realized that if we don't have a solution for that, that will push me to rely on another db as the serializer bug brings constraints pushing as a strong pressure on development capabilities.

Would you have an example of dealing with serialization with JSON.NET we could use ? or have another solution ? or see the bug in the serializer to correct it? or any other approach you may have ? or do you think i could be lucky with another arango client driver you may know ? whatever but something.

Depending of the underlying subject, we can discuss if doing this or that to know if it's a good practice or not. What i know for sure is it's not a good practice or reasonable to distort good practice because of the use of a weakening software (here serializer) with which one it is necessary to compromise.

Thanks in advance for your help and advices.

yojimbo87 commented 5 years ago

Driver uses embedded fastJSON library for de/serialization of JSON objects and, currently, there is no option to choose another serializer. To deal with this issue you either need to contact fastJSON maintainers and ask them whether there is a solution for this or it needs to be fixed. Frankly, I don't know why fastJSON have this kind of limitation regarding depth, it was choosen for de/serialization because of its simplicity and speed. You can also look for other .NET based drivers on ArangoDB page if they suit your scenario better.

Eliakos commented 5 years ago

I opened an issue there, hoping they can solve the problem. To avoid this kind of problem, yes, that would be great being able to choose others serializers.

Aside these 2 options, i was forced to look around for others db which i tested drive these last weeks, never though i could go down to mongodb :) but unhappily it may go this way.

Eliakos commented 5 years ago

No answer so far from fastjson but the serialization works in mongodb, even for the biggest object i have which i won't use in that form, but that was a good test to evaluate the capability.