Made dictionary keys a bit more descriptive

This commit is contained in:
Daan Koning
2022-11-22 17:51:14 +01:00
parent e97fba765d
commit 6862691b6b

View File

@@ -51,7 +51,7 @@ def process_data(matches: Iterable, include_started_matches: bool = True) -> Gen
yield {
"match_name": match_name,
"match_start_time": start_time,
"time_to_start": time_to_start,
"hours_to_start": time_to_start,
"league": league,
"best_outcome_odds": best_odd_per_outcome,
"total_implied_odds": total_implied_odds,