Lotteries.io Gaming Product
Information about Gaming Products
The gaming product has its own home page, again a HAL-JSON document which gives information about:
- optionally, a link to the Reference Gaming Product
- a link to the Current Winning Scheme
- a link to the current Participation Pool Specification Scheme
- a link to the Current Betting Scheme
- a link to the Next Participation Pool to close (i.e. referencing the upcoming draw).
- a link to the Previous Participation Pool to close (i.e. referencing the last draw)
- a link to a resource describing the Gaming Product Operator which is responsible for offering the product
- the Canonical Name of the Gaming Product
- a link to navigate all Participation Pools
Note that if a resource describing a Gaming Product does not offer participation, there will be no links to participation pools published.
{
"_links":{
"curies":[
{
"name":"lo",
"href":"http://www.lotteries.io/link-relationships/{link-relationship}",
"templated":true
}
],
"lo:reference-gaming-product":{
"href":"http://www.operator2.com/gaming-products/foo"
},
"lo:current-winning-scheme":{
"href":"http:/www.operator.com/gaming-products/product1/winning-scheme1"
},
"lo:participation-pool-specification-scheme":{
"href":"http://www.operator.com/gaming-products/product1/participation-pool-specification-scheme1"
},
"lo:current-betting-scheme":{
"href":"http://www.operator.com/gaming-products/product1/betting-scheme1"
},
"lo:next-participation-pool":{
"href":"http://www.operator.com/gaming-products/product1/participation-pools/123"
},
"lo:previous-participation-pool":{
"href":"http://www.operator.com/gaming-products/product1/participation-pools/122"
},
"lo:participation-pools":{
"href":"http://www.operator.com/gaming-products/product1/participation-pools{?fromDate,toDate}",
"templated":true
},
"self":{
"href":"http://www.operator.com/gaming-products/product1"
}
},
"canonical-name":"Product One"
}