I'm trying to get get moneyline, spread and total markets. For getting team names for Spread and MoneyLine I take runnerName from RunnerCatalog. It works fine.
However for Total Runs/Total Points markets RunnerName is equal to Over or Under
I can also take team names directly from Event, by parsing event name e.g.
Milwaukee @ Pittsburgh or Tsonga v Nadal
However depends on the sport there could be @ or v delimiters. Also I would like to use same approach everywhere for all market types - e.g. take team names from RunnerCatalog. Where else I can take participant names for Total Runs/Total Points?
However for Total Runs/Total Points markets RunnerName is equal to Over or Under
I can also take team names directly from Event, by parsing event name e.g.
Milwaukee @ Pittsburgh or Tsonga v Nadal
However depends on the sport there could be @ or v delimiters. Also I would like to use same approach everywhere for all market types - e.g. take team names from RunnerCatalog. Where else I can take participant names for Total Runs/Total Points?

