I'm using betfair library for node.js. I want to get LINE markets. I'm using the following filters together with the list* functions but i'm not getting any LINE markets.
var supportedMarketTypes = [ 'MATCH_ODDS', 'SET_WINNER', 'INNINGS_RUNS', 'COMPLETED_MATCH', 'MATCH_ODDS_LO_TIE' ]; var supportedMarketBettingTypes = ['ODDS', 'LINE'];
Could anyone give me an hint?
Does this also work with the listMarketType, listEvent functions?