package odds import "context" type Service interface { FetchNonLiveOdds(ctx context.Context) error }