diff --git a/.gitignore b/.gitignore index ead0f31..067afb5 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ node_modules/ **/privatekeys.json possiblenewsources.md -herokulocation.md +NotesHeroku.md \ No newline at end of file diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 95521f1..16f9e26 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -120,32 +120,38 @@ } }, "node_modules/cheerio": { - "version": "1.0.0-rc.5", - "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.5.tgz", - "integrity": "sha512-yoqps/VCaZgN4pfXtenwHROTp8NG6/Hlt4Jpz2FEP0ZJQ+ZUkVDd0hAPDNKhj3nakpfPt/CNs57yEtxD1bXQiw==", + "version": "1.0.0-rc.10", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.10.tgz", + "integrity": "sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==", "dependencies": { - "cheerio-select-tmp": "^0.1.0", - "dom-serializer": "~1.2.0", - "domhandler": "^4.0.0", - "entities": "~2.1.0", - "htmlparser2": "^6.0.0", - "parse5": "^6.0.0", - "parse5-htmlparser2-tree-adapter": "^6.0.0" + "cheerio-select": "^1.5.0", + "dom-serializer": "^1.3.2", + "domhandler": "^4.2.0", + "htmlparser2": "^6.1.0", + "parse5": "^6.0.1", + "parse5-htmlparser2-tree-adapter": "^6.0.1", + "tslib": "^2.2.0" }, "engines": { - "node": ">= 0.12" + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/cheeriojs/cheerio?sponsor=1" } }, - "node_modules/cheerio-select-tmp": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/cheerio-select-tmp/-/cheerio-select-tmp-0.1.1.tgz", - "integrity": "sha512-YYs5JvbpU19VYJyj+F7oYrIE2BOll1/hRU7rEy/5+v9BzkSo3bK81iAeeQEMI92vRIxz677m72UmJUiVwwgjfQ==", + "node_modules/cheerio-select": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-1.5.0.tgz", + "integrity": "sha512-qocaHPv5ypefh6YNxvnbABM07KMxExbtbfuJoIie3iZXX1ERwYmJcIiRrr9H05ucQP1k28dav8rpdDgjQd8drg==", "dependencies": { - "css-select": "^3.1.2", - "css-what": "^4.0.0", - "domelementtype": "^2.1.0", - "domhandler": "^4.0.0", - "domutils": "^2.4.4" + "css-select": "^4.1.3", + "css-what": "^5.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0", + "domutils": "^2.7.0" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" } }, "node_modules/clone-response": { @@ -178,23 +184,29 @@ "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" }, "node_modules/css-select": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-3.1.2.tgz", - "integrity": "sha512-qmss1EihSuBNWNNhHjxzxSfJoFBM/lERB/Q4EnsJQQC62R2evJDW481091oAdOr9uh46/0n4nrg0It5cAnj1RA==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.1.3.tgz", + "integrity": "sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==", "dependencies": { "boolbase": "^1.0.0", - "css-what": "^4.0.0", - "domhandler": "^4.0.0", - "domutils": "^2.4.3", + "css-what": "^5.0.0", + "domhandler": "^4.2.0", + "domutils": "^2.6.0", "nth-check": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" } }, "node_modules/css-what": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-4.0.0.tgz", - "integrity": "sha512-teijzG7kwYfNVsUh2H/YN62xW3KK9YhXEgSlbxMlcyjPNvdKJqFx5lrwlJgoFP1ZHlB89iGDlo/JyshKeRhv5A==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-5.0.1.tgz", + "integrity": "sha512-FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg==", "engines": { "node": ">= 6" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" } }, "node_modules/decompress-response": { @@ -225,39 +237,54 @@ } }, "node_modules/dom-serializer": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.2.0.tgz", - "integrity": "sha512-n6kZFH/KlCrqs/1GHMOd5i2fd/beQHuehKdWvNNffbGHTr/almdhuVvTVFb3V7fglz+nC50fFusu3lY33h12pA==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz", + "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==", "dependencies": { "domelementtype": "^2.0.1", - "domhandler": "^4.0.0", + "domhandler": "^4.2.0", "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" } }, "node_modules/domelementtype": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.1.0.tgz", - "integrity": "sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", + "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] }, "node_modules/domhandler": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.0.0.tgz", - "integrity": "sha512-KPTbnGQ1JeEMQyO1iYXoagsI6so/C96HZiFyByU3T6iAzpXn8EGEvct6unm1ZGoed8ByO2oirxgwxBmqKF9haA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.2.0.tgz", + "integrity": "sha512-zk7sgt970kzPks2Bf+dwT/PLzghLnsivb9CcxkvR8Mzr66Olr0Ofd8neSbglHJHaHa2MadfoSdNlKYAaafmWfA==", "dependencies": { - "domelementtype": "^2.1.0" + "domelementtype": "^2.2.0" }, "engines": { "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" } }, "node_modules/domutils": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.4.4.tgz", - "integrity": "sha512-jBC0vOsECI4OMdD0GC9mGn7NXPLb+Qt6KW1YDQzeQYRUFKmNG8lh7mO5HiELfr+lLQE7loDVI4QcAxV80HS+RA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.7.0.tgz", + "integrity": "sha512-8eaHa17IwJUPAiB+SoTYBo5mCdeMgdcAoXJ59m6DT1vw+5iLS3gNoqYaRowaBKtGVrOF1Jz4yDTgYKLK2kvfJg==", "dependencies": { "dom-serializer": "^1.0.1", - "domelementtype": "^2.0.1", - "domhandler": "^4.0.0" + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" } }, "node_modules/duplexer3": { @@ -274,9 +301,12 @@ } }, "node_modules/entities": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz", - "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } }, "node_modules/follow-redirects": { "version": "1.13.1", @@ -328,13 +358,20 @@ } }, "node_modules/htmlparser2": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.0.0.tgz", - "integrity": "sha512-numTQtDZMoh78zJpaNdJ9MXb2cv5G3jwUoe3dMQODubZvLoGvTE/Ofp6sHvH8OGKcN/8A47pGLi/k58xHP/Tfw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], "dependencies": { "domelementtype": "^2.0.1", "domhandler": "^4.0.0", - "domutils": "^2.4.4", + "domutils": "^2.5.2", "entities": "^2.0.0" } }, @@ -501,9 +538,9 @@ } }, "node_modules/normalize-url": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", - "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz", + "integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==", "engines": { "node": ">=8" } @@ -514,6 +551,9 @@ "integrity": "sha512-i4sc/Kj8htBrAiH1viZ0TgU8Y5XqCaV/FziYK6TBczxmeKm3AEFWqqF3195yKudrarqy7Zu80Ra5dobFjn9X/Q==", "dependencies": { "boolbase": "^1.0.0" + }, + "funding": { + "url": "https://github.com/fb55/nth-check?sponsor=1" } }, "node_modules/once": { @@ -720,6 +760,11 @@ "node": ">=8" } }, + "node_modules/tslib": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", + "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==" + }, "node_modules/tunnel": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", diff --git a/package-lock.json b/package-lock.json index 9b6420d..6b049ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -137,32 +137,38 @@ } }, "node_modules/cheerio": { - "version": "1.0.0-rc.5", - "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.5.tgz", - "integrity": "sha512-yoqps/VCaZgN4pfXtenwHROTp8NG6/Hlt4Jpz2FEP0ZJQ+ZUkVDd0hAPDNKhj3nakpfPt/CNs57yEtxD1bXQiw==", + "version": "1.0.0-rc.10", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.10.tgz", + "integrity": "sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==", "dependencies": { - "cheerio-select-tmp": "^0.1.0", - "dom-serializer": "~1.2.0", - "domhandler": "^4.0.0", - "entities": "~2.1.0", - "htmlparser2": "^6.0.0", - "parse5": "^6.0.0", - "parse5-htmlparser2-tree-adapter": "^6.0.0" + "cheerio-select": "^1.5.0", + "dom-serializer": "^1.3.2", + "domhandler": "^4.2.0", + "htmlparser2": "^6.1.0", + "parse5": "^6.0.1", + "parse5-htmlparser2-tree-adapter": "^6.0.1", + "tslib": "^2.2.0" }, "engines": { - "node": ">= 0.12" + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/cheeriojs/cheerio?sponsor=1" } }, - "node_modules/cheerio-select-tmp": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/cheerio-select-tmp/-/cheerio-select-tmp-0.1.1.tgz", - "integrity": "sha512-YYs5JvbpU19VYJyj+F7oYrIE2BOll1/hRU7rEy/5+v9BzkSo3bK81iAeeQEMI92vRIxz677m72UmJUiVwwgjfQ==", + "node_modules/cheerio-select": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-1.5.0.tgz", + "integrity": "sha512-qocaHPv5ypefh6YNxvnbABM07KMxExbtbfuJoIie3iZXX1ERwYmJcIiRrr9H05ucQP1k28dav8rpdDgjQd8drg==", "dependencies": { - "css-select": "^3.1.2", - "css-what": "^4.0.0", - "domelementtype": "^2.1.0", - "domhandler": "^4.0.0", - "domutils": "^2.4.4" + "css-select": "^4.1.3", + "css-what": "^5.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0", + "domutils": "^2.7.0" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" } }, "node_modules/clone-response": { @@ -195,23 +201,29 @@ "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" }, "node_modules/css-select": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-3.1.2.tgz", - "integrity": "sha512-qmss1EihSuBNWNNhHjxzxSfJoFBM/lERB/Q4EnsJQQC62R2evJDW481091oAdOr9uh46/0n4nrg0It5cAnj1RA==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.1.3.tgz", + "integrity": "sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==", "dependencies": { "boolbase": "^1.0.0", - "css-what": "^4.0.0", - "domhandler": "^4.0.0", - "domutils": "^2.4.3", + "css-what": "^5.0.0", + "domhandler": "^4.2.0", + "domutils": "^2.6.0", "nth-check": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" } }, "node_modules/css-what": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-4.0.0.tgz", - "integrity": "sha512-teijzG7kwYfNVsUh2H/YN62xW3KK9YhXEgSlbxMlcyjPNvdKJqFx5lrwlJgoFP1ZHlB89iGDlo/JyshKeRhv5A==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-5.0.1.tgz", + "integrity": "sha512-FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg==", "engines": { "node": ">= 6" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" } }, "node_modules/decompress-response": { @@ -242,39 +254,54 @@ } }, "node_modules/dom-serializer": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.2.0.tgz", - "integrity": "sha512-n6kZFH/KlCrqs/1GHMOd5i2fd/beQHuehKdWvNNffbGHTr/almdhuVvTVFb3V7fglz+nC50fFusu3lY33h12pA==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz", + "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==", "dependencies": { "domelementtype": "^2.0.1", - "domhandler": "^4.0.0", + "domhandler": "^4.2.0", "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" } }, "node_modules/domelementtype": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.1.0.tgz", - "integrity": "sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", + "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] }, "node_modules/domhandler": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.0.0.tgz", - "integrity": "sha512-KPTbnGQ1JeEMQyO1iYXoagsI6so/C96HZiFyByU3T6iAzpXn8EGEvct6unm1ZGoed8ByO2oirxgwxBmqKF9haA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.2.0.tgz", + "integrity": "sha512-zk7sgt970kzPks2Bf+dwT/PLzghLnsivb9CcxkvR8Mzr66Olr0Ofd8neSbglHJHaHa2MadfoSdNlKYAaafmWfA==", "dependencies": { - "domelementtype": "^2.1.0" + "domelementtype": "^2.2.0" }, "engines": { "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" } }, "node_modules/domutils": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.4.4.tgz", - "integrity": "sha512-jBC0vOsECI4OMdD0GC9mGn7NXPLb+Qt6KW1YDQzeQYRUFKmNG8lh7mO5HiELfr+lLQE7loDVI4QcAxV80HS+RA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.7.0.tgz", + "integrity": "sha512-8eaHa17IwJUPAiB+SoTYBo5mCdeMgdcAoXJ59m6DT1vw+5iLS3gNoqYaRowaBKtGVrOF1Jz4yDTgYKLK2kvfJg==", "dependencies": { "dom-serializer": "^1.0.1", - "domelementtype": "^2.0.1", - "domhandler": "^4.0.0" + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" } }, "node_modules/duplexer3": { @@ -291,9 +318,12 @@ } }, "node_modules/entities": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz", - "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } }, "node_modules/follow-redirects": { "version": "1.13.1", @@ -345,13 +375,20 @@ } }, "node_modules/htmlparser2": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.0.0.tgz", - "integrity": "sha512-numTQtDZMoh78zJpaNdJ9MXb2cv5G3jwUoe3dMQODubZvLoGvTE/Ofp6sHvH8OGKcN/8A47pGLi/k58xHP/Tfw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], "dependencies": { "domelementtype": "^2.0.1", "domhandler": "^4.0.0", - "domutils": "^2.4.4", + "domutils": "^2.5.2", "entities": "^2.0.0" } }, @@ -518,9 +555,9 @@ } }, "node_modules/normalize-url": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", - "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz", + "integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==", "engines": { "node": ">=8" } @@ -531,6 +568,9 @@ "integrity": "sha512-i4sc/Kj8htBrAiH1viZ0TgU8Y5XqCaV/FziYK6TBczxmeKm3AEFWqqF3195yKudrarqy7Zu80Ra5dobFjn9X/Q==", "dependencies": { "boolbase": "^1.0.0" + }, + "funding": { + "url": "https://github.com/fb55/nth-check?sponsor=1" } }, "node_modules/once": { @@ -737,6 +777,11 @@ "node": ">=8" } }, + "node_modules/tslib": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", + "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==" + }, "node_modules/tunnel": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", @@ -871,29 +916,29 @@ } }, "cheerio": { - "version": "1.0.0-rc.5", - "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.5.tgz", - "integrity": "sha512-yoqps/VCaZgN4pfXtenwHROTp8NG6/Hlt4Jpz2FEP0ZJQ+ZUkVDd0hAPDNKhj3nakpfPt/CNs57yEtxD1bXQiw==", + "version": "1.0.0-rc.10", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.10.tgz", + "integrity": "sha512-g0J0q/O6mW8z5zxQ3A8E8J1hUgp4SMOvEoW/x84OwyHKe/Zccz83PVT4y5Crcr530FV6NgmKI1qvGTKVl9XXVw==", "requires": { - "cheerio-select-tmp": "^0.1.0", - "dom-serializer": "~1.2.0", - "domhandler": "^4.0.0", - "entities": "~2.1.0", - "htmlparser2": "^6.0.0", - "parse5": "^6.0.0", - "parse5-htmlparser2-tree-adapter": "^6.0.0" + "cheerio-select": "^1.5.0", + "dom-serializer": "^1.3.2", + "domhandler": "^4.2.0", + "htmlparser2": "^6.1.0", + "parse5": "^6.0.1", + "parse5-htmlparser2-tree-adapter": "^6.0.1", + "tslib": "^2.2.0" } }, - "cheerio-select-tmp": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/cheerio-select-tmp/-/cheerio-select-tmp-0.1.1.tgz", - "integrity": "sha512-YYs5JvbpU19VYJyj+F7oYrIE2BOll1/hRU7rEy/5+v9BzkSo3bK81iAeeQEMI92vRIxz677m72UmJUiVwwgjfQ==", + "cheerio-select": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-1.5.0.tgz", + "integrity": "sha512-qocaHPv5ypefh6YNxvnbABM07KMxExbtbfuJoIie3iZXX1ERwYmJcIiRrr9H05ucQP1k28dav8rpdDgjQd8drg==", "requires": { - "css-select": "^3.1.2", - "css-what": "^4.0.0", - "domelementtype": "^2.1.0", - "domhandler": "^4.0.0", - "domutils": "^2.4.4" + "css-select": "^4.1.3", + "css-what": "^5.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0", + "domutils": "^2.7.0" } }, "clone-response": { @@ -922,21 +967,21 @@ "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" }, "css-select": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-3.1.2.tgz", - "integrity": "sha512-qmss1EihSuBNWNNhHjxzxSfJoFBM/lERB/Q4EnsJQQC62R2evJDW481091oAdOr9uh46/0n4nrg0It5cAnj1RA==", + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.1.3.tgz", + "integrity": "sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==", "requires": { "boolbase": "^1.0.0", - "css-what": "^4.0.0", - "domhandler": "^4.0.0", - "domutils": "^2.4.3", + "css-what": "^5.0.0", + "domhandler": "^4.2.0", + "domutils": "^2.6.0", "nth-check": "^2.0.0" } }, "css-what": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-4.0.0.tgz", - "integrity": "sha512-teijzG7kwYfNVsUh2H/YN62xW3KK9YhXEgSlbxMlcyjPNvdKJqFx5lrwlJgoFP1ZHlB89iGDlo/JyshKeRhv5A==" + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-5.0.1.tgz", + "integrity": "sha512-FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg==" }, "decompress-response": { "version": "5.0.0", @@ -957,36 +1002,36 @@ "integrity": "sha512-CYiCSgIF1p6EUByQPlGkKnP1M9g0ZV3qMIrqMqZqdwazygIA/YP2vrbcyl1h/WppKJTdl1F85cXIle+394iDAQ==" }, "dom-serializer": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.2.0.tgz", - "integrity": "sha512-n6kZFH/KlCrqs/1GHMOd5i2fd/beQHuehKdWvNNffbGHTr/almdhuVvTVFb3V7fglz+nC50fFusu3lY33h12pA==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz", + "integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==", "requires": { "domelementtype": "^2.0.1", - "domhandler": "^4.0.0", + "domhandler": "^4.2.0", "entities": "^2.0.0" } }, "domelementtype": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.1.0.tgz", - "integrity": "sha512-LsTgx/L5VpD+Q8lmsXSHW2WpA+eBlZ9HPf3erD1IoPF00/3JKHZ3BknUVA2QGDNu69ZNmyFmCWBSO45XjYKC5w==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz", + "integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A==" }, "domhandler": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.0.0.tgz", - "integrity": "sha512-KPTbnGQ1JeEMQyO1iYXoagsI6so/C96HZiFyByU3T6iAzpXn8EGEvct6unm1ZGoed8ByO2oirxgwxBmqKF9haA==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.2.0.tgz", + "integrity": "sha512-zk7sgt970kzPks2Bf+dwT/PLzghLnsivb9CcxkvR8Mzr66Olr0Ofd8neSbglHJHaHa2MadfoSdNlKYAaafmWfA==", "requires": { - "domelementtype": "^2.1.0" + "domelementtype": "^2.2.0" } }, "domutils": { - "version": "2.4.4", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.4.4.tgz", - "integrity": "sha512-jBC0vOsECI4OMdD0GC9mGn7NXPLb+Qt6KW1YDQzeQYRUFKmNG8lh7mO5HiELfr+lLQE7loDVI4QcAxV80HS+RA==", + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.7.0.tgz", + "integrity": "sha512-8eaHa17IwJUPAiB+SoTYBo5mCdeMgdcAoXJ59m6DT1vw+5iLS3gNoqYaRowaBKtGVrOF1Jz4yDTgYKLK2kvfJg==", "requires": { "dom-serializer": "^1.0.1", - "domelementtype": "^2.0.1", - "domhandler": "^4.0.0" + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" } }, "duplexer3": { @@ -1003,9 +1048,9 @@ } }, "entities": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.1.0.tgz", - "integrity": "sha512-hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==" }, "follow-redirects": { "version": "1.13.1", @@ -1048,13 +1093,13 @@ } }, "htmlparser2": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.0.0.tgz", - "integrity": "sha512-numTQtDZMoh78zJpaNdJ9MXb2cv5G3jwUoe3dMQODubZvLoGvTE/Ofp6sHvH8OGKcN/8A47pGLi/k58xHP/Tfw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", "requires": { "domelementtype": "^2.0.1", "domhandler": "^4.0.0", - "domutils": "^2.4.4", + "domutils": "^2.5.2", "entities": "^2.0.0" } }, @@ -1168,9 +1213,9 @@ "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" }, "normalize-url": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz", - "integrity": "sha512-2s47yzUxdexf1OhyRi4Em83iQk0aPvwTddtFz4hnSSw9dCEsLEGf6SwIO8ss/19S9iBb5sJaOuTvTGDeZI00BQ==" + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.1.tgz", + "integrity": "sha512-9UZCFRHQdNrfTpGg8+1INIg93B6zE0aXMVFkw1WFwvO4SlZywU6aLg5Of0Ap/PgcbSw4LNxvMWXMeugwMCX0AA==" }, "nth-check": { "version": "2.0.0", @@ -1347,6 +1392,11 @@ "resolved": "https://registry.npmjs.org/to-readable-stream/-/to-readable-stream-2.1.0.tgz", "integrity": "sha512-o3Qa6DGg1CEXshSdvWNX2sN4QHqg03SPq7U6jPXRahlQdl5dK8oXjkU/2/sGrnOZKeGV1zLSO8qPwyKklPPE7w==" }, + "tslib": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.0.tgz", + "integrity": "sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==" + }, "tunnel": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz", diff --git a/src/index.js b/src/index.js index f6afd4b..00cdb3e 100644 --- a/src/index.js +++ b/src/index.js @@ -3,6 +3,7 @@ import fs from 'fs' import readline from "readline" import {astralcodexten} from "./platforms/astralcodexten-fetch.js" +import {betfair} from "./platforms/betfair-fetch.js" import {coupcast} from "./platforms/coupcast-fetch.js" import {csetforetell} from "./platforms/csetforetell-fetch.js" import {elicit} from "./platforms/elicit-fetch.js" @@ -27,7 +28,7 @@ import {rebuildNetlifySiteWithNewData} from "./utils/rebuildNetliftySiteWithNewD import {doEverything, tryCatchTryAgain} from "./utils/doEverything.js" /* Support functions */ -let functions = [astralcodexten, coupcast, csetforetell, elicit, /* estimize, */ fantasyscotus, foretold, goodjudgment, goodjudgmentopen, hypermind, kalshi, ladbrokes, metaculus, omen, polymarket, predictit, rootclaim, smarkets, williamhill, mergeEverything, updateHistory, rebuildNetlifySiteWithNewData, doEverything] +let functions = [astralcodexten, betfair, coupcast, csetforetell, elicit, /* estimize, */ fantasyscotus, foretold, goodjudgment, goodjudgmentopen, hypermind, kalshi, ladbrokes, metaculus, omen, polymarket, predictit, rootclaim, smarkets, williamhill, mergeEverything, updateHistory, rebuildNetlifySiteWithNewData, doEverything] let functionNames = functions.map(fun => fun.name) let whattodoMessage = functionNames diff --git a/src/platforms/betfair-fetch.js b/src/platforms/betfair-fetch.js index a15092a..b3b668f 100644 --- a/src/platforms/betfair-fetch.js +++ b/src/platforms/betfair-fetch.js @@ -9,6 +9,31 @@ import {upsert} from "../utils/mongo-wrapper.js" /* Definitions */ let endpoint = process.env.SECRET_BETFAIR_ENDPOINT +/* Utilities */ +let arraysEqual = (a, b) => { + if (a === b) return true; + if (a == null || b == null) return false; + if (a.length !== b.length) return false; + + // If you don't care about the order of the elements inside + // the array, you should sort both arrays here. + // Please note that calling sort on an array will modify that array. + // you might want to clone your array first. + + for (var i = 0; i < a.length; ++i) { + if (a[i] !== b[i]) return false; + } + return true; +} +let mergeRunners = (runnerCatalog, runnerBook) => { + let keys = Object.keys(runnerCatalog) + let result = [] + for(let key of keys){ + result.push({...runnerCatalog[key], ...runnerBook[key]}) + } + return result +} + /* Support functions */ async function fetchPredictions() { @@ -22,75 +47,76 @@ async function fetchPredictions() { 'Content-Type': 'text/html', }), httpsAgent: agent - }) - .then(response => response.data) - // console.log(response) + }).then(response => response.data) + return response } async function whipIntoShape(data){ - let arraysEqual = (a, b) => { - if (a === b) return true; - if (a == null || b == null) return false; - if (a.length !== b.length) return false; - - // If you don't care about the order of the elements inside - // the array, you should sort both arrays here. - // Please note that calling sort on an array will modify that array. - // you might want to clone your array first. - - for (var i = 0; i < a.length; ++i) { - if (a[i] !== b[i]) return false; - } - return true; - } + let catalogues = data.market_catalogues let books = data.market_books - let keys1 = Object.keys(catalogues) - let keys2 = Object.keys(books) - let results = ({}) + let keys1 = Object.keys(catalogues).sort() + let keys2 = Object.keys(books).sort() + // console.log(keys1) + // console.log(keys2) + let results = [] if(!arraysEqual(keys1, keys2)){ throw new Error("Betfair: Error in endpoint; Betfair catalogues and books do not match") }else{ - for(catalogue in catalogues){ - console.log(catalogue) - } - for(book in books){ - console.log(book) + for(let key of keys1){ + results.push({...catalogues[key], ...books[key], options: mergeRunners(catalogues[key].runners, books[key].runners)}) } } return results } +async function processPredictions(data) { + let predictions = await whipIntoShape(data) + console.log(JSON.stringify(predictions, null, 4)) + let results = predictions.map(prediction => { + let normalizationFactor = (prediction.options + .filter(option => option.status == "ACTIVE" && option.totalMatched > 0) + .map(option => option.lastPriceTraded)) + .map(x => 1/x) + .reduce((a, b) => a + b, 0) + let options = prediction.options + .filter(option => option.status == "ACTIVE" && option.totalMatched > 0) + .map(option => ({ + "name": option.runnerName, + "probability": option.lastPriceTraded !=0 ? (1/option.lastPriceTraded)/normalizationFactor : 0, // https://www.aceodds.com/bet-calculator/odds-converter.html + "type": "PROBABILITY" + })) -async function processPredictions(predictions) { - - let results = await predictions.map(prediction => { - let probability = prediction.probability - let options = [ - { - "name": "Yes", - "probability": probability, - "type": "PROBABILITY" - }, - { - "name": "No", - "probability": 1 - probability, - "type": "PROBABILITY" - } - ] + // console.log(prediction.options) + + let rules = prediction.description.rules + .split("Regs.")[1] + .replace(/

/g, " ") + .replace(/
/g, " ") + .replace(//g, " ") + .replace(/<\/b>/g, " ") + .replace(/\n/g, " ") + .trim() + if(rules == undefined){ + console.log(prediction.description) + } + let title = rules.split("? ")[0] + "?" + let description = rules.split("? ")[1].trim() + if(title.includes("of the named")){ + title = prediction.marketName + ": "+ title + } let result = ({ - "title": prediction.title, - "url": `https://example.com`, - "platform": "Example", - "description": prediction.description, + "title": title, + "url": `https://betfair.com`, + "platform": "Betfair", + "description": description, "options": options, "timestamp": new Date().toISOString(), "qualityindicators": { - "stars": calculateStars("Example", ({some: somex, factors: factors})), - "other": prediction.otherx, - "indicators": prediction.indicatorx + "stars": calculateStars("Betfair", ({volume: prediction.totalMatched})), + "volume": prediction.totalMatched, } }) return result @@ -101,13 +127,12 @@ async function processPredictions(predictions) { /* Body */ export async function betfair() { - let predictions = await fetchPredictions() - whipIntoShape(predictions) - let results = await processPredictions(predictions) // somehow needed - // console.log(results) + let data = await fetchPredictions() + let results = await processPredictions(data) // somehow needed + // console.log(results.map(result => ({title: result.title, description: result.description}))) // let string = JSON.stringify(results, null, 2) // fs.writeFileSync('polyprediction-questions.json', string); - // await upsert(results, "example-questions") + await upsert(results, "betfair-questions") console.log("Done") } -betfair() +// betfair() diff --git a/src/platforms/example-fetch.js b/src/platforms/example-fetch.js index 91ff2f0..36a7624 100644 --- a/src/platforms/example-fetch.js +++ b/src/platforms/example-fetch.js @@ -10,7 +10,7 @@ let endpoint = 'https://example.com/' /* Support functions */ -async function fetchPredictions() { +async function fetchData() { let response = await axios({ url: endpoint, method: 'GET', @@ -59,8 +59,8 @@ async function processPredictions(predictions) { /* Body */ export async function example() { - let predictions = await fetchPredictions() - let results = await processPredictions(predictions) // somehow needed + let data = await fetchData() + let results = await processPredictions(data) // somehow needed // console.log(results) // let string = JSON.stringify(results, null, 2) // fs.writeFileSync('polyprediction-questions.json', string); diff --git a/src/utils/doEverything.js b/src/utils/doEverything.js index ea5c35f..87e9216 100644 --- a/src/utils/doEverything.js +++ b/src/utils/doEverything.js @@ -1,4 +1,5 @@ import {astralcodexten} from "../platforms/astralcodexten-fetch.js" +import {betfair} from "../platforms/betfair-fetch.js" import {coupcast} from "../platforms/coupcast-fetch.js" import {csetforetell} from "../platforms/csetforetell-fetch.js" import {elicit} from "../platforms/elicit-fetch.js" @@ -38,7 +39,7 @@ export async function tryCatchTryAgain (fun) { } } export async function doEverything(){ - let functions = [coupcast, csetforetell, elicit, /* estimize, */ fantasyscotus, foretold, /* goodjudgment, */ goodjudgmentopen, hypermind, ladbrokes, kalshi, metaculus, omen, polymarket, predictit, rootclaim, smarkets, williamhill, mergeEverything, updateHistory, rebuildNetlifySiteWithNewData] + let functions = [betfair, coupcast, csetforetell, elicit, /* estimize, */ fantasyscotus, foretold, /* goodjudgment, */ goodjudgmentopen, hypermind, ladbrokes, kalshi, metaculus, omen, polymarket, predictit, rootclaim, smarkets, williamhill, mergeEverything, updateHistory, rebuildNetlifySiteWithNewData] // Removed Good Judgment from the fetcher, doing it using cron instead because cloudflare blocks the utility on heroku. console.log("") diff --git a/src/utils/mergeEverything.js b/src/utils/mergeEverything.js index 430df7d..e9e56e6 100644 --- a/src/utils/mergeEverything.js +++ b/src/utils/mergeEverything.js @@ -1,7 +1,7 @@ import { mongoRead, upsert } from "./mongo-wrapper.js" /* Merge everything */ -let sets = ["astralcodexten","coupcast", "csetforetell", "elicit", "estimize", "fantasyscotus", "foretold", "givewellopenphil", "goodjudgment","goodjudmentopen", "hypermind", "kalshi", "ladbrokes", "metaculus", "omen", "polymarket", "predictit", "rootclaim", "smarkets", "williamhill", "xrisk"] +let sets = ["astralcodexten", "betfair", "coupcast", "csetforetell", "elicit", "estimize", "fantasyscotus", "foretold", "givewellopenphil", "goodjudgment","goodjudmentopen", "hypermind", "kalshi", "ladbrokes", "metaculus", "omen", "polymarket", "predictit", "rootclaim", "smarkets", "williamhill", "xrisk"] let suffix = "-questions" export async function mergeEverything(){ diff --git a/src/utils/stars.js b/src/utils/stars.js index 0b1a2ab..40dbb9b 100644 --- a/src/utils/stars.js +++ b/src/utils/stars.js @@ -36,6 +36,22 @@ function calculateStarsAstralCodexTen(data) { return starsInteger } +function calculateStarsBetfair(data) { + let nuno = data => data.volume > 1000 ? 3 : 2 + let eli = (data) => data.volume > 10000 ? 5 : 4 + let misha = (data) => 3.5 + let starsDecimal = average([nuno(data), eli(data), misha(data)]) + // Substract 1 star if probability is above 90% or below 10% + if(data.option && + (data.option.probability < 0.1 || data.option.probability > 0.9) + ){ + starsDecimal = starsDecimal - 1 + } + + let starsInteger = Math.round(starsDecimal) + return starsInteger +} + function calculateStarsCoupCast(data) { let nuno = (data) => 3 let starsDecimal = average([nuno(data)]) //, eli(data), misha(data)]) @@ -216,6 +232,9 @@ export function calculateStars(platform, data) { case "AstralCodexTen": stars = calculateStarsAstralCodexTen(data) break; + case "Betfair": + stars = calculateStarsBetfair(data) + break; case "CoupCast": stars = calculateStarsCoupCast(data) break; diff --git a/temp.txt b/temp.txt new file mode 100644 index 0000000..5f55bef --- /dev/null +++ b/temp.txt @@ -0,0 +1,38251 @@ +[ + { + "marketId": "1.129176457", + "marketName": "Next Country to Hold an EU In/Out Referendum", + "description": { + "persistenceEnabled": false, + "bspMarket": false, + "marketTime": "2017-01-17T00:00:00.000Z", + "suspendTime": "2017-01-17T00:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": false, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "
MARKET INFORMATION

For further information please see Rules & Regs.

Which EU country will be the next to hold an In/Out referendum on its European Union membership?

This market will be settled at the start of voting on the day that the In/Out referendum is officially held in an EU country. If no referendum takes place before 2022 the selection 'No Refefrendum Before 2022' will be settled as the winner.

Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time in the event that Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome. Subsequent events would not affect the settlement of this market. This market will not be actively managed. Customers are solely responsible for their positions at all times.", + "rulesHasDate": true, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 70456.41, + "runners": [ + { + "selectionId": 12384633, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.03, + "totalMatched": 59892.8, + "ex": { + "availableToBack": [ + { + "price": 1.02, + "size": 1175.2 + }, + { + "price": 1.01, + "size": 745.05 + } + ], + "availableToLay": [ + { + "price": 1.04, + "size": 234.46 + }, + { + "price": 1.05, + "size": 1134 + }, + { + "price": 1.06, + "size": 111 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379665, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 350, + "totalMatched": 3125.28, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 4 + }, + { + "price": 120, + "size": 4 + }, + { + "price": 90, + "size": 9.62 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379661, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 100, + "totalMatched": 641.99, + "ex": { + "availableToBack": [ + { + "price": 65, + "size": 4 + }, + { + "price": 60, + "size": 2 + }, + { + "price": 7.4, + "size": 3.15 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 37.84 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379671, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 600, + "totalMatched": 509.83, + "ex": { + "availableToBack": [ + { + "price": 450, + "size": 4.85 + }, + { + "price": 300, + "size": 2.3 + }, + { + "price": 10, + "size": 3.08 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379663, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 468.64, + "ex": { + "availableToBack": [ + { + "price": 200, + "size": 4 + }, + { + "price": 12, + "size": 5 + }, + { + "price": 4.2, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379662, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 380, + "totalMatched": 184.33, + "ex": { + "availableToBack": [ + { + "price": 330, + "size": 4.38 + }, + { + "price": 90, + "size": 2.2 + }, + { + "price": 14, + "size": 3.63 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379664, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 300, + "totalMatched": 387.79, + "ex": { + "availableToBack": [ + { + "price": 210, + "size": 2.38 + }, + { + "price": 40, + "size": 2.01 + }, + { + "price": 38, + "size": 6 + } + ], + "availableToLay": [ + { + "price": 300, + "size": 24.15 + }, + { + "price": 400, + "size": 10.93 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379678, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 3004.05, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 3.6 + }, + { + "price": 270, + "size": 4.5 + }, + { + "price": 2, + "size": 3.08 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379670, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 70, + "totalMatched": 413.57, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 9 + }, + { + "price": 5.1, + "size": 2 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379656, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 60, + "totalMatched": 175.08, + "ex": { + "availableToBack": [ + { + "price": 55, + "size": 9.5 + }, + { + "price": 4, + "size": 2.23 + }, + { + "price": 2, + "size": 3 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379676, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 148.24, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 2.61 + }, + { + "price": 120, + "size": 3.5 + }, + { + "price": 11.5, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379650, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 117.53, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 2.74 + }, + { + "price": 280, + "size": 2.99 + }, + { + "price": 10, + "size": 10 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 9203391, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 540, + "totalMatched": 337.79, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 2 + }, + { + "price": 140, + "size": 5.72 + }, + { + "price": 75, + "size": 3.5 + } + ], + "availableToLay": [ + { + "price": 540, + "size": 7.68 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379655, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 136.94, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 2.39 + }, + { + "price": 120, + "size": 3.36 + }, + { + "price": 110, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379672, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 38.35, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 4.07 + }, + { + "price": 11.5, + "size": 2.2 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379675, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 33.93, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 4.52 + }, + { + "price": 11.5, + "size": 2.2 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379668, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 24.13, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 3.23 + }, + { + "price": 19, + "size": 6 + }, + { + "price": 18.5, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379677, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 900, + "totalMatched": 421.68, + "ex": { + "availableToBack": [ + { + "price": 310, + "size": 3.22 + }, + { + "price": 300, + "size": 2 + }, + { + "price": 230, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379654, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 30.3, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 8.05 + }, + { + "price": 4, + "size": 5.25 + }, + { + "price": 1.1, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379674, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 29.88, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 4.24 + }, + { + "price": 7.6, + "size": 2.5 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379652, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 45.34, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 2.95 + }, + { + "price": 11.5, + "size": 3 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379660, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 740, + "totalMatched": 136.13, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 4.16 + }, + { + "price": 5.1, + "size": 2 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2.35 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379669, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 28.41, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 6.34 + }, + { + "price": 18.5, + "size": 2 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379651, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 40.34, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 5 + }, + { + "price": 5.1, + "size": 2.5 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379653, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 38.07, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 3.23 + }, + { + "price": 11.5, + "size": 2.25 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379659, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 15.21, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 4.8 + }, + { + "price": 12.5, + "size": 3 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379666, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 12.7, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 7.11 + }, + { + "price": 13, + "size": 2.5 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379667, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 8.43, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 7.77 + }, + { + "price": 13, + "size": 4.75 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379673, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 9.52, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 7.17 + }, + { + "price": 11.5, + "size": 2 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": false, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 29, + "numberOfActiveRunners": 29, + "lastMatchTime": "2021-07-31T17:11:19.618Z", + "totalAvailable": 57951.13, + "crossMatching": false, + "runnersVoidable": false, + "version": 3230331795, + "options": [ + { + "selectionId": 12384633, + "runnerName": "No Referendum Before 2022", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 1.03, + "totalMatched": 59892.8, + "ex": { + "availableToBack": [ + { + "price": 1.02, + "size": 1175.2 + }, + { + "price": 1.01, + "size": 745.05 + } + ], + "availableToLay": [ + { + "price": 1.04, + "size": 234.46 + }, + { + "price": 1.05, + "size": 1134 + }, + { + "price": 1.06, + "size": 111 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379665, + "runnerName": "Italy", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 350, + "totalMatched": 3125.28, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 4 + }, + { + "price": 120, + "size": 4 + }, + { + "price": 90, + "size": 9.62 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379661, + "runnerName": "France", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 100, + "totalMatched": 641.99, + "ex": { + "availableToBack": [ + { + "price": 65, + "size": 4 + }, + { + "price": 60, + "size": 2 + }, + { + "price": 7.4, + "size": 3.15 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 37.84 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379671, + "runnerName": "Poland", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 600, + "totalMatched": 509.83, + "ex": { + "availableToBack": [ + { + "price": 450, + "size": 4.85 + }, + { + "price": 300, + "size": 2.3 + }, + { + "price": 10, + "size": 3.08 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379663, + "runnerName": "Hungary", + "handicap": 0, + "sortPriority": 5, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 468.64, + "ex": { + "availableToBack": [ + { + "price": 200, + "size": 4 + }, + { + "price": 12, + "size": 5 + }, + { + "price": 4.2, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379662, + "runnerName": "Germany", + "handicap": 0, + "sortPriority": 6, + "status": "ACTIVE", + "lastPriceTraded": 380, + "totalMatched": 184.33, + "ex": { + "availableToBack": [ + { + "price": 330, + "size": 4.38 + }, + { + "price": 90, + "size": 2.2 + }, + { + "price": 14, + "size": 3.63 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379664, + "runnerName": "Ireland", + "handicap": 0, + "sortPriority": 7, + "status": "ACTIVE", + "lastPriceTraded": 300, + "totalMatched": 387.79, + "ex": { + "availableToBack": [ + { + "price": 210, + "size": 2.38 + }, + { + "price": 40, + "size": 2.01 + }, + { + "price": 38, + "size": 6 + } + ], + "availableToLay": [ + { + "price": 300, + "size": 24.15 + }, + { + "price": 400, + "size": 10.93 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379678, + "runnerName": "United Kingdom", + "handicap": 0, + "sortPriority": 8, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 3004.05, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 3.6 + }, + { + "price": 270, + "size": 4.5 + }, + { + "price": 2, + "size": 3.08 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379670, + "runnerName": "Netherlands", + "handicap": 0, + "sortPriority": 9, + "status": "ACTIVE", + "lastPriceTraded": 70, + "totalMatched": 413.57, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 9 + }, + { + "price": 5.1, + "size": 2 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379656, + "runnerName": "Denmark", + "handicap": 0, + "sortPriority": 10, + "status": "ACTIVE", + "lastPriceTraded": 60, + "totalMatched": 175.08, + "ex": { + "availableToBack": [ + { + "price": 55, + "size": 9.5 + }, + { + "price": 4, + "size": 2.23 + }, + { + "price": 2, + "size": 3 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379676, + "runnerName": "Spain", + "handicap": 0, + "sortPriority": 11, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 148.24, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 2.61 + }, + { + "price": 120, + "size": 3.5 + }, + { + "price": 11.5, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379650, + "runnerName": "Austria", + "handicap": 0, + "sortPriority": 12, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 117.53, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 2.74 + }, + { + "price": 280, + "size": 2.99 + }, + { + "price": 10, + "size": 10 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 9203391, + "runnerName": "Greece", + "handicap": 0, + "sortPriority": 13, + "status": "ACTIVE", + "lastPriceTraded": 540, + "totalMatched": 337.79, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 2 + }, + { + "price": 140, + "size": 5.72 + }, + { + "price": 75, + "size": 3.5 + } + ], + "availableToLay": [ + { + "price": 540, + "size": 7.68 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379655, + "runnerName": "Czech Republic", + "handicap": 0, + "sortPriority": 14, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 136.94, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 2.39 + }, + { + "price": 120, + "size": 3.36 + }, + { + "price": 110, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379672, + "runnerName": "Portugal", + "handicap": 0, + "sortPriority": 15, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 38.35, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 4.07 + }, + { + "price": 11.5, + "size": 2.2 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379675, + "runnerName": "Slovenia", + "handicap": 0, + "sortPriority": 16, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 33.93, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 4.52 + }, + { + "price": 11.5, + "size": 2.2 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379668, + "runnerName": "Luxembourg", + "handicap": 0, + "sortPriority": 17, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 24.13, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 3.23 + }, + { + "price": 19, + "size": 6 + }, + { + "price": 18.5, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379677, + "runnerName": "Sweden", + "handicap": 0, + "sortPriority": 18, + "status": "ACTIVE", + "lastPriceTraded": 900, + "totalMatched": 421.68, + "ex": { + "availableToBack": [ + { + "price": 310, + "size": 3.22 + }, + { + "price": 300, + "size": 2 + }, + { + "price": 230, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379654, + "runnerName": "Cyprus", + "handicap": 0, + "sortPriority": 19, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 30.3, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 8.05 + }, + { + "price": 4, + "size": 5.25 + }, + { + "price": 1.1, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379674, + "runnerName": "Slovakia", + "handicap": 0, + "sortPriority": 20, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 29.88, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 4.24 + }, + { + "price": 7.6, + "size": 2.5 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379652, + "runnerName": "Bulgaria", + "handicap": 0, + "sortPriority": 21, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 45.34, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 2.95 + }, + { + "price": 11.5, + "size": 3 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379660, + "runnerName": "Finland", + "handicap": 0, + "sortPriority": 22, + "status": "ACTIVE", + "lastPriceTraded": 740, + "totalMatched": 136.13, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 4.16 + }, + { + "price": 5.1, + "size": 2 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2.35 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379669, + "runnerName": "Malta", + "handicap": 0, + "sortPriority": 23, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 28.41, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 6.34 + }, + { + "price": 18.5, + "size": 2 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379651, + "runnerName": "Belgium", + "handicap": 0, + "sortPriority": 24, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 40.34, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 5 + }, + { + "price": 5.1, + "size": 2.5 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379653, + "runnerName": "Croatia", + "handicap": 0, + "sortPriority": 25, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 38.07, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 3.23 + }, + { + "price": 11.5, + "size": 2.25 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379659, + "runnerName": "Estonia", + "handicap": 0, + "sortPriority": 26, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 15.21, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 4.8 + }, + { + "price": 12.5, + "size": 3 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379666, + "runnerName": "Latvia", + "handicap": 0, + "sortPriority": 27, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 12.7, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 7.11 + }, + { + "price": 13, + "size": 2.5 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379667, + "runnerName": "Lithuania", + "handicap": 0, + "sortPriority": 28, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 8.43, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 7.77 + }, + { + "price": 13, + "size": 4.75 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379673, + "runnerName": "Romania", + "handicap": 0, + "sortPriority": 29, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 9.52, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 7.17 + }, + { + "price": 11.5, + "size": 2 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.130946043", + "marketName": "Next Country to Invoke Article 50 (W/O UK)", + "description": { + "persistenceEnabled": false, + "bspMarket": false, + "marketTime": "2017-01-17T00:00:00.000Z", + "suspendTime": "2017-01-17T00:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": false, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "
MARKET INFORMATION

For further information please see Rules & Regs.

Which EU country will be the next to invoke Article 50 of the Lisbon treaty, not including the UK?

If no country (apart from the UK) invokes Article 50 of the Lisbon Treaty before 2023 the selection 'No Country Before 2023' will be settled as the winner.

Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time in the event that Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome. Subsequent events would not affect the settlement of this market. This market will not be actively managed. Customers are solely responsible for their positions at all times.", + "rulesHasDate": true, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 9181.91, + "runners": [ + { + "selectionId": 12859434, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.08, + "totalMatched": 8174.16, + "ex": { + "availableToBack": [ + { + "price": 1.07, + "size": 5.94 + }, + { + "price": 1.06, + "size": 119.51 + }, + { + "price": 1.05, + "size": 50 + } + ], + "availableToLay": [ + { + "price": 1.11, + "size": 45 + }, + { + "price": 1.16, + "size": 36 + }, + { + "price": 1.37, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379663, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 46, + "totalMatched": 76.84, + "ex": { + "availableToBack": [ + { + "price": 14, + "size": 2.05 + }, + { + "price": 13.5, + "size": 3.7 + }, + { + "price": 8.4, + "size": 4.94 + } + ], + "availableToLay": [ + { + "price": 75, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379671, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 36, + "totalMatched": 104.87, + "ex": { + "availableToBack": [ + { + "price": 19, + "size": 5 + }, + { + "price": 18, + "size": 2 + }, + { + "price": 14.5, + "size": 3.44 + } + ], + "availableToLay": [ + { + "price": 150, + "size": 5.5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379665, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 29, + "totalMatched": 421.97, + "ex": { + "availableToBack": [ + { + "price": 19, + "size": 3.61 + }, + { + "price": 16, + "size": 3.12 + }, + { + "price": 9.4, + "size": 4.42 + } + ], + "availableToLay": [ + { + "price": 500, + "size": 2.27 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379670, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 22, + "totalMatched": 24.1, + "ex": { + "availableToBack": [ + { + "price": 19.5, + "size": 3.96 + }, + { + "price": 19, + "size": 2 + }, + { + "price": 16, + "size": 3.12 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 2.5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379677, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 55, + "totalMatched": 28.48, + "ex": { + "availableToBack": [ + { + "price": 22, + "size": 2 + }, + { + "price": 16, + "size": 3.12 + }, + { + "price": 15, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2.55 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379656, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 60, + "totalMatched": 33.39, + "ex": { + "availableToBack": [ + { + "price": 30, + "size": 6.77 + }, + { + "price": 16, + "size": 3.12 + }, + { + "price": 9.6, + "size": 4.33 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379664, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 120, + "totalMatched": 124.81, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 5.16 + }, + { + "price": 29, + "size": 9 + }, + { + "price": 28, + "size": 3.6 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 9203391, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 23, + "totalMatched": 52.32, + "ex": { + "availableToBack": [ + { + "price": 23, + "size": 2.96 + }, + { + "price": 22, + "size": 6 + }, + { + "price": 16, + "size": 3.12 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379661, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 23, + "totalMatched": 45.42, + "ex": { + "availableToBack": [ + { + "price": 23, + "size": 4.13 + }, + { + "price": 16, + "size": 5.11 + }, + { + "price": 9.6, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379650, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 22.62, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 4.35 + }, + { + "price": 17.5, + "size": 8 + }, + { + "price": 17, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379655, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 540, + "totalMatched": 19.82, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 5 + }, + { + "price": 120, + "size": 2 + }, + { + "price": 16, + "size": 3.98 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379662, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 55, + "totalMatched": 17.73, + "ex": { + "availableToBack": [ + { + "price": 48, + "size": 4.56 + }, + { + "price": 16, + "size": 3.12 + }, + { + "price": 9.6, + "size": 3.94 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379660, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 990, + "totalMatched": 13.47, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 4.59 + }, + { + "price": 16, + "size": 3.12 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379676, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 700, + "totalMatched": 11.84, + "ex": { + "availableToBack": [ + { + "price": 200, + "size": 2.41 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379651, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.99 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379652, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.99 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379653, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.99 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379654, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.99 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379659, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 3.95, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 3.13 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379666, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.69 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379667, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.69 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379668, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.69 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379669, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.69 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379672, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.56, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.69 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379673, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.69 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379674, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.69 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379675, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.69 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": true, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 28, + "numberOfActiveRunners": 28, + "lastMatchTime": "2021-07-22T09:01:44.355Z", + "totalAvailable": 369794.38, + "crossMatching": true, + "runnersVoidable": false, + "version": 3645068323, + "options": [ + { + "selectionId": 12859434, + "runnerName": "No Country Before 2023", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 1.08, + "totalMatched": 8174.16, + "ex": { + "availableToBack": [ + { + "price": 1.07, + "size": 5.94 + }, + { + "price": 1.06, + "size": 119.51 + }, + { + "price": 1.05, + "size": 50 + } + ], + "availableToLay": [ + { + "price": 1.11, + "size": 45 + }, + { + "price": 1.16, + "size": 36 + }, + { + "price": 1.37, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379663, + "runnerName": "Hungary", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 46, + "totalMatched": 76.84, + "ex": { + "availableToBack": [ + { + "price": 14, + "size": 2.05 + }, + { + "price": 13.5, + "size": 3.7 + }, + { + "price": 8.4, + "size": 4.94 + } + ], + "availableToLay": [ + { + "price": 75, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379671, + "runnerName": "Poland", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 36, + "totalMatched": 104.87, + "ex": { + "availableToBack": [ + { + "price": 19, + "size": 5 + }, + { + "price": 18, + "size": 2 + }, + { + "price": 14.5, + "size": 3.44 + } + ], + "availableToLay": [ + { + "price": 150, + "size": 5.5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379665, + "runnerName": "Italy", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 29, + "totalMatched": 421.97, + "ex": { + "availableToBack": [ + { + "price": 19, + "size": 3.61 + }, + { + "price": 16, + "size": 3.12 + }, + { + "price": 9.4, + "size": 4.42 + } + ], + "availableToLay": [ + { + "price": 500, + "size": 2.27 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379670, + "runnerName": "Netherlands", + "handicap": 0, + "sortPriority": 5, + "status": "ACTIVE", + "lastPriceTraded": 22, + "totalMatched": 24.1, + "ex": { + "availableToBack": [ + { + "price": 19.5, + "size": 3.96 + }, + { + "price": 19, + "size": 2 + }, + { + "price": 16, + "size": 3.12 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 2.5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379677, + "runnerName": "Sweden", + "handicap": 0, + "sortPriority": 6, + "status": "ACTIVE", + "lastPriceTraded": 55, + "totalMatched": 28.48, + "ex": { + "availableToBack": [ + { + "price": 22, + "size": 2 + }, + { + "price": 16, + "size": 3.12 + }, + { + "price": 15, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2.55 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12379656, + "runnerName": "Denmark", + "handicap": 0, + "sortPriority": 7, + "status": "ACTIVE", + "lastPriceTraded": 60, + "totalMatched": 33.39, + "ex": { + "availableToBack": [ + { + "price": 30, + "size": 6.77 + }, + { + "price": 16, + "size": 3.12 + }, + { + "price": 9.6, + "size": 4.33 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379664, + "runnerName": "Ireland", + "handicap": 0, + "sortPriority": 8, + "status": "ACTIVE", + "lastPriceTraded": 120, + "totalMatched": 124.81, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 5.16 + }, + { + "price": 29, + "size": 9 + }, + { + "price": 28, + "size": 3.6 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 9203391, + "runnerName": "Greece", + "handicap": 0, + "sortPriority": 9, + "status": "ACTIVE", + "lastPriceTraded": 23, + "totalMatched": 52.32, + "ex": { + "availableToBack": [ + { + "price": 23, + "size": 2.96 + }, + { + "price": 22, + "size": 6 + }, + { + "price": 16, + "size": 3.12 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379661, + "runnerName": "France", + "handicap": 0, + "sortPriority": 10, + "status": "ACTIVE", + "lastPriceTraded": 23, + "totalMatched": 45.42, + "ex": { + "availableToBack": [ + { + "price": 23, + "size": 4.13 + }, + { + "price": 16, + "size": 5.11 + }, + { + "price": 9.6, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379650, + "runnerName": "Austria", + "handicap": 0, + "sortPriority": 11, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 22.62, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 4.35 + }, + { + "price": 17.5, + "size": 8 + }, + { + "price": 17, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379655, + "runnerName": "Czech Republic", + "handicap": 0, + "sortPriority": 12, + "status": "ACTIVE", + "lastPriceTraded": 540, + "totalMatched": 19.82, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 5 + }, + { + "price": 120, + "size": 2 + }, + { + "price": 16, + "size": 3.98 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379662, + "runnerName": "Germany", + "handicap": 0, + "sortPriority": 13, + "status": "ACTIVE", + "lastPriceTraded": 55, + "totalMatched": 17.73, + "ex": { + "availableToBack": [ + { + "price": 48, + "size": 4.56 + }, + { + "price": 16, + "size": 3.12 + }, + { + "price": 9.6, + "size": 3.94 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379660, + "runnerName": "Finland", + "handicap": 0, + "sortPriority": 14, + "status": "ACTIVE", + "lastPriceTraded": 990, + "totalMatched": 13.47, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 4.59 + }, + { + "price": 16, + "size": 3.12 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379676, + "runnerName": "Spain", + "handicap": 0, + "sortPriority": 15, + "status": "ACTIVE", + "lastPriceTraded": 700, + "totalMatched": 11.84, + "ex": { + "availableToBack": [ + { + "price": 200, + "size": 2.41 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379651, + "runnerName": "Belgium", + "handicap": 0, + "sortPriority": 16, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.99 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379652, + "runnerName": "Bulgaria", + "handicap": 0, + "sortPriority": 17, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.99 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379653, + "runnerName": "Croatia", + "handicap": 0, + "sortPriority": 18, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.99 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379654, + "runnerName": "Cyprus", + "handicap": 0, + "sortPriority": 19, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.99 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379659, + "runnerName": "Estonia", + "handicap": 0, + "sortPriority": 20, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 3.95, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 3.13 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379666, + "runnerName": "Latvia", + "handicap": 0, + "sortPriority": 21, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.69 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379667, + "runnerName": "Lithuania", + "handicap": 0, + "sortPriority": 22, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.69 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379668, + "runnerName": "Luxembourg", + "handicap": 0, + "sortPriority": 23, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.69 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379669, + "runnerName": "Malta", + "handicap": 0, + "sortPriority": 24, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.69 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379672, + "runnerName": "Portugal", + "handicap": 0, + "sortPriority": 25, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.56, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.69 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379673, + "runnerName": "Romania", + "handicap": 0, + "sortPriority": 26, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.69 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379674, + "runnerName": "Slovakia", + "handicap": 0, + "sortPriority": 27, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.69 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12379675, + "runnerName": "Slovenia", + "handicap": 0, + "sortPriority": 28, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.5, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.69 + }, + { + "price": 16.5, + "size": 3.03 + }, + { + "price": 9.6, + "size": 4.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.159045690", + "marketName": "Next Australian Federal Election", + "description": { + "persistenceEnabled": true, + "bspMarket": false, + "marketTime": "2022-05-21T08:00:00.000Z", + "suspendTime": "2022-05-21T08:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": true, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 5, + "discountAllowed": true, + "wallet": "UK wallet", + "rules": "
MARKET INFORMATION

For further information please see Rules & Regs.

Which of these parties will provide the Prime Minister of Australia following the next (subsequent to May 2019) Federal Election? This market will be turned IN PLAY with unmatched bets cancelled at the conclusion of polling on Election Day. Thereafter unmatched bets will not be cancelled at any time by Betfair and the market will not be actively managed. In the event that a government can’t be officially sworn in by the Governor General all bets on this market will be void. Coalition refers to the Liberal Party and the National Party.

This is a cross-matching market.

Customers should be aware that:

  • Transmissions described as “live” by some broadcasters may actually be delayed and that all in-play matches are not necessarily televised.

  • The extent of any such delay may vary, depending on the set-up through which they are receiving pictures or data.


  • BET IN-PLAY

    Australian customers call Telbet to bet in-play on this market – call 132BET (132238)
    ", + "rulesHasDate": true, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 107945.76, + "runners": [ + { + "selectionId": 2049782, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.8, + "totalMatched": 71561.92, + "ex": { + "availableToBack": [ + { + "price": 1.81, + "size": 4 + }, + { + "price": 1.8, + "size": 26.73 + }, + { + "price": 1.77, + "size": 5.56 + } + ], + "availableToLay": [ + { + "price": 1.83, + "size": 2.43 + }, + { + "price": 1.84, + "size": 71.88 + }, + { + "price": 1.85, + "size": 1319.82 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 2049781, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 2.18, + "totalMatched": 36066.96, + "ex": { + "availableToBack": [ + { + "price": 2.22, + "size": 2 + }, + { + "price": 2.18, + "size": 1192.61 + }, + { + "price": 2.14, + "size": 1847.24 + } + ], + "availableToLay": [ + { + "price": 2.26, + "size": 25.55 + }, + { + "price": 2.32, + "size": 9.56 + }, + { + "price": 2.34, + "size": 199.98 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1111887, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 890, + "totalMatched": 316.87, + "ex": { + "availableToBack": [ + { + "price": 720, + "size": 2.64 + }, + { + "price": 710, + "size": 2.64 + }, + { + "price": 700, + "size": 2.45 + } + ], + "availableToLay": [ + { + "price": 920, + "size": 2.64 + }, + { + "price": 930, + "size": 2.64 + }, + { + "price": 950, + "size": 3 + } + ], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": true, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 3, + "numberOfActiveRunners": 3, + "lastMatchTime": "2021-07-31T05:50:40.409Z", + "totalAvailable": 15200.71, + "crossMatching": true, + "runnersVoidable": false, + "version": 3610009780, + "options": [ + { + "selectionId": 2049782, + "runnerName": "Coalition", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 1.8, + "totalMatched": 71561.92, + "ex": { + "availableToBack": [ + { + "price": 1.81, + "size": 4 + }, + { + "price": 1.8, + "size": 26.73 + }, + { + "price": 1.77, + "size": 5.56 + } + ], + "availableToLay": [ + { + "price": 1.83, + "size": 2.43 + }, + { + "price": 1.84, + "size": 71.88 + }, + { + "price": 1.85, + "size": 1319.82 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 2049781, + "runnerName": "Labor", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 2.18, + "totalMatched": 36066.96, + "ex": { + "availableToBack": [ + { + "price": 2.22, + "size": 2 + }, + { + "price": 2.18, + "size": 1192.61 + }, + { + "price": 2.14, + "size": 1847.24 + } + ], + "availableToLay": [ + { + "price": 2.26, + "size": 25.55 + }, + { + "price": 2.32, + "size": 9.56 + }, + { + "price": 2.34, + "size": 199.98 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1111887, + "runnerName": "Any Other Party", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 890, + "totalMatched": 316.87, + "ex": { + "availableToBack": [ + { + "price": 720, + "size": 2.64 + }, + { + "price": 710, + "size": 2.64 + }, + { + "price": 700, + "size": 2.45 + } + ], + "availableToLay": [ + { + "price": 920, + "size": 2.64 + }, + { + "price": 930, + "size": 2.64 + }, + { + "price": 950, + "size": 3 + } + ], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.160663234", + "marketName": "Next Conservative Leader.", + "description": { + "persistenceEnabled": false, + "bspMarket": false, + "marketTime": "2016-12-14T17:00:00.000Z", + "suspendTime": "2016-12-14T17:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": false, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "

    MARKET INFORMATION

    For further information please see Rules & Regs.

    Who will be the next permanent leader of the Conservative Party, after Boris Johnson?

    This market will be settled based on the first official announcement of the next permanent Conservative Party leader after Boris Johnson, as chosen by a Conservative Party leadership contest. Betfair reserves the right to suspend, cancel unmatched bets and turn in-play or re-open this market as and when information becomes available to it. Additional runners may be added upon request.

    In the event of any ambiguity over an announcement, Betfair may determine, using its reasonable discretion, how to settle the market based on all the information available to it at the relevant time. Betfair reserves the right to wait for further official announcements before the market is settled.

    Betfair will not be responsible for suspending the market when an official announcement is made by The Conservative Party. However, Betfair will suspend the market as soon as it becomes aware of an official announcement. Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time in the event that Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome.\n

    PLEASE NOTE Just after 20:00 (GMT) on 6 April 2020, mainstream media reported that Prime Minister Boris Johnson had been moved to intensive care due to his ill health. Within an hour of this news coming to our attention, we suspended the following market on the Betfair Exchange. Given the exceptional circumstances, these markets will remain suspended and unavailable for trading until further notice. You will still be able to view details of your open bets in the ‘My Bets’ section of your account. Any unmatched bets on these markets (including keep bets) have been cancelled

    ", + "rulesHasDate": true, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 66316.17, + "runners": [ + { + "selectionId": 15684319, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 3.55, + "totalMatched": 31771.66, + "ex": { + "availableToBack": [ + { + "price": 3.5, + "size": 8 + }, + { + "price": 3.45, + "size": 20 + }, + { + "price": 3.4, + "size": 25 + } + ], + "availableToLay": [ + { + "price": 3.65, + "size": 4.12 + }, + { + "price": 3.7, + "size": 15 + }, + { + "price": 3.75, + "size": 61.71 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4519444, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 12, + "totalMatched": 4356.04, + "ex": { + "availableToBack": [ + { + "price": 12, + "size": 3 + }, + { + "price": 11.5, + "size": 7 + }, + { + "price": 11, + "size": 16.71 + } + ], + "availableToLay": [ + { + "price": 13, + "size": 24.23 + }, + { + "price": 13.5, + "size": 4.79 + }, + { + "price": 14, + "size": 21.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4519440, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 9.2, + "totalMatched": 7019.2, + "ex": { + "availableToBack": [ + { + "price": 9, + "size": 19 + }, + { + "price": 8.8, + "size": 8.14 + }, + { + "price": 8.6, + "size": 90.37 + } + ], + "availableToLay": [ + { + "price": 9.4, + "size": 6.43 + }, + { + "price": 9.8, + "size": 5.43 + }, + { + "price": 10.5, + "size": 32.49 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9475671, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 14, + "totalMatched": 2234.09, + "ex": { + "availableToBack": [ + { + "price": 14.5, + "size": 4.21 + }, + { + "price": 14, + "size": 15.71 + }, + { + "price": 13.5, + "size": 3.71 + } + ], + "availableToLay": [ + { + "price": 17.5, + "size": 4.71 + }, + { + "price": 19.5, + "size": 8.7 + }, + { + "price": 20, + "size": 8.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11148974, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 18.5, + "totalMatched": 4264.69, + "ex": { + "availableToBack": [ + { + "price": 17.5, + "size": 3.71 + }, + { + "price": 17, + "size": 6.71 + }, + { + "price": 16.5, + "size": 12 + } + ], + "availableToLay": [ + { + "price": 18.5, + "size": 9.37 + }, + { + "price": 19, + "size": 5.02 + }, + { + "price": 20, + "size": 13.7 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10393242, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 20, + "totalMatched": 3367.15, + "ex": { + "availableToBack": [ + { + "price": 20, + "size": 3.66 + }, + { + "price": 19.5, + "size": 2 + }, + { + "price": 18.5, + "size": 4.99 + } + ], + "availableToLay": [ + { + "price": 23, + "size": 30.22 + }, + { + "price": 24, + "size": 4.25 + }, + { + "price": 25, + "size": 53 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13577692, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 926.42, + "ex": { + "availableToBack": [ + { + "price": 55, + "size": 3.99 + }, + { + "price": 50, + "size": 2 + }, + { + "price": 46, + "size": 3.69 + } + ], + "availableToLay": [ + { + "price": 65, + "size": 4.42 + }, + { + "price": 75, + "size": 5.06 + }, + { + "price": 80, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 15829343, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 40, + "totalMatched": 590.75, + "ex": { + "availableToBack": [ + { + "price": 36, + "size": 3.77 + }, + { + "price": 32, + "size": 6.99 + }, + { + "price": 25, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 40, + "size": 12.57 + }, + { + "price": 42, + "size": 5.58 + }, + { + "price": 90, + "size": 4.7 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 16745899, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 400, + "totalMatched": 1117.07, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 3.64 + }, + { + "price": 100, + "size": 3.99 + }, + { + "price": 70, + "size": 6.8 + } + ], + "availableToLay": [ + { + "price": 980, + "size": 11.43 + }, + { + "price": 1000, + "size": 6.98 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 8498834, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 17, + "totalMatched": 2610.65, + "ex": { + "availableToBack": [ + { + "price": 16, + "size": 3.71 + }, + { + "price": 14.5, + "size": 3.7 + }, + { + "price": 13.5, + "size": 20.75 + } + ], + "availableToLay": [ + { + "price": 17, + "size": 22.39 + }, + { + "price": 17.5, + "size": 3 + }, + { + "price": 19, + "size": 4.89 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5914388, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 75, + "totalMatched": 1199.78, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 3.52 + }, + { + "price": 65, + "size": 3.41 + }, + { + "price": 55, + "size": 6.51 + } + ], + "availableToLay": [ + { + "price": 80, + "size": 6.4 + }, + { + "price": 90, + "size": 3.12 + }, + { + "price": 100, + "size": 3.71 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4758163, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 44, + "totalMatched": 406.04, + "ex": { + "availableToBack": [ + { + "price": 55, + "size": 4 + }, + { + "price": 50, + "size": 5.78 + }, + { + "price": 46, + "size": 3.7 + } + ], + "availableToLay": [ + { + "price": 75, + "size": 2 + }, + { + "price": 80, + "size": 6 + }, + { + "price": 95, + "size": 4.69 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 20970324, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 380, + "totalMatched": 92.88, + "ex": { + "availableToBack": [ + { + "price": 200, + "size": 4.99 + }, + { + "price": 190, + "size": 2.71 + }, + { + "price": 170, + "size": 4.19 + } + ], + "availableToLay": [ + { + "price": 960, + "size": 5.48 + }, + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11148977, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 60, + "totalMatched": 677.58, + "ex": { + "availableToBack": [ + { + "price": 48, + "size": 5.7 + }, + { + "price": 44, + "size": 3.7 + }, + { + "price": 34, + "size": 3.78 + } + ], + "availableToLay": [ + { + "price": 60, + "size": 4.94 + }, + { + "price": 70, + "size": 2.96 + }, + { + "price": 75, + "size": 5.3 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 17462435, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 120, + "totalMatched": 370.24, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 4.01 + }, + { + "price": 95, + "size": 2 + }, + { + "price": 90, + "size": 3.19 + } + ], + "availableToLay": [ + { + "price": 130, + "size": 2.74 + }, + { + "price": 150, + "size": 3.7 + }, + { + "price": 360, + "size": 5.08 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 15305626, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 55, + "totalMatched": 306.44, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 3.71 + }, + { + "price": 44, + "size": 3.99 + }, + { + "price": 40, + "size": 6.99 + } + ], + "availableToLay": [ + { + "price": 65, + "size": 5.75 + }, + { + "price": 70, + "size": 13.31 + }, + { + "price": 80, + "size": 31.16 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6762719, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 60, + "totalMatched": 354.1, + "ex": { + "availableToBack": [ + { + "price": 55, + "size": 3.17 + }, + { + "price": 50, + "size": 2 + }, + { + "price": 40, + "size": 21.99 + } + ], + "availableToLay": [ + { + "price": 60, + "size": 2.35 + }, + { + "price": 65, + "size": 13.53 + }, + { + "price": 70, + "size": 11.61 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28007248, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 36, + "totalMatched": 527.3, + "ex": { + "availableToBack": [ + { + "price": 34, + "size": 5.66 + }, + { + "price": 24, + "size": 7.71 + }, + { + "price": 22, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 50, + "size": 4.89 + }, + { + "price": 65, + "size": 3.99 + }, + { + "price": 80, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4519424, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 800, + "totalMatched": 1084.65, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 2 + }, + { + "price": 120, + "size": 3.2 + }, + { + "price": 100, + "size": 4.5 + } + ], + "availableToLay": [ + { + "price": 980, + "size": 2.17 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4519457, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 60, + "totalMatched": 359.9, + "ex": { + "availableToBack": [ + { + "price": 42, + "size": 3.99 + }, + { + "price": 30, + "size": 3.65 + }, + { + "price": 24, + "size": 6.99 + } + ], + "availableToLay": [ + { + "price": 85, + "size": 2.5 + }, + { + "price": 90, + "size": 2 + }, + { + "price": 100, + "size": 4.96 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5633952, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 120, + "totalMatched": 121.21, + "ex": { + "availableToBack": [ + { + "price": 90, + "size": 5.3 + }, + { + "price": 85, + "size": 2 + }, + { + "price": 75, + "size": 2.71 + } + ], + "availableToLay": [ + { + "price": 130, + "size": 3.16 + }, + { + "price": 170, + "size": 3.7 + }, + { + "price": 200, + "size": 3.92 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10974022, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 440, + "totalMatched": 119.29, + "ex": { + "availableToBack": [ + { + "price": 280, + "size": 5.83 + }, + { + "price": 200, + "size": 3 + }, + { + "price": 80, + "size": 5.06 + } + ], + "availableToLay": [ + { + "price": 650, + "size": 3.75 + }, + { + "price": 770, + "size": 2.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25337139, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 380, + "totalMatched": 94.33, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 3.26 + }, + { + "price": 110, + "size": 4.71 + }, + { + "price": 95, + "size": 2.99 + } + ], + "availableToLay": [ + { + "price": 300, + "size": 2 + }, + { + "price": 390, + "size": 6.88 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25337130, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 790, + "totalMatched": 5.18, + "ex": { + "availableToBack": [ + { + "price": 240, + "size": 2.02 + }, + { + "price": 230, + "size": 4 + }, + { + "price": 220, + "size": 2.17 + } + ], + "availableToLay": [ + { + "price": 800, + "size": 3.91 + }, + { + "price": 1000, + "size": 6.13 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 15314811, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 640, + "totalMatched": 30.03, + "ex": { + "availableToBack": [ + { + "price": 270, + "size": 3.99 + }, + { + "price": 250, + "size": 3.71 + }, + { + "price": 65, + "size": 3.98 + } + ], + "availableToLay": [ + { + "price": 640, + "size": 2.98 + }, + { + "price": 740, + "size": 3.99 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28007243, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 890, + "totalMatched": 2.58, + "ex": { + "availableToBack": [ + { + "price": 330, + "size": 2 + }, + { + "price": 320, + "size": 2.81 + }, + { + "price": 300, + "size": 2.99 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 3.92 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13571283, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 474.15, + "ex": { + "availableToBack": [ + { + "price": 55, + "size": 5.6 + }, + { + "price": 50, + "size": 2.7 + }, + { + "price": 46, + "size": 5.99 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 2.18 + }, + { + "price": 120, + "size": 3.79 + }, + { + "price": 1000, + "size": 6.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11148991, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 330, + "totalMatched": 42.88, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 4 + }, + { + "price": 100, + "size": 3.7 + }, + { + "price": 95, + "size": 7.32 + } + ], + "availableToLay": [ + { + "price": 340, + "size": 4.94 + }, + { + "price": 400, + "size": 3.99 + }, + { + "price": 1000, + "size": 4.73 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28007241, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 140, + "totalMatched": 138.31, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 3.99 + }, + { + "price": 110, + "size": 3.25 + }, + { + "price": 95, + "size": 3.44 + } + ], + "availableToLay": [ + { + "price": 490, + "size": 2.98 + }, + { + "price": 500, + "size": 10 + }, + { + "price": 1000, + "size": 6.59 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 17879745, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 260, + "totalMatched": 56.41, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 4.11 + }, + { + "price": 140, + "size": 8 + }, + { + "price": 120, + "size": 4.19 + } + ], + "availableToLay": [ + { + "price": 270, + "size": 2.82 + }, + { + "price": 780, + "size": 3.22 + }, + { + "price": 800, + "size": 2.49 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28007251, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 960, + "totalMatched": 6.67, + "ex": { + "availableToBack": [ + { + "price": 310, + "size": 2.01 + }, + { + "price": 300, + "size": 2.71 + }, + { + "price": 270, + "size": 2.11 + } + ], + "availableToLay": [ + { + "price": 970, + "size": 2.36 + }, + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13260061, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 343.81, + "ex": { + "availableToBack": [ + { + "price": 220, + "size": 4.03 + }, + { + "price": 210, + "size": 2.41 + }, + { + "price": 190, + "size": 4.99 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 3.36 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9270555, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 370, + "totalMatched": 345.35, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 5.7 + }, + { + "price": 140, + "size": 3.24 + }, + { + "price": 80, + "size": 4.05 + } + ], + "availableToLay": [ + { + "price": 370, + "size": 3.92 + }, + { + "price": 380, + "size": 4.02 + }, + { + "price": 400, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28007249, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 470, + "totalMatched": 18.01, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 5.02 + }, + { + "price": 150, + "size": 2 + }, + { + "price": 130, + "size": 5.73 + } + ], + "availableToLay": [ + { + "price": 480, + "size": 4.09 + }, + { + "price": 490, + "size": 2 + }, + { + "price": 1000, + "size": 10.23 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28007242, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 310, + "totalMatched": 49.36, + "ex": { + "availableToBack": [ + { + "price": 210, + "size": 2.12 + }, + { + "price": 200, + "size": 2.88 + }, + { + "price": 190, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 320, + "size": 4.61 + }, + { + "price": 1000, + "size": 9.27 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10570654, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 360, + "totalMatched": 590.18, + "ex": { + "availableToBack": [ + { + "price": 180, + "size": 4.99 + }, + { + "price": 170, + "size": 2.06 + }, + { + "price": 160, + "size": 3.49 + } + ], + "availableToLay": [ + { + "price": 360, + "size": 2.98 + }, + { + "price": 400, + "size": 3.99 + }, + { + "price": 1000, + "size": 6.98 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 24378040, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 250, + "totalMatched": 235.42, + "ex": { + "availableToBack": [ + { + "price": 85, + "size": 5.97 + }, + { + "price": 80, + "size": 2 + }, + { + "price": 70, + "size": 3.7 + } + ], + "availableToLay": [ + { + "price": 260, + "size": 4.97 + }, + { + "price": 340, + "size": 6.99 + }, + { + "price": 400, + "size": 3.62 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28007250, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 890, + "totalMatched": 2.66, + "ex": { + "availableToBack": [ + { + "price": 330, + "size": 3 + }, + { + "price": 250, + "size": 2.17 + }, + { + "price": 200, + "size": 2.99 + } + ], + "availableToLay": [ + { + "price": 890, + "size": 3.89 + }, + { + "price": 900, + "size": 2 + }, + { + "price": 1000, + "size": 10.44 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28007247, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 790, + "totalMatched": 3.53, + "ex": { + "availableToBack": [ + { + "price": 300, + "size": 3.99 + }, + { + "price": 270, + "size": 4.84 + }, + { + "price": 60, + "size": 4 + } + ], + "availableToLay": [ + { + "price": 790, + "size": 3.89 + }, + { + "price": 960, + "size": 2.98 + }, + { + "price": 1000, + "size": 7.45 + } + ], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": false, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 39, + "numberOfActiveRunners": 39, + "lastMatchTime": "2021-07-31T18:47:03.659Z", + "totalAvailable": 40719.6, + "crossMatching": false, + "runnersVoidable": false, + "version": 3609010300, + "options": [ + { + "selectionId": 15684319, + "runnerName": "Rishi Sunak", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 3.55, + "totalMatched": 31771.66, + "ex": { + "availableToBack": [ + { + "price": 3.5, + "size": 8 + }, + { + "price": 3.45, + "size": 20 + }, + { + "price": 3.4, + "size": 25 + } + ], + "availableToLay": [ + { + "price": 3.65, + "size": 4.12 + }, + { + "price": 3.7, + "size": 15 + }, + { + "price": 3.75, + "size": 61.71 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4519444, + "runnerName": "Jeremy Hunt", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 12, + "totalMatched": 4356.04, + "ex": { + "availableToBack": [ + { + "price": 12, + "size": 3 + }, + { + "price": 11.5, + "size": 7 + }, + { + "price": 11, + "size": 16.71 + } + ], + "availableToLay": [ + { + "price": 13, + "size": 24.23 + }, + { + "price": 13.5, + "size": 4.79 + }, + { + "price": 14, + "size": 21.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4519440, + "runnerName": "Michael Gove", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 9.2, + "totalMatched": 7019.2, + "ex": { + "availableToBack": [ + { + "price": 9, + "size": 19 + }, + { + "price": 8.8, + "size": 8.14 + }, + { + "price": 8.6, + "size": 90.37 + } + ], + "availableToLay": [ + { + "price": 9.4, + "size": 6.43 + }, + { + "price": 9.8, + "size": 5.43 + }, + { + "price": 10.5, + "size": 32.49 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9475671, + "runnerName": "Liz Truss", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 14, + "totalMatched": 2234.09, + "ex": { + "availableToBack": [ + { + "price": 14.5, + "size": 4.21 + }, + { + "price": 14, + "size": 15.71 + }, + { + "price": 13.5, + "size": 3.71 + } + ], + "availableToLay": [ + { + "price": 17.5, + "size": 4.71 + }, + { + "price": 19.5, + "size": 8.7 + }, + { + "price": 20, + "size": 8.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11148974, + "runnerName": "Dominic Raab", + "handicap": 0, + "sortPriority": 5, + "status": "ACTIVE", + "lastPriceTraded": 18.5, + "totalMatched": 4264.69, + "ex": { + "availableToBack": [ + { + "price": 17.5, + "size": 3.71 + }, + { + "price": 17, + "size": 6.71 + }, + { + "price": 16.5, + "size": 12 + } + ], + "availableToLay": [ + { + "price": 18.5, + "size": 9.37 + }, + { + "price": 19, + "size": 5.02 + }, + { + "price": 20, + "size": 13.7 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10393242, + "runnerName": "Priti Patel", + "handicap": 0, + "sortPriority": 6, + "status": "ACTIVE", + "lastPriceTraded": 20, + "totalMatched": 3367.15, + "ex": { + "availableToBack": [ + { + "price": 20, + "size": 3.66 + }, + { + "price": 19.5, + "size": 2 + }, + { + "price": 18.5, + "size": 4.99 + } + ], + "availableToLay": [ + { + "price": 23, + "size": 30.22 + }, + { + "price": 24, + "size": 4.25 + }, + { + "price": 25, + "size": 53 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13577692, + "runnerName": "Tom Tugendhat", + "handicap": 0, + "sortPriority": 7, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 926.42, + "ex": { + "availableToBack": [ + { + "price": 55, + "size": 3.99 + }, + { + "price": 50, + "size": 2 + }, + { + "price": 46, + "size": 3.69 + } + ], + "availableToLay": [ + { + "price": 65, + "size": 4.42 + }, + { + "price": 75, + "size": 5.06 + }, + { + "price": 80, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 15829343, + "runnerName": "Ben Wallace", + "handicap": 0, + "sortPriority": 8, + "status": "ACTIVE", + "lastPriceTraded": 40, + "totalMatched": 590.75, + "ex": { + "availableToBack": [ + { + "price": 36, + "size": 3.77 + }, + { + "price": 32, + "size": 6.99 + }, + { + "price": 25, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 40, + "size": 12.57 + }, + { + "price": 42, + "size": 5.58 + }, + { + "price": 90, + "size": 4.7 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 16745899, + "runnerName": "Matt Hancock", + "handicap": 0, + "sortPriority": 9, + "status": "ACTIVE", + "lastPriceTraded": 400, + "totalMatched": 1117.07, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 3.64 + }, + { + "price": 100, + "size": 3.99 + }, + { + "price": 70, + "size": 6.8 + } + ], + "availableToLay": [ + { + "price": 980, + "size": 11.43 + }, + { + "price": 1000, + "size": 6.98 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 8498834, + "runnerName": "Sajid Javid", + "handicap": 0, + "sortPriority": 10, + "status": "ACTIVE", + "lastPriceTraded": 17, + "totalMatched": 2610.65, + "ex": { + "availableToBack": [ + { + "price": 16, + "size": 3.71 + }, + { + "price": 14.5, + "size": 3.7 + }, + { + "price": 13.5, + "size": 20.75 + } + ], + "availableToLay": [ + { + "price": 17, + "size": 22.39 + }, + { + "price": 17.5, + "size": 3 + }, + { + "price": 19, + "size": 4.89 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5914388, + "runnerName": "Jacob Rees-Mogg", + "handicap": 0, + "sortPriority": 11, + "status": "ACTIVE", + "lastPriceTraded": 75, + "totalMatched": 1199.78, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 3.52 + }, + { + "price": 65, + "size": 3.41 + }, + { + "price": 55, + "size": 6.51 + } + ], + "availableToLay": [ + { + "price": 80, + "size": 6.4 + }, + { + "price": 90, + "size": 3.12 + }, + { + "price": 100, + "size": 3.71 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4758163, + "runnerName": "James Cleverly", + "handicap": 0, + "sortPriority": 12, + "status": "ACTIVE", + "lastPriceTraded": 44, + "totalMatched": 406.04, + "ex": { + "availableToBack": [ + { + "price": 55, + "size": 4 + }, + { + "price": 50, + "size": 5.78 + }, + { + "price": 46, + "size": 3.7 + } + ], + "availableToLay": [ + { + "price": 75, + "size": 2 + }, + { + "price": 80, + "size": 6 + }, + { + "price": 95, + "size": 4.69 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 20970324, + "runnerName": "Geoffrey Cox", + "handicap": 0, + "sortPriority": 13, + "status": "ACTIVE", + "lastPriceTraded": 380, + "totalMatched": 92.88, + "ex": { + "availableToBack": [ + { + "price": 200, + "size": 4.99 + }, + { + "price": 190, + "size": 2.71 + }, + { + "price": 170, + "size": 4.19 + } + ], + "availableToLay": [ + { + "price": 960, + "size": 5.48 + }, + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11148977, + "runnerName": "Penny Mordaunt", + "handicap": 0, + "sortPriority": 14, + "status": "ACTIVE", + "lastPriceTraded": 60, + "totalMatched": 677.58, + "ex": { + "availableToBack": [ + { + "price": 48, + "size": 5.7 + }, + { + "price": 44, + "size": 3.7 + }, + { + "price": 34, + "size": 3.78 + } + ], + "availableToLay": [ + { + "price": 60, + "size": 4.94 + }, + { + "price": 70, + "size": 2.96 + }, + { + "price": 75, + "size": 5.3 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 17462435, + "runnerName": "Steve Baker", + "handicap": 0, + "sortPriority": 15, + "status": "ACTIVE", + "lastPriceTraded": 120, + "totalMatched": 370.24, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 4.01 + }, + { + "price": 95, + "size": 2 + }, + { + "price": 90, + "size": 3.19 + } + ], + "availableToLay": [ + { + "price": 130, + "size": 2.74 + }, + { + "price": 150, + "size": 3.7 + }, + { + "price": 360, + "size": 5.08 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 15305626, + "runnerName": "Kemi Badenoch", + "handicap": 0, + "sortPriority": 16, + "status": "ACTIVE", + "lastPriceTraded": 55, + "totalMatched": 306.44, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 3.71 + }, + { + "price": 44, + "size": 3.99 + }, + { + "price": 40, + "size": 6.99 + } + ], + "availableToLay": [ + { + "price": 65, + "size": 5.75 + }, + { + "price": 70, + "size": 13.31 + }, + { + "price": 80, + "size": 31.16 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6762719, + "runnerName": "Kwasi Kwarteng", + "handicap": 0, + "sortPriority": 17, + "status": "ACTIVE", + "lastPriceTraded": 60, + "totalMatched": 354.1, + "ex": { + "availableToBack": [ + { + "price": 55, + "size": 3.17 + }, + { + "price": 50, + "size": 2 + }, + { + "price": 40, + "size": 21.99 + } + ], + "availableToLay": [ + { + "price": 60, + "size": 2.35 + }, + { + "price": 65, + "size": 13.53 + }, + { + "price": 70, + "size": 11.61 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28007248, + "runnerName": "Oliver Dowden", + "handicap": 0, + "sortPriority": 18, + "status": "ACTIVE", + "lastPriceTraded": 36, + "totalMatched": 527.3, + "ex": { + "availableToBack": [ + { + "price": 34, + "size": 5.66 + }, + { + "price": 24, + "size": 7.71 + }, + { + "price": 22, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 50, + "size": 4.89 + }, + { + "price": 65, + "size": 3.99 + }, + { + "price": 80, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4519424, + "runnerName": "Rory Stewart", + "handicap": 0, + "sortPriority": 19, + "status": "ACTIVE", + "lastPriceTraded": 800, + "totalMatched": 1084.65, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 2 + }, + { + "price": 120, + "size": 3.2 + }, + { + "price": 100, + "size": 4.5 + } + ], + "availableToLay": [ + { + "price": 980, + "size": 2.17 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4519457, + "runnerName": "Grant Shapps", + "handicap": 0, + "sortPriority": 20, + "status": "ACTIVE", + "lastPriceTraded": 60, + "totalMatched": 359.9, + "ex": { + "availableToBack": [ + { + "price": 42, + "size": 3.99 + }, + { + "price": 30, + "size": 3.65 + }, + { + "price": 24, + "size": 6.99 + } + ], + "availableToLay": [ + { + "price": 85, + "size": 2.5 + }, + { + "price": 90, + "size": 2 + }, + { + "price": 100, + "size": 4.96 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5633952, + "runnerName": "Mark Harper", + "handicap": 0, + "sortPriority": 21, + "status": "ACTIVE", + "lastPriceTraded": 120, + "totalMatched": 121.21, + "ex": { + "availableToBack": [ + { + "price": 90, + "size": 5.3 + }, + { + "price": 85, + "size": 2 + }, + { + "price": 75, + "size": 2.71 + } + ], + "availableToLay": [ + { + "price": 130, + "size": 3.16 + }, + { + "price": 170, + "size": 3.7 + }, + { + "price": 200, + "size": 3.92 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10974022, + "runnerName": "Andrea Leadsom", + "handicap": 0, + "sortPriority": 22, + "status": "ACTIVE", + "lastPriceTraded": 440, + "totalMatched": 119.29, + "ex": { + "availableToBack": [ + { + "price": 280, + "size": 5.83 + }, + { + "price": 200, + "size": 3 + }, + { + "price": 80, + "size": 5.06 + } + ], + "availableToLay": [ + { + "price": 650, + "size": 3.75 + }, + { + "price": 770, + "size": 2.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25337139, + "runnerName": "Alok Sharma", + "handicap": 0, + "sortPriority": 23, + "status": "ACTIVE", + "lastPriceTraded": 380, + "totalMatched": 94.33, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 3.26 + }, + { + "price": 110, + "size": 4.71 + }, + { + "price": 95, + "size": 2.99 + } + ], + "availableToLay": [ + { + "price": 300, + "size": 2 + }, + { + "price": 390, + "size": 6.88 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25337130, + "runnerName": "Alister Jack", + "handicap": 0, + "sortPriority": 24, + "status": "ACTIVE", + "lastPriceTraded": 790, + "totalMatched": 5.18, + "ex": { + "availableToBack": [ + { + "price": 240, + "size": 2.02 + }, + { + "price": 230, + "size": 4 + }, + { + "price": 220, + "size": 2.17 + } + ], + "availableToLay": [ + { + "price": 800, + "size": 3.91 + }, + { + "price": 1000, + "size": 6.13 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 15314811, + "runnerName": "Brandon Lewis", + "handicap": 0, + "sortPriority": 25, + "status": "ACTIVE", + "lastPriceTraded": 640, + "totalMatched": 30.03, + "ex": { + "availableToBack": [ + { + "price": 270, + "size": 3.99 + }, + { + "price": 250, + "size": 3.71 + }, + { + "price": 65, + "size": 3.98 + } + ], + "availableToLay": [ + { + "price": 640, + "size": 2.98 + }, + { + "price": 740, + "size": 3.99 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28007243, + "runnerName": "Simon Hart", + "handicap": 0, + "sortPriority": 26, + "status": "ACTIVE", + "lastPriceTraded": 890, + "totalMatched": 2.58, + "ex": { + "availableToBack": [ + { + "price": 330, + "size": 2 + }, + { + "price": 320, + "size": 2.81 + }, + { + "price": 300, + "size": 2.99 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 3.92 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13571283, + "runnerName": "Johnny Mercer", + "handicap": 0, + "sortPriority": 27, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 474.15, + "ex": { + "availableToBack": [ + { + "price": 55, + "size": 5.6 + }, + { + "price": 50, + "size": 2.7 + }, + { + "price": 46, + "size": 5.99 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 2.18 + }, + { + "price": 120, + "size": 3.79 + }, + { + "price": 1000, + "size": 6.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11148991, + "runnerName": "Robert Buckland", + "handicap": 0, + "sortPriority": 28, + "status": "ACTIVE", + "lastPriceTraded": 330, + "totalMatched": 42.88, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 4 + }, + { + "price": 100, + "size": 3.7 + }, + { + "price": 95, + "size": 7.32 + } + ], + "availableToLay": [ + { + "price": 340, + "size": 4.94 + }, + { + "price": 400, + "size": 3.99 + }, + { + "price": 1000, + "size": 4.73 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28007241, + "runnerName": "Therese Coffey", + "handicap": 0, + "sortPriority": 29, + "status": "ACTIVE", + "lastPriceTraded": 140, + "totalMatched": 138.31, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 3.99 + }, + { + "price": 110, + "size": 3.25 + }, + { + "price": 95, + "size": 3.44 + } + ], + "availableToLay": [ + { + "price": 490, + "size": 2.98 + }, + { + "price": 500, + "size": 10 + }, + { + "price": 1000, + "size": 6.59 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 17879745, + "runnerName": "Ranil Jayawardena", + "handicap": 0, + "sortPriority": 30, + "status": "ACTIVE", + "lastPriceTraded": 260, + "totalMatched": 56.41, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 4.11 + }, + { + "price": 140, + "size": 8 + }, + { + "price": 120, + "size": 4.19 + } + ], + "availableToLay": [ + { + "price": 270, + "size": 2.82 + }, + { + "price": 780, + "size": 3.22 + }, + { + "price": 800, + "size": 2.49 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28007251, + "runnerName": "Will Quince", + "handicap": 0, + "sortPriority": 31, + "status": "ACTIVE", + "lastPriceTraded": 960, + "totalMatched": 6.67, + "ex": { + "availableToBack": [ + { + "price": 310, + "size": 2.01 + }, + { + "price": 300, + "size": 2.71 + }, + { + "price": 270, + "size": 2.11 + } + ], + "availableToLay": [ + { + "price": 970, + "size": 2.36 + }, + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13260061, + "runnerName": "Gavin Williamson", + "handicap": 0, + "sortPriority": 32, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 343.81, + "ex": { + "availableToBack": [ + { + "price": 220, + "size": 4.03 + }, + { + "price": 210, + "size": 2.41 + }, + { + "price": 190, + "size": 4.99 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 3.36 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9270555, + "runnerName": "Ruth Davidson", + "handicap": 0, + "sortPriority": 33, + "status": "ACTIVE", + "lastPriceTraded": 370, + "totalMatched": 345.35, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 5.7 + }, + { + "price": 140, + "size": 3.24 + }, + { + "price": 80, + "size": 4.05 + } + ], + "availableToLay": [ + { + "price": 370, + "size": 3.92 + }, + { + "price": 380, + "size": 4.02 + }, + { + "price": 400, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28007249, + "runnerName": "Anne-Marie Trevelyan", + "handicap": 0, + "sortPriority": 34, + "status": "ACTIVE", + "lastPriceTraded": 470, + "totalMatched": 18.01, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 5.02 + }, + { + "price": 150, + "size": 2 + }, + { + "price": 130, + "size": 5.73 + } + ], + "availableToLay": [ + { + "price": 480, + "size": 4.09 + }, + { + "price": 490, + "size": 2 + }, + { + "price": 1000, + "size": 10.23 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28007242, + "runnerName": "George Eustice", + "handicap": 0, + "sortPriority": 35, + "status": "ACTIVE", + "lastPriceTraded": 310, + "totalMatched": 49.36, + "ex": { + "availableToBack": [ + { + "price": 210, + "size": 2.12 + }, + { + "price": 200, + "size": 2.88 + }, + { + "price": 190, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 320, + "size": 4.61 + }, + { + "price": 1000, + "size": 9.27 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10570654, + "runnerName": "Amber Rudd", + "handicap": 0, + "sortPriority": 36, + "status": "ACTIVE", + "lastPriceTraded": 360, + "totalMatched": 590.18, + "ex": { + "availableToBack": [ + { + "price": 180, + "size": 4.99 + }, + { + "price": 170, + "size": 2.06 + }, + { + "price": 160, + "size": 3.49 + } + ], + "availableToLay": [ + { + "price": 360, + "size": 2.98 + }, + { + "price": 400, + "size": 3.99 + }, + { + "price": 1000, + "size": 6.98 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 24378040, + "runnerName": "Robert Jenrick", + "handicap": 0, + "sortPriority": 37, + "status": "ACTIVE", + "lastPriceTraded": 250, + "totalMatched": 235.42, + "ex": { + "availableToBack": [ + { + "price": 85, + "size": 5.97 + }, + { + "price": 80, + "size": 2 + }, + { + "price": 70, + "size": 3.7 + } + ], + "availableToLay": [ + { + "price": 260, + "size": 4.97 + }, + { + "price": 340, + "size": 6.99 + }, + { + "price": 400, + "size": 3.62 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28007250, + "runnerName": "Amanda Milling", + "handicap": 0, + "sortPriority": 38, + "status": "ACTIVE", + "lastPriceTraded": 890, + "totalMatched": 2.66, + "ex": { + "availableToBack": [ + { + "price": 330, + "size": 3 + }, + { + "price": 250, + "size": 2.17 + }, + { + "price": 200, + "size": 2.99 + } + ], + "availableToLay": [ + { + "price": 890, + "size": 3.89 + }, + { + "price": 900, + "size": 2 + }, + { + "price": 1000, + "size": 10.44 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28007247, + "runnerName": "Natalie Evans", + "handicap": 0, + "sortPriority": 39, + "status": "ACTIVE", + "lastPriceTraded": 790, + "totalMatched": 3.53, + "ex": { + "availableToBack": [ + { + "price": 300, + "size": 3.99 + }, + { + "price": 270, + "size": 4.84 + }, + { + "price": 60, + "size": 4 + } + ], + "availableToLay": [ + { + "price": 790, + "size": 3.89 + }, + { + "price": 960, + "size": 2.98 + }, + { + "price": 1000, + "size": 7.45 + } + ], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.160683973", + "marketName": "Exit Dates - Boris Johnson", + "description": { + "persistenceEnabled": false, + "bspMarket": false, + "marketTime": "2019-12-31T23:59:59.000Z", + "suspendTime": "2019-12-31T23:59:59.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": false, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "
    MARKET INFORMATION

    For further information please see Rules & Regs.

    When will Boris Johson officially cease to be leader of the Conservative Party? For settlement purposes, leading the party in an \"acting leader\" role (eg while a successor is being sought) will be included as the individual's tenure as party leader.

    Customers are entirely responsible for their positions at all times. Betfair will not be responsible for suspending the market when an official announcement is made by the Conservative Party. However, Betfair will suspend the market as soon as it becomes aware of an official announcement.

    In the event of any ambiguity over an official announcement, Betfair may determine, using its reasonable discretion, how to settle the market based on all the information available to it at the relevant time. Betfair reserves the right to wait for further official announcements before the market is settled.

    Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time in the event that Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome.

    If Boris Johnson is unable to fulfil his role due to health reasons and is therefore permanently replaced this market will be void (Updated - 20/06/2020)", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 191762.71, + "runners": [ + { + "selectionId": 13231442, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 16.5, + "totalMatched": 50945.6, + "ex": { + "availableToBack": [ + { + "price": 15, + "size": 3.7 + }, + { + "price": 14.5, + "size": 25 + }, + { + "price": 14, + "size": 10 + } + ], + "availableToLay": [ + { + "price": 16.5, + "size": 34.76 + }, + { + "price": 17, + "size": 5.35 + }, + { + "price": 19, + "size": 5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13231443, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 5.4, + "totalMatched": 5291.16, + "ex": { + "availableToBack": [ + { + "price": 4.7, + "size": 62.55 + }, + { + "price": 4.6, + "size": 3.52 + }, + { + "price": 4.5, + "size": 6.73 + } + ], + "availableToLay": [ + { + "price": 5.5, + "size": 23.26 + }, + { + "price": 6.4, + "size": 9 + }, + { + "price": 6.8, + "size": 10 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 16735240, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 5.2, + "totalMatched": 5697.2, + "ex": { + "availableToBack": [ + { + "price": 4.6, + "size": 27.8 + }, + { + "price": 4.1, + "size": 14.05 + }, + { + "price": 3.95, + "size": 17.32 + } + ], + "availableToLay": [ + { + "price": 5.3, + "size": 20 + }, + { + "price": 5.4, + "size": 3 + }, + { + "price": 5.6, + "size": 3 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25181943, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.81, + "totalMatched": 129828.74, + "ex": { + "availableToBack": [ + { + "price": 1.8, + "size": 2.5 + }, + { + "price": 1.76, + "size": 100.54 + }, + { + "price": 1.75, + "size": 66.78 + } + ], + "availableToLay": [ + { + "price": 1.85, + "size": 999.27 + }, + { + "price": 1.86, + "size": 14 + }, + { + "price": 1.87, + "size": 150 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10317011, + "handicap": 0, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 10317012, + "handicap": 0, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": true, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 6, + "numberOfActiveRunners": 4, + "lastMatchTime": "2021-07-31T10:18:45.131Z", + "totalAvailable": 15690.54, + "crossMatching": true, + "runnersVoidable": false, + "version": 3555685042, + "options": [ + { + "selectionId": 13231442, + "runnerName": "2021", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 16.5, + "totalMatched": 50945.6, + "ex": { + "availableToBack": [ + { + "price": 15, + "size": 3.7 + }, + { + "price": 14.5, + "size": 25 + }, + { + "price": 14, + "size": 10 + } + ], + "availableToLay": [ + { + "price": 16.5, + "size": 34.76 + }, + { + "price": 17, + "size": 5.35 + }, + { + "price": 19, + "size": 5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13231443, + "runnerName": "2022", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 5.4, + "totalMatched": 5291.16, + "ex": { + "availableToBack": [ + { + "price": 4.7, + "size": 62.55 + }, + { + "price": 4.6, + "size": 3.52 + }, + { + "price": 4.5, + "size": 6.73 + } + ], + "availableToLay": [ + { + "price": 5.5, + "size": 23.26 + }, + { + "price": 6.4, + "size": 9 + }, + { + "price": 6.8, + "size": 10 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 16735240, + "runnerName": "2023", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 5.2, + "totalMatched": 5697.2, + "ex": { + "availableToBack": [ + { + "price": 4.6, + "size": 27.8 + }, + { + "price": 4.1, + "size": 14.05 + }, + { + "price": 3.95, + "size": 17.32 + } + ], + "availableToLay": [ + { + "price": 5.3, + "size": 20 + }, + { + "price": 5.4, + "size": 3 + }, + { + "price": 5.6, + "size": 3 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25181943, + "runnerName": "2024 or later", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 1.81, + "totalMatched": 129828.74, + "ex": { + "availableToBack": [ + { + "price": 1.8, + "size": 2.5 + }, + { + "price": 1.76, + "size": 100.54 + }, + { + "price": 1.75, + "size": 66.78 + } + ], + "availableToLay": [ + { + "price": 1.85, + "size": 999.27 + }, + { + "price": 1.86, + "size": 14 + }, + { + "price": 1.87, + "size": 150 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10317011, + "runnerName": "2019", + "handicap": 0, + "sortPriority": 5, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 10317012, + "runnerName": "2020", + "handicap": 0, + "sortPriority": 6, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.160740937", + "marketName": "Exit Dates - Boris Johnson 2", + "description": { + "persistenceEnabled": false, + "bspMarket": false, + "marketTime": "2016-12-14T17:00:00.000Z", + "suspendTime": "2016-12-14T17:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": false, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "
    MARKET INFORMATION

    For further information please see Rules & Regs.

    When will Boris Johson officially cease to be leader of the Conservative Party? For settlement purposes, leading the party in an \"acting leader\" role (eg while a successor is being sought) will be included as the individual's tenure as party leader.

    Customers are entirely responsible for their positions at all times. Betfair will not be responsible for suspending the market when an official announcement is made by the Conservative Party. However, Betfair will suspend the market as soon as it becomes aware of an official announcement.

    In the event of any ambiguity over an official announcement, Betfair may determine, using its reasonable discretion, how to settle the market based on all the information available to it at the relevant time. Betfair reserves the right to wait for further official announcements before the market is settled.

    Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time in the event that Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome.

    If Boris Johnson is unable to fulfil his role due to health reasons and is therefore permanently replaced this market will be void (Updated - 20/06/2020)", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 207666.32, + "runners": [ + { + "selectionId": 25205105, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 44, + "totalMatched": 2766.84, + "ex": { + "availableToBack": [ + { + "price": 46, + "size": 4 + }, + { + "price": 44, + "size": 7 + }, + { + "price": 40, + "size": 10.62 + } + ], + "availableToLay": [ + { + "price": 80, + "size": 2 + }, + { + "price": 1000, + "size": 5.14 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25205106, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 12.5, + "totalMatched": 2281.93, + "ex": { + "availableToBack": [ + { + "price": 13, + "size": 2 + }, + { + "price": 12.5, + "size": 5 + }, + { + "price": 12, + "size": 19.5 + } + ], + "availableToLay": [ + { + "price": 24, + "size": 8 + }, + { + "price": 25, + "size": 3 + }, + { + "price": 26, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25205107, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 14, + "totalMatched": 1432.55, + "ex": { + "availableToBack": [ + { + "price": 13, + "size": 5 + }, + { + "price": 12, + "size": 20 + }, + { + "price": 4.4, + "size": 29 + } + ], + "availableToLay": [ + { + "price": 24, + "size": 6.54 + }, + { + "price": 450, + "size": 2 + }, + { + "price": 460, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25205108, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 20, + "totalMatched": 1626.64, + "ex": { + "availableToBack": [ + { + "price": 14, + "size": 20 + }, + { + "price": 13, + "size": 18 + }, + { + "price": 12.5, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 28, + "size": 3.49 + }, + { + "price": 450, + "size": 2 + }, + { + "price": 1000, + "size": 3 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25205109, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.19, + "totalMatched": 199558.34, + "ex": { + "availableToBack": [ + { + "price": 1.19, + "size": 42.1 + }, + { + "price": 1.18, + "size": 146 + }, + { + "price": 1.17, + "size": 61.64 + } + ], + "availableToLay": [ + { + "price": 1.21, + "size": 154 + }, + { + "price": 1.22, + "size": 76.18 + }, + { + "price": 1.23, + "size": 401 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25205069, + "handicap": 0, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 25204982, + "handicap": 0, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 10064913, + "handicap": 0, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 25205066, + "handicap": 0, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 25205086, + "handicap": 0, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 25205087, + "handicap": 0, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 25205103, + "handicap": 0, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 25205104, + "handicap": 0, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": true, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 13, + "numberOfActiveRunners": 5, + "lastMatchTime": "2021-07-31T08:39:28.990Z", + "totalAvailable": 6363.75, + "crossMatching": false, + "runnersVoidable": false, + "version": 3896975008, + "options": [ + { + "selectionId": 25205105, + "runnerName": "July 2021 - Sept 2021", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 44, + "totalMatched": 2766.84, + "ex": { + "availableToBack": [ + { + "price": 46, + "size": 4 + }, + { + "price": 44, + "size": 7 + }, + { + "price": 40, + "size": 10.62 + } + ], + "availableToLay": [ + { + "price": 80, + "size": 2 + }, + { + "price": 1000, + "size": 5.14 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25205106, + "runnerName": "October 2021 - Dec 2021", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 12.5, + "totalMatched": 2281.93, + "ex": { + "availableToBack": [ + { + "price": 13, + "size": 2 + }, + { + "price": 12.5, + "size": 5 + }, + { + "price": 12, + "size": 19.5 + } + ], + "availableToLay": [ + { + "price": 24, + "size": 8 + }, + { + "price": 25, + "size": 3 + }, + { + "price": 26, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25205107, + "runnerName": "Jan 2022 - Mar 2022", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 14, + "totalMatched": 1432.55, + "ex": { + "availableToBack": [ + { + "price": 13, + "size": 5 + }, + { + "price": 12, + "size": 20 + }, + { + "price": 4.4, + "size": 29 + } + ], + "availableToLay": [ + { + "price": 24, + "size": 6.54 + }, + { + "price": 450, + "size": 2 + }, + { + "price": 460, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25205108, + "runnerName": "April 2022 - June 2022", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 20, + "totalMatched": 1626.64, + "ex": { + "availableToBack": [ + { + "price": 14, + "size": 20 + }, + { + "price": 13, + "size": 18 + }, + { + "price": 12.5, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 28, + "size": 3.49 + }, + { + "price": 450, + "size": 2 + }, + { + "price": 1000, + "size": 3 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25205109, + "runnerName": "July 2022 or later", + "handicap": 0, + "sortPriority": 5, + "status": "ACTIVE", + "lastPriceTraded": 1.19, + "totalMatched": 199558.34, + "ex": { + "availableToBack": [ + { + "price": 1.19, + "size": 42.1 + }, + { + "price": 1.18, + "size": 146 + }, + { + "price": 1.17, + "size": 61.64 + } + ], + "availableToLay": [ + { + "price": 1.21, + "size": 154 + }, + { + "price": 1.22, + "size": 76.18 + }, + { + "price": 1.23, + "size": 401 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25205069, + "runnerName": "July 2019 - Sept 2019", + "handicap": 0, + "sortPriority": 6, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 25204982, + "runnerName": "October 2019 - Dec 2019", + "handicap": 0, + "sortPriority": 7, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 10064913, + "runnerName": "Jan 2020 - Mar 2020", + "handicap": 0, + "sortPriority": 8, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 25205066, + "runnerName": "April 2020 - June 2020", + "handicap": 0, + "sortPriority": 9, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 25205086, + "runnerName": "July 2020 - Sept 2020", + "handicap": 0, + "sortPriority": 10, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 25205087, + "runnerName": "October 2020 - Dec 2020", + "handicap": 0, + "sortPriority": 11, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 25205103, + "runnerName": "Jan 2021 - Mar 2021", + "handicap": 0, + "sortPriority": 12, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 25205104, + "runnerName": "April 2021 - June 2021", + "handicap": 0, + "sortPriority": 13, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.160843673", + "marketName": "Prime Minister after Boris Johnson", + "description": { + "persistenceEnabled": true, + "bspMarket": false, + "marketTime": "2022-05-05T06:00:00.000Z", + "suspendTime": "2022-05-05T06:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": true, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "
    MARKET INFORMATION

    For further information please see Rules & Regs.

    Who will be the next Prime Minister of the United Kingdom, after Boris Johnson?

    This market will be settled based on the first official announcement of the next Prime Minister of the United Kingdom.

    This market will be turned in-play with unmatched bets cancelled at the start of voting on the day of the next general election.

    Betfair reserves the right to suspend, cancel unmatched bets and turn in-play or re-open this market as and when information becomes available to it. Additional runners may be added upon request.

    In the event of any ambiguity over an announcement, Betfair may determine, using its reasonable discretion, how to settle the market based on all the information available to it at the relevant time. Betfair reserves the right to wait for further official announcements before the market is settled. If there is any change to the established ministerial role or any ambiguity as to who occupies the position, then Betfair reserves the right to void this market at its absolute discretion.

    Betfair will not be responsible for suspending the market when an official announcement is made. However, Betfair will suspend the market as soon as it becomes aware of an official announcement. Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time in the event that Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome.


    We will settle this market on the Prime Minister after Boris Johnson as published on https://www.gov.uk/government/ministers/prime-minister ***Updated 25/03/2020***", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 299524.11, + "runners": [ + { + "selectionId": 25228111, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 4.4, + "totalMatched": 63344.53, + "ex": { + "availableToBack": [ + { + "price": 4.1, + "size": 5.29 + }, + { + "price": 4, + "size": 22 + }, + { + "price": 3.9, + "size": 13.01 + } + ], + "availableToLay": [ + { + "price": 4.4, + "size": 2.13 + }, + { + "price": 4.5, + "size": 5 + }, + { + "price": 4.6, + "size": 5.33 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9493100, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 5.8, + "totalMatched": 64172.9, + "ex": { + "availableToBack": [ + { + "price": 5.6, + "size": 8 + }, + { + "price": 5.5, + "size": 25 + }, + { + "price": 5.4, + "size": 6.83 + } + ], + "availableToLay": [ + { + "price": 5.9, + "size": 10.38 + }, + { + "price": 6, + "size": 2.64 + }, + { + "price": 6.2, + "size": 10 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4519444, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 12.5, + "totalMatched": 8312.09, + "ex": { + "availableToBack": [ + { + "price": 13, + "size": 45 + }, + { + "price": 12.5, + "size": 11.01 + }, + { + "price": 12, + "size": 7 + } + ], + "availableToLay": [ + { + "price": 14.5, + "size": 5.39 + }, + { + "price": 15, + "size": 3.41 + }, + { + "price": 15.5, + "size": 3.41 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4519440, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 13, + "totalMatched": 16150.74, + "ex": { + "availableToBack": [ + { + "price": 13, + "size": 4.71 + }, + { + "price": 12.5, + "size": 8 + }, + { + "price": 12, + "size": 3.41 + } + ], + "availableToLay": [ + { + "price": 14, + "size": 7 + }, + { + "price": 15, + "size": 5 + }, + { + "price": 15.5, + "size": 6.02 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11148974, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 25, + "totalMatched": 15975.62, + "ex": { + "availableToBack": [ + { + "price": 23, + "size": 6 + }, + { + "price": 22, + "size": 3.72 + }, + { + "price": 21, + "size": 2.01 + } + ], + "availableToLay": [ + { + "price": 25, + "size": 7.95 + }, + { + "price": 26, + "size": 18 + }, + { + "price": 28, + "size": 7 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10393242, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 32, + "totalMatched": 4398.97, + "ex": { + "availableToBack": [ + { + "price": 30, + "size": 2.11 + }, + { + "price": 29, + "size": 3 + }, + { + "price": 28, + "size": 6.66 + } + ], + "availableToLay": [ + { + "price": 34, + "size": 4.01 + }, + { + "price": 36, + "size": 3.41 + }, + { + "price": 40, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10940495, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 360, + "totalMatched": 3082.53, + "ex": { + "availableToBack": [ + { + "price": 350, + "size": 2.99 + }, + { + "price": 330, + "size": 3.71 + }, + { + "price": 270, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 650, + "size": 2 + }, + { + "price": 690, + "size": 2.84 + }, + { + "price": 980, + "size": 2.09 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9475671, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 22, + "totalMatched": 2704.97, + "ex": { + "availableToBack": [ + { + "price": 22, + "size": 2 + }, + { + "price": 21, + "size": 15 + }, + { + "price": 20, + "size": 20.99 + } + ], + "availableToLay": [ + { + "price": 26, + "size": 11.54 + }, + { + "price": 28, + "size": 4 + }, + { + "price": 34, + "size": 3.41 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 8498834, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 22, + "totalMatched": 4038.24, + "ex": { + "availableToBack": [ + { + "price": 20, + "size": 5 + }, + { + "price": 19.5, + "size": 6.45 + }, + { + "price": 19, + "size": 7 + } + ], + "availableToLay": [ + { + "price": 22, + "size": 2.42 + }, + { + "price": 24, + "size": 13.55 + }, + { + "price": 26, + "size": 5.71 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4562764, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 55, + "totalMatched": 10742.37, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 13.71 + }, + { + "price": 48, + "size": 7.98 + }, + { + "price": 42, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 65, + "size": 22.66 + }, + { + "price": 70, + "size": 2 + }, + { + "price": 75, + "size": 10 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13577692, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 1113.06, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 4.06 + }, + { + "price": 65, + "size": 2 + }, + { + "price": 60, + "size": 10 + } + ], + "availableToLay": [ + { + "price": 95, + "size": 9.94 + }, + { + "price": 400, + "size": 3.69 + }, + { + "price": 410, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4758163, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 484.83, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 2.18 + }, + { + "price": 150, + "size": 7 + }, + { + "price": 130, + "size": 3.7 + } + ], + "availableToLay": [ + { + "price": 190, + "size": 5 + }, + { + "price": 200, + "size": 19.74 + }, + { + "price": 250, + "size": 6.54 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11148977, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 55, + "totalMatched": 1420.15, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 2 + }, + { + "price": 48, + "size": 10 + }, + { + "price": 46, + "size": 5.36 + } + ], + "availableToLay": [ + { + "price": 60, + "size": 7.49 + }, + { + "price": 65, + "size": 9.11 + }, + { + "price": 75, + "size": 7.56 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5859546, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 180, + "totalMatched": 818.28, + "ex": { + "availableToBack": [ + { + "price": 85, + "size": 8.95 + }, + { + "price": 55, + "size": 5 + }, + { + "price": 32, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 140, + "size": 5 + }, + { + "price": 150, + "size": 2 + }, + { + "price": 290, + "size": 4.68 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9553914, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 990, + "totalMatched": 68283.34, + "ex": { + "availableToBack": [ + { + "price": 300, + "size": 2 + }, + { + "price": 260, + "size": 4.8 + }, + { + "price": 60, + "size": 5.93 + } + ], + "availableToLay": [ + { + "price": 980, + "size": 3 + }, + { + "price": 1000, + "size": 3.37 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5914388, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 3135.89, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 4.04 + }, + { + "price": 65, + "size": 2.72 + }, + { + "price": 60, + "size": 39.73 + } + ], + "availableToLay": [ + { + "price": 150, + "size": 12.17 + }, + { + "price": 160, + "size": 2 + }, + { + "price": 180, + "size": 6.46 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9270555, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 380, + "totalMatched": 589.94, + "ex": { + "availableToBack": [ + { + "price": 220, + "size": 4.96 + }, + { + "price": 200, + "size": 10 + }, + { + "price": 120, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 880, + "size": 3.71 + }, + { + "price": 890, + "size": 2.43 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 17462435, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 450, + "totalMatched": 340.68, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 2.39 + }, + { + "price": 100, + "size": 2 + }, + { + "price": 95, + "size": 5 + } + ], + "availableToLay": [ + { + "price": 480, + "size": 4.83 + }, + { + "price": 1000, + "size": 5.26 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25228112, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 170, + "totalMatched": 146.52, + "ex": { + "availableToBack": [ + { + "price": 170, + "size": 2.18 + }, + { + "price": 150, + "size": 6 + }, + { + "price": 140, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 360, + "size": 8.59 + }, + { + "price": 370, + "size": 2.55 + }, + { + "price": 400, + "size": 6.71 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13258429, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 5.23, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 4.82 + }, + { + "price": 300, + "size": 2 + }, + { + "price": 75, + "size": 5 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 4519424, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 360, + "totalMatched": 620.35, + "ex": { + "availableToBack": [ + { + "price": 350, + "size": 2 + }, + { + "price": 220, + "size": 2 + }, + { + "price": 200, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 480, + "size": 3.06 + }, + { + "price": 590, + "size": 2 + }, + { + "price": 1000, + "size": 2.54 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25173209, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 400, + "totalMatched": 41.58, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 6.97 + }, + { + "price": 140, + "size": 2 + }, + { + "price": 80, + "size": 5 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 15305626, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 169.41, + "ex": { + "availableToBack": [ + { + "price": 190, + "size": 2.34 + }, + { + "price": 110, + "size": 3.71 + }, + { + "price": 80, + "size": 4 + } + ], + "availableToLay": [ + { + "price": 390, + "size": 2 + }, + { + "price": 400, + "size": 4 + }, + { + "price": 500, + "size": 3.44 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 19619950, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 550, + "totalMatched": 103.65, + "ex": { + "availableToBack": [ + { + "price": 220, + "size": 2.28 + }, + { + "price": 120, + "size": 3.71 + }, + { + "price": 90, + "size": 3 + } + ], + "availableToLay": [ + { + "price": 750, + "size": 8.57 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28299798, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 38, + "totalMatched": 1609.84, + "ex": { + "availableToBack": [ + { + "price": 34, + "size": 4.71 + }, + { + "price": 28, + "size": 9.25 + }, + { + "price": 21, + "size": 21.16 + } + ], + "availableToLay": [ + { + "price": 38, + "size": 4 + }, + { + "price": 40, + "size": 10 + }, + { + "price": 46, + "size": 5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10570654, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 266.72, + "ex": { + "availableToBack": [ + { + "price": 530, + "size": 5.11 + }, + { + "price": 200, + "size": 11.71 + }, + { + "price": 140, + "size": 2.8 + } + ], + "availableToLay": [ + { + "price": 980, + "size": 2 + }, + { + "price": 1000, + "size": 7.93 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4722753, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 280, + "totalMatched": 162.27, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.28 + }, + { + "price": 90, + "size": 3.3 + }, + { + "price": 85, + "size": 4 + } + ], + "availableToLay": [ + { + "price": 350, + "size": 2 + }, + { + "price": 650, + "size": 7.51 + }, + { + "price": 700, + "size": 8.75 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11811130, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 85, + "totalMatched": 344.75, + "ex": { + "availableToBack": [ + { + "price": 60, + "size": 7.18 + }, + { + "price": 50, + "size": 24 + }, + { + "price": 44, + "size": 15 + } + ], + "availableToLay": [ + { + "price": 80, + "size": 5 + }, + { + "price": 85, + "size": 2.63 + }, + { + "price": 90, + "size": 16 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25172322, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 750, + "totalMatched": 19.52, + "ex": { + "availableToBack": [ + { + "price": 360, + "size": 4.89 + }, + { + "price": 350, + "size": 4 + }, + { + "price": 310, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 20842078, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 960, + "totalMatched": 213.21, + "ex": { + "availableToBack": [ + { + "price": 220, + "size": 2.32 + }, + { + "price": 130, + "size": 3.71 + }, + { + "price": 100, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 600, + "size": 2 + }, + { + "price": 990, + "size": 2.62 + }, + { + "price": 1000, + "size": 3.35 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11360069, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 350, + "totalMatched": 20.41, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 3.91 + }, + { + "price": 220, + "size": 6 + }, + { + "price": 210, + "size": 5 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2.5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 8933840, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 108.38, + "ex": { + "availableToBack": [ + { + "price": 310, + "size": 7.47 + }, + { + "price": 300, + "size": 2 + }, + { + "price": 250, + "size": 3.84 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 5004370, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 4536.23, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 2.52 + }, + { + "price": 100, + "size": 7 + }, + { + "price": 50, + "size": 5 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 9645423, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 135.19, + "ex": { + "availableToBack": [ + { + "price": 210, + "size": 4.3 + }, + { + "price": 200, + "size": 5 + }, + { + "price": 180, + "size": 2.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 11148999, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 400.41, + "ex": { + "availableToBack": [ + { + "price": 170, + "size": 3.71 + }, + { + "price": 160, + "size": 2 + }, + { + "price": 150, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 500, + "size": 4 + }, + { + "price": 640, + "size": 2 + }, + { + "price": 800, + "size": 4.93 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9366754, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 260, + "totalMatched": 179.74, + "ex": { + "availableToBack": [ + { + "price": 230, + "size": 4.78 + }, + { + "price": 220, + "size": 2.04 + }, + { + "price": 150, + "size": 6.71 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 3906093, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 300, + "totalMatched": 5172.18, + "ex": { + "availableToBack": [ + { + "price": 140, + "size": 2 + }, + { + "price": 70, + "size": 7.71 + }, + { + "price": 60, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 300, + "size": 86.73 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 2601254, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 220, + "totalMatched": 641.46, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 2.31 + }, + { + "price": 150, + "size": 2.99 + }, + { + "price": 100, + "size": 20.54 + } + ], + "availableToLay": [ + { + "price": 480, + "size": 5.07 + }, + { + "price": 760, + "size": 9.9 + }, + { + "price": 790, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 3844358, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 148.33, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 2.52 + }, + { + "price": 310, + "size": 3.02 + }, + { + "price": 300, + "size": 3 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 10974022, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 900, + "totalMatched": 152.57, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.25 + }, + { + "price": 180, + "size": 3.71 + }, + { + "price": 50, + "size": 5 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 6.92 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4758162, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 750, + "totalMatched": 16.19, + "ex": { + "availableToBack": [ + { + "price": 320, + "size": 8.79 + }, + { + "price": 220, + "size": 2.71 + }, + { + "price": 140, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 24378040, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 590, + "totalMatched": 73.14, + "ex": { + "availableToBack": [ + { + "price": 270, + "size": 3.88 + }, + { + "price": 260, + "size": 3 + }, + { + "price": 140, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 590, + "size": 4.73 + }, + { + "price": 850, + "size": 6.92 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1382296, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 3342.68, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 2.81 + }, + { + "price": 400, + "size": 5 + }, + { + "price": 50, + "size": 25 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1288344, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 120, + "totalMatched": 509.4, + "ex": { + "availableToBack": [ + { + "price": 55, + "size": 3.4 + }, + { + "price": 50, + "size": 7 + }, + { + "price": 36, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 150, + "size": 12 + }, + { + "price": 160, + "size": 3.66 + }, + { + "price": 200, + "size": 3.15 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1342094, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 290, + "totalMatched": 73.53, + "ex": { + "availableToBack": [ + { + "price": 280, + "size": 5.61 + }, + { + "price": 120, + "size": 9 + }, + { + "price": 50, + "size": 5 + } + ], + "availableToLay": [ + { + "price": 700, + "size": 26.32 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1139149, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 189.28, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 3.57 + }, + { + "price": 410, + "size": 2 + }, + { + "price": 400, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 13232114, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 5972.64, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 3.52 + }, + { + "price": 510, + "size": 2 + }, + { + "price": 500, + "size": 3 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 13571283, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 234.65, + "ex": { + "availableToBack": [ + { + "price": 90, + "size": 4 + }, + { + "price": 85, + "size": 2 + }, + { + "price": 80, + "size": 2.91 + } + ], + "availableToLay": [ + { + "price": 720, + "size": 7.55 + }, + { + "price": 740, + "size": 2 + }, + { + "price": 790, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1527982, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 329.69, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 2.49 + }, + { + "price": 800, + "size": 3 + }, + { + "price": 200, + "size": 9 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 25426207, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 19.23, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 8.58 + }, + { + "price": 200, + "size": 5 + }, + { + "price": 50, + "size": 5 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 13312451, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 24.6, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 2.12 + }, + { + "price": 210, + "size": 7 + }, + { + "price": 200, + "size": 6 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1382303, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 917.87, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 3.57 + }, + { + "price": 420, + "size": 3 + }, + { + "price": 50, + "size": 5 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 11855680, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 550, + "totalMatched": 2148.66, + "ex": { + "availableToBack": [ + { + "price": 210, + "size": 2.01 + }, + { + "price": 200, + "size": 2 + }, + { + "price": 150, + "size": 12 + } + ], + "availableToLay": [ + { + "price": 700, + "size": 3.64 + }, + { + "price": 1000, + "size": 3.03 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13260061, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 850, + "totalMatched": 178.01, + "ex": { + "availableToBack": [ + { + "price": 360, + "size": 4.06 + }, + { + "price": 300, + "size": 10 + }, + { + "price": 120, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 850, + "size": 5.92 + }, + { + "price": 990, + "size": 3.98 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1140616, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 291.01, + "ex": { + "availableToBack": [ + { + "price": 530, + "size": 2 + }, + { + "price": 320, + "size": 8.86 + }, + { + "price": 40, + "size": 3.22 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 11148981, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 398.66, + "ex": { + "availableToBack": [ + { + "price": 660, + "size": 2 + }, + { + "price": 650, + "size": 2.68 + }, + { + "price": 340, + "size": 3 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1138430, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 17.23, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 5.31 + }, + { + "price": 50, + "size": 5 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 11148995, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 600, + "totalMatched": 53.33, + "ex": { + "availableToBack": [ + { + "price": 270, + "size": 3.91 + }, + { + "price": 65, + "size": 8 + }, + { + "price": 60, + "size": 7 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2.97 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4519453, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 54.84, + "ex": { + "availableToBack": [ + { + "price": 300, + "size": 3.91 + }, + { + "price": 170, + "size": 2.23 + }, + { + "price": 150, + "size": 10 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2.89 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5633952, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 120, + "totalMatched": 209.52, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 2.05 + }, + { + "price": 150, + "size": 10 + }, + { + "price": 90, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 430, + "size": 2 + }, + { + "price": 1000, + "size": 2.68 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13258430, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 12.96, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 4.52 + }, + { + "price": 65, + "size": 3 + }, + { + "price": 60, + "size": 8 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 13258433, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 8.05, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 8.82 + }, + { + "price": 55, + "size": 8 + }, + { + "price": 40, + "size": 40 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 36443066, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 28.65, + "ex": { + "availableToBack": [ + { + "price": 500, + "size": 3.87 + }, + { + "price": 4, + "size": 4 + }, + { + "price": 3, + "size": 125.61 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 7.67 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4615259, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 5.63, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 4.81 + }, + { + "price": 80, + "size": 3 + }, + { + "price": 50, + "size": 30 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 20970324, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 39, + "ex": { + "availableToBack": [ + { + "price": 550, + "size": 2 + }, + { + "price": 540, + "size": 6 + }, + { + "price": 260, + "size": 4.51 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 27257482, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 9.76, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 4.52 + }, + { + "price": 60, + "size": 3 + }, + { + "price": 55, + "size": 8 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1136032, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 58.47, + "ex": { + "availableToBack": [ + { + "price": 330, + "size": 13.96 + }, + { + "price": 110, + "size": 2.95 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": false, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 67, + "numberOfActiveRunners": 67, + "lastMatchTime": "2021-07-31T19:19:03.544Z", + "totalAvailable": 177807, + "crossMatching": false, + "runnersVoidable": false, + "version": 3608959548, + "options": [ + { + "selectionId": 25228111, + "runnerName": "Rishi Sunak.", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 4.4, + "totalMatched": 63344.53, + "ex": { + "availableToBack": [ + { + "price": 4.1, + "size": 5.29 + }, + { + "price": 4, + "size": 22 + }, + { + "price": 3.9, + "size": 13.01 + } + ], + "availableToLay": [ + { + "price": 4.4, + "size": 2.13 + }, + { + "price": 4.5, + "size": 5 + }, + { + "price": 4.6, + "size": 5.33 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9493100, + "runnerName": "Keir Starmer", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 5.8, + "totalMatched": 64172.9, + "ex": { + "availableToBack": [ + { + "price": 5.6, + "size": 8 + }, + { + "price": 5.5, + "size": 25 + }, + { + "price": 5.4, + "size": 6.83 + } + ], + "availableToLay": [ + { + "price": 5.9, + "size": 10.38 + }, + { + "price": 6, + "size": 2.64 + }, + { + "price": 6.2, + "size": 10 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4519444, + "runnerName": "Jeremy Hunt", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 12.5, + "totalMatched": 8312.09, + "ex": { + "availableToBack": [ + { + "price": 13, + "size": 45 + }, + { + "price": 12.5, + "size": 11.01 + }, + { + "price": 12, + "size": 7 + } + ], + "availableToLay": [ + { + "price": 14.5, + "size": 5.39 + }, + { + "price": 15, + "size": 3.41 + }, + { + "price": 15.5, + "size": 3.41 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4519440, + "runnerName": "Michael Gove", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 13, + "totalMatched": 16150.74, + "ex": { + "availableToBack": [ + { + "price": 13, + "size": 4.71 + }, + { + "price": 12.5, + "size": 8 + }, + { + "price": 12, + "size": 3.41 + } + ], + "availableToLay": [ + { + "price": 14, + "size": 7 + }, + { + "price": 15, + "size": 5 + }, + { + "price": 15.5, + "size": 6.02 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11148974, + "runnerName": "Dominic Raab", + "handicap": 0, + "sortPriority": 5, + "status": "ACTIVE", + "lastPriceTraded": 25, + "totalMatched": 15975.62, + "ex": { + "availableToBack": [ + { + "price": 23, + "size": 6 + }, + { + "price": 22, + "size": 3.72 + }, + { + "price": 21, + "size": 2.01 + } + ], + "availableToLay": [ + { + "price": 25, + "size": 7.95 + }, + { + "price": 26, + "size": 18 + }, + { + "price": 28, + "size": 7 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10393242, + "runnerName": "Priti Patel", + "handicap": 0, + "sortPriority": 6, + "status": "ACTIVE", + "lastPriceTraded": 32, + "totalMatched": 4398.97, + "ex": { + "availableToBack": [ + { + "price": 30, + "size": 2.11 + }, + { + "price": 29, + "size": 3 + }, + { + "price": 28, + "size": 6.66 + } + ], + "availableToLay": [ + { + "price": 34, + "size": 4.01 + }, + { + "price": 36, + "size": 3.41 + }, + { + "price": 40, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10940495, + "runnerName": "Matthew Hancock", + "handicap": 0, + "sortPriority": 7, + "status": "ACTIVE", + "lastPriceTraded": 360, + "totalMatched": 3082.53, + "ex": { + "availableToBack": [ + { + "price": 350, + "size": 2.99 + }, + { + "price": 330, + "size": 3.71 + }, + { + "price": 270, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 650, + "size": 2 + }, + { + "price": 690, + "size": 2.84 + }, + { + "price": 980, + "size": 2.09 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9475671, + "runnerName": "Liz Truss", + "handicap": 0, + "sortPriority": 8, + "status": "ACTIVE", + "lastPriceTraded": 22, + "totalMatched": 2704.97, + "ex": { + "availableToBack": [ + { + "price": 22, + "size": 2 + }, + { + "price": 21, + "size": 15 + }, + { + "price": 20, + "size": 20.99 + } + ], + "availableToLay": [ + { + "price": 26, + "size": 11.54 + }, + { + "price": 28, + "size": 4 + }, + { + "price": 34, + "size": 3.41 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 8498834, + "runnerName": "Sajid Javid", + "handicap": 0, + "sortPriority": 9, + "status": "ACTIVE", + "lastPriceTraded": 22, + "totalMatched": 4038.24, + "ex": { + "availableToBack": [ + { + "price": 20, + "size": 5 + }, + { + "price": 19.5, + "size": 6.45 + }, + { + "price": 19, + "size": 7 + } + ], + "availableToLay": [ + { + "price": 22, + "size": 2.42 + }, + { + "price": 24, + "size": 13.55 + }, + { + "price": 26, + "size": 5.71 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4562764, + "runnerName": "Nigel Farage", + "handicap": 0, + "sortPriority": 10, + "status": "ACTIVE", + "lastPriceTraded": 55, + "totalMatched": 10742.37, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 13.71 + }, + { + "price": 48, + "size": 7.98 + }, + { + "price": 42, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 65, + "size": 22.66 + }, + { + "price": 70, + "size": 2 + }, + { + "price": 75, + "size": 10 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13577692, + "runnerName": "Tom Tugendhat", + "handicap": 0, + "sortPriority": 11, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 1113.06, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 4.06 + }, + { + "price": 65, + "size": 2 + }, + { + "price": 60, + "size": 10 + } + ], + "availableToLay": [ + { + "price": 95, + "size": 9.94 + }, + { + "price": 400, + "size": 3.69 + }, + { + "price": 410, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4758163, + "runnerName": "James Cleverly", + "handicap": 0, + "sortPriority": 12, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 484.83, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 2.18 + }, + { + "price": 150, + "size": 7 + }, + { + "price": 130, + "size": 3.7 + } + ], + "availableToLay": [ + { + "price": 190, + "size": 5 + }, + { + "price": 200, + "size": 19.74 + }, + { + "price": 250, + "size": 6.54 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11148977, + "runnerName": "Penny Mordaunt", + "handicap": 0, + "sortPriority": 13, + "status": "ACTIVE", + "lastPriceTraded": 55, + "totalMatched": 1420.15, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 2 + }, + { + "price": 48, + "size": 10 + }, + { + "price": 46, + "size": 5.36 + } + ], + "availableToLay": [ + { + "price": 60, + "size": 7.49 + }, + { + "price": 65, + "size": 9.11 + }, + { + "price": 75, + "size": 7.56 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5859546, + "runnerName": "Lisa Nandy", + "handicap": 0, + "sortPriority": 14, + "status": "ACTIVE", + "lastPriceTraded": 180, + "totalMatched": 818.28, + "ex": { + "availableToBack": [ + { + "price": 85, + "size": 8.95 + }, + { + "price": 55, + "size": 5 + }, + { + "price": 32, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 140, + "size": 5 + }, + { + "price": 150, + "size": 2 + }, + { + "price": 290, + "size": 4.68 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9553914, + "runnerName": "Jeremy Corbyn", + "handicap": 0, + "sortPriority": 15, + "status": "ACTIVE", + "lastPriceTraded": 990, + "totalMatched": 68283.34, + "ex": { + "availableToBack": [ + { + "price": 300, + "size": 2 + }, + { + "price": 260, + "size": 4.8 + }, + { + "price": 60, + "size": 5.93 + } + ], + "availableToLay": [ + { + "price": 980, + "size": 3 + }, + { + "price": 1000, + "size": 3.37 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5914388, + "runnerName": "Jacob Rees-Mogg", + "handicap": 0, + "sortPriority": 16, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 3135.89, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 4.04 + }, + { + "price": 65, + "size": 2.72 + }, + { + "price": 60, + "size": 39.73 + } + ], + "availableToLay": [ + { + "price": 150, + "size": 12.17 + }, + { + "price": 160, + "size": 2 + }, + { + "price": 180, + "size": 6.46 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9270555, + "runnerName": "Ruth Davidson", + "handicap": 0, + "sortPriority": 17, + "status": "ACTIVE", + "lastPriceTraded": 380, + "totalMatched": 589.94, + "ex": { + "availableToBack": [ + { + "price": 220, + "size": 4.96 + }, + { + "price": 200, + "size": 10 + }, + { + "price": 120, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 880, + "size": 3.71 + }, + { + "price": 890, + "size": 2.43 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 17462435, + "runnerName": "Steve Baker", + "handicap": 0, + "sortPriority": 18, + "status": "ACTIVE", + "lastPriceTraded": 450, + "totalMatched": 340.68, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 2.39 + }, + { + "price": 100, + "size": 2 + }, + { + "price": 95, + "size": 5 + } + ], + "availableToLay": [ + { + "price": 480, + "size": 4.83 + }, + { + "price": 1000, + "size": 5.26 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25228112, + "runnerName": "Tobia Ellwood", + "handicap": 0, + "sortPriority": 19, + "status": "ACTIVE", + "lastPriceTraded": 170, + "totalMatched": 146.52, + "ex": { + "availableToBack": [ + { + "price": 170, + "size": 2.18 + }, + { + "price": 150, + "size": 6 + }, + { + "price": 140, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 360, + "size": 8.59 + }, + { + "price": 370, + "size": 2.55 + }, + { + "price": 400, + "size": 6.71 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13258429, + "runnerName": "Wera Hobhouse", + "handicap": 0, + "sortPriority": 20, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 5.23, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 4.82 + }, + { + "price": 300, + "size": 2 + }, + { + "price": 75, + "size": 5 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 4519424, + "runnerName": "Rory Stewart", + "handicap": 0, + "sortPriority": 21, + "status": "ACTIVE", + "lastPriceTraded": 360, + "totalMatched": 620.35, + "ex": { + "availableToBack": [ + { + "price": 350, + "size": 2 + }, + { + "price": 220, + "size": 2 + }, + { + "price": 200, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 480, + "size": 3.06 + }, + { + "price": 590, + "size": 2 + }, + { + "price": 1000, + "size": 2.54 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25173209, + "runnerName": "Steve Barclay", + "handicap": 0, + "sortPriority": 22, + "status": "ACTIVE", + "lastPriceTraded": 400, + "totalMatched": 41.58, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 6.97 + }, + { + "price": 140, + "size": 2 + }, + { + "price": 80, + "size": 5 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 15305626, + "runnerName": "Kemi Badenoch", + "handicap": 0, + "sortPriority": 23, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 169.41, + "ex": { + "availableToBack": [ + { + "price": 190, + "size": 2.34 + }, + { + "price": 110, + "size": 3.71 + }, + { + "price": 80, + "size": 4 + } + ], + "availableToLay": [ + { + "price": 390, + "size": 2 + }, + { + "price": 400, + "size": 4 + }, + { + "price": 500, + "size": 3.44 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 19619950, + "runnerName": "Rosena Allin-Khan", + "handicap": 0, + "sortPriority": 24, + "status": "ACTIVE", + "lastPriceTraded": 550, + "totalMatched": 103.65, + "ex": { + "availableToBack": [ + { + "price": 220, + "size": 2.28 + }, + { + "price": 120, + "size": 3.71 + }, + { + "price": 90, + "size": 3 + } + ], + "availableToLay": [ + { + "price": 750, + "size": 8.57 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28299798, + "runnerName": "Andrew Burnham", + "handicap": 0, + "sortPriority": 25, + "status": "ACTIVE", + "lastPriceTraded": 38, + "totalMatched": 1609.84, + "ex": { + "availableToBack": [ + { + "price": 34, + "size": 4.71 + }, + { + "price": 28, + "size": 9.25 + }, + { + "price": 21, + "size": 21.16 + } + ], + "availableToLay": [ + { + "price": 38, + "size": 4 + }, + { + "price": 40, + "size": 10 + }, + { + "price": 46, + "size": 5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10570654, + "runnerName": "Amber Rudd", + "handicap": 0, + "sortPriority": 26, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 266.72, + "ex": { + "availableToBack": [ + { + "price": 530, + "size": 5.11 + }, + { + "price": 200, + "size": 11.71 + }, + { + "price": 140, + "size": 2.8 + } + ], + "availableToLay": [ + { + "price": 980, + "size": 2 + }, + { + "price": 1000, + "size": 7.93 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4722753, + "runnerName": "Sadiq Khan", + "handicap": 0, + "sortPriority": 27, + "status": "ACTIVE", + "lastPriceTraded": 280, + "totalMatched": 162.27, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.28 + }, + { + "price": 90, + "size": 3.3 + }, + { + "price": 85, + "size": 4 + } + ], + "availableToLay": [ + { + "price": 350, + "size": 2 + }, + { + "price": 650, + "size": 7.51 + }, + { + "price": 700, + "size": 8.75 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11811130, + "runnerName": "Angela Rayner", + "handicap": 0, + "sortPriority": 28, + "status": "ACTIVE", + "lastPriceTraded": 85, + "totalMatched": 344.75, + "ex": { + "availableToBack": [ + { + "price": 60, + "size": 7.18 + }, + { + "price": 50, + "size": 24 + }, + { + "price": 44, + "size": 15 + } + ], + "availableToLay": [ + { + "price": 80, + "size": 5 + }, + { + "price": 85, + "size": 2.63 + }, + { + "price": 90, + "size": 16 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25172322, + "runnerName": "Andrea Jenkyns", + "handicap": 0, + "sortPriority": 29, + "status": "ACTIVE", + "lastPriceTraded": 750, + "totalMatched": 19.52, + "ex": { + "availableToBack": [ + { + "price": 360, + "size": 4.89 + }, + { + "price": 350, + "size": 4 + }, + { + "price": 310, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 20842078, + "runnerName": "Bim Afolami", + "handicap": 0, + "sortPriority": 30, + "status": "ACTIVE", + "lastPriceTraded": 960, + "totalMatched": 213.21, + "ex": { + "availableToBack": [ + { + "price": 220, + "size": 2.32 + }, + { + "price": 130, + "size": 3.71 + }, + { + "price": 100, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 600, + "size": 2 + }, + { + "price": 990, + "size": 2.62 + }, + { + "price": 1000, + "size": 3.35 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11360069, + "runnerName": "Damian Hinds", + "handicap": 0, + "sortPriority": 31, + "status": "ACTIVE", + "lastPriceTraded": 350, + "totalMatched": 20.41, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 3.91 + }, + { + "price": 220, + "size": 6 + }, + { + "price": 210, + "size": 5 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2.5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 8933840, + "runnerName": "Sylvia Hermon", + "handicap": 0, + "sortPriority": 32, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 108.38, + "ex": { + "availableToBack": [ + { + "price": 310, + "size": 7.47 + }, + { + "price": 300, + "size": 2 + }, + { + "price": 250, + "size": 3.84 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 5004370, + "runnerName": "Jo Swinson", + "handicap": 0, + "sortPriority": 33, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 4536.23, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 2.52 + }, + { + "price": 100, + "size": 7 + }, + { + "price": 50, + "size": 5 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 9645423, + "runnerName": "Tom Watson", + "handicap": 0, + "sortPriority": 34, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 135.19, + "ex": { + "availableToBack": [ + { + "price": 210, + "size": 4.3 + }, + { + "price": 200, + "size": 5 + }, + { + "price": 180, + "size": 2.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 11148999, + "runnerName": "Jess Phillips", + "handicap": 0, + "sortPriority": 35, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 400.41, + "ex": { + "availableToBack": [ + { + "price": 170, + "size": 3.71 + }, + { + "price": 160, + "size": 2 + }, + { + "price": 150, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 500, + "size": 4 + }, + { + "price": 640, + "size": 2 + }, + { + "price": 800, + "size": 4.93 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9366754, + "runnerName": "Caroline Lucas", + "handicap": 0, + "sortPriority": 36, + "status": "ACTIVE", + "lastPriceTraded": 260, + "totalMatched": 179.74, + "ex": { + "availableToBack": [ + { + "price": 230, + "size": 4.78 + }, + { + "price": 220, + "size": 2.04 + }, + { + "price": 150, + "size": 6.71 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 3906093, + "runnerName": "John Bercow", + "handicap": 0, + "sortPriority": 37, + "status": "ACTIVE", + "lastPriceTraded": 300, + "totalMatched": 5172.18, + "ex": { + "availableToBack": [ + { + "price": 140, + "size": 2 + }, + { + "price": 70, + "size": 7.71 + }, + { + "price": 60, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 300, + "size": 86.73 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 2601254, + "runnerName": "David Miliband", + "handicap": 0, + "sortPriority": 38, + "status": "ACTIVE", + "lastPriceTraded": 220, + "totalMatched": 641.46, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 2.31 + }, + { + "price": 150, + "size": 2.99 + }, + { + "price": 100, + "size": 20.54 + } + ], + "availableToLay": [ + { + "price": 480, + "size": 5.07 + }, + { + "price": 760, + "size": 9.9 + }, + { + "price": 790, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 3844358, + "runnerName": "Philip Hammond", + "handicap": 0, + "sortPriority": 39, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 148.33, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 2.52 + }, + { + "price": 310, + "size": 3.02 + }, + { + "price": 300, + "size": 3 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 10974022, + "runnerName": "Andrea Leadsom", + "handicap": 0, + "sortPriority": 40, + "status": "ACTIVE", + "lastPriceTraded": 900, + "totalMatched": 152.57, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.25 + }, + { + "price": 180, + "size": 3.71 + }, + { + "price": 50, + "size": 5 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 6.92 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4758162, + "runnerName": "Kit Malthouse", + "handicap": 0, + "sortPriority": 41, + "status": "ACTIVE", + "lastPriceTraded": 750, + "totalMatched": 16.19, + "ex": { + "availableToBack": [ + { + "price": 320, + "size": 8.79 + }, + { + "price": 220, + "size": 2.71 + }, + { + "price": 140, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 24378040, + "runnerName": "Robert Jenrick", + "handicap": 0, + "sortPriority": 42, + "status": "ACTIVE", + "lastPriceTraded": 590, + "totalMatched": 73.14, + "ex": { + "availableToBack": [ + { + "price": 270, + "size": 3.88 + }, + { + "price": 260, + "size": 3 + }, + { + "price": 140, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 590, + "size": 4.73 + }, + { + "price": 850, + "size": 6.92 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1382296, + "runnerName": "Margaret Beckett", + "handicap": 0, + "sortPriority": 43, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 3342.68, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 2.81 + }, + { + "price": 400, + "size": 5 + }, + { + "price": 50, + "size": 25 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1288344, + "runnerName": "Yvette Cooper", + "handicap": 0, + "sortPriority": 44, + "status": "ACTIVE", + "lastPriceTraded": 120, + "totalMatched": 509.4, + "ex": { + "availableToBack": [ + { + "price": 55, + "size": 3.4 + }, + { + "price": 50, + "size": 7 + }, + { + "price": 36, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 150, + "size": 12 + }, + { + "price": 160, + "size": 3.66 + }, + { + "price": 200, + "size": 3.15 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1342094, + "runnerName": "Ed Davey", + "handicap": 0, + "sortPriority": 45, + "status": "ACTIVE", + "lastPriceTraded": 290, + "totalMatched": 73.53, + "ex": { + "availableToBack": [ + { + "price": 280, + "size": 5.61 + }, + { + "price": 120, + "size": 9 + }, + { + "price": 50, + "size": 5 + } + ], + "availableToLay": [ + { + "price": 700, + "size": 26.32 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1139149, + "runnerName": "Dominic Grieve", + "handicap": 0, + "sortPriority": 46, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 189.28, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 3.57 + }, + { + "price": 410, + "size": 2 + }, + { + "price": 400, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 13232114, + "runnerName": "Ken Clarke", + "handicap": 0, + "sortPriority": 47, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 5972.64, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 3.52 + }, + { + "price": 510, + "size": 2 + }, + { + "price": 500, + "size": 3 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 13571283, + "runnerName": "Johnny Mercer", + "handicap": 0, + "sortPriority": 48, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 234.65, + "ex": { + "availableToBack": [ + { + "price": 90, + "size": 4 + }, + { + "price": 85, + "size": 2 + }, + { + "price": 80, + "size": 2.91 + } + ], + "availableToLay": [ + { + "price": 720, + "size": 7.55 + }, + { + "price": 740, + "size": 2 + }, + { + "price": 790, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1527982, + "runnerName": "John McDonnell", + "handicap": 0, + "sortPriority": 49, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 329.69, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 2.49 + }, + { + "price": 800, + "size": 3 + }, + { + "price": 200, + "size": 9 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 25426207, + "runnerName": "Ian Blackford", + "handicap": 0, + "sortPriority": 50, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 19.23, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 8.58 + }, + { + "price": 200, + "size": 5 + }, + { + "price": 50, + "size": 5 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 13312451, + "runnerName": "Liz Saville-Roberts", + "handicap": 0, + "sortPriority": 51, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 24.6, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 2.12 + }, + { + "price": 210, + "size": 7 + }, + { + "price": 200, + "size": 6 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1382303, + "runnerName": "Harriet Harman", + "handicap": 0, + "sortPriority": 52, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 917.87, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 3.57 + }, + { + "price": 420, + "size": 3 + }, + { + "price": 50, + "size": 5 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 11855680, + "runnerName": "Rebecca Long-Bailey", + "handicap": 0, + "sortPriority": 53, + "status": "ACTIVE", + "lastPriceTraded": 550, + "totalMatched": 2148.66, + "ex": { + "availableToBack": [ + { + "price": 210, + "size": 2.01 + }, + { + "price": 200, + "size": 2 + }, + { + "price": 150, + "size": 12 + } + ], + "availableToLay": [ + { + "price": 700, + "size": 3.64 + }, + { + "price": 1000, + "size": 3.03 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13260061, + "runnerName": "Gavin Williamson", + "handicap": 0, + "sortPriority": 54, + "status": "ACTIVE", + "lastPriceTraded": 850, + "totalMatched": 178.01, + "ex": { + "availableToBack": [ + { + "price": 360, + "size": 4.06 + }, + { + "price": 300, + "size": 10 + }, + { + "price": 120, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 850, + "size": 5.92 + }, + { + "price": 990, + "size": 3.98 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1140616, + "runnerName": "Hilary Benn", + "handicap": 0, + "sortPriority": 55, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 291.01, + "ex": { + "availableToBack": [ + { + "price": 530, + "size": 2 + }, + { + "price": 320, + "size": 8.86 + }, + { + "price": 40, + "size": 3.22 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 11148981, + "runnerName": "Emily Thornberry", + "handicap": 0, + "sortPriority": 56, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 398.66, + "ex": { + "availableToBack": [ + { + "price": 660, + "size": 2 + }, + { + "price": 650, + "size": 2.68 + }, + { + "price": 340, + "size": 3 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1138430, + "runnerName": "David Cameron", + "handicap": 0, + "sortPriority": 57, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 17.23, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 5.31 + }, + { + "price": 50, + "size": 5 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 11148995, + "runnerName": "Esther McVey", + "handicap": 0, + "sortPriority": 58, + "status": "ACTIVE", + "lastPriceTraded": 600, + "totalMatched": 53.33, + "ex": { + "availableToBack": [ + { + "price": 270, + "size": 3.91 + }, + { + "price": 65, + "size": 8 + }, + { + "price": 60, + "size": 7 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2.97 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4519453, + "runnerName": "Helen Whately", + "handicap": 0, + "sortPriority": 59, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 54.84, + "ex": { + "availableToBack": [ + { + "price": 300, + "size": 3.91 + }, + { + "price": 170, + "size": 2.23 + }, + { + "price": 150, + "size": 10 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2.89 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5633952, + "runnerName": "Mark Harper", + "handicap": 0, + "sortPriority": 60, + "status": "ACTIVE", + "lastPriceTraded": 120, + "totalMatched": 209.52, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 2.05 + }, + { + "price": 150, + "size": 10 + }, + { + "price": 90, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 430, + "size": 2 + }, + { + "price": 1000, + "size": 2.68 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13258430, + "runnerName": "Christine Jardine", + "handicap": 0, + "sortPriority": 61, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 12.96, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 4.52 + }, + { + "price": 65, + "size": 3 + }, + { + "price": 60, + "size": 8 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 13258433, + "runnerName": "Layla Moran", + "handicap": 0, + "sortPriority": 62, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 8.05, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 8.82 + }, + { + "price": 55, + "size": 8 + }, + { + "price": 40, + "size": 40 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 36443066, + "runnerName": "Simon Jordan", + "handicap": 0, + "sortPriority": 63, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 28.65, + "ex": { + "availableToBack": [ + { + "price": 500, + "size": 3.87 + }, + { + "price": 4, + "size": 4 + }, + { + "price": 3, + "size": 125.61 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 7.67 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4615259, + "runnerName": "Alistair Carmichael", + "handicap": 0, + "sortPriority": 64, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 5.63, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 4.81 + }, + { + "price": 80, + "size": 3 + }, + { + "price": 50, + "size": 30 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 20970324, + "runnerName": "Geoffrey Cox", + "handicap": 0, + "sortPriority": 65, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 39, + "ex": { + "availableToBack": [ + { + "price": 550, + "size": 2 + }, + { + "price": 540, + "size": 6 + }, + { + "price": 260, + "size": 4.51 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 27257482, + "runnerName": "Daisy Cooper", + "handicap": 0, + "sortPriority": 66, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 9.76, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 4.52 + }, + { + "price": 60, + "size": 3 + }, + { + "price": 55, + "size": 8 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1136032, + "runnerName": "David Davis", + "handicap": 0, + "sortPriority": 67, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 58.47, + "ex": { + "availableToBack": [ + { + "price": 330, + "size": 13.96 + }, + { + "price": 110, + "size": 2.95 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.166577732", + "marketName": "Year of Next Scottish Ind. Referendum", + "description": { + "persistenceEnabled": false, + "bspMarket": false, + "marketTime": "2024-12-31T23:59:59.000Z", + "suspendTime": "2024-12-31T23:59:59.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": false, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "
    MARKET INFORMATION

    For further information please see Rules & Regs.

    When will a legally authorised referendum next take place on Scottish independence?

    This market will be settled at the start of voting on the day of the referendum. This market will be settled as “Not before 2025” at 00:00 on 1st January 2025 if no referendum takes place before this time.

    Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time in the event that Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome. Subsequent events would not affect the settlement of this market. This market will not be actively managed. Customers are solely responsible for their positions at all times. ", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 19874.15, + "runners": [ + { + "selectionId": 13231442, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 190, + "totalMatched": 2188.82, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 2 + }, + { + "price": 120, + "size": 3 + }, + { + "price": 95, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 190, + "size": 8 + }, + { + "price": 270, + "size": 2 + }, + { + "price": 290, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13231443, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 11.5, + "totalMatched": 3541.18, + "ex": { + "availableToBack": [ + { + "price": 8, + "size": 5.85 + }, + { + "price": 7.6, + "size": 5.84 + }, + { + "price": 7.4, + "size": 25.27 + } + ], + "availableToLay": [ + { + "price": 12, + "size": 3.14 + }, + { + "price": 13, + "size": 11.96 + }, + { + "price": 120, + "size": 3.66 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 16735240, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 8.8, + "totalMatched": 649.74, + "ex": { + "availableToBack": [ + { + "price": 8.4, + "size": 9.51 + }, + { + "price": 8, + "size": 5 + }, + { + "price": 6.4, + "size": 2.43 + } + ], + "availableToLay": [ + { + "price": 9.6, + "size": 36.66 + }, + { + "price": 11, + "size": 5 + }, + { + "price": 14.5, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 16735241, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 5.3, + "totalMatched": 411.93, + "ex": { + "availableToBack": [ + { + "price": 5.3, + "size": 4 + }, + { + "price": 4.6, + "size": 3.04 + }, + { + "price": 4.5, + "size": 2.45 + } + ], + "availableToLay": [ + { + "price": 5.9, + "size": 11.87 + }, + { + "price": 7.4, + "size": 8.13 + }, + { + "price": 8.2, + "size": 13.9 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 27305988, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.66, + "totalMatched": 13082.46, + "ex": { + "availableToBack": [ + { + "price": 1.63, + "size": 5 + }, + { + "price": 1.61, + "size": 5 + }, + { + "price": 1.6, + "size": 103 + } + ], + "availableToLay": [ + { + "price": 1.69, + "size": 4.5 + }, + { + "price": 1.7, + "size": 5 + }, + { + "price": 1.77, + "size": 7.78 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10317011, + "handicap": 0, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 10317012, + "handicap": 0, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": true, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 7, + "numberOfActiveRunners": 5, + "lastMatchTime": "2021-07-31T06:46:53.784Z", + "totalAvailable": 4119.62, + "crossMatching": true, + "runnersVoidable": false, + "version": 3777892441, + "options": [ + { + "selectionId": 13231442, + "runnerName": "2021", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 190, + "totalMatched": 2188.82, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 2 + }, + { + "price": 120, + "size": 3 + }, + { + "price": 95, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 190, + "size": 8 + }, + { + "price": 270, + "size": 2 + }, + { + "price": 290, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13231443, + "runnerName": "2022", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 11.5, + "totalMatched": 3541.18, + "ex": { + "availableToBack": [ + { + "price": 8, + "size": 5.85 + }, + { + "price": 7.6, + "size": 5.84 + }, + { + "price": 7.4, + "size": 25.27 + } + ], + "availableToLay": [ + { + "price": 12, + "size": 3.14 + }, + { + "price": 13, + "size": 11.96 + }, + { + "price": 120, + "size": 3.66 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 16735240, + "runnerName": "2023", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 8.8, + "totalMatched": 649.74, + "ex": { + "availableToBack": [ + { + "price": 8.4, + "size": 9.51 + }, + { + "price": 8, + "size": 5 + }, + { + "price": 6.4, + "size": 2.43 + } + ], + "availableToLay": [ + { + "price": 9.6, + "size": 36.66 + }, + { + "price": 11, + "size": 5 + }, + { + "price": 14.5, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 16735241, + "runnerName": "2024", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 5.3, + "totalMatched": 411.93, + "ex": { + "availableToBack": [ + { + "price": 5.3, + "size": 4 + }, + { + "price": 4.6, + "size": 3.04 + }, + { + "price": 4.5, + "size": 2.45 + } + ], + "availableToLay": [ + { + "price": 5.9, + "size": 11.87 + }, + { + "price": 7.4, + "size": 8.13 + }, + { + "price": 8.2, + "size": 13.9 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 27305988, + "runnerName": "Not before 2025", + "handicap": 0, + "sortPriority": 5, + "status": "ACTIVE", + "lastPriceTraded": 1.66, + "totalMatched": 13082.46, + "ex": { + "availableToBack": [ + { + "price": 1.63, + "size": 5 + }, + { + "price": 1.61, + "size": 5 + }, + { + "price": 1.6, + "size": 103 + } + ], + "availableToLay": [ + { + "price": 1.69, + "size": 4.5 + }, + { + "price": 1.7, + "size": 5 + }, + { + "price": 1.77, + "size": 7.78 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10317011, + "runnerName": "2019", + "handicap": 0, + "sortPriority": 6, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 10317012, + "runnerName": "2020", + "handicap": 0, + "sortPriority": 7, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.167249009", + "marketName": "Most Seats", + "description": { + "persistenceEnabled": true, + "bspMarket": false, + "marketTime": "2024-05-02T06:00:00.000Z", + "suspendTime": "2024-05-02T06:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": true, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "

    MARKET INFORMATION

    For further information please see Rules & Regs.

    Which party will win the most parliamentary seats at the next UK general election?

    This market will be turned in-play at the start of voting on the day of the next general election. Customers are entirely responsible for their positions at all times.

    The Speaker will not be classified as belonging to any particular party, and will therefore not be counted in any individual party's seat totals.

    Customers should be aware that:

  • Transmissions described as “live” by some broadcasters may actually be delayed.

  • The extent of any such delay may vary, depending on the set-up through which they are receiving pictures or data.


  • ", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 107457.31, + "runners": [ + { + "selectionId": 1111885, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.49, + "totalMatched": 62695.02, + "ex": { + "availableToBack": [ + { + "price": 1.49, + "size": 28.11 + }, + { + "price": 1.48, + "size": 29.01 + }, + { + "price": 1.46, + "size": 7.06 + } + ], + "availableToLay": [ + { + "price": 1.5, + "size": 10.28 + }, + { + "price": 1.51, + "size": 5.98 + }, + { + "price": 1.52, + "size": 3 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1111884, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 3, + "totalMatched": 44256.1, + "ex": { + "availableToBack": [ + { + "price": 3.05, + "size": 3.17 + }, + { + "price": 3, + "size": 26.52 + }, + { + "price": 2.96, + "size": 4.06 + } + ], + "availableToLay": [ + { + "price": 3.2, + "size": 12.17 + }, + { + "price": 3.25, + "size": 82.1 + }, + { + "price": 3.3, + "size": 4.75 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 2938886, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 110, + "totalMatched": 506.18, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.89 + }, + { + "price": 95, + "size": 24.78 + }, + { + "price": 65, + "size": 6 + } + ], + "availableToLay": [ + { + "price": 110, + "size": 123.78 + }, + { + "price": 130, + "size": 3.96 + }, + { + "price": 140, + "size": 2.84 + } + ], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": false, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 3, + "numberOfActiveRunners": 3, + "lastMatchTime": "2021-07-31T10:10:19.462Z", + "totalAvailable": 10745.86, + "crossMatching": false, + "runnersVoidable": false, + "version": 3110870196, + "options": [ + { + "selectionId": 1111885, + "runnerName": "Conservative", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 1.49, + "totalMatched": 62695.02, + "ex": { + "availableToBack": [ + { + "price": 1.49, + "size": 28.11 + }, + { + "price": 1.48, + "size": 29.01 + }, + { + "price": 1.46, + "size": 7.06 + } + ], + "availableToLay": [ + { + "price": 1.5, + "size": 10.28 + }, + { + "price": 1.51, + "size": 5.98 + }, + { + "price": 1.52, + "size": 3 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1111884, + "runnerName": "Labour", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 3, + "totalMatched": 44256.1, + "ex": { + "availableToBack": [ + { + "price": 3.05, + "size": 3.17 + }, + { + "price": 3, + "size": 26.52 + }, + { + "price": 2.96, + "size": 4.06 + } + ], + "availableToLay": [ + { + "price": 3.2, + "size": 12.17 + }, + { + "price": 3.25, + "size": 82.1 + }, + { + "price": 3.3, + "size": 4.75 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 2938886, + "runnerName": "Liberal Democrat", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 110, + "totalMatched": 506.18, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.89 + }, + { + "price": 95, + "size": 24.78 + }, + { + "price": 65, + "size": 6 + } + ], + "availableToLay": [ + { + "price": 110, + "size": 123.78 + }, + { + "price": 130, + "size": 3.96 + }, + { + "price": 140, + "size": 2.84 + } + ], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.167249195", + "marketName": "Overall Majority", + "description": { + "persistenceEnabled": true, + "bspMarket": false, + "marketTime": "2024-05-02T06:00:00.000Z", + "suspendTime": "2024-05-02T06:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": true, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "

    MARKET INFORMATION

    For further information please see Rules & Regs.

    Which party will gain an overall majority of parliamentary seats at the next UK general election?

    This market will be turned in-play at the start of voting on the day of the next general election. Customers are entirely responsible for their positions at all times.

    The Speaker will not be classified as belonging to any particular party, and will therefore not be counted in any individual party's seat totals.


    Customers should be aware that:

  • Transmissions described as “live” by some broadcasters may actually be delayed.

  • The extent of any such delay may vary, depending on the set-up through which they are receiving pictures or data.


  • ", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 59653.72, + "runners": [ + { + "selectionId": 1076592, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 2.34, + "totalMatched": 14615.99, + "ex": { + "availableToBack": [ + { + "price": 2.32, + "size": 163.34 + }, + { + "price": 2.3, + "size": 271.32 + }, + { + "price": 2.28, + "size": 254.22 + } + ], + "availableToLay": [ + { + "price": 2.36, + "size": 27.82 + }, + { + "price": 2.38, + "size": 111.49 + }, + { + "price": 2.4, + "size": 104.22 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1405188, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 2.22, + "totalMatched": 26923.68, + "ex": { + "availableToBack": [ + { + "price": 2.18, + "size": 53.17 + }, + { + "price": 2.16, + "size": 25.1 + }, + { + "price": 2.14, + "size": 132.24 + } + ], + "availableToLay": [ + { + "price": 2.2, + "size": 20 + }, + { + "price": 2.22, + "size": 8.11 + }, + { + "price": 2.24, + "size": 70.83 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1405187, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 8.4, + "totalMatched": 18022.29, + "ex": { + "availableToBack": [ + { + "price": 8.4, + "size": 2 + }, + { + "price": 8.2, + "size": 47.4 + }, + { + "price": 8, + "size": 14.56 + } + ], + "availableToLay": [ + { + "price": 8.6, + "size": 20.12 + }, + { + "price": 8.8, + "size": 13.17 + }, + { + "price": 9, + "size": 7.17 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12793562, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 390, + "totalMatched": 91.75, + "ex": { + "availableToBack": [ + { + "price": 320, + "size": 2.46 + }, + { + "price": 310, + "size": 5.99 + }, + { + "price": 250, + "size": 11 + } + ], + "availableToLay": [ + { + "price": 390, + "size": 3.09 + }, + { + "price": 400, + "size": 49.94 + }, + { + "price": 450, + "size": 31.99 + } + ], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": false, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 4, + "numberOfActiveRunners": 4, + "lastMatchTime": "2021-07-31T16:08:17.839Z", + "totalAvailable": 8644.91, + "crossMatching": false, + "runnersVoidable": false, + "version": 3110872508, + "options": [ + { + "selectionId": 1076592, + "runnerName": "No Overall Majority", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 2.34, + "totalMatched": 14615.99, + "ex": { + "availableToBack": [ + { + "price": 2.32, + "size": 163.34 + }, + { + "price": 2.3, + "size": 271.32 + }, + { + "price": 2.28, + "size": 254.22 + } + ], + "availableToLay": [ + { + "price": 2.36, + "size": 27.82 + }, + { + "price": 2.38, + "size": 111.49 + }, + { + "price": 2.4, + "size": 104.22 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1405188, + "runnerName": "Conservative Majority", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 2.22, + "totalMatched": 26923.68, + "ex": { + "availableToBack": [ + { + "price": 2.18, + "size": 53.17 + }, + { + "price": 2.16, + "size": 25.1 + }, + { + "price": 2.14, + "size": 132.24 + } + ], + "availableToLay": [ + { + "price": 2.2, + "size": 20 + }, + { + "price": 2.22, + "size": 8.11 + }, + { + "price": 2.24, + "size": 70.83 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1405187, + "runnerName": "Labour Majority", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 8.4, + "totalMatched": 18022.29, + "ex": { + "availableToBack": [ + { + "price": 8.4, + "size": 2 + }, + { + "price": 8.2, + "size": 47.4 + }, + { + "price": 8, + "size": 14.56 + } + ], + "availableToLay": [ + { + "price": 8.6, + "size": 20.12 + }, + { + "price": 8.8, + "size": 13.17 + }, + { + "price": 9, + "size": 7.17 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12793562, + "runnerName": "Liberal Democrat majority", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 390, + "totalMatched": 91.75, + "ex": { + "availableToBack": [ + { + "price": 320, + "size": 2.46 + }, + { + "price": 310, + "size": 5.99 + }, + { + "price": 250, + "size": 11 + } + ], + "availableToLay": [ + { + "price": 390, + "size": 3.09 + }, + { + "price": 400, + "size": 49.94 + }, + { + "price": 450, + "size": 31.99 + } + ], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.167249197", + "marketName": "Year Of Next UK General Election", + "description": { + "persistenceEnabled": false, + "bspMarket": false, + "marketTime": "2024-05-02T06:00:00.000Z", + "suspendTime": "2024-05-02T06:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": false, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "
    MARKET INFORMATION

    For further information please see Rules & Regs.

    When will the next UK General Election take place after the Election on the 12th December 2019?

    This market will be settled on the morning of the General Election following the start of voting or on Jan 1 2024.

    Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time in the event that Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome. Subsequent events would not affect the settlement of this market. This market will not be actively managed. Customers are solely responsible for their positions at all times.\n", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 29893.81, + "runners": [ + { + "selectionId": 13231442, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 9472.43, + "ex": { + "availableToBack": [ + { + "price": 44, + "size": 5.79 + }, + { + "price": 42, + "size": 3 + }, + { + "price": 40, + "size": 11.99 + } + ], + "availableToLay": [ + { + "price": 65, + "size": 2.33 + }, + { + "price": 75, + "size": 2 + }, + { + "price": 95, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13231443, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 10.5, + "totalMatched": 3312.83, + "ex": { + "availableToBack": [ + { + "price": 9.4, + "size": 23.37 + }, + { + "price": 9.2, + "size": 10 + }, + { + "price": 8.8, + "size": 3.01 + } + ], + "availableToLay": [ + { + "price": 11.5, + "size": 36.51 + }, + { + "price": 15.5, + "size": 3.99 + }, + { + "price": 16, + "size": 21.89 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 16735240, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 3.4, + "totalMatched": 4238.39, + "ex": { + "availableToBack": [ + { + "price": 3.15, + "size": 4.37 + }, + { + "price": 3.1, + "size": 57.68 + }, + { + "price": 3.05, + "size": 42.32 + } + ], + "availableToLay": [ + { + "price": 3.35, + "size": 4 + }, + { + "price": 3.4, + "size": 11.75 + }, + { + "price": 3.45, + "size": 2.38 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25181943, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.71, + "totalMatched": 12870.14, + "ex": { + "availableToBack": [ + { + "price": 1.68, + "size": 3.72 + }, + { + "price": 1.67, + "size": 101.36 + }, + { + "price": 1.66, + "size": 8.07 + } + ], + "availableToLay": [ + { + "price": 1.72, + "size": 8 + }, + { + "price": 1.73, + "size": 4.98 + }, + { + "price": 1.74, + "size": 10 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10317012, + "handicap": 0, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": true, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 5, + "numberOfActiveRunners": 4, + "lastMatchTime": "2021-07-31T14:37:37.152Z", + "totalAvailable": 10468.05, + "crossMatching": true, + "runnersVoidable": false, + "version": 3555685174, + "options": [ + { + "selectionId": 13231442, + "runnerName": "2021", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 9472.43, + "ex": { + "availableToBack": [ + { + "price": 44, + "size": 5.79 + }, + { + "price": 42, + "size": 3 + }, + { + "price": 40, + "size": 11.99 + } + ], + "availableToLay": [ + { + "price": 65, + "size": 2.33 + }, + { + "price": 75, + "size": 2 + }, + { + "price": 95, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13231443, + "runnerName": "2022", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 10.5, + "totalMatched": 3312.83, + "ex": { + "availableToBack": [ + { + "price": 9.4, + "size": 23.37 + }, + { + "price": 9.2, + "size": 10 + }, + { + "price": 8.8, + "size": 3.01 + } + ], + "availableToLay": [ + { + "price": 11.5, + "size": 36.51 + }, + { + "price": 15.5, + "size": 3.99 + }, + { + "price": 16, + "size": 21.89 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 16735240, + "runnerName": "2023", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 3.4, + "totalMatched": 4238.39, + "ex": { + "availableToBack": [ + { + "price": 3.15, + "size": 4.37 + }, + { + "price": 3.1, + "size": 57.68 + }, + { + "price": 3.05, + "size": 42.32 + } + ], + "availableToLay": [ + { + "price": 3.35, + "size": 4 + }, + { + "price": 3.4, + "size": 11.75 + }, + { + "price": 3.45, + "size": 2.38 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25181943, + "runnerName": "2024 or later", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 1.71, + "totalMatched": 12870.14, + "ex": { + "availableToBack": [ + { + "price": 1.68, + "size": 3.72 + }, + { + "price": 1.67, + "size": 101.36 + }, + { + "price": 1.66, + "size": 8.07 + } + ], + "availableToLay": [ + { + "price": 1.72, + "size": 8 + }, + { + "price": 1.73, + "size": 4.98 + }, + { + "price": 1.74, + "size": 10 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10317012, + "runnerName": "2020", + "handicap": 0, + "sortPriority": 5, + "status": "LOSER", + "ex": { + "availableToBack": [], + "availableToLay": [], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.168951161", + "marketName": "Next President", + "description": { + "persistenceEnabled": true, + "bspMarket": false, + "marketTime": "2022-04-08T06:00:00.000Z", + "suspendTime": "2022-04-08T06:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": true, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "
    MARKET INFORMATION

    For further information please see Rules & Regs.

    Who will be elected to be the next President of France, as a result of the next French presidential election?

    This market will be turned in-play at the start of voting on the day of the 1st round of the election, as well as the start of the 2nd round of voting. Thereafter, the market will not be actively managed. Customers are entirely responsible for their bets at all times. Non featured individuals may be added to this market upon request.

    If more than one election takes place – not including any second round of voting for the first election - then this market will apply to the first election that is held and will be settled on whoever first takes up the office of President of France on a permanent basis thereafter. If there is any material change to the established role or any ambiguity as to who occupies the position, then Betfair reserves the right to void this market at its absolute discretion.

    In the event of any ambiguity over an announcement regarding the election of the next President of France, Betfair may determine, using its reasonable discretion, how to settle the market based on all the information available to it at the relevant time. Betfair reserves the right to wait for further official announcements before the market is settled.

    Betfair will not be responsible for suspending the market when an official announcement is made. However, Betfair will suspend the market as soon as it becomes aware of an official announcement. Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time in the event that Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome.

    ", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 284787.77, + "runners": [ + { + "selectionId": 10850783, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.91, + "totalMatched": 168862.92, + "ex": { + "availableToBack": [ + { + "price": 1.9, + "size": 107.26 + }, + { + "price": 1.88, + "size": 66.7 + }, + { + "price": 1.85, + "size": 5 + } + ], + "availableToLay": [ + { + "price": 1.92, + "size": 102 + }, + { + "price": 1.94, + "size": 6 + }, + { + "price": 1.95, + "size": 39.56 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5589756, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 6.2, + "totalMatched": 68138.63, + "ex": { + "availableToBack": [ + { + "price": 6, + "size": 17.68 + }, + { + "price": 5.9, + "size": 37.1 + }, + { + "price": 5.8, + "size": 57.83 + } + ], + "availableToLay": [ + { + "price": 6.2, + "size": 14.42 + }, + { + "price": 6.4, + "size": 967.19 + }, + { + "price": 6.6, + "size": 49.03 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5589760, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 7.2, + "totalMatched": 12730.82, + "ex": { + "availableToBack": [ + { + "price": 7.2, + "size": 3.12 + }, + { + "price": 7, + "size": 2 + }, + { + "price": 6.8, + "size": 6 + } + ], + "availableToLay": [ + { + "price": 7.6, + "size": 12.5 + }, + { + "price": 8.4, + "size": 8 + }, + { + "price": 8.6, + "size": 10.74 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12457543, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 40, + "totalMatched": 2459.17, + "ex": { + "availableToBack": [ + { + "price": 29, + "size": 2 + }, + { + "price": 28, + "size": 5.12 + }, + { + "price": 25, + "size": 7 + } + ], + "availableToLay": [ + { + "price": 42, + "size": 41.79 + }, + { + "price": 46, + "size": 8.9 + }, + { + "price": 48, + "size": 18.78 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38520833, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 34, + "totalMatched": 3150.27, + "ex": { + "availableToBack": [ + { + "price": 26, + "size": 3.99 + }, + { + "price": 25, + "size": 6 + }, + { + "price": 18, + "size": 8 + } + ], + "availableToLay": [ + { + "price": 34, + "size": 25.24 + }, + { + "price": 40, + "size": 397.96 + }, + { + "price": 80, + "size": 5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5589758, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 30, + "totalMatched": 5797.64, + "ex": { + "availableToBack": [ + { + "price": 30, + "size": 2 + }, + { + "price": 29, + "size": 4.56 + }, + { + "price": 28, + "size": 2.5 + } + ], + "availableToLay": [ + { + "price": 34, + "size": 160.43 + }, + { + "price": 36, + "size": 22.56 + }, + { + "price": 38, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13026080, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 42, + "totalMatched": 4475.04, + "ex": { + "availableToBack": [ + { + "price": 44, + "size": 5.41 + }, + { + "price": 42, + "size": 4 + }, + { + "price": 21, + "size": 6.71 + } + ], + "availableToLay": [ + { + "price": 65, + "size": 3.43 + }, + { + "price": 70, + "size": 6.35 + }, + { + "price": 75, + "size": 13.65 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 23479626, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 85, + "totalMatched": 4428.9, + "ex": { + "availableToBack": [ + { + "price": 80, + "size": 6.92 + }, + { + "price": 75, + "size": 5.11 + }, + { + "price": 70, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 95, + "size": 2.7 + }, + { + "price": 100, + "size": 7.15 + }, + { + "price": 110, + "size": 5.03 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38520828, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 1228.38, + "ex": { + "availableToBack": [ + { + "price": 65, + "size": 2.52 + }, + { + "price": 60, + "size": 2.5 + }, + { + "price": 34, + "size": 2.56 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 127.84 + }, + { + "price": 150, + "size": 205.74 + }, + { + "price": 200, + "size": 148.54 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28224548, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 80, + "totalMatched": 3607.22, + "ex": { + "availableToBack": [ + { + "price": 80, + "size": 3.56 + }, + { + "price": 75, + "size": 3.88 + }, + { + "price": 65, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 90, + "size": 12 + }, + { + "price": 95, + "size": 15.6 + }, + { + "price": 120, + "size": 11.95 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 40384121, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 4.58, + "ex": { + "availableToBack": [ + { + "price": 290, + "size": 8.19 + }, + { + "price": 280, + "size": 3.57 + }, + { + "price": 260, + "size": 19 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12457552, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 40.92, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 22.81 + }, + { + "price": 210, + "size": 25.09 + }, + { + "price": 190, + "size": 10 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 13007194, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 283.78, + "ex": { + "availableToBack": [ + { + "price": 120, + "size": 3.94 + }, + { + "price": 110, + "size": 3.41 + }, + { + "price": 100, + "size": 16 + } + ], + "availableToLay": [ + { + "price": 200, + "size": 11.08 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28468159, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 260, + "totalMatched": 1451.69, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 2.71 + }, + { + "price": 140, + "size": 10 + }, + { + "price": 100, + "size": 4.13 + } + ], + "availableToLay": [ + { + "price": 260, + "size": 17.4 + }, + { + "price": 300, + "size": 6.86 + }, + { + "price": 490, + "size": 9.86 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12452551, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 180, + "totalMatched": 345.05, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 4.19 + }, + { + "price": 110, + "size": 9.71 + }, + { + "price": 100, + "size": 20 + } + ], + "availableToLay": [ + { + "price": 180, + "size": 103.6 + }, + { + "price": 220, + "size": 10.24 + }, + { + "price": 280, + "size": 29.88 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12166161, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 337.72, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 7.79 + }, + { + "price": 90, + "size": 14.92 + }, + { + "price": 85, + "size": 2.2 + } + ], + "availableToLay": [ + { + "price": 200, + "size": 10 + }, + { + "price": 500, + "size": 4.88 + }, + { + "price": 510, + "size": 293.95 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28922301, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 210, + "totalMatched": 367.48, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 3.85 + }, + { + "price": 120, + "size": 3 + }, + { + "price": 60, + "size": 11.7 + } + ], + "availableToLay": [ + { + "price": 590, + "size": 25.55 + }, + { + "price": 620, + "size": 10.24 + }, + { + "price": 640, + "size": 13.48 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38394849, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 250, + "totalMatched": 1289.37, + "ex": { + "availableToBack": [ + { + "price": 220, + "size": 2.07 + }, + { + "price": 180, + "size": 6.63 + }, + { + "price": 50, + "size": 90 + } + ], + "availableToLay": [ + { + "price": 400, + "size": 4 + }, + { + "price": 500, + "size": 2 + }, + { + "price": 950, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 36850669, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 350, + "totalMatched": 584.84, + "ex": { + "availableToBack": [ + { + "price": 330, + "size": 2.76 + }, + { + "price": 320, + "size": 2 + }, + { + "price": 310, + "size": 3.27 + } + ], + "availableToLay": [ + { + "price": 600, + "size": 4.69 + }, + { + "price": 650, + "size": 30 + }, + { + "price": 700, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5589755, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 740, + "totalMatched": 600, + "ex": { + "availableToBack": [ + { + "price": 410, + "size": 5.58 + }, + { + "price": 400, + "size": 3.42 + }, + { + "price": 340, + "size": 5.67 + } + ], + "availableToLay": [ + { + "price": 890, + "size": 7.55 + }, + { + "price": 940, + "size": 10.24 + }, + { + "price": 960, + "size": 11.95 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1537495, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 470, + "totalMatched": 1404.81, + "ex": { + "availableToBack": [ + { + "price": 420, + "size": 4.37 + }, + { + "price": 390, + "size": 5.34 + }, + { + "price": 200, + "size": 12.94 + } + ], + "availableToLay": [ + { + "price": 480, + "size": 6.74 + }, + { + "price": 500, + "size": 7.41 + }, + { + "price": 990, + "size": 2.24 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13026058, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 980, + "totalMatched": 402.46, + "ex": { + "availableToBack": [ + { + "price": 450, + "size": 3.17 + }, + { + "price": 380, + "size": 4 + }, + { + "price": 370, + "size": 3.62 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 51.43 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12452554, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 470, + "totalMatched": 1306.74, + "ex": { + "availableToBack": [ + { + "price": 460, + "size": 4.64 + }, + { + "price": 100, + "size": 20 + }, + { + "price": 50, + "size": 5 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 11.74 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28468158, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 990, + "totalMatched": 316.27, + "ex": { + "availableToBack": [ + { + "price": 530, + "size": 5.79 + }, + { + "price": 520, + "size": 4.02 + }, + { + "price": 280, + "size": 2.01 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 16.95 + }, + { + "price": 1000, + "size": 5.2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 2240772, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 183.93, + "ex": { + "availableToBack": [ + { + "price": 590, + "size": 2.72 + }, + { + "price": 580, + "size": 4.09 + }, + { + "price": 400, + "size": 4.74 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12651886, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 990, + "totalMatched": 250.82, + "ex": { + "availableToBack": [ + { + "price": 580, + "size": 4.37 + }, + { + "price": 280, + "size": 12.1 + }, + { + "price": 270, + "size": 7 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2.37 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12651889, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 99.64, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 15.31 + }, + { + "price": 600, + "size": 10 + }, + { + "price": 36, + "size": 4.29 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 27917058, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 96.83, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 20.02 + }, + { + "price": 40, + "size": 35.5 + }, + { + "price": 36, + "size": 3.79 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 13026063, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 84.37, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 25.19 + }, + { + "price": 900, + "size": 5 + }, + { + "price": 600, + "size": 18.53 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12457556, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 75.25, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 28.61 + }, + { + "price": 310, + "size": 3.1 + }, + { + "price": 300, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1542511, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 68.65, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 20.83 + }, + { + "price": 250, + "size": 10 + }, + { + "price": 210, + "size": 3 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 38520829, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 74.42, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 17.38 + }, + { + "price": 370, + "size": 2.01 + }, + { + "price": 200, + "size": 50 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 38520830, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 54.95, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 34.1 + }, + { + "price": 600, + "size": 5 + }, + { + "price": 420, + "size": 5 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 38520832, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 41.71, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 28.97 + }, + { + "price": 12, + "size": 5 + }, + { + "price": 11, + "size": 50 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 38520834, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 76.19, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 34.11 + }, + { + "price": 11, + "size": 5 + }, + { + "price": 10, + "size": 100 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 38520847, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 13.42, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 46.01 + }, + { + "price": 200, + "size": 2 + }, + { + "price": 23, + "size": 3 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 9203406, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 3.42, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 48.01 + }, + { + "price": 21, + "size": 5 + }, + { + "price": 20, + "size": 40 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12450153, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 7.42, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 42.37 + }, + { + "price": 11, + "size": 5 + }, + { + "price": 10, + "size": 100 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 5589759, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 34.4, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 36.08 + }, + { + "price": 11, + "size": 5 + }, + { + "price": 10, + "size": 100 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12212133, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 7.42, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 46.01 + }, + { + "price": 6, + "size": 5 + }, + { + "price": 5, + "size": 150 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": false, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 40, + "numberOfActiveRunners": 40, + "lastMatchTime": "2021-07-31T20:22:42.563Z", + "totalAvailable": 121490.89, + "crossMatching": false, + "runnersVoidable": false, + "version": 3938125323, + "options": [ + { + "selectionId": 10850783, + "runnerName": "Emmanuel Macron", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 1.91, + "totalMatched": 168862.92, + "ex": { + "availableToBack": [ + { + "price": 1.9, + "size": 107.26 + }, + { + "price": 1.88, + "size": 66.7 + }, + { + "price": 1.85, + "size": 5 + } + ], + "availableToLay": [ + { + "price": 1.92, + "size": 102 + }, + { + "price": 1.94, + "size": 6 + }, + { + "price": 1.95, + "size": 39.56 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5589756, + "runnerName": "Marine Le Pen", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 6.2, + "totalMatched": 68138.63, + "ex": { + "availableToBack": [ + { + "price": 6, + "size": 17.68 + }, + { + "price": 5.9, + "size": 37.1 + }, + { + "price": 5.8, + "size": 57.83 + } + ], + "availableToLay": [ + { + "price": 6.2, + "size": 14.42 + }, + { + "price": 6.4, + "size": 967.19 + }, + { + "price": 6.6, + "size": 49.03 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5589760, + "runnerName": "Xavier Bertrand", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 7.2, + "totalMatched": 12730.82, + "ex": { + "availableToBack": [ + { + "price": 7.2, + "size": 3.12 + }, + { + "price": 7, + "size": 2 + }, + { + "price": 6.8, + "size": 6 + } + ], + "availableToLay": [ + { + "price": 7.6, + "size": 12.5 + }, + { + "price": 8.4, + "size": 8 + }, + { + "price": 8.6, + "size": 10.74 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12457543, + "runnerName": "Valerie Pecresse", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 40, + "totalMatched": 2459.17, + "ex": { + "availableToBack": [ + { + "price": 29, + "size": 2 + }, + { + "price": 28, + "size": 5.12 + }, + { + "price": 25, + "size": 7 + } + ], + "availableToLay": [ + { + "price": 42, + "size": 41.79 + }, + { + "price": 46, + "size": 8.9 + }, + { + "price": 48, + "size": 18.78 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38520833, + "runnerName": "Eric Zemmour", + "handicap": 0, + "sortPriority": 5, + "status": "ACTIVE", + "lastPriceTraded": 34, + "totalMatched": 3150.27, + "ex": { + "availableToBack": [ + { + "price": 26, + "size": 3.99 + }, + { + "price": 25, + "size": 6 + }, + { + "price": 18, + "size": 8 + } + ], + "availableToLay": [ + { + "price": 34, + "size": 25.24 + }, + { + "price": 40, + "size": 397.96 + }, + { + "price": 80, + "size": 5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5589758, + "runnerName": "Jean-Luc Melenchon", + "handicap": 0, + "sortPriority": 6, + "status": "ACTIVE", + "lastPriceTraded": 30, + "totalMatched": 5797.64, + "ex": { + "availableToBack": [ + { + "price": 30, + "size": 2 + }, + { + "price": 29, + "size": 4.56 + }, + { + "price": 28, + "size": 2.5 + } + ], + "availableToLay": [ + { + "price": 34, + "size": 160.43 + }, + { + "price": 36, + "size": 22.56 + }, + { + "price": 38, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13026080, + "runnerName": "Edouard Philippe", + "handicap": 0, + "sortPriority": 7, + "status": "ACTIVE", + "lastPriceTraded": 42, + "totalMatched": 4475.04, + "ex": { + "availableToBack": [ + { + "price": 44, + "size": 5.41 + }, + { + "price": 42, + "size": 4 + }, + { + "price": 21, + "size": 6.71 + } + ], + "availableToLay": [ + { + "price": 65, + "size": 3.43 + }, + { + "price": 70, + "size": 6.35 + }, + { + "price": 75, + "size": 13.65 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 23479626, + "runnerName": "Michel Barnier", + "handicap": 0, + "sortPriority": 8, + "status": "ACTIVE", + "lastPriceTraded": 85, + "totalMatched": 4428.9, + "ex": { + "availableToBack": [ + { + "price": 80, + "size": 6.92 + }, + { + "price": 75, + "size": 5.11 + }, + { + "price": 70, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 95, + "size": 2.7 + }, + { + "price": 100, + "size": 7.15 + }, + { + "price": 110, + "size": 5.03 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38520828, + "runnerName": "Pierre de Villiers", + "handicap": 0, + "sortPriority": 9, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 1228.38, + "ex": { + "availableToBack": [ + { + "price": 65, + "size": 2.52 + }, + { + "price": 60, + "size": 2.5 + }, + { + "price": 34, + "size": 2.56 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 127.84 + }, + { + "price": 150, + "size": 205.74 + }, + { + "price": 200, + "size": 148.54 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28224548, + "runnerName": "Anne Hidalgo", + "handicap": 0, + "sortPriority": 10, + "status": "ACTIVE", + "lastPriceTraded": 80, + "totalMatched": 3607.22, + "ex": { + "availableToBack": [ + { + "price": 80, + "size": 3.56 + }, + { + "price": 75, + "size": 3.88 + }, + { + "price": 65, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 90, + "size": 12 + }, + { + "price": 95, + "size": 15.6 + }, + { + "price": 120, + "size": 11.95 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 40384121, + "runnerName": "Philippe Juvin", + "handicap": 0, + "sortPriority": 11, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 4.58, + "ex": { + "availableToBack": [ + { + "price": 290, + "size": 8.19 + }, + { + "price": 280, + "size": 3.57 + }, + { + "price": 260, + "size": 19 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12457552, + "runnerName": "Rachida Dati", + "handicap": 0, + "sortPriority": 12, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 40.92, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 22.81 + }, + { + "price": 210, + "size": 25.09 + }, + { + "price": 190, + "size": 10 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 13007194, + "runnerName": "Florian Philippot", + "handicap": 0, + "sortPriority": 13, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 283.78, + "ex": { + "availableToBack": [ + { + "price": 120, + "size": 3.94 + }, + { + "price": 110, + "size": 3.41 + }, + { + "price": 100, + "size": 16 + } + ], + "availableToLay": [ + { + "price": 200, + "size": 11.08 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28468159, + "runnerName": "Yanick Jadot", + "handicap": 0, + "sortPriority": 14, + "status": "ACTIVE", + "lastPriceTraded": 260, + "totalMatched": 1451.69, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 2.71 + }, + { + "price": 140, + "size": 10 + }, + { + "price": 100, + "size": 4.13 + } + ], + "availableToLay": [ + { + "price": 260, + "size": 17.4 + }, + { + "price": 300, + "size": 6.86 + }, + { + "price": 490, + "size": 9.86 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12452551, + "runnerName": "Laurent Wauquiez", + "handicap": 0, + "sortPriority": 15, + "status": "ACTIVE", + "lastPriceTraded": 180, + "totalMatched": 345.05, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 4.19 + }, + { + "price": 110, + "size": 9.71 + }, + { + "price": 100, + "size": 20 + } + ], + "availableToLay": [ + { + "price": 180, + "size": 103.6 + }, + { + "price": 220, + "size": 10.24 + }, + { + "price": 280, + "size": 29.88 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12166161, + "runnerName": "Nicolas Dupont-Aignan", + "handicap": 0, + "sortPriority": 16, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 337.72, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 7.79 + }, + { + "price": 90, + "size": 14.92 + }, + { + "price": 85, + "size": 2.2 + } + ], + "availableToLay": [ + { + "price": 200, + "size": 10 + }, + { + "price": 500, + "size": 4.88 + }, + { + "price": 510, + "size": 293.95 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28922301, + "runnerName": "Eric Piolle", + "handicap": 0, + "sortPriority": 17, + "status": "ACTIVE", + "lastPriceTraded": 210, + "totalMatched": 367.48, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 3.85 + }, + { + "price": 120, + "size": 3 + }, + { + "price": 60, + "size": 11.7 + } + ], + "availableToLay": [ + { + "price": 590, + "size": 25.55 + }, + { + "price": 620, + "size": 10.24 + }, + { + "price": 640, + "size": 13.48 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38394849, + "runnerName": "David Lisnard", + "handicap": 0, + "sortPriority": 18, + "status": "ACTIVE", + "lastPriceTraded": 250, + "totalMatched": 1289.37, + "ex": { + "availableToBack": [ + { + "price": 220, + "size": 2.07 + }, + { + "price": 180, + "size": 6.63 + }, + { + "price": 50, + "size": 90 + } + ], + "availableToLay": [ + { + "price": 400, + "size": 4 + }, + { + "price": 500, + "size": 2 + }, + { + "price": 950, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 36850669, + "runnerName": "Bruno Retailleau", + "handicap": 0, + "sortPriority": 19, + "status": "ACTIVE", + "lastPriceTraded": 350, + "totalMatched": 584.84, + "ex": { + "availableToBack": [ + { + "price": 330, + "size": 2.76 + }, + { + "price": 320, + "size": 2 + }, + { + "price": 310, + "size": 3.27 + } + ], + "availableToLay": [ + { + "price": 600, + "size": 4.69 + }, + { + "price": 650, + "size": 30 + }, + { + "price": 700, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5589755, + "runnerName": "Arnaud Montebourg", + "handicap": 0, + "sortPriority": 20, + "status": "ACTIVE", + "lastPriceTraded": 740, + "totalMatched": 600, + "ex": { + "availableToBack": [ + { + "price": 410, + "size": 5.58 + }, + { + "price": 400, + "size": 3.42 + }, + { + "price": 340, + "size": 5.67 + } + ], + "availableToLay": [ + { + "price": 890, + "size": 7.55 + }, + { + "price": 940, + "size": 10.24 + }, + { + "price": 960, + "size": 11.95 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1537495, + "runnerName": "Nicolas Sarkozy", + "handicap": 0, + "sortPriority": 21, + "status": "ACTIVE", + "lastPriceTraded": 470, + "totalMatched": 1404.81, + "ex": { + "availableToBack": [ + { + "price": 420, + "size": 4.37 + }, + { + "price": 390, + "size": 5.34 + }, + { + "price": 200, + "size": 12.94 + } + ], + "availableToLay": [ + { + "price": 480, + "size": 6.74 + }, + { + "price": 500, + "size": 7.41 + }, + { + "price": 990, + "size": 2.24 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13026058, + "runnerName": "François Hollande", + "handicap": 0, + "sortPriority": 22, + "status": "ACTIVE", + "lastPriceTraded": 980, + "totalMatched": 402.46, + "ex": { + "availableToBack": [ + { + "price": 450, + "size": 3.17 + }, + { + "price": 380, + "size": 4 + }, + { + "price": 370, + "size": 3.62 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 51.43 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12452554, + "runnerName": "Francois Baroin", + "handicap": 0, + "sortPriority": 23, + "status": "ACTIVE", + "lastPriceTraded": 470, + "totalMatched": 1306.74, + "ex": { + "availableToBack": [ + { + "price": 460, + "size": 4.64 + }, + { + "price": 100, + "size": 20 + }, + { + "price": 50, + "size": 5 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 11.74 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28468158, + "runnerName": "Ségolène Royal", + "handicap": 0, + "sortPriority": 24, + "status": "ACTIVE", + "lastPriceTraded": 990, + "totalMatched": 316.27, + "ex": { + "availableToBack": [ + { + "price": 530, + "size": 5.79 + }, + { + "price": 520, + "size": 4.02 + }, + { + "price": 280, + "size": 2.01 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 16.95 + }, + { + "price": 1000, + "size": 5.2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 2240772, + "runnerName": "Nicolas Hulot", + "handicap": 0, + "sortPriority": 25, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 183.93, + "ex": { + "availableToBack": [ + { + "price": 590, + "size": 2.72 + }, + { + "price": 580, + "size": 4.09 + }, + { + "price": 400, + "size": 4.74 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12651886, + "runnerName": "Bruno Le Maire", + "handicap": 0, + "sortPriority": 26, + "status": "ACTIVE", + "lastPriceTraded": 990, + "totalMatched": 250.82, + "ex": { + "availableToBack": [ + { + "price": 580, + "size": 4.37 + }, + { + "price": 280, + "size": 12.1 + }, + { + "price": 270, + "size": 7 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2.37 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12651889, + "runnerName": "Jean Lassalle", + "handicap": 0, + "sortPriority": 27, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 99.64, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 15.31 + }, + { + "price": 600, + "size": 10 + }, + { + "price": 36, + "size": 4.29 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 27917058, + "runnerName": "Joachim Son-Forget", + "handicap": 0, + "sortPriority": 28, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 96.83, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 20.02 + }, + { + "price": 40, + "size": 35.5 + }, + { + "price": 36, + "size": 3.79 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 13026063, + "runnerName": "Bernard Cazeneuve", + "handicap": 0, + "sortPriority": 29, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 84.37, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 25.19 + }, + { + "price": 900, + "size": 5 + }, + { + "price": 600, + "size": 18.53 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12457556, + "runnerName": "Nathalie Kosciusko-Morizet", + "handicap": 0, + "sortPriority": 30, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 75.25, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 28.61 + }, + { + "price": 310, + "size": 3.1 + }, + { + "price": 300, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1542511, + "runnerName": "Philippe de Villiers", + "handicap": 0, + "sortPriority": 31, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 68.65, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 20.83 + }, + { + "price": 250, + "size": 10 + }, + { + "price": 210, + "size": 3 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 38520829, + "runnerName": "Gerald Darmanin", + "handicap": 0, + "sortPriority": 32, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 74.42, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 17.38 + }, + { + "price": 370, + "size": 2.01 + }, + { + "price": 200, + "size": 50 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 38520830, + "runnerName": "Jean Messiha", + "handicap": 0, + "sortPriority": 33, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 54.95, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 34.1 + }, + { + "price": 600, + "size": 5 + }, + { + "price": 420, + "size": 5 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 38520832, + "runnerName": "Jean Casteix", + "handicap": 0, + "sortPriority": 34, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 41.71, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 28.97 + }, + { + "price": 12, + "size": 5 + }, + { + "price": 11, + "size": 50 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 38520834, + "runnerName": "Najat Vallaud-Belkacem", + "handicap": 0, + "sortPriority": 35, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 76.19, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 34.11 + }, + { + "price": 11, + "size": 5 + }, + { + "price": 10, + "size": 100 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 38520847, + "runnerName": "François Ruffin", + "handicap": 0, + "sortPriority": 36, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 13.42, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 46.01 + }, + { + "price": 200, + "size": 2 + }, + { + "price": 23, + "size": 3 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 9203406, + "runnerName": "Francois Fillon", + "handicap": 0, + "sortPriority": 37, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 3.42, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 48.01 + }, + { + "price": 21, + "size": 5 + }, + { + "price": 20, + "size": 40 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12450153, + "runnerName": "Gerard Larcher", + "handicap": 0, + "sortPriority": 38, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 7.42, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 42.37 + }, + { + "price": 11, + "size": 5 + }, + { + "price": 10, + "size": 100 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 5589759, + "runnerName": "Alain Juppe", + "handicap": 0, + "sortPriority": 39, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 34.4, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 36.08 + }, + { + "price": 11, + "size": 5 + }, + { + "price": 10, + "size": 100 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12212133, + "runnerName": "Benoit Hamon", + "handicap": 0, + "sortPriority": 40, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 7.42, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 46.01 + }, + { + "price": 6, + "size": 5 + }, + { + "price": 5, + "size": 150 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.170273835", + "marketName": "Next Labour Leader", + "description": { + "persistenceEnabled": false, + "bspMarket": false, + "marketTime": "2019-12-14T17:00:00.000Z", + "suspendTime": "2021-12-14T17:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": false, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "

    MARKET INFORMATION

    For further information please see Rules Regs.

    Who will be the next permanent leader of the Labour Party, after Keir Starmer?

    This market will be settled based on the first official announcement of the next permanent Labour Party leader after Keir Starmer, as chosen by a Labour Party leadership contest. Betfair reserves the right to suspend, cancel unmatched bets and turn in-play or re-open this market as and when information becomes available to it. Additional runners may be added upon request.

    In the event of any ambiguity over an announcement, Betfair may determine, using its reasonable discretion, how to settle the market based on all the information available to it at the relevant time. Betfair reserves the right to wait for further official announcements before the market is settled.

    Betfair will not be responsible for suspending the market when an official announcement is made by The Labour Party. However, Betfair will suspend the market as soon as it becomes aware of an official announcement. Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time in the event that Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome.", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 20069.69, + "runners": [ + { + "selectionId": 2601290, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 4.3, + "totalMatched": 12224.43, + "ex": { + "availableToBack": [ + { + "price": 4.2, + "size": 197.94 + }, + { + "price": 4.1, + "size": 2.01 + }, + { + "price": 4, + "size": 37.69 + } + ], + "availableToLay": [ + { + "price": 4.4, + "size": 34.96 + }, + { + "price": 4.5, + "size": 500 + }, + { + "price": 5.2, + "size": 7.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11811130, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 8.4, + "totalMatched": 2791.45, + "ex": { + "availableToBack": [ + { + "price": 8, + "size": 5 + }, + { + "price": 7.8, + "size": 18 + }, + { + "price": 7.6, + "size": 6 + } + ], + "availableToLay": [ + { + "price": 8.8, + "size": 8.98 + }, + { + "price": 9.2, + "size": 5.99 + }, + { + "price": 12.5, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4722753, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 32, + "totalMatched": 542.99, + "ex": { + "availableToBack": [ + { + "price": 23, + "size": 4.99 + }, + { + "price": 22, + "size": 2 + }, + { + "price": 19, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 34, + "size": 11.8 + }, + { + "price": 36, + "size": 2 + }, + { + "price": 280, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5859546, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 11, + "totalMatched": 1127.31, + "ex": { + "availableToBack": [ + { + "price": 11, + "size": 17.86 + }, + { + "price": 10.5, + "size": 13.99 + }, + { + "price": 9, + "size": 6.99 + } + ], + "availableToLay": [ + { + "price": 13, + "size": 3.97 + }, + { + "price": 16, + "size": 3.99 + }, + { + "price": 23, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1288344, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 17, + "totalMatched": 679.18, + "ex": { + "availableToBack": [ + { + "price": 15.5, + "size": 3.99 + }, + { + "price": 10, + "size": 5.99 + }, + { + "price": 9.6, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 17.5, + "size": 32.86 + }, + { + "price": 18.5, + "size": 41.99 + }, + { + "price": 19, + "size": 10 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 19619950, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 34, + "totalMatched": 216.28, + "ex": { + "availableToBack": [ + { + "price": 34, + "size": 6.98 + }, + { + "price": 32, + "size": 3 + }, + { + "price": 21, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 60, + "size": 6.99 + }, + { + "price": 95, + "size": 3.99 + }, + { + "price": 150, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 27469045, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 290, + "totalMatched": 20.25, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 4.15 + }, + { + "price": 150, + "size": 2 + }, + { + "price": 100, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 300, + "size": 4 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11148999, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 30, + "totalMatched": 200.22, + "ex": { + "availableToBack": [ + { + "price": 16.5, + "size": 6.93 + }, + { + "price": 16, + "size": 12 + }, + { + "price": 15.5, + "size": 30 + } + ], + "availableToLay": [ + { + "price": 36, + "size": 11.99 + }, + { + "price": 38, + "size": 2 + }, + { + "price": 40, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10275266, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 50, + "totalMatched": 89.75, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 4.99 + }, + { + "price": 50, + "size": 3.99 + }, + { + "price": 48, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 85, + "size": 2.99 + }, + { + "price": 90, + "size": 2 + }, + { + "price": 95, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 20609141, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 95, + "totalMatched": 51.89, + "ex": { + "availableToBack": [ + { + "price": 46, + "size": 2 + }, + { + "price": 44, + "size": 6.99 + }, + { + "price": 42, + "size": 8 + } + ], + "availableToLay": [ + { + "price": 200, + "size": 5.99 + }, + { + "price": 900, + "size": 3.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10275269, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 180, + "totalMatched": 58.94, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 3.98 + }, + { + "price": 130, + "size": 4.45 + }, + { + "price": 20, + "size": 6.53 + } + ], + "availableToLay": [ + { + "price": 440, + "size": 3.99 + }, + { + "price": 450, + "size": 3.99 + }, + { + "price": 750, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9487470, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 30.19, + "ex": { + "availableToBack": [ + { + "price": 200, + "size": 2.99 + }, + { + "price": 180, + "size": 3.99 + }, + { + "price": 80, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 750, + "size": 3.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28275572, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 180, + "totalMatched": 99.98, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 3.03 + }, + { + "price": 80, + "size": 5.99 + }, + { + "price": 75, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 180, + "size": 3.97 + }, + { + "price": 200, + "size": 3.99 + }, + { + "price": 500, + "size": 21.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1382294, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 143.99, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 7.99 + }, + { + "price": 48, + "size": 7 + }, + { + "price": 46, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 80, + "size": 3.95 + }, + { + "price": 650, + "size": 3.99 + }, + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11478024, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 90, + "totalMatched": 146.82, + "ex": { + "availableToBack": [ + { + "price": 80, + "size": 3.99 + }, + { + "price": 75, + "size": 3.99 + }, + { + "price": 65, + "size": 4.99 + } + ], + "availableToLay": [ + { + "price": 220, + "size": 5.99 + }, + { + "price": 250, + "size": 2.99 + }, + { + "price": 300, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5859542, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 12, + "totalMatched": 484.99, + "ex": { + "availableToBack": [ + { + "price": 13.5, + "size": 2 + }, + { + "price": 13, + "size": 6.99 + }, + { + "price": 12, + "size": 19.98 + } + ], + "availableToLay": [ + { + "price": 25, + "size": 4.99 + }, + { + "price": 26, + "size": 20 + }, + { + "price": 27, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28275586, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 55, + "totalMatched": 82.52, + "ex": { + "availableToBack": [ + { + "price": 65, + "size": 4.99 + }, + { + "price": 60, + "size": 2 + }, + { + "price": 50, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 5.99 + }, + { + "price": 120, + "size": 4.99 + }, + { + "price": 180, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 14710730, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 52.23, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 4.98 + }, + { + "price": 150, + "size": 3 + }, + { + "price": 100, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 430, + "size": 3.99 + }, + { + "price": 470, + "size": 3.98 + }, + { + "price": 480, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11148981, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 130, + "totalMatched": 40.93, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 3.99 + }, + { + "price": 130, + "size": 4.98 + }, + { + "price": 26, + "size": 8.99 + } + ], + "availableToLay": [ + { + "price": 490, + "size": 3.99 + }, + { + "price": 500, + "size": 10 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 2601254, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 150.59, + "ex": { + "availableToBack": [ + { + "price": 60, + "size": 3.99 + }, + { + "price": 55, + "size": 6.99 + }, + { + "price": 38, + "size": 3.98 + } + ], + "availableToLay": [ + { + "price": 150, + "size": 4.98 + }, + { + "price": 500, + "size": 21.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10386965, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 250, + "totalMatched": 0.94, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 2.99 + }, + { + "price": 150, + "size": 3.57 + }, + { + "price": 21, + "size": 16.99 + } + ], + "availableToLay": [ + { + "price": 250, + "size": 3.52 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11149005, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 260, + "totalMatched": 19.99, + "ex": { + "availableToBack": [ + { + "price": 180, + "size": 2.99 + }, + { + "price": 170, + "size": 2 + }, + { + "price": 150, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 3.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38451147, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 75, + "totalMatched": 146.83, + "ex": { + "availableToBack": [ + { + "price": 80, + "size": 2.99 + }, + { + "price": 60, + "size": 4.99 + }, + { + "price": 50, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11149001, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 150, + "totalMatched": 17.03, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 4.99 + }, + { + "price": 120, + "size": 2 + }, + { + "price": 100, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10386953, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 80, + "totalMatched": 46.98, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 3.99 + }, + { + "price": 38, + "size": 9.99 + }, + { + "price": 21, + "size": 3.52 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 9.94 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11855680, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 130, + "totalMatched": 65.72, + "ex": { + "availableToBack": [ + { + "price": 120, + "size": 2.99 + }, + { + "price": 110, + "size": 3 + }, + { + "price": 100, + "size": 3 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 4.09 + }, + { + "price": 1000, + "size": 8.5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9343965, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 160, + "totalMatched": 51.02, + "ex": { + "availableToBack": [ + { + "price": 170, + "size": 4.98 + }, + { + "price": 160, + "size": 2.75 + }, + { + "price": 23, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 480, + "size": 3.99 + }, + { + "price": 490, + "size": 2.99 + }, + { + "price": 500, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11149003, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 55, + "totalMatched": 149.65, + "ex": { + "availableToBack": [ + { + "price": 60, + "size": 4.99 + }, + { + "price": 55, + "size": 3 + }, + { + "price": 50, + "size": 3 + } + ], + "availableToLay": [ + { + "price": 80, + "size": 3.99 + }, + { + "price": 110, + "size": 2.99 + }, + { + "price": 200, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9199693, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 160, + "totalMatched": 9.99, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 4.99 + }, + { + "price": 20, + "size": 6.93 + }, + { + "price": 6, + "size": 21.99 + } + ], + "availableToLay": [ + { + "price": 500, + "size": 4.09 + }, + { + "price": 600, + "size": 3.99 + }, + { + "price": 800, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1140616, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 55, + "totalMatched": 27.21, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 6.99 + }, + { + "price": 65, + "size": 2 + }, + { + "price": 50, + "size": 4.04 + } + ], + "availableToLay": [ + { + "price": 120, + "size": 4.98 + }, + { + "price": 130, + "size": 3.99 + }, + { + "price": 140, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 18709743, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 210, + "size": 4.41 + }, + { + "price": 100, + "size": 3 + }, + { + "price": 20, + "size": 6.73 + } + ], + "availableToLay": [ + { + "price": 890, + "size": 3.99 + }, + { + "price": 900, + "size": 2 + }, + { + "price": 990, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10275270, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 180, + "size": 4.99 + }, + { + "price": 150, + "size": 2 + }, + { + "price": 20, + "size": 10.56 + } + ], + "availableToLay": [ + { + "price": 540, + "size": 3.99 + }, + { + "price": 550, + "size": 2 + }, + { + "price": 600, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10275264, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 85, + "totalMatched": 57.48, + "ex": { + "availableToBack": [ + { + "price": 65, + "size": 3.98 + }, + { + "price": 50, + "size": 4.99 + }, + { + "price": 46, + "size": 4.22 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 20.97 + }, + { + "price": 120, + "size": 16 + }, + { + "price": 150, + "size": 3.43 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13274101, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 260, + "size": 4.31 + }, + { + "price": 100, + "size": 3.99 + }, + { + "price": 20, + "size": 8.71 + } + ], + "availableToLay": [ + { + "price": 890, + "size": 3.99 + }, + { + "price": 900, + "size": 2 + }, + { + "price": 1000, + "size": 8 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12608118, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 390, + "totalMatched": 0.54, + "ex": { + "availableToBack": [ + { + "price": 200, + "size": 2.99 + }, + { + "price": 150, + "size": 3.53 + }, + { + "price": 20, + "size": 8.71 + } + ], + "availableToLay": [ + { + "price": 300, + "size": 8.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 8498836, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 55, + "totalMatched": 107.31, + "ex": { + "availableToBack": [ + { + "price": 75, + "size": 4.99 + }, + { + "price": 50, + "size": 3.99 + }, + { + "price": 42, + "size": 5.99 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 4.49 + }, + { + "price": 400, + "size": 3.99 + }, + { + "price": 500, + "size": 21.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9472712, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 85, + "totalMatched": 3.98, + "ex": { + "availableToBack": [ + { + "price": 260, + "size": 4.12 + }, + { + "price": 100, + "size": 3 + }, + { + "price": 20, + "size": 5.99 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 3.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11855681, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 280, + "totalMatched": 5.99, + "ex": { + "availableToBack": [ + { + "price": 260, + "size": 2.99 + }, + { + "price": 100, + "size": 3.99 + }, + { + "price": 50, + "size": 4.99 + } + ], + "availableToLay": [ + { + "price": 800, + "size": 3.99 + }, + { + "price": 1000, + "size": 8 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11724089, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 260, + "totalMatched": 5.99, + "ex": { + "availableToBack": [ + { + "price": 260, + "size": 2.99 + }, + { + "price": 100, + "size": 3 + }, + { + "price": 20, + "size": 6.73 + } + ], + "availableToLay": [ + { + "price": 890, + "size": 3.99 + }, + { + "price": 900, + "size": 2 + }, + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10386956, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 260, + "totalMatched": 9.98, + "ex": { + "availableToBack": [ + { + "price": 260, + "size": 2.99 + }, + { + "price": 100, + "size": 3.99 + }, + { + "price": 20, + "size": 5.99 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 3.99 + }, + { + "price": 1000, + "size": 8 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10386961, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 180, + "totalMatched": 19.99, + "ex": { + "availableToBack": [ + { + "price": 170, + "size": 4.99 + }, + { + "price": 21, + "size": 2.2 + }, + { + "price": 20, + "size": 4.66 + } + ], + "availableToLay": [ + { + "price": 300, + "size": 3.99 + }, + { + "price": 990, + "size": 3.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9553914, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 25.98, + "ex": { + "availableToBack": [ + { + "price": 140, + "size": 2.99 + }, + { + "price": 120, + "size": 4.99 + }, + { + "price": 90, + "size": 4.27 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 2 + }, + { + "price": 1000, + "size": 7.01 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28304795, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 100, + "totalMatched": 61.98, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 3.99 + }, + { + "price": 85, + "size": 3.99 + }, + { + "price": 70, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 150, + "size": 3.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": false, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 43, + "numberOfActiveRunners": 43, + "lastMatchTime": "2021-07-31T20:46:53.580Z", + "totalAvailable": 67490.79, + "crossMatching": false, + "runnersVoidable": false, + "version": 3619172421, + "options": [ + { + "selectionId": 2601290, + "runnerName": "Andy Burnham", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 4.3, + "totalMatched": 12224.43, + "ex": { + "availableToBack": [ + { + "price": 4.2, + "size": 197.94 + }, + { + "price": 4.1, + "size": 2.01 + }, + { + "price": 4, + "size": 37.69 + } + ], + "availableToLay": [ + { + "price": 4.4, + "size": 34.96 + }, + { + "price": 4.5, + "size": 500 + }, + { + "price": 5.2, + "size": 7.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11811130, + "runnerName": "Angela Rayner", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 8.4, + "totalMatched": 2791.45, + "ex": { + "availableToBack": [ + { + "price": 8, + "size": 5 + }, + { + "price": 7.8, + "size": 18 + }, + { + "price": 7.6, + "size": 6 + } + ], + "availableToLay": [ + { + "price": 8.8, + "size": 8.98 + }, + { + "price": 9.2, + "size": 5.99 + }, + { + "price": 12.5, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4722753, + "runnerName": "Sadiq Khan", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 32, + "totalMatched": 542.99, + "ex": { + "availableToBack": [ + { + "price": 23, + "size": 4.99 + }, + { + "price": 22, + "size": 2 + }, + { + "price": 19, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 34, + "size": 11.8 + }, + { + "price": 36, + "size": 2 + }, + { + "price": 280, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5859546, + "runnerName": "Lisa Nandy", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 11, + "totalMatched": 1127.31, + "ex": { + "availableToBack": [ + { + "price": 11, + "size": 17.86 + }, + { + "price": 10.5, + "size": 13.99 + }, + { + "price": 9, + "size": 6.99 + } + ], + "availableToLay": [ + { + "price": 13, + "size": 3.97 + }, + { + "price": 16, + "size": 3.99 + }, + { + "price": 23, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1288344, + "runnerName": "Yvette Cooper", + "handicap": 0, + "sortPriority": 5, + "status": "ACTIVE", + "lastPriceTraded": 17, + "totalMatched": 679.18, + "ex": { + "availableToBack": [ + { + "price": 15.5, + "size": 3.99 + }, + { + "price": 10, + "size": 5.99 + }, + { + "price": 9.6, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 17.5, + "size": 32.86 + }, + { + "price": 18.5, + "size": 41.99 + }, + { + "price": 19, + "size": 10 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 19619950, + "runnerName": "Rosena Allin-Khan", + "handicap": 0, + "sortPriority": 6, + "status": "ACTIVE", + "lastPriceTraded": 34, + "totalMatched": 216.28, + "ex": { + "availableToBack": [ + { + "price": 34, + "size": 6.98 + }, + { + "price": 32, + "size": 3 + }, + { + "price": 21, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 60, + "size": 6.99 + }, + { + "price": 95, + "size": 3.99 + }, + { + "price": 150, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 27469045, + "runnerName": "Louise Haigh", + "handicap": 0, + "sortPriority": 7, + "status": "ACTIVE", + "lastPriceTraded": 290, + "totalMatched": 20.25, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 4.15 + }, + { + "price": 150, + "size": 2 + }, + { + "price": 100, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 300, + "size": 4 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11148999, + "runnerName": "Jess Phillips", + "handicap": 0, + "sortPriority": 8, + "status": "ACTIVE", + "lastPriceTraded": 30, + "totalMatched": 200.22, + "ex": { + "availableToBack": [ + { + "price": 16.5, + "size": 6.93 + }, + { + "price": 16, + "size": 12 + }, + { + "price": 15.5, + "size": 30 + } + ], + "availableToLay": [ + { + "price": 36, + "size": 11.99 + }, + { + "price": 38, + "size": 2 + }, + { + "price": 40, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10275266, + "runnerName": "Clive Lewis", + "handicap": 0, + "sortPriority": 9, + "status": "ACTIVE", + "lastPriceTraded": 50, + "totalMatched": 89.75, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 4.99 + }, + { + "price": 50, + "size": 3.99 + }, + { + "price": 48, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 85, + "size": 2.99 + }, + { + "price": 90, + "size": 2 + }, + { + "price": 95, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 20609141, + "runnerName": "Dan Carden", + "handicap": 0, + "sortPriority": 10, + "status": "ACTIVE", + "lastPriceTraded": 95, + "totalMatched": 51.89, + "ex": { + "availableToBack": [ + { + "price": 46, + "size": 2 + }, + { + "price": 44, + "size": 6.99 + }, + { + "price": 42, + "size": 8 + } + ], + "availableToLay": [ + { + "price": 200, + "size": 5.99 + }, + { + "price": 900, + "size": 3.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10275269, + "runnerName": "Lucy Powell", + "handicap": 0, + "sortPriority": 11, + "status": "ACTIVE", + "lastPriceTraded": 180, + "totalMatched": 58.94, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 3.98 + }, + { + "price": 130, + "size": 4.45 + }, + { + "price": 20, + "size": 6.53 + } + ], + "availableToLay": [ + { + "price": 440, + "size": 3.99 + }, + { + "price": 450, + "size": 3.99 + }, + { + "price": 750, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9487470, + "runnerName": "Ian Lavery", + "handicap": 0, + "sortPriority": 12, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 30.19, + "ex": { + "availableToBack": [ + { + "price": 200, + "size": 2.99 + }, + { + "price": 180, + "size": 3.99 + }, + { + "price": 80, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 750, + "size": 3.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28275572, + "runnerName": "Anneliese Dodds", + "handicap": 0, + "sortPriority": 13, + "status": "ACTIVE", + "lastPriceTraded": 180, + "totalMatched": 99.98, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 3.03 + }, + { + "price": 80, + "size": 5.99 + }, + { + "price": 75, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 180, + "size": 3.97 + }, + { + "price": 200, + "size": 3.99 + }, + { + "price": 500, + "size": 21.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1382294, + "runnerName": "David Lammy", + "handicap": 0, + "sortPriority": 14, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 143.99, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 7.99 + }, + { + "price": 48, + "size": 7 + }, + { + "price": 46, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 80, + "size": 3.95 + }, + { + "price": 650, + "size": 3.99 + }, + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11478024, + "runnerName": "Richard Burgon", + "handicap": 0, + "sortPriority": 15, + "status": "ACTIVE", + "lastPriceTraded": 90, + "totalMatched": 146.82, + "ex": { + "availableToBack": [ + { + "price": 80, + "size": 3.99 + }, + { + "price": 75, + "size": 3.99 + }, + { + "price": 65, + "size": 4.99 + } + ], + "availableToLay": [ + { + "price": 220, + "size": 5.99 + }, + { + "price": 250, + "size": 2.99 + }, + { + "price": 300, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5859542, + "runnerName": "Rachel Reeves", + "handicap": 0, + "sortPriority": 16, + "status": "ACTIVE", + "lastPriceTraded": 12, + "totalMatched": 484.99, + "ex": { + "availableToBack": [ + { + "price": 13.5, + "size": 2 + }, + { + "price": 13, + "size": 6.99 + }, + { + "price": 12, + "size": 19.98 + } + ], + "availableToLay": [ + { + "price": 25, + "size": 4.99 + }, + { + "price": 26, + "size": 20 + }, + { + "price": 27, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28275586, + "runnerName": "Bridget Phillipson", + "handicap": 0, + "sortPriority": 17, + "status": "ACTIVE", + "lastPriceTraded": 55, + "totalMatched": 82.52, + "ex": { + "availableToBack": [ + { + "price": 65, + "size": 4.99 + }, + { + "price": 60, + "size": 2 + }, + { + "price": 50, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 5.99 + }, + { + "price": 120, + "size": 4.99 + }, + { + "price": 180, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 14710730, + "runnerName": "Laura Pidcock", + "handicap": 0, + "sortPriority": 18, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 52.23, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 4.98 + }, + { + "price": 150, + "size": 3 + }, + { + "price": 100, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 430, + "size": 3.99 + }, + { + "price": 470, + "size": 3.98 + }, + { + "price": 480, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11148981, + "runnerName": "Emily Thornberry", + "handicap": 0, + "sortPriority": 19, + "status": "ACTIVE", + "lastPriceTraded": 130, + "totalMatched": 40.93, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 3.99 + }, + { + "price": 130, + "size": 4.98 + }, + { + "price": 26, + "size": 8.99 + } + ], + "availableToLay": [ + { + "price": 490, + "size": 3.99 + }, + { + "price": 500, + "size": 10 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 2601254, + "runnerName": "David Miliband", + "handicap": 0, + "sortPriority": 20, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 150.59, + "ex": { + "availableToBack": [ + { + "price": 60, + "size": 3.99 + }, + { + "price": 55, + "size": 6.99 + }, + { + "price": 38, + "size": 3.98 + } + ], + "availableToLay": [ + { + "price": 150, + "size": 4.98 + }, + { + "price": 500, + "size": 21.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10386965, + "runnerName": "Jon Trickett", + "handicap": 0, + "sortPriority": 21, + "status": "ACTIVE", + "lastPriceTraded": 250, + "totalMatched": 0.94, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 2.99 + }, + { + "price": 150, + "size": 3.57 + }, + { + "price": 21, + "size": 16.99 + } + ], + "availableToLay": [ + { + "price": 250, + "size": 3.52 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11149005, + "runnerName": "Jim McMahon", + "handicap": 0, + "sortPriority": 22, + "status": "ACTIVE", + "lastPriceTraded": 260, + "totalMatched": 19.99, + "ex": { + "availableToBack": [ + { + "price": 180, + "size": 2.99 + }, + { + "price": 170, + "size": 2 + }, + { + "price": 150, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 3.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38451147, + "runnerName": "Zarah Sultana", + "handicap": 0, + "sortPriority": 23, + "status": "ACTIVE", + "lastPriceTraded": 75, + "totalMatched": 146.83, + "ex": { + "availableToBack": [ + { + "price": 80, + "size": 2.99 + }, + { + "price": 60, + "size": 4.99 + }, + { + "price": 50, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11149001, + "runnerName": "Jonathan Reynolds", + "handicap": 0, + "sortPriority": 24, + "status": "ACTIVE", + "lastPriceTraded": 150, + "totalMatched": 17.03, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 4.99 + }, + { + "price": 120, + "size": 2 + }, + { + "price": 100, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10386953, + "runnerName": "Jonathan Ashworth", + "handicap": 0, + "sortPriority": 25, + "status": "ACTIVE", + "lastPriceTraded": 80, + "totalMatched": 46.98, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 3.99 + }, + { + "price": 38, + "size": 9.99 + }, + { + "price": 21, + "size": 3.52 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 9.94 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11855680, + "runnerName": "Rebecca Long-Bailey", + "handicap": 0, + "sortPriority": 26, + "status": "ACTIVE", + "lastPriceTraded": 130, + "totalMatched": 65.72, + "ex": { + "availableToBack": [ + { + "price": 120, + "size": 2.99 + }, + { + "price": 110, + "size": 3 + }, + { + "price": 100, + "size": 3 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 4.09 + }, + { + "price": 1000, + "size": 8.5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9343965, + "runnerName": "Stella Creasy", + "handicap": 0, + "sortPriority": 27, + "status": "ACTIVE", + "lastPriceTraded": 160, + "totalMatched": 51.02, + "ex": { + "availableToBack": [ + { + "price": 170, + "size": 4.98 + }, + { + "price": 160, + "size": 2.75 + }, + { + "price": 23, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 480, + "size": 3.99 + }, + { + "price": 490, + "size": 2.99 + }, + { + "price": 500, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11149003, + "runnerName": "Wes Streeting", + "handicap": 0, + "sortPriority": 28, + "status": "ACTIVE", + "lastPriceTraded": 55, + "totalMatched": 149.65, + "ex": { + "availableToBack": [ + { + "price": 60, + "size": 4.99 + }, + { + "price": 55, + "size": 3 + }, + { + "price": 50, + "size": 3 + } + ], + "availableToLay": [ + { + "price": 80, + "size": 3.99 + }, + { + "price": 110, + "size": 2.99 + }, + { + "price": 200, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9199693, + "runnerName": "Liz Kendall", + "handicap": 0, + "sortPriority": 29, + "status": "ACTIVE", + "lastPriceTraded": 160, + "totalMatched": 9.99, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 4.99 + }, + { + "price": 20, + "size": 6.93 + }, + { + "price": 6, + "size": 21.99 + } + ], + "availableToLay": [ + { + "price": 500, + "size": 4.09 + }, + { + "price": 600, + "size": 3.99 + }, + { + "price": 800, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1140616, + "runnerName": "Hilary Benn", + "handicap": 0, + "sortPriority": 30, + "status": "ACTIVE", + "lastPriceTraded": 55, + "totalMatched": 27.21, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 6.99 + }, + { + "price": 65, + "size": 2 + }, + { + "price": 50, + "size": 4.04 + } + ], + "availableToLay": [ + { + "price": 120, + "size": 4.98 + }, + { + "price": 130, + "size": 3.99 + }, + { + "price": 140, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 18709743, + "runnerName": "Janet Daby", + "handicap": 0, + "sortPriority": 31, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 210, + "size": 4.41 + }, + { + "price": 100, + "size": 3 + }, + { + "price": 20, + "size": 6.73 + } + ], + "availableToLay": [ + { + "price": 890, + "size": 3.99 + }, + { + "price": 900, + "size": 2 + }, + { + "price": 990, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10275270, + "runnerName": "Matthew Pennycook", + "handicap": 0, + "sortPriority": 32, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 180, + "size": 4.99 + }, + { + "price": 150, + "size": 2 + }, + { + "price": 20, + "size": 10.56 + } + ], + "availableToLay": [ + { + "price": 540, + "size": 3.99 + }, + { + "price": 550, + "size": 2 + }, + { + "price": 600, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10275264, + "runnerName": "Stephen Kinnock", + "handicap": 0, + "sortPriority": 33, + "status": "ACTIVE", + "lastPriceTraded": 85, + "totalMatched": 57.48, + "ex": { + "availableToBack": [ + { + "price": 65, + "size": 3.98 + }, + { + "price": 50, + "size": 4.99 + }, + { + "price": 46, + "size": 4.22 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 20.97 + }, + { + "price": 120, + "size": 16 + }, + { + "price": 150, + "size": 3.43 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13274101, + "runnerName": "Chi Onwurah", + "handicap": 0, + "sortPriority": 34, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 260, + "size": 4.31 + }, + { + "price": 100, + "size": 3.99 + }, + { + "price": 20, + "size": 8.71 + } + ], + "availableToLay": [ + { + "price": 890, + "size": 3.99 + }, + { + "price": 900, + "size": 2 + }, + { + "price": 1000, + "size": 8 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12608118, + "runnerName": "Barry Gardiner", + "handicap": 0, + "sortPriority": 35, + "status": "ACTIVE", + "lastPriceTraded": 390, + "totalMatched": 0.54, + "ex": { + "availableToBack": [ + { + "price": 200, + "size": 2.99 + }, + { + "price": 150, + "size": 3.53 + }, + { + "price": 20, + "size": 8.71 + } + ], + "availableToLay": [ + { + "price": 300, + "size": 8.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 8498836, + "runnerName": "Dan Jarvis", + "handicap": 0, + "sortPriority": 36, + "status": "ACTIVE", + "lastPriceTraded": 55, + "totalMatched": 107.31, + "ex": { + "availableToBack": [ + { + "price": 75, + "size": 4.99 + }, + { + "price": 50, + "size": 3.99 + }, + { + "price": 42, + "size": 5.99 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 4.49 + }, + { + "price": 400, + "size": 3.99 + }, + { + "price": 500, + "size": 21.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9472712, + "runnerName": "Angela Eagle", + "handicap": 0, + "sortPriority": 37, + "status": "ACTIVE", + "lastPriceTraded": 85, + "totalMatched": 3.98, + "ex": { + "availableToBack": [ + { + "price": 260, + "size": 4.12 + }, + { + "price": 100, + "size": 3 + }, + { + "price": 20, + "size": 5.99 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 3.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11855681, + "runnerName": "Kate Osamor", + "handicap": 0, + "sortPriority": 38, + "status": "ACTIVE", + "lastPriceTraded": 280, + "totalMatched": 5.99, + "ex": { + "availableToBack": [ + { + "price": 260, + "size": 2.99 + }, + { + "price": 100, + "size": 3.99 + }, + { + "price": 50, + "size": 4.99 + } + ], + "availableToLay": [ + { + "price": 800, + "size": 3.99 + }, + { + "price": 1000, + "size": 8 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11724089, + "runnerName": "Cat Smith", + "handicap": 0, + "sortPriority": 39, + "status": "ACTIVE", + "lastPriceTraded": 260, + "totalMatched": 5.99, + "ex": { + "availableToBack": [ + { + "price": 260, + "size": 2.99 + }, + { + "price": 100, + "size": 3 + }, + { + "price": 20, + "size": 6.73 + } + ], + "availableToLay": [ + { + "price": 890, + "size": 3.99 + }, + { + "price": 900, + "size": 2 + }, + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10386956, + "runnerName": "Nia Griffith", + "handicap": 0, + "sortPriority": 40, + "status": "ACTIVE", + "lastPriceTraded": 260, + "totalMatched": 9.98, + "ex": { + "availableToBack": [ + { + "price": 260, + "size": 2.99 + }, + { + "price": 100, + "size": 3.99 + }, + { + "price": 20, + "size": 5.99 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 3.99 + }, + { + "price": 1000, + "size": 8 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10386961, + "runnerName": "Seema Malhotra", + "handicap": 0, + "sortPriority": 41, + "status": "ACTIVE", + "lastPriceTraded": 180, + "totalMatched": 19.99, + "ex": { + "availableToBack": [ + { + "price": 170, + "size": 4.99 + }, + { + "price": 21, + "size": 2.2 + }, + { + "price": 20, + "size": 4.66 + } + ], + "availableToLay": [ + { + "price": 300, + "size": 3.99 + }, + { + "price": 990, + "size": 3.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 9553914, + "runnerName": "Jeremy Corbyn", + "handicap": 0, + "sortPriority": 42, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 25.98, + "ex": { + "availableToBack": [ + { + "price": 140, + "size": 2.99 + }, + { + "price": 120, + "size": 4.99 + }, + { + "price": 90, + "size": 4.27 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 2 + }, + { + "price": 1000, + "size": 7.01 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28304795, + "runnerName": "Nick Thomas-Symonds", + "handicap": 0, + "sortPriority": 43, + "status": "ACTIVE", + "lastPriceTraded": 100, + "totalMatched": 61.98, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 3.99 + }, + { + "price": 85, + "size": 3.99 + }, + { + "price": 70, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 150, + "size": 3.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.176649734", + "marketName": "Winning Party", + "description": { + "persistenceEnabled": true, + "bspMarket": false, + "marketTime": "2022-04-08T06:00:00.000Z", + "suspendTime": "2022-04-08T06:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": true, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "
    MARKET INFORMATION

    For further information please see Rules & Regs.

    Which party's nominee will win the next French presidential election?

    This market will be turned in-play at the start of voting on the day of the 1st round of the election, as well as the start of the 2nd round of voting. Thereafter, the market will not be actively managed. Customers are entirely responsible for their bets at all times. Non featured parties may be added to this market upon request.

    If more than one election takes place – not including any second round of voting for the first election - then this market will apply to the first election that is held and will be settled on whoever first takes up the office of President of France on a permanent basis thereafter. If there is any material change to the established role or any ambiguity as to who occupies the position, then Betfair reserves the right to void this market at its absolute discretion.

    Should a Party change only its name and maintain its original composition, then that Party will continue to trade under its original name.

    In the event of any ambiguity over an announcement regarding the election of the next President of France, Betfair may determine, using its reasonable discretion, how to settle the market based on all the information available to it at the relevant time. Betfair reserves the right to wait for further official announcements before the market is settled.

    Betfair will not be responsible for suspending the market when an official announcement is made. However, Betfair will suspend the market as soon as it becomes aware of an official announcement. Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time in the event that Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome.

    ", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 13873.21, + "runners": [ + { + "selectionId": 12740027, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.92, + "totalMatched": 12679.99, + "ex": { + "availableToBack": [ + { + "price": 1.89, + "size": 42.13 + }, + { + "price": 1.88, + "size": 695.68 + }, + { + "price": 1.79, + "size": 2.11 + } + ], + "availableToLay": [ + { + "price": 1.93, + "size": 101.06 + }, + { + "price": 1.96, + "size": 53.34 + }, + { + "price": 2, + "size": 51.06 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12739998, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 6.8, + "totalMatched": 686.13, + "ex": { + "availableToBack": [ + { + "price": 5.7, + "size": 3.06 + }, + { + "price": 5.4, + "size": 19 + }, + { + "price": 5.2, + "size": 3 + } + ], + "availableToLay": [ + { + "price": 7.8, + "size": 15 + }, + { + "price": 8.4, + "size": 3.48 + }, + { + "price": 12, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 23801676, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 5.1, + "totalMatched": 338.7, + "ex": { + "availableToBack": [ + { + "price": 5.4, + "size": 28.25 + }, + { + "price": 5.1, + "size": 19.06 + }, + { + "price": 5, + "size": 3.57 + } + ], + "availableToLay": [ + { + "price": 6.2, + "size": 2.11 + }, + { + "price": 6.4, + "size": 5.56 + }, + { + "price": 10, + "size": 51.58 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37444462, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 10.5, + "totalMatched": 76.6, + "ex": { + "availableToBack": [ + { + "price": 11, + "size": 20.1 + }, + { + "price": 10, + "size": 50 + }, + { + "price": 3.3, + "size": 50.95 + } + ], + "availableToLay": [ + { + "price": 44, + "size": 29.2 + }, + { + "price": 46, + "size": 2 + }, + { + "price": 48, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4160523, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 50, + "totalMatched": 89.03, + "ex": { + "availableToBack": [ + { + "price": 55, + "size": 38.63 + }, + { + "price": 11, + "size": 33.48 + }, + { + "price": 10, + "size": 50 + } + ], + "availableToLay": [ + { + "price": 780, + "size": 2.75 + }, + { + "price": 790, + "size": 2 + }, + { + "price": 800, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12981096, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 210, + "totalMatched": 2.73, + "ex": { + "availableToBack": [ + { + "price": 200, + "size": 16.75 + }, + { + "price": 42, + "size": 3.05 + }, + { + "price": 5, + "size": 17.07 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": false, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 6, + "numberOfActiveRunners": 6, + "lastMatchTime": "2021-07-30T23:58:16.901Z", + "totalAvailable": 3117.16, + "crossMatching": false, + "runnersVoidable": false, + "version": 3518773056, + "options": [ + { + "selectionId": 12740027, + "runnerName": "En Marche!", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 1.92, + "totalMatched": 12679.99, + "ex": { + "availableToBack": [ + { + "price": 1.89, + "size": 42.13 + }, + { + "price": 1.88, + "size": 695.68 + }, + { + "price": 1.79, + "size": 2.11 + } + ], + "availableToLay": [ + { + "price": 1.93, + "size": 101.06 + }, + { + "price": 1.96, + "size": 53.34 + }, + { + "price": 2, + "size": 51.06 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12739998, + "runnerName": "The Republicans", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 6.8, + "totalMatched": 686.13, + "ex": { + "availableToBack": [ + { + "price": 5.7, + "size": 3.06 + }, + { + "price": 5.4, + "size": 19 + }, + { + "price": 5.2, + "size": 3 + } + ], + "availableToLay": [ + { + "price": 7.8, + "size": 15 + }, + { + "price": 8.4, + "size": 3.48 + }, + { + "price": 12, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 23801676, + "runnerName": "National Rally", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 5.1, + "totalMatched": 338.7, + "ex": { + "availableToBack": [ + { + "price": 5.4, + "size": 28.25 + }, + { + "price": 5.1, + "size": 19.06 + }, + { + "price": 5, + "size": 3.57 + } + ], + "availableToLay": [ + { + "price": 6.2, + "size": 2.11 + }, + { + "price": 6.4, + "size": 5.56 + }, + { + "price": 10, + "size": 51.58 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37444462, + "runnerName": "La France insoumise", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 10.5, + "totalMatched": 76.6, + "ex": { + "availableToBack": [ + { + "price": 11, + "size": 20.1 + }, + { + "price": 10, + "size": 50 + }, + { + "price": 3.3, + "size": 50.95 + } + ], + "availableToLay": [ + { + "price": 44, + "size": 29.2 + }, + { + "price": 46, + "size": 2 + }, + { + "price": 48, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4160523, + "runnerName": "Socialist Party", + "handicap": 0, + "sortPriority": 5, + "status": "ACTIVE", + "lastPriceTraded": 50, + "totalMatched": 89.03, + "ex": { + "availableToBack": [ + { + "price": 55, + "size": 38.63 + }, + { + "price": 11, + "size": 33.48 + }, + { + "price": 10, + "size": 50 + } + ], + "availableToLay": [ + { + "price": 780, + "size": 2.75 + }, + { + "price": 790, + "size": 2 + }, + { + "price": 800, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12981096, + "runnerName": "Debout la France", + "handicap": 0, + "sortPriority": 6, + "status": "ACTIVE", + "lastPriceTraded": 210, + "totalMatched": 2.73, + "ex": { + "availableToBack": [ + { + "price": 200, + "size": 16.75 + }, + { + "price": 42, + "size": 3.05 + }, + { + "price": 5, + "size": 17.07 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.176650032", + "marketName": "To Finish In The Final 2", + "description": { + "persistenceEnabled": true, + "bspMarket": false, + "marketTime": "2022-04-08T06:00:00.000Z", + "suspendTime": "2022-04-08T06:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": true, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "

    MARKET INFORMATION

    For further information please see Rules & Regs.

    Will the named candidate be in the final 2 candidates for the run-off of the next French presidential election?

    This market will be turned in-play at the start of voting on election day. Thereafter, the market will not be actively managed. Customers are entirely responsible for their bets at all times. Non featured individuals may be added to this market upon request.

    If there is no final run-off this market will be settled on the first two candidates in the first round of voting.

    If more than one election takes place – not including any second round of voting for the first election - then this market will apply to the first election that is held and will be settled on whoever wins the first round of voting.

    In the event of any ambiguity over an announcement regarding the voting for the next President of France, Betfair may determine, using its reasonable discretion, how to settle the market based on all the information available to it at the relevant time. Betfair reserves the right to wait for further official announcements before the market is settled.

    Betfair will not be responsible for suspending the market when an official announcement is made. However, Betfair will suspend the market as soon as it becomes aware of an official announcement. Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time in the event that Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome.

    ", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 47260.08, + "runners": [ + { + "selectionId": 10850783, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.35, + "totalMatched": 35713.19, + "ex": { + "availableToBack": [ + { + "price": 1.36, + "size": 10 + }, + { + "price": 1.35, + "size": 692.91 + }, + { + "price": 1.32, + "size": 100 + } + ], + "availableToLay": [ + { + "price": 1.44, + "size": 25 + }, + { + "price": 1.45, + "size": 2 + }, + { + "price": 1.46, + "size": 20 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5589756, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.34, + "totalMatched": 9101.62, + "ex": { + "availableToBack": [ + { + "price": 1.31, + "size": 391.09 + }, + { + "price": 1.3, + "size": 748.78 + }, + { + "price": 1.27, + "size": 10 + } + ], + "availableToLay": [ + { + "price": 1.34, + "size": 29.44 + }, + { + "price": 1.38, + "size": 5 + }, + { + "price": 1.39, + "size": 12.23 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5589758, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 8, + "totalMatched": 1949.28, + "ex": { + "availableToBack": [ + { + "price": 5.3, + "size": 8.18 + }, + { + "price": 5.2, + "size": 11 + }, + { + "price": 5.1, + "size": 21.73 + } + ], + "availableToLay": [ + { + "price": 6, + "size": 42.68 + }, + { + "price": 8.4, + "size": 11.71 + }, + { + "price": 9, + "size": 20 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 36850669, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 30, + "totalMatched": 11.92, + "ex": { + "availableToBack": [ + { + "price": 75, + "size": 2 + }, + { + "price": 25, + "size": 5.79 + }, + { + "price": 17, + "size": 7 + } + ], + "availableToLay": [ + { + "price": 400, + "size": 2 + }, + { + "price": 470, + "size": 2 + }, + { + "price": 780, + "size": 4.64 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5589760, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 4.6, + "totalMatched": 295.99, + "ex": { + "availableToBack": [ + { + "price": 4.6, + "size": 2.96 + }, + { + "price": 4.5, + "size": 3 + }, + { + "price": 4.4, + "size": 3 + } + ], + "availableToLay": [ + { + "price": 8.4, + "size": 3.99 + }, + { + "price": 8.6, + "size": 17 + }, + { + "price": 8.8, + "size": 50 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28224548, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 50, + "totalMatched": 84.56, + "ex": { + "availableToBack": [ + { + "price": 34, + "size": 6.6 + }, + { + "price": 32, + "size": 10 + }, + { + "price": 25, + "size": 6.71 + } + ], + "availableToLay": [ + { + "price": 200, + "size": 10.99 + }, + { + "price": 900, + "size": 10.99 + }, + { + "price": 1000, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13026080, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 13, + "totalMatched": 99.03, + "ex": { + "availableToBack": [ + { + "price": 32, + "size": 5.31 + }, + { + "price": 30, + "size": 20 + }, + { + "price": 13, + "size": 3 + } + ], + "availableToLay": [ + { + "price": 95, + "size": 2 + }, + { + "price": 100, + "size": 2 + }, + { + "price": 140, + "size": 5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12452554, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2 + }, + { + "price": 55, + "size": 5.53 + }, + { + "price": 12.5, + "size": 3.41 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2.5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1537495, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 26, + "size": 12.43 + }, + { + "price": 11.5, + "size": 3.7 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 3.14 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28468159, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 100, + "totalMatched": 4.46, + "ex": { + "availableToBack": [ + { + "price": 14, + "size": 16.54 + }, + { + "price": 13.5, + "size": 3.09 + }, + { + "price": 13, + "size": 5.28 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 10.5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13026058, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12.5, + "size": 3.41 + } + ], + "availableToLay": [ + { + "price": 950, + "size": 5.78 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 2240772, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 28922301, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 28468158, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12651886, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12651889, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 5589755, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12457556, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 13026063, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 27917058, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12166161, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 13007194, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": false, + "inplay": false, + "numberOfWinners": 2, + "numberOfRunners": 22, + "numberOfActiveRunners": 22, + "lastMatchTime": "2021-07-31T14:00:49.516Z", + "totalAvailable": 9007.02, + "crossMatching": false, + "runnersVoidable": false, + "version": 3518784316, + "options": [ + { + "selectionId": 10850783, + "runnerName": "Emmanuel Macron", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 1.35, + "totalMatched": 35713.19, + "ex": { + "availableToBack": [ + { + "price": 1.36, + "size": 10 + }, + { + "price": 1.35, + "size": 692.91 + }, + { + "price": 1.32, + "size": 100 + } + ], + "availableToLay": [ + { + "price": 1.44, + "size": 25 + }, + { + "price": 1.45, + "size": 2 + }, + { + "price": 1.46, + "size": 20 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5589756, + "runnerName": "Marine Le Pen", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 1.34, + "totalMatched": 9101.62, + "ex": { + "availableToBack": [ + { + "price": 1.31, + "size": 391.09 + }, + { + "price": 1.3, + "size": 748.78 + }, + { + "price": 1.27, + "size": 10 + } + ], + "availableToLay": [ + { + "price": 1.34, + "size": 29.44 + }, + { + "price": 1.38, + "size": 5 + }, + { + "price": 1.39, + "size": 12.23 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5589758, + "runnerName": "Jean-Luc Melenchon", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 8, + "totalMatched": 1949.28, + "ex": { + "availableToBack": [ + { + "price": 5.3, + "size": 8.18 + }, + { + "price": 5.2, + "size": 11 + }, + { + "price": 5.1, + "size": 21.73 + } + ], + "availableToLay": [ + { + "price": 6, + "size": 42.68 + }, + { + "price": 8.4, + "size": 11.71 + }, + { + "price": 9, + "size": 20 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 36850669, + "runnerName": "Bruno Retailleau", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 30, + "totalMatched": 11.92, + "ex": { + "availableToBack": [ + { + "price": 75, + "size": 2 + }, + { + "price": 25, + "size": 5.79 + }, + { + "price": 17, + "size": 7 + } + ], + "availableToLay": [ + { + "price": 400, + "size": 2 + }, + { + "price": 470, + "size": 2 + }, + { + "price": 780, + "size": 4.64 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5589760, + "runnerName": "Xavier Bertrand", + "handicap": 0, + "sortPriority": 5, + "status": "ACTIVE", + "lastPriceTraded": 4.6, + "totalMatched": 295.99, + "ex": { + "availableToBack": [ + { + "price": 4.6, + "size": 2.96 + }, + { + "price": 4.5, + "size": 3 + }, + { + "price": 4.4, + "size": 3 + } + ], + "availableToLay": [ + { + "price": 8.4, + "size": 3.99 + }, + { + "price": 8.6, + "size": 17 + }, + { + "price": 8.8, + "size": 50 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28224548, + "runnerName": "Anne Hidalgo", + "handicap": 0, + "sortPriority": 6, + "status": "ACTIVE", + "lastPriceTraded": 50, + "totalMatched": 84.56, + "ex": { + "availableToBack": [ + { + "price": 34, + "size": 6.6 + }, + { + "price": 32, + "size": 10 + }, + { + "price": 25, + "size": 6.71 + } + ], + "availableToLay": [ + { + "price": 200, + "size": 10.99 + }, + { + "price": 900, + "size": 10.99 + }, + { + "price": 1000, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13026080, + "runnerName": "Edouard Philippe", + "handicap": 0, + "sortPriority": 7, + "status": "ACTIVE", + "lastPriceTraded": 13, + "totalMatched": 99.03, + "ex": { + "availableToBack": [ + { + "price": 32, + "size": 5.31 + }, + { + "price": 30, + "size": 20 + }, + { + "price": 13, + "size": 3 + } + ], + "availableToLay": [ + { + "price": 95, + "size": 2 + }, + { + "price": 100, + "size": 2 + }, + { + "price": 140, + "size": 5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12452554, + "runnerName": "Francois Baroin", + "handicap": 0, + "sortPriority": 8, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2 + }, + { + "price": 55, + "size": 5.53 + }, + { + "price": 12.5, + "size": 3.41 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2.5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1537495, + "runnerName": "Nicolas Sarkozy", + "handicap": 0, + "sortPriority": 9, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 26, + "size": 12.43 + }, + { + "price": 11.5, + "size": 3.7 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 3.14 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28468159, + "runnerName": "Yanick Jadot", + "handicap": 0, + "sortPriority": 10, + "status": "ACTIVE", + "lastPriceTraded": 100, + "totalMatched": 4.46, + "ex": { + "availableToBack": [ + { + "price": 14, + "size": 16.54 + }, + { + "price": 13.5, + "size": 3.09 + }, + { + "price": 13, + "size": 5.28 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 10.5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13026058, + "runnerName": "François Hollande", + "handicap": 0, + "sortPriority": 11, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12.5, + "size": 3.41 + } + ], + "availableToLay": [ + { + "price": 950, + "size": 5.78 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 2240772, + "runnerName": "Nicolas Hulot", + "handicap": 0, + "sortPriority": 12, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 28922301, + "runnerName": "Eric Piolle", + "handicap": 0, + "sortPriority": 13, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 28468158, + "runnerName": "Ségolène Royal", + "handicap": 0, + "sortPriority": 14, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12651886, + "runnerName": "Bruno Le Maire", + "handicap": 0, + "sortPriority": 15, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12651889, + "runnerName": "Jean Lassalle", + "handicap": 0, + "sortPriority": 16, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 5589755, + "runnerName": "Arnaud Montebourg", + "handicap": 0, + "sortPriority": 17, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12457556, + "runnerName": "Nathalie Kosciusko-Morizet", + "handicap": 0, + "sortPriority": 18, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 13026063, + "runnerName": "Bernard Cazeneuve", + "handicap": 0, + "sortPriority": 19, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 27917058, + "runnerName": "Joachim Son-Forget", + "handicap": 0, + "sortPriority": 20, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12166161, + "runnerName": "Nicolas Dupont-Aignan", + "handicap": 0, + "sortPriority": 21, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 13007194, + "runnerName": "Florian Philippot", + "handicap": 0, + "sortPriority": 22, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.23 + }, + { + "price": 25, + "size": 2.53 + }, + { + "price": 12, + "size": 2.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.176694234", + "marketName": "Chancellor after 2021 Election", + "description": { + "persistenceEnabled": true, + "bspMarket": false, + "marketTime": "2021-09-26T06:00:00.000Z", + "suspendTime": "2021-09-26T06:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": true, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "
    MARKET INFORMATION


    For further information please see Rules & Regs.

    Who will be elected/appointed the next Chancellor of Germany as a result of the 2021 German election?

    If a new Chancellor is not elected/appointed as a result of the first 2021 German federal election and a new election is called by the President of Germany then this market will be void.

    At the start of voting on the day of the election, this market will be turned in-play with unmatched bets cancelled. Customers are entirely responsible for their positions at all times.

    This market will be void if an election does not take place in 2021. If more than one election takes place in 2021, then this market will apply to the first election that is held. If there is any material change to the established role or any ambiguity as to who occupies the position, then Betfair reserves the right to void this market at its absolute discretion.

    If any doubt exists as to the outcome of the election, Betfair may determine, using its reasonable discretion, how to settle the market based on all the information available to it at the relevant time. Betfair reserves the right to wait for further official information before the market is settled.

    Betfair will not be responsible for suspending the market when an official announcement is made. However, Betfair will suspend the market as soon as it becomes aware of an official announcement. Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time in the event that Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome.

    Customers should be aware that:

  • Transmissions described as “live” by some broadcasters may actually be delayed.

  • The extent of any such delay may vary, depending on the set-up through which they are receiving pictures or data.


  • ", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 319055.09, + "runners": [ + { + "selectionId": 21436716, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.25, + "totalMatched": 117452.66, + "ex": { + "availableToBack": [ + { + "price": 1.24, + "size": 467.05 + }, + { + "price": 1.23, + "size": 201 + }, + { + "price": 1.21, + "size": 156.62 + } + ], + "availableToLay": [ + { + "price": 1.26, + "size": 25 + }, + { + "price": 1.27, + "size": 85.37 + }, + { + "price": 1.28, + "size": 5000 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 16233849, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 32, + "totalMatched": 144657.39, + "ex": { + "availableToBack": [ + { + "price": 40, + "size": 2.94 + }, + { + "price": 27, + "size": 2.17 + }, + { + "price": 22, + "size": 4.27 + } + ], + "availableToLay": [ + { + "price": 85, + "size": 3 + }, + { + "price": 90, + "size": 3.41 + }, + { + "price": 95, + "size": 3.41 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38235013, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 8.4, + "totalMatched": 48311.38, + "ex": { + "availableToBack": [ + { + "price": 8.4, + "size": 3 + }, + { + "price": 8.2, + "size": 2.99 + }, + { + "price": 6.4, + "size": 15.62 + } + ], + "availableToLay": [ + { + "price": 9.4, + "size": 5 + }, + { + "price": 10, + "size": 5 + }, + { + "price": 11, + "size": 9 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28248323, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 75, + "totalMatched": 2323.92, + "ex": { + "availableToBack": [ + { + "price": 140, + "size": 5.71 + }, + { + "price": 55, + "size": 2.01 + }, + { + "price": 11, + "size": 100 + } + ], + "availableToLay": [ + { + "price": 400, + "size": 2 + }, + { + "price": 500, + "size": 8 + }, + { + "price": 1000, + "size": 4.27 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37390265, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 21, + "totalMatched": 1947.54, + "ex": { + "availableToBack": [ + { + "price": 10, + "size": 64.22 + }, + { + "price": 5, + "size": 230.49 + }, + { + "price": 3, + "size": 426.84 + } + ], + "availableToLay": [ + { + "price": 24, + "size": 6 + }, + { + "price": 25, + "size": 3 + }, + { + "price": 27, + "size": 4.69 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1260422, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 350, + "totalMatched": 250.57, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 6.99 + }, + { + "price": 5, + "size": 17.07 + }, + { + "price": 3, + "size": 213.42 + } + ], + "availableToLay": [ + { + "price": 540, + "size": 2.88 + }, + { + "price": 550, + "size": 2.05 + }, + { + "price": 590, + "size": 2.5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28248325, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 510, + "totalMatched": 231.13, + "ex": { + "availableToBack": [ + { + "price": 210, + "size": 9.39 + }, + { + "price": 200, + "size": 2.01 + }, + { + "price": 3, + "size": 30 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 4.27 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 21421347, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 330, + "totalMatched": 2736.62, + "ex": { + "availableToBack": [ + { + "price": 330, + "size": 7.54 + }, + { + "price": 310, + "size": 2.41 + }, + { + "price": 12, + "size": 20 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 4.27 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12143105, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 310, + "totalMatched": 89.94, + "ex": { + "availableToBack": [ + { + "price": 300, + "size": 13.02 + }, + { + "price": 11, + "size": 17.5 + }, + { + "price": 6, + "size": 426.84 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 4.27 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28248320, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 660, + "totalMatched": 454.09, + "ex": { + "availableToBack": [ + { + "price": 510, + "size": 2.42 + }, + { + "price": 500, + "size": 4.52 + }, + { + "price": 6.8, + "size": 3 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 4.27 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 16117101, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 432.98, + "ex": { + "availableToBack": [ + { + "price": 410, + "size": 9.81 + }, + { + "price": 300, + "size": 2 + }, + { + "price": 5, + "size": 18.78 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 12.22 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 16123105, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 40.91, + "ex": { + "availableToBack": [ + { + "price": 500, + "size": 2.48 + }, + { + "price": 6, + "size": 745.1 + }, + { + "price": 5, + "size": 17.07 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 37463472, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 57.51, + "ex": { + "availableToBack": [ + { + "price": 650, + "size": 9.75 + }, + { + "price": 600, + "size": 21.34 + }, + { + "price": 500, + "size": 21.35 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 37463530, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 68.4, + "ex": { + "availableToBack": [ + { + "price": 600, + "size": 2.39 + }, + { + "price": 500, + "size": 30.21 + }, + { + "price": 100, + "size": 42.68 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": false, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 14, + "numberOfActiveRunners": 14, + "lastMatchTime": "2021-07-31T20:43:25.369Z", + "totalAvailable": 36379.27, + "crossMatching": false, + "runnersVoidable": false, + "version": 3746284809, + "options": [ + { + "selectionId": 21436716, + "runnerName": "Armin Laschet", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 1.25, + "totalMatched": 117452.66, + "ex": { + "availableToBack": [ + { + "price": 1.24, + "size": 467.05 + }, + { + "price": 1.23, + "size": 201 + }, + { + "price": 1.21, + "size": 156.62 + } + ], + "availableToLay": [ + { + "price": 1.26, + "size": 25 + }, + { + "price": 1.27, + "size": 85.37 + }, + { + "price": 1.28, + "size": 5000 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 16233849, + "runnerName": "Markus Soder", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 32, + "totalMatched": 144657.39, + "ex": { + "availableToBack": [ + { + "price": 40, + "size": 2.94 + }, + { + "price": 27, + "size": 2.17 + }, + { + "price": 22, + "size": 4.27 + } + ], + "availableToLay": [ + { + "price": 85, + "size": 3 + }, + { + "price": 90, + "size": 3.41 + }, + { + "price": 95, + "size": 3.41 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38235013, + "runnerName": "Annalena Baerbock", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 8.4, + "totalMatched": 48311.38, + "ex": { + "availableToBack": [ + { + "price": 8.4, + "size": 3 + }, + { + "price": 8.2, + "size": 2.99 + }, + { + "price": 6.4, + "size": 15.62 + } + ], + "availableToLay": [ + { + "price": 9.4, + "size": 5 + }, + { + "price": 10, + "size": 5 + }, + { + "price": 11, + "size": 9 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28248323, + "runnerName": "Robert Habeck", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 75, + "totalMatched": 2323.92, + "ex": { + "availableToBack": [ + { + "price": 140, + "size": 5.71 + }, + { + "price": 55, + "size": 2.01 + }, + { + "price": 11, + "size": 100 + } + ], + "availableToLay": [ + { + "price": 400, + "size": 2 + }, + { + "price": 500, + "size": 8 + }, + { + "price": 1000, + "size": 4.27 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37390265, + "runnerName": "Olaf Scholz", + "handicap": 0, + "sortPriority": 5, + "status": "ACTIVE", + "lastPriceTraded": 21, + "totalMatched": 1947.54, + "ex": { + "availableToBack": [ + { + "price": 10, + "size": 64.22 + }, + { + "price": 5, + "size": 230.49 + }, + { + "price": 3, + "size": 426.84 + } + ], + "availableToLay": [ + { + "price": 24, + "size": 6 + }, + { + "price": 25, + "size": 3 + }, + { + "price": 27, + "size": 4.69 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1260422, + "runnerName": "Angela Merkel", + "handicap": 0, + "sortPriority": 6, + "status": "ACTIVE", + "lastPriceTraded": 350, + "totalMatched": 250.57, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 6.99 + }, + { + "price": 5, + "size": 17.07 + }, + { + "price": 3, + "size": 213.42 + } + ], + "availableToLay": [ + { + "price": 540, + "size": 2.88 + }, + { + "price": 550, + "size": 2.05 + }, + { + "price": 590, + "size": 2.5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28248325, + "runnerName": "Ralph Brinkhaus", + "handicap": 0, + "sortPriority": 7, + "status": "ACTIVE", + "lastPriceTraded": 510, + "totalMatched": 231.13, + "ex": { + "availableToBack": [ + { + "price": 210, + "size": 9.39 + }, + { + "price": 200, + "size": 2.01 + }, + { + "price": 3, + "size": 30 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 4.27 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 21421347, + "runnerName": "Friedrich Merz", + "handicap": 0, + "sortPriority": 8, + "status": "ACTIVE", + "lastPriceTraded": 330, + "totalMatched": 2736.62, + "ex": { + "availableToBack": [ + { + "price": 330, + "size": 7.54 + }, + { + "price": 310, + "size": 2.41 + }, + { + "price": 12, + "size": 20 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 4.27 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12143105, + "runnerName": "Christian Lindner", + "handicap": 0, + "sortPriority": 9, + "status": "ACTIVE", + "lastPriceTraded": 310, + "totalMatched": 89.94, + "ex": { + "availableToBack": [ + { + "price": 300, + "size": 13.02 + }, + { + "price": 11, + "size": 17.5 + }, + { + "price": 6, + "size": 426.84 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 4.27 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28248320, + "runnerName": "Norbert Roettgen", + "handicap": 0, + "sortPriority": 10, + "status": "ACTIVE", + "lastPriceTraded": 660, + "totalMatched": 454.09, + "ex": { + "availableToBack": [ + { + "price": 510, + "size": 2.42 + }, + { + "price": 500, + "size": 4.52 + }, + { + "price": 6.8, + "size": 3 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 4.27 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 16117101, + "runnerName": "Jens Spahn", + "handicap": 0, + "sortPriority": 11, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 432.98, + "ex": { + "availableToBack": [ + { + "price": 410, + "size": 9.81 + }, + { + "price": 300, + "size": 2 + }, + { + "price": 5, + "size": 18.78 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 12.22 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 16123105, + "runnerName": "Annegret Kramp-Karrenbauer", + "handicap": 0, + "sortPriority": 12, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 40.91, + "ex": { + "availableToBack": [ + { + "price": 500, + "size": 2.48 + }, + { + "price": 6, + "size": 745.1 + }, + { + "price": 5, + "size": 17.07 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 37463472, + "runnerName": "Sahra Wagenknecht", + "handicap": 0, + "sortPriority": 13, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 57.51, + "ex": { + "availableToBack": [ + { + "price": 650, + "size": 9.75 + }, + { + "price": 600, + "size": 21.34 + }, + { + "price": 500, + "size": 21.35 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 37463530, + "runnerName": "Tino Chrupalla", + "handicap": 0, + "sortPriority": 14, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 68.4, + "ex": { + "availableToBack": [ + { + "price": 600, + "size": 2.39 + }, + { + "price": 500, + "size": 30.21 + }, + { + "price": 100, + "size": 42.68 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.176694305", + "marketName": "Party of Chancellor after 2021 election", + "description": { + "persistenceEnabled": true, + "bspMarket": false, + "marketTime": "2021-09-26T06:00:00.000Z", + "suspendTime": "2021-09-26T06:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": true, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "
    MARKET INFORMATION


    For further information please see Rules & Regs.

    Which Party's candidate will be elected/appointed the next Chancellor of Germany as a result of the 2021 German election?

    If a new Chancellor is not elected/appointed as a result of the first 2021 German federal election and a new election is called by the President of Germany then this market will be void.

    At the start of voting on the day of the election, this market will be turned in-play with unmatched bets cancelled. Customers are entirely responsible for their positions at all times.

    This market will be void if an election does not take place in 2021. If more than one election takes place in 2021, then this market will apply to the first election that is held. If there is any material change to the established role or any ambiguity as to who occupies the position, then Betfair reserves the right to void this market at its absolute discretion.

    If any doubt exists as to the outcome of the election, Betfair may determine, using its reasonable discretion, how to settle the market based on all the information available to it at the relevant time. Betfair reserves the right to wait for further official information before the market is settled.

    Betfair will not be responsible for suspending the market when an official announcement is made. However, Betfair will suspend the market as soon as it becomes aware of an official announcement. Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time in the event that Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome.

    Customers should be aware that:

  • Transmissions described as “live” by some broadcasters may actually be delayed.

  • The extent of any such delay may vary, depending on the set-up through which they are receiving pictures or data.


  • ", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 32252.4, + "runners": [ + { + "selectionId": 1153290, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.19, + "totalMatched": 28511.45, + "ex": { + "availableToBack": [ + { + "price": 1.17, + "size": 193.04 + }, + { + "price": 1.15, + "size": 85.37 + }, + { + "price": 1.1, + "size": 297.62 + } + ], + "availableToLay": [ + { + "price": 1.22, + "size": 20 + }, + { + "price": 1.23, + "size": 13.66 + }, + { + "price": 1.25, + "size": 5.91 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1153295, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 20, + "totalMatched": 327.73, + "ex": { + "availableToBack": [ + { + "price": 20, + "size": 20 + }, + { + "price": 15.5, + "size": 5.12 + }, + { + "price": 15, + "size": 8 + } + ], + "availableToLay": [ + { + "price": 26, + "size": 2.73 + }, + { + "price": 55, + "size": 8.54 + }, + { + "price": 990, + "size": 6.71 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11737125, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 80, + "totalMatched": 36.28, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 8.28 + }, + { + "price": 6.2, + "size": 17.07 + }, + { + "price": 6, + "size": 17.07 + } + ], + "availableToLay": [ + { + "price": 530, + "size": 2.96 + }, + { + "price": 990, + "size": 2 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 3789288, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 960, + "totalMatched": 4.17, + "ex": { + "availableToBack": [ + { + "price": 230, + "size": 6.03 + }, + { + "price": 6.2, + "size": 17.09 + }, + { + "price": 6, + "size": 17.07 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11737124, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 990, + "totalMatched": 1.57, + "ex": { + "availableToBack": [ + { + "price": 500, + "size": 3.75 + }, + { + "price": 6.2, + "size": 18.82 + }, + { + "price": 6, + "size": 17.07 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 3789290, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 7, + "totalMatched": 3371.17, + "ex": { + "availableToBack": [ + { + "price": 8.2, + "size": 38 + }, + { + "price": 8, + "size": 3.56 + }, + { + "price": 5.5, + "size": 16.22 + } + ], + "availableToLay": [ + { + "price": 9.6, + "size": 10 + }, + { + "price": 10, + "size": 10.65 + }, + { + "price": 16.5, + "size": 11.1 + } + ], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": false, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 6, + "numberOfActiveRunners": 6, + "lastMatchTime": "2021-07-30T17:59:28.308Z", + "totalAvailable": 2006.43, + "crossMatching": false, + "runnersVoidable": false, + "version": 3520826105, + "options": [ + { + "selectionId": 1153290, + "runnerName": "CDU/CSU", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 1.19, + "totalMatched": 28511.45, + "ex": { + "availableToBack": [ + { + "price": 1.17, + "size": 193.04 + }, + { + "price": 1.15, + "size": 85.37 + }, + { + "price": 1.1, + "size": 297.62 + } + ], + "availableToLay": [ + { + "price": 1.22, + "size": 20 + }, + { + "price": 1.23, + "size": 13.66 + }, + { + "price": 1.25, + "size": 5.91 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1153295, + "runnerName": "SPD", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 20, + "totalMatched": 327.73, + "ex": { + "availableToBack": [ + { + "price": 20, + "size": 20 + }, + { + "price": 15.5, + "size": 5.12 + }, + { + "price": 15, + "size": 8 + } + ], + "availableToLay": [ + { + "price": 26, + "size": 2.73 + }, + { + "price": 55, + "size": 8.54 + }, + { + "price": 990, + "size": 6.71 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11737125, + "runnerName": "AfD", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 80, + "totalMatched": 36.28, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 8.28 + }, + { + "price": 6.2, + "size": 17.07 + }, + { + "price": 6, + "size": 17.07 + } + ], + "availableToLay": [ + { + "price": 530, + "size": 2.96 + }, + { + "price": 990, + "size": 2 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 3789288, + "runnerName": "FDP", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 960, + "totalMatched": 4.17, + "ex": { + "availableToBack": [ + { + "price": 230, + "size": 6.03 + }, + { + "price": 6.2, + "size": 17.09 + }, + { + "price": 6, + "size": 17.07 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11737124, + "runnerName": "The Left", + "handicap": 0, + "sortPriority": 5, + "status": "ACTIVE", + "lastPriceTraded": 990, + "totalMatched": 1.57, + "ex": { + "availableToBack": [ + { + "price": 500, + "size": 3.75 + }, + { + "price": 6.2, + "size": 18.82 + }, + { + "price": 6, + "size": 17.07 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 3789290, + "runnerName": "The Greens", + "handicap": 0, + "sortPriority": 6, + "status": "ACTIVE", + "lastPriceTraded": 7, + "totalMatched": 3371.17, + "ex": { + "availableToBack": [ + { + "price": 8.2, + "size": 38 + }, + { + "price": 8, + "size": 3.56 + }, + { + "price": 5.5, + "size": 16.22 + } + ], + "availableToLay": [ + { + "price": 9.6, + "size": 10 + }, + { + "price": 10, + "size": 10.65 + }, + { + "price": 16.5, + "size": 11.1 + } + ], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.176878927", + "marketName": "Election Winner", + "description": { + "persistenceEnabled": true, + "bspMarket": false, + "marketTime": "2024-11-05T11:00:00.000Z", + "suspendTime": "2024-11-05T11:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": true, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "

    MARKET INFORMATION

    For further information please see Rules & Regs.

    Which candidate will win the 2024 US Presidential Election?

    This market will be turned in-play at the stated time on the day of the election. Thereafter the market will not be actively managed. Customers are entirely responsible for their bets at all times.

    This market will be settled according to the candidate that has the most projected Electoral College votes won at the 2024 presidential election. In the event that no Presidential candidate receives a majority of the projected Electoral College votes, this market will be settled on the person chosen as President in accordance with the procedures set out by the Twelfth Amendment to the United States Constitution.

    This market will be settled once both the projected winner is announced by the Associated Press and the losing candidate concedes. If the losing candidate does not concede, or if there is any uncertainty around the result (for instance, caused by recounts and/or potential legal challenges), then the market will be settled on the winner decided by Congress, on the date on which the Electoral College votes are counted in a joint session of Congress.

    This market will be void if an election does not take place in 2024. If more than one election takes place in 2024, then this market will apply to the first election that is held.

    Once voting (whether postal, electronic or at the ballot box) begins in the year 2024 for the US Presidential Election 2024, the election will be deemed to have taken place for the purposes of this market. We will then settle the market as per our rules regardless of whether the election process is fully completed in 2024 or beyond.

    If there is any material change to the established role or any ambiguity as to who occupies the position, then Betfair may determine, using its reasonable discretion, how to settle the market based on all the information available to it at the relevant time.

    Betfair reserves the right to wait for further official announcements before the market is settled.

    Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time if Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome.

    Betfair may suspend betting on the market at any time in the interests of maintaining integrity and fairness in the markets.

    Additional candidates may be added to this market on request.

    Please note that candidates in this market will not be partially settled and will remain in the market until it is fully settled. This is to allow customers to continue trading candidates that they have positions on and because each candidate is still a valid runner in this market.

    If any candidate withdraws for any reason, including death, all bets on the market will stand and be settled as per the defined rules.

    Customers should be aware that:

    Transmissions described as “live” by some broadcasters may actually be delayed.The extent of any such delay may vary, depending on the set-up through which they are receiving pictures or data.\n", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 299267.54, + "runners": [ + { + "selectionId": 12126964, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 7.8, + "totalMatched": 58841.38, + "ex": { + "availableToBack": [ + { + "price": 7.8, + "size": 21.56 + }, + { + "price": 7.2, + "size": 6.12 + }, + { + "price": 7, + "size": 62.55 + } + ], + "availableToLay": [ + { + "price": 8, + "size": 25 + }, + { + "price": 8.2, + "size": 16.06 + }, + { + "price": 8.4, + "size": 50.34 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6816445, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 4.8, + "totalMatched": 69656.7, + "ex": { + "availableToBack": [ + { + "price": 4.6, + "size": 41.06 + }, + { + "price": 4.5, + "size": 2 + }, + { + "price": 4.3, + "size": 61.99 + } + ], + "availableToLay": [ + { + "price": 4.8, + "size": 5.62 + }, + { + "price": 4.9, + "size": 95 + }, + { + "price": 5, + "size": 29.04 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10874213, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 9, + "totalMatched": 81781.85, + "ex": { + "availableToBack": [ + { + "price": 9, + "size": 260.93 + }, + { + "price": 8.8, + "size": 105 + }, + { + "price": 8.6, + "size": 20 + } + ], + "availableToLay": [ + { + "price": 9.2, + "size": 728 + }, + { + "price": 9.4, + "size": 285.12 + }, + { + "price": 9.6, + "size": 1029.4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 30371713, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 13, + "totalMatched": 15401.18, + "ex": { + "availableToBack": [ + { + "price": 13, + "size": 12.39 + }, + { + "price": 12.5, + "size": 123.16 + }, + { + "price": 12, + "size": 206.47 + } + ], + "availableToLay": [ + { + "price": 13.5, + "size": 86.2 + }, + { + "price": 14.5, + "size": 40 + }, + { + "price": 15, + "size": 74.6 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6196629, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 28, + "totalMatched": 10682.57, + "ex": { + "availableToBack": [ + { + "price": 23, + "size": 3.67 + }, + { + "price": 22, + "size": 3 + }, + { + "price": 21, + "size": 100 + } + ], + "availableToLay": [ + { + "price": 28, + "size": 21.09 + }, + { + "price": 29, + "size": 10.99 + }, + { + "price": 30, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13052919, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 85, + "totalMatched": 5146.58, + "ex": { + "availableToBack": [ + { + "price": 75, + "size": 4.6 + }, + { + "price": 70, + "size": 6 + }, + { + "price": 65, + "size": 7.27 + } + ], + "availableToLay": [ + { + "price": 85, + "size": 5.08 + }, + { + "price": 90, + "size": 29.17 + }, + { + "price": 95, + "size": 13.6 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4296631, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 30, + "totalMatched": 14061.78, + "ex": { + "availableToBack": [ + { + "price": 27, + "size": 19.88 + }, + { + "price": 26, + "size": 373.95 + }, + { + "price": 25, + "size": 97.34 + } + ], + "availableToLay": [ + { + "price": 30, + "size": 64.54 + }, + { + "price": 32, + "size": 10.28 + }, + { + "price": 34, + "size": 7.92 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 17646286, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 95, + "totalMatched": 2980.11, + "ex": { + "availableToBack": [ + { + "price": 80, + "size": 25.95 + }, + { + "price": 75, + "size": 32.48 + }, + { + "price": 65, + "size": 7.27 + } + ], + "availableToLay": [ + { + "price": 95, + "size": 12.64 + }, + { + "price": 100, + "size": 16.71 + }, + { + "price": 240, + "size": 3.52 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37511437, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 100, + "totalMatched": 2653.39, + "ex": { + "availableToBack": [ + { + "price": 95, + "size": 13.2 + }, + { + "price": 85, + "size": 9.75 + }, + { + "price": 80, + "size": 5.28 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 3.34 + }, + { + "price": 110, + "size": 5.28 + }, + { + "price": 120, + "size": 9.61 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 22576023, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 75, + "totalMatched": 2243.29, + "ex": { + "availableToBack": [ + { + "price": 65, + "size": 4.56 + }, + { + "price": 60, + "size": 19.27 + }, + { + "price": 55, + "size": 31.18 + } + ], + "availableToLay": [ + { + "price": 75, + "size": 18.4 + }, + { + "price": 80, + "size": 42.68 + }, + { + "price": 85, + "size": 26.17 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6364522, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 85, + "totalMatched": 3479.74, + "ex": { + "availableToBack": [ + { + "price": 80, + "size": 5.28 + }, + { + "price": 75, + "size": 5.43 + }, + { + "price": 60, + "size": 53.99 + } + ], + "availableToLay": [ + { + "price": 85, + "size": 14.84 + }, + { + "price": 100, + "size": 2 + }, + { + "price": 220, + "size": 5.28 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 18753694, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 110, + "totalMatched": 3463.65, + "ex": { + "availableToBack": [ + { + "price": 120, + "size": 4.61 + }, + { + "price": 90, + "size": 4.99 + }, + { + "price": 80, + "size": 7.27 + } + ], + "availableToLay": [ + { + "price": 140, + "size": 20 + }, + { + "price": 150, + "size": 2 + }, + { + "price": 160, + "size": 15.84 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 35506776, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 75, + "totalMatched": 2624.87, + "ex": { + "availableToBack": [ + { + "price": 65, + "size": 32.35 + }, + { + "price": 60, + "size": 40.68 + }, + { + "price": 55, + "size": 53.24 + } + ], + "availableToLay": [ + { + "price": 75, + "size": 452.98 + }, + { + "price": 80, + "size": 25 + }, + { + "price": 100, + "size": 4.98 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6886678, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 95, + "totalMatched": 3347.66, + "ex": { + "availableToBack": [ + { + "price": 80, + "size": 5.9 + }, + { + "price": 75, + "size": 9.22 + }, + { + "price": 70, + "size": 23.76 + } + ], + "availableToLay": [ + { + "price": 95, + "size": 2.98 + }, + { + "price": 100, + "size": 6.85 + }, + { + "price": 120, + "size": 6.26 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11415714, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 150, + "totalMatched": 2122.29, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 3.81 + }, + { + "price": 120, + "size": 10.08 + }, + { + "price": 110, + "size": 9.27 + } + ], + "availableToLay": [ + { + "price": 150, + "size": 16.72 + }, + { + "price": 160, + "size": 202.91 + }, + { + "price": 180, + "size": 265.95 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 30371712, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 100, + "totalMatched": 2228.58, + "ex": { + "availableToBack": [ + { + "price": 90, + "size": 3.1 + }, + { + "price": 85, + "size": 9.26 + }, + { + "price": 80, + "size": 25.27 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 23.6 + }, + { + "price": 110, + "size": 25 + }, + { + "price": 140, + "size": 12.55 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 20036602, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 120, + "totalMatched": 2232.41, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 5.39 + }, + { + "price": 95, + "size": 8.27 + }, + { + "price": 90, + "size": 15.84 + } + ], + "availableToLay": [ + { + "price": 130, + "size": 13.7 + }, + { + "price": 140, + "size": 4.76 + }, + { + "price": 160, + "size": 10.53 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 14550644, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 280, + "totalMatched": 1700.53, + "ex": { + "availableToBack": [ + { + "price": 240, + "size": 5.99 + }, + { + "price": 230, + "size": 3.53 + }, + { + "price": 200, + "size": 4.15 + } + ], + "availableToLay": [ + { + "price": 280, + "size": 4.27 + }, + { + "price": 290, + "size": 6.26 + }, + { + "price": 320, + "size": 3.88 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 2710860, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 130, + "totalMatched": 1425.41, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 19.58 + }, + { + "price": 100, + "size": 14.35 + }, + { + "price": 95, + "size": 12.58 + } + ], + "availableToLay": [ + { + "price": 180, + "size": 4.29 + }, + { + "price": 190, + "size": 8.26 + }, + { + "price": 200, + "size": 4.27 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37511448, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 611.54, + "ex": { + "availableToBack": [ + { + "price": 300, + "size": 4.99 + }, + { + "price": 180, + "size": 11.99 + }, + { + "price": 160, + "size": 11.99 + } + ], + "availableToLay": [ + { + "price": 690, + "size": 3.99 + }, + { + "price": 700, + "size": 2.58 + }, + { + "price": 850, + "size": 4.63 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11237943, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 190, + "totalMatched": 1198.88, + "ex": { + "availableToBack": [ + { + "price": 140, + "size": 2.67 + }, + { + "price": 130, + "size": 19.55 + }, + { + "price": 120, + "size": 10.56 + } + ], + "availableToLay": [ + { + "price": 190, + "size": 2.39 + }, + { + "price": 200, + "size": 15.59 + }, + { + "price": 950, + "size": 4.63 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37511428, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 300, + "totalMatched": 1510.79, + "ex": { + "availableToBack": [ + { + "price": 200, + "size": 2.59 + }, + { + "price": 160, + "size": 6.99 + }, + { + "price": 150, + "size": 10.28 + } + ], + "availableToLay": [ + { + "price": 300, + "size": 2 + }, + { + "price": 350, + "size": 2 + }, + { + "price": 380, + "size": 69.53 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11138369, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 400, + "totalMatched": 789.09, + "ex": { + "availableToBack": [ + { + "price": 280, + "size": 3.98 + }, + { + "price": 270, + "size": 6 + }, + { + "price": 250, + "size": 2.99 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 3.52 + }, + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 22112909, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 750, + "totalMatched": 681.99, + "ex": { + "availableToBack": [ + { + "price": 430, + "size": 3.66 + }, + { + "price": 410, + "size": 16.99 + }, + { + "price": 260, + "size": 4.63 + } + ], + "availableToLay": [ + { + "price": 940, + "size": 3.99 + }, + { + "price": 950, + "size": 2.64 + }, + { + "price": 1000, + "size": 10.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5075277, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 300, + "totalMatched": 752.56, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 4.27 + }, + { + "price": 200, + "size": 7.43 + }, + { + "price": 170, + "size": 6.99 + } + ], + "availableToLay": [ + { + "price": 400, + "size": 86.39 + }, + { + "price": 430, + "size": 4.63 + }, + { + "price": 450, + "size": 141.97 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 8313395, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 590, + "totalMatched": 440.35, + "ex": { + "availableToBack": [ + { + "price": 360, + "size": 2.99 + }, + { + "price": 250, + "size": 9.59 + }, + { + "price": 200, + "size": 4.63 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 15.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 8469645, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 260, + "totalMatched": 1091.35, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 5.55 + }, + { + "price": 150, + "size": 9.55 + }, + { + "price": 130, + "size": 17.55 + } + ], + "availableToLay": [ + { + "price": 260, + "size": 45.65 + }, + { + "price": 550, + "size": 3.66 + }, + { + "price": 990, + "size": 6.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28592779, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 600, + "totalMatched": 330.97, + "ex": { + "availableToBack": [ + { + "price": 300, + "size": 5 + }, + { + "price": 220, + "size": 2.06 + }, + { + "price": 170, + "size": 2.99 + } + ], + "availableToLay": [ + { + "price": 550, + "size": 5 + }, + { + "price": 600, + "size": 2.09 + }, + { + "price": 620, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38208299, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 540, + "totalMatched": 259.67, + "ex": { + "availableToBack": [ + { + "price": 200, + "size": 6.26 + }, + { + "price": 170, + "size": 3.7 + }, + { + "price": 150, + "size": 10.53 + } + ], + "availableToLay": [ + { + "price": 880, + "size": 2 + }, + { + "price": 1000, + "size": 3.02 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5029320, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 470, + "totalMatched": 565.66, + "ex": { + "availableToBack": [ + { + "price": 270, + "size": 4.55 + }, + { + "price": 160, + "size": 8.79 + }, + { + "price": 150, + "size": 20 + } + ], + "availableToLay": [ + { + "price": 650, + "size": 3.71 + }, + { + "price": 660, + "size": 2 + }, + { + "price": 1000, + "size": 9.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 36203898, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 990, + "totalMatched": 562.27, + "ex": { + "availableToBack": [ + { + "price": 510, + "size": 2.03 + }, + { + "price": 500, + "size": 4.27 + }, + { + "price": 270, + "size": 3.7 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 4.74 + }, + { + "price": 1000, + "size": 5.44 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12657109, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 850, + "totalMatched": 106.13, + "ex": { + "availableToBack": [ + { + "price": 600, + "size": 5.99 + }, + { + "price": 520, + "size": 3.7 + }, + { + "price": 230, + "size": 7.27 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 7.54 + }, + { + "price": 990, + "size": 2.99 + }, + { + "price": 1000, + "size": 9.74 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5332462, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 310, + "totalMatched": 434.58, + "ex": { + "availableToBack": [ + { + "price": 300, + "size": 3.52 + }, + { + "price": 200, + "size": 9.91 + }, + { + "price": 160, + "size": 7.57 + } + ], + "availableToLay": [ + { + "price": 800, + "size": 6.26 + }, + { + "price": 860, + "size": 4.63 + }, + { + "price": 900, + "size": 8.54 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6761309, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 313.62, + "ex": { + "availableToBack": [ + { + "price": 500, + "size": 4 + }, + { + "price": 270, + "size": 3.12 + }, + { + "price": 240, + "size": 7.82 + } + ], + "availableToLay": [ + { + "price": 960, + "size": 3.31 + }, + { + "price": 970, + "size": 2.64 + }, + { + "price": 990, + "size": 28.39 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5012997, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 197.58, + "ex": { + "availableToBack": [ + { + "price": 410, + "size": 3.99 + }, + { + "price": 190, + "size": 8.54 + }, + { + "price": 180, + "size": 3.49 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1406783, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 125.94, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 3 + }, + { + "price": 680, + "size": 2 + }, + { + "price": 660, + "size": 3.7 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 6816444, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 600, + "totalMatched": 245.65, + "ex": { + "availableToBack": [ + { + "price": 500, + "size": 4.99 + }, + { + "price": 360, + "size": 9.7 + }, + { + "price": 350, + "size": 2.46 + } + ], + "availableToLay": [ + { + "price": 970, + "size": 2 + }, + { + "price": 990, + "size": 10 + }, + { + "price": 1000, + "size": 12.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1171594, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 980, + "totalMatched": 101.31, + "ex": { + "availableToBack": [ + { + "price": 600, + "size": 5 + }, + { + "price": 340, + "size": 2.99 + }, + { + "price": 230, + "size": 3.98 + } + ], + "availableToLay": [ + { + "price": 970, + "size": 3.99 + }, + { + "price": 990, + "size": 3.99 + }, + { + "price": 1000, + "size": 3.6 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1171597, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 900, + "totalMatched": 532.26, + "ex": { + "availableToBack": [ + { + "price": 240, + "size": 2.24 + }, + { + "price": 220, + "size": 4.99 + }, + { + "price": 170, + "size": 21.99 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 9.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1171623, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 275.51, + "ex": { + "availableToBack": [ + { + "price": 550, + "size": 4.56 + }, + { + "price": 500, + "size": 7.11 + }, + { + "price": 270, + "size": 12.27 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 7.27 + }, + { + "price": 990, + "size": 2.18 + }, + { + "price": 1000, + "size": 23.57 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 7438258, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 960, + "totalMatched": 147.84, + "ex": { + "availableToBack": [ + { + "price": 400, + "size": 2.58 + }, + { + "price": 180, + "size": 4.63 + }, + { + "price": 160, + "size": 5.4 + } + ], + "availableToLay": [ + { + "price": 960, + "size": 5.36 + }, + { + "price": 1000, + "size": 9.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 14253825, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 700, + "totalMatched": 80.69, + "ex": { + "availableToBack": [ + { + "price": 380, + "size": 2.06 + }, + { + "price": 370, + "size": 3 + }, + { + "price": 360, + "size": 6 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 13.12 + }, + { + "price": 1000, + "size": 9.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 20283569, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 140.88, + "ex": { + "availableToBack": [ + { + "price": 820, + "size": 2.99 + }, + { + "price": 800, + "size": 5.4 + }, + { + "price": 670, + "size": 4.99 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 6.37 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 2898345, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 880, + "totalMatched": 90.43, + "ex": { + "availableToBack": [ + { + "price": 930, + "size": 3.85 + }, + { + "price": 900, + "size": 3.99 + }, + { + "price": 520, + "size": 5.99 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1391768, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 68.59, + "ex": { + "availableToBack": [ + { + "price": 600, + "size": 2 + }, + { + "price": 530, + "size": 2.14 + }, + { + "price": 410, + "size": 8.84 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 8313393, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 810, + "totalMatched": 102.33, + "ex": { + "availableToBack": [ + { + "price": 730, + "size": 3.99 + }, + { + "price": 410, + "size": 3.39 + }, + { + "price": 400, + "size": 4.48 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1171599, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 92.79, + "ex": { + "availableToBack": [ + { + "price": 680, + "size": 2 + }, + { + "price": 630, + "size": 4.36 + }, + { + "price": 540, + "size": 6.84 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 28209207, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 131.66, + "ex": { + "availableToBack": [ + { + "price": 870, + "size": 3.71 + }, + { + "price": 620, + "size": 6.99 + }, + { + "price": 610, + "size": 4.98 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 21067661, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 54.54, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 7.89 + }, + { + "price": 740, + "size": 6.02 + }, + { + "price": 420, + "size": 11.99 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 22112908, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 34.75, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 5.99 + }, + { + "price": 550, + "size": 6.99 + }, + { + "price": 20, + "size": 9.3 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 6837915, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 45.33, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 9.45 + }, + { + "price": 920, + "size": 2.1 + }, + { + "price": 840, + "size": 6.99 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12578645, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 29.94, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 10.11 + }, + { + "price": 820, + "size": 6.99 + }, + { + "price": 560, + "size": 6.99 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 27933526, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 83.75, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 5 + }, + { + "price": 880, + "size": 3.49 + }, + { + "price": 720, + "size": 3.99 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 37511474, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 43.79, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 55.04 + }, + { + "price": 800, + "size": 3.7 + }, + { + "price": 20, + "size": 9.3 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 28904620, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 33.73, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 52.62 + }, + { + "price": 860, + "size": 3.49 + }, + { + "price": 810, + "size": 4.79 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 27933521, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 26.97, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 10.13 + }, + { + "price": 920, + "size": 6.99 + }, + { + "price": 600, + "size": 11.99 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 16647889, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 300, + "totalMatched": 548.95, + "ex": { + "availableToBack": [ + { + "price": 480, + "size": 6.86 + }, + { + "price": 120, + "size": 11.99 + }, + { + "price": 100, + "size": 10.81 + } + ], + "availableToLay": [ + { + "price": 750, + "size": 7.27 + }, + { + "price": 990, + "size": 3.99 + }, + { + "price": 1000, + "size": 8 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 19069835, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 28.07, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 3.42 + }, + { + "price": 760, + "size": 2.75 + }, + { + "price": 750, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 13126461, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 24.91, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 10.13 + }, + { + "price": 800, + "size": 3 + }, + { + "price": 150, + "size": 6.99 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 21441881, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 50.75, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 5.91 + }, + { + "price": 650, + "size": 6.98 + }, + { + "price": 420, + "size": 6.99 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 2903464, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 82.11, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 3.71 + }, + { + "price": 620, + "size": 6.99 + }, + { + "price": 20, + "size": 8.35 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 30274172, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 16.98, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 51.26 + }, + { + "price": 200, + "size": 11.99 + }, + { + "price": 20, + "size": 9.3 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 3073246, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 27.58, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 7.66 + }, + { + "price": 800, + "size": 3 + }, + { + "price": 20, + "size": 15.6 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 40193056, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 5.4, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 10.61 + }, + { + "price": 130, + "size": 10.53 + }, + { + "price": 110, + "size": 4.34 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 11134240, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 62, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 5 + }, + { + "price": 630, + "size": 3.98 + }, + { + "price": 620, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 8843640, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 5.4, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 17.8 + }, + { + "price": 120, + "size": 12.68 + }, + { + "price": 1.01, + "size": 109.96 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 40193057, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 5.4, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 17.8 + }, + { + "price": 120, + "size": 12.68 + }, + { + "price": 1.01, + "size": 109.96 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": false, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 67, + "numberOfActiveRunners": 67, + "lastMatchTime": "2021-07-31T20:52:09.799Z", + "totalAvailable": 1342650.09, + "crossMatching": false, + "runnersVoidable": false, + "version": 3812293153, + "options": [ + { + "selectionId": 12126964, + "runnerName": "Kamala Harris", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 7.8, + "totalMatched": 58841.38, + "ex": { + "availableToBack": [ + { + "price": 7.8, + "size": 21.56 + }, + { + "price": 7.2, + "size": 6.12 + }, + { + "price": 7, + "size": 62.55 + } + ], + "availableToLay": [ + { + "price": 8, + "size": 25 + }, + { + "price": 8.2, + "size": 16.06 + }, + { + "price": 8.4, + "size": 50.34 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6816445, + "runnerName": "Joe Biden", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 4.8, + "totalMatched": 69656.7, + "ex": { + "availableToBack": [ + { + "price": 4.6, + "size": 41.06 + }, + { + "price": 4.5, + "size": 2 + }, + { + "price": 4.3, + "size": 61.99 + } + ], + "availableToLay": [ + { + "price": 4.8, + "size": 5.62 + }, + { + "price": 4.9, + "size": 95 + }, + { + "price": 5, + "size": 29.04 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10874213, + "runnerName": "Donald Trump", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 9, + "totalMatched": 81781.85, + "ex": { + "availableToBack": [ + { + "price": 9, + "size": 260.93 + }, + { + "price": 8.8, + "size": 105 + }, + { + "price": 8.6, + "size": 20 + } + ], + "availableToLay": [ + { + "price": 9.2, + "size": 728 + }, + { + "price": 9.4, + "size": 285.12 + }, + { + "price": 9.6, + "size": 1029.4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 30371713, + "runnerName": "Ron DeSantis", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 13, + "totalMatched": 15401.18, + "ex": { + "availableToBack": [ + { + "price": 13, + "size": 12.39 + }, + { + "price": 12.5, + "size": 123.16 + }, + { + "price": 12, + "size": 206.47 + } + ], + "availableToLay": [ + { + "price": 13.5, + "size": 86.2 + }, + { + "price": 14.5, + "size": 40 + }, + { + "price": 15, + "size": 74.6 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6196629, + "runnerName": "Nikki Haley", + "handicap": 0, + "sortPriority": 5, + "status": "ACTIVE", + "lastPriceTraded": 28, + "totalMatched": 10682.57, + "ex": { + "availableToBack": [ + { + "price": 23, + "size": 3.67 + }, + { + "price": 22, + "size": 3 + }, + { + "price": 21, + "size": 100 + } + ], + "availableToLay": [ + { + "price": 28, + "size": 21.09 + }, + { + "price": 29, + "size": 10.99 + }, + { + "price": 30, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13052919, + "runnerName": "Dwayne Johnson", + "handicap": 0, + "sortPriority": 6, + "status": "ACTIVE", + "lastPriceTraded": 85, + "totalMatched": 5146.58, + "ex": { + "availableToBack": [ + { + "price": 75, + "size": 4.6 + }, + { + "price": 70, + "size": 6 + }, + { + "price": 65, + "size": 7.27 + } + ], + "availableToLay": [ + { + "price": 85, + "size": 5.08 + }, + { + "price": 90, + "size": 29.17 + }, + { + "price": 95, + "size": 13.6 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4296631, + "runnerName": "Mike Pence", + "handicap": 0, + "sortPriority": 7, + "status": "ACTIVE", + "lastPriceTraded": 30, + "totalMatched": 14061.78, + "ex": { + "availableToBack": [ + { + "price": 27, + "size": 19.88 + }, + { + "price": 26, + "size": 373.95 + }, + { + "price": 25, + "size": 97.34 + } + ], + "availableToLay": [ + { + "price": 30, + "size": 64.54 + }, + { + "price": 32, + "size": 10.28 + }, + { + "price": 34, + "size": 7.92 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 17646286, + "runnerName": "Mike Pompeo", + "handicap": 0, + "sortPriority": 8, + "status": "ACTIVE", + "lastPriceTraded": 95, + "totalMatched": 2980.11, + "ex": { + "availableToBack": [ + { + "price": 80, + "size": 25.95 + }, + { + "price": 75, + "size": 32.48 + }, + { + "price": 65, + "size": 7.27 + } + ], + "availableToLay": [ + { + "price": 95, + "size": 12.64 + }, + { + "price": 100, + "size": 16.71 + }, + { + "price": 240, + "size": 3.52 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37511437, + "runnerName": "Tucker Carlson", + "handicap": 0, + "sortPriority": 9, + "status": "ACTIVE", + "lastPriceTraded": 100, + "totalMatched": 2653.39, + "ex": { + "availableToBack": [ + { + "price": 95, + "size": 13.2 + }, + { + "price": 85, + "size": 9.75 + }, + { + "price": 80, + "size": 5.28 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 3.34 + }, + { + "price": 110, + "size": 5.28 + }, + { + "price": 120, + "size": 9.61 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 22576023, + "runnerName": "Pete Buttigieg", + "handicap": 0, + "sortPriority": 10, + "status": "ACTIVE", + "lastPriceTraded": 75, + "totalMatched": 2243.29, + "ex": { + "availableToBack": [ + { + "price": 65, + "size": 4.56 + }, + { + "price": 60, + "size": 19.27 + }, + { + "price": 55, + "size": 31.18 + } + ], + "availableToLay": [ + { + "price": 75, + "size": 18.4 + }, + { + "price": 80, + "size": 42.68 + }, + { + "price": 85, + "size": 26.17 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6364522, + "runnerName": "Elizabeth Warren", + "handicap": 0, + "sortPriority": 11, + "status": "ACTIVE", + "lastPriceTraded": 85, + "totalMatched": 3479.74, + "ex": { + "availableToBack": [ + { + "price": 80, + "size": 5.28 + }, + { + "price": 75, + "size": 5.43 + }, + { + "price": 60, + "size": 53.99 + } + ], + "availableToLay": [ + { + "price": 85, + "size": 14.84 + }, + { + "price": 100, + "size": 2 + }, + { + "price": 220, + "size": 5.28 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 18753694, + "runnerName": "Candace Owens", + "handicap": 0, + "sortPriority": 12, + "status": "ACTIVE", + "lastPriceTraded": 110, + "totalMatched": 3463.65, + "ex": { + "availableToBack": [ + { + "price": 120, + "size": 4.61 + }, + { + "price": 90, + "size": 4.99 + }, + { + "price": 80, + "size": 7.27 + } + ], + "availableToLay": [ + { + "price": 140, + "size": 20 + }, + { + "price": 150, + "size": 2 + }, + { + "price": 160, + "size": 15.84 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 35506776, + "runnerName": "Kristi Noem", + "handicap": 0, + "sortPriority": 13, + "status": "ACTIVE", + "lastPriceTraded": 75, + "totalMatched": 2624.87, + "ex": { + "availableToBack": [ + { + "price": 65, + "size": 32.35 + }, + { + "price": 60, + "size": 40.68 + }, + { + "price": 55, + "size": 53.24 + } + ], + "availableToLay": [ + { + "price": 75, + "size": 452.98 + }, + { + "price": 80, + "size": 25 + }, + { + "price": 100, + "size": 4.98 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6886678, + "runnerName": "Ted Cruz", + "handicap": 0, + "sortPriority": 14, + "status": "ACTIVE", + "lastPriceTraded": 95, + "totalMatched": 3347.66, + "ex": { + "availableToBack": [ + { + "price": 80, + "size": 5.9 + }, + { + "price": 75, + "size": 9.22 + }, + { + "price": 70, + "size": 23.76 + } + ], + "availableToLay": [ + { + "price": 95, + "size": 2.98 + }, + { + "price": 100, + "size": 6.85 + }, + { + "price": 120, + "size": 6.26 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11415714, + "runnerName": "Ivanka Trump", + "handicap": 0, + "sortPriority": 15, + "status": "ACTIVE", + "lastPriceTraded": 150, + "totalMatched": 2122.29, + "ex": { + "availableToBack": [ + { + "price": 130, + "size": 3.81 + }, + { + "price": 120, + "size": 10.08 + }, + { + "price": 110, + "size": 9.27 + } + ], + "availableToLay": [ + { + "price": 150, + "size": 16.72 + }, + { + "price": 160, + "size": 202.91 + }, + { + "price": 180, + "size": 265.95 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 30371712, + "runnerName": "Josh Hawley", + "handicap": 0, + "sortPriority": 16, + "status": "ACTIVE", + "lastPriceTraded": 100, + "totalMatched": 2228.58, + "ex": { + "availableToBack": [ + { + "price": 90, + "size": 3.1 + }, + { + "price": 85, + "size": 9.26 + }, + { + "price": 80, + "size": 25.27 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 23.6 + }, + { + "price": 110, + "size": 25 + }, + { + "price": 140, + "size": 12.55 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 20036602, + "runnerName": "Alexandria Ocasio-Cortez", + "handicap": 0, + "sortPriority": 17, + "status": "ACTIVE", + "lastPriceTraded": 120, + "totalMatched": 2232.41, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 5.39 + }, + { + "price": 95, + "size": 8.27 + }, + { + "price": 90, + "size": 15.84 + } + ], + "availableToLay": [ + { + "price": 130, + "size": 13.7 + }, + { + "price": 140, + "size": 4.76 + }, + { + "price": 160, + "size": 10.53 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 14550644, + "runnerName": "Tulsi Gabbard", + "handicap": 0, + "sortPriority": 18, + "status": "ACTIVE", + "lastPriceTraded": 280, + "totalMatched": 1700.53, + "ex": { + "availableToBack": [ + { + "price": 240, + "size": 5.99 + }, + { + "price": 230, + "size": 3.53 + }, + { + "price": 200, + "size": 4.15 + } + ], + "availableToLay": [ + { + "price": 280, + "size": 4.27 + }, + { + "price": 290, + "size": 6.26 + }, + { + "price": 320, + "size": 3.88 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 2710860, + "runnerName": "Michael Bloomberg", + "handicap": 0, + "sortPriority": 19, + "status": "ACTIVE", + "lastPriceTraded": 130, + "totalMatched": 1425.41, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 19.58 + }, + { + "price": 100, + "size": 14.35 + }, + { + "price": 95, + "size": 12.58 + } + ], + "availableToLay": [ + { + "price": 180, + "size": 4.29 + }, + { + "price": 190, + "size": 8.26 + }, + { + "price": 200, + "size": 4.27 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37511448, + "runnerName": "Dan Crenshaw", + "handicap": 0, + "sortPriority": 20, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 611.54, + "ex": { + "availableToBack": [ + { + "price": 300, + "size": 4.99 + }, + { + "price": 180, + "size": 11.99 + }, + { + "price": 160, + "size": 11.99 + } + ], + "availableToLay": [ + { + "price": 690, + "size": 3.99 + }, + { + "price": 700, + "size": 2.58 + }, + { + "price": 850, + "size": 4.63 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11237943, + "runnerName": "Tom Cotton", + "handicap": 0, + "sortPriority": 21, + "status": "ACTIVE", + "lastPriceTraded": 190, + "totalMatched": 1198.88, + "ex": { + "availableToBack": [ + { + "price": 140, + "size": 2.67 + }, + { + "price": 130, + "size": 19.55 + }, + { + "price": 120, + "size": 10.56 + } + ], + "availableToLay": [ + { + "price": 190, + "size": 2.39 + }, + { + "price": 200, + "size": 15.59 + }, + { + "price": 950, + "size": 4.63 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37511428, + "runnerName": "Donald Trump Jr.", + "handicap": 0, + "sortPriority": 22, + "status": "ACTIVE", + "lastPriceTraded": 300, + "totalMatched": 1510.79, + "ex": { + "availableToBack": [ + { + "price": 200, + "size": 2.59 + }, + { + "price": 160, + "size": 6.99 + }, + { + "price": 150, + "size": 10.28 + } + ], + "availableToLay": [ + { + "price": 300, + "size": 2 + }, + { + "price": 350, + "size": 2 + }, + { + "price": 380, + "size": 69.53 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11138369, + "runnerName": "Rick Scott", + "handicap": 0, + "sortPriority": 23, + "status": "ACTIVE", + "lastPriceTraded": 400, + "totalMatched": 789.09, + "ex": { + "availableToBack": [ + { + "price": 280, + "size": 3.98 + }, + { + "price": 270, + "size": 6 + }, + { + "price": 250, + "size": 2.99 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 3.52 + }, + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 22112909, + "runnerName": "Andrew Yang", + "handicap": 0, + "sortPriority": 24, + "status": "ACTIVE", + "lastPriceTraded": 750, + "totalMatched": 681.99, + "ex": { + "availableToBack": [ + { + "price": 430, + "size": 3.66 + }, + { + "price": 410, + "size": 16.99 + }, + { + "price": 260, + "size": 4.63 + } + ], + "availableToLay": [ + { + "price": 940, + "size": 3.99 + }, + { + "price": 950, + "size": 2.64 + }, + { + "price": 1000, + "size": 10.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5075277, + "runnerName": "Marco Rubio", + "handicap": 0, + "sortPriority": 25, + "status": "ACTIVE", + "lastPriceTraded": 300, + "totalMatched": 752.56, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 4.27 + }, + { + "price": 200, + "size": 7.43 + }, + { + "price": 170, + "size": 6.99 + } + ], + "availableToLay": [ + { + "price": 400, + "size": 86.39 + }, + { + "price": 430, + "size": 4.63 + }, + { + "price": 450, + "size": 141.97 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 8313395, + "runnerName": "Michelle Obama", + "handicap": 0, + "sortPriority": 26, + "status": "ACTIVE", + "lastPriceTraded": 590, + "totalMatched": 440.35, + "ex": { + "availableToBack": [ + { + "price": 360, + "size": 2.99 + }, + { + "price": 250, + "size": 9.59 + }, + { + "price": 200, + "size": 4.63 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 15.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 8469645, + "runnerName": "Ben Carson", + "handicap": 0, + "sortPriority": 27, + "status": "ACTIVE", + "lastPriceTraded": 260, + "totalMatched": 1091.35, + "ex": { + "availableToBack": [ + { + "price": 160, + "size": 5.55 + }, + { + "price": 150, + "size": 9.55 + }, + { + "price": 130, + "size": 17.55 + } + ], + "availableToLay": [ + { + "price": 260, + "size": 45.65 + }, + { + "price": 550, + "size": 3.66 + }, + { + "price": 990, + "size": 6.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28592779, + "runnerName": "Liz Cheney", + "handicap": 0, + "sortPriority": 28, + "status": "ACTIVE", + "lastPriceTraded": 600, + "totalMatched": 330.97, + "ex": { + "availableToBack": [ + { + "price": 300, + "size": 5 + }, + { + "price": 220, + "size": 2.06 + }, + { + "price": 170, + "size": 2.99 + } + ], + "availableToLay": [ + { + "price": 550, + "size": 5 + }, + { + "price": 600, + "size": 2.09 + }, + { + "price": 620, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38208299, + "runnerName": "Matt Gaetz", + "handicap": 0, + "sortPriority": 29, + "status": "ACTIVE", + "lastPriceTraded": 540, + "totalMatched": 259.67, + "ex": { + "availableToBack": [ + { + "price": 200, + "size": 6.26 + }, + { + "price": 170, + "size": 3.7 + }, + { + "price": 150, + "size": 10.53 + } + ], + "availableToLay": [ + { + "price": 880, + "size": 2 + }, + { + "price": 1000, + "size": 3.02 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5029320, + "runnerName": "Paul Ryan", + "handicap": 0, + "sortPriority": 30, + "status": "ACTIVE", + "lastPriceTraded": 470, + "totalMatched": 565.66, + "ex": { + "availableToBack": [ + { + "price": 270, + "size": 4.55 + }, + { + "price": 160, + "size": 8.79 + }, + { + "price": 150, + "size": 20 + } + ], + "availableToLay": [ + { + "price": 650, + "size": 3.71 + }, + { + "price": 660, + "size": 2 + }, + { + "price": 1000, + "size": 9.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 36203898, + "runnerName": "Meghan Markle", + "handicap": 0, + "sortPriority": 31, + "status": "ACTIVE", + "lastPriceTraded": 990, + "totalMatched": 562.27, + "ex": { + "availableToBack": [ + { + "price": 510, + "size": 2.03 + }, + { + "price": 500, + "size": 4.27 + }, + { + "price": 270, + "size": 3.7 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 4.74 + }, + { + "price": 1000, + "size": 5.44 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12657109, + "runnerName": "Oprah Winfrey", + "handicap": 0, + "sortPriority": 32, + "status": "ACTIVE", + "lastPriceTraded": 850, + "totalMatched": 106.13, + "ex": { + "availableToBack": [ + { + "price": 600, + "size": 5.99 + }, + { + "price": 520, + "size": 3.7 + }, + { + "price": 230, + "size": 7.27 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 7.54 + }, + { + "price": 990, + "size": 2.99 + }, + { + "price": 1000, + "size": 9.74 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5332462, + "runnerName": "Rand Paul", + "handicap": 0, + "sortPriority": 33, + "status": "ACTIVE", + "lastPriceTraded": 310, + "totalMatched": 434.58, + "ex": { + "availableToBack": [ + { + "price": 300, + "size": 3.52 + }, + { + "price": 200, + "size": 9.91 + }, + { + "price": 160, + "size": 7.57 + } + ], + "availableToLay": [ + { + "price": 800, + "size": 6.26 + }, + { + "price": 860, + "size": 4.63 + }, + { + "price": 900, + "size": 8.54 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6761309, + "runnerName": "Bernie Sanders", + "handicap": 0, + "sortPriority": 34, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 313.62, + "ex": { + "availableToBack": [ + { + "price": 500, + "size": 4 + }, + { + "price": 270, + "size": 3.12 + }, + { + "price": 240, + "size": 7.82 + } + ], + "availableToLay": [ + { + "price": 960, + "size": 3.31 + }, + { + "price": 970, + "size": 2.64 + }, + { + "price": 990, + "size": 28.39 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5012997, + "runnerName": "Chris Christie", + "handicap": 0, + "sortPriority": 35, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 197.58, + "ex": { + "availableToBack": [ + { + "price": 410, + "size": 3.99 + }, + { + "price": 190, + "size": 8.54 + }, + { + "price": 180, + "size": 3.49 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1406783, + "runnerName": "John Kerry", + "handicap": 0, + "sortPriority": 36, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 125.94, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 3 + }, + { + "price": 680, + "size": 2 + }, + { + "price": 660, + "size": 3.7 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 6816444, + "runnerName": "Andrew Cuomo", + "handicap": 0, + "sortPriority": 37, + "status": "ACTIVE", + "lastPriceTraded": 600, + "totalMatched": 245.65, + "ex": { + "availableToBack": [ + { + "price": 500, + "size": 4.99 + }, + { + "price": 360, + "size": 9.7 + }, + { + "price": 350, + "size": 2.46 + } + ], + "availableToLay": [ + { + "price": 970, + "size": 2 + }, + { + "price": 990, + "size": 10 + }, + { + "price": 1000, + "size": 12.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1171594, + "runnerName": "Condoleezza Rice", + "handicap": 0, + "sortPriority": 38, + "status": "ACTIVE", + "lastPriceTraded": 980, + "totalMatched": 101.31, + "ex": { + "availableToBack": [ + { + "price": 600, + "size": 5 + }, + { + "price": 340, + "size": 2.99 + }, + { + "price": 230, + "size": 3.98 + } + ], + "availableToLay": [ + { + "price": 970, + "size": 3.99 + }, + { + "price": 990, + "size": 3.99 + }, + { + "price": 1000, + "size": 3.6 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1171597, + "runnerName": "Mitt Romney", + "handicap": 0, + "sortPriority": 39, + "status": "ACTIVE", + "lastPriceTraded": 900, + "totalMatched": 532.26, + "ex": { + "availableToBack": [ + { + "price": 240, + "size": 2.24 + }, + { + "price": 220, + "size": 4.99 + }, + { + "price": 170, + "size": 21.99 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 9.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1171623, + "runnerName": "Hillary Clinton", + "handicap": 0, + "sortPriority": 40, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 275.51, + "ex": { + "availableToBack": [ + { + "price": 550, + "size": 4.56 + }, + { + "price": 500, + "size": 7.11 + }, + { + "price": 270, + "size": 12.27 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 7.27 + }, + { + "price": 990, + "size": 2.18 + }, + { + "price": 1000, + "size": 23.57 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 7438258, + "runnerName": "Cory Booker", + "handicap": 0, + "sortPriority": 41, + "status": "ACTIVE", + "lastPriceTraded": 960, + "totalMatched": 147.84, + "ex": { + "availableToBack": [ + { + "price": 400, + "size": 2.58 + }, + { + "price": 180, + "size": 4.63 + }, + { + "price": 160, + "size": 5.4 + } + ], + "availableToLay": [ + { + "price": 960, + "size": 5.36 + }, + { + "price": 1000, + "size": 9.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 14253825, + "runnerName": "Gavin Newsom", + "handicap": 0, + "sortPriority": 42, + "status": "ACTIVE", + "lastPriceTraded": 700, + "totalMatched": 80.69, + "ex": { + "availableToBack": [ + { + "price": 380, + "size": 2.06 + }, + { + "price": 370, + "size": 3 + }, + { + "price": 360, + "size": 6 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 13.12 + }, + { + "price": 1000, + "size": 9.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 20283569, + "runnerName": "Beto O'Rourke", + "handicap": 0, + "sortPriority": 43, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 140.88, + "ex": { + "availableToBack": [ + { + "price": 820, + "size": 2.99 + }, + { + "price": 800, + "size": 5.4 + }, + { + "price": 670, + "size": 4.99 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 6.37 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 2898345, + "runnerName": "John Kasich", + "handicap": 0, + "sortPriority": 44, + "status": "ACTIVE", + "lastPriceTraded": 880, + "totalMatched": 90.43, + "ex": { + "availableToBack": [ + { + "price": 930, + "size": 3.85 + }, + { + "price": 900, + "size": 3.99 + }, + { + "price": 520, + "size": 5.99 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1391768, + "runnerName": "Al Gore", + "handicap": 0, + "sortPriority": 45, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 68.59, + "ex": { + "availableToBack": [ + { + "price": 600, + "size": 2 + }, + { + "price": 530, + "size": 2.14 + }, + { + "price": 410, + "size": 8.84 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 8313393, + "runnerName": "Julian Castro", + "handicap": 0, + "sortPriority": 46, + "status": "ACTIVE", + "lastPriceTraded": 810, + "totalMatched": 102.33, + "ex": { + "availableToBack": [ + { + "price": 730, + "size": 3.99 + }, + { + "price": 410, + "size": 3.39 + }, + { + "price": 400, + "size": 4.48 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1171599, + "runnerName": "Jeb Bush", + "handicap": 0, + "sortPriority": 47, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 92.79, + "ex": { + "availableToBack": [ + { + "price": 680, + "size": 2 + }, + { + "price": 630, + "size": 4.36 + }, + { + "price": 540, + "size": 6.84 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 28209207, + "runnerName": "Caitlyn Jenner", + "handicap": 0, + "sortPriority": 48, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 131.66, + "ex": { + "availableToBack": [ + { + "price": 870, + "size": 3.71 + }, + { + "price": 620, + "size": 6.99 + }, + { + "price": 610, + "size": 4.98 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 21067661, + "runnerName": "Sarah Huckabee Sanders", + "handicap": 0, + "sortPriority": 49, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 54.54, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 7.89 + }, + { + "price": 740, + "size": 6.02 + }, + { + "price": 420, + "size": 11.99 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 22112908, + "runnerName": "Eric Swalwell", + "handicap": 0, + "sortPriority": 50, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 34.75, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 5.99 + }, + { + "price": 550, + "size": 6.99 + }, + { + "price": 20, + "size": 9.3 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 6837915, + "runnerName": "Deval Patrick", + "handicap": 0, + "sortPriority": 51, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 45.33, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 9.45 + }, + { + "price": 920, + "size": 2.1 + }, + { + "price": 840, + "size": 6.99 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12578645, + "runnerName": "Jay Inslee", + "handicap": 0, + "sortPriority": 52, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 29.94, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 10.11 + }, + { + "price": 820, + "size": 6.99 + }, + { + "price": 560, + "size": 6.99 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 27933526, + "runnerName": "Rashida Tlaib", + "handicap": 0, + "sortPriority": 53, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 83.75, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 5 + }, + { + "price": 880, + "size": 3.49 + }, + { + "price": 720, + "size": 3.99 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 37511474, + "runnerName": "Susan Collins", + "handicap": 0, + "sortPriority": 54, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 43.79, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 55.04 + }, + { + "price": 800, + "size": 3.7 + }, + { + "price": 20, + "size": 9.3 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 28904620, + "runnerName": "Karen Bass", + "handicap": 0, + "sortPriority": 55, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 33.73, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 52.62 + }, + { + "price": 860, + "size": 3.49 + }, + { + "price": 810, + "size": 4.79 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 27933521, + "runnerName": "Ayanna Pressley", + "handicap": 0, + "sortPriority": 56, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 26.97, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 10.13 + }, + { + "price": 920, + "size": 6.99 + }, + { + "price": 600, + "size": 11.99 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 16647889, + "runnerName": "Nina Turner", + "handicap": 0, + "sortPriority": 57, + "status": "ACTIVE", + "lastPriceTraded": 300, + "totalMatched": 548.95, + "ex": { + "availableToBack": [ + { + "price": 480, + "size": 6.86 + }, + { + "price": 120, + "size": 11.99 + }, + { + "price": 100, + "size": 10.81 + } + ], + "availableToLay": [ + { + "price": 750, + "size": 7.27 + }, + { + "price": 990, + "size": 3.99 + }, + { + "price": 1000, + "size": 8 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 19069835, + "runnerName": "Eric Holder", + "handicap": 0, + "sortPriority": 58, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 28.07, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 3.42 + }, + { + "price": 760, + "size": 2.75 + }, + { + "price": 750, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 13126461, + "runnerName": "Eric Garcetti", + "handicap": 0, + "sortPriority": 59, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 24.91, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 10.13 + }, + { + "price": 800, + "size": 3 + }, + { + "price": 150, + "size": 6.99 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 21441881, + "runnerName": "Mitch McConnell", + "handicap": 0, + "sortPriority": 60, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 50.75, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 5.91 + }, + { + "price": 650, + "size": 6.98 + }, + { + "price": 420, + "size": 6.99 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 2903464, + "runnerName": "Lindsey Graham", + "handicap": 0, + "sortPriority": 61, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 82.11, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 3.71 + }, + { + "price": 620, + "size": 6.99 + }, + { + "price": 20, + "size": 8.35 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 30274172, + "runnerName": "Jo Jorgensen", + "handicap": 0, + "sortPriority": 62, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 16.98, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 51.26 + }, + { + "price": 200, + "size": 11.99 + }, + { + "price": 20, + "size": 9.3 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 3073246, + "runnerName": "Rob Portman", + "handicap": 0, + "sortPriority": 63, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 27.58, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 7.66 + }, + { + "price": 800, + "size": 3 + }, + { + "price": 20, + "size": 15.6 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 40193056, + "runnerName": "Jon Tester", + "handicap": 0, + "sortPriority": 64, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 5.4, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 10.61 + }, + { + "price": 130, + "size": 10.53 + }, + { + "price": 110, + "size": 4.34 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 11134240, + "runnerName": "Sherrod Brown", + "handicap": 0, + "sortPriority": 65, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 62, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 5 + }, + { + "price": 630, + "size": 3.98 + }, + { + "price": 620, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 8843640, + "runnerName": "Joe Manchin", + "handicap": 0, + "sortPriority": 66, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 5.4, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 17.8 + }, + { + "price": 120, + "size": 12.68 + }, + { + "price": 1.01, + "size": 109.96 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 40193057, + "runnerName": "Ron Johnson", + "handicap": 0, + "sortPriority": 67, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 5.4, + "ex": { + "availableToBack": [ + { + "price": 1000, + "size": 17.8 + }, + { + "price": 120, + "size": 12.68 + }, + { + "price": 1.01, + "size": 109.96 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.178163685", + "marketName": "Democratic Nominee", + "description": { + "persistenceEnabled": true, + "bspMarket": false, + "marketTime": "2024-11-05T11:00:05.000Z", + "suspendTime": "2024-11-05T11:00:05.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": true, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "
    MARKET INFORMATION

    For further information please see Rules & Regs.

    Who will be elected to be the Democratic Party presidential nominee for the 2024 US presidential election?

    This market will be settled on the candidate voted to be the Democratic Party nominee as a result of the 2024 Democratic National Convention.

    This market will be turned in-play with unmatched bets cancelled at the start of the 2024 Democratic National Convention. Thereafter, this market will not be actively managed. Customers are entirely responsible for their bets at all times.This market will be void if the Democratic Party do not nominate a candidate to run in the 2024 election. Additional runners may be added to this market upon request. All bets stand run or not.

    Customers should be aware that:

  • Transmissions described as “live” by some broadcasters may actually be delayed.

  • The extent of any such delay may vary, depending on the set-up through which they are receiving pictures or data.


  • If any candidate withdraws for any reason, including death, all bets on the market will stand and be settled as per the defined rules.\n\nPlease note, due to internal administrative procedures, the indicated start date/time of this market is subject to change. This will have no impact on settlement as detailed in our market specific rules. Any changes to the start time/date will be recorded in the market rules.", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 49062.28, + "runners": [ + { + "selectionId": 12126964, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 3.35, + "totalMatched": 10279.64, + "ex": { + "availableToBack": [ + { + "price": 3.35, + "size": 49.58 + }, + { + "price": 3.3, + "size": 52.13 + }, + { + "price": 3.25, + "size": 82.32 + } + ], + "availableToLay": [ + { + "price": 3.45, + "size": 15.2 + }, + { + "price": 3.5, + "size": 26.4 + }, + { + "price": 3.6, + "size": 10 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6816445, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 3.35, + "totalMatched": 36827.38, + "ex": { + "availableToBack": [ + { + "price": 3.25, + "size": 20 + }, + { + "price": 3.05, + "size": 14.98 + }, + { + "price": 3, + "size": 103.68 + } + ], + "availableToLay": [ + { + "price": 3.35, + "size": 39.87 + }, + { + "price": 3.4, + "size": 203.15 + }, + { + "price": 3.45, + "size": 387.86 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6886665, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 52.55, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 2.99 + }, + { + "price": 65, + "size": 14.37 + }, + { + "price": 60, + "size": 11.99 + } + ], + "availableToLay": [ + { + "price": 240, + "size": 6.28 + }, + { + "price": 260, + "size": 4.96 + }, + { + "price": 290, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6816444, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 90, + "totalMatched": 47.79, + "ex": { + "availableToBack": [ + { + "price": 85, + "size": 2.31 + }, + { + "price": 55, + "size": 2.99 + }, + { + "price": 50, + "size": 13 + } + ], + "availableToLay": [ + { + "price": 970, + "size": 3.59 + }, + { + "price": 990, + "size": 19.06 + }, + { + "price": 1000, + "size": 15.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 22112909, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 240, + "totalMatched": 66.05, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 6.99 + }, + { + "price": 55, + "size": 2.86 + }, + { + "price": 50, + "size": 19.53 + } + ], + "availableToLay": [ + { + "price": 240, + "size": 9.89 + }, + { + "price": 280, + "size": 6.99 + }, + { + "price": 420, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 27933521, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 8, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.99 + }, + { + "price": 90, + "size": 5 + }, + { + "price": 34, + "size": 11.99 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 3.98 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 7438258, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 44, + "totalMatched": 26.99, + "ex": { + "availableToBack": [ + { + "price": 46, + "size": 3.99 + }, + { + "price": 44, + "size": 2.99 + }, + { + "price": 42, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 880, + "size": 2.64 + }, + { + "price": 900, + "size": 2.99 + }, + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13126461, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 250, + "totalMatched": 4, + "ex": { + "availableToBack": [ + { + "price": 140, + "size": 3.2 + }, + { + "price": 40, + "size": 3.99 + }, + { + "price": 38, + "size": 10.99 + } + ], + "availableToLay": [ + { + "price": 500, + "size": 2 + }, + { + "price": 950, + "size": 2.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 14253825, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 930, + "totalMatched": 15.56, + "ex": { + "availableToBack": [ + { + "price": 80, + "size": 3.99 + }, + { + "price": 75, + "size": 12.67 + }, + { + "price": 65, + "size": 3.7 + } + ], + "availableToLay": [ + { + "price": 930, + "size": 4.63 + }, + { + "price": 940, + "size": 9.99 + }, + { + "price": 960, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 27933516, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 890, + "totalMatched": 31.04, + "ex": { + "availableToBack": [ + { + "price": 75, + "size": 2.99 + }, + { + "price": 70, + "size": 5.28 + }, + { + "price": 60, + "size": 12.75 + } + ], + "availableToLay": [ + { + "price": 930, + "size": 3.64 + }, + { + "price": 980, + "size": 3.48 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 2710860, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 75, + "totalMatched": 176.75, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 4.08 + }, + { + "price": 40, + "size": 24.97 + }, + { + "price": 38, + "size": 3 + } + ], + "availableToLay": [ + { + "price": 75, + "size": 5.38 + }, + { + "price": 900, + "size": 2.99 + }, + { + "price": 1000, + "size": 7.98 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 16647889, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 60, + "totalMatched": 39.04, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 3.99 + }, + { + "price": 65, + "size": 2 + }, + { + "price": 48, + "size": 13.98 + } + ], + "availableToLay": [ + { + "price": 950, + "size": 2.99 + }, + { + "price": 990, + "size": 19.06 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 22576023, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 16, + "totalMatched": 337.77, + "ex": { + "availableToBack": [ + { + "price": 16, + "size": 21.37 + }, + { + "price": 15, + "size": 6.99 + }, + { + "price": 5, + "size": 19.06 + } + ], + "availableToLay": [ + { + "price": 24, + "size": 12.24 + }, + { + "price": 25, + "size": 14 + }, + { + "price": 30, + "size": 7.27 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 27933526, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 12, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.99 + }, + { + "price": 230, + "size": 6.21 + }, + { + "price": 38, + "size": 11.99 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 6761309, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 220, + "totalMatched": 37.8, + "ex": { + "availableToBack": [ + { + "price": 170, + "size": 2.99 + }, + { + "price": 65, + "size": 5.99 + }, + { + "price": 60, + "size": 3.38 + } + ], + "availableToLay": [ + { + "price": 780, + "size": 4.63 + }, + { + "price": 900, + "size": 2.99 + }, + { + "price": 990, + "size": 19.06 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6364522, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 279.18, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 2.98 + }, + { + "price": 50, + "size": 2.8 + }, + { + "price": 48, + "size": 5 + } + ], + "availableToLay": [ + { + "price": 220, + "size": 5.29 + }, + { + "price": 240, + "size": 7.27 + }, + { + "price": 250, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 8313395, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 90, + "totalMatched": 31.22, + "ex": { + "availableToBack": [ + { + "price": 80, + "size": 3.99 + }, + { + "price": 21, + "size": 3.98 + }, + { + "price": 20, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 400, + "size": 2.64 + }, + { + "price": 460, + "size": 4.63 + }, + { + "price": 500, + "size": 4.63 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 20036602, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 462.21, + "ex": { + "availableToBack": [ + { + "price": 36, + "size": 3.98 + }, + { + "price": 34, + "size": 9.5 + }, + { + "price": 30, + "size": 20.47 + } + ], + "availableToLay": [ + { + "price": 200, + "size": 8.6 + }, + { + "price": 990, + "size": 5.51 + }, + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38259486, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 140, + "size": 4.99 + }, + { + "price": 75, + "size": 6.35 + }, + { + "price": 65, + "size": 3 + } + ], + "availableToLay": [ + { + "price": 970, + "size": 2.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38259487, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 300, + "totalMatched": 52.71, + "ex": { + "availableToBack": [ + { + "price": 90, + "size": 2.99 + }, + { + "price": 80, + "size": 6.31 + }, + { + "price": 60, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 970, + "size": 2.51 + }, + { + "price": 980, + "size": 5.25 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 26702180, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 940, + "totalMatched": 29.87, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 2.99 + }, + { + "price": 140, + "size": 6.18 + }, + { + "price": 65, + "size": 29.59 + } + ], + "availableToLay": [ + { + "price": 950, + "size": 4.49 + }, + { + "price": 970, + "size": 6.99 + }, + { + "price": 990, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 14550644, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 150, + "totalMatched": 201.77, + "ex": { + "availableToBack": [ + { + "price": 65, + "size": 4.7 + }, + { + "price": 48, + "size": 18.06 + }, + { + "price": 34, + "size": 11.99 + } + ], + "availableToLay": [ + { + "price": 150, + "size": 4.76 + }, + { + "price": 870, + "size": 3.98 + }, + { + "price": 880, + "size": 5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12143000, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 990, + "totalMatched": 8, + "ex": { + "availableToBack": [ + { + "price": 180, + "size": 2 + }, + { + "price": 160, + "size": 2.99 + }, + { + "price": 48, + "size": 3.15 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 6.47 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1171623, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 690, + "totalMatched": 16.7, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 10.96 + }, + { + "price": 140, + "size": 7.97 + }, + { + "price": 130, + "size": 9.03 + } + ], + "availableToLay": [ + { + "price": 670, + "size": 4.15 + }, + { + "price": 740, + "size": 2.87 + }, + { + "price": 920, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25512742, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 880, + "totalMatched": 18.17, + "ex": { + "availableToBack": [ + { + "price": 85, + "size": 3.99 + }, + { + "price": 80, + "size": 5.28 + }, + { + "price": 65, + "size": 6.07 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 2.14 + }, + { + "price": 920, + "size": 2 + }, + { + "price": 930, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 39298706, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 140, + "size": 3.33 + }, + { + "price": 55, + "size": 3.13 + }, + { + "price": 5, + "size": 19.06 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2.01 + } + ], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": false, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 26, + "numberOfActiveRunners": 26, + "lastMatchTime": "2021-07-31T13:09:49.785Z", + "totalAvailable": 29107.09, + "crossMatching": false, + "runnersVoidable": false, + "version": 3582494724, + "options": [ + { + "selectionId": 12126964, + "runnerName": "Kamala Harris", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 3.35, + "totalMatched": 10279.64, + "ex": { + "availableToBack": [ + { + "price": 3.35, + "size": 49.58 + }, + { + "price": 3.3, + "size": 52.13 + }, + { + "price": 3.25, + "size": 82.32 + } + ], + "availableToLay": [ + { + "price": 3.45, + "size": 15.2 + }, + { + "price": 3.5, + "size": 26.4 + }, + { + "price": 3.6, + "size": 10 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6816445, + "runnerName": "Joe Biden", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 3.35, + "totalMatched": 36827.38, + "ex": { + "availableToBack": [ + { + "price": 3.25, + "size": 20 + }, + { + "price": 3.05, + "size": 14.98 + }, + { + "price": 3, + "size": 103.68 + } + ], + "availableToLay": [ + { + "price": 3.35, + "size": 39.87 + }, + { + "price": 3.4, + "size": 203.15 + }, + { + "price": 3.45, + "size": 387.86 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6886665, + "runnerName": "Amy Klobuchar", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 52.55, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 2.99 + }, + { + "price": 65, + "size": 14.37 + }, + { + "price": 60, + "size": 11.99 + } + ], + "availableToLay": [ + { + "price": 240, + "size": 6.28 + }, + { + "price": 260, + "size": 4.96 + }, + { + "price": 290, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6816444, + "runnerName": "Andrew Cuomo", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 90, + "totalMatched": 47.79, + "ex": { + "availableToBack": [ + { + "price": 85, + "size": 2.31 + }, + { + "price": 55, + "size": 2.99 + }, + { + "price": 50, + "size": 13 + } + ], + "availableToLay": [ + { + "price": 970, + "size": 3.59 + }, + { + "price": 990, + "size": 19.06 + }, + { + "price": 1000, + "size": 15.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 22112909, + "runnerName": "Andrew Yang", + "handicap": 0, + "sortPriority": 5, + "status": "ACTIVE", + "lastPriceTraded": 240, + "totalMatched": 66.05, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 6.99 + }, + { + "price": 55, + "size": 2.86 + }, + { + "price": 50, + "size": 19.53 + } + ], + "availableToLay": [ + { + "price": 240, + "size": 9.89 + }, + { + "price": 280, + "size": 6.99 + }, + { + "price": 420, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 27933521, + "runnerName": "Ayanna Pressley", + "handicap": 0, + "sortPriority": 6, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 8, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.99 + }, + { + "price": 90, + "size": 5 + }, + { + "price": 34, + "size": 11.99 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 3.98 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 7438258, + "runnerName": "Cory Booker", + "handicap": 0, + "sortPriority": 7, + "status": "ACTIVE", + "lastPriceTraded": 44, + "totalMatched": 26.99, + "ex": { + "availableToBack": [ + { + "price": 46, + "size": 3.99 + }, + { + "price": 44, + "size": 2.99 + }, + { + "price": 42, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 880, + "size": 2.64 + }, + { + "price": 900, + "size": 2.99 + }, + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13126461, + "runnerName": "Eric Garcetti", + "handicap": 0, + "sortPriority": 8, + "status": "ACTIVE", + "lastPriceTraded": 250, + "totalMatched": 4, + "ex": { + "availableToBack": [ + { + "price": 140, + "size": 3.2 + }, + { + "price": 40, + "size": 3.99 + }, + { + "price": 38, + "size": 10.99 + } + ], + "availableToLay": [ + { + "price": 500, + "size": 2 + }, + { + "price": 950, + "size": 2.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 14253825, + "runnerName": "Gavin Newsom", + "handicap": 0, + "sortPriority": 9, + "status": "ACTIVE", + "lastPriceTraded": 930, + "totalMatched": 15.56, + "ex": { + "availableToBack": [ + { + "price": 80, + "size": 3.99 + }, + { + "price": 75, + "size": 12.67 + }, + { + "price": 65, + "size": 3.7 + } + ], + "availableToLay": [ + { + "price": 930, + "size": 4.63 + }, + { + "price": 940, + "size": 9.99 + }, + { + "price": 960, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 27933516, + "runnerName": "Gretchen Whitmer", + "handicap": 0, + "sortPriority": 10, + "status": "ACTIVE", + "lastPriceTraded": 890, + "totalMatched": 31.04, + "ex": { + "availableToBack": [ + { + "price": 75, + "size": 2.99 + }, + { + "price": 70, + "size": 5.28 + }, + { + "price": 60, + "size": 12.75 + } + ], + "availableToLay": [ + { + "price": 930, + "size": 3.64 + }, + { + "price": 980, + "size": 3.48 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 2710860, + "runnerName": "Michael Bloomberg", + "handicap": 0, + "sortPriority": 11, + "status": "ACTIVE", + "lastPriceTraded": 75, + "totalMatched": 176.75, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 4.08 + }, + { + "price": 40, + "size": 24.97 + }, + { + "price": 38, + "size": 3 + } + ], + "availableToLay": [ + { + "price": 75, + "size": 5.38 + }, + { + "price": 900, + "size": 2.99 + }, + { + "price": 1000, + "size": 7.98 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 16647889, + "runnerName": "Nina Turner", + "handicap": 0, + "sortPriority": 12, + "status": "ACTIVE", + "lastPriceTraded": 60, + "totalMatched": 39.04, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 3.99 + }, + { + "price": 65, + "size": 2 + }, + { + "price": 48, + "size": 13.98 + } + ], + "availableToLay": [ + { + "price": 950, + "size": 2.99 + }, + { + "price": 990, + "size": 19.06 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 22576023, + "runnerName": "Pete Buttigieg", + "handicap": 0, + "sortPriority": 13, + "status": "ACTIVE", + "lastPriceTraded": 16, + "totalMatched": 337.77, + "ex": { + "availableToBack": [ + { + "price": 16, + "size": 21.37 + }, + { + "price": 15, + "size": 6.99 + }, + { + "price": 5, + "size": 19.06 + } + ], + "availableToLay": [ + { + "price": 24, + "size": 12.24 + }, + { + "price": 25, + "size": 14 + }, + { + "price": 30, + "size": 7.27 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 27933526, + "runnerName": "Rashida Tlaib", + "handicap": 0, + "sortPriority": 14, + "status": "ACTIVE", + "lastPriceTraded": 1000, + "totalMatched": 12, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 2.99 + }, + { + "price": 230, + "size": 6.21 + }, + { + "price": 38, + "size": 11.99 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 6761309, + "runnerName": "Bernie Sanders", + "handicap": 0, + "sortPriority": 15, + "status": "ACTIVE", + "lastPriceTraded": 220, + "totalMatched": 37.8, + "ex": { + "availableToBack": [ + { + "price": 170, + "size": 2.99 + }, + { + "price": 65, + "size": 5.99 + }, + { + "price": 60, + "size": 3.38 + } + ], + "availableToLay": [ + { + "price": 780, + "size": 4.63 + }, + { + "price": 900, + "size": 2.99 + }, + { + "price": 990, + "size": 19.06 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6364522, + "runnerName": "Elizabeth Warren", + "handicap": 0, + "sortPriority": 16, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 279.18, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 2.98 + }, + { + "price": 50, + "size": 2.8 + }, + { + "price": 48, + "size": 5 + } + ], + "availableToLay": [ + { + "price": 220, + "size": 5.29 + }, + { + "price": 240, + "size": 7.27 + }, + { + "price": 250, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 8313395, + "runnerName": "Michelle Obama", + "handicap": 0, + "sortPriority": 17, + "status": "ACTIVE", + "lastPriceTraded": 90, + "totalMatched": 31.22, + "ex": { + "availableToBack": [ + { + "price": 80, + "size": 3.99 + }, + { + "price": 21, + "size": 3.98 + }, + { + "price": 20, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 400, + "size": 2.64 + }, + { + "price": 460, + "size": 4.63 + }, + { + "price": 500, + "size": 4.63 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 20036602, + "runnerName": "Alexandria Ocasio-Cortez", + "handicap": 0, + "sortPriority": 18, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 462.21, + "ex": { + "availableToBack": [ + { + "price": 36, + "size": 3.98 + }, + { + "price": 34, + "size": 9.5 + }, + { + "price": 30, + "size": 20.47 + } + ], + "availableToLay": [ + { + "price": 200, + "size": 8.6 + }, + { + "price": 990, + "size": 5.51 + }, + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38259486, + "runnerName": "Katie Porter", + "handicap": 0, + "sortPriority": 19, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 140, + "size": 4.99 + }, + { + "price": 75, + "size": 6.35 + }, + { + "price": 65, + "size": 3 + } + ], + "availableToLay": [ + { + "price": 970, + "size": 2.99 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38259487, + "runnerName": "John Ossoff", + "handicap": 0, + "sortPriority": 20, + "status": "ACTIVE", + "lastPriceTraded": 300, + "totalMatched": 52.71, + "ex": { + "availableToBack": [ + { + "price": 90, + "size": 2.99 + }, + { + "price": 80, + "size": 6.31 + }, + { + "price": 60, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 970, + "size": 2.51 + }, + { + "price": 980, + "size": 5.25 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 26702180, + "runnerName": "Bill Gates", + "handicap": 0, + "sortPriority": 21, + "status": "ACTIVE", + "lastPriceTraded": 940, + "totalMatched": 29.87, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 2.99 + }, + { + "price": 140, + "size": 6.18 + }, + { + "price": 65, + "size": 29.59 + } + ], + "availableToLay": [ + { + "price": 950, + "size": 4.49 + }, + { + "price": 970, + "size": 6.99 + }, + { + "price": 990, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 14550644, + "runnerName": "Tulsi Gabbard", + "handicap": 0, + "sortPriority": 22, + "status": "ACTIVE", + "lastPriceTraded": 150, + "totalMatched": 201.77, + "ex": { + "availableToBack": [ + { + "price": 65, + "size": 4.7 + }, + { + "price": 48, + "size": 18.06 + }, + { + "price": 34, + "size": 11.99 + } + ], + "availableToLay": [ + { + "price": 150, + "size": 4.76 + }, + { + "price": 870, + "size": 3.98 + }, + { + "price": 880, + "size": 5 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12143000, + "runnerName": "Tammy Duckworth", + "handicap": 0, + "sortPriority": 23, + "status": "ACTIVE", + "lastPriceTraded": 990, + "totalMatched": 8, + "ex": { + "availableToBack": [ + { + "price": 180, + "size": 2 + }, + { + "price": 160, + "size": 2.99 + }, + { + "price": 48, + "size": 3.15 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 6.47 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1171623, + "runnerName": "Hillary Clinton", + "handicap": 0, + "sortPriority": 24, + "status": "ACTIVE", + "lastPriceTraded": 690, + "totalMatched": 16.7, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 10.96 + }, + { + "price": 140, + "size": 7.97 + }, + { + "price": 130, + "size": 9.03 + } + ], + "availableToLay": [ + { + "price": 670, + "size": 4.15 + }, + { + "price": 740, + "size": 2.87 + }, + { + "price": 920, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25512742, + "runnerName": "Beto O Rourke", + "handicap": 0, + "sortPriority": 25, + "status": "ACTIVE", + "lastPriceTraded": 880, + "totalMatched": 18.17, + "ex": { + "availableToBack": [ + { + "price": 85, + "size": 3.99 + }, + { + "price": 80, + "size": 5.28 + }, + { + "price": 65, + "size": 6.07 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 2.14 + }, + { + "price": 920, + "size": 2 + }, + { + "price": 930, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 39298706, + "runnerName": "Jamaal Bowman", + "handicap": 0, + "sortPriority": 26, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 140, + "size": 3.33 + }, + { + "price": 55, + "size": 3.13 + }, + { + "price": 5, + "size": 19.06 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2.01 + } + ], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.178163916", + "marketName": "Republican Nominee", + "description": { + "persistenceEnabled": true, + "bspMarket": false, + "marketTime": "2024-11-05T11:00:06.000Z", + "suspendTime": "2024-11-05T11:00:06.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": true, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "
    MARKET INFORMATION

    For further information please see Rules & Regs.

    Who will be elected to be the Republican Party presidential nominee for the 2024 US presidential election?

    This market will be settled on the candidate voted to be the Republican Party nominee as a result of the 2024 Republican National Convention.

    This market will be turned in-play with unmatched bets cancelled at the start of the 2024 Republican National Convention. Thereafter, this market will not be actively managed. Customers are entirely responsible for their bets at all times.This market will be void if the Republican Party do not nominate a candidate to run in the 2024 election. Additional runners may be added to this market upon request. All bets stand run or not.

    Customers should be aware that:

  • Transmissions described as “live” by some broadcasters may actually be delayed.

  • The extent of any such delay may vary, depending on the set-up through which they are receiving pictures or data.


  • If any candidate withdraws for any reason, including death, all bets on the market will stand and be settled as per the defined rules.\n\nPlease note, due to internal administrative procedures, the indicated start date/time of this market is subject to change. This will have no impact on settlement as detailed in our market specific rules. Any changes to the start time/date will be recorded in the market rules.", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 61509.56, + "runners": [ + { + "selectionId": 10874213, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 3.6, + "totalMatched": 41648.01, + "ex": { + "availableToBack": [ + { + "price": 3.55, + "size": 2 + }, + { + "price": 3.5, + "size": 50 + }, + { + "price": 3.45, + "size": 21 + } + ], + "availableToLay": [ + { + "price": 3.65, + "size": 3 + }, + { + "price": 3.7, + "size": 94.78 + }, + { + "price": 3.75, + "size": 420.9 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6196629, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 8.8, + "totalMatched": 2883.01, + "ex": { + "availableToBack": [ + { + "price": 8.8, + "size": 2.32 + }, + { + "price": 8.6, + "size": 48.24 + }, + { + "price": 8.4, + "size": 47 + } + ], + "availableToLay": [ + { + "price": 9, + "size": 468.09 + }, + { + "price": 9.2, + "size": 3 + }, + { + "price": 9.4, + "size": 17.77 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4296631, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 18, + "totalMatched": 1588.52, + "ex": { + "availableToBack": [ + { + "price": 17.5, + "size": 19.99 + }, + { + "price": 17, + "size": 7.8 + }, + { + "price": 16.5, + "size": 26.99 + } + ], + "availableToLay": [ + { + "price": 18, + "size": 3 + }, + { + "price": 18.5, + "size": 8.95 + }, + { + "price": 19, + "size": 26 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11415714, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 55, + "totalMatched": 900.48, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 28.39 + }, + { + "price": 48, + "size": 5 + }, + { + "price": 44, + "size": 8.46 + } + ], + "availableToLay": [ + { + "price": 65, + "size": 11.96 + }, + { + "price": 75, + "size": 5.99 + }, + { + "price": 990, + "size": 6.76 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37511428, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 85, + "totalMatched": 602.64, + "ex": { + "availableToBack": [ + { + "price": 75, + "size": 3.01 + }, + { + "price": 70, + "size": 5 + }, + { + "price": 65, + "size": 13.99 + } + ], + "availableToLay": [ + { + "price": 340, + "size": 3.32 + }, + { + "price": 370, + "size": 3.51 + }, + { + "price": 980, + "size": 3.19 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 20502367, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 910, + "totalMatched": 3.97, + "ex": { + "availableToBack": [ + { + "price": 340, + "size": 3.15 + }, + { + "price": 330, + "size": 5.47 + }, + { + "price": 320, + "size": 5 + } + ], + "availableToLay": [ + { + "price": 910, + "size": 3.24 + }, + { + "price": 920, + "size": 2 + }, + { + "price": 950, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11237943, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 48, + "totalMatched": 385.07, + "ex": { + "availableToBack": [ + { + "price": 48, + "size": 3.99 + }, + { + "price": 46, + "size": 10 + }, + { + "price": 44, + "size": 26.4 + } + ], + "availableToLay": [ + { + "price": 75, + "size": 2.98 + }, + { + "price": 80, + "size": 11.48 + }, + { + "price": 95, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5029320, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 130, + "totalMatched": 195.49, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 12.55 + }, + { + "price": 85, + "size": 11.99 + }, + { + "price": 80, + "size": 3.49 + } + ], + "availableToLay": [ + { + "price": 150, + "size": 6.88 + }, + { + "price": 200, + "size": 6.27 + }, + { + "price": 1000, + "size": 5.98 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5075277, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 80, + "totalMatched": 552.75, + "ex": { + "availableToBack": [ + { + "price": 55, + "size": 2.99 + }, + { + "price": 48, + "size": 5 + }, + { + "price": 34, + "size": 18.92 + } + ], + "availableToLay": [ + { + "price": 95, + "size": 2.39 + }, + { + "price": 100, + "size": 15.84 + }, + { + "price": 980, + "size": 3.51 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6886678, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 24, + "totalMatched": 1570.8, + "ex": { + "availableToBack": [ + { + "price": 25, + "size": 2.99 + }, + { + "price": 24, + "size": 10.43 + }, + { + "price": 23, + "size": 54.22 + } + ], + "availableToLay": [ + { + "price": 40, + "size": 24.94 + }, + { + "price": 46, + "size": 4.63 + }, + { + "price": 48, + "size": 26.4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 17646286, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 32, + "totalMatched": 913.04, + "ex": { + "availableToBack": [ + { + "price": 30, + "size": 12.75 + }, + { + "price": 28, + "size": 4.99 + }, + { + "price": 26, + "size": 15.17 + } + ], + "availableToLay": [ + { + "price": 32, + "size": 8.53 + }, + { + "price": 34, + "size": 205.88 + }, + { + "price": 46, + "size": 7.86 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10222763, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 70, + "totalMatched": 86.62, + "ex": { + "availableToBack": [ + { + "price": 120, + "size": 6.6 + }, + { + "price": 110, + "size": 5.74 + }, + { + "price": 100, + "size": 10.56 + } + ], + "availableToLay": [ + { + "price": 890, + "size": 3.24 + }, + { + "price": 900, + "size": 2 + }, + { + "price": 950, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1171597, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 100, + "totalMatched": 500.34, + "ex": { + "availableToBack": [ + { + "price": 75, + "size": 4.99 + }, + { + "price": 70, + "size": 20 + }, + { + "price": 65, + "size": 26.4 + } + ], + "availableToLay": [ + { + "price": 870, + "size": 4.04 + }, + { + "price": 890, + "size": 3.19 + }, + { + "price": 980, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37511448, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 100, + "totalMatched": 180.87, + "ex": { + "availableToBack": [ + { + "price": 85, + "size": 3.99 + }, + { + "price": 70, + "size": 5.99 + }, + { + "price": 60, + "size": 19.99 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 9.54 + }, + { + "price": 430, + "size": 4 + }, + { + "price": 450, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 14550639, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 120, + "totalMatched": 32.62, + "ex": { + "availableToBack": [ + { + "price": 210, + "size": 9.45 + }, + { + "price": 60, + "size": 11 + }, + { + "price": 44, + "size": 11.99 + } + ], + "availableToLay": [ + { + "price": 980, + "size": 2.04 + }, + { + "price": 990, + "size": 2 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 30371712, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 38, + "totalMatched": 757.47, + "ex": { + "availableToBack": [ + { + "price": 32, + "size": 34.39 + }, + { + "price": 30, + "size": 11.99 + }, + { + "price": 29, + "size": 10 + } + ], + "availableToLay": [ + { + "price": 38, + "size": 2.48 + }, + { + "price": 40, + "size": 133.86 + }, + { + "price": 50, + "size": 45.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 15407034, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 210, + "totalMatched": 20.52, + "ex": { + "availableToBack": [ + { + "price": 210, + "size": 8.45 + }, + { + "price": 130, + "size": 11 + }, + { + "price": 50, + "size": 11.19 + } + ], + "availableToLay": [ + { + "price": 970, + "size": 2.04 + }, + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1171599, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 300, + "totalMatched": 48.23, + "ex": { + "availableToBack": [ + { + "price": 230, + "size": 6.1 + }, + { + "price": 200, + "size": 2.2 + }, + { + "price": 180, + "size": 15 + } + ], + "availableToLay": [ + { + "price": 300, + "size": 2.02 + }, + { + "price": 880, + "size": 2.02 + }, + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 8469645, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 60, + "totalMatched": 577.85, + "ex": { + "availableToBack": [ + { + "price": 65, + "size": 10.45 + }, + { + "price": 60, + "size": 8.55 + }, + { + "price": 50, + "size": 5.18 + } + ], + "availableToLay": [ + { + "price": 120, + "size": 2.94 + }, + { + "price": 690, + "size": 2.04 + }, + { + "price": 800, + "size": 2.15 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 2898345, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 790, + "totalMatched": 7.73, + "ex": { + "availableToBack": [ + { + "price": 310, + "size": 2 + }, + { + "price": 300, + "size": 3.82 + }, + { + "price": 250, + "size": 2.09 + } + ], + "availableToLay": [ + { + "price": 790, + "size": 2.04 + }, + { + "price": 980, + "size": 2.99 + }, + { + "price": 990, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11409242, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 250, + "totalMatched": 76.48, + "ex": { + "availableToBack": [ + { + "price": 270, + "size": 3.99 + }, + { + "price": 260, + "size": 4.33 + }, + { + "price": 220, + "size": 2.99 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 2.04 + }, + { + "price": 910, + "size": 2.64 + }, + { + "price": 990, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 35506776, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 44, + "totalMatched": 912.51, + "ex": { + "availableToBack": [ + { + "price": 32, + "size": 6.98 + }, + { + "price": 30, + "size": 26.4 + }, + { + "price": 24, + "size": 28.39 + } + ], + "availableToLay": [ + { + "price": 46, + "size": 4.63 + }, + { + "price": 48, + "size": 696.58 + }, + { + "price": 55, + "size": 12.02 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 15859283, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 990, + "totalMatched": 0.12, + "ex": { + "availableToBack": [ + { + "price": 330, + "size": 6.47 + }, + { + "price": 310, + "size": 2.07 + }, + { + "price": 300, + "size": 7.92 + } + ], + "availableToLay": [ + { + "price": 980, + "size": 2.03 + }, + { + "price": 990, + "size": 2.46 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12142996, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 890, + "totalMatched": 4.49, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 3.99 + }, + { + "price": 240, + "size": 5.86 + }, + { + "price": 210, + "size": 2.49 + } + ], + "availableToLay": [ + { + "price": 890, + "size": 3.97 + }, + { + "price": 900, + "size": 2 + }, + { + "price": 990, + "size": 3.49 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11138368, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 960, + "totalMatched": 0.14, + "ex": { + "availableToBack": [ + { + "price": 240, + "size": 2.99 + }, + { + "price": 230, + "size": 2 + }, + { + "price": 220, + "size": 7.21 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 3.54 + }, + { + "price": 1000, + "size": 3 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37511437, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 38, + "totalMatched": 1460.47, + "ex": { + "availableToBack": [ + { + "price": 36, + "size": 6.99 + }, + { + "price": 34, + "size": 8.87 + }, + { + "price": 32, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 80, + "size": 11.99 + }, + { + "price": 890, + "size": 2.48 + }, + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11137498, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 980, + "totalMatched": 0.14, + "ex": { + "availableToBack": [ + { + "price": 290, + "size": 3.99 + }, + { + "price": 280, + "size": 6.09 + }, + { + "price": 240, + "size": 2.2 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 4.54 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5332462, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 800, + "totalMatched": 188.59, + "ex": { + "availableToBack": [ + { + "price": 190, + "size": 3 + }, + { + "price": 180, + "size": 8.36 + }, + { + "price": 100, + "size": 11.56 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 2.48 + }, + { + "price": 990, + "size": 3.99 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11567516, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 940, + "totalMatched": 0.14, + "ex": { + "availableToBack": [ + { + "price": 310, + "size": 2 + }, + { + "price": 300, + "size": 3.82 + }, + { + "price": 240, + "size": 3.98 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 3.48 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37511474, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 970, + "totalMatched": 0.14, + "ex": { + "availableToBack": [ + { + "price": 340, + "size": 3.99 + }, + { + "price": 330, + "size": 5.47 + }, + { + "price": 310, + "size": 3.63 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 4.47 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11138371, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 4.14, + "ex": { + "availableToBack": [ + { + "price": 270, + "size": 3.99 + }, + { + "price": 260, + "size": 5.61 + }, + { + "price": 210, + "size": 5.4 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 4.54 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37617214, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 340, + "totalMatched": 6.14, + "ex": { + "availableToBack": [ + { + "price": 330, + "size": 5.47 + }, + { + "price": 300, + "size": 9.91 + }, + { + "price": 20, + "size": 7.25 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 3.47 + }, + { + "price": 1000, + "size": 2.01 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 34980757, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 250, + "totalMatched": 10.15, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 6.58 + }, + { + "price": 220, + "size": 2.99 + }, + { + "price": 200, + "size": 15.19 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 3.46 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5012997, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 390, + "totalMatched": 34.88, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 3.99 + }, + { + "price": 100, + "size": 13.3 + }, + { + "price": 75, + "size": 11.99 + } + ], + "availableToLay": [ + { + "price": 390, + "size": 2.07 + }, + { + "price": 400, + "size": 12.81 + }, + { + "price": 900, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 21441881, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 980, + "totalMatched": 0.14, + "ex": { + "availableToBack": [ + { + "price": 330, + "size": 7.47 + }, + { + "price": 300, + "size": 8.99 + }, + { + "price": 20, + "size": 6.6 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 3.47 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4182423, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 970, + "totalMatched": 0.14, + "ex": { + "availableToBack": [ + { + "price": 290, + "size": 2 + }, + { + "price": 280, + "size": 6.09 + }, + { + "price": 250, + "size": 2.19 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 3.54 + }, + { + "price": 1000, + "size": 3 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 3035160, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.14, + "ex": { + "availableToBack": [ + { + "price": 280, + "size": 2 + }, + { + "price": 270, + "size": 6.24 + }, + { + "price": 230, + "size": 3.98 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 2.48 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 15407032, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 940, + "totalMatched": 0.14, + "ex": { + "availableToBack": [ + { + "price": 290, + "size": 2 + }, + { + "price": 280, + "size": 6.09 + }, + { + "price": 230, + "size": 2.21 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 57.45 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 15859282, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 170, + "totalMatched": 35.98, + "ex": { + "availableToBack": [ + { + "price": 210, + "size": 8.16 + }, + { + "price": 180, + "size": 2.99 + }, + { + "price": 140, + "size": 4.1 + } + ], + "availableToLay": [ + { + "price": 890, + "size": 4.04 + }, + { + "price": 900, + "size": 2 + }, + { + "price": 1000, + "size": 5.49 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 30371713, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 6.6, + "totalMatched": 4407.31, + "ex": { + "availableToBack": [ + { + "price": 6.4, + "size": 6 + }, + { + "price": 6.2, + "size": 28.39 + }, + { + "price": 6, + "size": 81.19 + } + ], + "availableToLay": [ + { + "price": 6.8, + "size": 13.48 + }, + { + "price": 7, + "size": 52.54 + }, + { + "price": 7.2, + "size": 13.2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 21067661, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 980, + "totalMatched": 10.13, + "ex": { + "availableToBack": [ + { + "price": 340, + "size": 2.07 + }, + { + "price": 330, + "size": 3.48 + }, + { + "price": 20, + "size": 27.37 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 6.53 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 3073246, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 0.33, + "ex": { + "availableToBack": [ + { + "price": 270, + "size": 2 + }, + { + "price": 260, + "size": 6.4 + }, + { + "price": 230, + "size": 2.99 + } + ], + "availableToLay": [ + { + "price": 940, + "size": 3.38 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38208299, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 220, + "totalMatched": 228.42, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 6.58 + }, + { + "price": 140, + "size": 5.28 + }, + { + "price": 120, + "size": 5.05 + } + ], + "availableToLay": [ + { + "price": 700, + "size": 10.05 + }, + { + "price": 1000, + "size": 6.48 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1171594, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 990, + "totalMatched": 0.13, + "ex": { + "availableToBack": [ + { + "price": 270, + "size": 8.24 + }, + { + "price": 200, + "size": 2.22 + }, + { + "price": 20, + "size": 5.99 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 5.18 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11138369, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 100, + "totalMatched": 140.5, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 5.63 + }, + { + "price": 20, + "size": 9.4 + }, + { + "price": 5, + "size": 19.06 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 6.57 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10841383, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 50, + "totalMatched": 488.03, + "ex": { + "availableToBack": [ + { + "price": 48, + "size": 7.99 + }, + { + "price": 46, + "size": 4.72 + }, + { + "price": 44, + "size": 107.58 + } + ], + "availableToLay": [ + { + "price": 85, + "size": 2.37 + }, + { + "price": 90, + "size": 2.64 + }, + { + "price": 1000, + "size": 5.36 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28592779, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 120, + "totalMatched": 43.42, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 10 + }, + { + "price": 100, + "size": 10 + }, + { + "price": 46, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 3.03 + } + ], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": false, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 47, + "numberOfActiveRunners": 47, + "lastMatchTime": "2021-07-31T18:01:45.029Z", + "totalAvailable": 40692.19, + "crossMatching": false, + "runnersVoidable": false, + "version": 3582494730, + "options": [ + { + "selectionId": 10874213, + "runnerName": "Donald Trump", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 3.6, + "totalMatched": 41648.01, + "ex": { + "availableToBack": [ + { + "price": 3.55, + "size": 2 + }, + { + "price": 3.5, + "size": 50 + }, + { + "price": 3.45, + "size": 21 + } + ], + "availableToLay": [ + { + "price": 3.65, + "size": 3 + }, + { + "price": 3.7, + "size": 94.78 + }, + { + "price": 3.75, + "size": 420.9 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6196629, + "runnerName": "Nikki Haley", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 8.8, + "totalMatched": 2883.01, + "ex": { + "availableToBack": [ + { + "price": 8.8, + "size": 2.32 + }, + { + "price": 8.6, + "size": 48.24 + }, + { + "price": 8.4, + "size": 47 + } + ], + "availableToLay": [ + { + "price": 9, + "size": 468.09 + }, + { + "price": 9.2, + "size": 3 + }, + { + "price": 9.4, + "size": 17.77 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4296631, + "runnerName": "Mike Pence", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 18, + "totalMatched": 1588.52, + "ex": { + "availableToBack": [ + { + "price": 17.5, + "size": 19.99 + }, + { + "price": 17, + "size": 7.8 + }, + { + "price": 16.5, + "size": 26.99 + } + ], + "availableToLay": [ + { + "price": 18, + "size": 3 + }, + { + "price": 18.5, + "size": 8.95 + }, + { + "price": 19, + "size": 26 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11415714, + "runnerName": "Ivanka Trump", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 55, + "totalMatched": 900.48, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 28.39 + }, + { + "price": 48, + "size": 5 + }, + { + "price": 44, + "size": 8.46 + } + ], + "availableToLay": [ + { + "price": 65, + "size": 11.96 + }, + { + "price": 75, + "size": 5.99 + }, + { + "price": 990, + "size": 6.76 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37511428, + "runnerName": "Donald Trump Jr.", + "handicap": 0, + "sortPriority": 5, + "status": "ACTIVE", + "lastPriceTraded": 85, + "totalMatched": 602.64, + "ex": { + "availableToBack": [ + { + "price": 75, + "size": 3.01 + }, + { + "price": 70, + "size": 5 + }, + { + "price": 65, + "size": 13.99 + } + ], + "availableToLay": [ + { + "price": 340, + "size": 3.32 + }, + { + "price": 370, + "size": 3.51 + }, + { + "price": 980, + "size": 3.19 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 20502367, + "runnerName": "Eric Trump", + "handicap": 0, + "sortPriority": 6, + "status": "ACTIVE", + "lastPriceTraded": 910, + "totalMatched": 3.97, + "ex": { + "availableToBack": [ + { + "price": 340, + "size": 3.15 + }, + { + "price": 330, + "size": 5.47 + }, + { + "price": 320, + "size": 5 + } + ], + "availableToLay": [ + { + "price": 910, + "size": 3.24 + }, + { + "price": 920, + "size": 2 + }, + { + "price": 950, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11237943, + "runnerName": "Tom Cotton", + "handicap": 0, + "sortPriority": 7, + "status": "ACTIVE", + "lastPriceTraded": 48, + "totalMatched": 385.07, + "ex": { + "availableToBack": [ + { + "price": 48, + "size": 3.99 + }, + { + "price": 46, + "size": 10 + }, + { + "price": 44, + "size": 26.4 + } + ], + "availableToLay": [ + { + "price": 75, + "size": 2.98 + }, + { + "price": 80, + "size": 11.48 + }, + { + "price": 95, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5029320, + "runnerName": "Paul Ryan", + "handicap": 0, + "sortPriority": 8, + "status": "ACTIVE", + "lastPriceTraded": 130, + "totalMatched": 195.49, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 12.55 + }, + { + "price": 85, + "size": 11.99 + }, + { + "price": 80, + "size": 3.49 + } + ], + "availableToLay": [ + { + "price": 150, + "size": 6.88 + }, + { + "price": 200, + "size": 6.27 + }, + { + "price": 1000, + "size": 5.98 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5075277, + "runnerName": "Marco Rubio", + "handicap": 0, + "sortPriority": 9, + "status": "ACTIVE", + "lastPriceTraded": 80, + "totalMatched": 552.75, + "ex": { + "availableToBack": [ + { + "price": 55, + "size": 2.99 + }, + { + "price": 48, + "size": 5 + }, + { + "price": 34, + "size": 18.92 + } + ], + "availableToLay": [ + { + "price": 95, + "size": 2.39 + }, + { + "price": 100, + "size": 15.84 + }, + { + "price": 980, + "size": 3.51 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6886678, + "runnerName": "Ted Cruz", + "handicap": 0, + "sortPriority": 10, + "status": "ACTIVE", + "lastPriceTraded": 24, + "totalMatched": 1570.8, + "ex": { + "availableToBack": [ + { + "price": 25, + "size": 2.99 + }, + { + "price": 24, + "size": 10.43 + }, + { + "price": 23, + "size": 54.22 + } + ], + "availableToLay": [ + { + "price": 40, + "size": 24.94 + }, + { + "price": 46, + "size": 4.63 + }, + { + "price": 48, + "size": 26.4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 17646286, + "runnerName": "Mike Pompeo", + "handicap": 0, + "sortPriority": 11, + "status": "ACTIVE", + "lastPriceTraded": 32, + "totalMatched": 913.04, + "ex": { + "availableToBack": [ + { + "price": 30, + "size": 12.75 + }, + { + "price": 28, + "size": 4.99 + }, + { + "price": 26, + "size": 15.17 + } + ], + "availableToLay": [ + { + "price": 32, + "size": 8.53 + }, + { + "price": 34, + "size": 205.88 + }, + { + "price": 46, + "size": 7.86 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10222763, + "runnerName": "Kanye West", + "handicap": 0, + "sortPriority": 12, + "status": "ACTIVE", + "lastPriceTraded": 70, + "totalMatched": 86.62, + "ex": { + "availableToBack": [ + { + "price": 120, + "size": 6.6 + }, + { + "price": 110, + "size": 5.74 + }, + { + "price": 100, + "size": 10.56 + } + ], + "availableToLay": [ + { + "price": 890, + "size": 3.24 + }, + { + "price": 900, + "size": 2 + }, + { + "price": 950, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1171597, + "runnerName": "Mitt Romney", + "handicap": 0, + "sortPriority": 13, + "status": "ACTIVE", + "lastPriceTraded": 100, + "totalMatched": 500.34, + "ex": { + "availableToBack": [ + { + "price": 75, + "size": 4.99 + }, + { + "price": 70, + "size": 20 + }, + { + "price": 65, + "size": 26.4 + } + ], + "availableToLay": [ + { + "price": 870, + "size": 4.04 + }, + { + "price": 890, + "size": 3.19 + }, + { + "price": 980, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37511448, + "runnerName": "Dan Crenshaw", + "handicap": 0, + "sortPriority": 14, + "status": "ACTIVE", + "lastPriceTraded": 100, + "totalMatched": 180.87, + "ex": { + "availableToBack": [ + { + "price": 85, + "size": 3.99 + }, + { + "price": 70, + "size": 5.99 + }, + { + "price": 60, + "size": 19.99 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 9.54 + }, + { + "price": 430, + "size": 4 + }, + { + "price": 450, + "size": 2.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 14550639, + "runnerName": "Ben Sasse", + "handicap": 0, + "sortPriority": 15, + "status": "ACTIVE", + "lastPriceTraded": 120, + "totalMatched": 32.62, + "ex": { + "availableToBack": [ + { + "price": 210, + "size": 9.45 + }, + { + "price": 60, + "size": 11 + }, + { + "price": 44, + "size": 11.99 + } + ], + "availableToLay": [ + { + "price": 980, + "size": 2.04 + }, + { + "price": 990, + "size": 2 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 30371712, + "runnerName": "Josh Hawley", + "handicap": 0, + "sortPriority": 16, + "status": "ACTIVE", + "lastPriceTraded": 38, + "totalMatched": 757.47, + "ex": { + "availableToBack": [ + { + "price": 32, + "size": 34.39 + }, + { + "price": 30, + "size": 11.99 + }, + { + "price": 29, + "size": 10 + } + ], + "availableToLay": [ + { + "price": 38, + "size": 2.48 + }, + { + "price": 40, + "size": 133.86 + }, + { + "price": 50, + "size": 45.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 15407034, + "runnerName": "Jared Kushner", + "handicap": 0, + "sortPriority": 17, + "status": "ACTIVE", + "lastPriceTraded": 210, + "totalMatched": 20.52, + "ex": { + "availableToBack": [ + { + "price": 210, + "size": 8.45 + }, + { + "price": 130, + "size": 11 + }, + { + "price": 50, + "size": 11.19 + } + ], + "availableToLay": [ + { + "price": 970, + "size": 2.04 + }, + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1171599, + "runnerName": "Jeb Bush", + "handicap": 0, + "sortPriority": 18, + "status": "ACTIVE", + "lastPriceTraded": 300, + "totalMatched": 48.23, + "ex": { + "availableToBack": [ + { + "price": 230, + "size": 6.1 + }, + { + "price": 200, + "size": 2.2 + }, + { + "price": 180, + "size": 15 + } + ], + "availableToLay": [ + { + "price": 300, + "size": 2.02 + }, + { + "price": 880, + "size": 2.02 + }, + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 8469645, + "runnerName": "Ben Carson", + "handicap": 0, + "sortPriority": 19, + "status": "ACTIVE", + "lastPriceTraded": 60, + "totalMatched": 577.85, + "ex": { + "availableToBack": [ + { + "price": 65, + "size": 10.45 + }, + { + "price": 60, + "size": 8.55 + }, + { + "price": 50, + "size": 5.18 + } + ], + "availableToLay": [ + { + "price": 120, + "size": 2.94 + }, + { + "price": 690, + "size": 2.04 + }, + { + "price": 800, + "size": 2.15 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 2898345, + "runnerName": "John Kasich", + "handicap": 0, + "sortPriority": 20, + "status": "ACTIVE", + "lastPriceTraded": 790, + "totalMatched": 7.73, + "ex": { + "availableToBack": [ + { + "price": 310, + "size": 2 + }, + { + "price": 300, + "size": 3.82 + }, + { + "price": 250, + "size": 2.09 + } + ], + "availableToLay": [ + { + "price": 790, + "size": 2.04 + }, + { + "price": 980, + "size": 2.99 + }, + { + "price": 990, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11409242, + "runnerName": "Jim Jordan", + "handicap": 0, + "sortPriority": 21, + "status": "ACTIVE", + "lastPriceTraded": 250, + "totalMatched": 76.48, + "ex": { + "availableToBack": [ + { + "price": 270, + "size": 3.99 + }, + { + "price": 260, + "size": 4.33 + }, + { + "price": 220, + "size": 2.99 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 2.04 + }, + { + "price": 910, + "size": 2.64 + }, + { + "price": 990, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 35506776, + "runnerName": "Kristi Noem", + "handicap": 0, + "sortPriority": 22, + "status": "ACTIVE", + "lastPriceTraded": 44, + "totalMatched": 912.51, + "ex": { + "availableToBack": [ + { + "price": 32, + "size": 6.98 + }, + { + "price": 30, + "size": 26.4 + }, + { + "price": 24, + "size": 28.39 + } + ], + "availableToLay": [ + { + "price": 46, + "size": 4.63 + }, + { + "price": 48, + "size": 696.58 + }, + { + "price": 55, + "size": 12.02 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 15859283, + "runnerName": "Orrin Hatch", + "handicap": 0, + "sortPriority": 23, + "status": "ACTIVE", + "lastPriceTraded": 990, + "totalMatched": 0.12, + "ex": { + "availableToBack": [ + { + "price": 330, + "size": 6.47 + }, + { + "price": 310, + "size": 2.07 + }, + { + "price": 300, + "size": 7.92 + } + ], + "availableToLay": [ + { + "price": 980, + "size": 2.03 + }, + { + "price": 990, + "size": 2.46 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12142996, + "runnerName": "Tom Brady", + "handicap": 0, + "sortPriority": 24, + "status": "ACTIVE", + "lastPriceTraded": 890, + "totalMatched": 4.49, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 3.99 + }, + { + "price": 240, + "size": 5.86 + }, + { + "price": 210, + "size": 2.49 + } + ], + "availableToLay": [ + { + "price": 890, + "size": 3.97 + }, + { + "price": 900, + "size": 2 + }, + { + "price": 990, + "size": 3.49 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11138368, + "runnerName": "Joni Ernst", + "handicap": 0, + "sortPriority": 25, + "status": "ACTIVE", + "lastPriceTraded": 960, + "totalMatched": 0.14, + "ex": { + "availableToBack": [ + { + "price": 240, + "size": 2.99 + }, + { + "price": 230, + "size": 2 + }, + { + "price": 220, + "size": 7.21 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 3.54 + }, + { + "price": 1000, + "size": 3 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37511437, + "runnerName": "Tucker Carlson", + "handicap": 0, + "sortPriority": 26, + "status": "ACTIVE", + "lastPriceTraded": 38, + "totalMatched": 1460.47, + "ex": { + "availableToBack": [ + { + "price": 36, + "size": 6.99 + }, + { + "price": 34, + "size": 8.87 + }, + { + "price": 32, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 80, + "size": 11.99 + }, + { + "price": 890, + "size": 2.48 + }, + { + "price": 1000, + "size": 5.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11137498, + "runnerName": "Lisa Murkowski", + "handicap": 0, + "sortPriority": 27, + "status": "ACTIVE", + "lastPriceTraded": 980, + "totalMatched": 0.14, + "ex": { + "availableToBack": [ + { + "price": 290, + "size": 3.99 + }, + { + "price": 280, + "size": 6.09 + }, + { + "price": 240, + "size": 2.2 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 4.54 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5332462, + "runnerName": "Rand Paul", + "handicap": 0, + "sortPriority": 28, + "status": "ACTIVE", + "lastPriceTraded": 800, + "totalMatched": 188.59, + "ex": { + "availableToBack": [ + { + "price": 190, + "size": 3 + }, + { + "price": 180, + "size": 8.36 + }, + { + "price": 100, + "size": 11.56 + } + ], + "availableToLay": [ + { + "price": 900, + "size": 2.48 + }, + { + "price": 990, + "size": 3.99 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11567516, + "runnerName": "Evan McMullin", + "handicap": 0, + "sortPriority": 29, + "status": "ACTIVE", + "lastPriceTraded": 940, + "totalMatched": 0.14, + "ex": { + "availableToBack": [ + { + "price": 310, + "size": 2 + }, + { + "price": 300, + "size": 3.82 + }, + { + "price": 240, + "size": 3.98 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 3.48 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37511474, + "runnerName": "Susan Collins", + "handicap": 0, + "sortPriority": 30, + "status": "ACTIVE", + "lastPriceTraded": 970, + "totalMatched": 0.14, + "ex": { + "availableToBack": [ + { + "price": 340, + "size": 3.99 + }, + { + "price": 330, + "size": 5.47 + }, + { + "price": 310, + "size": 3.63 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 4.47 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11138371, + "runnerName": "James Mattis", + "handicap": 0, + "sortPriority": 31, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 4.14, + "ex": { + "availableToBack": [ + { + "price": 270, + "size": 3.99 + }, + { + "price": 260, + "size": 5.61 + }, + { + "price": 210, + "size": 5.4 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 4.54 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37617214, + "runnerName": "Devin Nunes", + "handicap": 0, + "sortPriority": 32, + "status": "ACTIVE", + "lastPriceTraded": 340, + "totalMatched": 6.14, + "ex": { + "availableToBack": [ + { + "price": 330, + "size": 5.47 + }, + { + "price": 300, + "size": 9.91 + }, + { + "price": 20, + "size": 7.25 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 3.47 + }, + { + "price": 1000, + "size": 2.01 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 34980757, + "runnerName": "Lindsay Graham", + "handicap": 0, + "sortPriority": 33, + "status": "ACTIVE", + "lastPriceTraded": 250, + "totalMatched": 10.15, + "ex": { + "availableToBack": [ + { + "price": 250, + "size": 6.58 + }, + { + "price": 220, + "size": 2.99 + }, + { + "price": 200, + "size": 15.19 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 3.46 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 5012997, + "runnerName": "Chris Christie", + "handicap": 0, + "sortPriority": 34, + "status": "ACTIVE", + "lastPriceTraded": 390, + "totalMatched": 34.88, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 3.99 + }, + { + "price": 100, + "size": 13.3 + }, + { + "price": 75, + "size": 11.99 + } + ], + "availableToLay": [ + { + "price": 390, + "size": 2.07 + }, + { + "price": 400, + "size": 12.81 + }, + { + "price": 900, + "size": 3.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 21441881, + "runnerName": "Mitch McConnell", + "handicap": 0, + "sortPriority": 35, + "status": "ACTIVE", + "lastPriceTraded": 980, + "totalMatched": 0.14, + "ex": { + "availableToBack": [ + { + "price": 330, + "size": 7.47 + }, + { + "price": 300, + "size": 8.99 + }, + { + "price": 20, + "size": 6.6 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 3.47 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4182423, + "runnerName": "Rick Perry", + "handicap": 0, + "sortPriority": 36, + "status": "ACTIVE", + "lastPriceTraded": 970, + "totalMatched": 0.14, + "ex": { + "availableToBack": [ + { + "price": 290, + "size": 2 + }, + { + "price": 280, + "size": 6.09 + }, + { + "price": 250, + "size": 2.19 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 3.54 + }, + { + "price": 1000, + "size": 3 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 3035160, + "runnerName": "Bobby Jindal", + "handicap": 0, + "sortPriority": 37, + "status": "ACTIVE", + "lastPriceTraded": 950, + "totalMatched": 0.14, + "ex": { + "availableToBack": [ + { + "price": 280, + "size": 2 + }, + { + "price": 270, + "size": 6.24 + }, + { + "price": 230, + "size": 3.98 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 2.48 + }, + { + "price": 1000, + "size": 4 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 15407032, + "runnerName": "Steve Bannon", + "handicap": 0, + "sortPriority": 38, + "status": "ACTIVE", + "lastPriceTraded": 940, + "totalMatched": 0.14, + "ex": { + "availableToBack": [ + { + "price": 290, + "size": 2 + }, + { + "price": 280, + "size": 6.09 + }, + { + "price": 230, + "size": 2.21 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 57.45 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 15859282, + "runnerName": "Ben Shapiro", + "handicap": 0, + "sortPriority": 39, + "status": "ACTIVE", + "lastPriceTraded": 170, + "totalMatched": 35.98, + "ex": { + "availableToBack": [ + { + "price": 210, + "size": 8.16 + }, + { + "price": 180, + "size": 2.99 + }, + { + "price": 140, + "size": 4.1 + } + ], + "availableToLay": [ + { + "price": 890, + "size": 4.04 + }, + { + "price": 900, + "size": 2 + }, + { + "price": 1000, + "size": 5.49 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 30371713, + "runnerName": "Ron DeSantis", + "handicap": 0, + "sortPriority": 40, + "status": "ACTIVE", + "lastPriceTraded": 6.6, + "totalMatched": 4407.31, + "ex": { + "availableToBack": [ + { + "price": 6.4, + "size": 6 + }, + { + "price": 6.2, + "size": 28.39 + }, + { + "price": 6, + "size": 81.19 + } + ], + "availableToLay": [ + { + "price": 6.8, + "size": 13.48 + }, + { + "price": 7, + "size": 52.54 + }, + { + "price": 7.2, + "size": 13.2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 21067661, + "runnerName": "Sarah Huckabee Sanders", + "handicap": 0, + "sortPriority": 41, + "status": "ACTIVE", + "lastPriceTraded": 980, + "totalMatched": 10.13, + "ex": { + "availableToBack": [ + { + "price": 340, + "size": 2.07 + }, + { + "price": 330, + "size": 3.48 + }, + { + "price": 20, + "size": 27.37 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 6.53 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 3073246, + "runnerName": "Rob Portman", + "handicap": 0, + "sortPriority": 42, + "status": "ACTIVE", + "lastPriceTraded": 500, + "totalMatched": 0.33, + "ex": { + "availableToBack": [ + { + "price": 270, + "size": 2 + }, + { + "price": 260, + "size": 6.4 + }, + { + "price": 230, + "size": 2.99 + } + ], + "availableToLay": [ + { + "price": 940, + "size": 3.38 + }, + { + "price": 1000, + "size": 4.99 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38208299, + "runnerName": "Matt Gaetz", + "handicap": 0, + "sortPriority": 43, + "status": "ACTIVE", + "lastPriceTraded": 220, + "totalMatched": 228.42, + "ex": { + "availableToBack": [ + { + "price": 150, + "size": 6.58 + }, + { + "price": 140, + "size": 5.28 + }, + { + "price": 120, + "size": 5.05 + } + ], + "availableToLay": [ + { + "price": 700, + "size": 10.05 + }, + { + "price": 1000, + "size": 6.48 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1171594, + "runnerName": "Condoleezza Rice", + "handicap": 0, + "sortPriority": 44, + "status": "ACTIVE", + "lastPriceTraded": 990, + "totalMatched": 0.13, + "ex": { + "availableToBack": [ + { + "price": 270, + "size": 8.24 + }, + { + "price": 200, + "size": 2.22 + }, + { + "price": 20, + "size": 5.99 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 5.18 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11138369, + "runnerName": "Rick Scott", + "handicap": 0, + "sortPriority": 45, + "status": "ACTIVE", + "lastPriceTraded": 100, + "totalMatched": 140.5, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 5.63 + }, + { + "price": 20, + "size": 9.4 + }, + { + "price": 5, + "size": 19.06 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 6.57 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10841383, + "runnerName": "Tim Scott", + "handicap": 0, + "sortPriority": 46, + "status": "ACTIVE", + "lastPriceTraded": 50, + "totalMatched": 488.03, + "ex": { + "availableToBack": [ + { + "price": 48, + "size": 7.99 + }, + { + "price": 46, + "size": 4.72 + }, + { + "price": 44, + "size": 107.58 + } + ], + "availableToLay": [ + { + "price": 85, + "size": 2.37 + }, + { + "price": 90, + "size": 2.64 + }, + { + "price": 1000, + "size": 5.36 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 28592779, + "runnerName": "Liz Cheney", + "handicap": 0, + "sortPriority": 47, + "status": "ACTIVE", + "lastPriceTraded": 120, + "totalMatched": 43.42, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 10 + }, + { + "price": 100, + "size": 10 + }, + { + "price": 46, + "size": 3.99 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 3.03 + } + ], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.178165812", + "marketName": "Popular Vote Winner", + "description": { + "persistenceEnabled": true, + "bspMarket": false, + "marketTime": "2024-11-05T11:00:02.000Z", + "suspendTime": "2024-11-05T11:00:02.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": true, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "

    MARKET INFORMATION

    For further information please see Rules & Regs.

    Which candidate will win the popular vote at the 2024 US Presidential election?

    This market will be turned in-play at the stated time on the day of the election. Thereafter the market will not be actively managed and users are responsible for their positions.

    This market will be settled upon popular vote percentage figures as published by CNN.

    If any of the named candidates do not contest the 2024 election they will be settled as losers. Other candidates can be added on request.

    This market will only be void in the event that the 2024 Presidential Election does not take place, as defined below.

    Once voting (whether postal, electronic or at the ballot box) begins in the year 2024 for the US Presidential Election 2024, the election will be deemed to have taken place for the purposes of this market. We will then settle the market as per our rules regardless of whether the election process is fully completed in 2024 or beyond

    Betfair may suspend betting on the market at any time in the interests of maintaining integrity and fairness in the markets. \nPlease note, due to internal administrative procedures, the indicated start date/time of this market is subject to change. This will have no impact on settlement as detailed in our market specific rules. Any changes to the start time/date will be recorded in the market rules. \n", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 2104.67, + "runners": [ + { + "selectionId": 12126964, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 4.1, + "totalMatched": 402.43, + "ex": { + "availableToBack": [ + { + "price": 5, + "size": 4.23 + }, + { + "price": 4.1, + "size": 39 + }, + { + "price": 4, + "size": 33 + } + ], + "availableToLay": [ + { + "price": 5.4, + "size": 3 + }, + { + "price": 5.5, + "size": 30 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6816445, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 3.4, + "totalMatched": 1099.77, + "ex": { + "availableToBack": [ + { + "price": 3.25, + "size": 9.83 + }, + { + "price": 3.2, + "size": 40 + }, + { + "price": 3, + "size": 50 + } + ], + "availableToLay": [ + { + "price": 3.7, + "size": 20 + }, + { + "price": 4.4, + "size": 26.4 + }, + { + "price": 4.5, + "size": 30 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4296631, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 60, + "totalMatched": 66.75, + "ex": { + "availableToBack": [ + { + "price": 34, + "size": 2.5 + }, + { + "price": 32, + "size": 5 + }, + { + "price": 30, + "size": 13.16 + } + ], + "availableToLay": [ + { + "price": 110, + "size": 3 + }, + { + "price": 900, + "size": 2.68 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10874213, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 13.5, + "totalMatched": 530.7, + "ex": { + "availableToBack": [ + { + "price": 12, + "size": 2 + }, + { + "price": 11.5, + "size": 4 + }, + { + "price": 11, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 13, + "size": 2.64 + }, + { + "price": 13.5, + "size": 990 + }, + { + "price": 14, + "size": 104.27 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6196629, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 3.9 + }, + { + "price": 36, + "size": 5.61 + }, + { + "price": 34, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 2.68 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 22576023, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 21, + "totalMatched": 4.99, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 3.9 + }, + { + "price": 21, + "size": 9.02 + }, + { + "price": 20, + "size": 5 + } + ], + "availableToLay": [ + { + "price": 980, + "size": 2.68 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 20036602, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 3.9 + }, + { + "price": 38, + "size": 4 + }, + { + "price": 36, + "size": 8.02 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 37511428, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 3.9 + }, + { + "price": 100, + "size": 2 + }, + { + "price": 34, + "size": 2.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 11415714, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 3.9 + }, + { + "price": 100, + "size": 2 + }, + { + "price": 34, + "size": 2.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 20502367, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 3.9 + }, + { + "price": 100, + "size": 2 + }, + { + "price": 34, + "size": 2.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 25512742, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 3.9 + }, + { + "price": 34, + "size": 2.08 + }, + { + "price": 12.5, + "size": 14.28 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 5029320, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2 + }, + { + "price": 36, + "size": 2.73 + }, + { + "price": 12.5, + "size": 9 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 19069835, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 3.9 + }, + { + "price": 100, + "size": 2 + }, + { + "price": 34, + "size": 2.53 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 37511437, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 3.9 + }, + { + "price": 100, + "size": 2 + }, + { + "price": 34, + "size": 2.55 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 37511448, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 3.9 + }, + { + "price": 100, + "size": 2 + }, + { + "price": 34, + "size": 2.55 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 6761309, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 3.9 + }, + { + "price": 36, + "size": 5.55 + }, + { + "price": 34, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 11237943, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 3.9 + }, + { + "price": 36, + "size": 5.55 + }, + { + "price": 34, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 5075277, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 3.9 + }, + { + "price": 28, + "size": 5.43 + }, + { + "price": 27, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 17646286, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 3.9 + }, + { + "price": 100, + "size": 2 + }, + { + "price": 30, + "size": 2.71 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 6364522, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2 + }, + { + "price": 65, + "size": 2 + }, + { + "price": 60, + "size": 4.9 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 6837915, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2 + }, + { + "price": 27, + "size": 5.54 + }, + { + "price": 21, + "size": 9.02 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 8313395, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.19 + }, + { + "price": 55, + "size": 3 + }, + { + "price": 50, + "size": 4 + } + ], + "availableToLay": [ + { + "price": 180, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 14550644, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2 + }, + { + "price": 70, + "size": 2 + }, + { + "price": 65, + "size": 3.5 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 2.88 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 22112908, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2 + }, + { + "price": 46, + "size": 3 + }, + { + "price": 44, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 13126461, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 46, + "size": 3 + }, + { + "price": 44, + "size": 4 + }, + { + "price": 34, + "size": 2.67 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12578645, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 46, + "size": 3 + }, + { + "price": 44, + "size": 4 + }, + { + "price": 34, + "size": 2.67 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1171623, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 65, + "size": 3 + }, + { + "price": 60, + "size": 3.5 + }, + { + "price": 30, + "size": 2.63 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 7438258, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 3 + }, + { + "price": 48, + "size": 3.5 + }, + { + "price": 34, + "size": 2.58 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 22112909, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 3 + }, + { + "price": 48, + "size": 3.5 + }, + { + "price": 34, + "size": 2.58 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 8313393, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 36, + "size": 4.52 + }, + { + "price": 16.5, + "size": 11.75 + }, + { + "price": 16, + "size": 13.33 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 10222763, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 46, + "size": 2 + }, + { + "price": 44, + "size": 4.58 + }, + { + "price": 42, + "size": 17.07 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 6886678, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 38, + "size": 4 + }, + { + "price": 36, + "size": 6.9 + }, + { + "price": 32, + "size": 7.2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12143000, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 34, + "size": 5.9 + }, + { + "price": 16.5, + "size": 12.5 + }, + { + "price": 16, + "size": 13.33 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1171597, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 2 + }, + { + "price": 48, + "size": 3.9 + }, + { + "price": 42, + "size": 17.65 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 19953620, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 34, + "size": 3.9 + }, + { + "price": 16.5, + "size": 7.5 + }, + { + "price": 16, + "size": 13.33 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12979521, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 38, + "size": 4.9 + }, + { + "price": 36, + "size": 2 + }, + { + "price": 32, + "size": 7.2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 38113555, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 38, + "size": 4.9 + }, + { + "price": 36, + "size": 4 + }, + { + "price": 32, + "size": 7.2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 6816444, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 44, + "size": 3.9 + }, + { + "price": 42, + "size": 4.61 + }, + { + "price": 40, + "size": 5.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1171599, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 2 + }, + { + "price": 48, + "size": 3.9 + }, + { + "price": 42, + "size": 17.65 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2.68 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37511474, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 38, + "size": 3 + }, + { + "price": 36, + "size": 4 + }, + { + "price": 32, + "size": 7.2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 6886665, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 38, + "size": 3 + }, + { + "price": 36, + "size": 4 + }, + { + "price": 32, + "size": 7.2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 5332462, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 38, + "size": 3 + }, + { + "price": 36, + "size": 4 + }, + { + "price": 32, + "size": 7.2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": false, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 42, + "numberOfActiveRunners": 42, + "lastMatchTime": "2021-07-31T09:42:55.873Z", + "totalAvailable": 75790.23, + "crossMatching": false, + "runnersVoidable": false, + "version": 3582494728, + "options": [ + { + "selectionId": 12126964, + "runnerName": "Kamala Harris", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 4.1, + "totalMatched": 402.43, + "ex": { + "availableToBack": [ + { + "price": 5, + "size": 4.23 + }, + { + "price": 4.1, + "size": 39 + }, + { + "price": 4, + "size": 33 + } + ], + "availableToLay": [ + { + "price": 5.4, + "size": 3 + }, + { + "price": 5.5, + "size": 30 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6816445, + "runnerName": "Joe Biden", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 3.4, + "totalMatched": 1099.77, + "ex": { + "availableToBack": [ + { + "price": 3.25, + "size": 9.83 + }, + { + "price": 3.2, + "size": 40 + }, + { + "price": 3, + "size": 50 + } + ], + "availableToLay": [ + { + "price": 3.7, + "size": 20 + }, + { + "price": 4.4, + "size": 26.4 + }, + { + "price": 4.5, + "size": 30 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4296631, + "runnerName": "Mike Pence", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 60, + "totalMatched": 66.75, + "ex": { + "availableToBack": [ + { + "price": 34, + "size": 2.5 + }, + { + "price": 32, + "size": 5 + }, + { + "price": 30, + "size": 13.16 + } + ], + "availableToLay": [ + { + "price": 110, + "size": 3 + }, + { + "price": 900, + "size": 2.68 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 10874213, + "runnerName": "Donald Trump", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 13.5, + "totalMatched": 530.7, + "ex": { + "availableToBack": [ + { + "price": 12, + "size": 2 + }, + { + "price": 11.5, + "size": 4 + }, + { + "price": 11, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 13, + "size": 2.64 + }, + { + "price": 13.5, + "size": 990 + }, + { + "price": 14, + "size": 104.27 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 6196629, + "runnerName": "Nikki Haley", + "handicap": 0, + "sortPriority": 5, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 3.9 + }, + { + "price": 36, + "size": 5.61 + }, + { + "price": 34, + "size": 2 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 2.68 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 22576023, + "runnerName": "Pete Buttigieg", + "handicap": 0, + "sortPriority": 6, + "status": "ACTIVE", + "lastPriceTraded": 21, + "totalMatched": 4.99, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 3.9 + }, + { + "price": 21, + "size": 9.02 + }, + { + "price": 20, + "size": 5 + } + ], + "availableToLay": [ + { + "price": 980, + "size": 2.68 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 20036602, + "runnerName": "Alexandria Ocasio-Cortez", + "handicap": 0, + "sortPriority": 7, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 3.9 + }, + { + "price": 38, + "size": 4 + }, + { + "price": 36, + "size": 8.02 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 37511428, + "runnerName": "Donald Trump Jr.", + "handicap": 0, + "sortPriority": 8, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 3.9 + }, + { + "price": 100, + "size": 2 + }, + { + "price": 34, + "size": 2.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 11415714, + "runnerName": "Ivanka Trump", + "handicap": 0, + "sortPriority": 9, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 3.9 + }, + { + "price": 100, + "size": 2 + }, + { + "price": 34, + "size": 2.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 20502367, + "runnerName": "Eric Trump", + "handicap": 0, + "sortPriority": 10, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 3.9 + }, + { + "price": 100, + "size": 2 + }, + { + "price": 34, + "size": 2.32 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 25512742, + "runnerName": "Beto O Rourke", + "handicap": 0, + "sortPriority": 11, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 3.9 + }, + { + "price": 34, + "size": 2.08 + }, + { + "price": 12.5, + "size": 14.28 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 5029320, + "runnerName": "Paul Ryan", + "handicap": 0, + "sortPriority": 12, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2 + }, + { + "price": 36, + "size": 2.73 + }, + { + "price": 12.5, + "size": 9 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 19069835, + "runnerName": "Eric Holder", + "handicap": 0, + "sortPriority": 13, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 3.9 + }, + { + "price": 100, + "size": 2 + }, + { + "price": 34, + "size": 2.53 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 37511437, + "runnerName": "Tucker Carlson", + "handicap": 0, + "sortPriority": 14, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 3.9 + }, + { + "price": 100, + "size": 2 + }, + { + "price": 34, + "size": 2.55 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 37511448, + "runnerName": "Dan Crenshaw", + "handicap": 0, + "sortPriority": 15, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 3.9 + }, + { + "price": 100, + "size": 2 + }, + { + "price": 34, + "size": 2.55 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 6761309, + "runnerName": "Bernie Sanders", + "handicap": 0, + "sortPriority": 16, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 3.9 + }, + { + "price": 36, + "size": 5.55 + }, + { + "price": 34, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 11237943, + "runnerName": "Tom Cotton", + "handicap": 0, + "sortPriority": 17, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 3.9 + }, + { + "price": 36, + "size": 5.55 + }, + { + "price": 34, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 5075277, + "runnerName": "Marco Rubio", + "handicap": 0, + "sortPriority": 18, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 3.9 + }, + { + "price": 28, + "size": 5.43 + }, + { + "price": 27, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 17646286, + "runnerName": "Mike Pompeo", + "handicap": 0, + "sortPriority": 19, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 3.9 + }, + { + "price": 100, + "size": 2 + }, + { + "price": 30, + "size": 2.71 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 6364522, + "runnerName": "Elizabeth Warren", + "handicap": 0, + "sortPriority": 20, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2 + }, + { + "price": 65, + "size": 2 + }, + { + "price": 60, + "size": 4.9 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 6837915, + "runnerName": "Deval Patrick", + "handicap": 0, + "sortPriority": 21, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2 + }, + { + "price": 27, + "size": 5.54 + }, + { + "price": 21, + "size": 9.02 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 8313395, + "runnerName": "Michelle Obama", + "handicap": 0, + "sortPriority": 22, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2.19 + }, + { + "price": 55, + "size": 3 + }, + { + "price": 50, + "size": 4 + } + ], + "availableToLay": [ + { + "price": 180, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 14550644, + "runnerName": "Tulsi Gabbard", + "handicap": 0, + "sortPriority": 23, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2 + }, + { + "price": 70, + "size": 2 + }, + { + "price": 65, + "size": 3.5 + } + ], + "availableToLay": [ + { + "price": 990, + "size": 2.88 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 22112908, + "runnerName": "Eric Swalwell", + "handicap": 0, + "sortPriority": 24, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 100, + "size": 2 + }, + { + "price": 46, + "size": 3 + }, + { + "price": 44, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 13126461, + "runnerName": "Eric Garcetti", + "handicap": 0, + "sortPriority": 25, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 46, + "size": 3 + }, + { + "price": 44, + "size": 4 + }, + { + "price": 34, + "size": 2.67 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12578645, + "runnerName": "Jay Inslee", + "handicap": 0, + "sortPriority": 26, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 46, + "size": 3 + }, + { + "price": 44, + "size": 4 + }, + { + "price": 34, + "size": 2.67 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1171623, + "runnerName": "Hillary Clinton", + "handicap": 0, + "sortPriority": 27, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 65, + "size": 3 + }, + { + "price": 60, + "size": 3.5 + }, + { + "price": 30, + "size": 2.63 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 7438258, + "runnerName": "Cory Booker", + "handicap": 0, + "sortPriority": 28, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 3 + }, + { + "price": 48, + "size": 3.5 + }, + { + "price": 34, + "size": 2.58 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 22112909, + "runnerName": "Andrew Yang", + "handicap": 0, + "sortPriority": 29, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 3 + }, + { + "price": 48, + "size": 3.5 + }, + { + "price": 34, + "size": 2.58 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 8313393, + "runnerName": "Julian Castro", + "handicap": 0, + "sortPriority": 30, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 36, + "size": 4.52 + }, + { + "price": 16.5, + "size": 11.75 + }, + { + "price": 16, + "size": 13.33 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 10222763, + "runnerName": "Kanye West", + "handicap": 0, + "sortPriority": 31, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 46, + "size": 2 + }, + { + "price": 44, + "size": 4.58 + }, + { + "price": 42, + "size": 17.07 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 6886678, + "runnerName": "Ted Cruz", + "handicap": 0, + "sortPriority": 32, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 38, + "size": 4 + }, + { + "price": 36, + "size": 6.9 + }, + { + "price": 32, + "size": 7.2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12143000, + "runnerName": "Tammy Duckworth", + "handicap": 0, + "sortPriority": 33, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 34, + "size": 5.9 + }, + { + "price": 16.5, + "size": 12.5 + }, + { + "price": 16, + "size": 13.33 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1171597, + "runnerName": "Mitt Romney", + "handicap": 0, + "sortPriority": 34, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 2 + }, + { + "price": 48, + "size": 3.9 + }, + { + "price": 42, + "size": 17.65 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 19953620, + "runnerName": "Stacey Abrams", + "handicap": 0, + "sortPriority": 35, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 34, + "size": 3.9 + }, + { + "price": 16.5, + "size": 7.5 + }, + { + "price": 16, + "size": 13.33 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12979521, + "runnerName": "Jon Ossoff", + "handicap": 0, + "sortPriority": 36, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 38, + "size": 4.9 + }, + { + "price": 36, + "size": 2 + }, + { + "price": 32, + "size": 7.2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 38113555, + "runnerName": "Raphael Warnock", + "handicap": 0, + "sortPriority": 37, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 38, + "size": 4.9 + }, + { + "price": 36, + "size": 4 + }, + { + "price": 32, + "size": 7.2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 6816444, + "runnerName": "Andrew Cuomo", + "handicap": 0, + "sortPriority": 38, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 44, + "size": 3.9 + }, + { + "price": 42, + "size": 4.61 + }, + { + "price": 40, + "size": 5.64 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 1171599, + "runnerName": "Jeb Bush", + "handicap": 0, + "sortPriority": 39, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 50, + "size": 2 + }, + { + "price": 48, + "size": 3.9 + }, + { + "price": 42, + "size": 17.65 + } + ], + "availableToLay": [ + { + "price": 1000, + "size": 2.68 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 37511474, + "runnerName": "Susan Collins", + "handicap": 0, + "sortPriority": 40, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 38, + "size": 3 + }, + { + "price": 36, + "size": 4 + }, + { + "price": 32, + "size": 7.2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 6886665, + "runnerName": "Amy Klobuchar", + "handicap": 0, + "sortPriority": 41, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 38, + "size": 3 + }, + { + "price": 36, + "size": 4 + }, + { + "price": 32, + "size": 7.2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 5332462, + "runnerName": "Rand Paul", + "handicap": 0, + "sortPriority": 42, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 38, + "size": 3 + }, + { + "price": 36, + "size": 4 + }, + { + "price": 32, + "size": 7.2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.178176193", + "marketName": "Gender of Election Winner", + "description": { + "persistenceEnabled": true, + "bspMarket": false, + "marketTime": "2024-11-05T11:00:04.000Z", + "suspendTime": "2024-11-05T11:00:04.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": true, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "

    MARKET INFORMATION

    For further information please see Rules & Regs.

    What will the gender be of the candiate that wins the 2024 US Presidential Election?

    This market will be turned in-play at the stated time on the day of the election. Thereafter the market will not be actively managed. Customers are entirely responsible for their bets at all times.

    This market will be settled according to the candidate that has the most projected Electoral College votes won at the 2024 presidential election. In the event that no Presidential candidate receives a majority of the projected Electoral College votes, this market will be settled on the person chosen as President in accordance with the procedures set out by the Twelfth Amendment to the United States Constitution.

    This market will be settled once both the projected winner is announced by the Associated Press and the losing candidate concedes. If the losing candidate does not concede, or if there is any uncertainty around the result (for instance, caused by recounts and/or potential legal challenges), then the market will be settled on the winner decided by Congress, on the date on which the Electoral College votes are counted in a joint session of Congress.

    This market will be void if an election does not take place in 2024. If more than one election takes place in 2024, then this market will apply to the first election that is held.

    Once voting (whether postal, electronic or at the ballot box) begins in the year 2024 for the US Presidential Election 2024, the election will be deemed to have taken place for the purposes of this market. We will then settle the market as per our rules regardless of whether the election process is fully completed in 2024 or beyond.

    If there is any material change to the established role or any ambiguity as to who occupies the position, then Betfair may determine, using its reasonable discretion, how to settle the market based on all the information available to it at the relevant time.

    Betfair reserves the right to wait for further official announcements before the market is settled.

    Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time if Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome.

    Betfair may suspend betting on the market at any time in the interests of maintaining integrity and fairness in the markets.

    Customers should be aware that:

    Transmissions described as “live” by some broadcasters may actually be delayed.The extent of any such delay may vary, depending on the set-up through which they are receiving pictures or data.\n", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 3006.68, + "runners": [ + { + "selectionId": 8498864, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.52, + "totalMatched": 2051.94, + "ex": { + "availableToBack": [ + { + "price": 1.5, + "size": 858.3 + }, + { + "price": 1.14, + "size": 239.63 + }, + { + "price": 1.1, + "size": 213.42 + } + ], + "availableToLay": [ + { + "price": 1.57, + "size": 79.57 + }, + { + "price": 1.58, + "size": 50.14 + }, + { + "price": 1.59, + "size": 44.96 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 8498865, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 2.9, + "totalMatched": 954.74, + "ex": { + "availableToBack": [ + { + "price": 2.76, + "size": 26.4 + }, + { + "price": 2.74, + "size": 32.77 + }, + { + "price": 2.72, + "size": 41.53 + } + ], + "availableToLay": [ + { + "price": 2.98, + "size": 2.34 + }, + { + "price": 3, + "size": 426.84 + }, + { + "price": 8, + "size": 34.15 + } + ], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": true, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 2, + "numberOfActiveRunners": 2, + "lastMatchTime": "2021-07-31T21:08:14.203Z", + "totalAvailable": 15090.96, + "crossMatching": true, + "runnersVoidable": false, + "version": 3582494292, + "options": [ + { + "selectionId": 8498864, + "runnerName": "Male", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 1.52, + "totalMatched": 2051.94, + "ex": { + "availableToBack": [ + { + "price": 1.5, + "size": 858.3 + }, + { + "price": 1.14, + "size": 239.63 + }, + { + "price": 1.1, + "size": 213.42 + } + ], + "availableToLay": [ + { + "price": 1.57, + "size": 79.57 + }, + { + "price": 1.58, + "size": 50.14 + }, + { + "price": 1.59, + "size": 44.96 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 8498865, + "runnerName": "Female", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 2.9, + "totalMatched": 954.74, + "ex": { + "availableToBack": [ + { + "price": 2.76, + "size": 26.4 + }, + { + "price": 2.74, + "size": 32.77 + }, + { + "price": 2.72, + "size": 41.53 + } + ], + "availableToLay": [ + { + "price": 2.98, + "size": 2.34 + }, + { + "price": 3, + "size": 426.84 + }, + { + "price": 8, + "size": 34.15 + } + ], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.178176964", + "marketName": "Winning Party", + "description": { + "persistenceEnabled": true, + "bspMarket": false, + "marketTime": "2024-11-05T11:00:01.000Z", + "suspendTime": "2024-11-05T11:00:01.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": true, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "

    MARKET INFORMATION

    For further information please see Rules & Regs.

    Which Party's candidate will win the 2024 US Presidential Election?

    This market will be turned in-play at the stated time on the day of the election. Thereafter the market will not be actively managed. Customers are entirely responsible for their bets at all times.

    This market will be settled according to the candidate that has the most projected Electoral College votes won at the 2024 presidential election. In the event that no Presidential candidate receives a majority of the projected Electoral College votes, this market will be settled on the person chosen as President in accordance with the procedures set out by the Twelfth Amendment to the United States Constitution.

    This market will be settled once both the projected winner is announced by the Associated Press and the losing candidate concedes. If the losing candidate does not concede, or if there is any uncertainty around the result (for instance, caused by recounts and/or potential legal challenges), then the market will be settled on the winner decided by Congress, on the date on which the Electoral College votes are counted in a joint session of Congress.

    In the event of any uncertainty over which party each candidate represents the Party as defined by the Federal Election Commission will be used for settlement.

    This market will be void if an election does not take place in 2024. If more than one election takes place in 2024, then this market will apply to the first election that is held.

    Once voting (whether postal, electronic or at the ballot box) begins in the year 2024 for the US Presidential Election 2024, the election will be deemed to have taken place for the purposes of this market. We will then settle the market as per our rules regardless of whether the election process is fully completed in 2024 or beyond.

    If there is any material change to the established role or any ambiguity as to who occupies the position, then Betfair may determine, using its reasonable discretion, how to settle the market based on all the information available to it at the relevant time.

    Betfair reserves the right to wait for further official announcements before the market is settled.

    Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time if Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome.

    Betfair may suspend betting on the market at any time in the interests of maintaining integrity and fairness in the markets.

    Customers should be aware that:

    Transmissions described as “live” by some broadcasters may actually be delayed.The extent of any such delay may vary, depending on the set-up through which they are receiving pictures or data.", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 12075.73, + "runners": [ + { + "selectionId": 12987900, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.76, + "totalMatched": 6373.17, + "ex": { + "availableToBack": [ + { + "price": 1.75, + "size": 20.06 + }, + { + "price": 1.73, + "size": 67.62 + }, + { + "price": 1.72, + "size": 61.36 + } + ], + "availableToLay": [ + { + "price": 1.76, + "size": 2 + }, + { + "price": 1.77, + "size": 10.06 + }, + { + "price": 1.78, + "size": 64.01 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38261569, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 2.52, + "totalMatched": 4056.34, + "ex": { + "availableToBack": [ + { + "price": 2.52, + "size": 2.74 + }, + { + "price": 2.5, + "size": 9.23 + }, + { + "price": 2.48, + "size": 16.51 + } + ], + "availableToLay": [ + { + "price": 2.58, + "size": 2.11 + }, + { + "price": 2.6, + "size": 69.07 + }, + { + "price": 2.62, + "size": 5.28 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1167491, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 28, + "totalMatched": 1646.21, + "ex": { + "availableToBack": [ + { + "price": 21, + "size": 7.67 + }, + { + "price": 20, + "size": 19.8 + }, + { + "price": 18.5, + "size": 8.96 + } + ], + "availableToLay": [ + { + "price": 29, + "size": 3.46 + }, + { + "price": 30, + "size": 5.28 + }, + { + "price": 34, + "size": 2.99 + } + ], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": true, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 3, + "numberOfActiveRunners": 3, + "lastMatchTime": "2021-07-31T13:29:45.021Z", + "totalAvailable": 228807.51, + "crossMatching": true, + "runnersVoidable": false, + "version": 3582494732, + "options": [ + { + "selectionId": 12987900, + "runnerName": "Democratic Party", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 1.76, + "totalMatched": 6373.17, + "ex": { + "availableToBack": [ + { + "price": 1.75, + "size": 20.06 + }, + { + "price": 1.73, + "size": 67.62 + }, + { + "price": 1.72, + "size": 61.36 + } + ], + "availableToLay": [ + { + "price": 1.76, + "size": 2 + }, + { + "price": 1.77, + "size": 10.06 + }, + { + "price": 1.78, + "size": 64.01 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38261569, + "runnerName": "Republican Party", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 2.52, + "totalMatched": 4056.34, + "ex": { + "availableToBack": [ + { + "price": 2.52, + "size": 2.74 + }, + { + "price": 2.5, + "size": 9.23 + }, + { + "price": 2.48, + "size": 16.51 + } + ], + "availableToLay": [ + { + "price": 2.58, + "size": 2.11 + }, + { + "price": 2.6, + "size": 69.07 + }, + { + "price": 2.62, + "size": 5.28 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1167491, + "runnerName": "Any Other", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 28, + "totalMatched": 1646.21, + "ex": { + "availableToBack": [ + { + "price": 21, + "size": 7.67 + }, + { + "price": 20, + "size": 19.8 + }, + { + "price": 18.5, + "size": 8.96 + } + ], + "availableToLay": [ + { + "price": 29, + "size": 3.46 + }, + { + "price": 30, + "size": 5.28 + }, + { + "price": 34, + "size": 2.99 + } + ], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.178176967", + "marketName": "Party of Popular Vote Winner", + "description": { + "persistenceEnabled": true, + "bspMarket": false, + "marketTime": "2024-11-05T11:00:03.000Z", + "suspendTime": "2024-11-05T11:00:03.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": true, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "

    MARKET INFORMATION

    For further information please see Rules & Regs.

    Which Party's candidate will win the popular vote at the 2024 US Presidential election?

    This market will be turned in-play at the stated time on the day of the election. Thereafter the market will not be actively managed and users are responsible for their positions.

    This market will be settled upon popular vote percentage figures as published by CNN.

    In the event of any uncertainty over which party each candidate represents the Party as defined by the Federal Election Commission will be used for settlement

    This market will only be void in the event that the 2024 Presidential Election does not take place, as defined below.

    Once voting (whether postal, electronic or at the ballot box) begins in the year 2024 for the US Presidential Election 2024, the election will be deemed to have taken place for the purposes of this market. We will then settle the market as per our rules regardless of whether the election process is fully completed in 2024 or beyond

    Betfair may suspend betting on the market at any time in the interests of maintaining integrity and fairness in the markets. \nPlease note, due to internal administrative procedures, the indicated start date/time of this market is subject to change. This will have no impact on settlement as detailed in our market specific rules. Any changes to the start time/date will be recorded in the market rules. ", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 10261.34, + "runners": [ + { + "selectionId": 12987900, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.24, + "totalMatched": 9413.06, + "ex": { + "availableToBack": [ + { + "price": 1.24, + "size": 645.58 + }, + { + "price": 1.23, + "size": 4.22 + }, + { + "price": 1.22, + "size": 10.99 + } + ], + "availableToLay": [ + { + "price": 1.25, + "size": 274.53 + }, + { + "price": 1.26, + "size": 7.97 + }, + { + "price": 1.27, + "size": 157.3 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38261569, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 6.6, + "totalMatched": 519.64, + "ex": { + "availableToBack": [ + { + "price": 6.2, + "size": 9.5 + }, + { + "price": 6, + "size": 9.34 + }, + { + "price": 5.8, + "size": 20.78 + } + ], + "availableToLay": [ + { + "price": 6.6, + "size": 71.52 + }, + { + "price": 6.8, + "size": 10.78 + }, + { + "price": 7, + "size": 25.8 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1167491, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 34, + "totalMatched": 328.63, + "ex": { + "availableToBack": [ + { + "price": 26, + "size": 2.1 + }, + { + "price": 25, + "size": 16.42 + }, + { + "price": 20, + "size": 4.34 + } + ], + "availableToLay": [ + { + "price": 34, + "size": 2.9 + }, + { + "price": 38, + "size": 2.99 + }, + { + "price": 48, + "size": 2.57 + } + ], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": true, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 3, + "numberOfActiveRunners": 3, + "lastMatchTime": "2021-07-29T19:24:13.468Z", + "totalAvailable": 7886.02, + "crossMatching": true, + "runnersVoidable": false, + "version": 3582494726, + "options": [ + { + "selectionId": 12987900, + "runnerName": "Democratic Party", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 1.24, + "totalMatched": 9413.06, + "ex": { + "availableToBack": [ + { + "price": 1.24, + "size": 645.58 + }, + { + "price": 1.23, + "size": 4.22 + }, + { + "price": 1.22, + "size": 10.99 + } + ], + "availableToLay": [ + { + "price": 1.25, + "size": 274.53 + }, + { + "price": 1.26, + "size": 7.97 + }, + { + "price": 1.27, + "size": 157.3 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 38261569, + "runnerName": "Republican Party", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 6.6, + "totalMatched": 519.64, + "ex": { + "availableToBack": [ + { + "price": 6.2, + "size": 9.5 + }, + { + "price": 6, + "size": 9.34 + }, + { + "price": 5.8, + "size": 20.78 + } + ], + "availableToLay": [ + { + "price": 6.6, + "size": 71.52 + }, + { + "price": 6.8, + "size": 10.78 + }, + { + "price": 7, + "size": 25.8 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1167491, + "runnerName": "Any Other", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 34, + "totalMatched": 328.63, + "ex": { + "availableToBack": [ + { + "price": 26, + "size": 2.1 + }, + { + "price": 25, + "size": 16.42 + }, + { + "price": 20, + "size": 4.34 + } + ], + "availableToLay": [ + { + "price": 34, + "size": 2.9 + }, + { + "price": 38, + "size": 2.99 + }, + { + "price": 48, + "size": 2.57 + } + ], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.178212407", + "marketName": "Most Seats", + "description": { + "persistenceEnabled": true, + "bspMarket": false, + "marketTime": "2021-09-26T06:00:00.000Z", + "suspendTime": "2021-09-26T06:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": true, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "
    MARKET INFORMATION


    For further information please see Rules & Regs.

    Which Partly will win the most seats as a result of the 2021 German election?



    At the start of voting on the day of the election, this market will be turned in-play with unmatched bets cancelled. Customers are entirely responsible for their positions at all times.

    This market will be void if an election does not take place in 2021. If more than one election takes place in 2021, then this market will apply to the first election that is held.

    If any doubt exists as to the outcome of the election, Betfair may determine, using its reasonable discretion, how to settle the market based on all the information available to it at the relevant time. Betfair reserves the right to wait for further official information before the market is settled.

    Betfair will not be responsible for suspending the market when an official announcement is made. However, Betfair will suspend the market as soon as it becomes aware of an official announcement. Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time in the event that Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome.

    Customers should be aware that:

  • Transmissions described as “live” by some broadcasters may actually be delayed.

  • The extent of any such delay may vary, depending on the set-up through which they are receiving pictures or data.


  • ", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 24663.59, + "runners": [ + { + "selectionId": 1153290, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.06, + "totalMatched": 23198.86, + "ex": { + "availableToBack": [ + { + "price": 1.06, + "size": 20.13 + }, + { + "price": 1.05, + "size": 468.29 + }, + { + "price": 1.03, + "size": 41.44 + } + ], + "availableToLay": [ + { + "price": 1.07, + "size": 124.65 + }, + { + "price": 1.08, + "size": 2533.5 + }, + { + "price": 1.3, + "size": 19.87 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1153295, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 38.64, + "ex": { + "availableToBack": [ + { + "price": 90, + "size": 6.63 + }, + { + "price": 6.4, + "size": 17.07 + }, + { + "price": 6.2, + "size": 180.79 + } + ], + "availableToLay": [ + { + "price": 200, + "size": 18.6 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11737125, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 62.76, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 5.16 + }, + { + "price": 42, + "size": 2.56 + }, + { + "price": 40, + "size": 9.69 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 3789288, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 23.26, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 2.72 + }, + { + "price": 100, + "size": 4.91 + }, + { + "price": 11.5, + "size": 8.54 + } + ], + "availableToLay": [ + { + "price": 200, + "size": 8.35 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11737124, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 190, + "totalMatched": 11.46, + "ex": { + "availableToBack": [ + { + "price": 350, + "size": 2.13 + }, + { + "price": 100, + "size": 12.34 + }, + { + "price": 11.5, + "size": 8.54 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 3789290, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 18, + "totalMatched": 1328.59, + "ex": { + "availableToBack": [ + { + "price": 21, + "size": 17.15 + }, + { + "price": 18.5, + "size": 2.3 + }, + { + "price": 5.7, + "size": 21.34 + } + ], + "availableToLay": [ + { + "price": 30, + "size": 5 + } + ], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": false, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 6, + "numberOfActiveRunners": 6, + "lastMatchTime": "2021-07-28T07:35:47.003Z", + "totalAvailable": 5091.33, + "crossMatching": false, + "runnersVoidable": false, + "version": 3582688560, + "options": [ + { + "selectionId": 1153290, + "runnerName": "CDU/CSU", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 1.06, + "totalMatched": 23198.86, + "ex": { + "availableToBack": [ + { + "price": 1.06, + "size": 20.13 + }, + { + "price": 1.05, + "size": 468.29 + }, + { + "price": 1.03, + "size": 41.44 + } + ], + "availableToLay": [ + { + "price": 1.07, + "size": 124.65 + }, + { + "price": 1.08, + "size": 2533.5 + }, + { + "price": 1.3, + "size": 19.87 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1153295, + "runnerName": "SPD", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 38.64, + "ex": { + "availableToBack": [ + { + "price": 90, + "size": 6.63 + }, + { + "price": 6.4, + "size": 17.07 + }, + { + "price": 6.2, + "size": 180.79 + } + ], + "availableToLay": [ + { + "price": 200, + "size": 18.6 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11737125, + "runnerName": "AfD", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 62.76, + "ex": { + "availableToBack": [ + { + "price": 70, + "size": 5.16 + }, + { + "price": 42, + "size": 2.56 + }, + { + "price": 40, + "size": 9.69 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 3789288, + "runnerName": "FDP", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 23.26, + "ex": { + "availableToBack": [ + { + "price": 110, + "size": 2.72 + }, + { + "price": 100, + "size": 4.91 + }, + { + "price": 11.5, + "size": 8.54 + } + ], + "availableToLay": [ + { + "price": 200, + "size": 8.35 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11737124, + "runnerName": "The Left", + "handicap": 0, + "sortPriority": 5, + "status": "ACTIVE", + "lastPriceTraded": 190, + "totalMatched": 11.46, + "ex": { + "availableToBack": [ + { + "price": 350, + "size": 2.13 + }, + { + "price": 100, + "size": 12.34 + }, + { + "price": 11.5, + "size": 8.54 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 3789290, + "runnerName": "The Greens", + "handicap": 0, + "sortPriority": 6, + "status": "ACTIVE", + "lastPriceTraded": 18, + "totalMatched": 1328.59, + "ex": { + "availableToBack": [ + { + "price": 21, + "size": 17.15 + }, + { + "price": 18.5, + "size": 2.3 + }, + { + "price": 5.7, + "size": 21.34 + } + ], + "availableToLay": [ + { + "price": 30, + "size": 5 + } + ], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.178911257", + "marketName": "Labor Leader - Next Election", + "description": { + "persistenceEnabled": false, + "bspMarket": false, + "marketTime": "2021-12-31T07:00:00.000Z", + "suspendTime": "2021-06-30T08:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": false, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 5, + "discountAllowed": true, + "wallet": "UK wallet", + "rules": "

    MARKET INFORMATION

    For further information please see Rules & Regs.

    Who will be the leader of the named political party at 8:00am AEST on voting day of the next Australian Federal Election? Unmatched bets will not be cancelled at any time. Other eligible candidates may be added on request.

    ", + "rulesHasDate": true, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 4384.04, + "runners": [ + { + "selectionId": 7392249, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.23, + "totalMatched": 3897.33, + "ex": { + "availableToBack": [ + { + "price": 1.11, + "size": 4 + }, + { + "price": 1.1, + "size": 129.87 + }, + { + "price": 1.03, + "size": 29.04 + } + ], + "availableToLay": [ + { + "price": 1.22, + "size": 2 + }, + { + "price": 1.23, + "size": 65.35 + }, + { + "price": 1.24, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 7643348, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 4.7, + "totalMatched": 298.2, + "ex": { + "availableToBack": [ + { + "price": 4.8, + "size": 31.42 + }, + { + "price": 4.7, + "size": 24.5 + }, + { + "price": 4.2, + "size": 47.99 + } + ], + "availableToLay": [ + { + "price": 90, + "size": 2.64 + }, + { + "price": 100, + "size": 5.28 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 24313491, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 6.4, + "totalMatched": 95.41, + "ex": { + "availableToBack": [ + { + "price": 6.8, + "size": 37.48 + }, + { + "price": 6.6, + "size": 22 + }, + { + "price": 6.4, + "size": 7.92 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 38256620, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 19, + "totalMatched": 15.83, + "ex": { + "availableToBack": [ + { + "price": 22, + "size": 2.45 + }, + { + "price": 21, + "size": 20.88 + }, + { + "price": 16, + "size": 11.99 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 9088877, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 18, + "totalMatched": 50.68, + "ex": { + "availableToBack": [ + { + "price": 25, + "size": 2 + }, + { + "price": 24, + "size": 15.84 + }, + { + "price": 18.5, + "size": 8.39 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 7643346, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 75, + "totalMatched": 5.38, + "ex": { + "availableToBack": [ + { + "price": 75, + "size": 6.67 + }, + { + "price": 50, + "size": 4.06 + }, + { + "price": 36, + "size": 5.28 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 6519503, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 21.18, + "ex": { + "availableToBack": [ + { + "price": 48, + "size": 2.63 + }, + { + "price": 46, + "size": 2 + }, + { + "price": 44, + "size": 4.06 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": false, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 7, + "numberOfActiveRunners": 7, + "lastMatchTime": "2021-07-28T10:42:12.875Z", + "totalAvailable": 1883.53, + "crossMatching": false, + "runnersVoidable": false, + "version": 3610009782, + "options": [ + { + "selectionId": 7392249, + "runnerName": "Anthony Albanese", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 1.23, + "totalMatched": 3897.33, + "ex": { + "availableToBack": [ + { + "price": 1.11, + "size": 4 + }, + { + "price": 1.1, + "size": 129.87 + }, + { + "price": 1.03, + "size": 29.04 + } + ], + "availableToLay": [ + { + "price": 1.22, + "size": 2 + }, + { + "price": 1.23, + "size": 65.35 + }, + { + "price": 1.24, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 7643348, + "runnerName": "Tanya Plibersek", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 4.7, + "totalMatched": 298.2, + "ex": { + "availableToBack": [ + { + "price": 4.8, + "size": 31.42 + }, + { + "price": 4.7, + "size": 24.5 + }, + { + "price": 4.2, + "size": 47.99 + } + ], + "availableToLay": [ + { + "price": 90, + "size": 2.64 + }, + { + "price": 100, + "size": 5.28 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 24313491, + "runnerName": "Jim Chalmers", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 6.4, + "totalMatched": 95.41, + "ex": { + "availableToBack": [ + { + "price": 6.8, + "size": 37.48 + }, + { + "price": 6.6, + "size": 22 + }, + { + "price": 6.4, + "size": 7.92 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 38256620, + "runnerName": "Richard Marles", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 19, + "totalMatched": 15.83, + "ex": { + "availableToBack": [ + { + "price": 22, + "size": 2.45 + }, + { + "price": 21, + "size": 20.88 + }, + { + "price": 16, + "size": 11.99 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 9088877, + "runnerName": "Chris Bowen", + "handicap": 0, + "sortPriority": 5, + "status": "ACTIVE", + "lastPriceTraded": 18, + "totalMatched": 50.68, + "ex": { + "availableToBack": [ + { + "price": 25, + "size": 2 + }, + { + "price": 24, + "size": 15.84 + }, + { + "price": 18.5, + "size": 8.39 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 7643346, + "runnerName": "Jason Clare", + "handicap": 0, + "sortPriority": 6, + "status": "ACTIVE", + "lastPriceTraded": 75, + "totalMatched": 5.38, + "ex": { + "availableToBack": [ + { + "price": 75, + "size": 6.67 + }, + { + "price": 50, + "size": 4.06 + }, + { + "price": 36, + "size": 5.28 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 6519503, + "runnerName": "Joel Fitzgibbon", + "handicap": 0, + "sortPriority": 7, + "status": "ACTIVE", + "lastPriceTraded": 65, + "totalMatched": 21.18, + "ex": { + "availableToBack": [ + { + "price": 48, + "size": 2.63 + }, + { + "price": 46, + "size": 2 + }, + { + "price": 44, + "size": 4.06 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.179233218", + "marketName": "Next Lib Dem Leader", + "description": { + "persistenceEnabled": false, + "bspMarket": false, + "marketTime": "2021-02-11T17:00:00.000Z", + "suspendTime": "2021-02-11T17:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": false, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "

    MARKET INFORMATION

    For further information please see Rules & Regs.

    Who will be the next permanent leader of the Liberal Democrats, after Ed Davey?

    This market will be settled based on the first official announcement of the next permanent Liberal Democrat leader after Ed Davey. Any interim or temporary leader will not count. Betfair reserves the right to suspend, cancel unmatched bets and turn in-play or re-open this market as and when information becomes available to it. Additional runners may be added upon request.

    In the event of any ambiguity over an announcement, Betfair may determine, using its reasonable discretion, how to settle the market based on all the information available to it at the relevant time. Betfair reserves the right to wait for further official announcements before the market is settled.

    Betfair will not be responsible for suspending the market when an official announcement is made by the Liberal Democrats. However, Betfair will suspend the market as soon as it becomes aware of an official announcement. Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time in the event that Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome.", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 46, + "runners": [ + { + "selectionId": 27257483, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 7.8, + "size": 5 + }, + { + "price": 4, + "size": 4 + }, + { + "price": 2, + "size": 18.78 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13258429, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 20, + "size": 6 + }, + { + "price": 4.1, + "size": 4 + }, + { + "price": 2, + "size": 20.78 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 4615253, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 40, + "size": 2 + }, + { + "price": 25, + "size": 3 + }, + { + "price": 20, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12050150, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 10, + "totalMatched": 4, + "ex": { + "availableToBack": [ + { + "price": 6.2, + "size": 3 + }, + { + "price": 6, + "size": 10 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [ + { + "price": 500, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13258431, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 15.5, + "size": 2 + }, + { + "price": 15, + "size": 2 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 27257481, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 10, + "size": 3 + }, + { + "price": 4, + "size": 4 + }, + { + "price": 2, + "size": 18.78 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 27257482, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 3.05, + "totalMatched": 28, + "ex": { + "availableToBack": [ + { + "price": 2, + "size": 5 + }, + { + "price": 1.21, + "size": 18.78 + }, + { + "price": 1.02, + "size": 217.69 + } + ], + "availableToLay": [ + { + "price": 3.4, + "size": 5 + }, + { + "price": 4, + "size": 20 + }, + { + "price": 5.8, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13258433, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 4, + "totalMatched": 10, + "ex": { + "availableToBack": [ + { + "price": 4, + "size": 3 + }, + { + "price": 3.95, + "size": 4 + }, + { + "price": 2, + "size": 18.78 + } + ], + "availableToLay": [ + { + "price": 10, + "size": 5 + }, + { + "price": 18, + "size": 2 + }, + { + "price": 200, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4615259, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 10, + "totalMatched": 4, + "ex": { + "availableToBack": [ + { + "price": 10, + "size": 5 + }, + { + "price": 4, + "size": 4 + }, + { + "price": 2, + "size": 20.78 + } + ], + "availableToLay": [ + { + "price": 200, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13258430, + "handicap": 0, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 15.5, + "size": 2 + }, + { + "price": 15, + "size": 2 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 2 + } + ], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": false, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 10, + "numberOfActiveRunners": 10, + "lastMatchTime": "2021-06-09T13:43:59.000Z", + "totalAvailable": 3531.7, + "crossMatching": false, + "runnersVoidable": false, + "version": 3622437691, + "options": [ + { + "selectionId": 27257483, + "runnerName": "Munira Wilson", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 7.8, + "size": 5 + }, + { + "price": 4, + "size": 4 + }, + { + "price": 2, + "size": 18.78 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13258429, + "runnerName": "Wera Hobhouse", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 20, + "size": 6 + }, + { + "price": 4.1, + "size": 4 + }, + { + "price": 2, + "size": 20.78 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 4615253, + "runnerName": "Tim Farron", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 40, + "size": 2 + }, + { + "price": 25, + "size": 3 + }, + { + "price": 20, + "size": 2 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 12050150, + "runnerName": "Sarah Olney", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 10, + "totalMatched": 4, + "ex": { + "availableToBack": [ + { + "price": 6.2, + "size": 3 + }, + { + "price": 6, + "size": 10 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [ + { + "price": 500, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13258431, + "runnerName": "Jamie Stone", + "handicap": 0, + "sortPriority": 5, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 15.5, + "size": 2 + }, + { + "price": 15, + "size": 2 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 27257481, + "runnerName": "Wendy Chamberlain", + "handicap": 0, + "sortPriority": 6, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 10, + "size": 3 + }, + { + "price": 4, + "size": 4 + }, + { + "price": 2, + "size": 18.78 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 27257482, + "runnerName": "Daisy Cooper", + "handicap": 0, + "sortPriority": 7, + "status": "ACTIVE", + "lastPriceTraded": 3.05, + "totalMatched": 28, + "ex": { + "availableToBack": [ + { + "price": 2, + "size": 5 + }, + { + "price": 1.21, + "size": 18.78 + }, + { + "price": 1.02, + "size": 217.69 + } + ], + "availableToLay": [ + { + "price": 3.4, + "size": 5 + }, + { + "price": 4, + "size": 20 + }, + { + "price": 5.8, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13258433, + "runnerName": "Layla Moran", + "handicap": 0, + "sortPriority": 8, + "status": "ACTIVE", + "lastPriceTraded": 4, + "totalMatched": 10, + "ex": { + "availableToBack": [ + { + "price": 4, + "size": 3 + }, + { + "price": 3.95, + "size": 4 + }, + { + "price": 2, + "size": 18.78 + } + ], + "availableToLay": [ + { + "price": 10, + "size": 5 + }, + { + "price": 18, + "size": 2 + }, + { + "price": 200, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 4615259, + "runnerName": "Alistair Carmichael", + "handicap": 0, + "sortPriority": 9, + "status": "ACTIVE", + "lastPriceTraded": 10, + "totalMatched": 4, + "ex": { + "availableToBack": [ + { + "price": 10, + "size": 5 + }, + { + "price": 4, + "size": 4 + }, + { + "price": 2, + "size": 20.78 + } + ], + "availableToLay": [ + { + "price": 200, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13258430, + "runnerName": "Christine Jardine", + "handicap": 0, + "sortPriority": 10, + "status": "ACTIVE", + "totalMatched": 0, + "ex": { + "availableToBack": [ + { + "price": 15.5, + "size": 2 + }, + { + "price": 15, + "size": 2 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 2 + } + ], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.180015935", + "marketName": "Australian Federal Election In 2021?", + "description": { + "persistenceEnabled": false, + "bspMarket": false, + "marketTime": "2021-11-22T12:00:00.000Z", + "suspendTime": "2021-11-22T12:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": false, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 5, + "discountAllowed": true, + "wallet": "UK wallet", + "rules": "
    \n
    \nMARKET INFORMATION\n
    \n
    For further information please seeRules & Regs.\n
    \n
    Will there be an Australian Federal Election take place in 2021? For the avoidance of doubt this market is for the House Of Representatives and any Senate-only elections will not count for the purposes of this market. Unmatched bets will not be cancelled at any time. Betfair is NOT responsible for suspending the market once an official announcement is made. However, once Betfair becomes aware of an official announcement, we will suspend the market. This market will be settled based on the first date officially declared as Election day by the Government. Should the date of the Election subsequently be changed, for whatever reason, the result of this market will NOT be affected. \n
    \n
    This is a \ncross-matching market.\n
    ", + "rulesHasDate": true, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 10059.43, + "runners": [ + { + "selectionId": 1108298, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 6.2, + "totalMatched": 2029.05, + "ex": { + "availableToBack": [ + { + "price": 6.8, + "size": 2.4 + }, + { + "price": 6.6, + "size": 12.67 + }, + { + "price": 6.4, + "size": 19.47 + } + ], + "availableToLay": [ + { + "price": 7.8, + "size": 7.04 + }, + { + "price": 8.8, + "size": 6.03 + }, + { + "price": 9.4, + "size": 4.16 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1108299, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.17, + "totalMatched": 8030.37, + "ex": { + "availableToBack": [ + { + "price": 1.16, + "size": 3.17 + }, + { + "price": 1.15, + "size": 44.39 + }, + { + "price": 1.13, + "size": 46.99 + } + ], + "availableToLay": [ + { + "price": 1.17, + "size": 13.93 + }, + { + "price": 1.18, + "size": 176.45 + }, + { + "price": 1.19, + "size": 52.79 + } + ], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": true, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 2, + "numberOfActiveRunners": 2, + "lastMatchTime": "2021-07-31T08:37:58.283Z", + "totalAvailable": 1014.69, + "crossMatching": true, + "runnersVoidable": false, + "version": 3733711852, + "options": [ + { + "selectionId": 1108298, + "runnerName": "Yes", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 6.2, + "totalMatched": 2029.05, + "ex": { + "availableToBack": [ + { + "price": 6.8, + "size": 2.4 + }, + { + "price": 6.6, + "size": 12.67 + }, + { + "price": 6.4, + "size": 19.47 + } + ], + "availableToLay": [ + { + "price": 7.8, + "size": 7.04 + }, + { + "price": 8.8, + "size": 6.03 + }, + { + "price": 9.4, + "size": 4.16 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 1108299, + "runnerName": "No", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 1.17, + "totalMatched": 8030.37, + "ex": { + "availableToBack": [ + { + "price": 1.16, + "size": 3.17 + }, + { + "price": 1.15, + "size": 44.39 + }, + { + "price": 1.13, + "size": 46.99 + } + ], + "availableToLay": [ + { + "price": 1.17, + "size": 13.93 + }, + { + "price": 1.18, + "size": 176.45 + }, + { + "price": 1.19, + "size": 52.79 + } + ], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.180957876", + "marketName": "Liberal Leader - Next Election", + "description": { + "persistenceEnabled": false, + "bspMarket": false, + "marketTime": "2021-12-30T21:00:00.000Z", + "suspendTime": "2021-12-30T21:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": false, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 5, + "discountAllowed": true, + "wallet": "UK wallet", + "rules": "

    MARKET INFORMATION

    For further information please see Rules & Regs.

    Who will be the leader of the named political party at 8:00am AEST on voting day of the next Australian Federal Election? Unmatched bets will not be cancelled at any time. Other eligible candidates may be added on request.

    ", + "rulesHasDate": true, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 10195.83, + "runners": [ + { + "selectionId": 9088876, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 1.3, + "totalMatched": 9963, + "ex": { + "availableToBack": [ + { + "price": 1.2, + "size": 108.67 + }, + { + "price": 1.15, + "size": 158.38 + }, + { + "price": 1.13, + "size": 113.64 + } + ], + "availableToLay": [ + { + "price": 1.29, + "size": 6.86 + }, + { + "price": 1.3, + "size": 197.66 + }, + { + "price": 1.31, + "size": 18.71 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12651265, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 14, + "totalMatched": 118.9, + "ex": { + "availableToBack": [ + { + "price": 5, + "size": 55.96 + }, + { + "price": 4, + "size": 10.56 + }, + { + "price": 3.1, + "size": 5.81 + } + ], + "availableToLay": [ + { + "price": 14, + "size": 34.32 + }, + { + "price": 55, + "size": 2.64 + }, + { + "price": 60, + "size": 5.28 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11003833, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 6, + "totalMatched": 113.77, + "ex": { + "availableToBack": [ + { + "price": 5, + "size": 3.17 + }, + { + "price": 4, + "size": 87.84 + }, + { + "price": 2, + "size": 17.07 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 5.28 + }, + { + "price": 1000, + "size": 2.64 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11003834, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 0.08, + "ex": { + "availableToBack": [ + { + "price": 12, + "size": 25.34 + }, + { + "price": 2.02, + "size": 4 + }, + { + "price": 2, + "size": 17.07 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 38904274, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 250, + "totalMatched": 0.07, + "ex": { + "availableToBack": [ + { + "price": 25, + "size": 13.3 + }, + { + "price": 8.2, + "size": 8.96 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": false, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 5, + "numberOfActiveRunners": 5, + "lastMatchTime": "2021-07-26T03:38:38.638Z", + "totalAvailable": 1761.01, + "crossMatching": false, + "runnersVoidable": false, + "version": 3701464432, + "options": [ + { + "selectionId": 9088876, + "runnerName": "Scott Morrison", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 1.3, + "totalMatched": 9963, + "ex": { + "availableToBack": [ + { + "price": 1.2, + "size": 108.67 + }, + { + "price": 1.15, + "size": 158.38 + }, + { + "price": 1.13, + "size": 113.64 + } + ], + "availableToLay": [ + { + "price": 1.29, + "size": 6.86 + }, + { + "price": 1.3, + "size": 197.66 + }, + { + "price": 1.31, + "size": 18.71 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 12651265, + "runnerName": "Josh Frydenberg", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 14, + "totalMatched": 118.9, + "ex": { + "availableToBack": [ + { + "price": 5, + "size": 55.96 + }, + { + "price": 4, + "size": 10.56 + }, + { + "price": 3.1, + "size": 5.81 + } + ], + "availableToLay": [ + { + "price": 14, + "size": 34.32 + }, + { + "price": 55, + "size": 2.64 + }, + { + "price": 60, + "size": 5.28 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11003833, + "runnerName": "Peter Dutton", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 6, + "totalMatched": 113.77, + "ex": { + "availableToBack": [ + { + "price": 5, + "size": 3.17 + }, + { + "price": 4, + "size": 87.84 + }, + { + "price": 2, + "size": 17.07 + } + ], + "availableToLay": [ + { + "price": 100, + "size": 5.28 + }, + { + "price": 1000, + "size": 2.64 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 11003834, + "runnerName": "Greg Hunt", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 200, + "totalMatched": 0.08, + "ex": { + "availableToBack": [ + { + "price": 12, + "size": 25.34 + }, + { + "price": 2.02, + "size": 4 + }, + { + "price": 2, + "size": 17.07 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + }, + { + "selectionId": 38904274, + "runnerName": "Alan Tudge", + "handicap": 0, + "sortPriority": 5, + "status": "ACTIVE", + "lastPriceTraded": 250, + "totalMatched": 0.07, + "ex": { + "availableToBack": [ + { + "price": 25, + "size": 13.3 + }, + { + "price": 8.2, + "size": 8.96 + }, + { + "price": 4, + "size": 4 + } + ], + "availableToLay": [], + "tradedVolume": [] + } + } + ] + }, + { + "marketId": "1.183324545", + "marketName": "Year Keir Starmer replaced as Labour Leader", + "description": { + "persistenceEnabled": false, + "bspMarket": false, + "marketTime": "2016-12-14T17:00:00.000Z", + "suspendTime": "2016-12-14T17:00:00.000Z", + "bettingType": "ODDS", + "turnInPlayEnabled": false, + "marketType": "NONSPORT", + "regulator": "GIBRALTAR REGULATOR", + "marketBaseRate": 2, + "discountAllowed": false, + "wallet": "UK wallet", + "rules": "
    MARKET INFORMATION

    For further information please see Rules & Regs.

    When will Keir Starmer be replaced as Labour Party leader? We will settle this market on the date the Labour Party officially announce their new Permanent Party Leader after Keir Starmer. Temporary/interim leaders do not count. If a temporary/interim leader is appointed we will wait until the date of the announcement of the Permanent Leader before settling. This market will be void if the Party Leader dies while in office. If the Party Leader is unable to fulfil his/her role due to health reasons and is therefore permanently replaced this market will be void

    Customers are entirely responsible for their positions at all times. Betfair will not be responsible for suspending the market when an official announcement is made by the Labour Party. However, Betfair will suspend the market as soon as it becomes aware of an official announcement.

    In the event of any ambiguity over an official announcement, Betfair may determine, using its reasonable discretion, how to settle the market based on all the information available to it at the relevant time. Betfair reserves the right to wait for further official announcements before the market is settled.

    Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time in the event that Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome.

    ", + "rulesHasDate": false, + "priceLadderDescription": { + "type": "CLASSIC" + } + }, + "totalMatched": 3332.63, + "runners": [ + { + "selectionId": 13231442, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 9.2, + "totalMatched": 1757.19, + "ex": { + "availableToBack": [ + { + "price": 9.2, + "size": 6.66 + }, + { + "price": 8.2, + "size": 8.54 + }, + { + "price": 8, + "size": 8 + } + ], + "availableToLay": [ + { + "price": 22, + "size": 3.03 + }, + { + "price": 48, + "size": 2.11 + }, + { + "price": 1000, + "size": 5.02 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13231443, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 5, + "totalMatched": 355.63, + "ex": { + "availableToBack": [ + { + "price": 4.6, + "size": 2 + }, + { + "price": 4.4, + "size": 2 + }, + { + "price": 4.2, + "size": 3.58 + } + ], + "availableToLay": [ + { + "price": 6.4, + "size": 2.09 + }, + { + "price": 7.4, + "size": 2.41 + }, + { + "price": 7.6, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 16735240, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 4, + "totalMatched": 263.09, + "ex": { + "availableToBack": [ + { + "price": 3.6, + "size": 4.13 + }, + { + "price": 3.5, + "size": 40 + }, + { + "price": 2.96, + "size": 4.32 + } + ], + "availableToLay": [ + { + "price": 4.8, + "size": 3 + }, + { + "price": 5, + "size": 2.79 + }, + { + "price": 5.7, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25181943, + "handicap": 0, + "status": "ACTIVE", + "lastPriceTraded": 2.12, + "totalMatched": 956.71, + "ex": { + "availableToBack": [ + { + "price": 2, + "size": 18.94 + }, + { + "price": 1.7, + "size": 7.53 + }, + { + "price": 1.62, + "size": 5.05 + } + ], + "availableToLay": [ + { + "price": 2.18, + "size": 20 + }, + { + "price": 2.22, + "size": 30 + }, + { + "price": 2.48, + "size": 3.22 + } + ], + "tradedVolume": [] + } + } + ], + "isMarketDataDelayed": false, + "status": "OPEN", + "betDelay": 0, + "bspReconciled": false, + "complete": true, + "inplay": false, + "numberOfWinners": 1, + "numberOfRunners": 4, + "numberOfActiveRunners": 4, + "lastMatchTime": "2021-07-31T08:39:06.965Z", + "totalAvailable": 2560.43, + "crossMatching": true, + "runnersVoidable": false, + "version": 3809657094, + "options": [ + { + "selectionId": 13231442, + "runnerName": "2021", + "handicap": 0, + "sortPriority": 1, + "status": "ACTIVE", + "lastPriceTraded": 9.2, + "totalMatched": 1757.19, + "ex": { + "availableToBack": [ + { + "price": 9.2, + "size": 6.66 + }, + { + "price": 8.2, + "size": 8.54 + }, + { + "price": 8, + "size": 8 + } + ], + "availableToLay": [ + { + "price": 22, + "size": 3.03 + }, + { + "price": 48, + "size": 2.11 + }, + { + "price": 1000, + "size": 5.02 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 13231443, + "runnerName": "2022", + "handicap": 0, + "sortPriority": 2, + "status": "ACTIVE", + "lastPriceTraded": 5, + "totalMatched": 355.63, + "ex": { + "availableToBack": [ + { + "price": 4.6, + "size": 2 + }, + { + "price": 4.4, + "size": 2 + }, + { + "price": 4.2, + "size": 3.58 + } + ], + "availableToLay": [ + { + "price": 6.4, + "size": 2.09 + }, + { + "price": 7.4, + "size": 2.41 + }, + { + "price": 7.6, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 16735240, + "runnerName": "2023", + "handicap": 0, + "sortPriority": 3, + "status": "ACTIVE", + "lastPriceTraded": 4, + "totalMatched": 263.09, + "ex": { + "availableToBack": [ + { + "price": 3.6, + "size": 4.13 + }, + { + "price": 3.5, + "size": 40 + }, + { + "price": 2.96, + "size": 4.32 + } + ], + "availableToLay": [ + { + "price": 4.8, + "size": 3 + }, + { + "price": 5, + "size": 2.79 + }, + { + "price": 5.7, + "size": 2 + } + ], + "tradedVolume": [] + } + }, + { + "selectionId": 25181943, + "runnerName": "2024 or later", + "handicap": 0, + "sortPriority": 4, + "status": "ACTIVE", + "lastPriceTraded": 2.12, + "totalMatched": 956.71, + "ex": { + "availableToBack": [ + { + "price": 2, + "size": 18.94 + }, + { + "price": 1.7, + "size": 7.53 + }, + { + "price": 1.62, + "size": 5.05 + } + ], + "availableToLay": [ + { + "price": 2.18, + "size": 20 + }, + { + "price": 2.22, + "size": 30 + }, + { + "price": 2.48, + "size": 3.22 + } + ], + "tradedVolume": [] + } + } + ] + } +] +Got cookie: mongo... +Connected correctly to server +Updating document betfair-questions in collection metaforecastCollection in database metaforecastDatabase with approximate size 0.1 MB +Sample: +[ + { + "title": "Which EU country will be the next to hold an In/Out referendum on its European Union membership?", + "url": "https://betfair.com", + "platform": "Betfair", + "description": "This market will be settled at the start of voting on the day that the In/Out referendum is officially held in an EU country. If no referendum takes place before 2022 the selection 'No Refefrendum Before 2022' will be settled as the winner. Betfair expressly reserves the right to suspend and/or void any and all bets on this market at any time in the event that Betfair is not satisfied (in its absolute discretion) with the certainty of the outcome. Subsequent events would not affect the settlement of this market. This market will not be actively managed. Customers are solely responsible for their positions at all times.", + "options": [ + { + "name": "No Referendum Before 2022", + "probability": 0.9249683442398784, + "type": "PROBABILITY" + }, + { + "name": "Italy", + "probability": 0.0027220496987630707, + "type": "PROBABILITY" + }, + { + "name": "France", + "probability": 0.009527173945670748, + "type": "PROBABILITY" + }, + { + "name": "Poland", + "probability": 0.001587862324278458, + "type": "PROBABILITY" + }, + { + "name": "Hungary", + "probability": 0.004763586972835374, + "type": "PROBABILITY" + }, + { + "name": "Germany", + "probability": 0.0025071510383344073, + "type": "PROBABILITY" + }, + { + "name": "Ireland", + "probability": 0.003175724648556916, + "type": "PROBABILITY" + }, + { + "name": "United Kingdom", + "probability": 0.0019054347891341496, + "type": "PROBABILITY" + }, + { + "name": "Netherlands", + "probability": 0.013610248493815353, + "type": "PROBABILITY" + }, + { + "name": "Denmark", + "probability": 0.01587862324278458, + "type": "PROBABILITY" + }, + { + "name": "Spain", + "probability": 0.0009527173945670748, + "type": "PROBABILITY" + }, + { + "name": "Austria", + "probability": 0.0009527173945670748, + "type": "PROBABILITY" + }, + { + "name": "Greece", + "probability": 0.0017642914714205088, + "type": "PROBABILITY" + }, + { + "name": "Czech Republic", + "probability": 0.0009527173945670748, + "type": "PROBABILITY" + }, + { + "name": "Portugal", + "probability": 0.0009527173945670748, + "type": "PROBABILITY" + }, + { + "name": "Slovenia", + "probability": 0.0009527173945670748, + "type": "PROBABILITY" + }, + { + "name": "Luxembourg", + "probability": 0.0009527173945670748, + "type": "PROBABILITY" + }, + { + "name": "Sweden", + "probability": 0.0010585748828523052, + "type": "PROBABILITY" + }, + { + "name": "Cyprus", + "probability": 0.0009527173945670748, + "type": "PROBABILITY" + }, + { + "name": "Slovakia", + "probability": 0.0009527173945670748, + "type": "PROBABILITY" + }, + { + "name": "Bulgaria", + "probability": 0.0009527173945670748, + "type": "PROBABILITY" + }, + { + "name": "Finland", + "probability": 0.0012874559386041552, + "type": "PROBABILITY" + }, + { + "name": "Malta", + "probability": 0.0009527173945670748, + "type": "PROBABILITY" + }, + { + "name": "Belgium", + "probability": 0.0009527173945670748, + "type": "PROBABILITY" + }, + { + "name": "Croatia", + "probability": 0.0009527173945670748, + "type": "PROBABILITY" + }, + { + "name": "Estonia", + "probability": 0.0009527173945670748, + "type": "PROBABILITY" + }, + { + "name": "Latvia", + "probability": 0.0009527173945670748, + "type": "PROBABILITY" + }, + { + "name": "Lithuania", + "probability": 0.0009527173945670748, + "type": "PROBABILITY" + }, + { + "name": "Romania", + "probability": 0.0009527173945670748, + "type": "PROBABILITY" + } + ], + "timestamp": "2021-07-31T23:44:17.809Z", + "qualityindicators": { + "stars": 4, + "volume": 70456.41 + } + } +] +Done