module Services class BetOutcomeService def bet_outcome(bet_id) end end end