I'll query the database to show you the actual raw data that identifies draws in MTGO matches.
Perfect! Here's the specific source data showing how MTGO draws are recorded:
From the Modern Challenge 32 on October 13, 2025, here are actual match records:
Example Entries:
matches.result = 'DRAW'result = 'DRAW'result = 'DRAW'Key Database Fields:
tournament_entries.draws = total draws for that player's tournament runmatches.result = individual match result ('WIN', 'LOSS', or 'DRAW')matches.mirror = 0 (false, indicating it wasn't a mirror match)How it works:
result field explicitly set to 'DRAW'draws count matches the number of DRAW result rows for that playerThe data shows MTGO definitively reports draws as a distinct match outcome, not inferred from time or other factors.
Sources: Data from Modern Challenge 32 (MTGO, Oct 13, 2025) - https://www.mtgo.com/decklist/modern-challenge-32-2025-10-1312657295