pub fn make_symbol(
market_id: &str,
selection_id: u64,
handicap: Decimal,
) -> SymbolExpand description
Constructs a Nautilus [Symbol] from Betfair market and selection identifiers.
Format: "{market_id}-{selection_id}" or "{market_id}-{selection_id}-{handicap}"
when handicap is non-zero.