Hi, I've seen this (not so recent) post: https://forum.developer.betfair.com/...26th-september.
I'm trying to track the prices of runs lines for a given match.
In a T20, first innings, for example, I'd like to know the 6-over, 10-over and 20-over prices. I can get those prices from the following market types.
What about when the game is reduced to 17 overs a side because of a rain delay? I now want 6-over, 10-over and 17-over lines. I was hoping 1_INNINGS_RUNS_LINE would give me the runs line for the max overs in that innings - but just trying at the moment with an Abu Dhabi T10 game it doesn't appear to return anything. (1_INNING_10_OVR_LINE here does give the right stuff).
I suppose my question is, how would I go about getting a catch-all market type for the total innings runs? When is 1_INNINGS_RUNS_LINE populated? If the match is reduced to 17 overs, is there now a 1_INNING_17_OVR_LINE market?
Thanks
I'm trying to track the prices of runs lines for a given match.
In a T20, first innings, for example, I'd like to know the 6-over, 10-over and 20-over prices. I can get those prices from the following market types.
Code:
1_INNING_6_OVR_LINE, 1_INNING_10_OVR_LINE, 1_INNING_20_OVR_LINE
I suppose my question is, how would I go about getting a catch-all market type for the total innings runs? When is 1_INNINGS_RUNS_LINE populated? If the match is reduced to 17 overs, is there now a 1_INNING_17_OVR_LINE market?
Thanks


Comment