Here’s a freebie:
You overloaded this Notifier with asking for different inputs.
If you must use Notifiers for this, pull in more Notifiers from the Designer and name them appropriately for their contexts. That would allow you to add events for each Notifier separately.
I see you have no data structures to match score pairs to bettor names and amounts, and no persistent storage (TinyDB) for your bets.
If i were the bookie, I would keep TinyDB entries for the game bets, one per game, with the bets stored as an AI2 table (list of lists) under the game tag (‘2026-03-15 Lakers vs Celtics)
- bettor name (Gambino)
- combo (3-2)
- bet (1000)
That's a three column table.
You could use a spreadsheet for this
This would work well with the AI2 advanced list blocks.
