Closed joshpelkey closed 7 years ago
already filtered out?? i'm not sure how to recreate the scenario from the kansas/purdue bet that started this bug.
open_bets = ProposedBet.objects.filter(remaining_wagersgt=0, end_date__gt=timezone.now(), won_betisnull=True).exclude(user=current_user)
need to filter out open bets that have a winner marked