Information about Gaming Products

The gaming product has its own home page, again a HAL-JSON document which gives information about:

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"
}