27 lines
488 B
JSON
27 lines
488 B
JSON
[ {
|
|
"title": "Some title",
|
|
"url": "someurl.com",
|
|
"platform": "some platform",
|
|
"options": [
|
|
{
|
|
"name": "Option 1",
|
|
"probability": 0.25,
|
|
"type": "PROBABILITY"
|
|
},
|
|
{
|
|
"name": "Option 2",
|
|
"probability": 0.5,
|
|
"type": "PROBABILITY"
|
|
},
|
|
{
|
|
"name": "Option 3",
|
|
"probability": 0.24,
|
|
"type": "PROBABILITY"
|
|
}
|
|
],
|
|
"description": "Some long description which may contain html",
|
|
"numforecasts": 15,
|
|
"stars": 2
|
|
}
|
|
]
|