When I make a listMarketCatalogue call on a specific AUS horse event for a WIN market I get back something like the following:
{"jsonrpc":"2.0","result":[{"marketId":"2.101345771","marketName":"R1 1800m Pace M","totalMatched":0.0}],"id":1}
From that I can discern from the value of "marketName" that it is Race 1.
When I make the same call but with marketTypeCodes = "PLACE", I get:
{"jsonrpc":"2.0","result":[{"marketId":"2.101345772","marketName":"To Be Placed","totalMatched":0.0}],"id":1}
How do I tell what race number a place market relates to?
{"jsonrpc":"2.0","result":[{"marketId":"2.101345771","marketName":"R1 1800m Pace M","totalMatched":0.0}],"id":1}
From that I can discern from the value of "marketName" that it is Race 1.
When I make the same call but with marketTypeCodes = "PLACE", I get:
{"jsonrpc":"2.0","result":[{"marketId":"2.101345772","marketName":"To Be Placed","totalMatched":0.0}],"id":1}
How do I tell what race number a place market relates to?


Comment