From 255dbceddf784e679728c6d52e66b71d1e0a344f Mon Sep 17 00:00:00 2001 From: Greg Albert Date: Tue, 28 Jul 2026 20:48:45 -0400 Subject: [PATCH] Fix the Best Bets Failure; remove duplicates on front page --- .github/workflows/nightly.yml | 1 - cache/competition_status.json | 498 +- cache/last_updated.json | 514 +- cache/match_hubs.json | 1356 +- cache/matchup_edge_history.json | 6 +- cache/odds_history.json | 78 +- cache/player_props.json | 6 +- cache/player_stats.json | 161268 +------------------------ cache/playoff_probabilities.json | 6 +- cache/points_table.json | 6 +- cache/rivalries.json | 176659 +--------------------------- cache/run_manifest.json | 70 +- cache/schedule.json | 268 +- cache/shot_locations.json | 6 +- cache/team_form.json | 18213 +-- cache/todays_matches.json | 454 +- cache/value_bets.json | 20 +- cache/venue_stats.json | 2565 +- data_files/best_bets_today.json | 5 +- pages_app/todays_matches.py | 39 +- pages_app/value_bets.py | 20 +- pipeline/fetch_fixtures.py | 40 +- predictions.py | 42 +- scripts/export_best_bets.py | 59 +- tests/test_match_intelligence.py | 16 +- utils/browser_time.py | 16 +- utils/data.py | 63 +- 27 files changed, 617 insertions(+), 361677 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index dc35865..24fbe4b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -107,7 +107,6 @@ jobs: run: | mkdir -p scripts python scripts/export_best_bets.py - continue-on-error: true - name: Commit best_bets_today.json if: ${{ github.event.inputs.dry_run != 'true' }} diff --git a/cache/competition_status.json b/cache/competition_status.json index 65cf1c5..fd331ee 100644 --- a/cache/competition_status.json +++ b/cache/competition_status.json @@ -1,12 +1,12 @@ { - "generated_at": "2026-07-28T07:02:35.626276+00:00", - "source_run_id": "7a41dae3-137c-4331-8a47-d53159a35438", - "source_status": "ready", + "generated_at": "2026-07-29T00:39:23.002578+00:00", + "source_run_id": "043a3aeb-c2c0-4ffd-a02e-7de348d07af2", + "source_status": "partial", "schema_version": 1, "is_mock": false, "data": { "schema_version": 1, - "generated_at": "2026-07-28T07:02:35.420053+00:00", + "generated_at": "2026-07-29T00:39:22.735390+00:00", "competitions": { "ipl_male": { "competition": "ipl_male", @@ -20,16 +20,13 @@ "odds_found": false, "draftkings_available": false, "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "completed_matches": 1243, - "ready": true - }, - "model_ready": true, - "qualifying_bets": 0, + "historical_data_ready": false, + "historical_coverage": {}, + "model_ready": false, + "qualifying_bets": 1, "reason": "no_fixtures", "status": "no_fixtures", - "updated_at": "2026-07-28T07:02:35.419929+00:00" + "updated_at": "2026-07-29T00:39:22.735351+00:00" }, "international_t20": { "competition": "international_t20", @@ -37,154 +34,43 @@ "format": "T20", "gender": "male", "fixtures_found": true, - "fixtures_count": 8, + "fixtures_count": 2, "provisional_fixtures": 0, "fixture_sources": [ "cricketdata" ], - "odds_found": false, + "odds_found": true, "draftkings_available": false, "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "competition": "international_t20", - "dataset": "t20_internationals", - "seasons": [ - "2004/05", - "2005", - "2005/06", - "2006", - "2006/07", - "2007", - "2007/08", - "2008", - "2008/09", - "2009", - "2009/10", - "2010", - "2010/11", - "2011", - "2011/12", - "2012", - "2012/13", - "2013", - "2013/14", - "2014", - "2014/15", - "2015", - "2015/16", - "2016", - "2016/17", - "2017", - "2017/18", - "2018", - "2018/19", - "2019", - "2019/20", - "2020", - "2020/21", - "2021", - "2021/22", - "2022", - "2022/23", - "2023", - "2023/24", - "2024", - "2024/25", - "2025", - "2025/26", - "2026" - ], - "completed_matches": 5550, - "team_identity_rate": 1.0, - "player_identity_rate": 1.0, - "last_update": "2026-07-28T07:01:10.675749+00:00", - "ready": true - }, + "historical_data_ready": false, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, "reason": "no_draftkings_market", "status": "no_draftkings_market", - "updated_at": "2026-07-28T07:02:35.419954+00:00" + "updated_at": "2026-07-29T00:39:22.735364+00:00" }, "odi_internationals": { "competition": "odi_internationals", "competition_name": "ODI internationals", "format": "ODI", "gender": "male", - "fixtures_found": false, - "fixtures_count": 0, - "provisional_fixtures": 0, - "fixture_sources": [], - "odds_found": false, - "draftkings_available": false, - "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "competition": "odi_internationals", - "dataset": "odis", - "seasons": [ - "2002", - "2002/03", - "2003", - "2003/04", - "2004", - "2004/05", - "2005", - "2005/06", - "2006", - "2006/07", - "2007", - "2007/08", - "2008", - "2008/09", - "2009", - "2009/10", - "2010", - "2010/11", - "2011", - "2011/12", - "2012", - "2012/13", - "2013", - "2013/14", - "2014", - "2014/15", - "2015", - "2015/16", - "2016", - "2016/17", - "2017", - "2017/18", - "2018", - "2018/19", - "2019", - "2019/20", - "2020", - "2020/21", - "2021", - "2021/22", - "2022", - "2022/23", - "2023", - "2023/24", - "2024", - "2024/25", - "2025", - "2025/26", - "2026" - ], - "completed_matches": 3152, - "team_identity_rate": 1.0, - "player_identity_rate": 1.0, - "last_update": "2026-07-28T07:01:30.392597+00:00", - "ready": true - }, + "fixtures_found": true, + "fixtures_count": 1, + "provisional_fixtures": 1, + "fixture_sources": [ + "odds_api" + ], + "odds_found": true, + "draftkings_available": true, + "draftkings_events": 1, + "historical_data_ready": false, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, - "reason": "no_fixtures", - "status": "no_fixtures", - "updated_at": "2026-07-28T07:02:35.419963+00:00" + "reason": "historical_data_insufficient", + "status": "historical_data_insufficient", + "updated_at": "2026-07-29T00:39:22.735368+00:00" }, "big_bash": { "competition": "big_bash", @@ -198,38 +84,13 @@ "odds_found": false, "draftkings_available": false, "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "competition": "big_bash", - "dataset": "big_bash", - "seasons": [ - "2011/12", - "2012/13", - "2013/14", - "2014/15", - "2015/16", - "2016/17", - "2017/18", - "2018/19", - "2019/20", - "2020/21", - "2021/22", - "2022/23", - "2023/24", - "2024/25", - "2025/26" - ], - "completed_matches": 662, - "team_identity_rate": 1.0, - "player_identity_rate": 1.0, - "last_update": "2026-07-28T07:01:36.147744+00:00", - "ready": true - }, + "historical_data_ready": false, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, "reason": "no_fixtures", "status": "no_fixtures", - "updated_at": "2026-07-28T07:02:35.419971+00:00" + "updated_at": "2026-07-29T00:39:22.735371+00:00" }, "psl": { "competition": "psl", @@ -243,35 +104,13 @@ "odds_found": false, "draftkings_available": false, "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "competition": "psl", - "dataset": "psl", - "seasons": [ - "2015/16", - "2016/17", - "2017/18", - "2018/19", - "2019/20", - "2020/21", - "2021", - "2021/22", - "2022/23", - "2023/24", - "2025", - "2026" - ], - "completed_matches": 357, - "team_identity_rate": 1.0, - "player_identity_rate": 1.0, - "last_update": "2026-07-28T07:01:40.121650+00:00", - "ready": true - }, + "historical_data_ready": false, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, "reason": "no_fixtures", "status": "no_fixtures", - "updated_at": "2026-07-28T07:02:35.419979+00:00" + "updated_at": "2026-07-29T00:39:22.735373+00:00" }, "cpl": { "competition": "cpl", @@ -285,36 +124,13 @@ "odds_found": false, "draftkings_available": false, "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "competition": "cpl", - "dataset": "cpl", - "seasons": [ - "2013", - "2014", - "2015", - "2016", - "2017", - "2018", - "2019", - "2020", - "2021", - "2022", - "2023", - "2024", - "2025" - ], - "completed_matches": 407, - "team_identity_rate": 1.0, - "player_identity_rate": 1.0, - "last_update": "2026-07-28T07:01:44.478823+00:00", - "ready": true - }, + "historical_data_ready": false, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, "reason": "no_fixtures", "status": "no_fixtures", - "updated_at": "2026-07-28T07:02:35.419986+00:00" + "updated_at": "2026-07-29T00:39:22.735375+00:00" }, "t20_world_cup": { "competition": "t20_world_cup", @@ -328,117 +144,33 @@ "odds_found": false, "draftkings_available": false, "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "competition": "t20_world_cup", - "dataset": "t20_world_cup", - "seasons": [ - "2010", - "2013", - "2013/14", - "2014/15", - "2015", - "2015/16", - "2016", - "2016/17", - "2017", - "2017/18", - "2018", - "2018/19", - "2024" - ], - "completed_matches": 320, - "team_identity_rate": 1.0, - "player_identity_rate": 1.0, - "last_update": "2026-07-28T07:01:48.641840+00:00", - "ready": true - }, + "historical_data_ready": false, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, "reason": "no_fixtures", "status": "no_fixtures", - "updated_at": "2026-07-28T07:02:35.419994+00:00" + "updated_at": "2026-07-29T00:39:22.735377+00:00" }, "odi_world_cup": { "competition": "odi_world_cup", "competition_name": "ICC World Cup", "format": "ODI", "gender": "male", - "fixtures_found": true, - "fixtures_count": 2, + "fixtures_found": false, + "fixtures_count": 0, "provisional_fixtures": 0, - "fixture_sources": [ - "cricketdata" - ], + "fixture_sources": [], "odds_found": false, "draftkings_available": false, "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "competition": "odi_world_cup", - "dataset": "odi_world_cup", - "seasons": [ - "2002", - "2002/03", - "2003", - "2003/04", - "2004", - "2004/05", - "2005", - "2005/06", - "2006", - "2006/07", - "2007", - "2007/08", - "2008", - "2008/09", - "2009", - "2009/10", - "2010", - "2010/11", - "2011", - "2011/12", - "2012", - "2012/13", - "2013", - "2013/14", - "2014", - "2014/15", - "2015", - "2015/16", - "2016", - "2016/17", - "2017", - "2017/18", - "2018", - "2018/19", - "2019", - "2019/20", - "2020", - "2020/21", - "2021", - "2021/22", - "2022", - "2022/23", - "2023", - "2023/24", - "2024", - "2024/25", - "2025", - "2025/26", - "2026" - ], - "completed_matches": 3152, - "team_identity_rate": 1.0, - "player_identity_rate": 1.0, - "last_update": "2026-07-28T07:02:07.756159+00:00", - "ready": true - }, + "historical_data_ready": false, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, - "reason": "no_draftkings_market", - "status": "no_draftkings_market", - "updated_at": "2026-07-28T07:02:35.420010+00:00" + "reason": "no_fixtures", + "status": "no_fixtures", + "updated_at": "2026-07-29T00:39:22.735379+00:00" }, "mlc": { "competition": "mlc", @@ -452,27 +184,13 @@ "odds_found": false, "draftkings_available": false, "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "competition": "mlc", - "dataset": "mlc", - "seasons": [ - "2023", - "2024", - "2025", - "2026" - ], - "completed_matches": 105, - "team_identity_rate": 1.0, - "player_identity_rate": 1.0, - "last_update": "2026-07-28T07:02:09.863750+00:00", - "ready": true - }, + "historical_data_ready": false, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, "reason": "no_fixtures", "status": "no_fixtures", - "updated_at": "2026-07-28T07:02:35.420019+00:00" + "updated_at": "2026-07-29T00:39:22.735381+00:00" }, "lanka_premier_league": { "competition": "lanka_premier_league", @@ -480,7 +198,7 @@ "format": "T20", "gender": "male", "fixtures_found": true, - "fixtures_count": 4, + "fixtures_count": 1, "provisional_fixtures": 0, "fixture_sources": [ "cricketdata" @@ -488,28 +206,13 @@ "odds_found": false, "draftkings_available": false, "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "competition": "lanka_premier_league", - "dataset": "lanka_premier_league", - "seasons": [ - "2020/21", - "2021/22", - "2022/23", - "2023", - "2024" - ], - "completed_matches": 119, - "team_identity_rate": 1.0, - "player_identity_rate": 1.0, - "last_update": "2026-07-28T07:02:12.341158+00:00", - "ready": true - }, + "historical_data_ready": false, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, "reason": "no_draftkings_market", "status": "no_draftkings_market", - "updated_at": "2026-07-28T07:02:35.420028+00:00" + "updated_at": "2026-07-29T00:39:22.735383+00:00" }, "test_matches": { "competition": "test_matches", @@ -523,72 +226,13 @@ "odds_found": false, "draftkings_available": false, "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "competition": "test_matches", - "dataset": "tests", - "seasons": [ - "2001/02", - "2002/03", - "2003", - "2003/04", - "2004", - "2004/05", - "2005", - "2005/06", - "2006", - "2006/07", - "2007", - "2007/08", - "2008", - "2008/09", - "2009", - "2009/10", - "2010", - "2010/11", - "2011", - "2011/12", - "2012", - "2012/13", - "2013", - "2013/14", - "2014", - "2014/15", - "2015", - "2015/16", - "2016", - "2016/17", - "2017", - "2017/18", - "2018", - "2018/19", - "2019", - "2019/20", - "2020", - "2020/21", - "2021", - "2021/22", - "2022", - "2022/23", - "2023", - "2023/24", - "2024", - "2024/25", - "2025", - "2025/26", - "2026" - ], - "completed_matches": 910, - "team_identity_rate": 1.0, - "player_identity_rate": 1.0, - "last_update": "2026-07-28T07:02:26.007945+00:00", - "ready": true - }, + "historical_data_ready": false, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, "reason": "no_fixtures", "status": "no_fixtures", - "updated_at": "2026-07-28T07:02:35.420035+00:00" + "updated_at": "2026-07-29T00:39:22.735385+00:00" }, "womens_bbl": { "competition": "womens_bbl", @@ -603,21 +247,12 @@ "draftkings_available": false, "draftkings_events": 0, "historical_data_ready": false, - "historical_coverage": { - "competition": "womens_bbl", - "dataset": "womens_bbl", - "seasons": [], - "completed_matches": 0, - "team_identity_rate": 0.0, - "player_identity_rate": 0.0, - "last_update": "2026-07-28T07:02:26.460841+00:00", - "ready": false - }, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, "reason": "no_fixtures", "status": "no_fixtures", - "updated_at": "2026-07-28T07:02:35.420043+00:00" + "updated_at": "2026-07-29T00:39:22.735387+00:00" }, "womens_international_t20": { "competition": "womens_international_t20", @@ -632,21 +267,12 @@ "draftkings_available": false, "draftkings_events": 0, "historical_data_ready": false, - "historical_coverage": { - "competition": "womens_international_t20", - "dataset": "womens_t20_internationals", - "seasons": [], - "completed_matches": 0, - "team_identity_rate": 0.0, - "player_identity_rate": 0.0, - "last_update": "2026-07-28T07:02:26.898112+00:00", - "ready": false - }, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, "reason": "no_fixtures", "status": "no_fixtures", - "updated_at": "2026-07-28T07:02:35.420050+00:00" + "updated_at": "2026-07-29T00:39:22.735389+00:00" } } } diff --git a/cache/last_updated.json b/cache/last_updated.json index 11372a6..7b3e783 100644 --- a/cache/last_updated.json +++ b/cache/last_updated.json @@ -1,24 +1,26 @@ { - "generated_at": "2026-07-28T07:02:35.812399+00:00", - "source_run_id": "7a41dae3-137c-4331-8a47-d53159a35438", - "source_status": "ready", + "generated_at": "2026-07-29T00:39:23.317118+00:00", + "source_run_id": "043a3aeb-c2c0-4ffd-a02e-7de348d07af2", + "source_status": "partial", "schema_version": 1, "is_mock": false, "data": { - "timestamp": "2026-07-28T07:02:35.812390+00:00", - "run_id": "7a41dae3-137c-4331-8a47-d53159a35438", - "matches_count": 14, + "timestamp": "2026-07-29T00:39:23.317104+00:00", + "run_id": "043a3aeb-c2c0-4ffd-a02e-7de348d07af2", + "matches_count": 4, "props_count": 0, - "value_bets_count": 0, + "value_bets_count": 1, "monte_carlo_sims": 0, "matchup_bets_analysed": 0, "prediction_log_records": 0, - "rivalry_records": 3150, - "match_hubs_count": 14, - "errors": {}, + "rivalry_records": 0, + "match_hubs_count": 4, + "errors": { + "cricsheet": "Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'.\nA suitable version of pyarrow or fastparquet is required for parquet support.\nTrying to import the above resulted in these errors:\n - `Import pyarrow` failed. pyarrow is required for parquet support. Use pip or conda to install the pyarrow package.\n - `Import fastparquet` failed. fastparquet is required for parquet support. Use pip or conda to install the fastparquet package." + }, "competition_status": { "schema_version": 1, - "generated_at": "2026-07-28T07:02:35.420053+00:00", + "generated_at": "2026-07-29T00:39:22.735390+00:00", "competitions": { "ipl_male": { "competition": "ipl_male", @@ -32,16 +34,13 @@ "odds_found": false, "draftkings_available": false, "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "completed_matches": 1243, - "ready": true - }, - "model_ready": true, - "qualifying_bets": 0, + "historical_data_ready": false, + "historical_coverage": {}, + "model_ready": false, + "qualifying_bets": 1, "reason": "no_fixtures", "status": "no_fixtures", - "updated_at": "2026-07-28T07:02:35.419929+00:00" + "updated_at": "2026-07-29T00:39:22.735351+00:00" }, "international_t20": { "competition": "international_t20", @@ -49,154 +48,43 @@ "format": "T20", "gender": "male", "fixtures_found": true, - "fixtures_count": 8, + "fixtures_count": 2, "provisional_fixtures": 0, "fixture_sources": [ "cricketdata" ], - "odds_found": false, + "odds_found": true, "draftkings_available": false, "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "competition": "international_t20", - "dataset": "t20_internationals", - "seasons": [ - "2004/05", - "2005", - "2005/06", - "2006", - "2006/07", - "2007", - "2007/08", - "2008", - "2008/09", - "2009", - "2009/10", - "2010", - "2010/11", - "2011", - "2011/12", - "2012", - "2012/13", - "2013", - "2013/14", - "2014", - "2014/15", - "2015", - "2015/16", - "2016", - "2016/17", - "2017", - "2017/18", - "2018", - "2018/19", - "2019", - "2019/20", - "2020", - "2020/21", - "2021", - "2021/22", - "2022", - "2022/23", - "2023", - "2023/24", - "2024", - "2024/25", - "2025", - "2025/26", - "2026" - ], - "completed_matches": 5550, - "team_identity_rate": 1.0, - "player_identity_rate": 1.0, - "last_update": "2026-07-28T07:01:10.675749+00:00", - "ready": true - }, + "historical_data_ready": false, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, "reason": "no_draftkings_market", "status": "no_draftkings_market", - "updated_at": "2026-07-28T07:02:35.419954+00:00" + "updated_at": "2026-07-29T00:39:22.735364+00:00" }, "odi_internationals": { "competition": "odi_internationals", "competition_name": "ODI internationals", "format": "ODI", "gender": "male", - "fixtures_found": false, - "fixtures_count": 0, - "provisional_fixtures": 0, - "fixture_sources": [], - "odds_found": false, - "draftkings_available": false, - "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "competition": "odi_internationals", - "dataset": "odis", - "seasons": [ - "2002", - "2002/03", - "2003", - "2003/04", - "2004", - "2004/05", - "2005", - "2005/06", - "2006", - "2006/07", - "2007", - "2007/08", - "2008", - "2008/09", - "2009", - "2009/10", - "2010", - "2010/11", - "2011", - "2011/12", - "2012", - "2012/13", - "2013", - "2013/14", - "2014", - "2014/15", - "2015", - "2015/16", - "2016", - "2016/17", - "2017", - "2017/18", - "2018", - "2018/19", - "2019", - "2019/20", - "2020", - "2020/21", - "2021", - "2021/22", - "2022", - "2022/23", - "2023", - "2023/24", - "2024", - "2024/25", - "2025", - "2025/26", - "2026" - ], - "completed_matches": 3152, - "team_identity_rate": 1.0, - "player_identity_rate": 1.0, - "last_update": "2026-07-28T07:01:30.392597+00:00", - "ready": true - }, + "fixtures_found": true, + "fixtures_count": 1, + "provisional_fixtures": 1, + "fixture_sources": [ + "odds_api" + ], + "odds_found": true, + "draftkings_available": true, + "draftkings_events": 1, + "historical_data_ready": false, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, - "reason": "no_fixtures", - "status": "no_fixtures", - "updated_at": "2026-07-28T07:02:35.419963+00:00" + "reason": "historical_data_insufficient", + "status": "historical_data_insufficient", + "updated_at": "2026-07-29T00:39:22.735368+00:00" }, "big_bash": { "competition": "big_bash", @@ -210,38 +98,13 @@ "odds_found": false, "draftkings_available": false, "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "competition": "big_bash", - "dataset": "big_bash", - "seasons": [ - "2011/12", - "2012/13", - "2013/14", - "2014/15", - "2015/16", - "2016/17", - "2017/18", - "2018/19", - "2019/20", - "2020/21", - "2021/22", - "2022/23", - "2023/24", - "2024/25", - "2025/26" - ], - "completed_matches": 662, - "team_identity_rate": 1.0, - "player_identity_rate": 1.0, - "last_update": "2026-07-28T07:01:36.147744+00:00", - "ready": true - }, + "historical_data_ready": false, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, "reason": "no_fixtures", "status": "no_fixtures", - "updated_at": "2026-07-28T07:02:35.419971+00:00" + "updated_at": "2026-07-29T00:39:22.735371+00:00" }, "psl": { "competition": "psl", @@ -255,35 +118,13 @@ "odds_found": false, "draftkings_available": false, "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "competition": "psl", - "dataset": "psl", - "seasons": [ - "2015/16", - "2016/17", - "2017/18", - "2018/19", - "2019/20", - "2020/21", - "2021", - "2021/22", - "2022/23", - "2023/24", - "2025", - "2026" - ], - "completed_matches": 357, - "team_identity_rate": 1.0, - "player_identity_rate": 1.0, - "last_update": "2026-07-28T07:01:40.121650+00:00", - "ready": true - }, + "historical_data_ready": false, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, "reason": "no_fixtures", "status": "no_fixtures", - "updated_at": "2026-07-28T07:02:35.419979+00:00" + "updated_at": "2026-07-29T00:39:22.735373+00:00" }, "cpl": { "competition": "cpl", @@ -297,36 +138,13 @@ "odds_found": false, "draftkings_available": false, "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "competition": "cpl", - "dataset": "cpl", - "seasons": [ - "2013", - "2014", - "2015", - "2016", - "2017", - "2018", - "2019", - "2020", - "2021", - "2022", - "2023", - "2024", - "2025" - ], - "completed_matches": 407, - "team_identity_rate": 1.0, - "player_identity_rate": 1.0, - "last_update": "2026-07-28T07:01:44.478823+00:00", - "ready": true - }, + "historical_data_ready": false, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, "reason": "no_fixtures", "status": "no_fixtures", - "updated_at": "2026-07-28T07:02:35.419986+00:00" + "updated_at": "2026-07-29T00:39:22.735375+00:00" }, "t20_world_cup": { "competition": "t20_world_cup", @@ -340,117 +158,33 @@ "odds_found": false, "draftkings_available": false, "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "competition": "t20_world_cup", - "dataset": "t20_world_cup", - "seasons": [ - "2010", - "2013", - "2013/14", - "2014/15", - "2015", - "2015/16", - "2016", - "2016/17", - "2017", - "2017/18", - "2018", - "2018/19", - "2024" - ], - "completed_matches": 320, - "team_identity_rate": 1.0, - "player_identity_rate": 1.0, - "last_update": "2026-07-28T07:01:48.641840+00:00", - "ready": true - }, + "historical_data_ready": false, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, "reason": "no_fixtures", "status": "no_fixtures", - "updated_at": "2026-07-28T07:02:35.419994+00:00" + "updated_at": "2026-07-29T00:39:22.735377+00:00" }, "odi_world_cup": { "competition": "odi_world_cup", "competition_name": "ICC World Cup", "format": "ODI", "gender": "male", - "fixtures_found": true, - "fixtures_count": 2, + "fixtures_found": false, + "fixtures_count": 0, "provisional_fixtures": 0, - "fixture_sources": [ - "cricketdata" - ], + "fixture_sources": [], "odds_found": false, "draftkings_available": false, "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "competition": "odi_world_cup", - "dataset": "odi_world_cup", - "seasons": [ - "2002", - "2002/03", - "2003", - "2003/04", - "2004", - "2004/05", - "2005", - "2005/06", - "2006", - "2006/07", - "2007", - "2007/08", - "2008", - "2008/09", - "2009", - "2009/10", - "2010", - "2010/11", - "2011", - "2011/12", - "2012", - "2012/13", - "2013", - "2013/14", - "2014", - "2014/15", - "2015", - "2015/16", - "2016", - "2016/17", - "2017", - "2017/18", - "2018", - "2018/19", - "2019", - "2019/20", - "2020", - "2020/21", - "2021", - "2021/22", - "2022", - "2022/23", - "2023", - "2023/24", - "2024", - "2024/25", - "2025", - "2025/26", - "2026" - ], - "completed_matches": 3152, - "team_identity_rate": 1.0, - "player_identity_rate": 1.0, - "last_update": "2026-07-28T07:02:07.756159+00:00", - "ready": true - }, + "historical_data_ready": false, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, - "reason": "no_draftkings_market", - "status": "no_draftkings_market", - "updated_at": "2026-07-28T07:02:35.420010+00:00" + "reason": "no_fixtures", + "status": "no_fixtures", + "updated_at": "2026-07-29T00:39:22.735379+00:00" }, "mlc": { "competition": "mlc", @@ -464,27 +198,13 @@ "odds_found": false, "draftkings_available": false, "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "competition": "mlc", - "dataset": "mlc", - "seasons": [ - "2023", - "2024", - "2025", - "2026" - ], - "completed_matches": 105, - "team_identity_rate": 1.0, - "player_identity_rate": 1.0, - "last_update": "2026-07-28T07:02:09.863750+00:00", - "ready": true - }, + "historical_data_ready": false, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, "reason": "no_fixtures", "status": "no_fixtures", - "updated_at": "2026-07-28T07:02:35.420019+00:00" + "updated_at": "2026-07-29T00:39:22.735381+00:00" }, "lanka_premier_league": { "competition": "lanka_premier_league", @@ -492,7 +212,7 @@ "format": "T20", "gender": "male", "fixtures_found": true, - "fixtures_count": 4, + "fixtures_count": 1, "provisional_fixtures": 0, "fixture_sources": [ "cricketdata" @@ -500,28 +220,13 @@ "odds_found": false, "draftkings_available": false, "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "competition": "lanka_premier_league", - "dataset": "lanka_premier_league", - "seasons": [ - "2020/21", - "2021/22", - "2022/23", - "2023", - "2024" - ], - "completed_matches": 119, - "team_identity_rate": 1.0, - "player_identity_rate": 1.0, - "last_update": "2026-07-28T07:02:12.341158+00:00", - "ready": true - }, + "historical_data_ready": false, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, "reason": "no_draftkings_market", "status": "no_draftkings_market", - "updated_at": "2026-07-28T07:02:35.420028+00:00" + "updated_at": "2026-07-29T00:39:22.735383+00:00" }, "test_matches": { "competition": "test_matches", @@ -535,72 +240,13 @@ "odds_found": false, "draftkings_available": false, "draftkings_events": 0, - "historical_data_ready": true, - "historical_coverage": { - "competition": "test_matches", - "dataset": "tests", - "seasons": [ - "2001/02", - "2002/03", - "2003", - "2003/04", - "2004", - "2004/05", - "2005", - "2005/06", - "2006", - "2006/07", - "2007", - "2007/08", - "2008", - "2008/09", - "2009", - "2009/10", - "2010", - "2010/11", - "2011", - "2011/12", - "2012", - "2012/13", - "2013", - "2013/14", - "2014", - "2014/15", - "2015", - "2015/16", - "2016", - "2016/17", - "2017", - "2017/18", - "2018", - "2018/19", - "2019", - "2019/20", - "2020", - "2020/21", - "2021", - "2021/22", - "2022", - "2022/23", - "2023", - "2023/24", - "2024", - "2024/25", - "2025", - "2025/26", - "2026" - ], - "completed_matches": 910, - "team_identity_rate": 1.0, - "player_identity_rate": 1.0, - "last_update": "2026-07-28T07:02:26.007945+00:00", - "ready": true - }, + "historical_data_ready": false, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, "reason": "no_fixtures", "status": "no_fixtures", - "updated_at": "2026-07-28T07:02:35.420035+00:00" + "updated_at": "2026-07-29T00:39:22.735385+00:00" }, "womens_bbl": { "competition": "womens_bbl", @@ -615,21 +261,12 @@ "draftkings_available": false, "draftkings_events": 0, "historical_data_ready": false, - "historical_coverage": { - "competition": "womens_bbl", - "dataset": "womens_bbl", - "seasons": [], - "completed_matches": 0, - "team_identity_rate": 0.0, - "player_identity_rate": 0.0, - "last_update": "2026-07-28T07:02:26.460841+00:00", - "ready": false - }, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, "reason": "no_fixtures", "status": "no_fixtures", - "updated_at": "2026-07-28T07:02:35.420043+00:00" + "updated_at": "2026-07-29T00:39:22.735387+00:00" }, "womens_international_t20": { "competition": "womens_international_t20", @@ -644,21 +281,12 @@ "draftkings_available": false, "draftkings_events": 0, "historical_data_ready": false, - "historical_coverage": { - "competition": "womens_international_t20", - "dataset": "womens_t20_internationals", - "seasons": [], - "completed_matches": 0, - "team_identity_rate": 0.0, - "player_identity_rate": 0.0, - "last_update": "2026-07-28T07:02:26.898112+00:00", - "ready": false - }, + "historical_coverage": {}, "model_ready": false, "qualifying_bets": 0, "reason": "no_fixtures", "status": "no_fixtures", - "updated_at": "2026-07-28T07:02:35.420050+00:00" + "updated_at": "2026-07-29T00:39:22.735389+00:00" } } } diff --git a/cache/match_hubs.json b/cache/match_hubs.json index cc0f79f..66e0806 100644 --- a/cache/match_hubs.json +++ b/cache/match_hubs.json @@ -1,172 +1,25 @@ { - "generated_at": "2026-07-28T07:02:35.810359+00:00", - "source_run_id": "7a41dae3-137c-4331-8a47-d53159a35438", - "source_status": "ready", + "generated_at": "2026-07-29T00:39:23.246048+00:00", + "source_run_id": "043a3aeb-c2c0-4ffd-a02e-7de348d07af2", + "source_status": "partial", "schema_version": 1, "is_mock": false, "data": { "schema_version": 1, - "generated_at": "2026-07-28T07:02:35.426358+00:00", + "generated_at": "2026-07-29T00:39:22.738997+00:00", "matches": { - "278a67eb-76f6-4881-aa6b-f164cffb6a90": { + "1fa3bd8a-4bac-4ebb-b022-aba8281467e3": { "match": { - "match_id": "278a67eb-76f6-4881-aa6b-f164cffb6a90", - "team1": "Namibia Women", + "match_id": "1fa3bd8a-4bac-4ebb-b022-aba8281467e3", + "team1": "Tanzania Women", "team2": "Uganda Women", "venue": "Namibia Cricket Ground, Windhoek", - "time": "00:00 IST", - "status": null - }, - "prediction": { - "team1_win_prob": 0.4846, - "team2_win_prob": 0.5154, - "predicted_total": null, - "predicted_first_innings": null - }, - "market": { - "team1_implied_prob": null, - "team2_implied_prob": null, - "total_line": null - }, - "venue": { - "avg_first_innings": 207.2, - "chase_win_rate": 0.75 - }, - "weather": { - "temperature": 28, - "humidity": 60, - "dew_flag": false, - "windspeed": 10 - }, - "team_form": { - "team1": [], - "team2": [] - }, - "key_rivalries": [], - "top_props": [], - "data_status": { - "fixtures": "available", - "odds": "unavailable", - "weather": "available", - "rivalries": "unavailable" - } - }, - "d8418e67-7eb7-4502-8977-52956fbd1358": { - "match": { - "match_id": "d8418e67-7eb7-4502-8977-52956fbd1358", - "team1": "Hong Kong", - "team2": "TBD", - "venue": "Namibia Cricket Ground, Windhoek", - "time": "00:00 IST", - "status": null - }, - "prediction": { - "team1_win_prob": 0.4846, - "team2_win_prob": 0.5154, - "predicted_total": null, - "predicted_first_innings": null - }, - "market": { - "team1_implied_prob": null, - "team2_implied_prob": null, - "total_line": null - }, - "venue": { - "avg_first_innings": 207.2, - "chase_win_rate": 0.75 - }, - "weather": { - "temperature": 28, - "humidity": 60, - "dew_flag": false, - "windspeed": 10 - }, - "team_form": { - "team1": [ - { - "match_id": 1153246, - "date": "2018-09-18", - "innings": 2, - "opponent": "India", - "result": "L", - "score": 259, - "opp_score": 285, - "wickets": 8, - "powerplay_runs": 26, - "death_economy": 8.0 - }, - { - "match_id": 1153244, - "date": "2018-09-16", - "innings": 1, - "opponent": "Pakistan", - "result": "L", - "score": 116, - "opp_score": 120, - "wickets": 10, - "powerplay_runs": 22, - "death_economy": 5.5 - }, - { - "match_id": 1133023, - "date": "2018-03-17", - "innings": 2, - "opponent": "Papua New Guinea", - "result": "L", - "score": 142, - "opp_score": 200, - "wickets": 10, - "powerplay_runs": 48, - "death_economy": 5.75 - }, - { - "match_id": 1133012, - "date": "2018-03-10", - "innings": 2, - "opponent": "Zimbabwe", - "result": "L", - "score": 174, - "opp_score": 263, - "wickets": 10, - "powerplay_runs": 22, - "death_economy": 7.5 - }, - { - "match_id": 1133005, - "date": "2018-03-06", - "innings": 1, - "opponent": "Scotland", - "result": "L", - "score": 91, - "opp_score": 92, - "wickets": 10, - "powerplay_runs": 22, - "death_economy": 5.75 - } - ], - "team2": [] - }, - "key_rivalries": [], - "top_props": [], - "data_status": { - "fixtures": "available", - "odds": "unavailable", - "weather": "available", - "rivalries": "unavailable" - } - }, - "685a5ac9-74f3-40af-99a7-7d06d05dba8a": { - "match": { - "match_id": "685a5ac9-74f3-40af-99a7-7d06d05dba8a", - "team1": "Hong Kong", - "team2": "TBD", - "venue": "High Performance Oval, Windhoek", - "time": "00:00 IST", + "time": "04:00 IST", "status": null }, "prediction": { - "team1_win_prob": 0.4846, - "team2_win_prob": 0.5154, + "team1_win_prob": 0.5122, + "team2_win_prob": 0.4878, "predicted_total": null, "predicted_first_innings": null }, @@ -175,114 +28,7 @@ "team2_implied_prob": null, "total_line": null }, - "venue": { - "avg_first_innings": 126.6, - "chase_win_rate": 0.25 - }, - "weather": { - "temperature": 28, - "humidity": 60, - "dew_flag": false, - "windspeed": 10 - }, - "team_form": { - "team1": [ - { - "match_id": 1153246, - "date": "2018-09-18", - "innings": 2, - "opponent": "India", - "result": "L", - "score": 259, - "opp_score": 285, - "wickets": 8, - "powerplay_runs": 26, - "death_economy": 8.0 - }, - { - "match_id": 1153244, - "date": "2018-09-16", - "innings": 1, - "opponent": "Pakistan", - "result": "L", - "score": 116, - "opp_score": 120, - "wickets": 10, - "powerplay_runs": 22, - "death_economy": 5.5 - }, - { - "match_id": 1133023, - "date": "2018-03-17", - "innings": 2, - "opponent": "Papua New Guinea", - "result": "L", - "score": 142, - "opp_score": 200, - "wickets": 10, - "powerplay_runs": 48, - "death_economy": 5.75 - }, - { - "match_id": 1133012, - "date": "2018-03-10", - "innings": 2, - "opponent": "Zimbabwe", - "result": "L", - "score": 174, - "opp_score": 263, - "wickets": 10, - "powerplay_runs": 22, - "death_economy": 7.5 - }, - { - "match_id": 1133005, - "date": "2018-03-06", - "innings": 1, - "opponent": "Scotland", - "result": "L", - "score": 91, - "opp_score": 92, - "wickets": 10, - "powerplay_runs": 22, - "death_economy": 5.75 - } - ], - "team2": [] - }, - "key_rivalries": [], - "top_props": [], - "data_status": { - "fixtures": "available", - "odds": "unavailable", - "weather": "available", - "rivalries": "unavailable" - } - }, - "5a25c097-b127-4df0-925b-aab7743db3ae": { - "match": { - "match_id": "5a25c097-b127-4df0-925b-aab7743db3ae", - "team1": "Namibia Women", - "team2": "Tanzania Women", - "venue": "High Performance Oval, Windhoek", - "time": "00:00 IST", - "status": null - }, - "prediction": { - "team1_win_prob": 0.4846, - "team2_win_prob": 0.5154, - "predicted_total": null, - "predicted_first_innings": null - }, - "market": { - "team1_implied_prob": null, - "team2_implied_prob": null, - "total_line": null - }, - "venue": { - "avg_first_innings": 126.6, - "chase_win_rate": 0.25 - }, + "venue": {}, "weather": { "temperature": 28, "humidity": 60, @@ -302,165 +48,18 @@ "rivalries": "unavailable" } }, - "6bf439a3-8c50-42fa-abc4-01c8d10717df": { + "2ede8246-e8e5-414b-98ac-72ae89232467": { "match": { - "match_id": "6bf439a3-8c50-42fa-abc4-01c8d10717df", + "match_id": "2ede8246-e8e5-414b-98ac-72ae89232467", "team1": "Namibia Women", "team2": "Hong Kong", - "venue": "High Performance Oval, Windhoek", - "time": "00:00 IST", - "status": null - }, - "prediction": { - "team1_win_prob": 0.4873, - "team2_win_prob": 0.5127, - "predicted_total": null, - "predicted_first_innings": null - }, - "market": { - "team1_implied_prob": null, - "team2_implied_prob": null, - "total_line": null - }, - "venue": { - "avg_first_innings": 126.6, - "chase_win_rate": 0.25 - }, - "weather": { - "temperature": 28, - "humidity": 60, - "dew_flag": false, - "windspeed": 10 - }, - "team_form": { - "team1": [], - "team2": [ - { - "match_id": 1153246, - "date": "2018-09-18", - "innings": 2, - "opponent": "India", - "result": "L", - "score": 259, - "opp_score": 285, - "wickets": 8, - "powerplay_runs": 26, - "death_economy": 8.0 - }, - { - "match_id": 1153244, - "date": "2018-09-16", - "innings": 1, - "opponent": "Pakistan", - "result": "L", - "score": 116, - "opp_score": 120, - "wickets": 10, - "powerplay_runs": 22, - "death_economy": 5.5 - }, - { - "match_id": 1133023, - "date": "2018-03-17", - "innings": 2, - "opponent": "Papua New Guinea", - "result": "L", - "score": 142, - "opp_score": 200, - "wickets": 10, - "powerplay_runs": 48, - "death_economy": 5.75 - }, - { - "match_id": 1133012, - "date": "2018-03-10", - "innings": 2, - "opponent": "Zimbabwe", - "result": "L", - "score": 174, - "opp_score": 263, - "wickets": 10, - "powerplay_runs": 22, - "death_economy": 7.5 - }, - { - "match_id": 1133005, - "date": "2018-03-06", - "innings": 1, - "opponent": "Scotland", - "result": "L", - "score": 91, - "opp_score": 92, - "wickets": 10, - "powerplay_runs": 22, - "death_economy": 5.75 - } - ] - }, - "key_rivalries": [], - "top_props": [], - "data_status": { - "fixtures": "available", - "odds": "unavailable", - "weather": "available", - "rivalries": "unavailable" - } - }, - "2028c955-b007-44f5-a723-8750a1df4e73": { - "match": { - "match_id": "2028c955-b007-44f5-a723-8750a1df4e73", - "team1": "Tanzania Women", - "team2": "Uganda Women", - "venue": "High Performance Oval, Windhoek", - "time": "00:00 IST", - "status": null - }, - "prediction": { - "team1_win_prob": 0.4846, - "team2_win_prob": 0.5154, - "predicted_total": null, - "predicted_first_innings": null - }, - "market": { - "team1_implied_prob": null, - "team2_implied_prob": null, - "total_line": null - }, - "venue": { - "avg_first_innings": 126.6, - "chase_win_rate": 0.25 - }, - "weather": { - "temperature": 28, - "humidity": 60, - "dew_flag": false, - "windspeed": 10 - }, - "team_form": { - "team1": [], - "team2": [] - }, - "key_rivalries": [], - "top_props": [], - "data_status": { - "fixtures": "available", - "odds": "unavailable", - "weather": "available", - "rivalries": "unavailable" - } - }, - "0dce0b87-eaa5-437f-b4fa-fafb7e7bf10f": { - "match": { - "match_id": "0dce0b87-eaa5-437f-b4fa-fafb7e7bf10f", - "team1": "Galle Gallants", - "team2": "Dambulla Sixers", - "venue": "Rangiri Dambulla International Stadium, Dambulla", - "time": "00:00 IST", + "venue": "Namibia Cricket Ground, Windhoek", + "time": "04:00 IST", "status": null }, "prediction": { - "team1_win_prob": 0.3372, - "team2_win_prob": 0.6628, + "team1_win_prob": 0.4584, + "team2_win_prob": 0.5416, "predicted_total": null, "predicted_first_innings": null }, @@ -478,68 +77,7 @@ }, "team_form": { "team1": [], - "team2": [ - { - "match_id": 1428478, - "date": "2024-07-16", - "innings": 1, - "opponent": "Colombo Strikers", - "result": "W", - "score": 246, - "opp_score": 190, - "wickets": 20, - "powerplay_runs": 50, - "death_economy": 11.5 - }, - { - "match_id": 1428476, - "date": "2024-07-15", - "innings": 2, - "opponent": "Kandy Falcons", - "result": "L", - "score": 336, - "opp_score": 444, - "wickets": 18, - "powerplay_runs": 98, - "death_economy": 39.5 - }, - { - "match_id": 1428474, - "date": "2024-07-14", - "innings": 2, - "opponent": "Galle Marvels", - "result": "L", - "score": 296, - "opp_score": 296, - "wickets": 14, - "powerplay_runs": 106, - "death_economy": 25.5 - }, - { - "match_id": 1428474, - "date": "2024-07-14", - "innings": 3, - "opponent": "Galle Marvels", - "result": "L", - "score": 296, - "opp_score": 296, - "wickets": 4, - "powerplay_runs": 106, - "death_economy": 25.5 - }, - { - "match_id": 1428470, - "date": "2024-07-09", - "innings": 1, - "opponent": "Galle Marvels", - "result": "W", - "score": 320, - "opp_score": 270, - "wickets": 16, - "powerplay_runs": 84, - "death_economy": 21.5 - } - ] + "team2": [] }, "key_rivalries": [], "top_props": [], @@ -550,18 +88,18 @@ "rivalries": "unavailable" } }, - "64d50d1d-4ff9-4c2e-ac5e-45021284e747": { + "9d937fde-f5b9-4ca1-8050-f3db3e39a1e6": { "match": { - "match_id": "64d50d1d-4ff9-4c2e-ac5e-45021284e747", - "team1": "Kandy Royals", + "match_id": "9d937fde-f5b9-4ca1-8050-f3db3e39a1e6", + "team1": "Colombo Kaps", "team2": "Jaffna Kings", - "venue": "Rangiri Dambulla International Stadium, Dambulla", - "time": "00:00 IST", + "venue": "Pallekele International Cricket Stadium, Pallekele", + "time": "04:00 IST", "status": null }, "prediction": { - "team1_win_prob": 0.2815, - "team2_win_prob": 0.7185, + "team1_win_prob": 0.53, + "team2_win_prob": 0.47, "predicted_total": null, "predicted_first_innings": null }, @@ -579,168 +117,6 @@ }, "team_form": { "team1": [], - "team2": [ - { - "match_id": 1428482, - "date": "2024-07-21", - "innings": 2, - "opponent": "Galle Marvels", - "result": "W", - "score": 370, - "opp_score": 368, - "wickets": 2, - "powerplay_runs": 122, - "death_economy": 34.0 - }, - { - "match_id": 1428481, - "date": "2024-07-20", - "innings": 1, - "opponent": "Kandy Falcons", - "result": "W", - "score": 374, - "opp_score": 372, - "wickets": 14, - "powerplay_runs": 104, - "death_economy": 30.0 - }, - { - "match_id": 1428479, - "date": "2024-07-18", - "innings": 1, - "opponent": "Galle Marvels", - "result": "L", - "score": 354, - "opp_score": 362, - "wickets": 14, - "powerplay_runs": 94, - "death_economy": 14.5 - }, - { - "match_id": 1428475, - "date": "2024-07-14", - "innings": 1, - "opponent": "Colombo Strikers", - "result": "L", - "score": 218, - "opp_score": 224, - "wickets": 18, - "powerplay_runs": 80, - "death_economy": null - }, - { - "match_id": 1428473, - "date": "2024-07-13", - "innings": 2, - "opponent": "Kandy Falcons", - "result": "W", - "score": 158, - "opp_score": 156, - "wickets": 12, - "powerplay_runs": 154, - "death_economy": null - } - ] - }, - "key_rivalries": [], - "top_props": [], - "data_status": { - "fixtures": "available", - "odds": "unavailable", - "weather": "available", - "rivalries": "unavailable" - } - }, - "6f284260-6fd3-465c-b8af-1a1955759992": { - "match": { - "match_id": "6f284260-6fd3-465c-b8af-1a1955759992", - "team1": "Dambulla Sixers", - "team2": "Colombo Kaps", - "venue": "Rangiri Dambulla International Stadium, Dambulla", - "time": "00:00 IST", - "status": null - }, - "prediction": { - "team1_win_prob": 0.4985, - "team2_win_prob": 0.5015, - "predicted_total": null, - "predicted_first_innings": null - }, - "market": { - "team1_implied_prob": null, - "team2_implied_prob": null, - "total_line": null - }, - "venue": {}, - "weather": { - "temperature": 28, - "humidity": 60, - "dew_flag": false, - "windspeed": 10 - }, - "team_form": { - "team1": [ - { - "match_id": 1428478, - "date": "2024-07-16", - "innings": 1, - "opponent": "Colombo Strikers", - "result": "W", - "score": 246, - "opp_score": 190, - "wickets": 20, - "powerplay_runs": 50, - "death_economy": 11.5 - }, - { - "match_id": 1428476, - "date": "2024-07-15", - "innings": 2, - "opponent": "Kandy Falcons", - "result": "L", - "score": 336, - "opp_score": 444, - "wickets": 18, - "powerplay_runs": 98, - "death_economy": 39.5 - }, - { - "match_id": 1428474, - "date": "2024-07-14", - "innings": 2, - "opponent": "Galle Marvels", - "result": "L", - "score": 296, - "opp_score": 296, - "wickets": 14, - "powerplay_runs": 106, - "death_economy": 25.5 - }, - { - "match_id": 1428474, - "date": "2024-07-14", - "innings": 3, - "opponent": "Galle Marvels", - "result": "L", - "score": 296, - "opp_score": 296, - "wickets": 4, - "powerplay_runs": 106, - "death_economy": 25.5 - }, - { - "match_id": 1428470, - "date": "2024-07-09", - "innings": 1, - "opponent": "Galle Marvels", - "result": "W", - "score": 320, - "opp_score": 270, - "wickets": 16, - "powerplay_runs": 84, - "death_economy": 21.5 - } - ], "team2": [] }, "key_rivalries": [], @@ -752,32 +128,32 @@ "rivalries": "unavailable" } }, - "76e916a9-33bb-47e6-a5a5-ea572911a953": { + "f88a45270d09c1ba75bc160ea210da04": { "match": { - "match_id": "76e916a9-33bb-47e6-a5a5-ea572911a953", - "team1": "Galle Gallants", - "team2": "Kandy Royals", - "venue": "Rangiri Dambulla International Stadium, Dambulla", - "time": "00:00 IST", + "match_id": "f88a45270d09c1ba75bc160ea210da04", + "team1": "Nepal", + "team2": "Netherlands", + "venue": "", + "time": "2026-07-29T09:00:00Z", "status": null }, "prediction": { - "team1_win_prob": 0.4846, - "team2_win_prob": 0.5154, + "team1_win_prob": 0.5376, + "team2_win_prob": 0.4624, "predicted_total": null, "predicted_first_innings": null }, "market": { - "team1_implied_prob": null, - "team2_implied_prob": null, + "team1_implied_prob": 0.3791, + "team2_implied_prob": 0.6209, "total_line": null }, "venue": {}, "weather": { - "temperature": 28, - "humidity": 60, + "temperature": null, + "humidity": null, "dew_flag": false, - "windspeed": 10 + "windspeed": null }, "team_form": { "team1": [], @@ -788,661 +164,7 @@ "data_status": { "fixtures": "available", "odds": "unavailable", - "weather": "available", - "rivalries": "unavailable" - } - }, - "2cc4cb6d-50e2-4ca3-8ad6-70f0a3a8c5f9": { - "match": { - "match_id": "2cc4cb6d-50e2-4ca3-8ad6-70f0a3a8c5f9", - "team1": "Namibia", - "team2": "Nepal", - "venue": "Sportpark Maarschalkerweerd, Utrecht", - "time": "00:00 IST", - "status": null - }, - "prediction": { - "team1_win_prob": 0.4846, - "team2_win_prob": 0.5154, - "predicted_total": null, - "predicted_first_innings": null - }, - "market": { - "team1_implied_prob": null, - "team2_implied_prob": null, - "total_line": null - }, - "venue": { - "avg_first_innings": 208.2, - "chase_win_rate": 0.625 - }, - "weather": { - "temperature": 28, - "humidity": 60, - "dew_flag": false, - "windspeed": 10 - }, - "team_form": { - "team1": [ - { - "match_id": 1529144, - "date": "2026-04-12", - "innings": 1, - "opponent": "Scotland", - "result": "L", - "score": 198, - "opp_score": 199, - "wickets": 10, - "powerplay_runs": 25, - "death_economy": 6.75 - }, - { - "match_id": 1529143, - "date": "2026-04-10", - "innings": 2, - "opponent": "Oman", - "result": "W", - "score": 223, - "opp_score": 218, - "wickets": 9, - "powerplay_runs": 9, - "death_economy": 3.25 - }, - { - "match_id": 1529141, - "date": "2026-04-06", - "innings": 1, - "opponent": null, - "result": null, - "score": 189, - "opp_score": null, - "wickets": 8, - "powerplay_runs": 11, - "death_economy": null - }, - { - "match_id": 1529140, - "date": "2026-04-04", - "innings": 1, - "opponent": "Oman", - "result": "L", - "score": 268, - "opp_score": 274, - "wickets": 7, - "powerplay_runs": 12, - "death_economy": 8.75 - }, - { - "match_id": 1498185, - "date": "2025-09-04", - "innings": 2, - "opponent": "Scotland", - "result": "L", - "score": 109, - "opp_score": 164, - "wickets": 10, - "powerplay_runs": 17, - "death_economy": 6.75 - } - ], - "team2": [ - { - "match_id": 1531707, - "date": "2026-05-22", - "innings": 1, - "opponent": "United States of America", - "result": "W", - "score": 317, - "opp_score": 195, - "wickets": 8, - "powerplay_runs": 33, - "death_economy": 5.0 - }, - { - "match_id": 1531705, - "date": "2026-05-18", - "innings": 2, - "opponent": "Scotland", - "result": "W", - "score": 199, - "opp_score": 194, - "wickets": 4, - "powerplay_runs": 46, - "death_economy": 8.5 - }, - { - "match_id": 1531704, - "date": "2026-05-16", - "innings": 2, - "opponent": "United States of America", - "result": "W", - "score": 199, - "opp_score": 195, - "wickets": 1, - "powerplay_runs": 24, - "death_economy": 5.75 - }, - { - "match_id": 1531702, - "date": "2026-05-12", - "innings": 2, - "opponent": "Scotland", - "result": "L", - "score": 218, - "opp_score": 243, - "wickets": 7, - "powerplay_runs": 20, - "death_economy": 6.0 - }, - { - "match_id": 1531701, - "date": "2026-05-05", - "innings": 1, - "opponent": "Oman", - "result": "W", - "score": 256, - "opp_score": 175, - "wickets": 10, - "powerplay_runs": 10, - "death_economy": 5.5 - } - ] - }, - "key_rivalries": [], - "top_props": [], - "data_status": { - "fixtures": "available", - "odds": "unavailable", - "weather": "available", - "rivalries": "unavailable" - } - }, - "04bb7afb-9f57-4c1e-9421-f23bc98c93ad": { - "match": { - "match_id": "04bb7afb-9f57-4c1e-9421-f23bc98c93ad", - "team1": "Namibia", - "team2": "Netherlands", - "venue": "Sportpark Maarschalkerweerd, Utrecht", - "time": "00:00 IST", - "status": null - }, - "prediction": { - "team1_win_prob": 0.4872, - "team2_win_prob": 0.5128, - "predicted_total": null, - "predicted_first_innings": null - }, - "market": { - "team1_implied_prob": null, - "team2_implied_prob": null, - "total_line": null - }, - "venue": { - "avg_first_innings": 208.2, - "chase_win_rate": 0.625 - }, - "weather": { - "temperature": 28, - "humidity": 60, - "dew_flag": false, - "windspeed": 10 - }, - "team_form": { - "team1": [ - { - "match_id": 1529144, - "date": "2026-04-12", - "innings": 1, - "opponent": "Scotland", - "result": "L", - "score": 198, - "opp_score": 199, - "wickets": 10, - "powerplay_runs": 25, - "death_economy": 6.75 - }, - { - "match_id": 1529143, - "date": "2026-04-10", - "innings": 2, - "opponent": "Oman", - "result": "W", - "score": 223, - "opp_score": 218, - "wickets": 9, - "powerplay_runs": 9, - "death_economy": 3.25 - }, - { - "match_id": 1529141, - "date": "2026-04-06", - "innings": 1, - "opponent": null, - "result": null, - "score": 189, - "opp_score": null, - "wickets": 8, - "powerplay_runs": 11, - "death_economy": null - }, - { - "match_id": 1529140, - "date": "2026-04-04", - "innings": 1, - "opponent": "Oman", - "result": "L", - "score": 268, - "opp_score": 274, - "wickets": 7, - "powerplay_runs": 12, - "death_economy": 8.75 - }, - { - "match_id": 1498185, - "date": "2025-09-04", - "innings": 2, - "opponent": "Scotland", - "result": "L", - "score": 109, - "opp_score": 164, - "wickets": 10, - "powerplay_runs": 17, - "death_economy": 6.75 - } - ], - "team2": [ - { - "match_id": 1538430, - "date": "2026-06-16", - "innings": 1, - "opponent": null, - "result": null, - "score": 15, - "opp_score": null, - "wickets": 1, - "powerplay_runs": 14, - "death_economy": null - }, - { - "match_id": 1538427, - "date": "2026-06-10", - "innings": 1, - "opponent": "Canada", - "result": "L", - "score": 214, - "opp_score": 218, - "wickets": 10, - "powerplay_runs": 21, - "death_economy": 3.0 - }, - { - "match_id": 1538426, - "date": "2026-06-08", - "innings": 1, - "opponent": "United States of America", - "result": "W", - "score": 196, - "opp_score": 175, - "wickets": 8, - "powerplay_runs": 23, - "death_economy": 5.0 - }, - { - "match_id": 1486777, - "date": "2025-06-12", - "innings": 2, - "opponent": "Scotland", - "result": "W", - "score": 374, - "opp_score": 369, - "wickets": 6, - "powerplay_runs": 44, - "death_economy": 9.75 - }, - { - "match_id": 1486776, - "date": "2025-06-10", - "innings": 2, - "opponent": "Nepal", - "result": "L", - "score": 210, - "opp_score": 236, - "wickets": 10, - "powerplay_runs": 22, - "death_economy": 6.0 - } - ] - }, - "key_rivalries": [], - "top_props": [], - "data_status": { - "fixtures": "available", - "odds": "unavailable", - "weather": "available", - "rivalries": "unavailable" - } - }, - "1f11e2ab-0cdd-4a4c-b61d-5e7b128e3b6e": { - "match": { - "match_id": "1f11e2ab-0cdd-4a4c-b61d-5e7b128e3b6e", - "team1": "Zimbabwe", - "team2": "India", - "venue": "Harare Sports Club, Harare", - "time": "00:00 IST", - "status": null - }, - "prediction": { - "team1_win_prob": 0.4846, - "team2_win_prob": 0.5154, - "predicted_total": null, - "predicted_first_innings": null - }, - "market": { - "team1_implied_prob": null, - "team2_implied_prob": null, - "total_line": null - }, - "venue": {}, - "weather": { - "temperature": 28, - "humidity": 60, - "dew_flag": false, - "windspeed": 10 - }, - "team_form": { - "team1": [ - { - "match_id": 1538297, - "date": "2026-06-28", - "innings": 2, - "opponent": "Bangladesh", - "result": "W", - "score": 410, - "opp_score": 140, - "wickets": 10, - "powerplay_runs": 23, - "death_economy": 11.0 - }, - { - "match_id": 1478873, - "date": "2025-08-07", - "innings": 3, - "opponent": "New Zealand", - "result": "L", - "score": 125, - "opp_score": 601, - "wickets": 10, - "powerplay_runs": 32, - "death_economy": 7.0 - }, - { - "match_id": 1478873, - "date": "2025-08-07", - "innings": 1, - "opponent": "New Zealand", - "result": "L", - "score": 125, - "opp_score": 601, - "wickets": 10, - "powerplay_runs": 32, - "death_economy": 7.0 - }, - { - "match_id": 1478872, - "date": "2025-07-30", - "innings": 3, - "opponent": "New Zealand", - "result": "L", - "score": 149, - "opp_score": 307, - "wickets": 10, - "powerplay_runs": 39, - "death_economy": 3.0 - }, - { - "match_id": 1478872, - "date": "2025-07-30", - "innings": 1, - "opponent": "New Zealand", - "result": "L", - "score": 149, - "opp_score": 307, - "wickets": 10, - "powerplay_runs": 39, - "death_economy": 3.0 - } - ], - "team2": [ - { - "match_id": 1496551, - "date": "2026-07-10", - "innings": 3, - "opponent": "England", - "result": "W", - "score": 285, - "opp_score": 170, - "wickets": 7, - "powerplay_runs": 48, - "death_economy": 8.75 - }, - { - "match_id": 1496551, - "date": "2026-07-10", - "innings": 1, - "opponent": "England", - "result": "W", - "score": 285, - "opp_score": 170, - "wickets": 10, - "powerplay_runs": 48, - "death_economy": 8.75 - }, - { - "match_id": 1478918, - "date": "2026-03-06", - "innings": 3, - "opponent": "Australia", - "result": "L", - "score": 198, - "opp_score": 323, - "wickets": 10, - "powerplay_runs": 47, - "death_economy": 4.75 - }, - { - "match_id": 1478918, - "date": "2026-03-06", - "innings": 1, - "opponent": "Australia", - "result": "L", - "score": 198, - "opp_score": 323, - "wickets": 10, - "powerplay_runs": 47, - "death_economy": 4.75 - }, - { - "match_id": 1479572, - "date": "2025-11-22", - "innings": 4, - "opponent": "South Africa", - "result": "L", - "score": 201, - "opp_score": 489, - "wickets": 10, - "powerplay_runs": 24, - "death_economy": 6.25 - } - ] - }, - "key_rivalries": [], - "top_props": [], - "data_status": { - "fixtures": "available", - "odds": "unavailable", - "weather": "available", - "rivalries": "unavailable" - } - }, - "610cac66-a929-4422-9a45-3ee22ff1c3c8": { - "match": { - "match_id": "610cac66-a929-4422-9a45-3ee22ff1c3c8", - "team1": "Zimbabwe", - "team2": "India", - "venue": "Harare Sports Club, Harare", - "time": "00:00 IST", - "status": null - }, - "prediction": { - "team1_win_prob": 0.4846, - "team2_win_prob": 0.5154, - "predicted_total": null, - "predicted_first_innings": null - }, - "market": { - "team1_implied_prob": null, - "team2_implied_prob": null, - "total_line": null - }, - "venue": {}, - "weather": { - "temperature": 28, - "humidity": 60, - "dew_flag": false, - "windspeed": 10 - }, - "team_form": { - "team1": [ - { - "match_id": 1538297, - "date": "2026-06-28", - "innings": 2, - "opponent": "Bangladesh", - "result": "W", - "score": 410, - "opp_score": 140, - "wickets": 10, - "powerplay_runs": 23, - "death_economy": 11.0 - }, - { - "match_id": 1478873, - "date": "2025-08-07", - "innings": 3, - "opponent": "New Zealand", - "result": "L", - "score": 125, - "opp_score": 601, - "wickets": 10, - "powerplay_runs": 32, - "death_economy": 7.0 - }, - { - "match_id": 1478873, - "date": "2025-08-07", - "innings": 1, - "opponent": "New Zealand", - "result": "L", - "score": 125, - "opp_score": 601, - "wickets": 10, - "powerplay_runs": 32, - "death_economy": 7.0 - }, - { - "match_id": 1478872, - "date": "2025-07-30", - "innings": 3, - "opponent": "New Zealand", - "result": "L", - "score": 149, - "opp_score": 307, - "wickets": 10, - "powerplay_runs": 39, - "death_economy": 3.0 - }, - { - "match_id": 1478872, - "date": "2025-07-30", - "innings": 1, - "opponent": "New Zealand", - "result": "L", - "score": 149, - "opp_score": 307, - "wickets": 10, - "powerplay_runs": 39, - "death_economy": 3.0 - } - ], - "team2": [ - { - "match_id": 1496551, - "date": "2026-07-10", - "innings": 3, - "opponent": "England", - "result": "W", - "score": 285, - "opp_score": 170, - "wickets": 7, - "powerplay_runs": 48, - "death_economy": 8.75 - }, - { - "match_id": 1496551, - "date": "2026-07-10", - "innings": 1, - "opponent": "England", - "result": "W", - "score": 285, - "opp_score": 170, - "wickets": 10, - "powerplay_runs": 48, - "death_economy": 8.75 - }, - { - "match_id": 1478918, - "date": "2026-03-06", - "innings": 3, - "opponent": "Australia", - "result": "L", - "score": 198, - "opp_score": 323, - "wickets": 10, - "powerplay_runs": 47, - "death_economy": 4.75 - }, - { - "match_id": 1478918, - "date": "2026-03-06", - "innings": 1, - "opponent": "Australia", - "result": "L", - "score": 198, - "opp_score": 323, - "wickets": 10, - "powerplay_runs": 47, - "death_economy": 4.75 - }, - { - "match_id": 1479572, - "date": "2025-11-22", - "innings": 4, - "opponent": "South Africa", - "result": "L", - "score": 201, - "opp_score": 489, - "wickets": 10, - "powerplay_runs": 24, - "death_economy": 6.25 - } - ] - }, - "key_rivalries": [], - "top_props": [], - "data_status": { - "fixtures": "available", - "odds": "unavailable", - "weather": "available", + "weather": "unavailable", "rivalries": "unavailable" } } diff --git a/cache/matchup_edge_history.json b/cache/matchup_edge_history.json index e6f2a08..58953e2 100644 --- a/cache/matchup_edge_history.json +++ b/cache/matchup_edge_history.json @@ -1,7 +1,7 @@ { - "generated_at": "2026-07-28T07:02:35.627118+00:00", - "source_run_id": "7a41dae3-137c-4331-8a47-d53159a35438", - "source_status": "ready", + "generated_at": "2026-07-29T00:39:23.108200+00:00", + "source_run_id": "043a3aeb-c2c0-4ffd-a02e-7de348d07af2", + "source_status": "partial", "schema_version": 1, "is_mock": false, "data": { diff --git a/cache/odds_history.json b/cache/odds_history.json index 4f6a639..b5309b7 100644 --- a/cache/odds_history.json +++ b/cache/odds_history.json @@ -1,7 +1,7 @@ { - "generated_at": "2026-07-28T07:02:35.626914+00:00", - "source_run_id": "7a41dae3-137c-4331-8a47-d53159a35438", - "source_status": "ready", + "generated_at": "2026-07-29T00:39:23.042476+00:00", + "source_run_id": "043a3aeb-c2c0-4ffd-a02e-7de348d07af2", + "source_status": "partial", "schema_version": 1, "is_mock": false, "data": [ @@ -100,6 +100,78 @@ "closing_price_team2": -115, "event_status": "draftkings_available", "observed_at": "2026-07-27T07:19:18.783114+00:00" + }, + { + "event_id": "e832d1369e78dae43ac1927d65ad38d0", + "team1": "Israel", + "team2": "France", + "commence_time": "2026-07-29T07:00:00Z", + "dk_implied_prob_team1": null, + "dk_implied_prob_team2": null, + "dk_odds_team1": null, + "dk_odds_team2": null, + "sport_key": "cricket_international_t20", + "competition": "international_t20", + "competition_name": "International T20", + "format": "T20", + "gender": "male", + "bookmaker": null, + "market": "h2h", + "odds_timestamp": "2026-07-28T20:38:51.394143", + "first_observed_price_team1": null, + "first_observed_price_team2": null, + "closing_price_team1": null, + "closing_price_team2": null, + "event_status": "no_draftkings_market", + "observed_at": "2026-07-29T00:38:55.431312+00:00" + }, + { + "event_id": "f88a45270d09c1ba75bc160ea210da04", + "team1": "Nepal", + "team2": "Netherlands", + "commence_time": "2026-07-29T09:00:00Z", + "dk_implied_prob_team1": 0.3791, + "dk_implied_prob_team2": 0.6209, + "dk_odds_team1": 150, + "dk_odds_team2": -190, + "sport_key": "cricket_odi", + "competition": "odi_internationals", + "competition_name": "ODI internationals", + "format": "ODI", + "gender": "male", + "bookmaker": "draftkings", + "market": "h2h", + "odds_timestamp": "2026-07-29T00:38:37Z", + "first_observed_price_team1": 150, + "first_observed_price_team2": -190, + "closing_price_team1": 150, + "closing_price_team2": -190, + "event_status": "draftkings_available", + "observed_at": "2026-07-29T00:39:23.042456+00:00" + }, + { + "event_id": "e832d1369e78dae43ac1927d65ad38d0", + "team1": "Israel", + "team2": "France", + "commence_time": "2026-07-29T07:00:00Z", + "dk_implied_prob_team1": null, + "dk_implied_prob_team2": null, + "dk_odds_team1": null, + "dk_odds_team2": null, + "sport_key": "cricket_international_t20", + "competition": "international_t20", + "competition_name": "International T20", + "format": "T20", + "gender": "male", + "bookmaker": null, + "market": "h2h", + "odds_timestamp": "2026-07-28T20:39:22.464693", + "first_observed_price_team1": null, + "first_observed_price_team2": null, + "closing_price_team1": null, + "closing_price_team2": null, + "event_status": "no_draftkings_market", + "observed_at": "2026-07-29T00:39:23.042456+00:00" } ] } \ No newline at end of file diff --git a/cache/player_props.json b/cache/player_props.json index 249d844..7495e1a 100644 --- a/cache/player_props.json +++ b/cache/player_props.json @@ -1,7 +1,7 @@ { - "generated_at": "2026-07-28T07:02:35.430268+00:00", - "source_run_id": "7a41dae3-137c-4331-8a47-d53159a35438", - "source_status": "ready", + "generated_at": "2026-07-29T00:39:22.788592+00:00", + "source_run_id": "043a3aeb-c2c0-4ffd-a02e-7de348d07af2", + "source_status": "partial", "schema_version": 1, "is_mock": false, "data": [] diff --git a/cache/player_stats.json b/cache/player_stats.json index fec47ed..59eb7dd 100644 --- a/cache/player_stats.json +++ b/cache/player_stats.json @@ -1,161269 +1,11 @@ { - "generated_at": "2026-07-28T07:02:35.447308+00:00", - "source_run_id": "7a41dae3-137c-4331-8a47-d53159a35438", - "source_status": "ready", + "generated_at": "2026-07-29T00:39:22.858461+00:00", + "source_run_id": "043a3aeb-c2c0-4ffd-a02e-7de348d07af2", + "source_status": "partial", "schema_version": 1, "is_mock": false, "data": { - "batters": { - "A Ashish Reddy": { - "recent_scores": [ - 4, - 26, - 64, - 34, - 12, - 44, - 30, - 26, - 10, - 28 - ], - "recent_avg": 27.8, - "recent_sr": 147.9 - }, - "A Badoni": { - "recent_scores": [ - 86, - 0, - 48, - 0, - 70, - 76, - 18, - 108, - 24, - 0 - ], - "recent_avg": 43.0, - "recent_sr": 148.3 - }, - "A Chandila": { - "recent_scores": [ - 8, - 0 - ], - "recent_avg": 4.0, - "recent_sr": 57.1 - }, - "A Chopra": { - "recent_scores": [ - 22, - 47, - 40, - 112 - ], - "recent_avg": 55.2, - "recent_sr": 32.9 - }, - "A Choudhary": { - "recent_scores": [ - 8, - 30, - 12 - ], - "recent_avg": 16.7, - "recent_sr": 125.0 - }, - "A Dananjaya": { - "recent_scores": [ - 0, - 39, - 8, - 43, - 25, - 20 - ], - "recent_avg": 22.5, - "recent_sr": 53.1 - }, - "A Flintoff": { - "recent_scores": [ - 29, - 74, - 34, - 63, - 0, - 67, - 62, - 22, - 20, - 38 - ], - "recent_avg": 40.9, - "recent_sr": 50.6 - }, - "A Kamboj": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Kumble": { - "recent_scores": [ - 45, - 5, - 10, - 6, - 13, - 5, - 3, - 96, - 1, - 47 - ], - "recent_avg": 23.1, - "recent_sr": 37.2 - }, - "A Manohar": { - "recent_scores": [ - 24, - 86, - 8, - 4, - 0, - 16, - 2, - 4, - 52, - 84 - ], - "recent_avg": 28.0, - "recent_sr": 101.4 - }, - "A Mhatre": { - "recent_scores": [ - 60, - 76, - 118, - 2, - 146, - 0, - 68, - 86, - 0, - 188 - ], - "recent_avg": 74.4, - "recent_sr": 179.7 - }, - "A Mishra": { - "recent_scores": [ - 0, - 21, - 53, - 17, - 8, - 98, - 34, - 25, - 127, - 26 - ], - "recent_avg": 40.9, - "recent_sr": 58.9 - }, - "A Mithun": { - "recent_scores": [ - 0, - 46, - 41, - 33 - ], - "recent_avg": 30.0, - "recent_sr": 48.2 - }, - "A Mukund": { - "recent_scores": [ - 93, - 16, - 3, - 61, - 62, - 49, - 36 - ], - "recent_avg": 45.7, - "recent_sr": 45.4 - }, - "A Nehra": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 9.1 - }, - "A Nortje": { - "recent_scores": [ - 18, - 9, - 0, - 7, - 10, - 28, - 4, - 7, - 2, - 0 - ], - "recent_avg": 8.5, - "recent_sr": 41.1 - }, - "A Raghuvanshi": { - "recent_scores": [ - 164, - 142, - 2, - 118, - 18, - 20, - 16, - 54, - 90, - 14 - ], - "recent_avg": 63.8, - "recent_sr": 132.4 - }, - "A Singh": { - "recent_scores": [ - 0, - 2, - 0, - 2, - 0 - ], - "recent_avg": 0.8, - "recent_sr": 20.0 - }, - "A Symonds": { - "recent_scores": [ - 27, - 94, - 0, - 46, - 54, - 61, - 149, - 30, - 78, - 223 - ], - "recent_avg": 76.2, - "recent_sr": 64.1 - }, - "A Tomar": { - "recent_scores": [ - 7, - 0, - 0, - 3, - 2 - ], - "recent_avg": 2.4, - "recent_sr": 30.0 - }, - "A Uniyal": { - "recent_scores": [ - 8, - 0 - ], - "recent_avg": 4.0, - "recent_sr": 57.1 - }, - "A Zampa": { - "recent_scores": [ - 24, - 2, - 12, - 6 - ], - "recent_avg": 11.0, - "recent_sr": 91.7 - }, - "AA Bilakhia": { - "recent_scores": [ - 4, - 12, - 20, - 32, - 2, - 44, - 24 - ], - "recent_avg": 19.7, - "recent_sr": 78.4 - }, - "AA Chavan": { - "recent_scores": [ - 14, - 8, - 2 - ], - "recent_avg": 8.0, - "recent_sr": 109.1 - }, - "AA Jhunjhunwala": { - "recent_scores": [ - 38, - 2, - 8, - 0, - 20, - 26, - 44, - 22, - 14, - 4 - ], - "recent_avg": 17.8, - "recent_sr": 81.7 - }, - "AA Kulkarni": { - "recent_scores": [ - 0, - 34, - 18, - 0 - ], - "recent_avg": 13.0, - "recent_sr": 78.8 - }, - "AA Noffke": { - "recent_scores": [ - 18 - ], - "recent_avg": 18.0, - "recent_sr": 75.0 - }, - "AB Agarkar": { - "recent_scores": [ - 74, - 2, - 12 - ], - "recent_avg": 29.3, - "recent_sr": 61.1 - }, - "AB Barath": { - "recent_scores": [ - 41, - 7, - 66, - 29, - 12, - 24, - 65, - 63, - 18, - 30 - ], - "recent_avg": 35.5, - "recent_sr": 39.8 - }, - "AB Dinda": { - "recent_scores": [ - 3, - 0, - 2, - 0, - 16 - ], - "recent_avg": 4.2, - "recent_sr": 55.3 - }, - "AB McDonald": { - "recent_scores": [ - 81, - 4, - 7, - 15 - ], - "recent_avg": 26.8, - "recent_sr": 49.1 - }, - "AB de Villiers": { - "recent_scores": [ - 75, - 127, - 154, - 71, - 11, - 100, - 100, - 53, - 0, - 36 - ], - "recent_avg": 72.7, - "recent_sr": 65.7 - }, - "AC Blizzard": { - "recent_scores": [ - 4, - 4, - 22, - 10, - 32, - 40, - 14, - 28, - 46, - 70 - ], - "recent_avg": 27.0, - "recent_sr": 105.5 - }, - "AC Gilchrist": { - "recent_scores": [ - 14, - 70, - 8, - 58, - 67, - 62, - 1, - 102, - 64, - 0 - ], - "recent_avg": 44.6, - "recent_sr": 85.9 - }, - "AC Thomas": { - "recent_scores": [ - 6, - 2, - 4, - 8, - 10, - 14, - 2 - ], - "recent_avg": 6.6, - "recent_sr": 65.7 - }, - "AC Voges": { - "recent_scores": [ - 2, - 28, - 23, - 36, - 59, - 70, - 239, - 106, - 269, - 41 - ], - "recent_avg": 87.3, - "recent_sr": 59.5 - }, - "AD Hales": { - "recent_scores": [ - 18, - 71, - 34, - 22, - 112, - 94, - 86, - 16, - 19, - 65 - ], - "recent_avg": 53.7, - "recent_sr": 44.6 - }, - "AD Mascarenhas": { - "recent_scores": [ - 11, - 19, - 0, - 36, - 29, - 0, - 23, - 29, - 36, - 52 - ], - "recent_avg": 23.5, - "recent_sr": 101.3 - }, - "AD Mathews": { - "recent_scores": [ - 47, - 77, - 48, - 76, - 26, - 88, - 86, - 35, - 58, - 65 - ], - "recent_avg": 60.6, - "recent_sr": 45.4 - }, - "AD Nath": { - "recent_scores": [ - 2, - 36, - 5, - 30 - ], - "recent_avg": 18.2, - "recent_sr": 76.8 - }, - "AD Russell": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 22.2 - }, - "AF Milne": { - "recent_scores": [ - 4, - 0, - 4, - 10 - ], - "recent_avg": 4.5, - "recent_sr": 45.0 - }, - "AG Murtaza": { - "recent_scores": [ - 10, - 6, - 4 - ], - "recent_avg": 6.7, - "recent_sr": 71.4 - }, - "AG Paunikar": { - "recent_scores": [ - 30, - 18, - 10, - 40, - 0 - ], - "recent_avg": 19.6, - "recent_sr": 80.3 - }, - "AJ Finch": { - "recent_scores": [ - 11, - 75, - 11, - 70, - 111 - ], - "recent_avg": 55.6, - "recent_sr": 45.0 - }, - "AJ Hosein": { - "recent_scores": [ - 20, - 0, - 12, - 110, - 10, - 22, - 16, - 14, - 66 - ], - "recent_avg": 30.0, - "recent_sr": 129.8 - }, - "AJ Turner": { - "recent_scores": [ - 1, - 49, - 4, - 13, - 20, - 84, - 21 - ], - "recent_avg": 27.4, - "recent_sr": 116.4 - }, - "AJ Tye": { - "recent_scores": [ - 2, - 8, - 2 - ], - "recent_avg": 4.0, - "recent_sr": 75.0 - }, - "AK Markram": { - "recent_scores": [ - 67, - 35, - 74, - 23, - 136, - 31, - 126, - 75, - 56, - 33 - ], - "recent_avg": 65.6, - "recent_sr": 58.5 - }, - "AL Menaria": { - "recent_scores": [ - 2, - 42, - 40, - 12, - 36, - 68, - 4, - 72, - 44, - 2 - ], - "recent_avg": 32.2, - "recent_sr": 101.3 - }, - "AM Ghazanfar": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 20.0 - }, - "AM Nayar": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "AM Rahane": { - "recent_scores": [ - 8, - 3, - 135, - 10, - 58, - 68, - 39, - 14, - 28, - 62 - ], - "recent_avg": 42.5, - "recent_sr": 47.7 - }, - "AN Ahmed": { - "recent_scores": [ - 2, - 8, - 10, - 8, - 36, - 8 - ], - "recent_avg": 12.0, - "recent_sr": 133.3 - }, - "AN Ghosh": { - "recent_scores": [ - 14, - 0 - ], - "recent_avg": 7.0, - "recent_sr": 87.5 - }, - "AP Dole": { - "recent_scores": [ - 60, - 8 - ], - "recent_avg": 34.0, - "recent_sr": 147.8 - }, - "AP Majumdar": { - "recent_scores": [ - 34, - 18, - 62, - 60 - ], - "recent_avg": 43.5, - "recent_sr": 113.0 - }, - "AP Tare": { - "recent_scores": [ - 0, - 0, - 36, - 16, - 0, - 14, - 14, - 0, - 12, - 28 - ], - "recent_avg": 12.0, - "recent_sr": 88.2 - }, - "AR Bawne": { - "recent_scores": [ - 24 - ], - "recent_avg": 24.0, - "recent_sr": 100.0 - }, - "AR Patel": { - "recent_scores": [ - 42, - 72, - 61, - 79, - 27, - 74, - 84, - 38, - 14, - 18 - ], - "recent_avg": 50.9, - "recent_sr": 54.3 - }, - "AS Joseph": { - "recent_scores": [ - 13, - 21, - 6, - 40, - 23, - 12, - 21, - 17, - 10, - 25 - ], - "recent_avg": 18.8, - "recent_sr": 61.2 - }, - "AS Rajpoot": { - "recent_scores": [ - 4, - 14, - 4, - 2, - 16, - 8, - 4 - ], - "recent_avg": 7.4, - "recent_sr": 63.4 - }, - "AS Raut": { - "recent_scores": [ - 10, - 38, - 50, - 22, - 4, - 64, - 40, - 0, - 4, - 22 - ], - "recent_avg": 25.4, - "recent_sr": 105.8 - }, - "AS Roy": { - "recent_scores": [ - 18, - 8, - 0, - 58, - 18, - 2, - 0, - 0, - 6, - 12 - ], - "recent_avg": 12.2, - "recent_sr": 119.6 - }, - "AS Yadav": { - "recent_scores": [ - 0, - 16, - 6, - 32, - 24, - 20 - ], - "recent_avg": 16.3, - "recent_sr": 122.5 - }, - "AT Carey": { - "recent_scores": [ - 32, - 24, - 178, - 63, - 26, - 21, - 93, - 73, - 66, - 156 - ], - "recent_avg": 73.2, - "recent_sr": 77.3 - }, - "AT Rayudu": { - "recent_scores": [ - 2, - 18, - 13, - 90, - 0, - 40, - 47, - 13, - 24, - 0 - ], - "recent_avg": 24.7, - "recent_sr": 73.7 - }, - "AU Rashid": { - "recent_scores": [ - 13, - 45, - 33, - 35, - 35, - 17, - 38, - 29, - 62, - 6 - ], - "recent_avg": 31.3, - "recent_sr": 49.7 - }, - "AUK Pathan": { - "recent_scores": [ - 8, - 4, - 14, - 0, - 28, - 0, - 24 - ], - "recent_avg": 11.1, - "recent_sr": 150.0 - }, - "Abdul Basith": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "Abdul Samad": { - "recent_scores": [ - 18, - 2, - 1, - 34, - 11, - 0 - ], - "recent_avg": 11.0, - "recent_sr": 69.5 - }, - "Abdur Razzak": { - "recent_scores": [ - 3, - 11, - 13, - 7, - 54, - 19, - 11, - 1, - 16, - 65 - ], - "recent_avg": 20.0, - "recent_sr": 70.4 - }, - "Abhishek Sharma": { - "recent_scores": [ - 3, - 16, - 10, - 43, - 59, - 0, - 49, - 52, - 9, - 10 - ], - "recent_avg": 25.1, - "recent_sr": 176.8 - }, - "Abishek Porel": { - "recent_scores": [ - 44, - 102, - 10, - 60, - 12, - 60, - 16, - 8, - 56, - 102 - ], - "recent_avg": 47.0, - "recent_sr": 128.4 - }, - "Akash Deep": { - "recent_scores": [ - 66, - 8, - 6, - 7, - 31, - 0, - 7, - 12, - 17, - 9 - ], - "recent_avg": 16.3, - "recent_sr": 53.6 - }, - "Akash Madhwal": { - "recent_scores": [ - 8, - 8 - ], - "recent_avg": 8.0, - "recent_sr": 57.1 - }, - "Akshat Raghuwanshi": { - "recent_scores": [ - 36, - 22 - ], - "recent_avg": 29.0, - "recent_sr": 107.4 - }, - "Aman Hakim Khan": { - "recent_scores": [ - 14, - 32, - 4, - 102, - 8, - 0, - 36, - 16, - 8, - 10 - ], - "recent_avg": 23.0, - "recent_sr": 105.5 - }, - "Aniket Verma": { - "recent_scores": [ - 12, - 2, - 4, - 12, - 36, - 4, - 2, - 86, - 24, - 52 - ], - "recent_avg": 23.4, - "recent_sr": 162.5 - }, - "Anirudh Singh": { - "recent_scores": [ - 80, - 18, - 0, - 28 - ], - "recent_avg": 31.5, - "recent_sr": 91.3 - }, - "Ankit Sharma": { - "recent_scores": [ - 50, - 6, - 14, - 0, - 8, - 60, - 2, - 2, - 2, - 30 - ], - "recent_avg": 17.4, - "recent_sr": 126.1 - }, - "Ankit Soni": { - "recent_scores": [ - 0, - 0, - 14 - ], - "recent_avg": 4.7, - "recent_sr": 77.8 - }, - "Anmolpreet Singh": { - "recent_scores": [ - 10, - 0, - 10, - 72, - 66, - 62, - 10, - 16, - 32 - ], - "recent_avg": 30.9, - "recent_sr": 118.8 - }, - "Anuj Rawat": { - "recent_scores": [ - 50, - 22, - 6, - 22, - 96, - 46, - 58, - 12, - 16, - 18 - ], - "recent_avg": 34.6, - "recent_sr": 138.4 - }, - "Anureet Singh": { - "recent_scores": [ - 6, - 30, - 0, - 16, - 0, - 20, - 0, - 0 - ], - "recent_avg": 9.0, - "recent_sr": 76.6 - }, - "Arjun Tendulkar": { - "recent_scores": [ - 10, - 26 - ], - "recent_avg": 18.0, - "recent_sr": 128.6 - }, - "Arshad Khan": { - "recent_scores": [ - 12, - 2 - ], - "recent_avg": 7.0, - "recent_sr": 82.4 - }, - "Arshad Khan (2)": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 125.0 - }, - "Arshdeep Singh": { - "recent_scores": [ - 4, - 0, - 13, - 2, - 3, - 0, - 7, - 18, - 9 - ], - "recent_avg": 6.2, - "recent_sr": 105.7 - }, - "Ashok Sharma": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 20.0 - }, - "Ashutosh Sharma": { - "recent_scores": [ - 36, - 36, - 48, - 78, - 28, - 50, - 28, - 38, - 36, - 82 - ], - "recent_avg": 46.0, - "recent_sr": 159.7 - }, - "Ashwani Kumar": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 16.7 - }, - "Atharva Taide": { - "recent_scores": [ - 26, - 92, - 30, - 38, - 110, - 26, - 132, - 58, - 8, - 0 - ], - "recent_avg": 52.0, - "recent_sr": 138.3 - }, - "Auqib Nabi": { - "recent_scores": [ - 20, - 8 - ], - "recent_avg": 14.0, - "recent_sr": 350.0 - }, - "Avesh Khan": { - "recent_scores": [ - 1, - 9, - 3, - 10 - ], - "recent_avg": 5.8, - "recent_sr": 76.7 - }, - "Azhar Mahmood": { - "recent_scores": [ - 2, - 1, - 26, - 1, - 26, - 4, - 20, - 30, - 16 - ], - "recent_avg": 14.0, - "recent_sr": 76.8 - }, - "Azmatullah Omarzai": { - "recent_scores": [ - 52, - 28, - 48, - 2, - 38, - 70, - 8 - ], - "recent_avg": 35.1, - "recent_sr": 219.6 - }, - "B Akhil": { - "recent_scores": [ - 26, - 0, - 16, - 18, - 10, - 54, - 12, - 6, - 4, - 6 - ], - "recent_avg": 15.2, - "recent_sr": 138.2 - }, - "B Chipli": { - "recent_scores": [ - 32, - 2, - 50, - 2, - 20, - 10, - 20, - 36, - 2, - 24 - ], - "recent_avg": 19.8, - "recent_sr": 107.6 - }, - "B Indrajith": { - "recent_scores": [ - 0, - 30, - 12 - ], - "recent_avg": 14.0, - "recent_sr": 67.7 - }, - "B Kumar": { - "recent_scores": [ - 63, - 38, - 21, - 0, - 9, - 28, - 0, - 50, - 9, - 10 - ], - "recent_avg": 22.8, - "recent_sr": 43.4 - }, - "B Laughlin": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 11.1 - }, - "B Lee": { - "recent_scores": [ - 29, - 34, - 19, - 11, - 1, - 8, - 35, - 27, - 23, - 67 - ], - "recent_avg": 25.4, - "recent_sr": 47.7 - }, - "B Sai Sudharsan": { - "recent_scores": [ - 29, - 126, - 7, - 49, - 61, - 30 - ], - "recent_avg": 50.3, - "recent_sr": 38.5 - }, - "B Stanlake": { - "recent_scores": [ - 0, - 0, - 2, - 1, - 0, - 1 - ], - "recent_avg": 0.7, - "recent_sr": 13.8 - }, - "B Sumanth": { - "recent_scores": [ - 32, - 14, - 12, - 12 - ], - "recent_avg": 17.5, - "recent_sr": 92.1 - }, - "BA Bhatt": { - "recent_scores": [ - 12, - 0 - ], - "recent_avg": 6.0, - "recent_sr": 85.7 - }, - "BA Stokes": { - "recent_scores": [ - 45, - 12, - 1, - 18, - 88, - 69, - 8, - 141, - 77, - 33 - ], - "recent_avg": 49.2, - "recent_sr": 46.3 - }, - "BAW Mendis": { - "recent_scores": [ - 2, - 47, - 13, - 2, - 4, - 81, - 33, - 0, - 6, - 0 - ], - "recent_avg": 18.8, - "recent_sr": 44.9 - }, - "BB McCullum": { - "recent_scores": [ - 170, - 10, - 36, - 92, - 24, - 27, - 86, - 96, - 42, - 22 - ], - "recent_avg": 60.5, - "recent_sr": 89.0 - }, - "BB Samantray": { - "recent_scores": [ - 28, - 10, - 110, - 0, - 20, - 74, - 4, - 4 - ], - "recent_avg": 31.2, - "recent_sr": 107.8 - }, - "BB Sran": { - "recent_scores": [ - 6, - 2, - 4, - 0, - 4, - 2, - 2 - ], - "recent_avg": 2.9, - "recent_sr": 71.4 - }, - "BCJ Cutting": { - "recent_scores": [ - 26, - 27 - ], - "recent_avg": 26.5, - "recent_sr": 79.1 - }, - "BE Hendricks": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 47.4 - }, - "BJ Haddin": { - "recent_scores": [ - 29, - 22, - 8, - 40, - 68, - 7, - 14, - 23, - 22, - 16 - ], - "recent_avg": 24.9, - "recent_sr": 59.7 - }, - "BJ Hodge": { - "recent_scores": [ - 94, - 33, - 31, - 60 - ], - "recent_avg": 54.5, - "recent_sr": 49.8 - }, - "BJ Rohrer": { - "recent_scores": [ - 50, - 18, - 56, - 46 - ], - "recent_avg": 42.5, - "recent_sr": 118.1 - }, - "BKG Mendis": { - "recent_scores": [ - 71, - 8, - 84, - 5, - 135, - 55, - 62, - 48, - 106, - 73 - ], - "recent_avg": 64.7, - "recent_sr": 67.6 - }, - "BMAJ Mendis": { - "recent_scores": [ - 18, - 0, - 1, - 13, - 4, - 3, - 18, - 12, - 23, - 1 - ], - "recent_avg": 9.3, - "recent_sr": 73.8 - }, - "BR Dunk": { - "recent_scores": [ - 0, - 24, - 6, - 76, - 34 - ], - "recent_avg": 28.0, - "recent_sr": 112.9 - }, - "BR Sharath": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 40.0 - }, - "Basil Thampi": { - "recent_scores": [ - 2, - 6, - 4, - 4, - 22, - 0, - 26 - ], - "recent_avg": 9.1, - "recent_sr": 86.5 - }, - "Bipul Sharma": { - "recent_scores": [ - 4, - 16, - 42, - 10, - 54, - 28, - 10, - 2, - 14, - 24 - ], - "recent_avg": 20.4, - "recent_sr": 150.0 - }, - "Brijesh Sharma": { - "recent_scores": [ - 2, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "C Bosch": { - "recent_scores": [ - 28, - 136, - 81 - ], - "recent_avg": 81.7, - "recent_sr": 76.8 - }, - "C Connolly": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 66.7 - }, - "C Green": { - "recent_scores": [ - 59, - 36, - 7, - 45, - 24, - 88, - 78, - 18, - 4, - 30 - ], - "recent_avg": 38.9, - "recent_sr": 52.5 - }, - "C Madan": { - "recent_scores": [ - 30 - ], - "recent_avg": 30.0, - "recent_sr": 71.4 - }, - "C Munro": { - "recent_scores": [ - 15 - ], - "recent_avg": 15.0, - "recent_sr": 57.7 - }, - "C Nanda": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "C Sakariya": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "C de Grandhomme": { - "recent_scores": [ - 42, - 138, - 45, - 13, - 9, - 26, - 43, - 72, - 20, - 56 - ], - "recent_avg": 46.4, - "recent_sr": 68.9 - }, - "CA Ingram": { - "recent_scores": [ - 4, - 0, - 0, - 0, - 73, - 20, - 6, - 15, - 0, - 17 - ], - "recent_avg": 13.5, - "recent_sr": 69.2 - }, - "CA Lynn": { - "recent_scores": [ - 38, - 8, - 54 - ], - "recent_avg": 33.3, - "recent_sr": 98.0 - }, - "CA Pujara": { - "recent_scores": [ - 41, - 42, - 60, - 31, - 7, - 30, - 192, - 79, - 52, - 56 - ], - "recent_avg": 59.0, - "recent_sr": 46.2 - }, - "CH Gayle": { - "recent_scores": [ - 73, - 53, - 81, - 74, - 46, - 51, - 101, - 44, - 45, - 43 - ], - "recent_avg": 61.1, - "recent_sr": 70.1 - }, - "CH Morris": { - "recent_scores": [ - 26, - 49, - 29, - 69 - ], - "recent_avg": 43.2, - "recent_sr": 47.4 - }, - "CJ Anderson": { - "recent_scores": [ - 112, - 38, - 76, - 50, - 9, - 71, - 26, - 79, - 39, - 38 - ], - "recent_avg": 53.8, - "recent_sr": 55.9 - }, - "CJ Ferguson": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 17.4 - }, - "CJ Jordan": { - "recent_scores": [ - 5, - 16, - 34, - 20, - 13, - 38, - 54 - ], - "recent_avg": 25.7, - "recent_sr": 55.9 - }, - "CJ McKay": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 66.7 - }, - "CK Kapugedera": { - "recent_scores": [ - 42, - 155, - 32, - 38, - 76, - 1, - 64, - 10 - ], - "recent_avg": 52.2, - "recent_sr": 53.0 - }, - "CK Langeveldt": { - "recent_scores": [ - 1, - 5 - ], - "recent_avg": 3.0, - "recent_sr": 42.9 - }, - "CL White": { - "recent_scores": [ - 72, - 44, - 6, - 24 - ], - "recent_avg": 36.5, - "recent_sr": 44.1 - }, - "CM Gautam": { - "recent_scores": [ - 8, - 16, - 2, - 18, - 60, - 66, - 8, - 44, - 14, - 14 - ], - "recent_avg": 25.0, - "recent_sr": 103.3 - }, - "CR Brathwaite": { - "recent_scores": [ - 51, - 69, - 61 - ], - "recent_avg": 60.3, - "recent_sr": 63.7 - }, - "CR Woakes": { - "recent_scores": [ - 4, - 10, - 12, - 38, - 18, - 1, - 17, - 2, - 11, - 33 - ], - "recent_avg": 14.6, - "recent_sr": 42.2 - }, - "CRD Fernando": { - "recent_scores": [ - 3, - 4, - 39, - 5, - 14, - 0, - 36, - 9, - 4, - 11 - ], - "recent_avg": 12.5, - "recent_sr": 53.9 - }, - "CV Varun": { - "recent_scores": [ - 5, - 0, - 0, - 1, - 0, - 1, - 0, - 1, - 0, - 0 - ], - "recent_avg": 0.8, - "recent_sr": 36.4 - }, - "D Brevis": { - "recent_scores": [ - 0, - 54, - 30, - 54 - ], - "recent_avg": 34.5, - "recent_sr": 95.8 - }, - "D Ferreira": { - "recent_scores": [ - 38, - 8, - 44, - 4, - 88, - 36, - 90, - 14, - 42, - 64 - ], - "recent_avg": 42.8, - "recent_sr": 136.3 - }, - "D Kalyankrishna": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 37.5 - }, - "D Padikkal": { - "recent_scores": [ - 25, - 65 - ], - "recent_avg": 45.0, - "recent_sr": 45.5 - }, - "D Pretorius": { - "recent_scores": [ - 39, - 4, - 40 - ], - "recent_avg": 27.7, - "recent_sr": 50.9 - }, - "D Salunkhe": { - "recent_scores": [ - 12, - 2, - 52 - ], - "recent_avg": 22.0, - "recent_sr": 137.5 - }, - "D Wiese": { - "recent_scores": [ - 44 - ], - "recent_avg": 44.0, - "recent_sr": 137.5 - }, - "D du Preez": { - "recent_scores": [ - 20 - ], - "recent_avg": 20.0, - "recent_sr": 76.9 - }, - "DA Miller": { - "recent_scores": [ - 52, - 10, - 48, - 2, - 4, - 42, - 14, - 28 - ], - "recent_avg": 25.0, - "recent_sr": 99.0 - }, - "DA Payne": { - "recent_scores": [ - 2, - 0, - 26, - 28, - 16, - 10 - ], - "recent_avg": 13.7, - "recent_sr": 170.8 - }, - "DA Warner": { - "recent_scores": [ - 91, - 44, - 164, - 84, - 60, - 5, - 91, - 45, - 44, - 15 - ], - "recent_avg": 64.3, - "recent_sr": 59.5 - }, - "DAJ Bracewell": { - "recent_scores": [ - 48, - 19, - 35, - 47, - 38, - 12, - 16, - 16, - 17, - 29 - ], - "recent_avg": 27.7, - "recent_sr": 51.2 - }, - "DB Das": { - "recent_scores": [ - 16, - 46, - 36, - 12, - 38, - 2, - 4, - 38, - 8, - 2 - ], - "recent_avg": 20.2, - "recent_sr": 107.4 - }, - "DB Ravi Teja": { - "recent_scores": [ - 20, - 8, - 8, - 0, - 120, - 60, - 4, - 60, - 16, - 2 - ], - "recent_avg": 29.8, - "recent_sr": 112.9 - }, - "DE Bollinger": { - "recent_scores": [ - 7, - 5, - 2, - 25, - 4, - 9, - 2, - 0, - 0 - ], - "recent_avg": 6.0, - "recent_sr": 33.8 - }, - "DG Nalkande": { - "recent_scores": [ - 24, - 0 - ], - "recent_avg": 12.0, - "recent_sr": 100.0 - }, - "DH Yagnik": { - "recent_scores": [ - 8, - 62, - 0, - 20, - 20, - 14, - 10, - 68, - 24, - 32 - ], - "recent_avg": 25.8, - "recent_sr": 122.9 - }, - "DJ Bravo": { - "recent_scores": [ - 0, - 20, - 5, - 63, - 53, - 50, - 27, - 126, - 23, - 98 - ], - "recent_avg": 46.5, - "recent_sr": 47.9 - }, - "DJ Harris": { - "recent_scores": [ - 62, - 40, - 60, - 14, - 20, - 6, - 16, - 6, - 34, - 18 - ], - "recent_avg": 27.6, - "recent_sr": 82.1 - }, - "DJ Hooda": { - "recent_scores": [ - 12, - 1, - 25, - 33, - 27, - 29, - 26 - ], - "recent_avg": 21.9, - "recent_sr": 78.9 - }, - "DJ Hussey": { - "recent_scores": [ - 34, - 1, - 4, - 29, - 60, - 43, - 0, - 3, - 9, - 70 - ], - "recent_avg": 25.3, - "recent_sr": 93.0 - }, - "DJ Jacobs": { - "recent_scores": [ - 26, - 20 - ], - "recent_avg": 23.0, - "recent_sr": 69.7 - }, - "DJ Malan": { - "recent_scores": [ - 35, - 7, - 14, - 100, - 88, - 36, - 70, - 28, - 28, - 18 - ], - "recent_avg": 42.4, - "recent_sr": 39.8 - }, - "DJ Mitchell": { - "recent_scores": [ - 111, - 112, - 12, - 1, - 11, - 25, - 80, - 74, - 38, - 103 - ], - "recent_avg": 56.7, - "recent_sr": 51.4 - }, - "DJ Muthuswami": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "DJ Thornely": { - "recent_scores": [ - 8, - 10, - 18, - 38, - 10, - 30, - 58, - 8 - ], - "recent_avg": 22.5, - "recent_sr": 136.4 - }, - "DJ Willey": { - "recent_scores": [ - 15, - 6, - 15, - 16, - 14, - 12, - 19, - 7, - 21, - 8 - ], - "recent_avg": 13.3, - "recent_sr": 130.4 - }, - "DJG Sammy": { - "recent_scores": [ - 27, - 0, - 107, - 1, - 24, - 9, - 73, - 0, - 16, - 32 - ], - "recent_avg": 28.9, - "recent_sr": 70.7 - }, - "DJM Short": { - "recent_scores": [ - 5, - 36, - 69, - 18, - 0, - 47, - 15, - 21 - ], - "recent_avg": 26.4, - "recent_sr": 77.0 - }, - "DL Chahar": { - "recent_scores": [ - 11, - 0, - 12, - 1, - 38, - 54, - 69, - 6 - ], - "recent_avg": 23.9, - "recent_sr": 93.6 - }, - "DL Vettori": { - "recent_scores": [ - 15, - 30, - 30, - 21, - 46, - 38, - 113, - 71, - 111, - 3 - ], - "recent_avg": 47.8, - "recent_sr": 63.3 - }, - "DM Bravo": { - "recent_scores": [ - 11, - 21, - 27, - 20, - 6, - 50, - 3, - 14, - 56, - 203 - ], - "recent_avg": 41.1, - "recent_sr": 37.3 - }, - "DNT Zoysa": { - "recent_scores": [ - 2, - 0, - 9, - 1, - 6, - 3, - 14, - 1, - 0 - ], - "recent_avg": 4.0, - "recent_sr": 64.3 - }, - "DP Conway": { - "recent_scores": [ - 162, - 20, - 42, - 4, - 327, - 88, - 37, - 153, - 92, - 11 - ], - "recent_avg": 93.6, - "recent_sr": 59.8 - }, - "DP Nannes": { - "recent_scores": [ - 0, - 0, - 4, - 4 - ], - "recent_avg": 2.0, - "recent_sr": 66.7 - }, - "DP Vijaykumar": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "DPMD Jayawardene": { - "recent_scores": [ - 58, - 85, - 165, - 13, - 101, - 73, - 83, - 203, - 93, - 129 - ], - "recent_avg": 100.3, - "recent_sr": 50.8 - }, - "DR Martyn": { - "recent_scores": [ - 16, - 29, - 11, - 122, - 72, - 31, - 10, - 14, - 48, - 67 - ], - "recent_avg": 42.0, - "recent_sr": 48.8 - }, - "DR Sams": { - "recent_scores": [ - 16, - 52, - 84, - 52, - 2 - ], - "recent_avg": 41.2, - "recent_sr": 122.6 - }, - "DR Shorey": { - "recent_scores": [ - 10, - 16 - ], - "recent_avg": 13.0, - "recent_sr": 65.0 - }, - "DR Smith": { - "recent_scores": [ - 38, - 28 - ], - "recent_avg": 33.0, - "recent_sr": 61.7 - }, - "DS Kulkarni": { - "recent_scores": [ - 25, - 2 - ], - "recent_avg": 13.5, - "recent_sr": 87.1 - }, - "DS Lehmann": { - "recent_scores": [ - 17, - 81, - 8, - 31, - 192, - 30, - 110, - 21 - ], - "recent_avg": 61.2, - "recent_sr": 54.4 - }, - "DS Rathi": { - "recent_scores": [ - 4, - 0, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "DT Christian": { - "recent_scores": [ - 23, - 2, - 18, - 3, - 12, - 6, - 18, - 19, - 4, - 10 - ], - "recent_avg": 11.5, - "recent_sr": 84.6 - }, - "DT Patil": { - "recent_scores": [ - 18, - 8 - ], - "recent_avg": 13.0, - "recent_sr": 100.0 - }, - "DV Malewar": { - "recent_scores": [ - 0, - 4 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "DW Steyn": { - "recent_scores": [ - 3, - 16, - 2, - 13, - 23, - 6, - 10, - 16, - 4, - 13 - ], - "recent_avg": 10.6, - "recent_sr": 57.9 - }, - "Dhruv Jurel": { - "recent_scores": [ - 2, - 27, - 50, - 125, - 53, - 12, - 15, - 129, - 46 - ], - "recent_avg": 51.0, - "recent_sr": 55.7 - }, - "E Lewis": { - "recent_scores": [ - 37, - 7, - 60, - 8, - 14, - 20, - 2, - 49, - 16, - 19 - ], - "recent_avg": 23.2, - "recent_sr": 79.5 - }, - "E Malinga": { - "recent_scores": [ - 30 - ], - "recent_avg": 30.0, - "recent_sr": 78.9 - }, - "EJG Morgan": { - "recent_scores": [ - 41, - 3, - 38, - 1, - 104, - 70, - 19, - 71, - 83, - 14 - ], - "recent_avg": 44.4, - "recent_sr": 56.1 - }, - "ER Dwivedi": { - "recent_scores": [ - 10, - 38 - ], - "recent_avg": 24.0, - "recent_sr": 160.0 - }, - "F Behardien": { - "recent_scores": [ - 1, - 33, - 7, - 17, - 0, - 32, - 36, - 12, - 13, - 5 - ], - "recent_avg": 15.6, - "recent_sr": 110.6 - }, - "F du Plessis": { - "recent_scores": [ - 22, - 33, - 8, - 199, - 38, - 44, - 20, - 49, - 5, - 69 - ], - "recent_avg": 48.7, - "recent_sr": 47.4 - }, - "FA Allen": { - "recent_scores": [ - 12, - 2, - 0, - 20, - 8, - 22, - 0, - 0, - 12, - 6 - ], - "recent_avg": 8.2, - "recent_sr": 124.2 - }, - "FH Allen": { - "recent_scores": [ - 130, - 2, - 40, - 10, - 24, - 90, - 0, - 6, - 2, - 48 - ], - "recent_avg": 35.2, - "recent_sr": 155.8 - }, - "FH Edwards": { - "recent_scores": [ - 2, - 12, - 0, - 13, - 13, - 31, - 11, - 9, - 0, - 33 - ], - "recent_avg": 12.4, - "recent_sr": 35.9 - }, - "FY Fazal": { - "recent_scores": [ - 55 - ], - "recent_avg": 55.0, - "recent_sr": 84.6 - }, - "Fazalhaq Farooqi": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "G Coetzee": { - "recent_scores": [ - 1, - 19, - 10, - 37 - ], - "recent_avg": 16.8, - "recent_sr": 85.9 - }, - "G Gambhir": { - "recent_scores": [ - 29, - 79, - 3, - 22, - 37, - 100, - 69, - 45, - 36, - 22 - ], - "recent_avg": 44.2, - "recent_sr": 46.5 - }, - "GB Hogg": { - "recent_scores": [ - 16, - 80, - 52, - 13 - ], - "recent_avg": 40.2, - "recent_sr": 57.7 - }, - "GC Smith": { - "recent_scores": [ - 8, - 23, - 14, - 74, - 112, - 234, - 47, - 5, - 48, - 76 - ], - "recent_avg": 64.1, - "recent_sr": 59.7 - }, - "GC Viljoen": { - "recent_scores": [ - 26 - ], - "recent_avg": 26.0, - "recent_sr": 83.9 - }, - "GD McGrath": { - "recent_scores": [ - 0, - 0, - 1, - 1, - 8, - 1, - 11, - 14, - 2, - 0 - ], - "recent_avg": 3.8, - "recent_sr": 23.6 - }, - "GD Phillips": { - "recent_scores": [ - 103, - 78, - 29, - 18, - 8, - 32, - 77, - 43, - 57, - 14 - ], - "recent_avg": 45.9, - "recent_sr": 70.2 - }, - "GF Linde": { - "recent_scores": [ - 25, - 46, - 64 - ], - "recent_avg": 45.0, - "recent_sr": 52.9 - }, - "GH Vihari": { - "recent_scores": [ - 31, - 66, - 58, - 60, - 27, - 21, - 24, - 64, - 22, - 10 - ], - "recent_avg": 38.3, - "recent_sr": 36.6 - }, - "GHS Garton": { - "recent_scores": [ - 0, - 4, - 10, - 2, - 16, - 2, - 38, - 22, - 38, - 10 - ], - "recent_avg": 14.2, - "recent_sr": 120.3 - }, - "GJ Bailey": { - "recent_scores": [ - 47, - 0, - 46, - 53, - 37 - ], - "recent_avg": 36.6, - "recent_sr": 58.8 - }, - "GJ Maxwell": { - "recent_scores": [ - 63, - 37, - 53, - 106, - 41, - 18, - 21 - ], - "recent_avg": 48.4, - "recent_sr": 59.4 - }, - "GR Napier": { - "recent_scores": [ - 30 - ], - "recent_avg": 30.0, - "recent_sr": 93.8 - }, - "Gulbadin Naib": { - "recent_scores": [ - 38 - ], - "recent_avg": 38.0, - "recent_sr": 126.7 - }, - "Gurkeerat Singh": { - "recent_scores": [ - 5, - 8 - ], - "recent_avg": 6.5, - "recent_sr": 100.0 - }, - "H Das": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 40.0 - }, - "H Klaasen": { - "recent_scores": [ - 31, - 25, - 37, - 11 - ], - "recent_avg": 26.0, - "recent_sr": 45.2 - }, - "HC Brook": { - "recent_scores": [ - 79, - 82, - 56, - 126, - 59, - 75, - 46, - 52, - 164, - 3 - ], - "recent_avg": 74.2, - "recent_sr": 85.8 - }, - "HE van der Dussen": { - "recent_scores": [ - 5, - 57, - 19, - 80, - 17, - 62, - 41, - 14, - 79, - 46 - ], - "recent_avg": 42.0, - "recent_sr": 37.3 - }, - "HF Gurney": { - "recent_scores": [ - 6, - 1, - 1, - 3, - 0, - 4 - ], - "recent_avg": 2.5, - "recent_sr": 45.5 - }, - "HH Gibbs": { - "recent_scores": [ - 27, - 0, - 25, - 71, - 29, - 72, - 42, - 7, - 72, - 0 - ], - "recent_avg": 34.5, - "recent_sr": 51.0 - }, - "HH Pandya": { - "recent_scores": [ - 4, - 70, - 37, - 53, - 4, - 21, - 94, - 108, - 20, - 50 - ], - "recent_avg": 46.1, - "recent_sr": 72.8 - }, - "HM Amla": { - "recent_scores": [ - 32, - 19, - 112, - 26, - 71, - 25, - 15, - 43, - 62, - 83 - ], - "recent_avg": 48.8, - "recent_sr": 40.8 - }, - "HR Shokeen": { - "recent_scores": [ - 0, - 36, - 10, - 36, - 50 - ], - "recent_avg": 26.4, - "recent_sr": 98.5 - }, - "HV Patel": { - "recent_scores": [ - 17, - 7, - 5, - 13, - 3, - 0, - 1, - 12, - 1, - 18 - ], - "recent_avg": 7.7, - "recent_sr": 126.2 - }, - "Harbhajan Singh": { - "recent_scores": [ - 15, - 7, - 0, - 11, - 27, - 46, - 12, - 12, - 11, - 75 - ], - "recent_avg": 21.6, - "recent_sr": 60.7 - }, - "Harmeet Singh": { - "recent_scores": [ - 26, - 20, - 38, - 4, - 50, - 30, - 14, - 2, - 0, - 0 - ], - "recent_avg": 18.4, - "recent_sr": 108.2 - }, - "Harpreet Brar": { - "recent_scores": [ - 10, - 8, - 14, - 34, - 58, - 42, - 6, - 2, - 4, - 4 - ], - "recent_avg": 18.2, - "recent_sr": 121.3 - }, - "Harpreet Singh": { - "recent_scores": [ - 77, - 41, - 54, - 39 - ], - "recent_avg": 52.8, - "recent_sr": 95.9 - }, - "Harsh Dubey": { - "recent_scores": [ - 2, - 0, - 18, - 6 - ], - "recent_avg": 6.5, - "recent_sr": 118.2 - }, - "Harshit Rana": { - "recent_scores": [ - 0, - 7 - ], - "recent_avg": 3.5, - "recent_sr": 33.3 - }, - "Himmat Singh": { - "recent_scores": [ - 34, - 80, - 38, - 30, - 2 - ], - "recent_avg": 36.8, - "recent_sr": 124.3 - }, - "I Malhotra": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 175.0 - }, - "I Sharma": { - "recent_scores": [ - 0, - 10, - 24, - 5, - 0, - 10, - 7, - 9, - 17, - 0 - ], - "recent_avg": 8.2, - "recent_sr": 38.1 - }, - "I Udana": { - "recent_scores": [ - 4, - 0, - 4, - 144, - 104, - 4, - 46, - 10, - 18, - 6 - ], - "recent_avg": 34.0, - "recent_sr": 139.3 - }, - "IC Pandey": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "IK Pathan": { - "recent_scores": [ - 64, - 9, - 74, - 123, - 19, - 52, - 37, - 44, - 90, - 109 - ], - "recent_avg": 62.1, - "recent_sr": 63.4 - }, - "IR Jaggi": { - "recent_scores": [ - 56, - 10, - 4, - 20, - 6, - 6, - 50 - ], - "recent_avg": 21.7, - "recent_sr": 76.0 - }, - "IS Sodhi": { - "recent_scores": [ - 15, - 22, - 11, - 65, - 4, - 22, - 57, - 17, - 11, - 22 - ], - "recent_avg": 24.6, - "recent_sr": 36.0 - }, - "Imran Tahir": { - "recent_scores": [ - 1, - 12, - 8, - 19, - 0, - 2, - 10, - 3, - 0, - 16 - ], - "recent_avg": 7.1, - "recent_sr": 46.7 - }, - "Iqbal Abdulla": { - "recent_scores": [ - 10, - 8, - 66, - 0, - 40, - 4, - 12, - 2, - 2, - 24 - ], - "recent_avg": 16.8, - "recent_sr": 105.0 - }, - "Ishan Kishan": { - "recent_scores": [ - 77, - 1 - ], - "recent_avg": 39.0, - "recent_sr": 85.7 - }, - "J Arunkumar": { - "recent_scores": [ - 0, - 2, - 44 - ], - "recent_avg": 15.3, - "recent_sr": 95.8 - }, - "J Botha": { - "recent_scores": [ - 19, - 10, - 9, - 25, - 20 - ], - "recent_avg": 16.6, - "recent_sr": 34.6 - }, - "J Fraser-McGurk": { - "recent_scores": [ - 8, - 0, - 6, - 70, - 6, - 68, - 128, - 74, - 2, - 176 - ], - "recent_avg": 53.8, - "recent_sr": 165.0 - }, - "J Overton": { - "recent_scores": [ - 9, - 97 - ], - "recent_avg": 53.0, - "recent_sr": 67.5 - }, - "J Suchith": { - "recent_scores": [ - 0, - 4, - 28, - 12, - 2, - 8, - 18, - 0, - 68 - ], - "recent_avg": 15.6, - "recent_sr": 112.9 - }, - "J Syed Mohammad": { - "recent_scores": [ - 18, - 2, - 8, - 4, - 26 - ], - "recent_avg": 11.6, - "recent_sr": 107.4 - }, - "J Theron": { - "recent_scores": [ - 2, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "J Yadav": { - "recent_scores": [ - 2, - 18, - 7, - 104, - 55, - 62 - ], - "recent_avg": 41.3, - "recent_sr": 42.9 - }, - "JA Morkel": { - "recent_scores": [ - 58 - ], - "recent_avg": 58.0, - "recent_sr": 81.7 - }, - "JA Richardson": { - "recent_scores": [ - 7, - 17, - 1 - ], - "recent_avg": 8.3, - "recent_sr": 100.0 - }, - "JC Archer": { - "recent_scores": [ - 17, - 8, - 54, - 43, - 5, - 2, - 9, - 11, - 5, - 16 - ], - "recent_avg": 17.0, - "recent_sr": 48.9 - }, - "JC Buttler": { - "recent_scores": [ - 11, - 8, - 26, - 62, - 7, - 48, - 17, - 54, - 101, - 30 - ], - "recent_avg": 36.4, - "recent_sr": 41.7 - }, - "JD Ryder": { - "recent_scores": [ - 16, - 42, - 17, - 22, - 81, - 90, - 103, - 61, - 66, - 3 - ], - "recent_avg": 50.1, - "recent_sr": 50.8 - }, - "JD Unadkat": { - "recent_scores": [ - 7, - 27, - 2 - ], - "recent_avg": 12.0, - "recent_sr": 40.4 - }, - "JDP Oram": { - "recent_scores": [ - 80, - 33, - 57, - 45, - 129, - 38, - 10, - 1, - 117, - 41 - ], - "recent_avg": 55.1, - "recent_sr": 51.4 - }, - "JDS Neesham": { - "recent_scores": [ - 19, - 7, - 71, - 6, - 34, - 85, - 28, - 11, - 129, - 22 - ], - "recent_avg": 41.2, - "recent_sr": 61.7 - }, - "JE Root": { - "recent_scores": [ - 39, - 123, - 9, - 166, - 15, - 58, - 153, - 8, - 134, - 150 - ], - "recent_avg": 85.5, - "recent_sr": 60.0 - }, - "JE Taylor": { - "recent_scores": [ - 13, - 15, - 12, - 2, - 36, - 0, - 6, - 15, - 0, - 13 - ], - "recent_avg": 11.2, - "recent_sr": 68.3 - }, - "JEC Franklin": { - "recent_scores": [ - 23, - 5, - 49, - 48, - 39, - 64, - 52, - 14, - 45, - 0 - ], - "recent_avg": 33.9, - "recent_sr": 34.6 - }, - "JG Bethell": { - "recent_scores": [ - 74, - 9, - 20, - 164, - 41, - 11, - 88, - 112, - 60 - ], - "recent_avg": 64.3, - "recent_sr": 60.4 - }, - "JH Kallis": { - "recent_scores": [ - 115, - 34, - 7, - 5, - 23, - 57, - 8, - 60, - 39, - 104 - ], - "recent_avg": 45.2, - "recent_sr": 48.3 - }, - "JJ Bumrah": { - "recent_scores": [ - 6, - 1, - 4, - 5, - 0, - 22, - 0, - 10, - 2, - 8 - ], - "recent_avg": 5.8, - "recent_sr": 29.9 - }, - "JJ Roy": { - "recent_scores": [ - 53, - 17, - 2, - 38, - 77 - ], - "recent_avg": 37.4, - "recent_sr": 58.8 - }, - "JJ van der Wath": { - "recent_scores": [ - 4, - 5, - 35, - 0, - 37, - 8, - 0, - 0 - ], - "recent_avg": 11.1, - "recent_sr": 123.6 - }, - "JL Denly": { - "recent_scores": [ - 47, - 35, - 25, - 69, - 81, - 4, - 109, - 108, - 57, - 62 - ], - "recent_avg": 59.7, - "recent_sr": 36.7 - }, - "JL Pattinson": { - "recent_scores": [ - 2, - 14, - 22, - 47, - 1, - 45, - 27, - 41, - 1, - 26 - ], - "recent_avg": 22.6, - "recent_sr": 41.1 - }, - "JM Bairstow": { - "recent_scores": [ - 68, - 68, - 4, - 51, - 47, - 82, - 99, - 17, - 26, - 98 - ], - "recent_avg": 56.0, - "recent_sr": 79.0 - }, - "JM Kemp": { - "recent_scores": [ - 42, - 8, - 1, - 61, - 18, - 86, - 0, - 5, - 49, - 7 - ], - "recent_avg": 27.7, - "recent_sr": 71.2 - }, - "JM Sharma": { - "recent_scores": [ - 27, - 10, - 3, - 22, - 4, - 1, - 24, - 35, - 5 - ], - "recent_avg": 14.6, - "recent_sr": 145.6 - }, - "JO Holder": { - "recent_scores": [ - 54, - 67, - 71, - 64, - 20, - 15, - 38, - 100, - 18, - 3 - ], - "recent_avg": 45.0, - "recent_sr": 51.6 - }, - "JP Behrendorff": { - "recent_scores": [ - 2, - 1, - 11, - 0, - 6, - 1 - ], - "recent_avg": 3.5, - "recent_sr": 91.3 - }, - "JP Duminy": { - "recent_scores": [ - 17, - 33, - 31, - 40, - 155, - 30, - 88, - 31, - 1, - 152 - ], - "recent_avg": 57.8, - "recent_sr": 56.2 - }, - "JP Faulkner": { - "recent_scores": [ - 45 - ], - "recent_avg": 45.0, - "recent_sr": 104.7 - }, - "JP Inglis": { - "recent_scores": [ - 42, - 23, - 17, - 0, - 102 - ], - "recent_avg": 36.8, - "recent_sr": 80.3 - }, - "JPR Scantlebury-Searles": { - "recent_scores": [ - 2, - 2, - 0, - 16, - 16, - 12, - 0, - 12, - 18, - 4 - ], - "recent_avg": 8.2, - "recent_sr": 83.7 - }, - "JR Hazlewood": { - "recent_scores": [ - 8, - 14, - 16, - 17, - 0, - 11, - 1, - 23, - 0, - 0 - ], - "recent_avg": 9.0, - "recent_sr": 39.1 - }, - "JR Hopes": { - "recent_scores": [ - 12, - 7, - 8, - 34, - 12, - 40, - 29, - 33, - 57, - 42 - ], - "recent_avg": 27.4, - "recent_sr": 113.7 - }, - "JR Philippe": { - "recent_scores": [ - 37, - 10, - 16, - 39 - ], - "recent_avg": 25.5, - "recent_sr": 84.3 - }, - "Jaskaran Singh": { - "recent_scores": [ - 4, - 32, - 2 - ], - "recent_avg": 12.7, - "recent_sr": 59.4 - }, - "Joginder Sharma": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 250.0 - }, - "K Goel": { - "recent_scores": [ - 2, - 34, - 40, - 28, - 2, - 40, - 24, - 38, - 0, - 76 - ], - "recent_avg": 28.4, - "recent_sr": 88.8 - }, - "K Gowtham": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 66.7 - }, - "K Kartikeya": { - "recent_scores": [ - 4, - 2, - 12, - 6 - ], - "recent_avg": 6.0, - "recent_sr": 66.7 - }, - "K Rabada": { - "recent_scores": [ - 71, - 0, - 1, - 6, - 44, - 31, - 15, - 2, - 6, - 21 - ], - "recent_avg": 19.7, - "recent_sr": 72.2 - }, - "K Upadhyay": { - "recent_scores": [ - 2, - 22 - ], - "recent_avg": 12.0, - "recent_sr": 133.3 - }, - "K Yadav": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "KA Jamieson": { - "recent_scores": [ - 47, - 44, - 8, - 20, - 32, - 15, - 6, - 25, - 15, - 4 - ], - "recent_avg": 21.6, - "recent_sr": 63.2 - }, - "KA Maharaj": { - "recent_scores": [ - 12, - 0, - 30, - 72, - 7, - 40, - 14, - 24, - 0, - 0 - ], - "recent_avg": 19.9, - "recent_sr": 65.0 - }, - "KA Pollard": { - "recent_scores": [ - 6, - 108, - 32, - 4, - 126, - 24, - 0, - 0, - 14, - 200 - ], - "recent_avg": 51.4, - "recent_sr": 134.6 - }, - "KAJ Roach": { - "recent_scores": [ - 0, - 4, - 5, - 68, - 29, - 16, - 59, - 8, - 9, - 28 - ], - "recent_avg": 22.6, - "recent_sr": 30.8 - }, - "KB Arun Karthik": { - "recent_scores": [ - 24, - 10, - 10, - 0, - 38, - 12, - 2, - 6 - ], - "recent_avg": 12.8, - "recent_sr": 96.2 - }, - "KC Cariappa": { - "recent_scores": [ - 18, - 2, - 2, - 24, - 2 - ], - "recent_avg": 9.6, - "recent_sr": 114.3 - }, - "KC Sangakkara": { - "recent_scores": [ - 50, - 45, - 34, - 68, - 208, - 7, - 81, - 242, - 72, - 100 - ], - "recent_avg": 90.7, - "recent_sr": 54.6 - }, - "KD Karthik": { - "recent_scores": [ - 1, - 20, - 27, - 6, - 27, - 9, - 76, - 29, - 10, - 99 - ], - "recent_avg": 30.4, - "recent_sr": 53.7 - }, - "KH Pandya": { - "recent_scores": [ - 35, - 25, - 12, - 58 - ], - "recent_avg": 32.5, - "recent_sr": 99.2 - }, - "KJ Abbott": { - "recent_scores": [ - 16, - 0, - 17, - 3, - 16, - 2, - 4, - 14, - 10, - 13 - ], - "recent_avg": 9.5, - "recent_sr": 28.0 - }, - "KK Ahmed": { - "recent_scores": [ - 5, - 3 - ], - "recent_avg": 4.0, - "recent_sr": 47.1 - }, - "KK Cooper": { - "recent_scores": [ - 6, - 30, - 60, - 84, - 58, - 8, - 10, - 10, - 0, - 0 - ], - "recent_avg": 26.6, - "recent_sr": 160.2 - }, - "KK Nair": { - "recent_scores": [ - 74, - 54, - 57, - 20, - 5, - 23, - 26, - 303, - 13, - 4 - ], - "recent_avg": 57.9, - "recent_sr": 64.5 - }, - "KL Nagarkoti": { - "recent_scores": [ - 0, - 2, - 12, - 8, - 0, - 6, - 16 - ], - "recent_avg": 6.3, - "recent_sr": 64.7 - }, - "KL Rahul": { - "recent_scores": [ - 28, - 40, - 96, - 100, - 21, - 136, - 139, - 57, - 179, - 17 - ], - "recent_avg": 81.3, - "recent_sr": 48.4 - }, - "KM Asif": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "KM Jadhav": { - "recent_scores": [ - 9, - 26, - 9, - 16, - 40, - 19, - 16, - 12, - 7, - 9 - ], - "recent_avg": 16.3, - "recent_sr": 101.2 - }, - "KMA Paul": { - "recent_scores": [ - 21, - 62, - 13 - ], - "recent_avg": 32.0, - "recent_sr": 80.7 - }, - "KMDN Kulasekara": { - "recent_scores": [ - 10, - 22, - 32, - 24, - 8, - 33, - 0, - 0, - 17, - 31 - ], - "recent_avg": 17.7, - "recent_sr": 37.3 - }, - "KP Appanna": { - "recent_scores": [ - 2, - 2, - 0 - ], - "recent_avg": 1.3, - "recent_sr": 50.0 - }, - "KP Pietersen": { - "recent_scores": [ - 9, - 120, - 64, - 57, - 44, - 112, - 70, - 121, - 7, - 78 - ], - "recent_avg": 68.2, - "recent_sr": 52.1 - }, - "KR Mayers": { - "recent_scores": [ - 36, - 18, - 30, - 37, - 11, - 146, - 7, - 28, - 36, - 47 - ], - "recent_avg": 39.6, - "recent_sr": 59.9 - }, - "KR Sen": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "KS Bharat": { - "recent_scores": [ - 23, - 69, - 28, - 44, - 20, - 29, - 8 - ], - "recent_avg": 31.6, - "recent_sr": 52.9 - }, - "KS Rathore": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "KS Sharma": { - "recent_scores": [ - 6, - 18, - 8 - ], - "recent_avg": 10.7, - "recent_sr": 64.0 - }, - "KS Williamson": { - "recent_scores": [ - 18, - 36, - 71, - 53, - 61, - 200, - 41, - 154, - 53, - 85 - ], - "recent_avg": 77.2, - "recent_sr": 58.9 - }, - "KT Maphaka": { - "recent_scores": [ - 17, - 0 - ], - "recent_avg": 8.5, - "recent_sr": 58.6 - }, - "KV Sharma": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 28.6 - }, - "KW Richardson": { - "recent_scores": [ - 0, - 24, - 1, - 5, - 14, - 0, - 1, - 0, - 19, - 9 - ], - "recent_avg": 7.3, - "recent_sr": 107.4 - }, - "Kamran Akmal": { - "recent_scores": [ - 14, - 10, - 0, - 28, - 46, - 25, - 42, - 78, - 70, - 109 - ], - "recent_avg": 42.2, - "recent_sr": 62.6 - }, - "Kamran Khan": { - "recent_scores": [ - 11, - 12, - 11, - 37, - 17, - 36, - 20, - 10, - 6, - 12 - ], - "recent_avg": 17.2, - "recent_sr": 143.3 - }, - "Karanveer Singh": { - "recent_scores": [ - 8, - 4, - 10, - 2 - ], - "recent_avg": 6.0, - "recent_sr": 70.6 - }, - "Kartik Sharma": { - "recent_scores": [ - 38, - 64, - 142, - 40, - 82, - 108, - 30, - 36, - 12, - 2 - ], - "recent_avg": 55.4, - "recent_sr": 135.8 - }, - "Kartik Tyagi": { - "recent_scores": [ - 0, - 12, - 10, - 0, - 14, - 2, - 2, - 4, - 4 - ], - "recent_avg": 5.3, - "recent_sr": 92.3 - }, - "Krish Bhagat": { - "recent_scores": [ - 6, - 14 - ], - "recent_avg": 10.0, - "recent_sr": 47.6 - }, - "Kuldeep Yadav": { - "recent_scores": [ - 24, - 2, - 8, - 30, - 28, - 31, - 8, - 40, - 3, - 6 - ], - "recent_avg": 18.0, - "recent_sr": 23.9 - }, - "Kumar Kushagra": { - "recent_scores": [ - 36, - 4, - 2, - 0 - ], - "recent_avg": 10.5, - "recent_sr": 100.0 - }, - "L Ablish": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "L Balaji": { - "recent_scores": [ - 11, - 4 - ], - "recent_avg": 7.5, - "recent_sr": 51.7 - }, - "L Ngidi": { - "recent_scores": [ - 0, - 0, - 8, - 21, - 12, - 4, - 0, - 3, - 0, - 0 - ], - "recent_avg": 4.8, - "recent_sr": 44.9 - }, - "L Ronchi": { - "recent_scores": [ - 15, - 67, - 118, - 119 - ], - "recent_avg": 79.8, - "recent_sr": 73.8 - }, - "L Wood": { - "recent_scores": [ - 5, - 10 - ], - "recent_avg": 7.5, - "recent_sr": 107.1 - }, - "LA Carseldine": { - "recent_scores": [ - 16, - 18, - 18, - 32, - 78 - ], - "recent_avg": 32.4, - "recent_sr": 114.1 - }, - "LA Pomersbach": { - "recent_scores": [ - 120, - 40, - 2, - 50, - 30, - 42, - 8, - 8, - 74, - 224 - ], - "recent_avg": 59.8, - "recent_sr": 124.1 - }, - "LB Williams": { - "recent_scores": [ - 13, - 12 - ], - "recent_avg": 12.5, - "recent_sr": 35.2 - }, - "LE Plunkett": { - "recent_scores": [ - 62, - 7, - 2, - 41, - 13, - 44, - 0, - 28, - 31, - 0 - ], - "recent_avg": 22.8, - "recent_sr": 53.0 - }, - "LG Pretorius": { - "recent_scores": [ - 78, - 157 - ], - "recent_avg": 117.5, - "recent_sr": 92.9 - }, - "LH Ferguson": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 11.1 - }, - "LJ Wright": { - "recent_scores": [ - 0, - 1, - 0, - 5, - 1, - 44, - 24, - 32, - 1, - 48 - ], - "recent_avg": 15.6, - "recent_sr": 66.1 - }, - "LMP Simmons": { - "recent_scores": [ - 51, - 16, - 30, - 24, - 70, - 18, - 37, - 32 - ], - "recent_avg": 34.8, - "recent_sr": 46.6 - }, - "LPC Silva": { - "recent_scores": [ - 89, - 1, - 49, - 39, - 4, - 83, - 25, - 33, - 1, - 213 - ], - "recent_avg": 53.7, - "recent_sr": 63.0 - }, - "LR Shukla": { - "recent_scores": [ - 42, - 20, - 0, - 2, - 4, - 6, - 48, - 18, - 0, - 10 - ], - "recent_avg": 15.0, - "recent_sr": 90.4 - }, - "LRPL Taylor": { - "recent_scores": [ - 28, - 71, - 7, - 13, - 58, - 80, - 47, - 12, - 82, - 9 - ], - "recent_avg": 40.7, - "recent_sr": 49.2 - }, - "LS Livingstone": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 88.9 - }, - "Lalit Yadav": { - "recent_scores": [ - 14, - 6, - 12, - 24, - 8, - 8, - 4, - 76, - 48, - 6 - ], - "recent_avg": 20.6, - "recent_sr": 104.0 - }, - "Liton Das": { - "recent_scores": [ - 195, - 44, - 128, - 60, - 48, - 93, - 26, - 62, - 8, - 14 - ], - "recent_avg": 67.8, - "recent_sr": 65.4 - }, - "M Ashwin": { - "recent_scores": [ - 0, - 12, - 0, - 12, - 18, - 12, - 8, - 2, - 2, - 2 - ], - "recent_avg": 6.8, - "recent_sr": 72.3 - }, - "M Jansen": { - "recent_scores": [ - 93, - 13, - 12, - 0, - 62, - 18, - 12, - 13, - 11, - 84 - ], - "recent_avg": 31.8, - "recent_sr": 74.1 - }, - "M Kaif": { - "recent_scores": [ - 19, - 0, - 148, - 59, - 91, - 13, - 27, - 64 - ], - "recent_avg": 52.6, - "recent_sr": 45.3 - }, - "M Kartik": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 25.0 - }, - "M Klinger": { - "recent_scores": [ - 60, - 0, - 4, - 58, - 52, - 40, - 10, - 4, - 6, - 56 - ], - "recent_avg": 29.0, - "recent_sr": 84.8 - }, - "M Manhas": { - "recent_scores": [ - 2, - 16, - 6, - 20, - 26, - 4, - 22, - 22, - 2, - 84 - ], - "recent_avg": 20.4, - "recent_sr": 113.3 - }, - "M Markande": { - "recent_scores": [ - 36, - 2, - 4, - 12, - 6, - 14, - 2, - 0, - 8, - 12 - ], - "recent_avg": 9.6, - "recent_sr": 109.1 - }, - "M Morkel": { - "recent_scores": [ - 0, - 10, - 3, - 9, - 16, - 4, - 20, - 17, - 25, - 16 - ], - "recent_avg": 12.0, - "recent_sr": 56.3 - }, - "M Muralitharan": { - "recent_scores": [ - 5, - 18, - 35, - 17, - 8, - 22, - 0, - 0, - 0, - 12 - ], - "recent_avg": 11.7, - "recent_sr": 78.5 - }, - "M Ntini": { - "recent_scores": [ - 7, - 4, - 4, - 4, - 1, - 28, - 2, - 5, - 0, - 5 - ], - "recent_avg": 6.0, - "recent_sr": 32.1 - }, - "M Prasidh Krishna": { - "recent_scores": [ - 0, - 5, - 1, - 4, - 0, - 0 - ], - "recent_avg": 1.7, - "recent_sr": 15.4 - }, - "M Rawat": { - "recent_scores": [ - 10, - 16, - 8, - 8, - 4, - 46, - 10, - 2, - 2, - 0 - ], - "recent_avg": 10.6, - "recent_sr": 80.3 - }, - "M Shahrukh Khan": { - "recent_scores": [ - 16, - 34, - 6, - 22, - 8, - 26, - 38, - 114, - 12, - 12 - ], - "recent_avg": 28.8, - "recent_sr": 154.8 - }, - "M Theekshana": { - "recent_scores": [ - 49, - 10 - ], - "recent_avg": 29.5, - "recent_sr": 39.6 - }, - "M Tiwari": { - "recent_scores": [ - 36, - 6 - ], - "recent_avg": 21.0, - "recent_sr": 175.0 - }, - "M Vijay": { - "recent_scores": [ - 20, - 29, - 0, - 26, - 33, - 55, - 14, - 164, - 128, - 19 - ], - "recent_avg": 48.8, - "recent_sr": 42.1 - }, - "M Vohra": { - "recent_scores": [ - 20, - 38, - 14, - 28, - 18, - 24, - 16, - 90, - 0, - 4 - ], - "recent_avg": 25.2, - "recent_sr": 111.5 - }, - "M de Lange": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 47.4 - }, - "MA Agarwal": { - "recent_scores": [ - 26, - 33, - 22, - 49, - 64, - 212, - 30, - 47, - 5, - 26 - ], - "recent_avg": 51.4, - "recent_sr": 49.3 - }, - "MA Khote": { - "recent_scores": [ - 14, - 16, - 18 - ], - "recent_avg": 16.0, - "recent_sr": 109.1 - }, - "MA Starc": { - "recent_scores": [ - 5, - 1, - 61, - 77, - 12, - 11, - 19, - 16, - 59, - 8 - ], - "recent_avg": 26.9, - "recent_sr": 51.9 - }, - "MA Wood": { - "recent_scores": [ - 4, - 22, - 0, - 13, - 0, - 37, - 11, - 37, - 6, - 40 - ], - "recent_avg": 17.0, - "recent_sr": 96.0 - }, - "MC Henriques": { - "recent_scores": [ - 8, - 2, - 5, - 149 - ], - "recent_avg": 41.0, - "recent_sr": 47.4 - }, - "MC Juneja": { - "recent_scores": [ - 28, - 4, - 34, - 30, - 98, - 40, - 16 - ], - "recent_avg": 35.7, - "recent_sr": 93.3 - }, - "MD Choudhary": { - "recent_scores": [ - 2, - 26, - 2, - 14, - 42, - 78, - 36, - 108, - 4, - 28 - ], - "recent_avg": 34.0, - "recent_sr": 139.3 - }, - "MD Mishra": { - "recent_scores": [ - 8, - 4, - 18, - 24, - 14, - 74, - 0, - 4, - 50, - 40 - ], - "recent_avg": 23.6, - "recent_sr": 105.4 - }, - "MD Shanaka": { - "recent_scores": [ - 27, - 12, - 72, - 19, - 6, - 4 - ], - "recent_avg": 23.3, - "recent_sr": 50.7 - }, - "MDKJ Perera": { - "recent_scores": [ - 20, - 82, - 61, - 80, - 0, - 24, - 20, - 204, - 29, - 28 - ], - "recent_avg": 54.8, - "recent_sr": 69.7 - }, - "MEK Hussey": { - "recent_scores": [ - 52, - 34, - 146, - 38, - 157, - 100, - 42, - 97, - 80, - 40 - ], - "recent_avg": 78.6, - "recent_sr": 54.1 - }, - "MF Maharoof": { - "recent_scores": [ - 2, - 16, - 23, - 39, - 5, - 22, - 85, - 19, - 18, - 81 - ], - "recent_avg": 31.0, - "recent_sr": 38.5 - }, - "MG Bracewell": { - "recent_scores": [ - 71, - 9, - 35, - 14, - 32, - 74, - 8, - 22, - 74 - ], - "recent_avg": 37.7, - "recent_sr": 57.0 - }, - "MG Johnson": { - "recent_scores": [ - 31, - 0, - 18, - 17, - 15, - 91, - 5, - 20, - 43, - 90 - ], - "recent_avg": 33.0, - "recent_sr": 63.1 - }, - "MJ Clarke": { - "recent_scores": [ - 15, - 23, - 13, - 39, - 42, - 61, - 18, - 135, - 52, - 5 - ], - "recent_avg": 40.3, - "recent_sr": 57.7 - }, - "MJ Guptill": { - "recent_scores": [ - 101, - 37, - 21, - 8, - 7, - 98, - 40, - 18, - 63, - 51 - ], - "recent_avg": 44.4, - "recent_sr": 56.1 - }, - "MJ Henry": { - "recent_scores": [ - 6, - 0, - 16, - 5, - 8, - 4, - 19, - 10, - 8, - 45 - ], - "recent_avg": 12.1, - "recent_sr": 63.4 - }, - "MJ Lumb": { - "recent_scores": [ - 20, - 39, - 106 - ], - "recent_avg": 55.0, - "recent_sr": 80.1 - }, - "MJ McClenaghan": { - "recent_scores": [ - 31, - 16, - 2, - 5, - 6, - 34, - 3, - 0, - 3, - 1 - ], - "recent_avg": 10.1, - "recent_sr": 87.1 - }, - "MJ Owen": { - "recent_scores": [ - 14, - 14, - 34, - 2, - 12, - 78, - 154, - 10, - 310, - 122 - ], - "recent_avg": 75.0, - "recent_sr": 192.3 - }, - "MJ Santner": { - "recent_scores": [ - 4, - 19, - 125, - 37, - 96, - 4, - 2, - 36, - 0, - 25 - ], - "recent_avg": 34.8, - "recent_sr": 61.2 - }, - "MJ Suthar": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "MK Lomror": { - "recent_scores": [ - 64, - 0, - 26, - 0, - 14, - 8, - 38, - 0, - 66, - 34 - ], - "recent_avg": 25.0, - "recent_sr": 168.9 - }, - "MK Pandey": { - "recent_scores": [ - 11, - 37, - 26, - 42, - 8, - 2, - 2, - 11, - 33, - 36 - ], - "recent_avg": 20.8, - "recent_sr": 89.3 - }, - "MK Tiwary": { - "recent_scores": [ - 10, - 22, - 2, - 2, - 65, - 21, - 104, - 24, - 11, - 22 - ], - "recent_avg": 28.3, - "recent_sr": 74.7 - }, - "ML Hayden": { - "recent_scores": [ - 70, - 31, - 16, - 24, - 8, - 93, - 99, - 29, - 13, - 103 - ], - "recent_avg": 48.6, - "recent_sr": 57.5 - }, - "MM Ali": { - "recent_scores": [ - 63, - 54, - 26, - 37, - 35, - 8, - 40, - 49, - 4, - 9 - ], - "recent_avg": 32.5, - "recent_sr": 55.0 - }, - "MM Patel": { - "recent_scores": [ - 4, - 15, - 9, - 0, - 0, - 0, - 13, - 0, - 11 - ], - "recent_avg": 5.8, - "recent_sr": 39.7 - }, - "MM Sharma": { - "recent_scores": [ - 0, - 0, - 11, - 0, - 7, - 8, - 1, - 4, - 0 - ], - "recent_avg": 3.4, - "recent_sr": 47.0 - }, - "MN Samuels": { - "recent_scores": [ - 10, - 53, - 80, - 4, - 60, - 37, - 51, - 4, - 19, - 12 - ], - "recent_avg": 33.0, - "recent_sr": 44.2 - }, - "MN van Wyk": { - "recent_scores": [ - 58, - 2, - 16, - 18, - 5, - 42, - 5, - 13, - 56, - 15 - ], - "recent_avg": 23.0, - "recent_sr": 69.9 - }, - "MP Breetzke": { - "recent_scores": [ - 14, - 0 - ], - "recent_avg": 7.0, - "recent_sr": 25.5 - }, - "MP Stoinis": { - "recent_scores": [ - 98, - 16, - 14, - 72, - 20, - 2, - 84, - 2, - 26, - 12 - ], - "recent_avg": 34.6, - "recent_sr": 125.4 - }, - "MP Yadav": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "MR Marsh": { - "recent_scores": [ - 4, - 7, - 9, - 53, - 80, - 40, - 31, - 5, - 54, - 137 - ], - "recent_avg": 42.0, - "recent_sr": 63.0 - }, - "MS Bhandage": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 25.0 - }, - "MS Bisla": { - "recent_scores": [ - 34, - 40, - 6, - 30, - 2, - 0, - 24, - 34, - 58, - 8 - ], - "recent_avg": 23.6, - "recent_sr": 89.4 - }, - "MS Dhoni": { - "recent_scores": [ - 35, - 33, - 82, - 98, - 56, - 20, - 93, - 68, - 49, - 39 - ], - "recent_avg": 57.3, - "recent_sr": 54.2 - }, - "MS Gony": { - "recent_scores": [ - 6, - 0, - 0, - 84, - 8, - 0, - 0, - 4, - 14, - 12 - ], - "recent_avg": 12.8, - "recent_sr": 125.5 - }, - "MS Wade": { - "recent_scores": [ - 45, - 17, - 70, - 41, - 22, - 68, - 29, - 38, - 60, - 136 - ], - "recent_avg": 52.6, - "recent_sr": 54.1 - }, - "MV Boucher": { - "recent_scores": [ - 46, - 24, - 38, - 10, - 65, - 16, - 4, - 55, - 17, - 60 - ], - "recent_avg": 33.5, - "recent_sr": 51.3 - }, - "MW Short": { - "recent_scores": [ - 86, - 86, - 38, - 42, - 78, - 68, - 20, - 56, - 62, - 60 - ], - "recent_avg": 59.6, - "recent_sr": 122.1 - }, - "Mandeep Singh": { - "recent_scores": [ - 3, - 31, - 17, - 8, - 4, - 52, - 31 - ], - "recent_avg": 20.9, - "recent_sr": 113.2 - }, - "Mashrafe Mortaza": { - "recent_scores": [ - 39, - 63, - 35, - 11, - 48, - 5, - 40, - 21, - 32, - 13 - ], - "recent_avg": 30.7, - "recent_sr": 66.7 - }, - "Mayank Dagar": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Misbah-ul-Haq": { - "recent_scores": [ - 61, - 99, - 111, - 56, - 11, - 9, - 44, - 57, - 96, - 44 - ], - "recent_avg": 58.8, - "recent_sr": 44.2 - }, - "Mohammad Ashraful": { - "recent_scores": [ - 8, - 78, - 20, - 212, - 1, - 112, - 25, - 25, - 14, - 64 - ], - "recent_avg": 55.9, - "recent_sr": 46.3 - }, - "Mohammad Asif": { - "recent_scores": [ - 1, - 8, - 14, - 0, - 9, - 5, - 29, - 0, - 1, - 0 - ], - "recent_avg": 6.7, - "recent_sr": 35.4 - }, - "Mohammad Hafeez": { - "recent_scores": [ - 8, - 9, - 30, - 10, - 143, - 2, - 60, - 40, - 178, - 70 - ], - "recent_avg": 55.0, - "recent_sr": 52.9 - }, - "Mohammad Nabi": { - "recent_scores": [ - 80, - 6, - 54, - 2, - 14, - 30, - 0 - ], - "recent_avg": 26.6, - "recent_sr": 98.9 - }, - "Mohammed Shami": { - "recent_scores": [ - 26, - 0, - 2, - 37, - 29, - 21, - 20, - 7, - 9, - 9 - ], - "recent_avg": 16.0, - "recent_sr": 66.4 - }, - "Mohammed Siraj": { - "recent_scores": [ - 2, - 1, - 0, - 5, - 4, - 8, - 3, - 7, - 4, - 1 - ], - "recent_avg": 3.5, - "recent_sr": 23.0 - }, - "Mohit Rathee": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "Mohsin Khan": { - "recent_scores": [ - 9, - 7, - 8 - ], - "recent_avg": 8.0, - "recent_sr": 57.1 - }, - "Mujeeb Ur Rahman": { - "recent_scores": [ - 6, - 2, - 0 - ], - "recent_avg": 2.7, - "recent_sr": 50.0 - }, - "Mukesh Choudhary": { - "recent_scores": [ - 4, - 8, - 4 - ], - "recent_avg": 5.3, - "recent_sr": 100.0 - }, - "Mukesh Kumar": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Musheer Khan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Mustafizur Rahman": { - "recent_scores": [ - 7, - 3, - 16, - 2, - 5, - 8, - 7, - 11, - 0, - 0 - ], - "recent_avg": 5.9, - "recent_sr": 43.7 - }, - "N Burger": { - "recent_scores": [ - 23, - 10, - 0 - ], - "recent_avg": 11.0, - "recent_sr": 29.2 - }, - "N Jagadeesan": { - "recent_scores": [ - 38, - 54, - 2, - 0, - 72, - 12, - 2, - 78, - 0, - 66 - ], - "recent_avg": 32.4, - "recent_sr": 104.5 - }, - "N Pooran": { - "recent_scores": [ - 172, - 12, - 38, - 40, - 32, - 38, - 140, - 6, - 136, - 22 - ], - "recent_avg": 63.6, - "recent_sr": 119.1 - }, - "N Rana": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 50.0 - }, - "N Saini": { - "recent_scores": [ - 2, - 30, - 6, - 4, - 4, - 100, - 12, - 34, - 60, - 28 - ], - "recent_avg": 28.0, - "recent_sr": 97.9 - }, - "N Sindhu": { - "recent_scores": [ - 40, - 10, - 2, - 44, - 30 - ], - "recent_avg": 25.2, - "recent_sr": 123.5 - }, - "N Wadhera": { - "recent_scores": [ - 0, - 50, - 26, - 28, - 20, - 6, - 30, - 96, - 16, - 4 - ], - "recent_avg": 27.6, - "recent_sr": 111.3 - }, - "NA Saini": { - "recent_scores": [ - 5, - 3 - ], - "recent_avg": 4.0, - "recent_sr": 29.6 - }, - "ND Doshi": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "NJ Maddinson": { - "recent_scores": [ - 22, - 5, - 0 - ], - "recent_avg": 9.0, - "recent_sr": 34.6 - }, - "NJ Rimmington": { - "recent_scores": [ - 2, - 52, - 2, - 18, - 18, - 4, - 16, - 0, - 8, - 24 - ], - "recent_avg": 14.4, - "recent_sr": 90.0 - }, - "NL McCullum": { - "recent_scores": [ - 10, - 25, - 5, - 9, - 13, - 25, - 15, - 13, - 6, - 1 - ], - "recent_avg": 12.2, - "recent_sr": 73.5 - }, - "NLTC Perera": { - "recent_scores": [ - 75, - 35, - 24, - 22, - 2, - 45 - ], - "recent_avg": 33.8, - "recent_sr": 73.0 - }, - "NM Coulter-Nile": { - "recent_scores": [ - 2, - 4, - 92, - 2, - 4, - 28, - 34, - 0, - 8, - 2 - ], - "recent_avg": 17.6, - "recent_sr": 102.9 - }, - "NS Naik": { - "recent_scores": [ - 2, - 14, - 2, - 44 - ], - "recent_avg": 15.5, - "recent_sr": 58.5 - }, - "NT Ellis": { - "recent_scores": [ - 2, - 8, - 1, - 5, - 8, - 16, - 3, - 14, - 10, - 0 - ], - "recent_avg": 6.7, - "recent_sr": 63.8 - }, - "NV Ojha": { - "recent_scores": [ - 56 - ], - "recent_avg": 56.0, - "recent_sr": 47.9 - }, - "Naman Dhir": { - "recent_scores": [ - 12, - 0, - 18, - 94, - 46, - 114, - 44, - 0, - 90, - 100 - ], - "recent_avg": 51.8, - "recent_sr": 143.9 - }, - "Navdeep Saini": { - "recent_scores": [ - 15 - ], - "recent_avg": 15.0, - "recent_sr": 39.5 - }, - "Naveen-ul-Haq": { - "recent_scores": [ - 8, - 2, - 6, - 8 - ], - "recent_avg": 6.0, - "recent_sr": 75.0 - }, - "Niraj Patel": { - "recent_scores": [ - 28, - 8, - 4, - 114, - 80, - 8 - ], - "recent_avg": 40.3, - "recent_sr": 97.6 - }, - "Nithish Kumar Reddy": { - "recent_scores": [ - 10, - 43, - 43, - 2, - 4, - 115, - 16, - 84, - 79 - ], - "recent_avg": 44.0, - "recent_sr": 57.1 - }, - "Noor Ahmad": { - "recent_scores": [ - 14, - 26, - 4, - 40, - 4, - 2, - 0, - 6, - 22 - ], - "recent_avg": 13.1, - "recent_sr": 101.7 - }, - "OA Shah": { - "recent_scores": [ - 34, - 28, - 71, - 10 - ], - "recent_avg": 35.8, - "recent_sr": 39.5 - }, - "OC McCoy": { - "recent_scores": [ - 6, - 2 - ], - "recent_avg": 4.0, - "recent_sr": 50.0 - }, - "OF Smith": { - "recent_scores": [ - 37, - 17, - 1, - 36, - 24, - 20, - 46, - 18 - ], - "recent_avg": 24.9, - "recent_sr": 155.5 - }, - "P Awana": { - "recent_scores": [ - 0, - 0, - 0, - 2, - 8 - ], - "recent_avg": 2.0, - "recent_sr": 35.7 - }, - "P Chopra": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 133.3 - }, - "P Dogra": { - "recent_scores": [ - 10, - 6, - 12, - 12, - 16, - 40, - 10, - 2, - 0, - 6 - ], - "recent_avg": 11.4, - "recent_sr": 67.9 - }, - "P Dubey": { - "recent_scores": [ - 32, - 14 - ], - "recent_avg": 23.0, - "recent_sr": 69.7 - }, - "P Kumar": { - "recent_scores": [ - 66, - 25, - 19, - 23, - 12, - 4 - ], - "recent_avg": 24.8, - "recent_sr": 92.5 - }, - "P Negi": { - "recent_scores": [ - 8, - 10, - 0, - 0, - 0, - 6, - 26, - 10, - 42, - 70 - ], - "recent_avg": 17.2, - "recent_sr": 116.2 - }, - "P Nissanka": { - "recent_scores": [ - 5, - 158, - 211, - 19, - 107, - 26, - 1, - 29, - 191, - 26 - ], - "recent_avg": 77.3, - "recent_sr": 71.0 - }, - "P Parameswaran": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "P Ray Barman": { - "recent_scores": [ - 38 - ], - "recent_avg": 38.0, - "recent_sr": 76.0 - }, - "P Sahu": { - "recent_scores": [ - 2, - 36 - ], - "recent_avg": 19.0, - "recent_sr": 146.2 - }, - "P Simran Singh": { - "recent_scores": [ - 138, - 4, - 114, - 36, - 6, - 30, - 118, - 152, - 0, - 160 - ], - "recent_avg": 75.8, - "recent_sr": 165.5 - }, - "PA Patel": { - "recent_scores": [ - 18, - 38, - 71, - 15, - 109, - 14, - 54, - 69, - 62, - 37 - ], - "recent_avg": 48.7, - "recent_sr": 56.6 - }, - "PA Reddy": { - "recent_scores": [ - 14, - 4, - 38, - 2, - 24, - 46, - 54, - 14, - 84, - 48 - ], - "recent_avg": 32.8, - "recent_sr": 98.2 - }, - "PBB Rajapaksa": { - "recent_scores": [ - 164, - 16, - 70, - 2, - 92, - 14, - 32, - 56, - 0, - 26 - ], - "recent_avg": 47.2, - "recent_sr": 160.5 - }, - "PC Valthaty": { - "recent_scores": [ - 12, - 4, - 12, - 16, - 0, - 2, - 26, - 10, - 40, - 124 - ], - "recent_avg": 24.6, - "recent_sr": 83.7 - }, - "PD Collingwood": { - "recent_scores": [ - 13, - 8, - 16, - 42, - 4, - 0, - 8, - 28, - 83, - 0 - ], - "recent_avg": 20.2, - "recent_sr": 43.0 - }, - "PD Salt": { - "recent_scores": [ - 44, - 64, - 6, - 82, - 46, - 42, - 40, - 124, - 26, - 128 - ], - "recent_avg": 60.2, - "recent_sr": 151.3 - }, - "PHKD Mendis": { - "recent_scores": [ - 128, - 9, - 33, - 99, - 27, - 47, - 83, - 23, - 182, - 127 - ], - "recent_avg": 75.8, - "recent_sr": 64.9 - }, - "PJ Cummins": { - "recent_scores": [ - 19, - 29, - 21, - 37, - 7, - 10, - 90, - 42, - 12, - 5 - ], - "recent_avg": 27.2, - "recent_sr": 66.2 - }, - "PJ Sangwan": { - "recent_scores": [ - 4, - 0, - 0, - 2, - 2, - 8, - 12, - 8, - 0, - 10 - ], - "recent_avg": 4.6, - "recent_sr": 60.5 - }, - "PK Garg": { - "recent_scores": [ - 20, - 24, - 8, - 84, - 58, - 30, - 42, - 14, - 0, - 34 - ], - "recent_avg": 31.4, - "recent_sr": 109.0 - }, - "PM Sarvesh Kumar": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "PN Mankad": { - "recent_scores": [ - 6, - 52, - 0, - 128, - 8 - ], - "recent_avg": 38.8, - "recent_sr": 129.3 - }, - "PP Chawla": { - "recent_scores": [ - 1, - 4, - 1 - ], - "recent_avg": 2.0, - "recent_sr": 26.1 - }, - "PP Hinge": { - "recent_scores": [ - 6, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 33.3 - }, - "PP Ojha": { - "recent_scores": [ - 0, - 2, - 0, - 1, - 3, - 3, - 6, - 0, - 0, - 4 - ], - "recent_avg": 1.9, - "recent_sr": 12.7 - }, - "PP Shaw": { - "recent_scores": [ - 4, - 68, - 30, - 103, - 134 - ], - "recent_avg": 67.8, - "recent_sr": 85.8 - }, - "PR Shah": { - "recent_scores": [ - 10, - 24, - 22, - 58, - 2, - 0, - 10, - 20, - 38 - ], - "recent_avg": 20.4, - "recent_sr": 94.8 - }, - "PR Veer": { - "recent_scores": [ - 22, - 26, - 34, - 86, - 12 - ], - "recent_avg": 36.0, - "recent_sr": 125.0 - }, - "PSP Handscomb": { - "recent_scores": [ - 17, - 19, - 72, - 37, - 37, - 20, - 48, - 24, - 48, - 14 - ], - "recent_avg": 33.6, - "recent_sr": 40.7 - }, - "PV Tambe": { - "recent_scores": [ - 14, - 2, - 4, - 6, - 4, - 6 - ], - "recent_avg": 6.0, - "recent_sr": 46.2 - }, - "PVD Chameera": { - "recent_scores": [ - 3, - 2, - 8, - 22, - 5, - 3, - 19, - 2, - 6, - 28 - ], - "recent_avg": 9.8, - "recent_sr": 31.0 - }, - "PVSN Raju": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "PWA Mulder": { - "recent_scores": [ - 48, - 35, - 17, - 367, - 164, - 33, - 5, - 24, - 105, - 54 - ], - "recent_avg": 85.2, - "recent_sr": 70.0 - }, - "PWH de Silva": { - "recent_scores": [ - 43, - 31, - 45, - 77 - ], - "recent_avg": 49.0, - "recent_sr": 86.3 - }, - "Pankaj Singh": { - "recent_scores": [ - 0, - 10 - ], - "recent_avg": 5.0, - "recent_sr": 50.0 - }, - "Parvez Rasool": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 83.3 - }, - "Prince Yadav": { - "recent_scores": [ - 2, - 6 - ], - "recent_avg": 4.0, - "recent_sr": 266.7 - }, - "Priyansh Arya": { - "recent_scores": [ - 0, - 0, - 44, - 112, - 2, - 4, - 58, - 86, - 186, - 30 - ], - "recent_avg": 52.2, - "recent_sr": 186.4 - }, - "Q de Kock": { - "recent_scores": [ - 55, - 96, - 141, - 29, - 17, - 10, - 18, - 115, - 66, - 70 - ], - "recent_avg": 61.7, - "recent_sr": 63.2 - }, - "R Ashwin": { - "recent_scores": [ - 29, - 14, - 22, - 15, - 1, - 113, - 0, - 1, - 37, - 49 - ], - "recent_avg": 28.1, - "recent_sr": 57.9 - }, - "R Bhatia": { - "recent_scores": [ - 32, - 18, - 6, - 2, - 42, - 0, - 0, - 12, - 14, - 8 - ], - "recent_avg": 13.4, - "recent_sr": 124.1 - }, - "R Bishnoi": { - "recent_scores": [ - 36, - 2, - 0 - ], - "recent_avg": 12.7, - "recent_sr": 111.8 - }, - "R Dhawan": { - "recent_scores": [ - 9, - 3 - ], - "recent_avg": 6.0, - "recent_sr": 92.3 - }, - "R Dravid": { - "recent_scores": [ - 26, - 56, - 34, - 78, - 115, - 119, - 85, - 159, - 40, - 123 - ], - "recent_avg": 83.5, - "recent_sr": 45.8 - }, - "R McLaren": { - "recent_scores": [ - 14, - 33 - ], - "recent_avg": 23.5, - "recent_sr": 43.5 - }, - "R Minz": { - "recent_scores": [ - 10, - 2, - 6, - 6 - ], - "recent_avg": 6.0, - "recent_sr": 60.0 - }, - "R Ninan": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 50.0 - }, - "R Parag": { - "recent_scores": [ - 15 - ], - "recent_avg": 15.0, - "recent_sr": 115.4 - }, - "R Powell": { - "recent_scores": [ - 122, - 2, - 84 - ], - "recent_avg": 69.3, - "recent_sr": 236.4 - }, - "R Rampaul": { - "recent_scores": [ - 5, - 1, - 2, - 6, - 42, - 10, - 30, - 8, - 1, - 0 - ], - "recent_avg": 10.5, - "recent_sr": 42.2 - }, - "R Ravindra": { - "recent_scores": [ - 101, - 109, - 8, - 121, - 118, - 5, - 179, - 165, - 2, - 62 - ], - "recent_avg": 87.0, - "recent_sr": 76.2 - }, - "R Sai Kishore": { - "recent_scores": [ - 6, - 2, - 2, - 26 - ], - "recent_avg": 9.0, - "recent_sr": 112.5 - }, - "R Sanjay Yadav": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "R Sathish": { - "recent_scores": [ - 16, - 12, - 20, - 44, - 24, - 50, - 8, - 54, - 0, - 22 - ], - "recent_avg": 25.0, - "recent_sr": 128.9 - }, - "R Sharma": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "R Shepherd": { - "recent_scores": [ - 4, - 12, - 22, - 2, - 40, - 52, - 26, - 26, - 0, - 112 - ], - "recent_avg": 29.6, - "recent_sr": 138.3 - }, - "R Shukla": { - "recent_scores": [ - 28, - 4, - 4, - 2 - ], - "recent_avg": 9.5, - "recent_sr": 82.6 - }, - "R Smaran": { - "recent_scores": [ - 2, - 10, - 18, - 8 - ], - "recent_avg": 9.5, - "recent_sr": 76.0 - }, - "R Tewatia": { - "recent_scores": [ - 14, - 34, - 136, - 0, - 4, - 8, - 28, - 4, - 54, - 16 - ], - "recent_avg": 29.8, - "recent_sr": 136.7 - }, - "R Vinay Kumar": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 44.0 - }, - "RA Bawa": { - "recent_scores": [ - 32, - 16, - 22, - 0 - ], - "recent_avg": 17.5, - "recent_sr": 109.4 - }, - "RA Jadeja": { - "recent_scores": [ - 60, - 45, - 104, - 62, - 127, - 133, - 158, - 36, - 39, - 19 - ], - "recent_avg": 78.3, - "recent_sr": 52.3 - }, - "RA Tripathi": { - "recent_scores": [ - 44, - 13, - 0, - 35, - 5 - ], - "recent_avg": 19.4, - "recent_sr": 142.6 - }, - "RD Chahar": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 50.0 - }, - "RD Gaikwad": { - "recent_scores": [ - 105, - 8, - 4, - 5, - 8, - 71, - 8, - 19 - ], - "recent_avg": 28.5, - "recent_sr": 88.0 - }, - "RD Rickelton": { - "recent_scores": [ - 70, - 34, - 39, - 116, - 22, - 259, - 8, - 125, - 12, - 28 - ], - "recent_avg": 71.3, - "recent_sr": 54.5 - }, - "RE Levi": { - "recent_scores": [ - 5, - 0, - 0, - 8, - 4, - 50, - 1, - 0, - 8, - 19 - ], - "recent_avg": 9.5, - "recent_sr": 96.9 - }, - "RE van der Merwe": { - "recent_scores": [ - 34, - 5, - 8, - 16, - 30, - 21, - 18, - 1, - 3, - 3 - ], - "recent_avg": 13.9, - "recent_sr": 84.8 - }, - "RG More": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 100.0 - }, - "RG Sharma": { - "recent_scores": [ - 12, - 10, - 9, - 29, - 8, - 54, - 31, - 11, - 103, - 57 - ], - "recent_avg": 32.4, - "recent_sr": 60.1 - }, - "RJ Gleeson": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "RJ Harris": { - "recent_scores": [ - 25, - 95, - 4, - 32, - 19, - 35, - 6, - 12, - 55, - 9 - ], - "recent_avg": 29.2, - "recent_sr": 70.7 - }, - "RJ Peterson": { - "recent_scores": [ - 31, - 61, - 52, - 28, - 85, - 0, - 8, - 5, - 31, - 4 - ], - "recent_avg": 30.5, - "recent_sr": 70.9 - }, - "RJ Quiney": { - "recent_scores": [ - 0, - 9 - ], - "recent_avg": 4.5, - "recent_sr": 40.9 - }, - "RJW Topley": { - "recent_scores": [ - 1, - 1, - 1, - 0, - 3, - 6, - 1, - 1, - 0, - 0 - ], - "recent_avg": 1.4, - "recent_sr": 36.8 - }, - "RK Bhui": { - "recent_scores": [ - 0, - 6, - 14, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 37.0 - }, - "RK Singh": { - "recent_scores": [ - 38, - 17 - ], - "recent_avg": 27.5, - "recent_sr": 127.9 - }, - "RM Patidar": { - "recent_scores": [ - 17, - 5, - 41 - ], - "recent_avg": 21.0, - "recent_sr": 38.4 - }, - "RN ten Doeschate": { - "recent_scores": [ - 106, - 53, - 11, - 11, - 7, - 119, - 0, - 70, - 1, - 57 - ], - "recent_avg": 43.5, - "recent_sr": 87.5 - }, - "RP Meredith": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "RP Singh": { - "recent_scores": [ - 25, - 8, - 0, - 0, - 30, - 13, - 4, - 11, - 0, - 19 - ], - "recent_avg": 11.0, - "recent_sr": 45.3 - }, - "RR Bhatkal": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "RR Pant": { - "recent_scores": [ - 20, - 29, - 54, - 83, - 90, - 252, - 101, - 58, - 9, - 49 - ], - "recent_avg": 74.5, - "recent_sr": 72.2 - }, - "RR Powar": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 72.2 - }, - "RR Raje": { - "recent_scores": [ - 2, - 22, - 2, - 2, - 12 - ], - "recent_avg": 8.0, - "recent_sr": 111.1 - }, - "RR Rossouw": { - "recent_scores": [ - 212, - 14, - 80, - 0, - 12, - 216, - 82, - 24, - 134, - 2 - ], - "recent_avg": 77.6, - "recent_sr": 174.0 - }, - "RR Sarwan": { - "recent_scores": [ - 26, - 3, - 20, - 34, - 53, - 35, - 122, - 14, - 28, - 291 - ], - "recent_avg": 62.6, - "recent_sr": 57.8 - }, - "RS Bopara": { - "recent_scores": [ - 22, - 44, - 7, - 1, - 23, - 45, - 36, - 108, - 143, - 104 - ], - "recent_avg": 53.3, - "recent_sr": 52.3 - }, - "RS Gavaskar": { - "recent_scores": [ - 13, - 13, - 20, - 15, - 6, - 2, - 22, - 2 - ], - "recent_avg": 11.6, - "recent_sr": 56.7 - }, - "RS Sodhi": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 200.0 - }, - "RT Ponting": { - "recent_scores": [ - 12, - 20, - 0, - 80, - 48, - 18, - 281, - 7, - 134, - 122 - ], - "recent_avg": 72.2, - "recent_sr": 54.1 - }, - "RV Gomez": { - "recent_scores": [ - 8, - 4, - 14, - 2, - 0, - 0, - 20, - 52, - 0 - ], - "recent_avg": 11.1, - "recent_sr": 94.3 - }, - "RV Patel": { - "recent_scores": [ - 20, - 46, - 22, - 10, - 12, - 14, - 36 - ], - "recent_avg": 22.9, - "recent_sr": 105.3 - }, - "RV Uthappa": { - "recent_scores": [ - 31, - 13, - 0, - 19, - 16, - 5, - 14, - 50, - 20, - 2 - ], - "recent_avg": 17.0, - "recent_sr": 72.0 - }, - "Rahmanullah Gurbaz": { - "recent_scores": [ - 60, - 0, - 46, - 114, - 54, - 72, - 40, - 58, - 34, - 38 - ], - "recent_avg": 51.6, - "recent_sr": 141.0 - }, - "Ramandeep Singh": { - "recent_scores": [ - 15 - ], - "recent_avg": 15.0, - "recent_sr": 250.0 - }, - "Rashid Khan": { - "recent_scores": [ - 110, - 10, - 28, - 14, - 100, - 62, - 4, - 4, - 26 - ], - "recent_avg": 39.8, - "recent_sr": 154.3 - }, - "Rasikh Salam": { - "recent_scores": [ - 6, - 20, - 18, - 16, - 2, - 14, - 10 - ], - "recent_avg": 12.3, - "recent_sr": 100.0 - }, - "Ravi Bishnoi": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 200.0 - }, - "Ravi Singh": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 200.0 - }, - "S Anirudha": { - "recent_scores": [ - 6, - 0, - 2, - 36, - 6, - 14, - 18, - 0, - 128, - 12 - ], - "recent_avg": 22.2, - "recent_sr": 113.3 - }, - "S Aravind": { - "recent_scores": [ - 8, - 16, - 18, - 10, - 12, - 0, - 0, - 28, - 22, - 4 - ], - "recent_avg": 11.8, - "recent_sr": 100.0 - }, - "S Arora": { - "recent_scores": [ - 20, - 32, - 4, - 60, - 16, - 26, - 48, - 18, - 0, - 18 - ], - "recent_avg": 24.2, - "recent_sr": 149.4 - }, - "S Badree": { - "recent_scores": [ - 4, - 14, - 4, - 6, - 14, - 6, - 58, - 16, - 0, - 4 - ], - "recent_avg": 12.6, - "recent_sr": 98.4 - }, - "S Badrinath": { - "recent_scores": [ - 1, - 62 - ], - "recent_avg": 31.5, - "recent_sr": 35.4 - }, - "S Chanderpaul": { - "recent_scores": [ - 25, - 8, - 59, - 59, - 7, - 25, - 185, - 85, - 40, - 47 - ], - "recent_avg": 54.0, - "recent_sr": 40.8 - }, - "S Dhawan": { - "recent_scores": [ - 4, - 40, - 79, - 39, - 32, - 90, - 102, - 119, - 35, - 204 - ], - "recent_avg": 74.4, - "recent_sr": 80.9 - }, - "S Dube": { - "recent_scores": [ - 9, - 0, - 25, - 9 - ], - "recent_avg": 10.8, - "recent_sr": 87.8 - }, - "S Gopal": { - "recent_scores": [ - 18, - 0, - 14, - 46, - 12, - 4, - 2, - 10, - 24, - 36 - ], - "recent_avg": 16.6, - "recent_sr": 103.8 - }, - "S Kaul": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "S Kaushik": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Ladda": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Lamichhane": { - "recent_scores": [ - 1, - 2, - 15, - 4, - 3, - 0, - 2, - 3, - 5, - 2 - ], - "recent_avg": 3.7, - "recent_sr": 84.1 - }, - "S Nadeem": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 3.3 - }, - "S Narwal": { - "recent_scores": [ - 46, - 24, - 4, - 0 - ], - "recent_avg": 18.5, - "recent_sr": 127.6 - }, - "S Rana": { - "recent_scores": [ - 14, - 35, - 9, - 30, - 82 - ], - "recent_avg": 34.0, - "recent_sr": 41.2 - }, - "S Randiv": { - "recent_scores": [ - 39, - 9, - 5, - 8, - 12, - 30, - 1, - 8, - 9, - 12 - ], - "recent_avg": 13.3, - "recent_sr": 32.2 - }, - "S Sohal": { - "recent_scores": [ - 2, - 42 - ], - "recent_avg": 22.0, - "recent_sr": 200.0 - }, - "S Sreesanth": { - "recent_scores": [ - 6, - 5, - 7, - 4, - 0, - 3, - 24, - 6, - 0, - 1 - ], - "recent_avg": 5.6, - "recent_sr": 29.5 - }, - "S Sriram": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 60.0 - }, - "S Tyagi": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "S Vidyut": { - "recent_scores": [ - 32, - 12, - 0, - 32, - 16, - 80, - 10, - 108 - ], - "recent_avg": 36.2, - "recent_sr": 126.1 - }, - "SA Abbott": { - "recent_scores": [ - 2, - 20, - 30, - 13, - 10, - 2, - 69, - 54, - 2, - 23 - ], - "recent_avg": 22.5, - "recent_sr": 92.2 - }, - "SA Asnodkar": { - "recent_scores": [ - 18, - 10, - 8, - 88, - 52, - 0, - 20, - 22, - 6, - 0 - ], - "recent_avg": 22.4, - "recent_sr": 100.9 - }, - "SA Yadav": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 40.0 - }, - "SB Bangar": { - "recent_scores": [ - 3, - 1, - 4 - ], - "recent_avg": 2.7, - "recent_sr": 42.1 - }, - "SB Dubey": { - "recent_scores": [ - 10, - 10, - 30, - 12, - 62, - 38, - 14, - 50, - 30, - 24 - ], - "recent_avg": 28.0, - "recent_sr": 142.9 - }, - "SB Jakati": { - "recent_scores": [ - 2, - 2, - 12, - 14, - 26 - ], - "recent_avg": 11.2, - "recent_sr": 93.3 - }, - "SB Joshi": { - "recent_scores": [ - 6, - 6 - ], - "recent_avg": 6.0, - "recent_sr": 37.5 - }, - "SB Styris": { - "recent_scores": [ - 32, - 27, - 42, - 65, - 19, - 108, - 45, - 7, - 36, - 34 - ], - "recent_avg": 41.5, - "recent_sr": 54.5 - }, - "SB Wagh": { - "recent_scores": [ - 23, - 3, - 51, - 20, - 5, - 19, - 12 - ], - "recent_avg": 19.0, - "recent_sr": 78.2 - }, - "SC Ganguly": { - "recent_scores": [ - 85, - 37, - 129, - 73, - 53, - 16, - 27, - 100, - 87, - 24 - ], - "recent_avg": 63.1, - "recent_sr": 52.0 - }, - "SD Chitnis": { - "recent_scores": [ - 76, - 22, - 22, - 12, - 18, - 12, - 6, - 30 - ], - "recent_avg": 24.8, - "recent_sr": 107.6 - }, - "SD Hope": { - "recent_scores": [ - 112, - 7, - 52, - 196, - 139, - 27, - 25, - 38, - 50, - 38 - ], - "recent_avg": 68.4, - "recent_sr": 48.4 - }, - "SD Lad": { - "recent_scores": [ - 30 - ], - "recent_avg": 30.0, - "recent_sr": 115.4 - }, - "SE Bond": { - "recent_scores": [ - 29, - 1, - 14, - 1, - 21, - 8, - 41 - ], - "recent_avg": 16.4, - "recent_sr": 39.8 - }, - "SE Marsh": { - "recent_scores": [ - 8, - 63, - 50, - 62, - 7, - 7, - 23, - 26, - 25, - 73 - ], - "recent_avg": 34.4, - "recent_sr": 38.5 - }, - "SE Rutherford": { - "recent_scores": [ - 24, - 8, - 20, - 32, - 20 - ], - "recent_avg": 20.8, - "recent_sr": 83.9 - }, - "SH Johnson": { - "recent_scores": [ - 20, - 32, - 10 - ], - "recent_avg": 20.7, - "recent_sr": 163.2 - }, - "SJ Srivastava": { - "recent_scores": [ - 6, - 2, - 2, - 0 - ], - "recent_avg": 2.5, - "recent_sr": 100.0 - }, - "SK Raina": { - "recent_scores": [ - 0, - 55, - 3, - 0, - 14, - 13, - 78, - 58, - 65, - 109 - ], - "recent_avg": 39.5, - "recent_sr": 49.7 - }, - "SK Rasheed": { - "recent_scores": [ - 28, - 22, - 0, - 38, - 54 - ], - "recent_avg": 28.4, - "recent_sr": 106.0 - }, - "SK Trivedi": { - "recent_scores": [ - 0, - 6, - 10, - 0, - 8, - 18, - 14, - 0, - 12, - 2 - ], - "recent_avg": 7.0, - "recent_sr": 76.1 - }, - "SK Warne": { - "recent_scores": [ - 71, - 40, - 25, - 43, - 17, - 11, - 39, - 36, - 7, - 0 - ], - "recent_avg": 28.9, - "recent_sr": 70.5 - }, - "SL Malinga": { - "recent_scores": [ - 19, - 64, - 5, - 9, - 3, - 43, - 0, - 7, - 9, - 43 - ], - "recent_avg": 20.2, - "recent_sr": 54.6 - }, - "SM Curran": { - "recent_scores": [ - 15, - 0, - 59, - 13, - 0, - 17, - 35, - 44, - 22, - 29 - ], - "recent_avg": 23.4, - "recent_sr": 69.0 - }, - "SM Harwood": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "SM Katich": { - "recent_scores": [ - 43, - 54, - 67, - 43, - 24, - 163, - 194, - 97, - 111, - 100 - ], - "recent_avg": 89.6, - "recent_sr": 46.4 - }, - "SM Pollock": { - "recent_scores": [ - 40, - 68, - 74, - 45, - 71, - 38, - 34, - 52, - 5, - 72 - ], - "recent_avg": 49.9, - "recent_sr": 69.3 - }, - "SMSM Senanayake": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 33.3 - }, - "SN Khan": { - "recent_scores": [ - 1, - 20, - 150, - 56, - 14, - 130 - ], - "recent_avg": 61.8, - "recent_sr": 74.9 - }, - "SN Thakur": { - "recent_scores": [ - 41, - 5, - 26, - 51, - 5, - 17, - 28, - 14, - 117, - 0 - ], - "recent_avg": 30.4, - "recent_sr": 60.6 - }, - "SO Hetmyer": { - "recent_scores": [ - 35, - 36, - 27, - 21, - 112, - 132, - 90, - 29, - 21, - 104 - ], - "recent_avg": 60.7, - "recent_sr": 74.8 - }, - "SP Fleming": { - "recent_scores": [ - 125, - 65, - 107, - 87, - 14, - 97, - 57, - 27, - 48, - 83 - ], - "recent_avg": 71.0, - "recent_sr": 54.7 - }, - "SP Goswami": { - "recent_scores": [ - 0, - 0, - 10, - 24, - 70, - 6, - 36, - 2, - 48, - 0 - ], - "recent_avg": 19.6, - "recent_sr": 101.0 - }, - "SP Jackson": { - "recent_scores": [ - 10, - 16, - 14, - 0, - 6, - 20, - 32, - 24 - ], - "recent_avg": 15.2, - "recent_sr": 107.0 - }, - "SP Narine": { - "recent_scores": [ - 2, - 0, - 22, - 1, - 4, - 11 - ], - "recent_avg": 6.7, - "recent_sr": 43.5 - }, - "SPD Smith": { - "recent_scores": [ - 150, - 33, - 84, - 19, - 53, - 74, - 79, - 131, - 141, - 37 - ], - "recent_avg": 80.1, - "recent_sr": 58.7 - }, - "SR Dubey": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 200.0 - }, - "SR Tendulkar": { - "recent_scores": [ - 74, - 10, - 33, - 58, - 7, - 94, - 2, - 81, - 16, - 13 - ], - "recent_avg": 38.8, - "recent_sr": 54.5 - }, - "SR Watson": { - "recent_scores": [ - 49, - 25, - 11, - 97, - 69, - 25, - 47, - 65, - 52, - 93 - ], - "recent_avg": 53.3, - "recent_sr": 59.0 - }, - "SS Cottrell": { - "recent_scores": [ - 6, - 5 - ], - "recent_avg": 5.5, - "recent_sr": 45.8 - }, - "SS Iyer": { - "recent_scores": [ - 56, - 48, - 4, - 37, - 26, - 16, - 116, - 86, - 34, - 159 - ], - "recent_avg": 58.2, - "recent_sr": 65.0 - }, - "SS Mishra": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "SS Prabhudessai": { - "recent_scores": [ - 48, - 12, - 20, - 0, - 38, - 4, - 30, - 20, - 12, - 68 - ], - "recent_avg": 25.2, - "recent_sr": 111.5 - }, - "SS Shaikh": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 85.7 - }, - "SS Tiwary": { - "recent_scores": [ - 37, - 12 - ], - "recent_avg": 24.5, - "recent_sr": 86.0 - }, - "ST Jayasuriya": { - "recent_scores": [ - 88, - 48, - 46, - 31, - 15, - 120, - 4, - 8, - 14, - 13 - ], - "recent_avg": 38.7, - "recent_sr": 69.1 - }, - "STR Binny": { - "recent_scores": [ - 49, - 27, - 30, - 9, - 79 - ], - "recent_avg": 38.8, - "recent_sr": 58.1 - }, - "SU Parakh": { - "recent_scores": [ - 48, - 18, - 26, - 0 - ], - "recent_avg": 23.0, - "recent_sr": 139.4 - }, - "SV Samson": { - "recent_scores": [ - 108, - 12, - 51, - 9, - 36, - 2, - 30, - 86, - 15, - 43 - ], - "recent_avg": 39.2, - "recent_sr": 97.0 - }, - "SW Billings": { - "recent_scores": [ - 36, - 30 - ], - "recent_avg": 33.0, - "recent_sr": 57.9 - }, - "SW Tait": { - "recent_scores": [ - 12, - 1, - 7 - ], - "recent_avg": 6.7, - "recent_sr": 42.6 - }, - "SZ Mulani": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "Sachin Baby": { - "recent_scores": [ - 14, - 24, - 4, - 2, - 36, - 0, - 50, - 66, - 32, - 54 - ], - "recent_avg": 28.2, - "recent_sr": 121.6 - }, - "Sakib Hussain": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 71.4 - }, - "Salil Arora": { - "recent_scores": [ - 70 - ], - "recent_avg": 70.0, - "recent_sr": 140.0 - }, - "Salman Butt": { - "recent_scores": [ - 47, - 65, - 7, - 9, - 58, - 155, - 110, - 92, - 78, - 75 - ], - "recent_avg": 69.6, - "recent_sr": 48.9 - }, - "Sameer Rizvi": { - "recent_scores": [ - 6, - 80, - 0, - 82, - 4, - 12, - 0, - 180, - 140, - 116 - ], - "recent_avg": 62.0, - "recent_sr": 151.2 - }, - "Sandeep Sharma": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "Sanvir Singh": { - "recent_scores": [ - 0, - 12, - 16, - 8, - 14 - ], - "recent_avg": 10.0, - "recent_sr": 113.6 - }, - "Saurav Chauhan": { - "recent_scores": [ - 0, - 18, - 18 - ], - "recent_avg": 12.0, - "recent_sr": 112.5 - }, - "Sediqullah Atal": { - "recent_scores": [ - 44 - ], - "recent_avg": 44.0, - "recent_sr": 137.5 - }, - "Shahbaz Ahmed": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Shahid Afridi": { - "recent_scores": [ - 33, - 32, - 17, - 70, - 157, - 92 - ], - "recent_avg": 66.8, - "recent_sr": 114.2 - }, - "Shakib Al Hasan": { - "recent_scores": [ - 9, - 57, - 23, - 15, - 51, - 87, - 29, - 87, - 24, - 114 - ], - "recent_avg": 49.6, - "recent_sr": 62.4 - }, - "Shashank Singh": { - "recent_scores": [ - 112, - 4, - 0, - 8, - 38, - 34, - 32, - 28, - 8, - 122 - ], - "recent_avg": 38.6, - "recent_sr": 178.7 - }, - "Shivam Mavi": { - "recent_scores": [ - 2, - 26 - ], - "recent_avg": 14.0, - "recent_sr": 155.6 - }, - "Shivam Sharma": { - "recent_scores": [ - 7, - 29, - 28, - 15, - 37, - 2 - ], - "recent_avg": 19.7, - "recent_sr": 72.0 - }, - "Shivam Singh": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 66.7 - }, - "Shivang Kumar": { - "recent_scores": [ - 54, - 8, - 2, - 24, - 10, - 8 - ], - "recent_avg": 17.7, - "recent_sr": 106.0 - }, - "Shoaib Ahmed": { - "recent_scores": [ - 0, - 2, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 16.7 - }, - "Shoaib Akhtar": { - "recent_scores": [ - 1, - 0, - 2, - 4, - 45, - 47, - 26, - 21, - 28, - 28 - ], - "recent_avg": 20.2, - "recent_sr": 45.0 - }, - "Shoaib Malik": { - "recent_scores": [ - 38, - 9, - 245, - 6, - 47, - 36, - 77, - 12, - 34, - 179 - ], - "recent_avg": 68.3, - "recent_sr": 52.1 - }, - "Shubman Gill": { - "recent_scores": [ - 4, - 142, - 50, - 32, - 115, - 22, - 430, - 155, - 33, - 1 - ], - "recent_avg": 98.4, - "recent_sr": 63.4 - }, - "Sikandar Raza": { - "recent_scores": [ - 9, - 7, - 67, - 55, - 106, - 58, - 12, - 44, - 5, - 169 - ], - "recent_avg": 53.2, - "recent_sr": 51.2 - }, - "Simarjeet Singh": { - "recent_scores": [ - 0, - 0, - 6, - 6, - 4, - 4 - ], - "recent_avg": 3.3, - "recent_sr": 66.7 - }, - "Sohail Tanvir": { - "recent_scores": [ - 0, - 17 - ], - "recent_avg": 8.5, - "recent_sr": 38.6 - }, - "Sumit Kumar": { - "recent_scores": [ - 18, - 14, - 4 - ], - "recent_avg": 12.0, - "recent_sr": 69.2 - }, - "Sunny Gupta": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Sunny Singh": { - "recent_scores": [ - 8, - 4, - 10, - 40, - 24 - ], - "recent_avg": 17.2, - "recent_sr": 138.7 - }, - "Suryansh Shedge": { - "recent_scores": [ - 7, - 1 - ], - "recent_avg": 4.0, - "recent_sr": 72.7 - }, - "Swapnil Singh": { - "recent_scores": [ - 18, - 0, - 2, - 30, - 24, - 4, - 20, - 4, - 0 - ], - "recent_avg": 11.3, - "recent_sr": 110.9 - }, - "T Banton": { - "recent_scores": [ - 26, - 4, - 60, - 10, - 16, - 36, - 46, - 20 - ], - "recent_avg": 27.2, - "recent_sr": 105.8 - }, - "T Dahiya": { - "recent_scores": [ - 2, - 22 - ], - "recent_avg": 12.0, - "recent_sr": 80.0 - }, - "T Henderson": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "T Kohler-Cadmore": { - "recent_scores": [ - 12, - 114, - 30, - 8, - 14, - 184, - 0, - 24, - 80, - 28 - ], - "recent_avg": 49.4, - "recent_sr": 135.0 - }, - "T Kohli": { - "recent_scores": [ - 2, - 6, - 14 - ], - "recent_avg": 7.3, - "recent_sr": 55.0 - }, - "T Natarajan": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 11.1 - }, - "T Shamsi": { - "recent_scores": [ - 2, - 18 - ], - "recent_avg": 10.0, - "recent_sr": 40.8 - }, - "T Stubbs": { - "recent_scores": [ - 143, - 20, - 76, - 10, - 10, - 0, - 10, - 51, - 138, - 106 - ], - "recent_avg": 56.4, - "recent_sr": 43.2 - }, - "T Taibu": { - "recent_scores": [ - 6, - 83, - 102, - 82, - 123, - 101, - 9, - 27, - 16, - 28 - ], - "recent_avg": 57.7, - "recent_sr": 41.8 - }, - "T Thushara": { - "recent_scores": [ - 4, - 0, - 0, - 5, - 1, - 25, - 10, - 11, - 14 - ], - "recent_avg": 7.8, - "recent_sr": 45.5 - }, - "TA Boult": { - "recent_scores": [ - 4, - 33, - 18, - 17, - 7, - 12, - 8, - 6, - 1, - 38 - ], - "recent_avg": 14.4, - "recent_sr": 102.1 - }, - "TD Paine": { - "recent_scores": [ - 77, - 40, - 14, - 73, - 35, - 79, - 39, - 13, - 22, - 81 - ], - "recent_avg": 47.3, - "recent_sr": 52.1 - }, - "TG Southee": { - "recent_scores": [ - 25, - 8, - 27, - 5, - 65, - 12, - 5, - 26, - 8, - 5 - ], - "recent_avg": 18.6, - "recent_sr": 78.8 - }, - "TH David": { - "recent_scores": [ - 12, - 18, - 24, - 20, - 66, - 46, - 36, - 48, - 96, - 106 - ], - "recent_avg": 47.2, - "recent_sr": 136.4 - }, - "TK Curran": { - "recent_scores": [ - 62, - 4 - ], - "recent_avg": 33.0, - "recent_sr": 55.0 - }, - "TL Seifert": { - "recent_scores": [ - 94, - 124, - 88, - 46, - 32, - 0, - 164, - 208, - 24, - 20 - ], - "recent_avg": 80.0, - "recent_sr": 132.0 - }, - "TL Suman": { - "recent_scores": [ - 22, - 0, - 24, - 46, - 12, - 20, - 10, - 4, - 8, - 10 - ], - "recent_avg": 15.6, - "recent_sr": 83.0 - }, - "TM Dilshan": { - "recent_scores": [ - 57, - 180, - 39, - 11, - 158, - 19, - 149, - 157, - 49, - 11 - ], - "recent_avg": 83.0, - "recent_sr": 63.3 - }, - "TM Head": { - "recent_scores": [ - 192, - 58, - 180, - 55, - 144, - 36, - 68, - 120, - 20, - 41 - ], - "recent_avg": 91.4, - "recent_sr": 79.2 - }, - "TM Srivastava": { - "recent_scores": [ - 0, - 2, - 14 - ], - "recent_avg": 5.3, - "recent_sr": 72.7 - }, - "TR Birt": { - "recent_scores": [ - 32, - 28, - 22, - 4, - 16, - 22, - 62, - 66, - 44, - 44 - ], - "recent_avg": 34.0, - "recent_sr": 133.9 - }, - "TS Mills": { - "recent_scores": [ - 12, - 60 - ], - "recent_avg": 36.0, - "recent_sr": 171.4 - }, - "TU Deshpande": { - "recent_scores": [ - 2, - 50, - 2, - 6, - 2, - 4, - 0, - 0, - 40, - 2 - ], - "recent_avg": 10.8, - "recent_sr": 142.1 - }, - "Tanush Kotian": { - "recent_scores": [ - 48 - ], - "recent_avg": 48.0, - "recent_sr": 75.0 - }, - "Tilak Varma": { - "recent_scores": [ - 52, - 10, - 1, - 5 - ], - "recent_avg": 17.0, - "recent_sr": 54.4 - }, - "U Kaul": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "UA Birla": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 46.7 - }, - "UBT Chand": { - "recent_scores": [ - 2, - 36, - 0, - 14, - 38, - 118, - 0, - 22, - 82, - 60 - ], - "recent_avg": 37.2, - "recent_sr": 104.5 - }, - "UT Khawaja": { - "recent_scores": [ - 23, - 29, - 122, - 2, - 37, - 18, - 62, - 6, - 63, - 232 - ], - "recent_avg": 59.4, - "recent_sr": 54.3 - }, - "UT Yadav": { - "recent_scores": [ - 6, - 17, - 14, - 15, - 4, - 0, - 10, - 35, - 9, - 10 - ], - "recent_avg": 12.0, - "recent_sr": 59.7 - }, - "Umar Gul": { - "recent_scores": [ - 0, - 23, - 7, - 6, - 17, - 10, - 0, - 11, - 5, - 2 - ], - "recent_avg": 8.1, - "recent_sr": 30.7 - }, - "Umran Malik": { - "recent_scores": [ - 0, - 2, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 18.2 - }, - "Urvil Patel": { - "recent_scores": [ - 0, - 26, - 12, - 130, - 34, - 48, - 8, - 74, - 0, - 62 - ], - "recent_avg": 39.4, - "recent_sr": 193.1 - }, - "V Kohli": { - "recent_scores": [ - 23, - 41, - 3, - 18, - 105, - 5, - 18, - 70, - 76, - 23 - ], - "recent_avg": 38.2, - "recent_sr": 55.7 - }, - "V Nigam": { - "recent_scores": [ - 6, - 24, - 40, - 36, - 76, - 24, - 0, - 28, - 2, - 78 - ], - "recent_avg": 31.4, - "recent_sr": 170.7 - }, - "V Pratap Singh": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "V Sehwag": { - "recent_scores": [ - 6, - 21, - 0, - 72, - 39, - 142, - 81, - 47, - 80, - 10 - ], - "recent_avg": 49.8, - "recent_sr": 87.1 - }, - "V Shankar": { - "recent_scores": [ - 14, - 15, - 16, - 26, - 32, - 46, - 45 - ], - "recent_avg": 27.7, - "recent_sr": 92.4 - }, - "V Suryavanshi": { - "recent_scores": [ - 15, - 13, - 14 - ], - "recent_avg": 14.0, - "recent_sr": 155.6 - }, - "V Viyaskanth": { - "recent_scores": [ - 50, - 2, - 4, - 0, - 0, - 2, - 20, - 6, - 8, - 0 - ], - "recent_avg": 9.2, - "recent_sr": 74.2 - }, - "VG Arora": { - "recent_scores": [ - 0, - 2, - 0, - 0, - 2, - 2, - 4, - 4, - 0, - 4 - ], - "recent_avg": 1.8, - "recent_sr": 34.6 - }, - "VH Zol": { - "recent_scores": [ - 26, - 32 - ], - "recent_avg": 29.0, - "recent_sr": 111.5 - }, - "VR Aaron": { - "recent_scores": [ - 1, - 5, - 7, - 4, - 2, - 10, - 6 - ], - "recent_avg": 5.0, - "recent_sr": 31.8 - }, - "VR Iyer": { - "recent_scores": [ - 22, - 2 - ], - "recent_avg": 12.0, - "recent_sr": 58.5 - }, - "VRV Singh": { - "recent_scores": [ - 1, - 4, - 40, - 2 - ], - "recent_avg": 11.8, - "recent_sr": 111.9 - }, - "VS Malik": { - "recent_scores": [ - 2, - 12 - ], - "recent_avg": 7.0, - "recent_sr": 100.0 - }, - "VS Yeligati": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 100.0 - }, - "VVS Laxman": { - "recent_scores": [ - 53, - 31, - 68, - 3, - 63, - 176, - 59, - 26, - 32, - 58 - ], - "recent_avg": 56.9, - "recent_sr": 50.8 - }, - "VY Mahesh": { - "recent_scores": [ - 6, - 6, - 0, - 6, - 12 - ], - "recent_avg": 6.0, - "recent_sr": 53.6 - }, - "Vijaykumar Vyshak": { - "recent_scores": [ - 2, - 2, - 2, - 0, - 26, - 0 - ], - "recent_avg": 5.3, - "recent_sr": 94.1 - }, - "Virat Singh": { - "recent_scores": [ - 8, - 22 - ], - "recent_avg": 15.0, - "recent_sr": 57.7 - }, - "Vishnu Vinod": { - "recent_scores": [ - 30, - 10, - 4, - 60, - 6, - 14, - 18 - ], - "recent_avg": 20.3, - "recent_sr": 107.6 - }, - "Vivrant Sharma": { - "recent_scores": [ - 138 - ], - "recent_avg": 138.0, - "recent_sr": 140.8 - }, - "W Jaffer": { - "recent_scores": [ - 25, - 28, - 73, - 27, - 3, - 19, - 35, - 258, - 85, - 35 - ], - "recent_avg": 58.8, - "recent_sr": 53.1 - }, - "WA Mota": { - "recent_scores": [ - 10, - 24, - 8, - 6, - 10, - 2, - 50, - 2 - ], - "recent_avg": 14.0, - "recent_sr": 73.7 - }, - "WD Parnell": { - "recent_scores": [ - 23, - 10, - 34 - ], - "recent_avg": 22.3, - "recent_sr": 36.8 - }, - "WG Jacks": { - "recent_scores": [ - 27, - 5, - 53, - 60, - 35, - 54 - ], - "recent_avg": 39.0, - "recent_sr": 51.5 - }, - "WP Saha": { - "recent_scores": [ - 40, - 62, - 13, - 17, - 12, - 24, - 21, - 8, - 9, - 1 - ], - "recent_avg": 20.7, - "recent_sr": 49.8 - }, - "WPUJC Vaas": { - "recent_scores": [ - 4, - 12, - 23, - 47, - 1, - 22, - 46, - 67, - 90, - 4 - ], - "recent_avg": 31.6, - "recent_sr": 47.2 - }, - "Washington Sundar": { - "recent_scores": [ - 64, - 60, - 9, - 79, - 128, - 23, - 54, - 26, - 55, - 33 - ], - "recent_avg": 53.1, - "recent_sr": 40.8 - }, - "X Thalaivan Sargunam": { - "recent_scores": [ - 20 - ], - "recent_avg": 20.0, - "recent_sr": 58.8 - }, - "XC Bartlett": { - "recent_scores": [ - 10, - 2, - 14, - 26, - 88, - 54, - 2, - 6, - 118, - 0 - ], - "recent_avg": 32.0, - "recent_sr": 144.1 - }, - "Y Gnaneswara Rao": { - "recent_scores": [ - 38 - ], - "recent_avg": 38.0, - "recent_sr": 105.6 - }, - "Y Nagar": { - "recent_scores": [ - 88, - 20, - 18, - 54, - 0, - 48, - 46, - 32, - 20, - 2 - ], - "recent_avg": 32.8, - "recent_sr": 113.9 - }, - "Y Prithvi Raj": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Y Venugopal Rao": { - "recent_scores": [ - 11, - 61, - 10, - 6, - 38, - 8, - 27, - 0 - ], - "recent_avg": 20.1, - "recent_sr": 62.6 - }, - "YA Abdulla": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "YBK Jaiswal": { - "recent_scores": [ - 71, - 12, - 183, - 36, - 120, - 58, - 13, - 115, - 105, - 32 - ], - "recent_avg": 74.5, - "recent_sr": 66.0 - }, - "YK Pathan": { - "recent_scores": [ - 30, - 1, - 1, - 10, - 11, - 0, - 11, - 30, - 14, - 8 - ], - "recent_avg": 11.6, - "recent_sr": 100.0 - }, - "YS Chahal": { - "recent_scores": [ - 8, - 3, - 11, - 2, - 4, - 10, - 5, - 0, - 0, - 18 - ], - "recent_avg": 6.1, - "recent_sr": 53.5 - }, - "YV Dhull": { - "recent_scores": [ - 26, - 2, - 4 - ], - "recent_avg": 10.7, - "recent_sr": 69.6 - }, - "YV Takawale": { - "recent_scores": [ - 38, - 90, - 0, - 0, - 80, - 36, - 48, - 10, - 54, - 28 - ], - "recent_avg": 38.4, - "recent_sr": 104.9 - }, - "Yash Dayal": { - "recent_scores": [ - 2, - 6, - 0, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 44.4 - }, - "Yashpal Singh": { - "recent_scores": [ - 12, - 26, - 16, - 40 - ], - "recent_avg": 23.5, - "recent_sr": 70.1 - }, - "Younis Khan": { - "recent_scores": [ - 53, - 5, - 64, - 188, - 45, - 65, - 13, - 3, - 51, - 156 - ], - "recent_avg": 64.3, - "recent_sr": 46.5 - }, - "Yudhvir Singh": { - "recent_scores": [ - 28, - 14, - 2, - 0 - ], - "recent_avg": 11.0, - "recent_sr": 137.5 - }, - "Yuvraj Singh": { - "recent_scores": [ - 43, - 8, - 74, - 25, - 41, - 70, - 57, - 37, - 23, - 67 - ], - "recent_avg": 44.5, - "recent_sr": 56.8 - }, - "Z Khan": { - "recent_scores": [ - 22, - 31, - 3, - 29, - 6, - 12, - 7, - 7, - 0, - 15 - ], - "recent_avg": 13.2, - "recent_sr": 56.9 - }, - "A Adekunle": { - "recent_scores": [ - 26, - 9, - 5, - 12, - 5, - 38, - 0, - 3, - 2, - 1 - ], - "recent_avg": 10.1, - "recent_sr": 65.2 - }, - "A Ahmadhel": { - "recent_scores": [ - 2, - 0, - 4, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 29.6 - }, - "A Aikenhead": { - "recent_scores": [ - 85, - 13, - 8, - 58, - 11, - 0, - 32, - 9, - 19, - 18 - ], - "recent_avg": 25.3, - "recent_sr": 93.4 - }, - "A Aitken": { - "recent_scores": [ - 2, - 4, - 8, - 6 - ], - "recent_avg": 5.0, - "recent_sr": 71.4 - }, - "A Aitken-Drummond": { - "recent_scores": [ - 1, - 22, - 1, - 21, - 0, - 0, - 17, - 16 - ], - "recent_avg": 9.8, - "recent_sr": 68.4 - }, - "A Akhigbe": { - "recent_scores": [ - 0, - 5, - 0, - 2, - 1, - 3, - 0, - 3, - 14, - 24 - ], - "recent_avg": 5.2, - "recent_sr": 46.0 - }, - "A Akurut": { - "recent_scores": [ - 0, - 0, - 2, - 1, - 1 - ], - "recent_avg": 0.8, - "recent_sr": 19.0 - }, - "A Alexander": { - "recent_scores": [ - 0, - 0, - 5, - 9, - 30, - 1, - 2, - 3 - ], - "recent_avg": 6.2, - "recent_sr": 142.9 - }, - "A Alfonso": { - "recent_scores": [ - 1, - 0, - 8, - 1, - 3, - 0, - 0, - 5, - 1, - 1 - ], - "recent_avg": 2.0, - "recent_sr": 38.5 - }, - "A Amado": { - "recent_scores": [ - 3, - 16 - ], - "recent_avg": 9.5, - "recent_sr": 67.9 - }, - "A Amburose": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Amuzu": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 30.4 - }, - "A Andrews": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 66.7 - }, - "A Andriani": { - "recent_scores": [ - 1, - 0, - 1, - 34, - 2 - ], - "recent_avg": 7.6, - "recent_sr": 108.6 - }, - "A Argyropoulou": { - "recent_scores": [ - 26, - 13, - 0, - 23, - 10, - 19, - 0, - 4, - 0, - 19 - ], - "recent_avg": 11.4, - "recent_sr": 54.5 - }, - "A Ashokan": { - "recent_scores": [ - 37 - ], - "recent_avg": 37.0, - "recent_sr": 148.0 - }, - "A Athanaze": { - "recent_scores": [ - 47, - 9, - 48, - 50, - 6, - 61, - 7, - 132, - 16, - 95 - ], - "recent_avg": 47.1, - "recent_sr": 56.5 - }, - "A Augastin": { - "recent_scores": [ - 63, - 27, - 35, - 20, - 4, - 11, - 9, - 0, - 17, - 56 - ], - "recent_avg": 24.2, - "recent_sr": 110.0 - }, - "A Awasthi": { - "recent_scores": [ - 2, - 4, - 1, - 1, - 3 - ], - "recent_avg": 2.2, - "recent_sr": 20.0 - }, - "A Bagai": { - "recent_scores": [ - 3, - 39, - 84, - 64, - 16, - 0, - 22, - 64, - 21, - 87 - ], - "recent_avg": 40.0, - "recent_sr": 66.8 - }, - "A Balbirnie": { - "recent_scores": [ - 27, - 34, - 38, - 75, - 23, - 2, - 141, - 10, - 19, - 60 - ], - "recent_avg": 42.9, - "recent_sr": 50.8 - }, - "A Beresford-Peirse": { - "recent_scores": [ - 6, - 6, - 35, - 0, - 6, - 30, - 1 - ], - "recent_avg": 12.0, - "recent_sr": 65.6 - }, - "A Bester": { - "recent_scores": [ - 11, - 1, - 5, - 11, - 4, - 17, - 5, - 7 - ], - "recent_avg": 7.6, - "recent_sr": 67.0 - }, - "A Bhadauria": { - "recent_scores": [ - 19, - 21 - ], - "recent_avg": 20.0, - "recent_sr": 125.0 - }, - "A Bhagwat": { - "recent_scores": [ - 1, - 1, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 22.2 - }, - "A Bhargava": { - "recent_scores": [ - 5, - 2 - ], - "recent_avg": 3.5, - "recent_sr": 100.0 - }, - "A Bhattarai": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 66.7 - }, - "A Bierwisch": { - "recent_scores": [ - 24, - 18, - 7, - 17, - 1, - 17, - 7, - 5, - 0, - 26 - ], - "recent_avg": 12.2, - "recent_sr": 61.3 - }, - "A Bishnoi": { - "recent_scores": [ - 2, - 1, - 4, - 0, - 0, - 1, - 3, - 0 - ], - "recent_avg": 1.4, - "recent_sr": 47.8 - }, - "A Bohara": { - "recent_scores": [ - 5, - 8 - ], - "recent_avg": 6.5, - "recent_sr": 92.9 - }, - "A Bosch": { - "recent_scores": [ - 10, - 48, - 0, - 30 - ], - "recent_avg": 22.0, - "recent_sr": 45.6 - }, - "A Bose": { - "recent_scores": [ - 1, - 2, - 2, - 4, - 2 - ], - "recent_avg": 2.2, - "recent_sr": 27.5 - }, - "A Brindle": { - "recent_scores": [ - 25, - 44, - 6 - ], - "recent_avg": 25.0, - "recent_sr": 31.0 - }, - "A Brown-Carrera": { - "recent_scores": [ - 0, - 1, - 2, - 0, - 2, - 6, - 0, - 12, - 13 - ], - "recent_avg": 4.0, - "recent_sr": 50.7 - }, - "A Bulow": { - "recent_scores": [ - 35 - ], - "recent_avg": 35.0, - "recent_sr": 102.9 - }, - "A Bushell": { - "recent_scores": [ - 14, - 8, - 5 - ], - "recent_avg": 9.0, - "recent_sr": 87.1 - }, - "A Busing-Volschenk": { - "recent_scores": [ - 73, - 0, - 12, - 69, - 4, - 9, - 20, - 20, - 2, - 4 - ], - "recent_avg": 21.3, - "recent_sr": 137.4 - }, - "A Canning": { - "recent_scores": [ - 2, - 14, - 4, - 4, - 8, - 2, - 11, - 0, - 1, - 15 - ], - "recent_avg": 6.1, - "recent_sr": 56.5 - }, - "A Capsey": { - "recent_scores": [ - 30 - ], - "recent_avg": 30.0, - "recent_sr": 62.5 - }, - "A Cespedes": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 6.2 - }, - "A Chandel": { - "recent_scores": [ - 0, - 9, - 1, - 10, - 13, - 5, - 36, - 7, - 10, - 10 - ], - "recent_avg": 10.1, - "recent_sr": 81.5 - }, - "A Charles": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 20.0 - }, - "A Chaubey": { - "recent_scores": [ - 6, - 7, - 0, - 1 - ], - "recent_avg": 3.5, - "recent_sr": 66.7 - }, - "A Chaudhary": { - "recent_scores": [ - 0, - 3, - 2, - 37 - ], - "recent_avg": 10.5, - "recent_sr": 93.3 - }, - "A Chenthamara": { - "recent_scores": [ - 0, - 3 - ], - "recent_avg": 1.5, - "recent_sr": 25.0 - }, - "A Cheung": { - "recent_scores": [ - 7, - 4 - ], - "recent_avg": 5.5, - "recent_sr": 64.7 - }, - "A Chilia": { - "recent_scores": [ - 5, - 0, - 0, - 17, - 1, - 24 - ], - "recent_avg": 7.8, - "recent_sr": 46.1 - }, - "A Conteh": { - "recent_scores": [ - 13, - 10 - ], - "recent_avg": 11.5, - "recent_sr": 47.9 - }, - "A Cossa": { - "recent_scores": [ - 23, - 1, - 0, - 1, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 56.8 - }, - "A Curavic": { - "recent_scores": [ - 1, - 2, - 3, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 27.3 - }, - "A Dalzell": { - "recent_scores": [ - 17, - 5, - 19, - 4, - 3, - 4 - ], - "recent_avg": 8.7, - "recent_sr": 65.0 - }, - "A Das": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 9.1 - }, - "A Dastgir": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Davidson Soler": { - "recent_scores": [ - 2, - 24, - 21, - 20, - 51, - 18, - 0, - 1 - ], - "recent_avg": 17.1, - "recent_sr": 105.4 - }, - "A Davidson-Soler": { - "recent_scores": [ - 0, - 11, - 7, - 1, - 17, - 48, - 28, - 14 - ], - "recent_avg": 15.8, - "recent_sr": 81.3 - }, - "A Daxini": { - "recent_scores": [ - 1, - 5, - 5 - ], - "recent_avg": 3.7, - "recent_sr": 45.8 - }, - "A Dcosta": { - "recent_scores": [ - 2, - 16, - 6, - 27, - 6, - 7, - 9, - 1, - 6, - 1 - ], - "recent_avg": 8.1, - "recent_sr": 62.8 - }, - "A Dercksen": { - "recent_scores": [ - 50, - 10 - ], - "recent_avg": 30.0, - "recent_sr": 46.9 - }, - "A Dhabe": { - "recent_scores": [ - 0, - 11, - 0, - 0, - 3, - 21, - 32, - 31, - 6, - 4 - ], - "recent_avg": 10.8, - "recent_sr": 88.5 - }, - "A Dhingra": { - "recent_scores": [ - 1, - 1, - 1, - 5, - 0 - ], - "recent_avg": 1.6, - "recent_sr": 100.0 - }, - "A Dineshi": { - "recent_scores": [ - 0, - 2, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 11.1 - }, - "A Dirannehelage": { - "recent_scores": [ - 0, - 1, - 6, - 8, - 26, - 27, - 6, - 6, - 8, - 53 - ], - "recent_avg": 14.1, - "recent_sr": 51.6 - }, - "A Dizija": { - "recent_scores": [ - 3, - 11, - 13, - 25, - 31, - 17, - 2, - 2, - 28, - 16 - ], - "recent_avg": 14.8, - "recent_sr": 77.9 - }, - "A Djordjevic": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Djorovic": { - "recent_scores": [ - 6, - 15, - 5, - 1 - ], - "recent_avg": 6.8, - "recent_sr": 56.2 - }, - "A Doddaballapur": { - "recent_scores": [ - 1, - 31, - 6, - 0, - 2, - 15, - 13, - 9, - 2, - 38 - ], - "recent_avg": 11.7, - "recent_sr": 72.2 - }, - "A Donovan": { - "recent_scores": [ - 6, - 5, - 22, - 25, - 10, - 18, - 30, - 31, - 0, - 26 - ], - "recent_avg": 17.3, - "recent_sr": 96.6 - }, - "A Dowling": { - "recent_scores": [ - 1, - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 30.0 - }, - "A Dutt": { - "recent_scores": [ - 0, - 4, - 8, - 5, - 1, - 0, - 6, - 2, - 2, - 10 - ], - "recent_avg": 3.8, - "recent_sr": 38.0 - }, - "A Emch": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Faletar": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Ferguson": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Fillie": { - "recent_scores": [ - 0, - 3, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 23.1 - }, - "A Fujikawa": { - "recent_scores": [ - 0, - 1, - 12, - 4, - 13, - 10, - 16, - 2, - 2, - 2 - ], - "recent_avg": 6.2, - "recent_sr": 69.7 - }, - "A Galan": { - "recent_scores": [ - 0, - 1, - 5, - 2, - 18, - 9, - 15, - 3, - 2, - 4 - ], - "recent_avg": 5.9, - "recent_sr": 43.4 - }, - "A Gardner": { - "recent_scores": [ - 1, - 44, - 65, - 18, - 41, - 94, - 51, - 12 - ], - "recent_avg": 40.8, - "recent_sr": 57.5 - }, - "A Gasteratos": { - "recent_scores": [ - 8, - 4, - 0, - 1, - 4 - ], - "recent_avg": 3.4, - "recent_sr": 42.5 - }, - "A Gavde": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 16.7 - }, - "A Gbla": { - "recent_scores": [ - 13, - 15, - 0 - ], - "recent_avg": 9.3, - "recent_sr": 155.6 - }, - "A Gisdaki": { - "recent_scores": [ - 8, - 4, - 3, - 3 - ], - "recent_avg": 4.5, - "recent_sr": 22.0 - }, - "A Gorawara": { - "recent_scores": [ - 9, - 8, - 1, - 20 - ], - "recent_avg": 9.5, - "recent_sr": 102.7 - }, - "A Govorko": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "A Griffin": { - "recent_scores": [ - 0, - 2, - 5, - 0, - 7, - 1 - ], - "recent_avg": 2.5, - "recent_sr": 39.5 - }, - "A Gulati": { - "recent_scores": [ - 2, - 4 - ], - "recent_avg": 3.0, - "recent_sr": 150.0 - }, - "A Gunasekar": { - "recent_scores": [ - 5, - 2, - 1 - ], - "recent_avg": 2.7, - "recent_sr": 20.0 - }, - "A Gupta": { - "recent_scores": [ - 2, - 1, - 3 - ], - "recent_avg": 2.0, - "recent_sr": 75.0 - }, - "A Gurung": { - "recent_scores": [ - 0, - 1, - 0, - 0, - 1, - 15, - 1, - 1, - 2, - 1 - ], - "recent_avg": 2.2, - "recent_sr": 51.2 - }, - "A Halbhavi": { - "recent_scores": [ - 2, - 13, - 2, - 0, - 6, - 7, - 0, - 48, - 16, - 0 - ], - "recent_avg": 9.4, - "recent_sr": 96.9 - }, - "A Harris": { - "recent_scores": [ - 1, - 1, - 2, - 0, - 12, - 0, - 1, - 6, - 0, - 1 - ], - "recent_avg": 2.4, - "recent_sr": 68.6 - }, - "A Hartley": { - "recent_scores": [ - 0, - 0, - 2, - 1, - 1 - ], - "recent_avg": 0.8, - "recent_sr": 14.3 - }, - "A Hewage": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 14.3 - }, - "A Hlubi": { - "recent_scores": [ - 1, - 5 - ], - "recent_avg": 3.0, - "recent_sr": 25.0 - }, - "A Hunter": { - "recent_scores": [ - 67, - 96, - 64, - 32, - 14, - 43, - 0, - 76, - 33, - 48 - ], - "recent_avg": 47.3, - "recent_sr": 89.4 - }, - "A Husain": { - "recent_scores": [ - 1, - 4, - 0, - 5, - 6 - ], - "recent_avg": 3.2, - "recent_sr": 59.3 - }, - "A Igbobie": { - "recent_scores": [ - 0, - 13, - 7, - 1, - 0, - 2, - 4, - 4, - 3, - 13 - ], - "recent_avg": 4.7, - "recent_sr": 38.8 - }, - "A Ikuzwe": { - "recent_scores": [ - 0, - 3, - 5, - 0, - 0, - 7, - 4, - 35, - 17, - 16 - ], - "recent_avg": 8.7, - "recent_sr": 55.8 - }, - "A Ilahi": { - "recent_scores": [ - 1, - 5, - 0, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 22.2 - }, - "A Ilaoa": { - "recent_scores": [ - 5, - 12, - 3, - 12, - 1, - 0, - 2 - ], - "recent_avg": 5.0, - "recent_sr": 100.0 - }, - "A Iopu": { - "recent_scores": [ - 5, - 6, - 3, - 20 - ], - "recent_avg": 8.5, - "recent_sr": 40.0 - }, - "A Johnmary": { - "recent_scores": [ - 10, - 1, - 8 - ], - "recent_avg": 6.3, - "recent_sr": 76.0 - }, - "A Johnson": { - "recent_scores": [ - 31, - 0, - 0, - 10, - 10, - 32, - 55, - 1, - 15, - 29 - ], - "recent_avg": 18.3, - "recent_sr": 89.3 - }, - "A Joshi": { - "recent_scores": [ - 2, - 9 - ], - "recent_avg": 5.5, - "recent_sr": 27.5 - }, - "A Kadowaki Fleming": { - "recent_scores": [ - 34, - 28, - 65 - ], - "recent_avg": 42.3, - "recent_sr": 158.8 - }, - "A Kainessie": { - "recent_scores": [ - 0, - 24, - 14, - 40, - 37, - 8, - 10, - 5, - 8, - 4 - ], - "recent_avg": 15.0, - "recent_sr": 91.5 - }, - "A Kalasi": { - "recent_scores": [ - 0, - 1, - 5, - 8 - ], - "recent_avg": 3.5, - "recent_sr": 93.3 - }, - "A Kanada": { - "recent_scores": [ - 0, - 0, - 29, - 5 - ], - "recent_avg": 8.5, - "recent_sr": 65.4 - }, - "A Kano": { - "recent_scores": [ - 9, - 8, - 9, - 13, - 9, - 13, - 11, - 16, - 12, - 4 - ], - "recent_avg": 10.4, - "recent_sr": 67.1 - }, - "A Kansonkho": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 40.0 - }, - "A Kanukuntla": { - "recent_scores": [ - 20, - 14, - 24, - 2, - 5, - 16, - 11, - 27, - 9, - 3 - ], - "recent_avg": 13.1, - "recent_sr": 52.2 - }, - "A Kanwal": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 10.0 - }, - "A Kapoor": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 225.0 - }, - "A Karmacharya": { - "recent_scores": [ - 2, - 1, - 0, - 2, - 3, - 0, - 3, - 0, - 6, - 0 - ], - "recent_avg": 1.7, - "recent_sr": 36.2 - }, - "A Karn": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 57.1 - }, - "A Kato-Stafford": { - "recent_scores": [ - 5, - 29, - 63, - 42, - 84, - 27, - 7, - 36, - 28 - ], - "recent_avg": 35.7, - "recent_sr": 88.2 - }, - "A Katoa": { - "recent_scores": [ - 18, - 11, - 2 - ], - "recent_avg": 10.3, - "recent_sr": 43.7 - }, - "A Kaul": { - "recent_scores": [ - 8, - 1, - 1, - 28, - 0, - 5, - 8, - 0 - ], - "recent_avg": 6.4, - "recent_sr": 79.7 - }, - "A Khaka": { - "recent_scores": [ - 2, - 1, - 0, - 1, - 6, - 8, - 18, - 2, - 0, - 1 - ], - "recent_avg": 3.9, - "recent_sr": 42.4 - }, - "A Khakimov": { - "recent_scores": [ - 4, - 15, - 0 - ], - "recent_avg": 6.3, - "recent_sr": 31.1 - }, - "A Khan": { - "recent_scores": [ - 1, - 13, - 8, - 16, - 5, - 4, - 2 - ], - "recent_avg": 7.0, - "recent_sr": 86.0 - }, - "A Khasanov": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Kheterpal": { - "recent_scores": [ - 14, - 24, - 36, - 19, - 12, - 2, - 15, - 0, - 23, - 42 - ], - "recent_avg": 18.7, - "recent_sr": 108.7 - }, - "A Khullar": { - "recent_scores": [ - 1, - 0, - 1, - 2, - 0 - ], - "recent_avg": 0.8, - "recent_sr": 12.9 - }, - "A King": { - "recent_scores": [ - 21, - 3, - 8, - 5, - 30, - 7 - ], - "recent_avg": 12.3, - "recent_sr": 39.4 - }, - "A Kirschbaum": { - "recent_scores": [ - 50, - 51, - 7, - 35, - 9, - 7, - 20, - 14, - 17, - 9 - ], - "recent_avg": 21.9, - "recent_sr": 110.6 - }, - "A Kitayama": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Kohli": { - "recent_scores": [ - 8, - 43, - 4, - 14, - 0, - 1, - 6, - 2, - 1, - 21 - ], - "recent_avg": 10.0, - "recent_sr": 67.6 - }, - "A Kolan": { - "recent_scores": [ - 4, - 3, - 43, - 1, - 37, - 33, - 34 - ], - "recent_avg": 22.1, - "recent_sr": 52.2 - }, - "A Kone": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Konhu": { - "recent_scores": [ - 8, - 3, - 8 - ], - "recent_avg": 6.3, - "recent_sr": 73.1 - }, - "A Kontopirakis": { - "recent_scores": [ - 8, - 49, - 0, - 32, - 9, - 0, - 6, - 45, - 5, - 10 - ], - "recent_avg": 16.4, - "recent_sr": 89.6 - }, - "A Kourkoulou": { - "recent_scores": [ - 11, - 0, - 1, - 0, - 0, - 2, - 7, - 3, - 0, - 2 - ], - "recent_avg": 2.6, - "recent_sr": 29.9 - }, - "A Krishna": { - "recent_scores": [ - 0, - 2, - 6 - ], - "recent_avg": 2.7, - "recent_sr": 88.9 - }, - "A Kshirsagar": { - "recent_scores": [ - 5, - 0, - 2 - ], - "recent_avg": 2.3, - "recent_sr": 70.0 - }, - "A Kuthalingham": { - "recent_scores": [ - 24, - 13 - ], - "recent_avg": 18.5, - "recent_sr": 92.5 - }, - "A Langham": { - "recent_scores": [ - 18 - ], - "recent_avg": 18.0, - "recent_sr": 78.3 - }, - "A Lazic": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 66.7 - }, - "A Le Ray": { - "recent_scores": [ - 8, - 3 - ], - "recent_avg": 5.5, - "recent_sr": 55.0 - }, - "A Letuba": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "A Levaci": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Limdawala": { - "recent_scores": [ - 8, - 1, - 10, - 12, - 22, - 4, - 35, - 9, - 5, - 16 - ], - "recent_avg": 12.2, - "recent_sr": 64.2 - }, - "A Lister": { - "recent_scores": [ - 27, - 18, - 38, - 31, - 19, - 0, - 20, - 47, - 13 - ], - "recent_avg": 23.7, - "recent_sr": 84.2 - }, - "A Littlejohns": { - "recent_scores": [ - 0, - 1, - 12 - ], - "recent_avg": 4.3, - "recent_sr": 76.5 - }, - "A Lumbe": { - "recent_scores": [ - 12, - 42, - 12, - 0, - 7, - 1, - 5, - 19, - 1, - 0 - ], - "recent_avg": 9.9, - "recent_sr": 46.0 - }, - "A Lupascu": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 22.2 - }, - "A Magdalenic": { - "recent_scores": [ - 2, - 1, - 0, - 3, - 14, - 0, - 0, - 0, - 7, - 0 - ], - "recent_avg": 2.7, - "recent_sr": 43.5 - }, - "A Maheshwari": { - "recent_scores": [ - 8, - 2, - 5, - 0, - 16, - 6, - 0, - 2, - 1 - ], - "recent_avg": 4.4, - "recent_sr": 58.0 - }, - "A Makri": { - "recent_scores": [ - 8, - 20, - 8, - 23, - 6, - 19, - 5, - 9, - 0, - 2 - ], - "recent_avg": 10.0, - "recent_sr": 50.8 - }, - "A Manepalli": { - "recent_scores": [ - 14, - 7, - 3, - 0, - 37, - 57, - 35, - 9, - 22, - 2 - ], - "recent_avg": 18.6, - "recent_sr": 98.4 - }, - "A Manousis": { - "recent_scores": [ - 0, - 11, - 0, - 17, - 11, - 0 - ], - "recent_avg": 6.5, - "recent_sr": 111.4 - }, - "A Mansale": { - "recent_scores": [ - 23, - 0, - 11, - 14, - 1 - ], - "recent_avg": 9.8, - "recent_sr": 102.1 - }, - "A Mare": { - "recent_scores": [ - 3, - 5, - 1, - 30, - 1, - 36, - 11, - 14, - 11, - 7 - ], - "recent_avg": 11.9, - "recent_sr": 69.2 - }, - "A Martel": { - "recent_scores": [ - 5, - 4, - 4, - 18, - 1, - 0, - 0, - 20, - 11, - 6 - ], - "recent_avg": 6.9, - "recent_sr": 98.6 - }, - "A Mazvishaya": { - "recent_scores": [ - 0, - 13, - 7, - 26, - 9, - 4, - 0, - 1, - 8, - 6 - ], - "recent_avg": 7.4, - "recent_sr": 48.7 - }, - "A McAuley": { - "recent_scores": [ - 6, - 8, - 15, - 6, - 17 - ], - "recent_avg": 10.4, - "recent_sr": 68.4 - }, - "A McKnight": { - "recent_scores": [ - 27, - 40 - ], - "recent_avg": 33.5, - "recent_sr": 88.2 - }, - "A Mehmood": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 350.0 - }, - "A Mene-Ejegi": { - "recent_scores": [ - 1, - 0, - 24, - 8, - 11, - 7, - 5, - 32, - 0, - 19 - ], - "recent_avg": 10.7, - "recent_sr": 146.6 - }, - "A Merritt": { - "recent_scores": [ - 50, - 52, - 10, - 6, - 24, - 25, - 21, - 77, - 26, - 17 - ], - "recent_avg": 30.8, - "recent_sr": 118.0 - }, - "A Mesarovic": { - "recent_scores": [ - 52, - 0, - 28, - 80, - 9, - 27, - 1 - ], - "recent_avg": 28.1, - "recent_sr": 99.5 - }, - "A Meyenborg": { - "recent_scores": [ - 2, - 1, - 1, - 0, - 0, - 5, - 2, - 2 - ], - "recent_avg": 1.6, - "recent_sr": 24.5 - }, - "A Modi": { - "recent_scores": [ - 5, - 2, - 14, - 3, - 24 - ], - "recent_avg": 9.6, - "recent_sr": 62.3 - }, - "A Mohamed": { - "recent_scores": [ - 3, - 2, - 1, - 12, - 5, - 1, - 2, - 14, - 21, - 8 - ], - "recent_avg": 6.9, - "recent_sr": 71.9 - }, - "A Mohammed": { - "recent_scores": [ - 2, - 11, - 1, - 0, - 2, - 8, - 9, - 15, - 1, - 0 - ], - "recent_avg": 4.9, - "recent_sr": 31.6 - }, - "A Mokgotlhe": { - "recent_scores": [ - 7, - 0, - 14, - 8, - 24, - 4, - 60, - 10, - 10, - 14 - ], - "recent_avg": 15.1, - "recent_sr": 104.9 - }, - "A Mongar": { - "recent_scores": [ - 0, - 8, - 3, - 4 - ], - "recent_avg": 3.8, - "recent_sr": 42.9 - }, - "A Morris": { - "recent_scores": [ - 8, - 8, - 5, - 0, - 4, - 0, - 0, - 0, - 1, - 3 - ], - "recent_avg": 2.9, - "recent_sr": 44.6 - }, - "A Mossop": { - "recent_scores": [ - 20, - 0, - 8, - 1 - ], - "recent_avg": 7.2, - "recent_sr": 51.8 - }, - "A Motorwala": { - "recent_scores": [ - 0, - 2, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 20.0 - }, - "A Mucyodusenge": { - "recent_scores": [ - 0, - 2, - 9 - ], - "recent_avg": 3.7, - "recent_sr": 45.8 - }, - "A Mundra": { - "recent_scores": [ - 9, - 4, - 62, - 24, - 3, - 8, - 28, - 2, - 76, - 22 - ], - "recent_avg": 23.8, - "recent_sr": 144.2 - }, - "A Munisar": { - "recent_scores": [ - 2, - 0, - 0, - 4 - ], - "recent_avg": 1.5, - "recent_sr": 12.2 - }, - "A Musaev": { - "recent_scores": [ - 1, - 2, - 5, - 9 - ], - "recent_avg": 4.2, - "recent_sr": 70.8 - }, - "A Mustafa": { - "recent_scores": [ - 10, - 7, - 0, - 5, - 8 - ], - "recent_avg": 6.0, - "recent_sr": 111.1 - }, - "A Mutreja": { - "recent_scores": [ - 9, - 4, - 17, - 0, - 3, - 6, - 79 - ], - "recent_avg": 16.9, - "recent_sr": 135.6 - }, - "A Nagarajan": { - "recent_scores": [ - 28, - 9, - 12, - 13, - 7 - ], - "recent_avg": 13.8, - "recent_sr": 86.2 - }, - "A Nanda": { - "recent_scores": [ - 12, - 5, - 3, - 1, - 0, - 0, - 1, - 1, - 1, - 13 - ], - "recent_avg": 3.7, - "recent_sr": 86.0 - }, - "A Nao": { - "recent_scores": [ - 2, - 1, - 0, - 11, - 11, - 3, - 5, - 2, - 5, - 1 - ], - "recent_avg": 4.1, - "recent_sr": 73.2 - }, - "A Nathwani": { - "recent_scores": [ - 0, - 4, - 6, - 6, - 1, - 7, - 1 - ], - "recent_avg": 3.6, - "recent_sr": 62.5 - }, - "A Natubhai Ahir": { - "recent_scores": [ - 12, - 17, - 37, - 14, - 3, - 0, - 26, - 12, - 1, - 1 - ], - "recent_avg": 12.3, - "recent_sr": 97.6 - }, - "A Ndiraya": { - "recent_scores": [ - 39, - 82, - 20, - 28, - 11, - 25, - 41, - 47, - 2, - 11 - ], - "recent_avg": 30.6, - "recent_sr": 72.0 - }, - "A Ndlovu": { - "recent_scores": [ - 4, - 5 - ], - "recent_avg": 4.5, - "recent_sr": 22.5 - }, - "A Nel": { - "recent_scores": [ - 7, - 0, - 5, - 50, - 25, - 15, - 0, - 35, - 33, - 0 - ], - "recent_avg": 17.0, - "recent_sr": 55.6 - }, - "A Nimaga": { - "recent_scores": [ - 2, - 7, - 2 - ], - "recent_avg": 3.7, - "recent_sr": 84.6 - }, - "A Nookala": { - "recent_scores": [ - 0, - 0, - 1, - 0, - 0, - 5, - 0, - 0 - ], - "recent_avg": 0.8, - "recent_sr": 10.0 - }, - "A Nyirenda": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 20.0 - }, - "A Obulor": { - "recent_scores": [ - 0, - 12, - 1, - 1, - 8, - 0, - 8, - 12, - 2, - 1 - ], - "recent_avg": 4.5, - "recent_sr": 52.9 - }, - "A Orfila": { - "recent_scores": [ - 6, - 2 - ], - "recent_avg": 4.0, - "recent_sr": 50.0 - }, - "A Osei": { - "recent_scores": [ - 13, - 6, - 10, - 0, - 6, - 6, - 5, - 12, - 8 - ], - "recent_avg": 7.3, - "recent_sr": 52.8 - }, - "A Ostergaard": { - "recent_scores": [ - 9, - 24, - 54, - 42, - 31, - 0, - 5, - 21, - 1, - 23 - ], - "recent_avg": 21.0, - "recent_sr": 81.1 - }, - "A Otwani": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Oxley": { - "recent_scores": [ - 15, - 80, - 22, - 14, - 11, - 31, - 29, - 31 - ], - "recent_avg": 29.1, - "recent_sr": 82.3 - }, - "A Parima": { - "recent_scores": [ - 24, - 2, - 8, - 64, - 18, - 0, - 16, - 0, - 20, - 18 - ], - "recent_avg": 17.0, - "recent_sr": 102.4 - }, - "A Patmore": { - "recent_scores": [ - 9, - 9, - 52, - 6, - 21, - 43, - 1, - 0, - 14, - 16 - ], - "recent_avg": 17.1, - "recent_sr": 86.8 - }, - "A Paul": { - "recent_scores": [ - 2, - 6, - 0, - 3, - 5, - 14 - ], - "recent_avg": 5.0, - "recent_sr": 75.0 - }, - "A Pavlickova": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 4.0 - }, - "A Perera": { - "recent_scores": [ - 6, - 39, - 0, - 13, - 0, - 1, - 19, - 13, - 19, - 5 - ], - "recent_avg": 11.5, - "recent_sr": 65.3 - }, - "A Poulose": { - "recent_scores": [ - 0, - 0, - 9 - ], - "recent_avg": 3.0, - "recent_sr": 56.2 - }, - "A Prashar": { - "recent_scores": [ - 3, - 35, - 1, - 7, - 33, - 0, - 7, - 20, - 8, - 20 - ], - "recent_avg": 13.4, - "recent_sr": 157.6 - }, - "A Prince": { - "recent_scores": [ - 0, - 1, - 0, - 2, - 8, - 2, - 0 - ], - "recent_avg": 1.9, - "recent_sr": 29.5 - }, - "A Pusthay": { - "recent_scores": [ - 11, - 6, - 21 - ], - "recent_avg": 12.7, - "recent_sr": 88.4 - }, - "A Rajshekara": { - "recent_scores": [ - 0, - 13, - 4, - 6, - 22, - 50, - 11 - ], - "recent_avg": 15.1, - "recent_sr": 89.8 - }, - "A Rameshan": { - "recent_scores": [ - 2, - 3, - 3, - 14, - 23, - 20, - 0, - 25, - 14, - 29 - ], - "recent_avg": 13.3, - "recent_sr": 59.4 - }, - "A Randhawa": { - "recent_scores": [ - 42 - ], - "recent_avg": 42.0, - "recent_sr": 150.0 - }, - "A Rangaswamy": { - "recent_scores": [ - 8, - 18 - ], - "recent_avg": 13.0, - "recent_sr": 152.9 - }, - "A Rautela": { - "recent_scores": [ - 7, - 3, - 0, - 1, - 11 - ], - "recent_avg": 4.4, - "recent_sr": 32.8 - }, - "A Raza": { - "recent_scores": [ - 9, - 12 - ], - "recent_avg": 10.5, - "recent_sr": 105.0 - }, - "A Razmilic": { - "recent_scores": [ - 1, - 1, - 0, - 0, - 4, - 0, - 1, - 0, - 2, - 6 - ], - "recent_avg": 1.5, - "recent_sr": 32.6 - }, - "A Reddy": { - "recent_scores": [ - 10, - 4, - 14, - 9, - 5, - 2, - 14 - ], - "recent_avg": 8.3, - "recent_sr": 62.4 - }, - "A Reyes": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Saifee": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Salomao": { - "recent_scores": [ - 0, - 1, - 6, - 2, - 7, - 1, - 0, - 4, - 0, - 1 - ], - "recent_avg": 2.2, - "recent_sr": 44.0 - }, - "A Samildeen": { - "recent_scores": [ - 0, - 1, - 5 - ], - "recent_avg": 2.0, - "recent_sr": 15.0 - }, - "A Sangare": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Sarma": { - "recent_scores": [ - 5, - 18, - 69, - 7, - 17 - ], - "recent_avg": 23.2, - "recent_sr": 100.0 - }, - "A Sathyan": { - "recent_scores": [ - 0, - 10 - ], - "recent_avg": 5.0, - "recent_sr": 66.7 - }, - "A Saud": { - "recent_scores": [ - 10, - 5, - 48, - 1, - 0, - 29, - 18, - 18, - 9, - 0 - ], - "recent_avg": 13.8, - "recent_sr": 43.5 - }, - "A Savvani": { - "recent_scores": [ - 1, - 4, - 2, - 2, - 1, - 14, - 10, - 2, - 27, - 6 - ], - "recent_avg": 6.9, - "recent_sr": 40.8 - }, - "A Scantlebury": { - "recent_scores": [ - 8, - 8 - ], - "recent_avg": 8.0, - "recent_sr": 45.7 - }, - "A Shahi": { - "recent_scores": [ - 8, - 4, - 0, - 4, - 44, - 1, - 19, - 32, - 14, - 9 - ], - "recent_avg": 13.5, - "recent_sr": 125.0 - }, - "A Shahzad": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 41.7 - }, - "A Sharafu": { - "recent_scores": [ - 18, - 0, - 45, - 1, - 11, - 5, - 32, - 58, - 6, - 31 - ], - "recent_avg": 20.7, - "recent_sr": 80.2 - }, - "A Sharma": { - "recent_scores": [ - 65 - ], - "recent_avg": 65.0, - "recent_sr": 58.0 - }, - "A Shreshta": { - "recent_scores": [ - 13, - 4, - 17, - 47, - 13, - 9, - 76, - 27, - 14, - 2 - ], - "recent_avg": 22.2, - "recent_sr": 102.3 - }, - "A Shrubsole": { - "recent_scores": [ - 9, - 47, - 11, - 20, - 1, - 14, - 9 - ], - "recent_avg": 15.9, - "recent_sr": 37.2 - }, - "A Shukla": { - "recent_scores": [ - 10, - 0, - 0, - 1, - 8, - 0, - 2, - 1, - 9, - 1 - ], - "recent_avg": 3.2, - "recent_sr": 58.2 - }, - "A Simelane": { - "recent_scores": [ - 13, - 11, - 11, - 1, - 2, - 5, - 7, - 6 - ], - "recent_avg": 7.0, - "recent_sr": 96.6 - }, - "A Sokovagone": { - "recent_scores": [ - 5, - 46, - 23, - 62, - 19, - 19 - ], - "recent_avg": 29.0, - "recent_sr": 132.8 - }, - "A Sootaga": { - "recent_scores": [ - 2, - 42, - 10, - 11, - 16, - 0, - 0, - 1, - 7, - 1 - ], - "recent_avg": 9.0, - "recent_sr": 80.4 - }, - "A Stocks": { - "recent_scores": [ - 11, - 16, - 25, - 5, - 8, - 5, - 48, - 16, - 14, - 0 - ], - "recent_avg": 14.8, - "recent_sr": 56.9 - }, - "A Stoilova": { - "recent_scores": [ - 0, - 20, - 4, - 0, - 0, - 0, - 2 - ], - "recent_avg": 3.7, - "recent_sr": 31.7 - }, - "A Sutherland": { - "recent_scores": [ - 129, - 163, - 210, - 43, - 152, - 15, - 3 - ], - "recent_avg": 102.1, - "recent_sr": 64.0 - }, - "A Suwanchonrathi": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 75.0 - }, - "A Tagilala": { - "recent_scores": [ - 0, - 27, - 1 - ], - "recent_avg": 9.3, - "recent_sr": 59.6 - }, - "A Taylor": { - "recent_scores": [ - 1, - 3, - 3, - 0, - 0, - 5, - 12, - 3, - 15, - 0 - ], - "recent_avg": 4.2, - "recent_sr": 27.5 - }, - "A Tector": { - "recent_scores": [ - 0, - 1, - 21, - 17, - 0 - ], - "recent_avg": 7.8, - "recent_sr": 61.9 - }, - "A Thorpe": { - "recent_scores": [ - 1, - 1, - 9, - 5, - 2 - ], - "recent_avg": 3.6, - "recent_sr": 45.0 - }, - "A Tripathi": { - "recent_scores": [ - 6, - 1, - 1 - ], - "recent_avg": 2.7, - "recent_sr": 29.6 - }, - "A Turay": { - "recent_scores": [ - 5, - 7, - 11, - 6, - 8, - 20, - 17, - 10, - 44, - 4 - ], - "recent_avg": 13.2, - "recent_sr": 96.4 - }, - "A Turkmen": { - "recent_scores": [ - 1, - 5, - 7, - 36, - 51, - 50, - 1, - 5, - 14, - 9 - ], - "recent_avg": 17.9, - "recent_sr": 130.7 - }, - "A Uwimbabazi": { - "recent_scores": [ - 5, - 7, - 2, - 11, - 4, - 7 - ], - "recent_avg": 6.0, - "recent_sr": 60.0 - }, - "A Vaidya": { - "recent_scores": [ - 32, - 10, - 6, - 17, - 25, - 22, - 7, - 13, - 17, - 17 - ], - "recent_avg": 16.6, - "recent_sr": 81.4 - }, - "A Vailoa": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Vala": { - "recent_scores": [ - 29, - 42, - 75, - 1, - 65, - 20, - 0, - 42, - 0, - 11 - ], - "recent_avg": 28.5, - "recent_sr": 63.5 - }, - "A Valthapa": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 63.6 - }, - "A Venkatesh": { - "recent_scores": [ - 1, - 17 - ], - "recent_avg": 9.0, - "recent_sr": 85.7 - }, - "A Vessik": { - "recent_scores": [ - 0, - 13, - 4, - 10, - 9, - 1, - 9, - 3, - 2, - 8 - ], - "recent_avg": 5.9, - "recent_sr": 41.0 - }, - "A Vishwakarma": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Wanjira": { - "recent_scores": [ - 2, - 7, - 8, - 1, - 13, - 0, - 14, - 8, - 5, - 7 - ], - "recent_avg": 6.5, - "recent_sr": 73.9 - }, - "A Wellington": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 16.7 - }, - "A Wichakam": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Wright": { - "recent_scores": [ - 1, - 0, - 0, - 6, - 0, - 0, - 3, - 0, - 3 - ], - "recent_avg": 1.4, - "recent_sr": 37.1 - }, - "A Yon": { - "recent_scores": [ - 28, - 5, - 54 - ], - "recent_avg": 29.0, - "recent_sr": 111.5 - }, - "A Zimunu": { - "recent_scores": [ - 23, - 6, - 7, - 6, - 0, - 0, - 15, - 6, - 13, - 21 - ], - "recent_avg": 9.7, - "recent_sr": 70.8 - }, - "A le Breton": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 50.0 - }, - "A van Schoor": { - "recent_scores": [ - 1, - 0, - 13, - 5, - 0 - ], - "recent_avg": 3.8, - "recent_sr": 47.5 - }, - "A van der Merwe": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 100.0 - }, - "AA Alleyne": { - "recent_scores": [ - 4, - 1, - 24, - 32, - 1, - 1, - 27, - 0, - 44, - 5 - ], - "recent_avg": 13.9, - "recent_sr": 80.8 - }, - "AA Banner": { - "recent_scores": [ - 7, - 1, - 4, - 0, - 10 - ], - "recent_avg": 4.4, - "recent_sr": 68.8 - }, - "AA Deshpande": { - "recent_scores": [ - 32 - ], - "recent_avg": 32.0, - "recent_sr": 46.4 - }, - "AA Gajic": { - "recent_scores": [ - 4, - 0, - 0, - 2, - 9, - 3 - ], - "recent_avg": 3.0, - "recent_sr": 48.6 - }, - "AA Hussein": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "AA Jangoo": { - "recent_scores": [ - 9, - 233, - 30 - ], - "recent_avg": 90.7, - "recent_sr": 60.9 - }, - "AA Jasani": { - "recent_scores": [ - 21, - 18, - 1, - 19, - 90, - 36 - ], - "recent_avg": 30.8, - "recent_sr": 117.1 - }, - "AA Jimoh": { - "recent_scores": [ - 7, - 7, - 2, - 1 - ], - "recent_avg": 4.2, - "recent_sr": 68.0 - }, - "AA Kawirawira": { - "recent_scores": [ - 1, - 0, - 4 - ], - "recent_avg": 1.7, - "recent_sr": 35.7 - }, - "AA Moiane": { - "recent_scores": [ - 3, - 3, - 1, - 0, - 1, - 2, - 0, - 3, - 0, - 27 - ], - "recent_avg": 4.0, - "recent_sr": 47.1 - }, - "AA Navicha": { - "recent_scores": [ - 34, - 13, - 30, - 10, - 18, - 6, - 42, - 19, - 29, - 31 - ], - "recent_avg": 23.2, - "recent_sr": 138.1 - }, - "AA Obanda": { - "recent_scores": [ - 89, - 5, - 26, - 14, - 23, - 14, - 6, - 5, - 49, - 38 - ], - "recent_avg": 26.9, - "recent_sr": 71.9 - }, - "AA Onikoyi": { - "recent_scores": [ - 3, - 26 - ], - "recent_avg": 14.5, - "recent_sr": 74.4 - }, - "AA Paradkar": { - "recent_scores": [ - 12, - 0, - 24, - 13, - 2 - ], - "recent_avg": 10.2, - "recent_sr": 60.0 - }, - "AA Patil": { - "recent_scores": [ - 2, - 3, - 0, - 0, - 0, - 1, - 54, - 8, - 3, - 19 - ], - "recent_avg": 9.0, - "recent_sr": 111.1 - }, - "AA Rahayu": { - "recent_scores": [ - 5, - 55, - 0, - 0, - 1, - 9, - 4, - 28, - 0, - 12 - ], - "recent_avg": 11.4, - "recent_sr": 100.0 - }, - "AA Senn": { - "recent_scores": [ - 40, - 32, - 27, - 22, - 0, - 16, - 61, - 24, - 11, - 8 - ], - "recent_avg": 24.1, - "recent_sr": 84.3 - }, - "AAA Patel": { - "recent_scores": [ - 5, - 1, - 24, - 21, - 19 - ], - "recent_avg": 14.0, - "recent_sr": 82.4 - }, - "AAH Bhikari": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 18.2 - }, - "AAIP Bastari": { - "recent_scores": [ - 26 - ], - "recent_avg": 26.0, - "recent_sr": 92.9 - }, - "AAM Eliane": { - "recent_scores": [ - 0, - 1, - 3 - ], - "recent_avg": 1.3, - "recent_sr": 11.1 - }, - "AAP Atkinson": { - "recent_scores": [ - 42, - 18, - 28, - 7, - 38, - 28, - 47, - 4, - 48, - 49 - ], - "recent_avg": 30.9, - "recent_sr": 61.1 - }, - "AAP Rivero": { - "recent_scores": [ - 25, - 6, - 12, - 4, - 23, - 12, - 31, - 2, - 10, - 4 - ], - "recent_avg": 12.9, - "recent_sr": 90.2 - }, - "AAhan Achar": { - "recent_scores": [ - 5, - 1, - 4, - 0, - 2 - ], - "recent_avg": 2.4, - "recent_sr": 80.0 - }, - "AB Kamara": { - "recent_scores": [ - 23, - 15, - 6, - 1 - ], - "recent_avg": 11.2, - "recent_sr": 93.8 - }, - "AB Kaur": { - "recent_scores": [ - 13, - 12, - 15, - 15, - 18, - 16, - 13, - 57, - 20, - 18 - ], - "recent_avg": 19.7, - "recent_sr": 87.9 - }, - "AB Martinez": { - "recent_scores": [ - 5, - 0, - 3 - ], - "recent_avg": 2.7, - "recent_sr": 11.0 - }, - "AB Mengoumou": { - "recent_scores": [ - 22, - 1, - 8, - 7, - 4, - 0, - 0, - 4 - ], - "recent_avg": 5.8, - "recent_sr": 33.3 - }, - "AB Sharma": { - "recent_scores": [ - 17, - 27, - 28 - ], - "recent_avg": 24.0, - "recent_sr": 97.3 - }, - "AB Slebsager": { - "recent_scores": [ - 23, - 4, - 19, - 16, - 1, - 1, - 2, - 5, - 4, - 3 - ], - "recent_avg": 7.8, - "recent_sr": 79.6 - }, - "ABY Smith": { - "recent_scores": [ - 15, - 5, - 0, - 11, - 6, - 2, - 23, - 2, - 8, - 49 - ], - "recent_avg": 12.1, - "recent_sr": 45.8 - }, - "AC Agar": { - "recent_scores": [ - 22, - 43, - 18, - 112 - ], - "recent_avg": 48.8, - "recent_sr": 55.4 - }, - "AC Botha": { - "recent_scores": [ - 0, - 22, - 20, - 15, - 15, - 21, - 11, - 47, - 0, - 0 - ], - "recent_avg": 15.1, - "recent_sr": 78.2 - }, - "AC Brodin": { - "recent_scores": [ - 1, - 1, - 2, - 4, - 8 - ], - "recent_avg": 3.2, - "recent_sr": 28.6 - }, - "AC Douglas": { - "recent_scores": [ - 1, - 0, - 14, - 22, - 21 - ], - "recent_avg": 11.6, - "recent_sr": 113.7 - }, - "AC Evans": { - "recent_scores": [ - 1, - 4, - 1, - 4, - 13, - 2, - 0, - 1, - 9, - 22 - ], - "recent_avg": 5.7, - "recent_sr": 66.3 - }, - "AC Frame": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "AC Jayangani": { - "recent_scores": [ - 10, - 40, - 0, - 32, - 27, - 46, - 11, - 53, - 15, - 43 - ], - "recent_avg": 27.7, - "recent_sr": 73.7 - }, - "AC Kerr": { - "recent_scores": [ - 1, - 55, - 0, - 179, - 36, - 80, - 45, - 15, - 35, - 45 - ], - "recent_avg": 49.1, - "recent_sr": 87.1 - }, - "AC Mushangwe": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 57.9 - }, - "AC Sabino": { - "recent_scores": [ - 3, - 21, - 1, - 1, - 2, - 1, - 13, - 29, - 17, - 12 - ], - "recent_avg": 10.0, - "recent_sr": 90.9 - }, - "AC Septien": { - "recent_scores": [ - 8, - 9, - 1 - ], - "recent_avg": 6.0, - "recent_sr": 30.0 - }, - "ACF Stokes": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 42.9 - }, - "ACL Richards": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 58.8 - }, - "AD Algar": { - "recent_scores": [ - 9, - 14, - 5 - ], - "recent_avg": 9.3, - "recent_sr": 57.1 - }, - "AD Diwan Ali": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 18.2 - }, - "AD Dore": { - "recent_scores": [ - 22, - 11, - 14, - 33, - 16, - 20, - 1, - 8, - 3, - 17 - ], - "recent_avg": 14.5, - "recent_sr": 98.6 - }, - "AD Fofana": { - "recent_scores": [ - 2, - 0, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 15.8 - }, - "AD Poynter": { - "recent_scores": [ - 15, - 21, - 16, - 3, - 10, - 0 - ], - "recent_avg": 10.8, - "recent_sr": 48.5 - }, - "ADL Stokoe": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 44.4 - }, - "ADS Fletcher": { - "recent_scores": [ - 76, - 40, - 120, - 0, - 138, - 26, - 100, - 94, - 48, - 0 - ], - "recent_avg": 64.2, - "recent_sr": 153.6 - }, - "AE Isesele": { - "recent_scores": [ - 5, - 9, - 8, - 2, - 4, - 7, - 1, - 10, - 1, - 0 - ], - "recent_avg": 4.7, - "recent_sr": 64.4 - }, - "AE Jones": { - "recent_scores": [ - 106, - 9, - 63, - 17, - 17, - 0, - 17, - 1, - 64 - ], - "recent_avg": 32.7, - "recent_sr": 55.0 - }, - "AE Moe": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 14.3 - }, - "AE Paraam": { - "recent_scores": [ - 37, - 15, - 7 - ], - "recent_avg": 19.7, - "recent_sr": 109.3 - }, - "AE Satterthwaite": { - "recent_scores": [ - 0, - 24, - 1, - 44, - 75, - 31, - 12, - 32, - 59, - 0 - ], - "recent_avg": 27.8, - "recent_sr": 74.7 - }, - "AE Smith": { - "recent_scores": [ - 45 - ], - "recent_avg": 45.0, - "recent_sr": 150.0 - }, - "AEMP Durayalage": { - "recent_scores": [ - 1, - 9, - 3 - ], - "recent_avg": 4.3, - "recent_sr": 34.2 - }, - "AF Aoina": { - "recent_scores": [ - 2, - 5, - 2, - 2, - 1, - 1, - 11, - 0, - 7, - 34 - ], - "recent_avg": 6.5, - "recent_sr": 69.9 - }, - "AF Buurman": { - "recent_scores": [ - 26, - 0 - ], - "recent_avg": 13.0, - "recent_sr": 76.5 - }, - "AF Ifill": { - "recent_scores": [ - 3, - 2, - 0, - 0, - 4, - 8, - 11, - 4, - 25, - 3 - ], - "recent_avg": 6.0, - "recent_sr": 62.5 - }, - "AF Mapu": { - "recent_scores": [ - 29, - 12, - 5, - 5, - 0, - 0, - 0, - 8, - 0 - ], - "recent_avg": 6.6, - "recent_sr": 90.8 - }, - "AG Cremer": { - "recent_scores": [ - 20, - 39, - 9, - 61, - 8, - 145, - 9, - 33, - 14, - 85 - ], - "recent_avg": 42.3, - "recent_sr": 33.7 - }, - "AG Prince": { - "recent_scores": [ - 18, - 39, - 52, - 0, - 69, - 52, - 79, - 1, - 78, - 9 - ], - "recent_avg": 39.7, - "recent_sr": 39.9 - }, - "AG Rao": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "AG Weligamage": { - "recent_scores": [ - 45, - 2, - 3, - 8, - 11, - 1, - 2, - 21, - 6, - 2 - ], - "recent_avg": 10.1, - "recent_sr": 104.1 - }, - "AGS Gous": { - "recent_scores": [ - 192, - 18, - 74, - 18, - 12, - 166, - 12, - 36, - 6, - 70 - ], - "recent_avg": 60.4, - "recent_sr": 143.8 - }, - "AH Maqsood": { - "recent_scores": [ - 6, - 1, - 1, - 2, - 6, - 4, - 0, - 0 - ], - "recent_avg": 2.5, - "recent_sr": 40.0 - }, - "AH Thomson": { - "recent_scores": [ - 10, - 6 - ], - "recent_avg": 8.0, - "recent_sr": 43.2 - }, - "AI Chudasama": { - "recent_scores": [ - 9, - 33, - 0, - 41, - 12, - 25, - 1 - ], - "recent_avg": 17.3, - "recent_sr": 69.9 - }, - "AISD Kainoco": { - "recent_scores": [ - 6, - 1, - 0, - 1 - ], - "recent_avg": 2.0, - "recent_sr": 53.3 - }, - "AIV Benatar": { - "recent_scores": [ - 32, - 64, - 6, - 11, - 21, - 10, - 1, - 12, - 68, - 11 - ], - "recent_avg": 23.6, - "recent_sr": 73.3 - }, - "AJ Ayannaike": { - "recent_scores": [ - 4, - 0, - 20, - 0, - 6, - 2, - 2, - 2, - 0, - 4 - ], - "recent_avg": 4.0, - "recent_sr": 69.0 - }, - "AJ Blackwell": { - "recent_scores": [ - 6, - 54, - 76, - 83, - 68, - 25, - 34, - 71 - ], - "recent_avg": 52.1, - "recent_sr": 33.9 - }, - "AJ Hall": { - "recent_scores": [ - 4, - 21, - 32, - 81, - 5, - 58, - 28, - 189, - 1, - 99 - ], - "recent_avg": 51.8, - "recent_sr": 44.6 - }, - "AJ Healy": { - "recent_scores": [ - 13, - 34, - 99, - 70, - 50, - 0, - 35, - 71, - 45, - 48 - ], - "recent_avg": 46.5, - "recent_sr": 57.1 - }, - "AJ Jabiri": { - "recent_scores": [ - 1, - 5, - 1, - 14, - 14, - 0, - 14, - 3, - 13, - 14 - ], - "recent_avg": 7.9, - "recent_sr": 54.1 - }, - "AJ Kenealy": { - "recent_scores": [ - 4, - 1, - 8, - 20, - 2, - 4 - ], - "recent_avg": 6.5, - "recent_sr": 41.1 - }, - "AJ McKay": { - "recent_scores": [ - 25 - ], - "recent_avg": 25.0, - "recent_sr": 45.5 - }, - "AJ Michael": { - "recent_scores": [ - 2, - 52, - 7, - 35 - ], - "recent_avg": 24.0, - "recent_sr": 75.0 - }, - "AJ Mosca": { - "recent_scores": [ - 19, - 0, - 62, - 13, - 11, - 69, - 35, - 13, - 4, - 31 - ], - "recent_avg": 25.7, - "recent_sr": 148.6 - }, - "AJ Parmar": { - "recent_scores": [ - 0, - 0, - 1, - 1, - 0 - ], - "recent_avg": 0.4, - "recent_sr": 25.0 - }, - "AJ Prajapati": { - "recent_scores": [ - 6, - 0, - 15, - 15, - 0, - 12 - ], - "recent_avg": 8.0, - "recent_sr": 53.9 - }, - "AJ Redmond": { - "recent_scores": [ - 26, - 102, - 13, - 32, - 3, - 34, - 17 - ], - "recent_avg": 32.4, - "recent_sr": 42.7 - }, - "AJ Staal": { - "recent_scores": [ - 0, - 10, - 0, - 20, - 19, - 21, - 0, - 0, - 9, - 28 - ], - "recent_avg": 10.7, - "recent_sr": 135.4 - }, - "AJ Strauss": { - "recent_scores": [ - 21, - 59, - 27, - 17, - 186, - 123, - 61, - 53, - 82, - 43 - ], - "recent_avg": 67.2, - "recent_sr": 43.1 - }, - "AJA Samuels": { - "recent_scores": [ - 3, - 11 - ], - "recent_avg": 7.0, - "recent_sr": 46.7 - }, - "AK Bangura": { - "recent_scores": [ - 4, - 0, - 2, - 0, - 1, - 7 - ], - "recent_avg": 2.3, - "recent_sr": 18.9 - }, - "AK Gokoel": { - "recent_scores": [ - 1, - 34, - 5, - 4, - 0, - 0, - 14, - 0, - 7, - 1 - ], - "recent_avg": 6.6, - "recent_sr": 55.9 - }, - "AK Gonerara": { - "recent_scores": [ - 3, - 3, - 0, - 9, - 5, - 0, - 0 - ], - "recent_avg": 2.9, - "recent_sr": 37.7 - }, - "AK Kitchen": { - "recent_scores": [ - 16, - 9, - 1, - 12 - ], - "recent_avg": 9.5, - "recent_sr": 118.8 - }, - "AK Maguire": { - "recent_scores": [ - 3, - 4, - 1, - 3, - 9, - 0, - 0, - 10, - 0, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 63.8 - }, - "AK Mandal": { - "recent_scores": [ - 29, - 13, - 8 - ], - "recent_avg": 16.7, - "recent_sr": 82.0 - }, - "AK Mohan": { - "recent_scores": [ - 10, - 17 - ], - "recent_avg": 13.5, - "recent_sr": 103.8 - }, - "AK Muslar": { - "recent_scores": [ - 16, - 28, - 0, - 5, - 2 - ], - "recent_avg": 10.2, - "recent_sr": 59.3 - }, - "AK Perera": { - "recent_scores": [ - 0, - 22, - 32, - 68, - 82, - 76, - 2, - 0, - 58, - 4 - ], - "recent_avg": 34.4, - "recent_sr": 131.3 - }, - "AK Peters": { - "recent_scores": [ - 2, - 0, - 4, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 20.7 - }, - "AK Roger": { - "recent_scores": [ - 0, - 3, - 0, - 1, - 0, - 3, - 4 - ], - "recent_avg": 1.6, - "recent_sr": 22.0 - }, - "AK Sah": { - "recent_scores": [ - 2, - 10, - 52, - 13, - 1, - 3, - 7, - 0, - 57, - 8 - ], - "recent_avg": 15.3, - "recent_sr": 72.9 - }, - "AK Yadav": { - "recent_scores": [ - 5, - 9, - 1, - 0, - 5, - 2, - 4 - ], - "recent_avg": 3.7, - "recent_sr": 59.1 - }, - "AL Hodgkinson": { - "recent_scores": [ - 34, - 16, - 71 - ], - "recent_avg": 40.3, - "recent_sr": 71.6 - }, - "AL Kerai": { - "recent_scores": [ - 17, - 24, - 8, - 3, - 0, - 0, - 9, - 15 - ], - "recent_avg": 9.5, - "recent_sr": 56.7 - }, - "AL Mangue": { - "recent_scores": [ - 4, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 44.4 - }, - "AL Mundundo": { - "recent_scores": [ - 5, - 7, - 1, - 0, - 4, - 4, - 18, - 45, - 6, - 17 - ], - "recent_avg": 10.7, - "recent_sr": 51.2 - }, - "AL Phehlukwayo": { - "recent_scores": [ - 9, - 4, - 6 - ], - "recent_avg": 6.3, - "recent_sr": 48.7 - }, - "AL Seddon": { - "recent_scores": [ - 16, - 26, - 14, - 7, - 0, - 0, - 47, - 1, - 21, - 7 - ], - "recent_avg": 13.9, - "recent_sr": 90.3 - }, - "AL Stephen": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "AL Tiwari": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "AL Watkins": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "AM Blignaut": { - "recent_scores": [ - 30, - 52, - 69, - 34, - 82, - 22 - ], - "recent_avg": 48.2, - "recent_sr": 65.7 - }, - "AM Ellis": { - "recent_scores": [ - 9, - 13, - 0, - 4, - 28, - 14, - 2, - 19, - 20, - 5 - ], - "recent_avg": 11.4, - "recent_sr": 73.1 - }, - "AM Fernando": { - "recent_scores": [ - 0, - 0, - 4, - 6, - 0, - 0, - 0, - 11, - 1, - 0 - ], - "recent_avg": 2.2, - "recent_sr": 26.2 - }, - "AM Guruge": { - "recent_scores": [ - 4, - 10 - ], - "recent_avg": 7.0, - "recent_sr": 53.8 - }, - "AM Hardie": { - "recent_scores": [ - 10, - 2, - 8, - 8, - 84, - 56, - 38, - 80, - 38, - 44 - ], - "recent_avg": 36.8, - "recent_sr": 142.6 - }, - "AM Healey": { - "recent_scores": [ - 1, - 1, - 2, - 3, - 7, - 29, - 6, - 5, - 8, - 33 - ], - "recent_avg": 9.5, - "recent_sr": 68.3 - }, - "AM Kamara": { - "recent_scores": [ - 13, - 11, - 8, - 9, - 8, - 3, - 2, - 13, - 4, - 0 - ], - "recent_avg": 7.1, - "recent_sr": 74.0 - }, - "AM Kimote": { - "recent_scores": [ - 6, - 0, - 10, - 2, - 13, - 20, - 12, - 12, - 1, - 0 - ], - "recent_avg": 7.6, - "recent_sr": 69.1 - }, - "AM Kupito": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 33.3 - }, - "AM McCarthy": { - "recent_scores": [ - 3, - 12 - ], - "recent_avg": 7.5, - "recent_sr": 36.6 - }, - "AM Oyede": { - "recent_scores": [ - 1, - 4, - 1, - 0, - 39, - 1 - ], - "recent_avg": 7.7, - "recent_sr": 56.8 - }, - "AM Patel": { - "recent_scores": [ - 8, - 7, - 9, - 7, - 3, - 1, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 74.5 - }, - "AM Peterson": { - "recent_scores": [ - 2, - 4, - 46, - 27, - 15, - 7, - 7, - 8, - 8, - 7 - ], - "recent_avg": 13.1, - "recent_sr": 89.1 - }, - "AM Phangiso": { - "recent_scores": [ - 3, - 9, - 3, - 20, - 1, - 0, - 3, - 13, - 2, - 18 - ], - "recent_avg": 7.2, - "recent_sr": 50.0 - }, - "AM Rajpurohit": { - "recent_scores": [ - 22, - 4, - 0 - ], - "recent_avg": 8.7, - "recent_sr": 76.5 - }, - "AM Samaroo": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 100.0 - }, - "AM Tribe": { - "recent_scores": [ - 40, - 75, - 115, - 3 - ], - "recent_avg": 58.2, - "recent_sr": 75.2 - }, - "AM Zepeda": { - "recent_scores": [ - 8, - 40, - 52, - 33, - 8, - 77, - 17, - 5, - 6, - 35 - ], - "recent_avg": 28.1, - "recent_sr": 86.7 - }, - "AMN Andersen": { - "recent_scores": [ - 4, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 21.1 - }, - "AN Aminou": { - "recent_scores": [ - 0, - 4, - 4, - 0, - 0, - 11, - 0, - 19, - 5, - 1 - ], - "recent_avg": 4.4, - "recent_sr": 100.0 - }, - "AN Cook": { - "recent_scores": [ - 218, - 29, - 46, - 21, - 13, - 46, - 71, - 16, - 7, - 49 - ], - "recent_avg": 51.6, - "recent_sr": 44.0 - }, - "AN Davidson-Richards": { - "recent_scores": [ - 107 - ], - "recent_avg": 107.0, - "recent_sr": 54.9 - }, - "AN Hyobeom": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "AN Kelly": { - "recent_scores": [ - 4, - 20, - 6, - 8, - 24, - 18, - 0, - 2, - 19, - 28 - ], - "recent_avg": 12.9, - "recent_sr": 99.2 - }, - "AN Kervezee": { - "recent_scores": [ - 12, - 18, - 11, - 10, - 14, - 16, - 0, - 17, - 12 - ], - "recent_avg": 12.2, - "recent_sr": 53.9 - }, - "AN Lascu": { - "recent_scores": [ - 7, - 5, - 37, - 4, - 48, - 22, - 38, - 16, - 6, - 58 - ], - "recent_avg": 24.1, - "recent_sr": 128.2 - }, - "AN Petersen": { - "recent_scores": [ - 42, - 17, - 27, - 49, - 2, - 66, - 62, - 3, - 93, - 97 - ], - "recent_avg": 45.8, - "recent_sr": 54.7 - }, - "AN Toube": { - "recent_scores": [ - 41, - 28, - 0, - 46, - 1, - 26, - 0, - 2, - 0, - 8 - ], - "recent_avg": 15.2, - "recent_sr": 107.8 - }, - "AO Suji": { - "recent_scores": [ - 3, - 15, - 14, - 3, - 1, - 6 - ], - "recent_avg": 7.0, - "recent_sr": 45.2 - }, - "AP Devcich": { - "recent_scores": [ - 11, - 7, - 0, - 58, - 26, - 5, - 1, - 0, - 46, - 19 - ], - "recent_avg": 17.3, - "recent_sr": 74.2 - }, - "AP Rajeevan": { - "recent_scores": [ - 39, - 16, - 0, - 2, - 8, - 0, - 19, - 7, - 41, - 10 - ], - "recent_avg": 14.2, - "recent_sr": 85.5 - }, - "AP Venkata": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 16.7 - }, - "AP Yadav": { - "recent_scores": [ - 9, - 4, - 0, - 16, - 13, - 33, - 21, - 37, - 37, - 14 - ], - "recent_avg": 18.4, - "recent_sr": 81.1 - }, - "APC Kilowan": { - "recent_scores": [ - 21 - ], - "recent_avg": 21.0, - "recent_sr": 123.5 - }, - "AR Adams": { - "recent_scores": [ - 1, - 3, - 25, - 6, - 4, - 1, - 0, - 36, - 18, - 35 - ], - "recent_avg": 12.9, - "recent_sr": 104.9 - }, - "AR Balla": { - "recent_scores": [ - 3, - 2, - 6, - 6, - 7, - 0, - 3, - 1, - 2, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 25.6 - }, - "AR Berenger": { - "recent_scores": [ - 7, - 5, - 2, - 4, - 13, - 22 - ], - "recent_avg": 8.8, - "recent_sr": 46.1 - }, - "AR Bisht": { - "recent_scores": [ - 6, - 27, - 35, - 4, - 11 - ], - "recent_avg": 16.6, - "recent_sr": 73.5 - }, - "AR Cusack": { - "recent_scores": [ - 1, - 11, - 2, - 5, - 7, - 10, - 0, - 0, - 2, - 27 - ], - "recent_avg": 6.5, - "recent_sr": 59.6 - }, - "AR Gandhi": { - "recent_scores": [ - 14, - 22, - 50 - ], - "recent_avg": 28.7, - "recent_sr": 86.9 - }, - "AR Leo": { - "recent_scores": [ - 5, - 2, - 8, - 7, - 1, - 6, - 12, - 19, - 0, - 1 - ], - "recent_avg": 6.1, - "recent_sr": 59.2 - }, - "AR McBrine": { - "recent_scores": [ - 86, - 21, - 57, - 106, - 83, - 105, - 45, - 17, - 91, - 11 - ], - "recent_avg": 62.2, - "recent_sr": 54.9 - }, - "AR Menon": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "AR Naidoo": { - "recent_scores": [ - 24, - 41, - 18, - 19, - 45, - 30, - 2, - 2, - 24, - 38 - ], - "recent_avg": 24.3, - "recent_sr": 121.5 - }, - "AR Nair": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 33.3 - }, - "AR Nurse": { - "recent_scores": [ - 1, - 19, - 14, - 19, - 43, - 13, - 25, - 8, - 40, - 5 - ], - "recent_avg": 18.7, - "recent_sr": 113.3 - }, - "AR Odedara": { - "recent_scores": [ - 0, - 23, - 35, - 5, - 43, - 11, - 41, - 4, - 27, - 54 - ], - "recent_avg": 24.3, - "recent_sr": 50.5 - }, - "AR Patwa": { - "recent_scores": [ - 4, - 22, - 47, - 5, - 56 - ], - "recent_avg": 26.8, - "recent_sr": 139.6 - }, - "AR Perez Rivero": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 90.0 - }, - "AR Poulter": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 25.0 - }, - "AR Puri": { - "recent_scores": [ - 1, - 13, - 5, - 0, - 0, - 2, - 3, - 13, - 1, - 0 - ], - "recent_avg": 3.8, - "recent_sr": 54.3 - }, - "AR Ramjani": { - "recent_scores": [ - 1, - 2, - 14, - 61, - 13, - 2, - 21, - 2, - 51, - 15 - ], - "recent_avg": 18.2, - "recent_sr": 129.1 - }, - "AR Shetty": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 22.2 - }, - "AR Valdez": { - "recent_scores": [ - 18, - 25, - 5, - 44, - 6, - 0, - 13, - 0, - 11, - 1 - ], - "recent_avg": 12.3, - "recent_sr": 82.6 - }, - "AR White": { - "recent_scores": [ - 6, - 1, - 28, - 10, - 5, - 10, - 15, - 24, - 0, - 4 - ], - "recent_avg": 10.3, - "recent_sr": 51.5 - }, - "ARA Chambers": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 50.0 - }, - "ARH Patel": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "AS Alvarez": { - "recent_scores": [ - 1, - 1, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 6.2 - }, - "AS Broomfield": { - "recent_scores": [ - 2, - 6, - 0 - ], - "recent_avg": 2.7, - "recent_sr": 30.8 - }, - "AS Dean": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "AS Gorad": { - "recent_scores": [ - 10, - 24, - 13, - 14, - 14, - 5, - 29, - 4, - 20, - 10 - ], - "recent_avg": 14.3, - "recent_sr": 64.7 - }, - "AS Hansra": { - "recent_scores": [ - 0, - 2, - 0, - 24, - 38, - 12, - 3, - 70, - 70, - 43 - ], - "recent_avg": 26.2, - "recent_sr": 59.8 - }, - "AS Hundal": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "AS Kumaran": { - "recent_scores": [ - 5, - 1 - ], - "recent_avg": 3.0, - "recent_sr": 100.0 - }, - "AS Mehmi": { - "recent_scores": [ - 29, - 18, - 10, - 1, - 4, - 2, - 2, - 0, - 4 - ], - "recent_avg": 7.8, - "recent_sr": 81.4 - }, - "AS Miranda": { - "recent_scores": [ - 4, - 4, - 0, - 1, - 0, - 0, - 5, - 11, - 3 - ], - "recent_avg": 3.1, - "recent_sr": 23.0 - }, - "AS Patil": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 33.3 - }, - "AS Qwele": { - "recent_scores": [ - 6, - 6, - 4, - 1, - 1, - 6, - 3, - 13, - 12, - 8 - ], - "recent_avg": 6.0, - "recent_sr": 56.1 - }, - "AS Samra": { - "recent_scores": [ - 8, - 20, - 18, - 10, - 43, - 3, - 13, - 101, - 14, - 6 - ], - "recent_avg": 23.6, - "recent_sr": 135.6 - }, - "AS Taai": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 133.3 - }, - "AS Warnakulasuriya": { - "recent_scores": [ - 4, - 1 - ], - "recent_avg": 2.5, - "recent_sr": 41.7 - }, - "AS Wikman": { - "recent_scores": [ - 53, - 38, - 6, - 29, - 5, - 37, - 0, - 0, - 7 - ], - "recent_avg": 19.4, - "recent_sr": 119.0 - }, - "AS Withanage": { - "recent_scores": [ - 12, - 5, - 12, - 41, - 58, - 26, - 6, - 1 - ], - "recent_avg": 20.1, - "recent_sr": 87.5 - }, - "AS Wright": { - "recent_scores": [ - 3, - 0, - 43 - ], - "recent_avg": 15.3, - "recent_sr": 95.8 - }, - "AS van Beuge": { - "recent_scores": [ - 30, - 1, - 3, - 2, - 2, - 26, - 4 - ], - "recent_avg": 9.7, - "recent_sr": 34.7 - }, - "ASF Sirah": { - "recent_scores": [ - 3, - 5, - 11, - 31, - 8, - 4, - 9, - 4, - 2, - 58 - ], - "recent_avg": 13.5, - "recent_sr": 116.4 - }, - "ASH Parsons": { - "recent_scores": [ - 3, - 3, - 4, - 3, - 6 - ], - "recent_avg": 3.8, - "recent_sr": 36.5 - }, - "ASS Fletcher": { - "recent_scores": [ - 0, - 32, - 4, - 20, - 12, - 3, - 19, - 8, - 11, - 1 - ], - "recent_avg": 11.0, - "recent_sr": 90.9 - }, - "AT Chuvale": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 37.5 - }, - "AT Nidamanuru": { - "recent_scores": [ - 51, - 17, - 17, - 13, - 1, - 19, - 15, - 47, - 34, - 14 - ], - "recent_avg": 22.8, - "recent_sr": 77.8 - }, - "ATS Silva": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "AUKDS Kalugala": { - "recent_scores": [ - 14, - 2, - 4, - 49, - 0, - 17, - 4, - 10, - 33, - 42 - ], - "recent_avg": 17.5, - "recent_sr": 119.0 - }, - "AV Lalcheta": { - "recent_scores": [ - 12, - 6 - ], - "recent_avg": 9.0, - "recent_sr": 36.7 - }, - "AV Lazarus": { - "recent_scores": [ - 17, - 4, - 4, - 8, - 4, - 64, - 8, - 39, - 14, - 4 - ], - "recent_avg": 16.6, - "recent_sr": 112.9 - }, - "AW Hawkins-Kay": { - "recent_scores": [ - 13, - 10, - 0, - 2, - 27, - 1, - 1, - 9 - ], - "recent_avg": 7.9, - "recent_sr": 75.0 - }, - "AW Wambua": { - "recent_scores": [ - 1, - 18, - 0 - ], - "recent_avg": 6.3, - "recent_sr": 73.1 - }, - "AWJ Auguste": { - "recent_scores": [ - 38, - 17, - 22, - 0, - 17 - ], - "recent_avg": 18.8, - "recent_sr": 66.2 - }, - "AY Patel": { - "recent_scores": [ - 30, - 15, - 5, - 4, - 30, - 8, - 0, - 1, - 35, - 0 - ], - "recent_avg": 12.8, - "recent_sr": 41.7 - }, - "AZ Shah": { - "recent_scores": [ - 4, - 1 - ], - "recent_avg": 2.5, - "recent_sr": 27.8 - }, - "Aaftab Alam Khan": { - "recent_scores": [ - 4, - 33, - 0, - 0, - 28, - 1, - 11, - 10, - 0, - 13 - ], - "recent_avg": 10.0, - "recent_sr": 106.4 - }, - "Aakash Chand": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "Aamer Ikram": { - "recent_scores": [ - 19, - 11, - 23 - ], - "recent_avg": 17.7, - "recent_sr": 73.6 - }, - "Aamer Jamal": { - "recent_scores": [ - 49, - 46, - 14, - 38, - 62, - 100, - 33, - 10 - ], - "recent_avg": 44.0, - "recent_sr": 57.2 - }, - "Aamer Yamin": { - "recent_scores": [ - 32, - 62, - 1 - ], - "recent_avg": 31.7, - "recent_sr": 94.1 - }, - "Aamir Kaleem": { - "recent_scores": [ - 5, - 10, - 24, - 0, - 5, - 21, - 28, - 15, - 2, - 32 - ], - "recent_avg": 14.2, - "recent_sr": 58.4 - }, - "Aamir Lal": { - "recent_scores": [ - 16, - 4, - 6, - 48, - 29, - 8, - 0, - 34, - 4 - ], - "recent_avg": 16.6, - "recent_sr": 116.4 - }, - "Aanvi Kishore": { - "recent_scores": [ - 3, - 16, - 52 - ], - "recent_avg": 23.7, - "recent_sr": 102.9 - }, - "Aaqib Sulehri": { - "recent_scores": [ - 4, - 0, - 16, - 12 - ], - "recent_avg": 8.0, - "recent_sr": 97.0 - }, - "Aarif Sheikh": { - "recent_scores": [ - 18, - 8, - 3, - 43, - 11, - 14, - 15, - 30, - 2, - 27 - ], - "recent_avg": 17.1, - "recent_sr": 71.8 - }, - "Aarnav Patel": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 28.6 - }, - "Aaron Jones": { - "recent_scores": [ - 28, - 10, - 28, - 146, - 88, - 20, - 34, - 24, - 0, - 18 - ], - "recent_avg": 39.6, - "recent_sr": 117.2 - }, - "Aarsheya Sharma": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Aarti Priya": { - "recent_scores": [ - 21, - 7, - 4, - 1, - 4, - 19, - 0, - 0, - 5 - ], - "recent_avg": 6.8, - "recent_sr": 46.2 - }, - "Aashita Gupta": { - "recent_scores": [ - 13, - 7, - 1 - ], - "recent_avg": 7.0, - "recent_sr": 44.7 - }, - "Aasif Sheikh": { - "recent_scores": [ - 43, - 29, - 58, - 21, - 94, - 19, - 7, - 34, - 2, - 35 - ], - "recent_avg": 34.2, - "recent_sr": 80.9 - }, - "Aayan Afzal Khan": { - "recent_scores": [ - 2, - 3, - 5, - 8, - 0, - 6, - 16, - 10, - 0, - 12 - ], - "recent_avg": 6.2, - "recent_sr": 43.1 - }, - "Abbas Afridi": { - "recent_scores": [ - 16, - 32, - 20 - ], - "recent_avg": 22.7, - "recent_sr": 130.8 - }, - "Abbas Ghani": { - "recent_scores": [ - 15, - 8, - 56, - 18, - 8, - 90, - 22, - 41, - 49, - 66 - ], - "recent_avg": 37.3, - "recent_sr": 141.3 - }, - "Abdul Gaffar Saqlain": { - "recent_scores": [ - 13, - 10 - ], - "recent_avg": 11.5, - "recent_sr": 100.0 - }, - "Abdul Hashim": { - "recent_scores": [ - 8, - 0, - 0, - 29, - 6, - 0, - 30, - 2, - 16, - 0 - ], - "recent_avg": 9.1, - "recent_sr": 79.8 - }, - "Abdul Jalil": { - "recent_scores": [ - 3, - 16, - 8 - ], - "recent_avg": 9.0, - "recent_sr": 75.0 - }, - "Abdul Majid": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "Abdul Majid Abbasi": { - "recent_scores": [ - 3, - 2, - 7, - 0, - 8, - 1, - 2, - 1, - 0, - 2 - ], - "recent_avg": 2.6, - "recent_sr": 51.0 - }, - "Abdul Naser Baluch": { - "recent_scores": [ - 0, - 0, - 1, - 2, - 1, - 0, - 16, - 3, - 8, - 0 - ], - "recent_avg": 3.1, - "recent_sr": 62.0 - }, - "Abdul Rahman": { - "recent_scores": [ - 0, - 6, - 67, - 14, - 7, - 22, - 1 - ], - "recent_avg": 16.7, - "recent_sr": 98.3 - }, - "Abdul Rauf": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Abdul Razzaq": { - "recent_scores": [ - 96, - 5, - 22, - 47, - 4, - 135, - 69, - 22, - 47, - 23 - ], - "recent_avg": 47.0, - "recent_sr": 45.9 - }, - "Abdul Salman Khan": { - "recent_scores": [ - 7, - 1 - ], - "recent_avg": 4.0, - "recent_sr": 72.7 - }, - "Abdul Shakoor": { - "recent_scores": [ - 10, - 24 - ], - "recent_avg": 17.0, - "recent_sr": 51.5 - }, - "Abdul Shakoor (2)": { - "recent_scores": [ - 6, - 31, - 7, - 20 - ], - "recent_avg": 16.0, - "recent_sr": 106.7 - }, - "Abdul Stanikzai": { - "recent_scores": [ - 17, - 7, - 23, - 24 - ], - "recent_avg": 17.8, - "recent_sr": 76.3 - }, - "Abdul Waheed": { - "recent_scores": [ - 21, - 18, - 19, - 0, - 7, - 35, - 25, - 18, - 25, - 17 - ], - "recent_avg": 18.5, - "recent_sr": 95.4 - }, - "Abdul Wahid": { - "recent_scores": [ - 1, - 0, - 19, - 27, - 12, - 5, - 16, - 8, - 72, - 10 - ], - "recent_avg": 17.0, - "recent_sr": 125.0 - }, - "Abdul-Shakoor Rahimzei": { - "recent_scores": [ - 3, - 8, - 11, - 3 - ], - "recent_avg": 6.2, - "recent_sr": 131.6 - }, - "Abdulla Bhoola": { - "recent_scores": [ - 3, - 1, - 0, - 7 - ], - "recent_avg": 2.8, - "recent_sr": 47.8 - }, - "Abdulla Pervaiz": { - "recent_scores": [ - 40, - 27, - 40 - ], - "recent_avg": 35.7, - "recent_sr": 118.9 - }, - "Abdullah Akbarjan": { - "recent_scores": [ - 0, - 3, - 7, - 1, - 3, - 11, - 5, - 5, - 2, - 0 - ], - "recent_avg": 3.7, - "recent_sr": 60.7 - }, - "Abdullah Jasat": { - "recent_scores": [ - 0, - 1, - 1 - ], - "recent_avg": 0.7, - "recent_sr": 33.3 - }, - "Abdullah Khan Lodhi": { - "recent_scores": [ - 6, - 0, - 19, - 10, - 36, - 30 - ], - "recent_avg": 16.8, - "recent_sr": 80.8 - }, - "Abdullah Mahmood": { - "recent_scores": [ - 9, - 1, - 0, - 3, - 1, - 6, - 2, - 2, - 1 - ], - "recent_avg": 2.8, - "recent_sr": 75.8 - }, - "Abdullah Mohd Yousaf": { - "recent_scores": [ - 10, - 12, - 6 - ], - "recent_avg": 9.3, - "recent_sr": 87.5 - }, - "Abdullah Rana": { - "recent_scores": [ - 25, - 10, - 2, - 0, - 5 - ], - "recent_avg": 8.4, - "recent_sr": 155.6 - }, - "Abdullah Shafique": { - "recent_scores": [ - 63, - 43, - 19, - 11, - 102, - 3, - 39, - 0, - 66, - 44 - ], - "recent_avg": 39.0, - "recent_sr": 44.2 - }, - "Abdullah Shahid": { - "recent_scores": [ - 1, - 10, - 14, - 8, - 24, - 8, - 14, - 0 - ], - "recent_avg": 9.9, - "recent_sr": 94.0 - }, - "Abdullah Sheikh": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 50.0 - }, - "Abdullahi Ismail": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 33.3 - }, - "Abdur Rahman Sudais": { - "recent_scores": [ - 16, - 5, - 36 - ], - "recent_avg": 19.0, - "recent_sr": 123.9 - }, - "Abdur Rehman": { - "recent_scores": [ - 21, - 51, - 2, - 16, - 16, - 54, - 15, - 2, - 10, - 4 - ], - "recent_avg": 19.1, - "recent_sr": 49.4 - }, - "Abdurrahman Ahmadzai": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 280.0 - }, - "Abeer Maryam": { - "recent_scores": [ - 5, - 1, - 0, - 4, - 0, - 6, - 1, - 21, - 0, - 0 - ], - "recent_avg": 3.8, - "recent_sr": 28.1 - }, - "Abeera Waris": { - "recent_scores": [ - 27, - 9, - 10, - 0, - 0, - 4, - 1, - 0, - 13, - 7 - ], - "recent_avg": 7.1, - "recent_sr": 75.5 - }, - "Abhijeet Ahuja": { - "recent_scores": [ - 1, - 8, - 4, - 25, - 19, - 4, - 75, - 38, - 21, - 8 - ], - "recent_avg": 20.3, - "recent_sr": 92.3 - }, - "Abhilash Patil": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 41.4 - }, - "Abhilasha Singh": { - "recent_scores": [ - 7, - 1 - ], - "recent_avg": 4.0, - "recent_sr": 32.0 - }, - "Abhishek Ahuja": { - "recent_scores": [ - 27, - 0, - 5, - 32, - 0, - 52, - 6, - 61, - 6, - 0 - ], - "recent_avg": 18.9, - "recent_sr": 115.2 - }, - "Abhishek Anand": { - "recent_scores": [ - 15, - 22, - 15, - 1, - 0, - 14, - 4, - 17, - 37, - 43 - ], - "recent_avg": 16.8, - "recent_sr": 122.6 - }, - "Abid Ullah Shah": { - "recent_scores": [ - 2, - 14 - ], - "recent_avg": 8.0, - "recent_sr": 160.0 - }, - "Abidullah Kotwa": { - "recent_scores": [ - 93 - ], - "recent_avg": 93.0, - "recent_sr": 310.0 - }, - "Abraar Khan": { - "recent_scores": [ - 1, - 2, - 12, - 0, - 4 - ], - "recent_avg": 3.8, - "recent_sr": 45.2 - }, - "Abraash Khan": { - "recent_scores": [ - 19, - 12 - ], - "recent_avg": 15.5, - "recent_sr": 119.2 - }, - "Abrar Ahmed": { - "recent_scores": [ - 2, - 0, - 3, - 11, - 10, - 7, - 6, - 5, - 24 - ], - "recent_avg": 7.6, - "recent_sr": 56.7 - }, - "Abrar Bilal": { - "recent_scores": [ - 1, - 13, - 14, - 12, - 5, - 19 - ], - "recent_avg": 10.7, - "recent_sr": 88.9 - }, - "Absar Khan": { - "recent_scores": [ - 4, - 2 - ], - "recent_avg": 3.0, - "recent_sr": 66.7 - }, - "Abu Hider": { - "recent_scores": [ - 22, - 1, - 14 - ], - "recent_avg": 12.3, - "recent_sr": 127.6 - }, - "Abu Jayed": { - "recent_scores": [ - 8, - 0, - 1, - 3, - 2, - 11, - 4, - 5, - 0, - 0 - ], - "recent_avg": 3.4, - "recent_sr": 23.3 - }, - "Abu Zar": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "Abubacarr Kuyateh": { - "recent_scores": [ - 13, - 3 - ], - "recent_avg": 8.0, - "recent_sr": 59.3 - }, - "Abul Farhad": { - "recent_scores": [ - 2, - 1, - 6, - 3, - 0 - ], - "recent_avg": 2.4, - "recent_sr": 44.4 - }, - "Acrey Hugo": { - "recent_scores": [ - 0, - 10 - ], - "recent_avg": 5.0, - "recent_sr": 76.9 - }, - "Ada Bhasin": { - "recent_scores": [ - 0, - 1, - 4, - 7, - 0, - 3, - 4, - 0, - 1, - 7 - ], - "recent_avg": 2.7, - "recent_sr": 35.5 - }, - "Adam Senn": { - "recent_scores": [ - 1, - 26, - 28, - 45, - 1, - 8, - 1, - 26, - 16, - 18 - ], - "recent_avg": 17.0, - "recent_sr": 103.7 - }, - "Adama Kamara": { - "recent_scores": [ - 12, - 7, - 2, - 5, - 20, - 5, - 2 - ], - "recent_avg": 7.6, - "recent_sr": 36.1 - }, - "Adeeb Usmani": { - "recent_scores": [ - 72, - 14, - 64, - 1 - ], - "recent_avg": 37.8, - "recent_sr": 84.4 - }, - "Adeshlie Alias": { - "recent_scores": [ - 7, - 22 - ], - "recent_avg": 14.5, - "recent_sr": 90.6 - }, - "Adil Butt": { - "recent_scores": [ - 101, - 71, - 58, - 10, - 3, - 35, - 21, - 3, - 7, - 10 - ], - "recent_avg": 31.9, - "recent_sr": 163.6 - }, - "Adil Khan": { - "recent_scores": [ - 0, - 17 - ], - "recent_avg": 8.5, - "recent_sr": 70.8 - }, - "Aditya Panwar": { - "recent_scores": [ - 29, - 1, - 21, - 3, - 5, - 62 - ], - "recent_avg": 20.2, - "recent_sr": 106.1 - }, - "Adnan Anwar": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 250.0 - }, - "Adnan Idrees": { - "recent_scores": [ - 1, - 17, - 12, - 0, - 2, - 2, - 9, - 11, - 0, - 10 - ], - "recent_avg": 6.4, - "recent_sr": 92.8 - }, - "Adnan Ilyas": { - "recent_scores": [ - 26, - 57, - 5, - 35 - ], - "recent_avg": 30.8, - "recent_sr": 219.6 - }, - "Adnan Mirza": { - "recent_scores": [ - 19, - 1, - 3, - 23, - 16, - 10, - 11, - 30, - 17 - ], - "recent_avg": 14.4, - "recent_sr": 123.8 - }, - "Adnan Mufti": { - "recent_scores": [ - 57, - 10, - 11, - 2, - 45, - 16, - 38, - 28, - 17, - 15 - ], - "recent_avg": 23.9, - "recent_sr": 97.6 - }, - "Adnan Razzaq": { - "recent_scores": [ - 7, - 6, - 0 - ], - "recent_avg": 4.3, - "recent_sr": 185.7 - }, - "Adnan Shnwarei": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "Adnan Tahir": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 66.7 - }, - "Adri van der Merwe": { - "recent_scores": [ - 1, - 16, - 16 - ], - "recent_avg": 11.0, - "recent_sr": 43.4 - }, - "Afida Afthab": { - "recent_scores": [ - 1, - 1, - 1, - 3 - ], - "recent_avg": 1.5, - "recent_sr": 31.6 - }, - "Afif Hossain": { - "recent_scores": [ - 6, - 28, - 108 - ], - "recent_avg": 47.3, - "recent_sr": 122.4 - }, - "Afshan Khan": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 25.0 - }, - "Afsheen Ahmed": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Aftab Ahmed": { - "recent_scores": [ - 27, - 41, - 21, - 68, - 30, - 0, - 46, - 48, - 8, - 88 - ], - "recent_avg": 37.7, - "recent_sr": 46.3 - }, - "Aftab Hussain": { - "recent_scores": [ - 1, - 1, - 5 - ], - "recent_avg": 2.3, - "recent_sr": 140.0 - }, - "Aftab Kayani": { - "recent_scores": [ - 2, - 20, - 10 - ], - "recent_avg": 10.7, - "recent_sr": 97.0 - }, - "Agha Salman": { - "recent_scores": [ - 92, - 84, - 73, - 97, - 24, - 16, - 67, - 19, - 1, - 94 - ], - "recent_avg": 56.7, - "recent_sr": 58.1 - }, - "Ahmad Khalid Ahmadzai": { - "recent_scores": [ - 8, - 2, - 8, - 0, - 30, - 0, - 1, - 1 - ], - "recent_avg": 6.2, - "recent_sr": 131.6 - }, - "Ahmad Ramdoni": { - "recent_scores": [ - 2, - 4, - 3, - 28, - 20 - ], - "recent_avg": 11.4, - "recent_sr": 62.6 - }, - "Ahmad Raza": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "Ahmadi Ravat": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Ahmadullah Shinwari": { - "recent_scores": [ - 1, - 1, - 1, - 0, - 3, - 5, - 0, - 4, - 34, - 26 - ], - "recent_avg": 7.5, - "recent_sr": 85.2 - }, - "Ahmed Al Zadjali": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 140.0 - }, - "Ahmed Aqeel": { - "recent_scores": [ - 20, - 32, - 9, - 0, - 10, - 2, - 10, - 44, - 15, - 18 - ], - "recent_avg": 16.0, - "recent_sr": 108.1 - }, - "Ahmed Baladraf": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Ahmed Daniyal": { - "recent_scores": [ - 44, - 12, - 8, - 48, - 2, - 6, - 12 - ], - "recent_avg": 18.9, - "recent_sr": 122.2 - }, - "Ahmed Faiz": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Ahmed Faiz Mohammad Noor": { - "recent_scores": [ - 25, - 7, - 16, - 109, - 56, - 11, - 12, - 80, - 45, - 15 - ], - "recent_avg": 37.6, - "recent_sr": 131.9 - }, - "Ahmed Hassan": { - "recent_scores": [ - 9, - 4, - 7, - 5 - ], - "recent_avg": 6.2, - "recent_sr": 36.8 - }, - "Ahmed Raza": { - "recent_scores": [ - 0, - 27, - 3, - 5, - 4, - 2, - 9, - 0, - 6, - 13 - ], - "recent_avg": 6.9, - "recent_sr": 63.9 - }, - "Ahmed Shehzad": { - "recent_scores": [ - 84, - 37, - 21, - 70, - 52, - 176, - 49, - 134, - 66, - 20 - ], - "recent_avg": 70.9, - "recent_sr": 50.4 - }, - "Ahmed Wardak": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 200.0 - }, - "Ahmer Bin Nisar": { - "recent_scores": [ - 36, - 5, - 12, - 27, - 15, - 6, - 26, - 13, - 38, - 36 - ], - "recent_avg": 21.4, - "recent_sr": 134.6 - }, - "Ahsan Abbasi": { - "recent_scores": [ - 14, - 7, - 18, - 11, - 13 - ], - "recent_avg": 12.6, - "recent_sr": 90.0 - }, - "Ahsan Ali": { - "recent_scores": [ - 12, - 0, - 4, - 10, - 112, - 38, - 58 - ], - "recent_avg": 33.4, - "recent_sr": 112.5 - }, - "Ahsan Khan": { - "recent_scores": [ - 8, - 2, - 1 - ], - "recent_avg": 3.7, - "recent_sr": 110.0 - }, - "Ahsan Malik": { - "recent_scores": [ - 1, - 3 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "Ahsan ul Haq": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 16.7 - }, - "Aima Aishath": { - "recent_scores": [ - 1, - 0, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 3.3 - }, - "Aiman Anwer": { - "recent_scores": [ - 0, - 3, - 10, - 1, - 1 - ], - "recent_avg": 3.0, - "recent_sr": 75.0 - }, - "Aina Najwa": { - "recent_scores": [ - 1, - 5, - 6, - 1, - 5, - 2, - 6, - 9, - 3, - 14 - ], - "recent_avg": 5.2, - "recent_sr": 58.4 - }, - "Ainna Hamizah Hashim": { - "recent_scores": [ - 15, - 24, - 7, - 4, - 4, - 18, - 8, - 0, - 17, - 7 - ], - "recent_avg": 10.4, - "recent_sr": 57.1 - }, - "Ainool Hafizs": { - "recent_scores": [ - 0, - 1, - 11, - 8, - 9, - 1, - 4, - 1, - 1, - 4 - ], - "recent_avg": 4.0, - "recent_sr": 97.6 - }, - "Ainool Haqqiem": { - "recent_scores": [ - 12, - 8 - ], - "recent_avg": 10.0, - "recent_sr": 95.2 - }, - "Aisha Rahman": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Aishani Kishore": { - "recent_scores": [ - 5, - 12, - 7, - 3, - 46, - 1 - ], - "recent_avg": 12.3, - "recent_sr": 76.3 - }, - "Aishath Meesa Rameez": { - "recent_scores": [ - 0, - 3, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 18.8 - }, - "Aisya Eleesa": { - "recent_scores": [ - 1, - 5, - 4, - 0, - 0, - 6, - 0, - 1, - 1, - 0 - ], - "recent_avg": 1.8, - "recent_sr": 54.5 - }, - "Aizaz Cheema": { - "recent_scores": [ - 0, - 1, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 4.3 - }, - "Aizaz Khan": { - "recent_scores": [ - 0, - 27, - 1, - 17, - 13, - 1, - 3, - 44, - 25, - 12 - ], - "recent_avg": 14.3, - "recent_sr": 66.2 - }, - "Ajaz Patel": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 13.3 - }, - "Ajhar Alam": { - "recent_scores": [ - 1, - 0, - 4 - ], - "recent_avg": 1.7, - "recent_sr": 45.5 - }, - "Ajin Soman": { - "recent_scores": [ - 11, - 8, - 9, - 6, - 14 - ], - "recent_avg": 9.6, - "recent_sr": 120.0 - }, - "Akash Babu": { - "recent_scores": [ - 0, - 0, - 2 - ], - "recent_avg": 0.7, - "recent_sr": 33.3 - }, - "Akbar Khan": { - "recent_scores": [ - 6, - 7, - 2, - 5 - ], - "recent_avg": 5.0, - "recent_sr": 52.6 - }, - "Akhil Anil": { - "recent_scores": [ - 1, - 20, - 0, - 4, - 13, - 17, - 5, - 16, - 3, - 2 - ], - "recent_avg": 8.1, - "recent_sr": 85.3 - }, - "Akhil Arjunan": { - "recent_scores": [ - 2, - 4, - 24, - 10, - 22, - 9, - 1, - 13, - 24, - 0 - ], - "recent_avg": 10.9, - "recent_sr": 88.6 - }, - "Akhil Kumar": { - "recent_scores": [ - 24, - 25, - 48, - 15, - 9, - 2, - 0 - ], - "recent_avg": 17.6, - "recent_sr": 95.3 - }, - "Akhter Pacha Sher": { - "recent_scores": [ - 0, - 0, - 53 - ], - "recent_avg": 17.7, - "recent_sr": 147.2 - }, - "Akif Raja": { - "recent_scores": [ - 1, - 28, - 12, - 5, - 6 - ], - "recent_avg": 10.4, - "recent_sr": 115.6 - }, - "Al Maseera Jahangir": { - "recent_scores": [ - 12, - 9, - 10 - ], - "recent_avg": 10.3, - "recent_sr": 43.1 - }, - "Al-Amin Hossain": { - "recent_scores": [ - 22, - 9, - 7, - 5, - 9, - 38, - 0 - ], - "recent_avg": 12.9, - "recent_sr": 70.9 - }, - "Alam Nakash": { - "recent_scores": [ - 0, - 1, - 19, - 16, - 1, - 14, - 24, - 1, - 0 - ], - "recent_avg": 8.4, - "recent_sr": 88.4 - }, - "Aleena Khan": { - "recent_scores": [ - 15, - 0, - 5, - 3, - 12, - 0, - 0, - 0, - 0, - 0 - ], - "recent_avg": 3.5, - "recent_sr": 40.2 - }, - "Alex Carthew": { - "recent_scores": [ - 6, - 6 - ], - "recent_avg": 6.0, - "recent_sr": 52.2 - }, - "Alexander Hillman": { - "recent_scores": [ - 22 - ], - "recent_avg": 22.0, - "recent_sr": 146.7 - }, - "Alexandros Karvelas": { - "recent_scores": [ - 24, - 35, - 11 - ], - "recent_avg": 23.3, - "recent_sr": 94.6 - }, - "Alfredo Puentes": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 21.1 - }, - "Ali Abbas": { - "recent_scores": [ - 12, - 0 - ], - "recent_avg": 6.0, - "recent_sr": 63.2 - }, - "Ali Abdulla Popalzae": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Ali Dawood": { - "recent_scores": [ - 7, - 7, - 19, - 3, - 0, - 3, - 12, - 0, - 0, - 1 - ], - "recent_avg": 5.2, - "recent_sr": 100.0 - }, - "Ali Farasat": { - "recent_scores": [ - 0, - 2, - 17, - 0, - 8, - 1, - 11, - 5, - 7, - 32 - ], - "recent_avg": 8.3, - "recent_sr": 86.5 - }, - "Ali Hasan": { - "recent_scores": [ - 0, - 0, - 0, - 10 - ], - "recent_avg": 2.5, - "recent_sr": 66.7 - }, - "Ali Hussain": { - "recent_scores": [ - 9, - 0, - 0, - 7 - ], - "recent_avg": 4.0, - "recent_sr": 76.2 - }, - "Ali Ivan": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 27.5 - }, - "Ali Khan": { - "recent_scores": [ - 12, - 2, - 2, - 32, - 0, - 22, - 8, - 2 - ], - "recent_avg": 10.0, - "recent_sr": 81.6 - }, - "Ali Masood": { - "recent_scores": [ - 3, - 14, - 10, - 4, - 5, - 1, - 12, - 45, - 1, - 29 - ], - "recent_avg": 12.4, - "recent_sr": 82.1 - }, - "Ali Mohammadipour": { - "recent_scores": [ - 19 - ], - "recent_avg": 19.0, - "recent_sr": 135.7 - }, - "Ali Muaaz": { - "recent_scores": [ - 2, - 0, - 1, - 10 - ], - "recent_avg": 3.2, - "recent_sr": 44.8 - }, - "Ali Nadeem": { - "recent_scores": [ - 14, - 0, - 51, - 23, - 0, - 46 - ], - "recent_avg": 22.3, - "recent_sr": 62.3 - }, - "Ali Naseer": { - "recent_scores": [ - 45, - 21, - 1, - 3, - 61, - 0, - 38, - 23, - 1, - 4 - ], - "recent_avg": 19.7, - "recent_sr": 97.0 - }, - "Ali Nawaz": { - "recent_scores": [ - 20, - 2, - 17, - 2, - 6, - 11, - 28, - 41, - 19, - 5 - ], - "recent_avg": 15.1, - "recent_sr": 108.6 - }, - "Ali Nayyer": { - "recent_scores": [ - 0, - 15, - 5, - 36, - 16, - 1, - 20, - 14, - 2, - 4 - ], - "recent_avg": 11.3, - "recent_sr": 111.9 - }, - "Ali Rahmon": { - "recent_scores": [ - 4, - 14, - 11, - 2, - 19, - 20, - 26, - 6, - 64 - ], - "recent_avg": 18.4, - "recent_sr": 112.2 - }, - "Ali Rasool": { - "recent_scores": [ - 4, - 3, - 3 - ], - "recent_avg": 3.3, - "recent_sr": 45.5 - }, - "Ali Raza": { - "recent_scores": [ - 0, - 2, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 11.1 - }, - "Ali Saleem": { - "recent_scores": [ - 2, - 38, - 8, - 42, - 3, - 9, - 53, - 4, - 19, - 1 - ], - "recent_avg": 17.9, - "recent_sr": 116.2 - }, - "Ali Sheikh": { - "recent_scores": [ - 0, - 2, - 36, - 76, - 38, - 22, - 10, - 10, - 30 - ], - "recent_avg": 24.9, - "recent_sr": 121.7 - }, - "Ali Waqar": { - "recent_scores": [ - 4, - 15, - 4 - ], - "recent_avg": 7.7, - "recent_sr": 67.6 - }, - "Ali Yalmaz": { - "recent_scores": [ - 1, - 19, - 7, - 19, - 19, - 2, - 0, - 3, - 1 - ], - "recent_avg": 7.9, - "recent_sr": 114.5 - }, - "Ali Zaheer": { - "recent_scores": [ - 1, - 1, - 26, - 27, - 3, - 24 - ], - "recent_avg": 13.7, - "recent_sr": 76.6 - }, - "Alifiya Sayed": { - "recent_scores": [ - 1, - 1, - 1, - 0, - 0 - ], - "recent_avg": 0.6, - "recent_sr": 12.0 - }, - "Alina Aslam": { - "recent_scores": [ - 2, - 15, - 8, - 5, - 3, - 0, - 11, - 4, - 23, - 2 - ], - "recent_avg": 7.3, - "recent_sr": 49.0 - }, - "Aliya Riaz": { - "recent_scores": [ - 27, - 2, - 0, - 32, - 3, - 28, - 2, - 13, - 18, - 33 - ], - "recent_avg": 15.8, - "recent_sr": 69.3 - }, - "Alok Kapali": { - "recent_scores": [ - 25, - 26, - 19, - 40, - 33, - 0 - ], - "recent_avg": 23.8, - "recent_sr": 55.0 - }, - "Altaf Gill": { - "recent_scores": [ - 3, - 8, - 13, - 0 - ], - "recent_avg": 6.0, - "recent_sr": 61.5 - }, - "Amal Jacob": { - "recent_scores": [ - 1, - 1, - 2, - 4, - 6, - 4, - 1, - 5, - 0, - 0 - ], - "recent_avg": 2.4, - "recent_sr": 60.0 - }, - "Amalin Sorfina": { - "recent_scores": [ - 4, - 1 - ], - "recent_avg": 2.5, - "recent_sr": 38.5 - }, - "Aman Desai": { - "recent_scores": [ - 15, - 26, - 12, - 32, - 23, - 4, - 40, - 12, - 5, - 16 - ], - "recent_avg": 18.5, - "recent_sr": 105.7 - }, - "Amandeep Singh": { - "recent_scores": [ - 9, - 5, - 16, - 6, - 25, - 4, - 0, - 22, - 20, - 2 - ], - "recent_avg": 10.9, - "recent_sr": 114.7 - }, - "Amar Naeem": { - "recent_scores": [ - 31 - ], - "recent_avg": 31.0, - "recent_sr": 119.2 - }, - "Amar Sharma": { - "recent_scores": [ - 0, - 6, - 11, - 13, - 11, - 17, - 10, - 22, - 17, - 16 - ], - "recent_avg": 12.3, - "recent_sr": 90.4 - }, - "Amarpal Kaur": { - "recent_scores": [ - 27, - 26, - 7, - 37, - 5, - 28, - 30, - 18, - 0, - 33 - ], - "recent_avg": 21.1, - "recent_sr": 78.4 - }, - "Amaya Rajapaksha": { - "recent_scores": [ - 8, - 0, - 1 - ], - "recent_avg": 3.0, - "recent_sr": 40.9 - }, - "Ameel Mauroof": { - "recent_scores": [ - 3, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 20.0 - }, - "Ameer Saiyed": { - "recent_scores": [ - 2, - 3, - 7, - 19, - 14, - 14, - 6, - 26, - 8, - 44 - ], - "recent_avg": 14.3, - "recent_sr": 97.3 - }, - "Amelia Jones": { - "recent_scores": [ - 4, - 14, - 7, - 39 - ], - "recent_avg": 16.0, - "recent_sr": 42.1 - }, - "Amina Kashif": { - "recent_scores": [ - 3, - 2 - ], - "recent_avg": 2.5, - "recent_sr": 25.0 - }, - "Aminata Kamara": { - "recent_scores": [ - 0, - 17, - 0, - 1, - 11, - 4, - 31, - 22, - 18, - 46 - ], - "recent_avg": 15.0, - "recent_sr": 96.8 - }, - "Aminuddin Ramly": { - "recent_scores": [ - 15, - 23, - 14, - 14 - ], - "recent_avg": 16.5, - "recent_sr": 110.0 - }, - "Aminul Islam": { - "recent_scores": [ - 3, - 8, - 2 - ], - "recent_avg": 4.3, - "recent_sr": 56.5 - }, - "Aminul Islam Biplob": { - "recent_scores": [ - 8, - 9, - 5 - ], - "recent_avg": 7.3, - "recent_sr": 115.8 - }, - "Aminul Islam Chowdhury": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 116.7 - }, - "Aminullah Tanha": { - "recent_scores": [ - 0, - 4, - 0, - 1 - ], - "recent_avg": 1.2, - "recent_sr": 25.0 - }, - "Amir Ali": { - "recent_scores": [ - 4, - 12, - 30, - 12, - 7 - ], - "recent_avg": 13.0, - "recent_sr": 122.6 - }, - "Amir Butt": { - "recent_scores": [ - 28, - 27, - 73, - 25, - 25, - 15, - 7, - 8 - ], - "recent_avg": 26.0, - "recent_sr": 126.1 - }, - "Amir Farooq": { - "recent_scores": [ - 1, - 5, - 4, - 5, - 0, - 1, - 2, - 8, - 14, - 7 - ], - "recent_avg": 4.7, - "recent_sr": 72.3 - }, - "Amir Hayat": { - "recent_scores": [ - 0, - 24, - 4, - 1, - 2 - ], - "recent_avg": 6.2, - "recent_sr": 41.9 - }, - "Amir Khan": { - "recent_scores": [ - 0, - 3, - 37, - 1, - 0, - 17, - 38, - 20 - ], - "recent_avg": 14.5, - "recent_sr": 100.0 - }, - "Amir Mangal": { - "recent_scores": [ - 18, - 11, - 4, - 8, - 8, - 7 - ], - "recent_avg": 9.3, - "recent_sr": 143.6 - }, - "Amir Sharif": { - "recent_scores": [ - 4, - 2, - 22 - ], - "recent_avg": 9.3, - "recent_sr": 90.3 - }, - "Amir Zaib": { - "recent_scores": [ - 45, - 3, - 1, - 1, - 0, - 7, - 36, - 14, - 35, - 0 - ], - "recent_avg": 14.2, - "recent_sr": 131.5 - }, - "Amit Uniyal": { - "recent_scores": [ - 3, - 8 - ], - "recent_avg": 5.5, - "recent_sr": 40.7 - }, - "Amjad Ali": { - "recent_scores": [ - 18, - 5, - 21, - 14, - 4, - 45, - 7, - 39, - 77, - 19 - ], - "recent_avg": 24.9, - "recent_sr": 64.3 - }, - "Amjad Gul": { - "recent_scores": [ - 24 - ], - "recent_avg": 24.0, - "recent_sr": 109.1 - }, - "Amjad Javed": { - "recent_scores": [ - 2, - 1, - 23, - 0, - 32, - 56, - 5, - 40, - 2, - 42 - ], - "recent_avg": 20.3, - "recent_sr": 85.3 - }, - "Amjad Mahboob": { - "recent_scores": [ - 0, - 0, - 6, - 3, - 1, - 9 - ], - "recent_avg": 3.2, - "recent_sr": 82.6 - }, - "Amjad Sher": { - "recent_scores": [ - 12, - 6, - 8, - 0, - 15, - 1, - 7, - 4, - 6, - 2 - ], - "recent_avg": 6.1, - "recent_sr": 145.2 - }, - "Amma Kashif": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Ammad Uddin": { - "recent_scores": [ - 7, - 0, - 4, - 8, - 41 - ], - "recent_avg": 12.0, - "recent_sr": 153.8 - }, - "Ammar Zuhdi Hazalan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Amna Khan": { - "recent_scores": [ - 6, - 5, - 8, - 1, - 0 - ], - "recent_avg": 4.0, - "recent_sr": 43.5 - }, - "Amna Tariq": { - "recent_scores": [ - 1, - 9, - 0, - 9, - 5, - 29, - 3, - 0, - 0, - 6 - ], - "recent_avg": 6.2, - "recent_sr": 48.8 - }, - "Amoluk Singh": { - "recent_scores": [ - 4, - 1, - 4, - 34, - 1, - 4, - 36, - 0, - 80, - 22 - ], - "recent_avg": 18.6, - "recent_sr": 95.4 - }, - "Amrita Sasidharan": { - "recent_scores": [ - 0, - 12, - 4, - 10, - 11, - 32, - 63 - ], - "recent_avg": 18.9, - "recent_sr": 73.7 - }, - "Anam Amin": { - "recent_scores": [ - 1, - 11, - 5, - 0, - 3, - 3, - 0, - 0, - 3, - 2 - ], - "recent_avg": 2.8, - "recent_sr": 27.5 - }, - "Anam Mollik": { - "recent_scores": [ - 11, - 13 - ], - "recent_avg": 12.0, - "recent_sr": 80.0 - }, - "Anamul Haque": { - "recent_scores": [ - 19, - 4, - 39, - 27, - 9, - 29, - 21, - 14 - ], - "recent_avg": 20.2, - "recent_sr": 40.6 - }, - "Ananya Sarma": { - "recent_scores": [ - 0, - 1, - 0, - 7, - 1, - 0, - 1, - 1, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 14.3 - }, - "Ananya Srinivasan": { - "recent_scores": [ - 1, - 0, - 0, - 6, - 28, - 3 - ], - "recent_avg": 6.3, - "recent_sr": 56.7 - }, - "Anas Khan": { - "recent_scores": [ - 0, - 18, - 4, - 11, - 0, - 0, - 0, - 15, - 21 - ], - "recent_avg": 7.7, - "recent_sr": 84.1 - }, - "Anasim Khan": { - "recent_scores": [ - 0, - 23, - 13, - 2 - ], - "recent_avg": 9.5, - "recent_sr": 135.7 - }, - "Andre Jarju": { - "recent_scores": [ - 8, - 4 - ], - "recent_avg": 6.0, - "recent_sr": 57.1 - }, - "Andrey Lilov": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Aneeta Santhosh": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 14.3 - }, - "Angela Busa": { - "recent_scores": [ - 12, - 6, - 0, - 0, - 0, - 0, - 4, - 0, - 0, - 3 - ], - "recent_avg": 2.5, - "recent_sr": 41.7 - }, - "Anik Ahmed": { - "recent_scores": [ - 19, - 26, - 8, - 0 - ], - "recent_avg": 13.2, - "recent_sr": 86.9 - }, - "Anique Uddin": { - "recent_scores": [ - 16, - 0, - 26, - 1, - 14, - 16, - 1, - 1, - 31, - 13 - ], - "recent_avg": 11.9, - "recent_sr": 82.6 - }, - "Anjali Chand": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Anjar Tadarus": { - "recent_scores": [ - 0, - 6, - 9, - 14, - 30 - ], - "recent_avg": 11.8, - "recent_sr": 131.1 - }, - "Anjuli Ghalley": { - "recent_scores": [ - 0, - 0, - 4 - ], - "recent_avg": 1.3, - "recent_sr": 25.0 - }, - "Anjum Chopra": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Ankit Dubey": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 166.7 - }, - "Ankush Singh": { - "recent_scores": [ - 0, - 36 - ], - "recent_avg": 18.0, - "recent_sr": 112.5 - }, - "Anmoldeep Singh": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 28.6 - }, - "Anoop Orsu": { - "recent_scores": [ - 23, - 5, - 18, - 5, - 8, - 33, - 30, - 4, - 0, - 0 - ], - "recent_avg": 12.6, - "recent_sr": 106.8 - }, - "Anowarul Islam": { - "recent_scores": [ - 5, - 9, - 1, - 0 - ], - "recent_avg": 3.8, - "recent_sr": 71.4 - }, - "Ansar Iqbal": { - "recent_scores": [ - 17, - 39, - 24 - ], - "recent_avg": 26.7, - "recent_sr": 117.6 - }, - "Anser Mehmood": { - "recent_scores": [ - 3, - 29, - 21, - 20 - ], - "recent_avg": 18.2, - "recent_sr": 98.6 - }, - "Ansh Patel": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Ansh Tandon": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 55.6 - }, - "Anshuman Rath": { - "recent_scores": [ - 73, - 19, - 24, - 85, - 0, - 37, - 52, - 21, - 1, - 13 - ], - "recent_avg": 32.5, - "recent_sr": 71.0 - }, - "Anskumar Ahir": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "Anthony Hillman": { - "recent_scores": [ - 25, - 50, - 25 - ], - "recent_avg": 33.3, - "recent_sr": 112.4 - }, - "Anthony Roe": { - "recent_scores": [ - 0, - 13 - ], - "recent_avg": 6.5, - "recent_sr": 34.2 - }, - "Anwar Ali": { - "recent_scores": [ - 2, - 24, - 10, - 18, - 4, - 42 - ], - "recent_avg": 16.7, - "recent_sr": 122.0 - }, - "Anwar Arudin": { - "recent_scores": [ - 11, - 0, - 5, - 0, - 55, - 10, - 7, - 12 - ], - "recent_avg": 12.5, - "recent_sr": 102.0 - }, - "Anwar Rahman": { - "recent_scores": [ - 1, - 6 - ], - "recent_avg": 3.5, - "recent_sr": 50.0 - }, - "Aphsal Ashraf": { - "recent_scores": [ - 4, - 45 - ], - "recent_avg": 24.5, - "recent_sr": 196.0 - }, - "Apon Mustafizur": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Apsari Begam": { - "recent_scores": [ - 10, - 17, - 15, - 0, - 22, - 11, - 4, - 3, - 1, - 4 - ], - "recent_avg": 8.7, - "recent_sr": 58.4 - }, - "Aqib Ilyas": { - "recent_scores": [ - 61, - 10, - 29, - 68, - 0, - 39, - 23, - 1, - 4, - 45 - ], - "recent_avg": 28.0, - "recent_sr": 59.2 - }, - "Aqib Iqbal": { - "recent_scores": [ - 31, - 27, - 1, - 1, - 6, - 28, - 40, - 25, - 2, - 10 - ], - "recent_avg": 17.1, - "recent_sr": 133.6 - }, - "Aqif Farooq": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "Arafat Minhas": { - "recent_scores": [ - 9, - 33, - 18 - ], - "recent_avg": 20.0, - "recent_sr": 70.6 - }, - "Arafat Sunny": { - "recent_scores": [ - 3, - 3, - 15, - 14, - 3, - 1, - 2, - 1, - 1, - 5 - ], - "recent_avg": 4.8, - "recent_sr": 51.1 - }, - "Archara Supriya": { - "recent_scores": [ - 2, - 0, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 18.2 - }, - "Areeb Quadir": { - "recent_scores": [ - 1, - 14 - ], - "recent_avg": 7.5, - "recent_sr": 93.8 - }, - "Aridah Umer Farooq": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 10.5 - }, - "Arif Hosen": { - "recent_scores": [ - 0, - 1, - 2, - 1, - 0, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 11.1 - }, - "Arif Ullah": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 83.3 - }, - "Ariful Haque": { - "recent_scores": [ - 9, - 79 - ], - "recent_avg": 44.0, - "recent_sr": 55.3 - }, - "Aritra Bhakat": { - "recent_scores": [ - 3, - 3 - ], - "recent_avg": 3.0, - "recent_sr": 120.0 - }, - "Aritra Dutta": { - "recent_scores": [ - 4, - 35, - 36, - 9, - 2 - ], - "recent_avg": 17.2, - "recent_sr": 122.9 - }, - "Arjun Vinod": { - "recent_scores": [ - 13, - 20, - 33, - 33, - 18, - 24, - 38, - 23, - 33, - 38 - ], - "recent_avg": 27.3, - "recent_sr": 104.6 - }, - "Arnav Manoj": { - "recent_scores": [ - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Arrikan Phuengkho": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 133.3 - }, - "Arsalan Ahmed": { - "recent_scores": [ - 9, - 22, - 4 - ], - "recent_avg": 11.7, - "recent_sr": 109.4 - }, - "Arsalan Arif": { - "recent_scores": [ - 15, - 1, - 19, - 4 - ], - "recent_avg": 9.8, - "recent_sr": 75.0 - }, - "Arshad Iqbal": { - "recent_scores": [ - 2, - 4, - 4, - 0 - ], - "recent_avg": 2.5, - "recent_sr": 41.7 - }, - "Arshad Mazarzei": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 9.1 - }, - "Arslan Ahmed": { - "recent_scores": [ - 49 - ], - "recent_avg": 49.0, - "recent_sr": 132.4 - }, - "Arslan Amjad": { - "recent_scores": [ - 0, - 15, - 0, - 10, - 1, - 0, - 8, - 17, - 8, - 64 - ], - "recent_avg": 12.3, - "recent_sr": 98.4 - }, - "Arun Yadav": { - "recent_scores": [ - 46, - 10, - 24, - 23, - 1, - 17, - 4, - 19, - 62, - 48 - ], - "recent_avg": 25.4, - "recent_sr": 131.6 - }, - "Aryan Lakra": { - "recent_scores": [ - 13, - 25, - 24, - 53, - 26, - 6, - 6, - 4, - 0, - 51 - ], - "recent_avg": 20.8, - "recent_sr": 51.4 - }, - "Asad Ali Rehemtulla": { - "recent_scores": [ - 0, - 1, - 0, - 4, - 16, - 5, - 11, - 0, - 1, - 3 - ], - "recent_avg": 4.1, - "recent_sr": 71.9 - }, - "Asad Mahmood": { - "recent_scores": [ - 2, - 7, - 1, - 33, - 18 - ], - "recent_avg": 12.2, - "recent_sr": 110.9 - }, - "Asad Mohammad": { - "recent_scores": [ - 2, - 8, - 4, - 32 - ], - "recent_avg": 11.5, - "recent_sr": 158.6 - }, - "Asad Rasheed": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 33.3 - }, - "Asad Shafiq": { - "recent_scores": [ - 26, - 5, - 36, - 65, - 63, - 66, - 76, - 65, - 108, - 13 - ], - "recent_avg": 52.3, - "recent_sr": 57.0 - }, - "Asghar Ali Khan": { - "recent_scores": [ - 9, - 35, - 88, - 9 - ], - "recent_avg": 35.2, - "recent_sr": 207.4 - }, - "Ashar Abbas": { - "recent_scores": [ - 0, - 0, - 10 - ], - "recent_avg": 3.3, - "recent_sr": 55.6 - }, - "Ashfaq Ahmed": { - "recent_scores": [ - 8, - 8, - 2, - 0, - 20, - 5, - 45, - 10, - 30, - 11 - ], - "recent_avg": 13.9, - "recent_sr": 77.2 - }, - "Ashi Chopla": { - "recent_scores": [ - 0, - 1, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 27.3 - }, - "Ashiqullah Said": { - "recent_scores": [ - 11, - 12 - ], - "recent_avg": 11.5, - "recent_sr": 115.0 - }, - "Ashish Bam": { - "recent_scores": [ - 4, - 0, - 26, - 0, - 9, - 1 - ], - "recent_avg": 6.7, - "recent_sr": 88.9 - }, - "Ashish Gupta": { - "recent_scores": [ - 8, - 1, - 14, - 1 - ], - "recent_avg": 6.0, - "recent_sr": 66.7 - }, - "Ashish Rana": { - "recent_scores": [ - 1, - 4 - ], - "recent_avg": 2.5, - "recent_sr": 62.5 - }, - "Ashmal Hashmi": { - "recent_scores": [ - 1, - 1, - 1, - 2, - 1, - 4, - 0, - 0, - 0 - ], - "recent_avg": 1.1, - "recent_sr": 22.2 - }, - "Ashraful Shuvo": { - "recent_scores": [ - 2, - 2, - 5 - ], - "recent_avg": 3.0, - "recent_sr": 64.3 - }, - "Ashwin Vinod": { - "recent_scores": [ - 1, - 4, - 10, - 3, - 7, - 4, - 1, - 7, - 8, - 0 - ], - "recent_avg": 4.5, - "recent_sr": 86.5 - }, - "Ashwini Balaji": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 28.6 - }, - "Ashwini Govinda": { - "recent_scores": [ - 1, - 3, - 2, - 1, - 1, - 3, - 0, - 0 - ], - "recent_avg": 1.4, - "recent_sr": 12.4 - }, - "Asif Ali": { - "recent_scores": [ - 38, - 20, - 30, - 6, - 66, - 12, - 4, - 32, - 6 - ], - "recent_avg": 23.8, - "recent_sr": 130.5 - }, - "Asif Bevinje": { - "recent_scores": [ - 26, - 0, - 6, - 35, - 24, - 15, - 8 - ], - "recent_avg": 16.3, - "recent_sr": 111.8 - }, - "Asif Iqbal": { - "recent_scores": [ - 21, - 2, - 13 - ], - "recent_avg": 12.0, - "recent_sr": 80.0 - }, - "Asif Javed": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 125.0 - }, - "Asif Khan": { - "recent_scores": [ - 17, - 75, - 23, - 26, - 51, - 2, - 11, - 16, - 151, - 0 - ], - "recent_avg": 37.2, - "recent_sr": 75.0 - }, - "Asif Shaikh": { - "recent_scores": [ - 0, - 2, - 9, - 0 - ], - "recent_avg": 2.8, - "recent_sr": 84.6 - }, - "Asim Ashraf": { - "recent_scores": [ - 16, - 7, - 19 - ], - "recent_avg": 14.0, - "recent_sr": 53.2 - }, - "Aslam Bera": { - "recent_scores": [ - 1, - 0, - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 22.2 - }, - "Aslam Khan": { - "recent_scores": [ - 0, - 0, - 18, - 12, - 6, - 21, - 9, - 4, - 11, - 6 - ], - "recent_avg": 8.7, - "recent_sr": 108.7 - }, - "Aslam Mohammad": { - "recent_scores": [ - 20, - 9, - 14, - 10, - 0, - 1, - 2, - 54, - 61 - ], - "recent_avg": 19.0, - "recent_sr": 110.3 - }, - "Aslan Jafri": { - "recent_scores": [ - 22, - 4, - 27, - 5, - 21, - 27, - 1, - 3, - 11, - 2 - ], - "recent_avg": 12.3, - "recent_sr": 106.0 - }, - "Asma Shifa": { - "recent_scores": [ - 1, - 1, - 1, - 2, - 0, - 0, - 5 - ], - "recent_avg": 1.4, - "recent_sr": 17.9 - }, - "Asmavia Iqbal": { - "recent_scores": [ - 38, - 10, - 0, - 5, - 27, - 0, - 7, - 18, - 16, - 8 - ], - "recent_avg": 12.9, - "recent_sr": 54.7 - }, - "Asrar Ahmed": { - "recent_scores": [ - 1, - 22, - 39 - ], - "recent_avg": 20.7, - "recent_sr": 83.8 - }, - "Assad Borham": { - "recent_scores": [ - 1, - 2, - 8 - ], - "recent_avg": 3.7, - "recent_sr": 55.0 - }, - "Ateeq Iqbal": { - "recent_scores": [ - 2, - 1, - 0, - 2, - 1, - 2, - 5, - 2, - 1, - 3 - ], - "recent_avg": 1.9, - "recent_sr": 67.9 - }, - "Atif Kamal": { - "recent_scores": [ - 12, - 5, - 2, - 0, - 4 - ], - "recent_avg": 4.6, - "recent_sr": 82.1 - }, - "Atif Mehmood": { - "recent_scores": [ - 18, - 14, - 8 - ], - "recent_avg": 13.3, - "recent_sr": 102.6 - }, - "Atif Rasheed": { - "recent_scores": [ - 12, - 1, - 11, - 0, - 23, - 2, - 9, - 9, - 1, - 29 - ], - "recent_avg": 9.7, - "recent_sr": 95.1 - }, - "Atif-Ur-Rehman": { - "recent_scores": [ - 5, - 1, - 1, - 2, - 3, - 6 - ], - "recent_avg": 3.0, - "recent_sr": 90.0 - }, - "Attia Diwan Ali": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 14.3 - }, - "Aue Oru": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 36.4 - }, - "Aung Ko Ko": { - "recent_scores": [ - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Avi Dixit": { - "recent_scores": [ - 10, - 7, - 23, - 0, - 2, - 3, - 4, - 6, - 19, - 12 - ], - "recent_avg": 8.6, - "recent_sr": 90.5 - }, - "Aviel Warsulkar": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 66.7 - }, - "Avishka Iroshan": { - "recent_scores": [ - 12, - 53, - 11, - 10, - 29, - 19, - 22, - 1, - 43, - 31 - ], - "recent_avg": 23.1, - "recent_sr": 119.1 - }, - "Awais Ahmad": { - "recent_scores": [ - 5, - 23, - 43, - 13, - 9, - 0, - 36, - 26, - 2, - 0 - ], - "recent_avg": 15.7, - "recent_sr": 117.2 - }, - "Awais Ahmed": { - "recent_scores": [ - 15, - 9, - 0 - ], - "recent_avg": 8.0, - "recent_sr": 80.0 - }, - "Awais Ikram": { - "recent_scores": [ - 10, - 10, - 5, - 2, - 2 - ], - "recent_avg": 5.8, - "recent_sr": 100.0 - }, - "Awais Zia": { - "recent_scores": [ - 38, - 6 - ], - "recent_avg": 22.0, - "recent_sr": 71.0 - }, - "Ayan Khan": { - "recent_scores": [ - 1, - 30, - 9, - 0, - 17, - 14, - 30, - 105, - 47, - 30 - ], - "recent_avg": 28.3, - "recent_sr": 80.2 - }, - "Ayasha Rahman": { - "recent_scores": [ - 39, - 70, - 13 - ], - "recent_avg": 40.7, - "recent_sr": 58.4 - }, - "Ayaz Dadabhai": { - "recent_scores": [ - 3, - 20, - 2, - 15, - 21, - 6, - 8, - 12, - 20, - 20 - ], - "recent_avg": 12.7, - "recent_sr": 100.8 - }, - "Ayesha Hasan": { - "recent_scores": [ - 18, - 35, - 23, - 5, - 6, - 28, - 6, - 35, - 2, - 0 - ], - "recent_avg": 15.8, - "recent_sr": 71.8 - }, - "Ayesha Naseem": { - "recent_scores": [ - 0, - 16, - 14, - 3 - ], - "recent_avg": 8.2, - "recent_sr": 82.5 - }, - "Ayesha Zafar": { - "recent_scores": [ - 18, - 3, - 24, - 75, - 81, - 13, - 8, - 6, - 13, - 17 - ], - "recent_avg": 25.8, - "recent_sr": 79.1 - }, - "Aysha": { - "recent_scores": [ - 14, - 3, - 10, - 7, - 8, - 27, - 4, - 43, - 6, - 41 - ], - "recent_avg": 16.3, - "recent_sr": 112.4 - }, - "Ayush Ummat": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Ayyaz Qureshi": { - "recent_scores": [ - 12, - 20, - 30, - 10, - 12, - 3 - ], - "recent_avg": 14.5, - "recent_sr": 61.3 - }, - "Azam Khalil": { - "recent_scores": [ - 6, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 66.7 - }, - "Azam Khan": { - "recent_scores": [ - 30, - 2, - 16, - 2, - 10, - 72, - 42, - 0, - 70, - 110 - ], - "recent_avg": 35.4, - "recent_sr": 146.3 - }, - "Azeem Nazir": { - "recent_scores": [ - 36, - 0 - ], - "recent_avg": 18.0, - "recent_sr": 85.7 - }, - "Azhar Andani": { - "recent_scores": [ - 10, - 1, - 29, - 8, - 15, - 14, - 22, - 70, - 5, - 3 - ], - "recent_avg": 17.7, - "recent_sr": 85.1 - }, - "Azim Patel": { - "recent_scores": [ - 0, - 8 - ], - "recent_avg": 4.0, - "recent_sr": 61.5 - }, - "Azin Rafeeg": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "Aziz Mohammad": { - "recent_scores": [ - 7, - 17 - ], - "recent_avg": 12.0, - "recent_sr": 80.0 - }, - "Aziz Sualley": { - "recent_scores": [ - 1, - 1, - 3, - 0, - 4 - ], - "recent_avg": 1.8, - "recent_sr": 52.9 - }, - "Azmat Ali": { - "recent_scores": [ - 17 - ], - "recent_avg": 17.0, - "recent_sr": 85.0 - }, - "Azri Azhar": { - "recent_scores": [ - 13, - 3, - 0, - 4 - ], - "recent_avg": 5.0, - "recent_sr": 90.9 - }, - "Azyan Farhath": { - "recent_scores": [ - 4, - 6, - 22, - 8 - ], - "recent_avg": 10.0, - "recent_sr": 83.3 - }, - "B Angeltti": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 22.2 - }, - "B Arora": { - "recent_scores": [ - 4, - 4, - 2, - 9, - 4, - 13, - 7, - 19, - 4, - 5 - ], - "recent_avg": 7.1, - "recent_sr": 74.7 - }, - "B Balala": { - "recent_scores": [ - 0, - 7, - 1, - 6, - 3, - 1, - 5, - 1, - 13, - 1 - ], - "recent_avg": 3.8, - "recent_sr": 52.8 - }, - "B Bezuidenhout": { - "recent_scores": [ - 35, - 3, - 86, - 4, - 25, - 13, - 6, - 25, - 13, - 9 - ], - "recent_avg": 21.9, - "recent_sr": 70.4 - }, - "B Bhadriraju": { - "recent_scores": [ - 2, - 4, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "B Bhandari": { - "recent_scores": [ - 10, - 0, - 56, - 13, - 14, - 12, - 11, - 6, - 37, - 17 - ], - "recent_avg": 17.6, - "recent_sr": 57.1 - }, - "B Biza": { - "recent_scores": [ - 73, - 29, - 53, - 15, - 6, - 29, - 4, - 27, - 2, - 64 - ], - "recent_avg": 30.2, - "recent_sr": 72.8 - }, - "B Botcha": { - "recent_scores": [ - 13, - 1, - 4, - 1, - 2 - ], - "recent_avg": 4.2, - "recent_sr": 41.2 - }, - "B Bulganchimeg": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "B Cooper": { - "recent_scores": [ - 25, - 40, - 0, - 45, - 17, - 16, - 4, - 6, - 17, - 0 - ], - "recent_avg": 17.0, - "recent_sr": 50.3 - }, - "B Coulibaly": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "B Dugic": { - "recent_scores": [ - 2, - 3, - 2, - 0 - ], - "recent_avg": 1.8, - "recent_sr": 35.0 - }, - "B Ercegovcevic": { - "recent_scores": [ - 1, - 9, - 12, - 4, - 5, - 1 - ], - "recent_avg": 5.3, - "recent_sr": 41.6 - }, - "B Etim": { - "recent_scores": [ - 5, - 0, - 7, - 24, - 2, - 20, - 1, - 20, - 1, - 1 - ], - "recent_avg": 8.1, - "recent_sr": 56.6 - }, - "B Evans": { - "recent_scores": [ - 4, - 7 - ], - "recent_avg": 5.5, - "recent_sr": 42.3 - }, - "B Fernando": { - "recent_scores": [ - 0, - 4, - 4, - 8, - 6, - 18, - 22, - 16 - ], - "recent_avg": 9.8, - "recent_sr": 95.1 - }, - "B Fitchet": { - "recent_scores": [ - 3, - 1, - 11, - 37, - 5, - 8, - 7, - 6, - 7, - 32 - ], - "recent_avg": 11.7, - "recent_sr": 88.0 - }, - "B Freeman": { - "recent_scores": [ - 0, - 3, - 4, - 0 - ], - "recent_avg": 1.8, - "recent_sr": 19.4 - }, - "B Gaanamong": { - "recent_scores": [ - 19, - 6, - 1, - 0 - ], - "recent_avg": 6.5, - "recent_sr": 47.3 - }, - "B George": { - "recent_scores": [ - 2, - 0, - 103, - 19, - 3, - 1, - 16, - 0, - 17, - 12 - ], - "recent_avg": 17.3, - "recent_sr": 106.8 - }, - "B Ichinkhorloo": { - "recent_scores": [ - 24, - 8, - 13, - 0, - 12, - 13, - 0, - 7, - 5, - 0 - ], - "recent_avg": 8.2, - "recent_sr": 34.6 - }, - "B Isaac": { - "recent_scores": [ - 2, - 16, - 0, - 2 - ], - "recent_avg": 5.0, - "recent_sr": 44.4 - }, - "B Ito-Davis": { - "recent_scores": [ - 2, - 13, - 17, - 4, - 32, - 0, - 17, - 6, - 1, - 1 - ], - "recent_avg": 9.3, - "recent_sr": 87.7 - }, - "B Ivanov": { - "recent_scores": [ - 5, - 10 - ], - "recent_avg": 7.5, - "recent_sr": 46.9 - }, - "B Jerkovic": { - "recent_scores": [ - 2, - 1, - 4, - 3, - 8, - 11, - 5 - ], - "recent_avg": 4.9, - "recent_sr": 44.7 - }, - "B Kasinja": { - "recent_scores": [ - 0, - 0, - 1, - 1, - 0 - ], - "recent_avg": 0.4, - "recent_sr": 16.7 - }, - "B Keganne": { - "recent_scores": [ - 4, - 1 - ], - "recent_avg": 2.5, - "recent_sr": 62.5 - }, - "B Kgosiemang": { - "recent_scores": [ - 2, - 2, - 5, - 2, - 3, - 1, - 6 - ], - "recent_avg": 3.0, - "recent_sr": 46.7 - }, - "B Khumalo": { - "recent_scores": [ - 1, - 5, - 2, - 10, - 1, - 3, - 0, - 3, - 2, - 1 - ], - "recent_avg": 2.8, - "recent_sr": 59.6 - }, - "B Kohler-Cadmore": { - "recent_scores": [ - 29, - 0, - 133, - 1, - 21, - 38, - 27 - ], - "recent_avg": 35.6, - "recent_sr": 181.8 - }, - "B Leephatthana": { - "recent_scores": [ - 0, - 4, - 26 - ], - "recent_avg": 10.0, - "recent_sr": 45.5 - }, - "B Lekau": { - "recent_scores": [ - 0, - 3, - 2 - ], - "recent_avg": 1.7, - "recent_sr": 7.9 - }, - "B Leo": { - "recent_scores": [ - 0, - 4, - 0 - ], - "recent_avg": 1.3, - "recent_sr": 33.3 - }, - "B Lewis": { - "recent_scores": [ - 0, - 1, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 37.5 - }, - "B Madimabe": { - "recent_scores": [ - 8, - 3, - 0, - 9, - 10, - 0, - 1, - 0, - 2, - 1 - ], - "recent_avg": 3.4, - "recent_sr": 27.4 - }, - "B Maes Loch": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "B Mahesh": { - "recent_scores": [ - 1, - 1, - 8, - 6 - ], - "recent_avg": 4.0, - "recent_sr": 160.0 - }, - "B Manuel": { - "recent_scores": [ - 7, - 5, - 2, - 0, - 0, - 1, - 8, - 12, - 4, - 3 - ], - "recent_avg": 4.2, - "recent_sr": 46.2 - }, - "B Maphosa": { - "recent_scores": [ - 6, - 1, - 5, - 18 - ], - "recent_avg": 7.5, - "recent_sr": 75.0 - }, - "B Masaba": { - "recent_scores": [ - 15, - 36, - 27, - 1 - ], - "recent_avg": 19.8, - "recent_sr": 112.9 - }, - "B Mavuta": { - "recent_scores": [ - 17, - 56, - 0, - 9 - ], - "recent_avg": 20.5, - "recent_sr": 39.8 - }, - "B Maximo": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "B Mejaro": { - "recent_scores": [ - 2, - 0, - 1, - 1, - 2, - 0, - 2 - ], - "recent_avg": 1.1, - "recent_sr": 23.5 - }, - "B Mosoaboli": { - "recent_scores": [ - 0, - 2, - 0, - 3 - ], - "recent_avg": 1.2, - "recent_sr": 12.8 - }, - "B Mpedi": { - "recent_scores": [ - 8, - 19, - 15, - 20, - 3, - 13, - 0 - ], - "recent_avg": 11.1, - "recent_sr": 70.9 - }, - "B Murekatete": { - "recent_scores": [ - 4, - 2, - 8, - 1, - 0, - 0, - 16, - 1, - 0, - 5 - ], - "recent_avg": 3.7, - "recent_sr": 69.8 - }, - "B Muzarabani": { - "recent_scores": [ - 0, - 11, - 20, - 5, - 32, - 12, - 9, - 17, - 48, - 4 - ], - "recent_avg": 15.8, - "recent_sr": 53.4 - }, - "B Namsrai": { - "recent_scores": [ - 0, - 0, - 0, - 5, - 2, - 0, - 0, - 0, - 2, - 5 - ], - "recent_avg": 1.4, - "recent_sr": 20.6 - }, - "B Namuunzul": { - "recent_scores": [ - 15, - 4, - 2, - 1, - 0, - 6, - 5, - 0, - 1, - 1 - ], - "recent_avg": 3.5, - "recent_sr": 27.6 - }, - "B Narangerel": { - "recent_scores": [ - 0, - 0, - 1 - ], - "recent_avg": 0.3, - "recent_sr": 8.3 - }, - "B Ndipo": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 66.7 - }, - "B Niaz": { - "recent_scores": [ - 4, - 10, - 5, - 1, - 34, - 71, - 10, - 34, - 1, - 6 - ], - "recent_avg": 17.6, - "recent_sr": 135.4 - }, - "B Nwobodo": { - "recent_scores": [ - 12, - 33 - ], - "recent_avg": 22.5, - "recent_sr": 55.6 - }, - "B Passoni": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 27.3 - }, - "B Pavlinakova": { - "recent_scores": [ - 3, - 2 - ], - "recent_avg": 2.5, - "recent_sr": 35.7 - }, - "B Phelenyane": { - "recent_scores": [ - 0, - 0, - 0, - 12, - 8, - 8, - 27, - 6, - 1, - 0 - ], - "recent_avg": 6.2, - "recent_sr": 40.8 - }, - "B Pondani": { - "recent_scores": [ - 1, - 6, - 1, - 0, - 2, - 0, - 0 - ], - "recent_avg": 1.4, - "recent_sr": 45.5 - }, - "B Rawal": { - "recent_scores": [ - 0, - 0, - 33, - 0, - 7, - 2, - 3, - 1, - 10, - 15 - ], - "recent_avg": 7.1, - "recent_sr": 50.0 - }, - "B Regmi": { - "recent_scores": [ - 0, - 12 - ], - "recent_avg": 6.0, - "recent_sr": 40.0 - }, - "B Shanti": { - "recent_scores": [ - 0, - 9, - 0, - 20, - 9, - 3, - 1, - 7, - 17, - 16 - ], - "recent_avg": 8.2, - "recent_sr": 66.1 - }, - "B Sharki": { - "recent_scores": [ - 0, - 28, - 10, - 48, - 43, - 3, - 29, - 35, - 73, - 11 - ], - "recent_avg": 28.0, - "recent_sr": 65.9 - }, - "B Shetty": { - "recent_scores": [ - 1, - 26, - 22, - 6, - 2, - 1, - 8, - 1, - 0 - ], - "recent_avg": 7.4, - "recent_sr": 54.9 - }, - "B Shikongo": { - "recent_scores": [ - 4, - 0, - 1, - 3, - 2, - 3, - 1, - 1, - 1, - 1 - ], - "recent_avg": 1.7, - "recent_sr": 37.0 - }, - "B Shino-Dyson": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "B Shotorova": { - "recent_scores": [ - 0, - 3, - 15, - 13, - 3, - 6, - 1, - 9, - 0, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 38.8 - }, - "B Siddharth": { - "recent_scores": [ - 0, - 1, - 0, - 0, - 4, - 3 - ], - "recent_avg": 1.3, - "recent_sr": 40.0 - }, - "B Tau": { - "recent_scores": [ - 11, - 22, - 3, - 38, - 12, - 25, - 3, - 25, - 17, - 1 - ], - "recent_avg": 15.7, - "recent_sr": 45.2 - }, - "B Taylan": { - "recent_scores": [ - 36, - 8, - 11, - 1 - ], - "recent_avg": 14.0, - "recent_sr": 68.3 - }, - "B Terbish": { - "recent_scores": [ - 1, - 0, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 12.5 - }, - "B Tlali": { - "recent_scores": [ - 0, - 0, - 5, - 12, - 9, - 1, - 7, - 4, - 7, - 10 - ], - "recent_avg": 5.5, - "recent_sr": 37.9 - }, - "B Unenchtseceg": { - "recent_scores": [ - 4, - 1, - 0 - ], - "recent_avg": 1.7, - "recent_sr": 45.5 - }, - "B Vakatini": { - "recent_scores": [ - 0, - 5, - 0 - ], - "recent_avg": 1.7, - "recent_sr": 55.6 - }, - "B Verdon": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "B Waluma": { - "recent_scores": [ - 0, - 11, - 1, - 9, - 0, - 0, - 3, - 2, - 3, - 11 - ], - "recent_avg": 4.0, - "recent_sr": 45.5 - }, - "B Wani": { - "recent_scores": [ - 3, - 3, - 16, - 3, - 4, - 1, - 0, - 0 - ], - "recent_avg": 3.8, - "recent_sr": 40.0 - }, - "B Ward": { - "recent_scores": [ - 1, - 46, - 9, - 13 - ], - "recent_avg": 17.2, - "recent_sr": 65.1 - }, - "B Wentzel": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "B White": { - "recent_scores": [ - 0, - 1, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 3.3 - }, - "B Williams": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "B Yadav": { - "recent_scores": [ - 5, - 1, - 19, - 1, - 6, - 1, - 39, - 2, - 2, - 8 - ], - "recent_avg": 8.4, - "recent_sr": 113.5 - }, - "B Zuiderent": { - "recent_scores": [ - 0, - 15, - 1, - 1, - 0, - 43, - 9, - 1, - 71, - 7 - ], - "recent_avg": 14.8, - "recent_sr": 51.7 - }, - "B de Leede": { - "recent_scores": [ - 0, - 22, - 18, - 0, - 0, - 5, - 59, - 30, - 37, - 33 - ], - "recent_avg": 20.4, - "recent_sr": 65.2 - }, - "B van Zyl": { - "recent_scores": [ - 11, - 12, - 0, - 4, - 22 - ], - "recent_avg": 9.8, - "recent_sr": 106.5 - }, - "BA Carse": { - "recent_scores": [ - 17, - 10, - 39, - 7, - 26, - 47, - 57, - 38, - 22, - 12 - ], - "recent_avg": 27.5, - "recent_sr": 69.4 - }, - "BA King": { - "recent_scores": [ - 68, - 31, - 130, - 55, - 18, - 14, - 89, - 26 - ], - "recent_avg": 53.9, - "recent_sr": 56.9 - }, - "BA Pai": { - "recent_scores": [ - 13, - 33 - ], - "recent_avg": 23.0, - "recent_sr": 102.2 - }, - "BA Parchment": { - "recent_scores": [ - 24, - 31 - ], - "recent_avg": 27.5, - "recent_sr": 33.5 - }, - "BA Simango": { - "recent_scores": [ - 9, - 4, - 11 - ], - "recent_avg": 8.0, - "recent_sr": 49.0 - }, - "BA Viraliliu": { - "recent_scores": [ - 2, - 39 - ], - "recent_avg": 20.5, - "recent_sr": 105.1 - }, - "BAA Zammitt": { - "recent_scores": [ - 1, - 0, - 9 - ], - "recent_avg": 3.3, - "recent_sr": 37.0 - }, - "BAD Manenti": { - "recent_scores": [ - 16, - 12, - 22, - 4, - 8, - 2, - 24, - 46, - 8, - 18 - ], - "recent_avg": 16.0, - "recent_sr": 103.9 - }, - "BAM Heath": { - "recent_scores": [ - 5, - 0, - 33, - 21 - ], - "recent_avg": 14.8, - "recent_sr": 96.7 - }, - "BB Chari": { - "recent_scores": [ - 96, - 17, - 88, - 15, - 9, - 0, - 29 - ], - "recent_avg": 36.3, - "recent_sr": 39.4 - }, - "BBJL Perera": { - "recent_scores": [ - 34, - 21, - 2, - 7, - 3, - 5, - 17, - 18, - 0 - ], - "recent_avg": 11.9, - "recent_sr": 102.9 - }, - "BC Fortuin": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 36.4 - }, - "BC Sahin": { - "recent_scores": [ - 1, - 5 - ], - "recent_avg": 3.0, - "recent_sr": 27.3 - }, - "BD Glover": { - "recent_scores": [ - 2, - 6, - 18, - 2 - ], - "recent_avg": 7.0, - "recent_sr": 62.2 - }, - "BD Pare": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 50.0 - }, - "BDH Stevens": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 20.0 - }, - "BF Calitz": { - "recent_scores": [ - 37, - 15, - 2, - 4, - 14, - 26, - 22, - 16, - 9, - 7 - ], - "recent_avg": 15.2, - "recent_sr": 144.8 - }, - "BF Mailata": { - "recent_scores": [ - 22, - 0, - 2, - 35, - 57 - ], - "recent_avg": 23.2, - "recent_sr": 138.1 - }, - "BF Smith": { - "recent_scores": [ - 28, - 58, - 13, - 16, - 10, - 2, - 15, - 1 - ], - "recent_avg": 17.9, - "recent_sr": 117.2 - }, - "BFW de Leede": { - "recent_scores": [ - 7, - 36, - 74, - 19, - 14, - 21, - 0, - 0, - 18, - 51 - ], - "recent_avg": 24.0, - "recent_sr": 82.2 - }, - "BG Armstrong": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 110.0 - }, - "BG Illing": { - "recent_scores": [ - 0, - 1, - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 14.3 - }, - "BG Lister": { - "recent_scores": [ - 4, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 28.6 - }, - "BI Dilruksha": { - "recent_scores": [ - 62, - 10, - 31, - 11, - 13, - 0, - 36, - 43, - 1, - 8 - ], - "recent_avg": 21.5, - "recent_sr": 102.9 - }, - "BJ Bennett": { - "recent_scores": [ - 59, - 0, - 24, - 19, - 140, - 27, - 111, - 52, - 18 - ], - "recent_avg": 50.0, - "recent_sr": 72.1 - }, - "BJ Currie": { - "recent_scores": [ - 0, - 2, - 5, - 1, - 8 - ], - "recent_avg": 3.2, - "recent_sr": 47.1 - }, - "BJ Davidson": { - "recent_scores": [ - 0, - 6, - 3 - ], - "recent_avg": 3.0, - "recent_sr": 39.1 - }, - "BJ Dwarshuis": { - "recent_scores": [ - 12, - 76, - 38 - ], - "recent_avg": 42.0, - "recent_sr": 196.9 - }, - "BJ Jacobs": { - "recent_scores": [ - 52, - 16, - 2 - ], - "recent_avg": 23.3, - "recent_sr": 87.5 - }, - "BJ McCarthy": { - "recent_scores": [ - 56, - 11, - 1 - ], - "recent_avg": 22.7, - "recent_sr": 46.3 - }, - "BJ McMullen": { - "recent_scores": [ - 32, - 73, - 55, - 7, - 100, - 22, - 27, - 0, - 21, - 5 - ], - "recent_avg": 34.2, - "recent_sr": 112.9 - }, - "BJ Watling": { - "recent_scores": [ - 1, - 16, - 7, - 78, - 30, - 0, - 14, - 28, - 29, - 48 - ], - "recent_avg": 25.1, - "recent_sr": 38.0 - }, - "BK Majji": { - "recent_scores": [ - 24, - 30, - 23 - ], - "recent_avg": 25.7, - "recent_sr": 90.6 - }, - "BK Stroud": { - "recent_scores": [ - 1, - 6, - 4, - 9, - 2, - 10 - ], - "recent_avg": 5.3, - "recent_sr": 39.5 - }, - "BKB Corbin": { - "recent_scores": [ - 2, - 6, - 31, - 0, - 22, - 19, - 0, - 0, - 0, - 34 - ], - "recent_avg": 11.4, - "recent_sr": 115.2 - }, - "BL Mooney": { - "recent_scores": [ - 19, - 106, - 78, - 73, - 118, - 66, - 15, - 76, - 27 - ], - "recent_avg": 64.2, - "recent_sr": 52.5 - }, - "BL Morgan": { - "recent_scores": [ - 67, - 23, - 58, - 24 - ], - "recent_avg": 43.0, - "recent_sr": 23.5 - }, - "BLCS Kumara": { - "recent_scores": [ - 3, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 37.5 - }, - "BM Duckett": { - "recent_scores": [ - 149, - 45, - 52, - 69, - 36, - 33, - 15, - 49, - 97, - 94 - ], - "recent_avg": 63.9, - "recent_sr": 88.8 - }, - "BM Halliday": { - "recent_scores": [ - 42, - 6, - 98, - 14, - 1, - 40, - 7, - 157, - 4, - 81 - ], - "recent_avg": 45.0, - "recent_sr": 92.4 - }, - "BM Pecic": { - "recent_scores": [ - 11, - 4, - 60, - 6, - 6, - 23, - 16, - 2, - 9, - 28 - ], - "recent_avg": 16.5, - "recent_sr": 83.8 - }, - "BM Scholtz": { - "recent_scores": [ - 7, - 1, - 1, - 5, - 4, - 5, - 0, - 5, - 7, - 7 - ], - "recent_avg": 4.2, - "recent_sr": 62.7 - }, - "BM Tickner": { - "recent_scores": [ - 4, - 2, - 11 - ], - "recent_avg": 5.7, - "recent_sr": 26.6 - }, - "BM Wheeler": { - "recent_scores": [ - 13, - 39, - 3, - 3 - ], - "recent_avg": 14.5, - "recent_sr": 123.4 - }, - "BMA Mbida": { - "recent_scores": [ - 2, - 30, - 2, - 9, - 8, - 7, - 18, - 0, - 2, - 33 - ], - "recent_avg": 11.1, - "recent_sr": 78.2 - }, - "BMSM Kumari": { - "recent_scores": [ - 9, - 10, - 1, - 4, - 10, - 27, - 0, - 19, - 2, - 11 - ], - "recent_avg": 9.3, - "recent_sr": 60.8 - }, - "BN Cooper": { - "recent_scores": [ - 0, - 0, - 6, - 0, - 10, - 20, - 35, - 3, - 74 - ], - "recent_avg": 16.4, - "recent_sr": 84.6 - }, - "BN Toube": { - "recent_scores": [ - 24, - 0, - 0, - 29, - 44, - 5, - 4, - 20, - 3, - 17 - ], - "recent_avg": 14.6, - "recent_sr": 86.9 - }, - "BO Shastri": { - "recent_scores": [ - 6, - 5, - 1 - ], - "recent_avg": 4.0, - "recent_sr": 44.4 - }, - "BOP Fernando": { - "recent_scores": [ - 13, - 11, - 41, - 69, - 99, - 12, - 78, - 55, - 32, - 17 - ], - "recent_avg": 42.7, - "recent_sr": 53.6 - }, - "BP Adapaka": { - "recent_scores": [ - 1, - 0, - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 50.0 - }, - "BR McDermott": { - "recent_scores": [ - 74, - 138 - ], - "recent_avg": 106.0, - "recent_sr": 149.3 - }, - "BRM Taylor": { - "recent_scores": [ - 17, - 51, - 173, - 58, - 34, - 27, - 129, - 59, - 216, - 30 - ], - "recent_avg": 79.4, - "recent_sr": 69.0 - }, - "BS Fulmali": { - "recent_scores": [ - 1, - 7, - 40, - 2, - 5, - 18 - ], - "recent_avg": 12.2, - "recent_sr": 92.4 - }, - "BS Sandhu": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "BS Stephenson": { - "recent_scores": [ - 19, - 5, - 11, - 36, - 13, - 6, - 0, - 2, - 2, - 69 - ], - "recent_avg": 16.3, - "recent_sr": 117.3 - }, - "BTJ Wheal": { - "recent_scores": [ - 9, - 24, - 14, - 0, - 0, - 0 - ], - "recent_avg": 7.8, - "recent_sr": 72.3 - }, - "BV Save": { - "recent_scores": [ - 9, - 7 - ], - "recent_avg": 8.0, - "recent_sr": 94.1 - }, - "BV Sears": { - "recent_scores": [ - 19, - 0 - ], - "recent_avg": 9.5, - "recent_sr": 42.2 - }, - "BV Vitori": { - "recent_scores": [ - 19, - 0, - 21, - 12 - ], - "recent_avg": 13.0, - "recent_sr": 61.9 - }, - "BW Hilfenhaus": { - "recent_scores": [ - 0, - 18, - 25, - 5, - 26, - 6, - 33, - 41, - 0, - 13 - ], - "recent_avg": 16.7, - "recent_sr": 52.7 - }, - "BYA Mendis": { - "recent_scores": [ - 3, - 1, - 26, - 0, - 16, - 0, - 55, - 46 - ], - "recent_avg": 18.4, - "recent_sr": 58.3 - }, - "Babar Ali": { - "recent_scores": [ - 0, - 7, - 2 - ], - "recent_avg": 3.0, - "recent_sr": 45.0 - }, - "Babar Azam": { - "recent_scores": [ - 115, - 66, - 65, - 32, - 13, - 139, - 54, - 35, - 42, - 22 - ], - "recent_avg": 58.3, - "recent_sr": 55.6 - }, - "Babar Hayat": { - "recent_scores": [ - 18, - 7, - 37, - 14, - 7, - 77, - 0, - 79, - 82, - 0 - ], - "recent_avg": 32.1, - "recent_sr": 71.7 - }, - "Bakhtiar Tahiri": { - "recent_scores": [ - 8, - 49, - 29, - 7, - 15, - 41 - ], - "recent_avg": 24.8, - "recent_sr": 96.1 - }, - "Baljinder Singh": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 66.7 - }, - "Baljit Singh": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "Baseer Khan": { - "recent_scores": [ - 3, - 31, - 1, - 19, - 1, - 5, - 13, - 4, - 1, - 6 - ], - "recent_avg": 8.4, - "recent_sr": 85.7 - }, - "Basharat Hussain": { - "recent_scores": [ - 3, - 0, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 18.8 - }, - "Bashir Ahmad": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 125.0 - }, - "Bashir Shah": { - "recent_scores": [ - 0, - 6, - 1 - ], - "recent_avg": 2.3, - "recent_sr": 77.8 - }, - "Basil Hameed": { - "recent_scores": [ - 11, - 12, - 9, - 7, - 13, - 50, - 71, - 0, - 27, - 15 - ], - "recent_avg": 21.5, - "recent_sr": 83.7 - }, - "Basir Ahamad": { - "recent_scores": [ - 1, - 20, - 11, - 0, - 3 - ], - "recent_avg": 7.0, - "recent_sr": 42.2 - }, - "Basiru Jaye": { - "recent_scores": [ - 0, - 11 - ], - "recent_avg": 5.5, - "recent_sr": 84.6 - }, - "Batool Fatima": { - "recent_scores": [ - 14, - 1, - 6, - 28, - 15 - ], - "recent_avg": 12.8, - "recent_sr": 61.0 - }, - "Baz Aybui": { - "recent_scores": [ - 2, - 1, - 5 - ], - "recent_avg": 2.7, - "recent_sr": 32.0 - }, - "Bella Poon": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 42.9 - }, - "Ben Jones": { - "recent_scores": [ - 40 - ], - "recent_avg": 40.0, - "recent_sr": 93.0 - }, - "Benjamin Constanzo": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 12.5 - }, - "Benjamin Embleton": { - "recent_scores": [ - 26 - ], - "recent_avg": 26.0, - "recent_sr": 89.7 - }, - "Benson Chama": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Bhargav Narasimha": { - "recent_scores": [ - 3, - 6 - ], - "recent_avg": 4.5, - "recent_sr": 50.0 - }, - "Bhumeshswar Jagroo": { - "recent_scores": [ - 4, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "Bibina Baby": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Bijeyata Kumari": { - "recent_scores": [ - 27, - 22, - 68, - 5, - 22, - 2, - 3, - 9, - 0, - 12 - ], - "recent_avg": 17.0, - "recent_sr": 52.6 - }, - "Bilal Aftab": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 66.7 - }, - "Bilal Ahmad Mir": { - "recent_scores": [ - 11, - 11, - 24, - 13, - 7, - 15, - 1, - 7 - ], - "recent_avg": 11.1, - "recent_sr": 107.2 - }, - "Bilal Hassun": { - "recent_scores": [ - 0, - 17, - 14, - 2, - 3, - 0, - 20, - 1, - 1, - 4 - ], - "recent_avg": 6.2, - "recent_sr": 108.8 - }, - "Bilal Khan": { - "recent_scores": [ - 0, - 0, - 0, - 3, - 0, - 1, - 0, - 1, - 1, - 0 - ], - "recent_avg": 0.6, - "recent_sr": 15.8 - }, - "Bilal Masud": { - "recent_scores": [ - 17, - 6, - 6, - 5, - 1, - 42, - 26, - 4, - 29, - 25 - ], - "recent_avg": 16.1, - "recent_sr": 100.0 - }, - "Bilal Muhammad": { - "recent_scores": [ - 1, - 7, - 11, - 0, - 6, - 16, - 35, - 17, - 7, - 6 - ], - "recent_avg": 10.6, - "recent_sr": 173.8 - }, - "Bilal Safdar": { - "recent_scores": [ - 1, - 3, - 5, - 15, - 37, - 10, - 1, - 1 - ], - "recent_avg": 9.1, - "recent_sr": 81.1 - }, - "Bilal Shah": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "Bilal Tahir": { - "recent_scores": [ - 21, - 9, - 61, - 8, - 5, - 3, - 9, - 9, - 32, - 10 - ], - "recent_avg": 16.7, - "recent_sr": 146.5 - }, - "Bilal Zalmai": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 85.7 - }, - "Bilawal Bhatti": { - "recent_scores": [ - 56, - 14 - ], - "recent_avg": 35.0, - "recent_sr": 45.8 - }, - "Bipin Kumar": { - "recent_scores": [ - 2, - 3 - ], - "recent_avg": 2.5, - "recent_sr": 41.7 - }, - "Bismah Maroof": { - "recent_scores": [ - 19, - 65, - 7, - 68, - 7, - 14, - 2, - 1, - 3, - 60 - ], - "recent_avg": 24.6, - "recent_sr": 58.2 - }, - "Boio Ray": { - "recent_scores": [ - 9, - 0, - 7, - 22, - 6, - 0, - 11, - 46 - ], - "recent_avg": 12.6, - "recent_sr": 93.5 - }, - "Borna Pejic": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Bosco Tuyizere": { - "recent_scores": [ - 2, - 4, - 10, - 1, - 14 - ], - "recent_avg": 6.2, - "recent_sr": 49.2 - }, - "Breeze Ahir": { - "recent_scores": [ - 15, - 28, - 15, - 3, - 2, - 9, - 8, - 0, - 21, - 1 - ], - "recent_avg": 10.2, - "recent_sr": 76.1 - }, - "Brima Ansumana": { - "recent_scores": [ - 12, - 7 - ], - "recent_avg": 9.5, - "recent_sr": 61.3 - }, - "Bukhar Illikkal": { - "recent_scores": [ - 2, - 25, - 1, - 4 - ], - "recent_avg": 8.0, - "recent_sr": 97.0 - }, - "Busra Uca": { - "recent_scores": [ - 17, - 12, - 5, - 1, - 0 - ], - "recent_avg": 7.0, - "recent_sr": 33.3 - }, - "C Abel": { - "recent_scores": [ - 0, - 1, - 8, - 9, - 0, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 30.5 - }, - "C Agafili": { - "recent_scores": [ - 2, - 30, - 31, - 1, - 6, - 8, - 6, - 10 - ], - "recent_avg": 11.8, - "recent_sr": 86.2 - }, - "C Anayo": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "C Atkins": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "C Aweko": { - "recent_scores": [ - 0, - 9, - 2, - 0, - 0, - 0, - 5, - 7, - 1, - 1 - ], - "recent_avg": 2.5, - "recent_sr": 67.6 - }, - "C Bah": { - "recent_scores": [ - 9, - 14, - 3, - 1, - 0, - 6, - 19, - 4, - 12, - 1 - ], - "recent_avg": 6.9, - "recent_sr": 87.3 - }, - "C Bayraktar": { - "recent_scores": [ - 11, - 3, - 12 - ], - "recent_avg": 8.7, - "recent_sr": 63.4 - }, - "C Beckford": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "C Bevin": { - "recent_scores": [ - 9, - 6, - 9 - ], - "recent_avg": 8.0, - "recent_sr": 82.8 - }, - "C Bisson": { - "recent_scores": [ - 3, - 5, - 0, - 2, - 4, - 2 - ], - "recent_avg": 2.7, - "recent_sr": 48.5 - }, - "C Bogdanos": { - "recent_scores": [ - 25, - 39, - 4, - 7, - 20 - ], - "recent_avg": 19.0, - "recent_sr": 76.0 - }, - "C Boyle": { - "recent_scores": [ - 2, - 0, - 1, - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 17.2 - }, - "C Brennan": { - "recent_scores": [ - 20, - 2, - 3, - 8, - 32, - 5, - 12, - 17, - 40, - 52 - ], - "recent_avg": 19.1, - "recent_sr": 128.2 - }, - "C Breteche": { - "recent_scores": [ - 0, - 0, - 0, - 0, - 3 - ], - "recent_avg": 0.6, - "recent_sr": 10.0 - }, - "C Brits": { - "recent_scores": [ - 6, - 5, - 60, - 3, - 107, - 57, - 54 - ], - "recent_avg": 41.7, - "recent_sr": 69.4 - }, - "C Brown": { - "recent_scores": [ - 12, - 2, - 0, - 8 - ], - "recent_avg": 5.5, - "recent_sr": 47.8 - }, - "C Bull": { - "recent_scores": [ - 7, - 41, - 0, - 26, - 0, - 0, - 4, - 6, - 15, - 18 - ], - "recent_avg": 11.7, - "recent_sr": 79.6 - }, - "C Bwanali": { - "recent_scores": [ - 3, - 0, - 0, - 1, - 1, - 2, - 0, - 1, - 3, - 0 - ], - "recent_avg": 1.1, - "recent_sr": 18.3 - }, - "C Campher": { - "recent_scores": [ - 4, - 71, - 49, - 45, - 8, - 52, - 123, - 30, - 35 - ], - "recent_avg": 46.3, - "recent_sr": 39.7 - }, - "C Carter": { - "recent_scores": [ - 3, - 2, - 5, - 18, - 43, - 9, - 16, - 15 - ], - "recent_avg": 13.9, - "recent_sr": 63.1 - }, - "C Cassell": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 80.0 - }, - "C Chatonzwa": { - "recent_scores": [ - 3, - 0, - 4, - 8, - 18, - 8, - 5 - ], - "recent_avg": 6.6, - "recent_sr": 30.1 - }, - "C Chatphaisan": { - "recent_scores": [ - 0, - 1, - 0, - 16, - 25, - 10, - 6, - 32, - 10, - 10 - ], - "recent_avg": 11.0, - "recent_sr": 102.8 - }, - "C Chete": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "C Chukwuonye": { - "recent_scores": [ - 6, - 15, - 24, - 20, - 1, - 0, - 11, - 10, - 9, - 43 - ], - "recent_avg": 13.9, - "recent_sr": 74.7 - }, - "C Cirlig": { - "recent_scores": [ - 4, - 0, - 8 - ], - "recent_avg": 4.0, - "recent_sr": 32.4 - }, - "C Crowe": { - "recent_scores": [ - 7, - 0, - 13, - 3, - 25 - ], - "recent_avg": 9.6, - "recent_sr": 56.5 - }, - "C Cummings": { - "recent_scores": [ - 1, - 2 - ], - "recent_avg": 1.5, - "recent_sr": 27.3 - }, - "C De Freitas": { - "recent_scores": [ - 60, - 3, - 9, - 68, - 125, - 2 - ], - "recent_avg": 44.5, - "recent_sr": 175.7 - }, - "C Dickson": { - "recent_scores": [ - 0, - 24, - 0, - 9, - 41, - 22, - 7, - 15, - 7, - 8 - ], - "recent_avg": 13.3, - "recent_sr": 95.0 - }, - "C Elmsjoo": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "C Esterhuizen": { - "recent_scores": [ - 8, - 40 - ], - "recent_avg": 24.0, - "recent_sr": 114.3 - }, - "C Floyd": { - "recent_scores": [ - 1, - 9, - 0, - 2 - ], - "recent_avg": 3.0, - "recent_sr": 63.2 - }, - "C Forbes": { - "recent_scores": [ - 0, - 16, - 1, - 8, - 31, - 16, - 12, - 5, - 20 - ], - "recent_avg": 12.1, - "recent_sr": 76.2 - }, - "C Forshaw": { - "recent_scores": [ - 0, - 6, - 3, - 12 - ], - "recent_avg": 5.2, - "recent_sr": 80.8 - }, - "C Greenshields": { - "recent_scores": [ - 0, - 33, - 14, - 1, - 67, - 6 - ], - "recent_avg": 20.2, - "recent_sr": 105.2 - }, - "C Hartmann": { - "recent_scores": [ - 35, - 16, - 20, - 0, - 3, - 0, - 17, - 0, - 4, - 30 - ], - "recent_avg": 12.5, - "recent_sr": 83.3 - }, - "C Hauptfleisch": { - "recent_scores": [ - 0, - 16, - 42, - 10, - 1 - ], - "recent_avg": 13.8, - "recent_sr": 76.7 - }, - "C Henery": { - "recent_scores": [ - 24, - 4, - 1, - 32, - 1, - 1, - 12, - 19, - 5, - 22 - ], - "recent_avg": 12.1, - "recent_sr": 105.2 - }, - "C Hinze": { - "recent_scores": [ - 7, - 1, - 0, - 0, - 12, - 10, - 15, - 2, - 0, - 2 - ], - "recent_avg": 4.9, - "recent_sr": 96.1 - }, - "C Jennings": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 28.6 - }, - "C Jonker": { - "recent_scores": [ - 25, - 6 - ], - "recent_avg": 15.5, - "recent_sr": 91.2 - }, - "C Karunaratne": { - "recent_scores": [ - 22 - ], - "recent_avg": 22.0, - "recent_sr": 51.2 - }, - "C Kieswetter": { - "recent_scores": [ - 0, - 18, - 24, - 33, - 21, - 14, - 20, - 25, - 38, - 43 - ], - "recent_avg": 23.6, - "recent_sr": 79.5 - }, - "C Kyewuta": { - "recent_scores": [ - 6, - 2, - 4, - 2, - 1, - 16, - 24, - 1, - 1, - 1 - ], - "recent_avg": 5.8, - "recent_sr": 109.4 - }, - "C Liebenberg": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "C Lokuge": { - "recent_scores": [ - 7, - 10, - 8, - 23, - 0, - 8, - 15, - 0 - ], - "recent_avg": 8.9, - "recent_sr": 53.8 - }, - "C Madande": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 32.3 - }, - "C Magaia": { - "recent_scores": [ - 10, - 28, - 0, - 25, - 0, - 9, - 22, - 4, - 6, - 2 - ], - "recent_avg": 10.6, - "recent_sr": 64.2 - }, - "C Mahamalage": { - "recent_scores": [ - 1, - 9, - 1, - 22, - 0, - 1, - 4, - 0, - 1, - 15 - ], - "recent_avg": 5.4, - "recent_sr": 40.6 - }, - "C Mangulama": { - "recent_scores": [ - 0, - 2, - 2, - 3, - 2 - ], - "recent_avg": 1.8, - "recent_sr": 30.0 - }, - "C Martin": { - "recent_scores": [ - 5, - 20 - ], - "recent_avg": 12.5, - "recent_sr": 100.0 - }, - "C Miles": { - "recent_scores": [ - 15, - 4, - 8, - 68, - 19, - 11, - 0, - 5, - 23, - 22 - ], - "recent_avg": 17.5, - "recent_sr": 98.3 - }, - "C Milner": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 40.7 - }, - "C Moyo": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "C Munoz-Mills": { - "recent_scores": [ - 18, - 2, - 12, - 29 - ], - "recent_avg": 15.2, - "recent_sr": 84.7 - }, - "C Murray": { - "recent_scores": [ - 14, - 6, - 6, - 8, - 0, - 9, - 0, - 13, - 12, - 5 - ], - "recent_avg": 7.3, - "recent_sr": 71.6 - }, - "C Murrombe": { - "recent_scores": [ - 1, - 3, - 2, - 0, - 15, - 3, - 1, - 10 - ], - "recent_avg": 4.4, - "recent_sr": 25.5 - }, - "C Mutasa": { - "recent_scores": [ - 2, - 0, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 23.1 - }, - "C Muthoni": { - "recent_scores": [ - 8, - 4, - 2, - 5, - 9, - 8, - 14, - 1, - 0, - 34 - ], - "recent_avg": 8.5, - "recent_sr": 56.7 - }, - "C Namugenyi": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 66.7 - }, - "C Nunes": { - "recent_scores": [ - 5, - 46, - 67, - 3, - 1, - 13, - 24, - 12, - 11, - 0 - ], - "recent_avg": 18.2, - "recent_sr": 137.9 - }, - "C Ostergaard": { - "recent_scores": [ - 4, - 1, - 14, - 6, - 2, - 4, - 0, - 1, - 8 - ], - "recent_avg": 4.4, - "recent_sr": 63.5 - }, - "C Outerbridge": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "C Pavely": { - "recent_scores": [ - 8, - 1 - ], - "recent_avg": 4.5, - "recent_sr": 112.5 - }, - "C Pengkumta": { - "recent_scores": [ - 50, - 7, - 1 - ], - "recent_avg": 19.3, - "recent_sr": 105.5 - }, - "C Perry": { - "recent_scores": [ - 7, - 2, - 1, - 6, - 7 - ], - "recent_avg": 4.6, - "recent_sr": 69.7 - }, - "C Piparo": { - "recent_scores": [ - 36, - 35, - 13, - 29, - 37, - 22, - 1, - 74, - 44, - 14 - ], - "recent_avg": 30.5, - "recent_sr": 120.1 - }, - "C Potgieter": { - "recent_scores": [ - 8, - 42, - 10, - 3, - 0, - 52, - 11, - 0, - 4, - 34 - ], - "recent_avg": 16.4, - "recent_sr": 112.3 - }, - "C Pyle": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 100.0 - }, - "C Raack": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "C Rathanak": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "C Roberts": { - "recent_scores": [ - 26, - 34, - 3, - 20, - 32, - 11, - 23, - 7, - 25, - 44 - ], - "recent_avg": 22.5, - "recent_sr": 100.4 - }, - "C Rububagumya": { - "recent_scores": [ - 5, - 12, - 5, - 0, - 6, - 9 - ], - "recent_avg": 6.2, - "recent_sr": 66.1 - }, - "C Rumistrzewicz": { - "recent_scores": [ - 1, - 2, - 8, - 6, - 1, - 0, - 0 - ], - "recent_avg": 2.6, - "recent_sr": 62.1 - }, - "C Sammut": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "C Sanda": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 7.7 - }, - "C Sewsunker": { - "recent_scores": [ - 2, - 6, - 4, - 14, - 1 - ], - "recent_avg": 5.4, - "recent_sr": 47.4 - }, - "C Shivakumar": { - "recent_scores": [ - 2, - 17, - 8 - ], - "recent_avg": 9.0, - "recent_sr": 64.3 - }, - "C Smith": { - "recent_scores": [ - 9, - 1, - 13, - 4 - ], - "recent_avg": 6.8, - "recent_sr": 93.1 - }, - "C Sosa": { - "recent_scores": [ - 9, - 1, - 1, - 11, - 4, - 0, - 0, - 1, - 0, - 2 - ], - "recent_avg": 2.9, - "recent_sr": 32.2 - }, - "C Sridev": { - "recent_scores": [ - 0, - 29, - 0, - 4, - 14 - ], - "recent_avg": 9.4, - "recent_sr": 73.4 - }, - "C Stephenson": { - "recent_scores": [ - 1, - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 18.8 - }, - "C Sudarsanan": { - "recent_scores": [ - 7, - 4, - 6, - 23, - 1, - 1, - 15, - 15, - 9, - 10 - ], - "recent_avg": 9.1, - "recent_sr": 72.2 - }, - "C Sutthiruang": { - "recent_scores": [ - 21, - 5, - 16, - 18, - 22, - 1, - 10, - 25, - 11, - 0 - ], - "recent_avg": 12.9, - "recent_sr": 63.2 - }, - "C Tchale": { - "recent_scores": [ - 0, - 0, - 0, - 4 - ], - "recent_avg": 1.0, - "recent_sr": 36.4 - }, - "C Tear": { - "recent_scores": [ - 6, - 10, - 23, - 68, - 7, - 80, - 12, - 19, - 0, - 27 - ], - "recent_avg": 25.2, - "recent_sr": 86.3 - }, - "C Tlali": { - "recent_scores": [ - 18, - 4, - 58, - 32 - ], - "recent_avg": 28.0, - "recent_sr": 88.2 - }, - "C Tommy": { - "recent_scores": [ - 6, - 2, - 0, - 4, - 23 - ], - "recent_avg": 7.0, - "recent_sr": 68.6 - }, - "C Trott": { - "recent_scores": [ - 1, - 3, - 0, - 2, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 42.9 - }, - "C Udekwe": { - "recent_scores": [ - 6, - 3, - 2, - 1, - 0, - 9, - 3, - 11, - 1 - ], - "recent_avg": 4.0, - "recent_sr": 90.0 - }, - "C Uwamahoro": { - "recent_scores": [ - 8, - 5, - 14, - 22, - 27, - 4, - 16, - 0, - 11, - 0 - ], - "recent_avg": 10.7, - "recent_sr": 71.3 - }, - "C Uwase": { - "recent_scores": [ - 59, - 13, - 21, - 3, - 21, - 4, - 0, - 20, - 10, - 13 - ], - "recent_avg": 16.4, - "recent_sr": 101.9 - }, - "C Viljoen": { - "recent_scores": [ - 2, - 17 - ], - "recent_avg": 9.5, - "recent_sr": 82.6 - }, - "C Waiswa": { - "recent_scores": [ - 0, - 5, - 3, - 21, - 13, - 1 - ], - "recent_avg": 7.2, - "recent_sr": 91.5 - }, - "C Webster": { - "recent_scores": [ - 1, - 4, - 0, - 41, - 10, - 0 - ], - "recent_avg": 9.3, - "recent_sr": 114.3 - }, - "C Wickramasinghe": { - "recent_scores": [ - 52, - 36, - 10, - 112, - 40, - 124, - 4 - ], - "recent_avg": 54.0, - "recent_sr": 121.9 - }, - "C Wijesinghe": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 85.7 - }, - "C Wright": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 16.7 - }, - "C Zavoiu": { - "recent_scores": [ - 0, - 1, - 0, - 1, - 14, - 3 - ], - "recent_avg": 3.2, - "recent_sr": 55.9 - }, - "C Zhou": { - "recent_scores": [ - 10, - 12, - 34, - 3, - 12, - 26, - 1, - 0, - 2, - 0 - ], - "recent_avg": 10.0, - "recent_sr": 56.8 - }, - "C Zhuwao": { - "recent_scores": [ - 0, - 20, - 35, - 0, - 20, - 18, - 45, - 16 - ], - "recent_avg": 19.2, - "recent_sr": 112.4 - }, - "C de Lange": { - "recent_scores": [ - 10, - 35, - 31, - 33, - 9, - 29, - 9, - 1, - 10, - 0 - ], - "recent_avg": 16.7, - "recent_sr": 55.5 - }, - "CA Greloni": { - "recent_scores": [ - 0, - 5, - 2 - ], - "recent_avg": 2.3, - "recent_sr": 24.1 - }, - "CA Gurrey": { - "recent_scores": [ - 4, - 15 - ], - "recent_avg": 9.5, - "recent_sr": 67.9 - }, - "CA Henry": { - "recent_scores": [ - 42, - 19, - 38, - 32, - 4, - 1, - 0, - 39, - 11, - 48 - ], - "recent_avg": 23.4, - "recent_sr": 93.6 - }, - "CA Keita": { - "recent_scores": [ - 2, - 0, - 1, - 1, - 5, - 0, - 1, - 0, - 4, - 0 - ], - "recent_avg": 1.4, - "recent_sr": 20.6 - }, - "CA Liyanage": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "CA Soper": { - "recent_scores": [ - 1, - 4, - 13, - 8, - 0, - 8, - 10, - 0, - 8, - 9 - ], - "recent_avg": 6.1, - "recent_sr": 45.9 - }, - "CA Young": { - "recent_scores": [ - 6, - 7, - 3 - ], - "recent_avg": 5.3, - "recent_sr": 57.1 - }, - "CAH Stevenson": { - "recent_scores": [ - 34 - ], - "recent_avg": 34.0, - "recent_sr": 154.5 - }, - "CAJ Meschede": { - "recent_scores": [ - 40, - 28, - 67, - 39 - ], - "recent_avg": 43.5, - "recent_sr": 152.6 - }, - "CAK Rajitha": { - "recent_scores": [ - 12, - 10, - 13, - 20, - 36, - 19, - 0, - 0, - 12, - 1 - ], - "recent_avg": 12.3, - "recent_sr": 28.4 - }, - "CAK Walton": { - "recent_scores": [ - 3, - 10 - ], - "recent_avg": 6.5, - "recent_sr": 65.0 - }, - "CB Mpofu": { - "recent_scores": [ - 0, - 4, - 43, - 9, - 20, - 2, - 0, - 8, - 2, - 10 - ], - "recent_avg": 9.8, - "recent_sr": 49.5 - }, - "CB Ondoa": { - "recent_scores": [ - 10, - 2, - 4, - 2, - 5, - 1, - 0, - 3 - ], - "recent_avg": 3.4, - "recent_sr": 29.7 - }, - "CB Roposo": { - "recent_scores": [ - 1, - 0, - 10, - 6, - 24, - 7, - 21, - 17, - 8, - 1 - ], - "recent_avg": 9.5, - "recent_sr": 84.8 - }, - "CB Sole": { - "recent_scores": [ - 17, - 7, - 0, - 5, - 15, - 1, - 4, - 3, - 3, - 7 - ], - "recent_avg": 6.2, - "recent_sr": 98.4 - }, - "CBRLS Kumara": { - "recent_scores": [ - 21, - 11, - 1, - 15, - 2, - 5, - 10, - 6, - 0, - 8 - ], - "recent_avg": 7.9, - "recent_sr": 32.9 - }, - "CC Dalton": { - "recent_scores": [ - 18 - ], - "recent_avg": 18.0, - "recent_sr": 66.7 - }, - "CC Machado": { - "recent_scores": [ - 1, - 14, - 9, - 0, - 0, - 14, - 5, - 3, - 9, - 8 - ], - "recent_avg": 6.3, - "recent_sr": 49.2 - }, - "CC van Slobbe": { - "recent_scores": [ - 14, - 6, - 22, - 3, - 4, - 25, - 14, - 3 - ], - "recent_avg": 11.4, - "recent_sr": 49.5 - }, - "CD Barnwell": { - "recent_scores": [ - 14, - 26, - 46, - 54, - 12, - 14, - 16, - 52, - 2, - 2 - ], - "recent_avg": 23.8, - "recent_sr": 105.3 - }, - "CD Mboe": { - "recent_scores": [ - 4, - 1, - 4, - 7, - 3, - 20, - 9, - 0 - ], - "recent_avg": 6.0, - "recent_sr": 32.9 - }, - "CD McMillan": { - "recent_scores": [ - 20, - 18, - 32, - 82, - 100 - ], - "recent_avg": 50.4, - "recent_sr": 54.3 - }, - "CD Wallace": { - "recent_scores": [ - 6, - 6, - 45, - 35, - 16, - 53, - 11, - 36, - 18, - 6 - ], - "recent_avg": 23.2, - "recent_sr": 82.9 - }, - "CD de Lange": { - "recent_scores": [ - 1, - 20, - 11, - 26, - 7 - ], - "recent_avg": 13.0, - "recent_sr": 69.1 - }, - "CE Coulter Reilly": { - "recent_scores": [ - 37, - 4, - 10, - 26, - 4, - 0, - 80, - 15, - 7, - 24 - ], - "recent_avg": 20.7, - "recent_sr": 63.7 - }, - "CE Dean": { - "recent_scores": [ - 9, - 20, - 12 - ], - "recent_avg": 13.7, - "recent_sr": 37.3 - }, - "CE Jacob": { - "recent_scores": [ - 12, - 22, - 1, - 19, - 5, - 12, - 25, - 3, - 0, - 13 - ], - "recent_avg": 11.2, - "recent_sr": 78.9 - }, - "CE McConchie": { - "recent_scores": [ - 20, - 8, - 26, - 8, - 64 - ], - "recent_avg": 25.2, - "recent_sr": 94.7 - }, - "CG Osborne": { - "recent_scores": [ - 8, - 3 - ], - "recent_avg": 5.5, - "recent_sr": 44.0 - }, - "CG Williams": { - "recent_scores": [ - 5, - 1, - 21, - 22, - 79, - 7, - 11, - 0, - 37, - 11 - ], - "recent_avg": 19.4, - "recent_sr": 66.4 - }, - "CH Abeyratne": { - "recent_scores": [ - 0, - 4, - 1, - 1, - 0, - 0, - 1, - 3, - 0, - 5 - ], - "recent_avg": 1.5, - "recent_sr": 28.3 - }, - "CH van Koolwijk": { - "recent_scores": [ - 6, - 0, - 19 - ], - "recent_avg": 8.3, - "recent_sr": 37.9 - }, - "CI Manidom": { - "recent_scores": [ - 1, - 12, - 2, - 6, - 2, - 0, - 1, - 5, - 4, - 2 - ], - "recent_avg": 3.5, - "recent_sr": 36.5 - }, - "CJ Ana": { - "recent_scores": [ - 8, - 1, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 34.6 - }, - "CJ Bowes": { - "recent_scores": [ - 26, - 44 - ], - "recent_avg": 35.0, - "recent_sr": 83.3 - }, - "CJ Boyce": { - "recent_scores": [ - 40, - 46, - 58, - 2, - 2, - 0, - 2, - 6, - 10, - 22 - ], - "recent_avg": 18.8, - "recent_sr": 110.6 - }, - "CJ Chibhabha": { - "recent_scores": [ - 11, - 40, - 21, - 81, - 22 - ], - "recent_avg": 35.0, - "recent_sr": 38.9 - }, - "CJ Dala": { - "recent_scores": [ - 5, - 3 - ], - "recent_avg": 4.0, - "recent_sr": 133.3 - }, - "CJ Delany": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 16.7 - }, - "CJ Dias": { - "recent_scores": [ - 5, - 2, - 0, - 0, - 1, - 5, - 1 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "CJ Gannon": { - "recent_scores": [ - 30, - 40, - 0, - 8, - 0, - 24, - 0, - 18, - 16, - 14 - ], - "recent_avg": 15.0, - "recent_sr": 101.4 - }, - "CJ Green": { - "recent_scores": [ - 20, - 8, - 50, - 32, - 12, - 8, - 34, - 96, - 8, - 8 - ], - "recent_avg": 27.6, - "recent_sr": 132.7 - }, - "CJ Langford": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "CJ Metcalfe": { - "recent_scores": [ - 10, - 1, - 0, - 0, - 4, - 6 - ], - "recent_avg": 3.5, - "recent_sr": 38.9 - }, - "CJ Stamp": { - "recent_scores": [ - 6, - 11, - 6, - 15, - 6 - ], - "recent_avg": 8.8, - "recent_sr": 84.6 - }, - "CJA Amini": { - "recent_scores": [ - 8, - 14, - 54, - 15, - 22, - 16, - 4, - 14, - 8, - 2 - ], - "recent_avg": 15.7, - "recent_sr": 54.7 - }, - "CJO Smith": { - "recent_scores": [ - 43, - 0, - 16, - 7, - 4, - 19, - 15, - 51, - 2 - ], - "recent_avg": 17.4, - "recent_sr": 65.4 - }, - "CJPF Kalugamage": { - "recent_scores": [ - 2, - 0, - 3, - 7, - 4, - 6, - 2, - 6 - ], - "recent_avg": 3.8, - "recent_sr": 65.2 - }, - "CK Coventry": { - "recent_scores": [ - 26 - ], - "recent_avg": 26.0, - "recent_sr": 68.4 - }, - "CK Jasmat": { - "recent_scores": [ - 0, - 10, - 7, - 9, - 3, - 41, - 17, - 11, - 0, - 35 - ], - "recent_avg": 13.3, - "recent_sr": 115.7 - }, - "CL Cairns": { - "recent_scores": [ - 110, - 158 - ], - "recent_avg": 134.0, - "recent_sr": 83.5 - }, - "CL Tryon": { - "recent_scores": [ - 20, - 69 - ], - "recent_avg": 44.5, - "recent_sr": 42.4 - }, - "CM Akachukwu": { - "recent_scores": [ - 0, - 2, - 1, - 18, - 0, - 1, - 8, - 30, - 16, - 3 - ], - "recent_avg": 7.9, - "recent_sr": 85.9 - }, - "CM Carroll": { - "recent_scores": [ - 5, - 95, - 74, - 150, - 71 - ], - "recent_avg": 79.0, - "recent_sr": 189.9 - }, - "CM Edwards": { - "recent_scores": [ - 31, - 24, - 26, - 142, - 63, - 108, - 20, - 42, - 107 - ], - "recent_avg": 62.6, - "recent_sr": 39.2 - }, - "CM Gough": { - "recent_scores": [ - 3, - 28, - 6, - 28, - 43, - 22, - 30, - 32, - 18, - 58 - ], - "recent_avg": 26.8, - "recent_sr": 87.9 - }, - "CM Greechan": { - "recent_scores": [ - 3, - 18, - 3, - 28, - 7, - 2, - 11, - 14, - 3, - 14 - ], - "recent_avg": 10.3, - "recent_sr": 74.1 - }, - "CM Madsen": { - "recent_scores": [ - 11, - 8 - ], - "recent_avg": 9.5, - "recent_sr": 67.9 - }, - "CM Mbebe": { - "recent_scores": [ - 10, - 1 - ], - "recent_avg": 5.5, - "recent_sr": 110.0 - }, - "CM McBride": { - "recent_scores": [ - 12, - 9, - 32, - 28, - 0, - 29, - 0, - 5, - 56, - 22 - ], - "recent_avg": 19.3, - "recent_sr": 73.7 - }, - "CM Rocca": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 73.7 - }, - "CM Saldanha": { - "recent_scores": [ - 0, - 1, - 1, - 1, - 5, - 9, - 0, - 6, - 10, - 1 - ], - "recent_avg": 3.4, - "recent_sr": 42.5 - }, - "CM Scott": { - "recent_scores": [ - 2, - 1, - 3 - ], - "recent_avg": 2.0, - "recent_sr": 60.0 - }, - "CM Wright": { - "recent_scores": [ - 5, - 19, - 37, - 1, - 4, - 15 - ], - "recent_avg": 13.5, - "recent_sr": 55.9 - }, - "CMA Shillington": { - "recent_scores": [ - 8, - 12, - 37, - 0, - 36, - 28, - 39, - 6, - 13 - ], - "recent_avg": 19.9, - "recent_sr": 89.9 - }, - "CMW Read": { - "recent_scores": [ - 6, - 29, - 33, - 93, - 17, - 75, - 1 - ], - "recent_avg": 36.3, - "recent_sr": 46.0 - }, - "CN Ackermann": { - "recent_scores": [ - 54, - 0, - 3, - 21, - 35, - 0, - 15, - 10, - 29, - 12 - ], - "recent_avg": 17.9, - "recent_sr": 69.6 - }, - "CN Greaves": { - "recent_scores": [ - 2, - 31, - 11, - 4, - 18, - 1, - 56, - 0, - 22, - 20 - ], - "recent_avg": 16.5, - "recent_sr": 94.8 - }, - "CN Kakuru": { - "recent_scores": [ - 3, - 4, - 0, - 17, - 21, - 2, - 26, - 10, - 0, - 2 - ], - "recent_avg": 8.5, - "recent_sr": 94.4 - }, - "CN Messina": { - "recent_scores": [ - 0, - 0, - 3, - 1, - 0, - 1 - ], - "recent_avg": 0.8, - "recent_sr": 16.1 - }, - "CN Nation": { - "recent_scores": [ - 46, - 12, - 6, - 9, - 6, - 17, - 9, - 17, - 17, - 7 - ], - "recent_avg": 14.6, - "recent_sr": 60.3 - }, - "CN Onwuzulike": { - "recent_scores": [ - 23, - 54 - ], - "recent_avg": 38.5, - "recent_sr": 128.3 - }, - "CNIM Joyce": { - "recent_scores": [ - 26, - 29, - 41, - 3, - 4, - 4, - 49, - 29, - 43 - ], - "recent_avg": 25.3, - "recent_sr": 46.2 - }, - "CO Obuya": { - "recent_scores": [ - 29, - 37, - 34, - 10, - 29, - 1, - 98, - 31, - 52, - 47 - ], - "recent_avg": 36.8, - "recent_sr": 74.0 - }, - "CP Jack": { - "recent_scores": [ - 17 - ], - "recent_avg": 17.0, - "recent_sr": 65.4 - }, - "CP Rizwan": { - "recent_scores": [ - 18, - 7, - 29, - 19, - 7, - 10, - 22, - 1, - 60, - 11 - ], - "recent_avg": 18.4, - "recent_sr": 46.3 - }, - "CP Schofield": { - "recent_scores": [ - 8, - 6, - 1, - 9 - ], - "recent_avg": 6.0, - "recent_sr": 114.3 - }, - "CP Turkich": { - "recent_scores": [ - 11, - 7, - 20, - 20, - 0, - 12, - 6, - 16, - 15 - ], - "recent_avg": 11.9, - "recent_sr": 56.0 - }, - "CPPM Sadun": { - "recent_scores": [ - 24, - 9, - 1, - 29, - 8, - 19, - 17, - 28, - 52, - 15 - ], - "recent_avg": 20.2, - "recent_sr": 90.2 - }, - "CR Ervine": { - "recent_scores": [ - 60, - 24, - 61, - 66, - 85, - 44, - 30, - 18, - 12, - 94 - ], - "recent_avg": 49.4, - "recent_sr": 47.0 - }, - "CR Foggo": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 120.0 - }, - "CR Pagydyala": { - "recent_scores": [ - 11, - 59, - 136 - ], - "recent_avg": 68.7, - "recent_sr": 67.1 - }, - "CR Richards": { - "recent_scores": [ - 7, - 2, - 7, - 4, - 3, - 2, - 0, - 5, - 2 - ], - "recent_avg": 3.6, - "recent_sr": 60.4 - }, - "CR Seneviratna": { - "recent_scores": [ - 32, - 40, - 1, - 1, - 17, - 3, - 14, - 9, - 16 - ], - "recent_avg": 14.8, - "recent_sr": 48.0 - }, - "CR Suryawanshi": { - "recent_scores": [ - 9, - 3, - 1, - 8, - 31, - 6, - 36, - 13, - 8 - ], - "recent_avg": 12.8, - "recent_sr": 112.7 - }, - "CS Baugh": { - "recent_scores": [ - 17, - 21, - 45, - 5, - 16, - 34, - 6, - 30, - 70, - 48 - ], - "recent_avg": 29.2, - "recent_sr": 49.2 - }, - "CS Fraser": { - "recent_scores": [ - 24, - 3, - 0, - 18, - 19, - 2, - 7, - 2, - 0, - 6 - ], - "recent_avg": 8.1, - "recent_sr": 50.0 - }, - "CS MacLeod": { - "recent_scores": [ - 133, - 77, - 117, - 76, - 7, - 64, - 59, - 13, - 20, - 20 - ], - "recent_avg": 58.6, - "recent_sr": 89.7 - }, - "CS Martin": { - "recent_scores": [ - 0, - 0, - 4, - 2, - 0, - 5, - 2, - 1, - 0, - 5 - ], - "recent_avg": 1.9, - "recent_sr": 18.6 - }, - "CS Mugeri-Tiripano": { - "recent_scores": [ - 22, - 4, - 38, - 14, - 5, - 26, - 56, - 48, - 61, - 0 - ], - "recent_avg": 27.4, - "recent_sr": 61.3 - }, - "CS Nascimento": { - "recent_scores": [ - 1, - 1, - 3, - 9, - 4, - 30, - 0, - 10, - 6, - 11 - ], - "recent_avg": 7.5, - "recent_sr": 83.3 - }, - "CSN Mbelel": { - "recent_scores": [ - 7, - 8, - 1, - 9, - 0, - 3, - 7, - 2, - 1, - 0 - ], - "recent_avg": 3.8, - "recent_sr": 36.5 - }, - "CT Dhururu": { - "recent_scores": [ - 1, - 0, - 0, - 6, - 17, - 9, - 32, - 12, - 1, - 3 - ], - "recent_avg": 8.1, - "recent_sr": 37.7 - }, - "CT McNally": { - "recent_scores": [ - 1, - 18, - 13, - 12, - 12, - 9, - 19 - ], - "recent_avg": 12.0, - "recent_sr": 53.8 - }, - "CT Mumba": { - "recent_scores": [ - 11, - 3, - 11 - ], - "recent_avg": 8.3, - "recent_sr": 23.4 - }, - "CT Mutombodzi": { - "recent_scores": [ - 41 - ], - "recent_avg": 41.0, - "recent_sr": 33.9 - }, - "CU Jayasinghe": { - "recent_scores": [ - 9, - 2, - 38 - ], - "recent_avg": 16.3, - "recent_sr": 100.0 - }, - "CV Anto": { - "recent_scores": [ - 12, - 0, - 24, - 34, - 26, - 25, - 26, - 72, - 41, - 16 - ], - "recent_avg": 27.6, - "recent_sr": 147.6 - }, - "CV Harrison": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "CV Ranasinghe": { - "recent_scores": [ - 4, - 2, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 46.2 - }, - "CW Perchard": { - "recent_scores": [ - 1, - 16, - 14 - ], - "recent_avg": 10.3, - "recent_sr": 88.6 - }, - "Cai Yuzhi": { - "recent_scores": [ - 1, - 4, - 22, - 4, - 11, - 2, - 0, - 5, - 0, - 9 - ], - "recent_avg": 5.8, - "recent_sr": 62.4 - }, - "Camila Valdes": { - "recent_scores": [ - 1, - 1, - 0, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 3.0 - }, - "Chado Om": { - "recent_scores": [ - 7, - 11, - 25, - 5, - 2, - 1, - 4, - 6, - 1, - 7 - ], - "recent_avg": 6.9, - "recent_sr": 56.6 - }, - "Chamalka Fernando": { - "recent_scores": [ - 12, - 5, - 9, - 0, - 24, - 11 - ], - "recent_avg": 10.2, - "recent_sr": 105.2 - }, - "Chan Ka Man": { - "recent_scores": [ - 1, - 5, - 0, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 25.0 - }, - "Chan Sau Har": { - "recent_scores": [ - 13, - 0, - 0, - 1, - 7 - ], - "recent_avg": 4.2, - "recent_sr": 42.9 - }, - "Charanjeet Singh": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 88.9 - }, - "Chare Smith": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 25.0 - }, - "Chaudhary Akram": { - "recent_scores": [ - 34, - 30, - 57, - 9, - 31, - 1, - 2, - 20, - 41, - 49 - ], - "recent_avg": 27.4, - "recent_sr": 113.2 - }, - "Chaya Mughal": { - "recent_scores": [ - 2, - 7, - 1 - ], - "recent_avg": 3.3, - "recent_sr": 43.5 - }, - "Chayanisa Phengpaen": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 400.0 - }, - "Chen Xinyu": { - "recent_scores": [ - 2, - 0, - 7, - 1, - 5, - 1, - 13, - 3, - 10, - 1 - ], - "recent_avg": 4.3, - "recent_sr": 57.3 - }, - "Chen Yue": { - "recent_scores": [ - 28, - 11, - 7, - 0, - 4 - ], - "recent_avg": 10.0, - "recent_sr": 55.6 - }, - "Chen Zhuo Yue": { - "recent_scores": [ - 1, - 9, - 2, - 3, - 7, - 6, - 13, - 3, - 2, - 0 - ], - "recent_avg": 4.6, - "recent_sr": 47.9 - }, - "Chinyenum George": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 60.0 - }, - "Chirag Suri": { - "recent_scores": [ - 0, - 5, - 14, - 7, - 15, - 64, - 4, - 23, - 69, - 26 - ], - "recent_avg": 22.7, - "recent_sr": 58.4 - }, - "Choudhry Md Imran": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 66.7 - }, - "Choudry Share Ali": { - "recent_scores": [ - 14, - 7, - 58, - 17, - 19, - 61 - ], - "recent_avg": 29.3, - "recent_sr": 172.5 - }, - "Christina Baret": { - "recent_scores": [ - 4, - 6, - 7, - 5, - 27, - 25, - 11, - 9 - ], - "recent_avg": 11.8, - "recent_sr": 51.9 - }, - "Cihan Altun": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 200.0 - }, - "Clea Bultot": { - "recent_scores": [ - 1, - 4 - ], - "recent_avg": 2.5, - "recent_sr": 21.7 - }, - "Constanza Oyarce": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Constanza Vergara": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Cynthia Konadu": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "D Abeyrathna": { - "recent_scores": [ - 9, - 0, - 13, - 6, - 8, - 20, - 38, - 5, - 38, - 5 - ], - "recent_avg": 14.2, - "recent_sr": 94.0 - }, - "D Ahir": { - "recent_scores": [ - 16, - 8, - 8 - ], - "recent_avg": 10.7, - "recent_sr": 57.1 - }, - "D Ajekun": { - "recent_scores": [ - 7, - 12, - 7, - 5, - 2, - 4, - 4, - 20, - 19, - 4 - ], - "recent_avg": 8.4, - "recent_sr": 71.8 - }, - "D Asghar": { - "recent_scores": [ - 4, - 12 - ], - "recent_avg": 8.0, - "recent_sr": 100.0 - }, - "D Berthe": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "D Bhaskara": { - "recent_scores": [ - 9, - 0, - 1, - 2, - 1 - ], - "recent_avg": 2.6, - "recent_sr": 23.6 - }, - "D Bhatta": { - "recent_scores": [ - 5, - 25, - 6, - 5, - 6, - 3, - 9, - 13, - 12, - 0 - ], - "recent_avg": 8.4, - "recent_sr": 106.3 - }, - "D Birrell": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "D Bishoo": { - "recent_scores": [ - 13, - 9, - 12, - 26, - 19, - 0, - 2, - 56, - 23, - 44 - ], - "recent_avg": 20.4, - "recent_sr": 33.8 - }, - "D Bourne": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 50.0 - }, - "D Brown": { - "recent_scores": [ - 0, - 0, - 5, - 8 - ], - "recent_avg": 3.2, - "recent_sr": 31.7 - }, - "D Busingye": { - "recent_scores": [ - 28, - 0, - 19, - 0, - 65 - ], - "recent_avg": 22.4, - "recent_sr": 75.2 - }, - "D Cato": { - "recent_scores": [ - 20, - 4, - 6 - ], - "recent_avg": 10.0, - "recent_sr": 49.2 - }, - "D Chamto": { - "recent_scores": [ - 4, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 57.1 - }, - "D Cleaver": { - "recent_scores": [ - 32 - ], - "recent_avg": 32.0, - "recent_sr": 86.5 - }, - "D Dawa": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 14.3 - }, - "D Demic": { - "recent_scores": [ - 40, - 0, - 108, - 8, - 8, - 4 - ], - "recent_avg": 28.0, - "recent_sr": 94.4 - }, - "D Devnarain": { - "recent_scores": [ - 26, - 6, - 16, - 10, - 10, - 0, - 42, - 7, - 7, - 1 - ], - "recent_avg": 12.5, - "recent_sr": 45.8 - }, - "D Dewald": { - "recent_scores": [ - 3, - 8, - 1, - 23, - 25 - ], - "recent_avg": 12.0, - "recent_sr": 67.4 - }, - "D Dhingra": { - "recent_scores": [ - 1, - 51, - 34, - 19, - 41, - 39, - 23, - 23, - 58 - ], - "recent_avg": 32.1, - "recent_sr": 65.2 - }, - "D Dlamini": { - "recent_scores": [ - 2, - 0, - 6, - 5, - 0, - 0, - 1, - 1 - ], - "recent_avg": 1.9, - "recent_sr": 35.7 - }, - "D Doyle-Calle": { - "recent_scores": [ - 44, - 28, - 5, - 5, - 6, - 72, - 52, - 24, - 33, - 6 - ], - "recent_avg": 27.5, - "recent_sr": 155.4 - }, - "D Dzimau": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "D Ebersohn": { - "recent_scores": [ - 1, - 1, - 3, - 8, - 10 - ], - "recent_avg": 4.6, - "recent_sr": 51.1 - }, - "D Enkhtsetseg": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "D Faletar": { - "recent_scores": [ - 4, - 0, - 0 - ], - "recent_avg": 1.3, - "recent_sr": 26.7 - }, - "D Finau": { - "recent_scores": [ - 0, - 8, - 7, - 14, - 0, - 2, - 2 - ], - "recent_avg": 4.7, - "recent_sr": 110.0 - }, - "D Foerster": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 40.0 - }, - "D Forrester": { - "recent_scores": [ - 48, - 18, - 22, - 16 - ], - "recent_avg": 26.0, - "recent_sr": 140.5 - }, - "D Foxcroft": { - "recent_scores": [ - 98 - ], - "recent_avg": 98.0, - "recent_sr": 75.4 - }, - "D Gaikwad": { - "recent_scores": [ - 20, - 12 - ], - "recent_avg": 16.0, - "recent_sr": 123.1 - }, - "D Ganesh": { - "recent_scores": [ - 36, - 1, - 18, - 1, - 0, - 1, - 0, - 1 - ], - "recent_avg": 7.2, - "recent_sr": 69.0 - }, - "D Ganga": { - "recent_scores": [ - 14, - 25, - 78, - 6, - 5, - 14, - 80, - 82, - 8, - 56 - ], - "recent_avg": 36.8, - "recent_sr": 35.1 - }, - "D Gangwani": { - "recent_scores": [ - 26 - ], - "recent_avg": 26.0, - "recent_sr": 89.7 - }, - "D Gim": { - "recent_scores": [ - 30 - ], - "recent_avg": 30.0, - "recent_sr": 100.0 - }, - "D Golechha": { - "recent_scores": [ - 1, - 2, - 2, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 29.4 - }, - "D Gumyusenge": { - "recent_scores": [ - 0, - 0, - 4, - 0, - 3, - 11, - 0, - 28, - 1, - 68 - ], - "recent_avg": 11.5, - "recent_sr": 106.5 - }, - "D Hannema": { - "recent_scores": [ - 1, - 3 - ], - "recent_avg": 2.0, - "recent_sr": 80.0 - }, - "D Hardware": { - "recent_scores": [ - 2, - 7 - ], - "recent_avg": 4.5, - "recent_sr": 33.3 - }, - "D Hazell": { - "recent_scores": [ - 9, - 0 - ], - "recent_avg": 4.5, - "recent_sr": 11.5 - }, - "D Hemalatha": { - "recent_scores": [ - 3, - 24, - 12, - 2, - 2, - 13, - 6, - 35 - ], - "recent_avg": 12.1, - "recent_sr": 56.7 - }, - "D Heyliger": { - "recent_scores": [ - 8, - 2, - 18, - 4, - 7, - 0, - 37, - 30, - 2, - 14 - ], - "recent_avg": 12.2, - "recent_sr": 93.8 - }, - "D Issiaka": { - "recent_scores": [ - 0, - 2, - 0, - 1, - 10, - 2, - 2, - 0, - 2, - 0 - ], - "recent_avg": 1.9, - "recent_sr": 25.3 - }, - "D Jakiel": { - "recent_scores": [ - 15, - 6, - 1, - 6, - 0, - 18, - 0, - 1, - 9, - 6 - ], - "recent_avg": 6.2, - "recent_sr": 63.3 - }, - "D Jamyansuren": { - "recent_scores": [ - 1, - 0, - 2, - 10 - ], - "recent_avg": 3.2, - "recent_sr": 19.4 - }, - "D Jansen": { - "recent_scores": [ - 6, - 2, - 6, - 46, - 10, - 16 - ], - "recent_avg": 14.3, - "recent_sr": 102.4 - }, - "D Johnson": { - "recent_scores": [ - 27, - 5, - 0, - 22, - 13, - 0, - 10, - 8, - 2, - 11 - ], - "recent_avg": 9.8, - "recent_sr": 116.7 - }, - "D Joseph": { - "recent_scores": [ - 0, - 0, - 4, - 9 - ], - "recent_avg": 3.2, - "recent_sr": 40.6 - }, - "D Kalvin": { - "recent_scores": [ - 0, - 3, - 0, - 3, - 19, - 6, - 9, - 7, - 30 - ], - "recent_avg": 8.6, - "recent_sr": 63.6 - }, - "D Kansonkho": { - "recent_scores": [ - 8, - 8, - 6, - 41 - ], - "recent_avg": 15.8, - "recent_sr": 81.8 - }, - "D Kataina": { - "recent_scores": [ - 2, - 0, - 10, - 1, - 14, - 5, - 1, - 17 - ], - "recent_avg": 6.2, - "recent_sr": 50.5 - }, - "D Kegasitswe": { - "recent_scores": [ - 4, - 1 - ], - "recent_avg": 2.5, - "recent_sr": 45.5 - }, - "D Khanal": { - "recent_scores": [ - 0, - 76, - 10, - 1, - 4, - 34, - 34, - 10, - 54, - 34 - ], - "recent_avg": 25.7, - "recent_sr": 66.1 - }, - "D Klein": { - "recent_scores": [ - 6, - 2, - 0, - 8, - 0, - 5, - 5, - 1, - 0, - 28 - ], - "recent_avg": 5.5, - "recent_sr": 105.8 - }, - "D Koralalage": { - "recent_scores": [ - 1, - 6, - 3, - 6, - 6, - 20, - 0, - 2, - 2, - 6 - ], - "recent_avg": 5.2, - "recent_sr": 39.4 - }, - "D Lohia": { - "recent_scores": [ - 1, - 1, - 8, - 3, - 0 - ], - "recent_avg": 2.6, - "recent_sr": 35.1 - }, - "D Long Martinez": { - "recent_scores": [ - 79, - 4 - ], - "recent_avg": 41.5, - "recent_sr": 143.1 - }, - "D Madushanka": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "D Maisuria": { - "recent_scores": [ - 16, - 6, - 5, - 4, - 0, - 6, - 6, - 0, - 0, - 4 - ], - "recent_avg": 4.7, - "recent_sr": 61.0 - }, - "D Marks": { - "recent_scores": [ - 1, - 6, - 8, - 5, - 10, - 1 - ], - "recent_avg": 5.2, - "recent_sr": 88.6 - }, - "D Marsic": { - "recent_scores": [ - 13, - 13, - 1, - 37, - 18, - 22, - 0, - 1 - ], - "recent_avg": 13.1, - "recent_sr": 61.4 - }, - "D Matla": { - "recent_scores": [ - 2, - 4, - 4, - 3, - 0, - 3, - 9 - ], - "recent_avg": 3.6, - "recent_sr": 37.3 - }, - "D Mauro": { - "recent_scores": [ - 5, - 12, - 0 - ], - "recent_avg": 5.7, - "recent_sr": 65.4 - }, - "D McGahey": { - "recent_scores": [ - 13, - 16, - 48, - 21, - 7, - 13 - ], - "recent_avg": 19.7, - "recent_sr": 88.1 - }, - "D Medagoda": { - "recent_scores": [ - 4, - 3, - 7, - 22, - 3, - 6 - ], - "recent_avg": 7.5, - "recent_sr": 71.4 - }, - "D Mehtani": { - "recent_scores": [ - 0, - 3, - 0, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 22.2 - }, - "D Mendonca": { - "recent_scores": [ - 4, - 9, - 0, - 0, - 5, - 0, - 0 - ], - "recent_avg": 2.6, - "recent_sr": 18.9 - }, - "D Mogan": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 25.0 - }, - "D Mongia": { - "recent_scores": [ - 17, - 17, - 41, - 1, - 18, - 63, - 0, - 33, - 12, - 9 - ], - "recent_avg": 21.1, - "recent_sr": 67.6 - }, - "D Muhumuza": { - "recent_scores": [ - 24, - 12, - 27, - 13 - ], - "recent_avg": 19.0, - "recent_sr": 110.1 - }, - "D Mukarurangwa": { - "recent_scores": [ - 16, - 11, - 16, - 13, - 2, - 4 - ], - "recent_avg": 10.3, - "recent_sr": 62.0 - }, - "D Mullen": { - "recent_scores": [ - 1, - 3 - ], - "recent_avg": 2.0, - "recent_sr": 80.0 - }, - "D Murphy": { - "recent_scores": [ - 2, - 7 - ], - "recent_avg": 4.5, - "recent_sr": 32.1 - }, - "D Mutu": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "D Myers": { - "recent_scores": [ - 12, - 67, - 53 - ], - "recent_avg": 44.0, - "recent_sr": 37.4 - }, - "D Nanayakkara": { - "recent_scores": [ - 0, - 7, - 1, - 1, - 1, - 0, - 0, - 1, - 9, - 7 - ], - "recent_avg": 2.7, - "recent_sr": 61.4 - }, - "D Nanda": { - "recent_scores": [ - 15, - 0, - 31, - 4, - 14, - 24 - ], - "recent_avg": 14.7, - "recent_sr": 102.3 - }, - "D Nath": { - "recent_scores": [ - 0, - 0, - 15 - ], - "recent_avg": 5.0, - "recent_sr": 125.0 - }, - "D Ndikubwimana": { - "recent_scores": [ - 19, - 28, - 24, - 0, - 69, - 10, - 33, - 30, - 82, - 21 - ], - "recent_avg": 31.6, - "recent_sr": 101.0 - }, - "D Ndipo": { - "recent_scores": [ - 5, - 19, - 3 - ], - "recent_avg": 9.0, - "recent_sr": 93.1 - }, - "D Nikolov": { - "recent_scores": [ - 2, - 1, - 11, - 3, - 6, - 0, - 0, - 4, - 42, - 11 - ], - "recent_avg": 8.0, - "recent_sr": 92.0 - }, - "D Njoroge": { - "recent_scores": [ - 26, - 7, - 82, - 5, - 53, - 21, - 6, - 4, - 14, - 0 - ], - "recent_avg": 21.8, - "recent_sr": 84.5 - }, - "D Norotam": { - "recent_scores": [ - 47, - 52, - 16, - 23, - 29, - 49, - 6, - 46, - 0, - 12 - ], - "recent_avg": 28.0, - "recent_sr": 129.6 - }, - "D Panda": { - "recent_scores": [ - 27, - 9, - 13, - 56, - 9, - 2, - 6, - 20, - 7, - 3 - ], - "recent_avg": 15.2, - "recent_sr": 104.1 - }, - "D Parashar": { - "recent_scores": [ - 2, - 5, - 16, - 16, - 41, - 8, - 13, - 33, - 3, - 0 - ], - "recent_avg": 13.7, - "recent_sr": 55.9 - }, - "D Paterson": { - "recent_scores": [ - 12, - 23, - 7, - 16, - 4, - 39 - ], - "recent_avg": 16.8, - "recent_sr": 91.8 - }, - "D Pavelic": { - "recent_scores": [ - 3, - 29 - ], - "recent_avg": 16.0, - "recent_sr": 52.5 - }, - "D Polpitiya": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "D Prakas": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "D Ramani": { - "recent_scores": [ - 3, - 0, - 5 - ], - "recent_avg": 2.7, - "recent_sr": 47.1 - }, - "D Ramdin": { - "recent_scores": [ - 62, - 59, - 12, - 24, - 34, - 37, - 22, - 13, - 59, - 66 - ], - "recent_avg": 38.8, - "recent_sr": 41.1 - }, - "D Ravu": { - "recent_scores": [ - 10, - 7, - 1, - 0, - 13, - 32, - 9, - 7, - 38, - 0 - ], - "recent_avg": 11.7, - "recent_sr": 71.8 - }, - "D Rawat": { - "recent_scores": [ - 31, - 0, - 14, - 11, - 1, - 1, - 1, - 37 - ], - "recent_avg": 12.0, - "recent_sr": 96.0 - }, - "D Robson": { - "recent_scores": [ - 0, - 19, - 4, - 6, - 0 - ], - "recent_avg": 5.8, - "recent_sr": 63.0 - }, - "D Ruynekova": { - "recent_scores": [ - 23, - 1, - 0, - 14, - 0, - 36, - 6, - 14, - 3, - 5 - ], - "recent_avg": 10.2, - "recent_sr": 54.0 - }, - "D Sabir": { - "recent_scores": [ - 25, - 9, - 22, - 0, - 46, - 11, - 2, - 19, - 9, - 20 - ], - "recent_avg": 16.3, - "recent_sr": 119.9 - }, - "D Samarawickrama": { - "recent_scores": [ - 13, - 1, - 1 - ], - "recent_avg": 5.0, - "recent_sr": 55.6 - }, - "D Saxena": { - "recent_scores": [ - 0, - 34, - 41, - 21, - 64, - 14, - 40, - 22 - ], - "recent_avg": 29.5, - "recent_sr": 87.4 - }, - "D Sheeli": { - "recent_scores": [ - 17, - 6 - ], - "recent_avg": 11.5, - "recent_sr": 135.3 - }, - "D Simpson": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 80.0 - }, - "D Siva Kumar": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 50.0 - }, - "D St Ange": { - "recent_scores": [ - 13, - 4, - 0 - ], - "recent_avg": 5.7, - "recent_sr": 65.4 - }, - "D Staddon": { - "recent_scores": [ - 29, - 4, - 0 - ], - "recent_avg": 11.0, - "recent_sr": 47.1 - }, - "D Suzuki": { - "recent_scores": [ - 5, - 4, - 2, - 22, - 1, - 0, - 6, - 6, - 1, - 1 - ], - "recent_avg": 4.8, - "recent_sr": 81.4 - }, - "D Svilicic": { - "recent_scores": [ - 4, - 1, - 0, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 33.3 - }, - "D Tanase": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "D Teinaki": { - "recent_scores": [ - 7, - 16, - 11, - 2 - ], - "recent_avg": 9.0, - "recent_sr": 90.0 - }, - "D Tekyildirim": { - "recent_scores": [ - 5, - 11, - 3, - 40, - 15 - ], - "recent_avg": 14.8, - "recent_sr": 67.3 - }, - "D Traore": { - "recent_scores": [ - 4, - 6 - ], - "recent_avg": 5.0, - "recent_sr": 43.5 - }, - "D Tucker": { - "recent_scores": [ - 0, - 64 - ], - "recent_avg": 32.0, - "recent_sr": 33.0 - }, - "D Unhale": { - "recent_scores": [ - 4, - 21, - 39, - 39, - 4, - 11, - 25, - 41 - ], - "recent_avg": 23.0, - "recent_sr": 61.5 - }, - "D Uwimana": { - "recent_scores": [ - 2, - 0, - 1, - 0, - 7, - 12 - ], - "recent_avg": 3.7, - "recent_sr": 64.7 - }, - "D Visser": { - "recent_scores": [ - 27, - 42, - 31, - 75, - 34, - 58, - 4, - 1, - 0, - 27 - ], - "recent_avg": 29.9, - "recent_sr": 112.4 - }, - "D Wabwire": { - "recent_scores": [ - 0, - 13, - 0 - ], - "recent_avg": 4.3, - "recent_sr": 144.4 - }, - "D Wangmo": { - "recent_scores": [ - 19, - 39, - 39, - 38, - 14, - 5, - 34, - 31, - 6, - 6 - ], - "recent_avg": 23.1, - "recent_sr": 74.8 - }, - "D Weston": { - "recent_scores": [ - 51, - 70, - 1, - 0, - 21 - ], - "recent_avg": 28.6, - "recent_sr": 105.9 - }, - "D Wheatley": { - "recent_scores": [ - 7, - 6, - 2, - 0, - 18, - 0, - 10, - 2, - 0, - 4 - ], - "recent_avg": 4.9, - "recent_sr": 75.4 - }, - "D Wotu": { - "recent_scores": [ - 1, - 2, - 7, - 6, - 3 - ], - "recent_avg": 3.8, - "recent_sr": 118.8 - }, - "D Wulandari": { - "recent_scores": [ - 22, - 2, - 14, - 25, - 15, - 10, - 0, - 7, - 19, - 1 - ], - "recent_avg": 11.5, - "recent_sr": 62.5 - }, - "D Young": { - "recent_scores": [ - 4, - 1, - 0, - 13 - ], - "recent_avg": 4.5, - "recent_sr": 85.7 - }, - "D la Cock": { - "recent_scores": [ - 18, - 3, - 3, - 21, - 59, - 10, - 8, - 25, - 1, - 20 - ], - "recent_avg": 16.8, - "recent_sr": 55.4 - }, - "D van Deventer": { - "recent_scores": [ - 1, - 11, - 6, - 40, - 0, - 35 - ], - "recent_avg": 15.5, - "recent_sr": 82.3 - }, - "D van Niekerk": { - "recent_scores": [ - 10, - 88, - 9, - 20, - 18, - 17, - 30, - 37, - 102, - 77 - ], - "recent_avg": 40.8, - "recent_sr": 83.6 - }, - "DA Blignaut": { - "recent_scores": [ - 2, - 1, - 12, - 6, - 23, - 27, - 24, - 4, - 43, - 7 - ], - "recent_avg": 14.9, - "recent_sr": 94.3 - }, - "DA Galia": { - "recent_scores": [ - 6, - 14, - 15, - 0, - 45, - 0, - 8, - 11, - 1, - 4 - ], - "recent_avg": 10.4, - "recent_sr": 58.8 - }, - "DA Mehta": { - "recent_scores": [ - 11, - 49, - 0, - 24, - 4, - 0, - 36, - 3, - 20, - 20 - ], - "recent_avg": 16.7, - "recent_sr": 93.8 - }, - "DA Rankin": { - "recent_scores": [ - 15 - ], - "recent_avg": 15.0, - "recent_sr": 88.2 - }, - "DA Sasrikayoni": { - "recent_scores": [ - 15 - ], - "recent_avg": 15.0, - "recent_sr": 45.5 - }, - "DA Senthil": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 46.7 - }, - "DAL Paramitha": { - "recent_scores": [ - 0, - 1, - 9, - 0, - 2, - 13, - 0 - ], - "recent_avg": 3.6, - "recent_sr": 49.0 - }, - "DAM Louis": { - "recent_scores": [ - 12, - 3, - 0, - 6, - 13, - 2, - 12 - ], - "recent_avg": 6.9, - "recent_sr": 94.1 - }, - "DAP Darrell": { - "recent_scores": [ - 7, - 2, - 4, - 18, - 0, - 2, - 30, - 10, - 2 - ], - "recent_avg": 8.3, - "recent_sr": 84.3 - }, - "DAS Gunaratne": { - "recent_scores": [ - 125, - 20, - 85, - 155, - 70 - ], - "recent_avg": 91.0, - "recent_sr": 52.7 - }, - "DB Lakhani": { - "recent_scores": [ - 51, - 21, - 12, - 8, - 1, - 7, - 1, - 17, - 0, - 17 - ], - "recent_avg": 13.5, - "recent_sr": 104.7 - }, - "DB Loic": { - "recent_scores": [ - 11, - 0, - 39, - 6, - 22, - 1, - 8, - 2, - 1, - 7 - ], - "recent_avg": 9.7, - "recent_sr": 114.1 - }, - "DB Sharma": { - "recent_scores": [ - 67, - 16, - 2, - 78, - 87, - 69, - 83 - ], - "recent_avg": 57.4, - "recent_sr": 44.3 - }, - "DBL Powell": { - "recent_scores": [ - 0, - 13, - 44, - 9, - 15, - 0, - 30, - 3, - 26, - 15 - ], - "recent_avg": 15.5, - "recent_sr": 40.8 - }, - "DC Delany": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "DC Drakes": { - "recent_scores": [ - 4, - 76, - 0, - 28, - 4, - 36, - 36 - ], - "recent_avg": 26.3, - "recent_sr": 124.3 - }, - "DC Smith": { - "recent_scores": [ - 5, - 14, - 12, - 4, - 21, - 7 - ], - "recent_avg": 10.5, - "recent_sr": 101.6 - }, - "DC Stovell": { - "recent_scores": [ - 9, - 10, - 2, - 16, - 24, - 29 - ], - "recent_avg": 15.0, - "recent_sr": 113.9 - }, - "DC Thomas": { - "recent_scores": [ - 31 - ], - "recent_avg": 31.0, - "recent_sr": 33.3 - }, - "DDP D'Silva": { - "recent_scores": [ - 12, - 31, - 4, - 2, - 4 - ], - "recent_avg": 10.6, - "recent_sr": 43.1 - }, - "DE Bernard": { - "recent_scores": [ - 86, - 105 - ], - "recent_avg": 95.5, - "recent_sr": 53.7 - }, - "DE Budge": { - "recent_scores": [ - 14, - 5, - 4, - 1, - 14, - 46, - 0, - 19, - 32, - 7 - ], - "recent_avg": 14.2, - "recent_sr": 78.0 - }, - "DE Burgess": { - "recent_scores": [ - 39, - 8, - 32, - 2, - 19 - ], - "recent_avg": 20.0, - "recent_sr": 119.0 - }, - "DE Martel": { - "recent_scores": [ - 1, - 3 - ], - "recent_avg": 2.0, - "recent_sr": 44.4 - }, - "DE Roache": { - "recent_scores": [ - 1, - 6, - 2, - 21, - 55, - 29, - 1 - ], - "recent_avg": 16.4, - "recent_sr": 111.7 - }, - "DEM Carter": { - "recent_scores": [ - 25, - 12, - 18, - 86, - 16, - 18, - 19, - 11, - 16, - 4 - ], - "recent_avg": 22.5, - "recent_sr": 67.0 - }, - "DF Jacobs": { - "recent_scores": [ - 47, - 1, - 19 - ], - "recent_avg": 22.3, - "recent_sr": 113.6 - }, - "DF Watts": { - "recent_scores": [ - 0, - 14, - 0, - 6, - 19, - 24, - 9, - 58 - ], - "recent_avg": 16.2, - "recent_sr": 54.2 - }, - "DG Bassey": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 72.7 - }, - "DG Blampied": { - "recent_scores": [ - 0, - 7 - ], - "recent_avg": 3.5, - "recent_sr": 53.8 - }, - "DG Brownlie": { - "recent_scores": [ - 27, - 28, - 64, - 18, - 27, - 63, - 109, - 35, - 28, - 44 - ], - "recent_avg": 44.3, - "recent_sr": 43.1 - }, - "DG Perez": { - "recent_scores": [ - 0, - 0, - 14, - 2, - 46 - ], - "recent_avg": 12.4, - "recent_sr": 75.6 - }, - "DG Weakley": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 37.5 - }, - "DGAPD Wiswi": { - "recent_scores": [ - 3, - 9, - 16, - 4, - 9, - 12, - 26, - 1, - 3, - 2 - ], - "recent_avg": 8.5, - "recent_sr": 81.7 - }, - "DI Allan": { - "recent_scores": [ - 3, - 15 - ], - "recent_avg": 9.0, - "recent_sr": 37.5 - }, - "DI Dusabemungu": { - "recent_scores": [ - 0, - 0, - 13, - 0, - 6, - 10 - ], - "recent_avg": 4.8, - "recent_sr": 39.7 - }, - "DJ Hall": { - "recent_scores": [ - 1, - 12, - 2, - 5, - 9 - ], - "recent_avg": 5.8, - "recent_sr": 55.8 - }, - "DJ Hawoe": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "DJ Mokoatsela": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 20.0 - }, - "DJ Reekers": { - "recent_scores": [ - 0, - 9, - 25, - 4, - 0 - ], - "recent_avg": 7.6, - "recent_sr": 100.0 - }, - "DJ Turkich": { - "recent_scores": [ - 0, - 14, - 2, - 10, - 19, - 6, - 6, - 29, - 5 - ], - "recent_avg": 10.1, - "recent_sr": 78.4 - }, - "DJS Dottin": { - "recent_scores": [ - 9, - 22, - 0, - 6, - 24, - 13, - 14, - 33, - 2, - 5 - ], - "recent_avg": 12.8, - "recent_sr": 81.0 - }, - "DK Anefie": { - "recent_scores": [ - 19, - 9, - 3, - 3, - 0, - 0, - 8, - 1, - 23, - 0 - ], - "recent_avg": 6.6, - "recent_sr": 78.6 - }, - "DK Dahani": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 100.0 - }, - "DK Dahyabhai Ahir": { - "recent_scores": [ - 12, - 6, - 7, - 4, - 1, - 4 - ], - "recent_avg": 5.7, - "recent_sr": 70.8 - }, - "DK Mathias": { - "recent_scores": [ - 6, - 2, - 39, - 59, - 6, - 19, - 2, - 2, - 61, - 10 - ], - "recent_avg": 20.6, - "recent_sr": 96.3 - }, - "DK Pallekonda": { - "recent_scores": [ - 5, - 3, - 4, - 1, - 3, - 11, - 1, - 6, - 2, - 1 - ], - "recent_avg": 3.7, - "recent_sr": 60.7 - }, - "DK Raman": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 90.0 - }, - "DK Shetty": { - "recent_scores": [ - 1, - 1, - 8, - 14, - 5 - ], - "recent_avg": 5.8, - "recent_sr": 116.0 - }, - "DKD Warnakulasuriya": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 14.3 - }, - "DKJ Claude": { - "recent_scores": [ - 5, - 5, - 4, - 8, - 1, - 1, - 3, - 5, - 1, - 0 - ], - "recent_avg": 3.3, - "recent_sr": 37.5 - }, - "DL Brangman": { - "recent_scores": [ - 9, - 32, - 13, - 6, - 0, - 1, - 1, - 12, - 13, - 0 - ], - "recent_avg": 8.7, - "recent_sr": 97.8 - }, - "DL Graham": { - "recent_scores": [ - 1, - 4, - 2, - 0, - 1, - 5, - 1, - 1, - 0, - 12 - ], - "recent_avg": 2.7, - "recent_sr": 38.0 - }, - "DL Hemp": { - "recent_scores": [ - 11, - 0, - 9, - 0, - 76, - 14, - 58, - 9, - 36, - 0 - ], - "recent_avg": 21.3, - "recent_sr": 64.9 - }, - "DL Maddy": { - "recent_scores": [ - 29, - 50, - 20, - 14 - ], - "recent_avg": 28.2, - "recent_sr": 141.2 - }, - "DL Mejia": { - "recent_scores": [ - 2, - 2, - 12 - ], - "recent_avg": 5.3, - "recent_sr": 80.0 - }, - "DL Richards": { - "recent_scores": [ - 1, - 4 - ], - "recent_avg": 2.5, - "recent_sr": 100.0 - }, - "DLN Kenfack": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "DLS van Bunge": { - "recent_scores": [ - 10, - 11, - 34, - 33, - 5, - 5, - 9, - 52, - 37, - 31 - ], - "recent_avg": 22.7, - "recent_sr": 59.9 - }, - "DM Braat": { - "recent_scores": [ - 1, - 5 - ], - "recent_avg": 3.0, - "recent_sr": 19.4 - }, - "DM Gondaria": { - "recent_scores": [ - 37, - 58, - 13, - 12, - 56, - 90, - 5, - 20, - 17 - ], - "recent_avg": 34.2, - "recent_sr": 153.2 - }, - "DM Kavinisseri": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 116.7 - }, - "DM Kimmince": { - "recent_scores": [ - 18, - 14, - 5 - ], - "recent_avg": 12.3, - "recent_sr": 71.2 - }, - "DM Nakrani": { - "recent_scores": [ - 102, - 23, - 32, - 74, - 88 - ], - "recent_avg": 63.8, - "recent_sr": 192.2 - }, - "DM Richards": { - "recent_scores": [ - 17, - 81, - 27 - ], - "recent_avg": 41.7, - "recent_sr": 75.8 - }, - "DM de Silva": { - "recent_scores": [ - 67, - 120, - 7, - 31, - 23, - 61, - 64, - 66, - 44, - 51 - ], - "recent_avg": 53.4, - "recent_sr": 59.1 - }, - "DMW Rawlins": { - "recent_scores": [ - 121, - 52, - 17, - 6, - 68, - 42, - 4, - 10, - 77, - 37 - ], - "recent_avg": 43.4, - "recent_sr": 162.5 - }, - "DN Wellalage": { - "recent_scores": [ - 29 - ], - "recent_avg": 29.0, - "recent_sr": 61.7 - }, - "DN Wyatt": { - "recent_scores": [ - 24, - 35, - 31, - 98 - ], - "recent_avg": 47.0, - "recent_sr": 68.6 - }, - "DNA Ankrah": { - "recent_scores": [ - 44, - 3 - ], - "recent_avg": 23.5, - "recent_sr": 156.7 - }, - "DO Christian": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "DO Leicher": { - "recent_scores": [ - 4, - 9, - 30, - 1, - 58, - 20, - 32 - ], - "recent_avg": 22.0, - "recent_sr": 74.0 - }, - "DO Obuya": { - "recent_scores": [ - 10, - 20, - 0, - 12, - 2, - 51, - 2, - 35, - 13, - 0 - ], - "recent_avg": 14.5, - "recent_sr": 47.2 - }, - "DP David": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "DP Hernandez": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 11.8 - }, - "DP Hyatt": { - "recent_scores": [ - 11, - 20, - 0, - 31, - 3, - 39, - 6, - 1, - 1 - ], - "recent_avg": 12.4, - "recent_sr": 59.3 - }, - "DP Michael": { - "recent_scores": [ - 100, - 7, - 0, - 16, - 19 - ], - "recent_avg": 28.4, - "recent_sr": 135.2 - }, - "DP Vaidya": { - "recent_scores": [ - 0, - 10, - 11, - 0, - 3, - 19, - 89 - ], - "recent_avg": 18.9, - "recent_sr": 63.8 - }, - "DPS Tyagi": { - "recent_scores": [ - 6, - 26, - 14, - 6, - 0, - 0, - 1, - 5, - 2, - 5 - ], - "recent_avg": 6.5, - "recent_sr": 106.6 - }, - "DR Brown": { - "recent_scores": [ - 0, - 45, - 19, - 8 - ], - "recent_avg": 18.0, - "recent_sr": 62.6 - }, - "DR Flynn": { - "recent_scores": [ - 0, - 22, - 53, - 73, - 64, - 27, - 65, - 45, - 5, - 49 - ], - "recent_avg": 40.3, - "recent_sr": 39.4 - }, - "DR Gibson": { - "recent_scores": [ - 2, - 19 - ], - "recent_avg": 10.5, - "recent_sr": 84.0 - }, - "DR Hooper": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 42.9 - }, - "DR Mousley": { - "recent_scores": [ - 57, - 4, - 8 - ], - "recent_avg": 23.0, - "recent_sr": 78.4 - }, - "DR Patankar": { - "recent_scores": [ - 5, - 18, - 4, - 8, - 3, - 1, - 20, - 54, - 32, - 17 - ], - "recent_avg": 16.2, - "recent_sr": 98.8 - }, - "DR Tawake": { - "recent_scores": [ - 0, - 0, - 14, - 16, - 18, - 11 - ], - "recent_avg": 9.8, - "recent_sr": 69.4 - }, - "DR Tuffey": { - "recent_scores": [ - 47, - 31, - 80, - 6, - 13 - ], - "recent_avg": 35.4, - "recent_sr": 56.5 - }, - "DS Airee": { - "recent_scores": [ - 59, - 2, - 55, - 33, - 100, - 60, - 75, - 37, - 75, - 23 - ], - "recent_avg": 51.9, - "recent_sr": 98.9 - }, - "DS Bajwa": { - "recent_scores": [ - 26, - 8, - 0, - 8, - 20, - 2, - 25, - 19 - ], - "recent_avg": 13.5, - "recent_sr": 58.7 - }, - "DS Gamage": { - "recent_scores": [ - 5, - 0 - ], - "recent_avg": 2.5, - "recent_sr": 50.0 - }, - "DS Maraiwai": { - "recent_scores": [ - 17, - 23, - 0, - 11, - 20 - ], - "recent_avg": 14.2, - "recent_sr": 112.7 - }, - "DS Smith": { - "recent_scores": [ - 18, - 58, - 2, - 62, - 27, - 17, - 76, - 54, - 22, - 40 - ], - "recent_avg": 37.6, - "recent_sr": 40.8 - }, - "DS Vlachopoulou": { - "recent_scores": [ - 0, - 3, - 10, - 1, - 10, - 1 - ], - "recent_avg": 4.2, - "recent_sr": 33.8 - }, - "DS Vosloo": { - "recent_scores": [ - 15 - ], - "recent_avg": 15.0, - "recent_sr": 75.0 - }, - "DT Doram": { - "recent_scores": [ - 2, - 0, - 2 - ], - "recent_avg": 1.3, - "recent_sr": 57.1 - }, - "DT Johnston": { - "recent_scores": [ - 24, - 12, - 10, - 1, - 7, - 3, - 14, - 22, - 3, - 12 - ], - "recent_avg": 10.8, - "recent_sr": 80.0 - }, - "DT Tiripano": { - "recent_scores": [ - 23, - 54, - 23, - 30, - 8, - 14, - 50, - 8, - 46, - 19 - ], - "recent_avg": 27.5, - "recent_sr": 34.8 - }, - "DV Devjani Mutreja": { - "recent_scores": [ - 2, - 4, - 4, - 1, - 0, - 1, - 0 - ], - "recent_avg": 1.7, - "recent_sr": 38.7 - }, - "DV Macome": { - "recent_scores": [ - 0, - 0, - 6 - ], - "recent_avg": 2.0, - "recent_sr": 60.0 - }, - "DV Varghese": { - "recent_scores": [ - 2, - 3, - 17, - 1, - 2, - 4, - 2, - 9 - ], - "recent_avg": 5.0, - "recent_sr": 64.5 - }, - "DVD Madampage": { - "recent_scores": [ - 18, - 5, - 8, - 17, - 16, - 1, - 6, - 1, - 6, - 1 - ], - "recent_avg": 7.9, - "recent_sr": 78.2 - }, - "DVO Garcia": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 6.7 - }, - "Damini Ramesh": { - "recent_scores": [ - 0, - 3, - 1, - 3, - 3, - 0, - 3, - 3 - ], - "recent_avg": 2.0, - "recent_sr": 32.0 - }, - "Dane Leo": { - "recent_scores": [ - 4, - 2, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "Danish Aziz": { - "recent_scores": [ - 9, - 3 - ], - "recent_avg": 6.0, - "recent_sr": 54.5 - }, - "Danish Jasnaik": { - "recent_scores": [ - 3, - 1, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "Danyal Akbar": { - "recent_scores": [ - 7, - 17, - 6 - ], - "recent_avg": 10.0, - "recent_sr": 93.8 - }, - "Danyal Raja": { - "recent_scores": [ - 11, - 5, - 2, - 18, - 12, - 2, - 14, - 8, - 11, - 1 - ], - "recent_avg": 8.4, - "recent_sr": 83.2 - }, - "Davion Codner": { - "recent_scores": [ - 9, - 1, - 5, - 1, - 2 - ], - "recent_avg": 3.6, - "recent_sr": 78.3 - }, - "Dawood Ahmadzai": { - "recent_scores": [ - 29, - 2, - 8, - 3, - 1, - 19, - 1, - 1, - 0, - 13 - ], - "recent_avg": 7.7, - "recent_sr": 91.7 - }, - "Dayal Joy": { - "recent_scores": [ - 9, - 2, - 1 - ], - "recent_avg": 4.0, - "recent_sr": 92.3 - }, - "Deep Harian": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Delawar Khan": { - "recent_scores": [ - 40, - 2, - 7, - 8, - 9, - 9, - 0, - 5, - 40, - 10 - ], - "recent_avg": 13.0, - "recent_sr": 138.3 - }, - "Delroy Leo": { - "recent_scores": [ - 9, - 8, - 2, - 9, - 13, - 31 - ], - "recent_avg": 12.0, - "recent_sr": 78.3 - }, - "Deng Jinqi": { - "recent_scores": [ - 9, - 0, - 38, - 7, - 0, - 8 - ], - "recent_avg": 10.3, - "recent_sr": 53.4 - }, - "Devender Singh": { - "recent_scores": [ - 2, - 18, - 0, - 9, - 23, - 23, - 4, - 17, - 2, - 5 - ], - "recent_avg": 10.3, - "recent_sr": 81.1 - }, - "Deya Stefanova": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 18.2 - }, - "Dhananjay Rao": { - "recent_scores": [ - 0, - 0, - 5 - ], - "recent_avg": 1.7, - "recent_sr": 62.5 - }, - "Dharmang Patel": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 133.3 - }, - "Dhiman Ghosh": { - "recent_scores": [ - 1, - 30, - 1, - 29, - 0, - 18, - 27, - 0, - 3, - 0 - ], - "recent_avg": 10.9, - "recent_sr": 63.4 - }, - "Diana Baig": { - "recent_scores": [ - 38, - 0, - 7, - 9, - 16, - 0, - 10, - 9, - 1, - 0 - ], - "recent_avg": 9.0, - "recent_sr": 96.8 - }, - "Dilara Akter": { - "recent_scores": [ - 13, - 8 - ], - "recent_avg": 10.5, - "recent_sr": 63.6 - }, - "Dilini Ishara": { - "recent_scores": [ - 4, - 4, - 12, - 4, - 1, - 8, - 0, - 2 - ], - "recent_avg": 4.4, - "recent_sr": 35.4 - }, - "Dilum Fernando": { - "recent_scores": [ - 11, - 7 - ], - "recent_avg": 9.0, - "recent_sr": 105.9 - }, - "Dipanjan Dey": { - "recent_scores": [ - 1, - 18, - 15, - 75, - 15 - ], - "recent_avg": 24.8, - "recent_sr": 130.5 - }, - "Disna Jayasooriya": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Divya Kandpal": { - "recent_scores": [ - 0, - 0, - 4, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 17.4 - }, - "Divyendra Singh": { - "recent_scores": [ - 0, - 11, - 55, - 13, - 0, - 67, - 3, - 0, - 38, - 6 - ], - "recent_avg": 19.3, - "recent_sr": 109.7 - }, - "Dok Da Nit": { - "recent_scores": [ - 11, - 5, - 5, - 0, - 1, - 0, - 1 - ], - "recent_avg": 3.3, - "recent_sr": 29.9 - }, - "Du Jianhao": { - "recent_scores": [ - 0, - 17 - ], - "recent_avg": 8.5, - "recent_sr": 51.5 - }, - "Du Jianyao": { - "recent_scores": [ - 1, - 3 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "Durriya Malik": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Dylan Steyn": { - "recent_scores": [ - 14, - 17, - 6, - 9, - 29, - 34, - 37, - 11, - 22, - 5 - ], - "recent_avg": 18.4, - "recent_sr": 103.4 - }, - "E Anyipo": { - "recent_scores": [ - 4, - 0, - 4, - 0, - 10, - 12, - 16, - 0, - 5, - 11 - ], - "recent_avg": 6.2, - "recent_sr": 101.6 - }, - "E Bakiweyem": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "E Batkhuyag": { - "recent_scores": [ - 4, - 0, - 1, - 1 - ], - "recent_avg": 1.5, - "recent_sr": 46.2 - }, - "E Beukes": { - "recent_scores": [ - 30, - 21, - 11, - 3, - 12, - 21, - 35, - 18, - 15, - 10 - ], - "recent_avg": 17.6, - "recent_sr": 112.8 - }, - "E Bhonkar": { - "recent_scores": [ - 2, - 3, - 3 - ], - "recent_avg": 2.7, - "recent_sr": 47.1 - }, - "E Bisht": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "E Bogdanova": { - "recent_scores": [ - 11, - 0, - 0, - 0, - 2 - ], - "recent_avg": 2.6, - "recent_sr": 61.9 - }, - "E Bourgaize": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 16.7 - }, - "E Brathwaite": { - "recent_scores": [ - 18, - 8 - ], - "recent_avg": 13.0, - "recent_sr": 96.3 - }, - "E Brelivet": { - "recent_scores": [ - 2, - 2, - 0, - 1, - 2, - 0, - 1 - ], - "recent_avg": 1.1, - "recent_sr": 12.7 - }, - "E Chance": { - "recent_scores": [ - 0, - 2, - 0, - 4, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 27.3 - }, - "E Chigumbura": { - "recent_scores": [ - 93, - 13, - 29, - 18, - 97, - 88, - 39, - 5, - 44, - 2 - ], - "recent_avg": 42.8, - "recent_sr": 55.6 - }, - "E Chiralile": { - "recent_scores": [ - 2, - 1, - 2, - 6, - 17, - 5, - 8, - 10, - 4, - 2 - ], - "recent_avg": 5.7, - "recent_sr": 48.7 - }, - "E Claridge": { - "recent_scores": [ - 12, - 49, - 0, - 18, - 0 - ], - "recent_avg": 15.8, - "recent_sr": 76.7 - }, - "E Cleator": { - "recent_scores": [ - 17, - 33, - 9, - 6, - 0, - 5, - 12 - ], - "recent_avg": 11.7, - "recent_sr": 71.3 - }, - "E Duff": { - "recent_scores": [ - 6, - 0, - 6, - 31, - 2, - 23, - 0, - 0, - 1, - 6 - ], - "recent_avg": 7.5, - "recent_sr": 58.6 - }, - "E Duffy": { - "recent_scores": [ - 21, - 0, - 23, - 1, - 0 - ], - "recent_avg": 9.0, - "recent_sr": 73.8 - }, - "E Dusingizimana": { - "recent_scores": [ - 10, - 7, - 1, - 0, - 0 - ], - "recent_avg": 3.6, - "recent_sr": 47.4 - }, - "E Ellermaa": { - "recent_scores": [ - 3, - 0, - 2, - 1, - 3, - 5, - 0, - 0, - 0 - ], - "recent_avg": 1.6, - "recent_sr": 17.5 - }, - "E Ernest": { - "recent_scores": [ - 0, - 14, - 0, - 0, - 5, - 4 - ], - "recent_avg": 3.8, - "recent_sr": 51.1 - }, - "E Frimpong": { - "recent_scores": [ - 6, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 120.0 - }, - "E Gebhard": { - "recent_scores": [ - 2, - 59, - 5, - 13, - 2, - 15, - 14 - ], - "recent_avg": 15.7, - "recent_sr": 57.9 - }, - "E Gouge": { - "recent_scores": [ - 3, - 3, - 1, - 0, - 3, - 3, - 1 - ], - "recent_avg": 2.0, - "recent_sr": 37.8 - }, - "E Guehoada": { - "recent_scores": [ - 9, - 1, - 9, - 16, - 4, - 0, - 1, - 2, - 0, - 1 - ], - "recent_avg": 4.3, - "recent_sr": 41.3 - }, - "E Hasahya": { - "recent_scores": [ - 1, - 9, - 3, - 3 - ], - "recent_avg": 4.0, - "recent_sr": 64.0 - }, - "E Haven": { - "recent_scores": [ - 5, - 2, - 0, - 6, - 6 - ], - "recent_avg": 3.8, - "recent_sr": 34.5 - }, - "E Henry": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "E Iloku": { - "recent_scores": [ - 3, - 28, - 7, - 9, - 5, - 4, - 24, - 12, - 11, - 0 - ], - "recent_avg": 10.3, - "recent_sr": 58.9 - }, - "E Isaneez": { - "recent_scores": [ - 7, - 1 - ], - "recent_avg": 4.0, - "recent_sr": 61.5 - }, - "E Jabarkhel": { - "recent_scores": [ - 3, - 3, - 1, - 16, - 3, - 12, - 3 - ], - "recent_avg": 5.9, - "recent_sr": 89.1 - }, - "E Kabwere": { - "recent_scores": [ - 2, - 0, - 1, - 3, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 31.6 - }, - "E Kahamker": { - "recent_scores": [ - 7, - 4, - 3, - 0, - 10, - 0 - ], - "recent_avg": 4.0, - "recent_sr": 40.7 - }, - "E Kallous": { - "recent_scores": [ - 1, - 4, - 7, - 2, - 0, - 1, - 0, - 0, - 1, - 12 - ], - "recent_avg": 2.8, - "recent_sr": 37.8 - }, - "E Kamara": { - "recent_scores": [ - 15, - 1, - 24, - 9, - 31, - 14, - 17, - 33, - 71, - 30 - ], - "recent_avg": 24.5, - "recent_sr": 92.8 - }, - "E Karimi": { - "recent_scores": [ - 2, - 1, - 0, - 2, - 2, - 2 - ], - "recent_avg": 1.5, - "recent_sr": 36.0 - }, - "E Khaliunaa": { - "recent_scores": [ - 4, - 7, - 11, - 0, - 4, - 0, - 3, - 0, - 0, - 4 - ], - "recent_avg": 3.3, - "recent_sr": 43.4 - }, - "E Konasova": { - "recent_scores": [ - 0, - 0, - 4 - ], - "recent_avg": 1.3, - "recent_sr": 7.3 - }, - "E Kubwimana": { - "recent_scores": [ - 1, - 2, - 4, - 3, - 14, - 2, - 1, - 2, - 0, - 2 - ], - "recent_avg": 3.1, - "recent_sr": 55.4 - }, - "E Kuchey": { - "recent_scores": [ - 1, - 0, - 0, - 14 - ], - "recent_avg": 3.8, - "recent_sr": 55.6 - }, - "E Kuncova": { - "recent_scores": [ - 37, - 28, - 16, - 0, - 3, - 6, - 12, - 6, - 12, - 1 - ], - "recent_avg": 12.1, - "recent_sr": 57.1 - }, - "E Kusuda-Nairn": { - "recent_scores": [ - 10, - 1, - 1, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 37.5 - }, - "E Kuyumcu": { - "recent_scores": [ - 10, - 0, - 7 - ], - "recent_avg": 5.7, - "recent_sr": 35.4 - }, - "E Laini": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 60.0 - }, - "E Malama": { - "recent_scores": [ - 0, - 1, - 1, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 10.8 - }, - "E Marx": { - "recent_scores": [ - 9, - 7, - 2, - 35 - ], - "recent_avg": 13.2, - "recent_sr": 66.2 - }, - "E Mathew": { - "recent_scores": [ - 26, - 8, - 5, - 14, - 8, - 1, - 21, - 11, - 46, - 3 - ], - "recent_avg": 14.3, - "recent_sr": 93.5 - }, - "E Miller": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 128.6 - }, - "E Millington": { - "recent_scores": [ - 1, - 19, - 2 - ], - "recent_avg": 7.3, - "recent_sr": 57.9 - }, - "E Mmese": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 15.4 - }, - "E Moiane": { - "recent_scores": [ - 48, - 0, - 1, - 14, - 2 - ], - "recent_avg": 13.0, - "recent_sr": 90.3 - }, - "E Mulenga": { - "recent_scores": [ - 4, - 0, - 1, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 19.2 - }, - "E Munkhbat": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "E Ndubudem": { - "recent_scores": [ - 1, - 2, - 0, - 4 - ], - "recent_avg": 1.8, - "recent_sr": 63.6 - }, - "E Niyomugabo": { - "recent_scores": [ - 26, - 22, - 4, - 13, - 43, - 43 - ], - "recent_avg": 25.2, - "recent_sr": 137.3 - }, - "E Ochieng": { - "recent_scores": [ - 1, - 3 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "E Otgonbayar": { - "recent_scores": [ - 1, - 3, - 7, - 7, - 1, - 1, - 3 - ], - "recent_avg": 3.3, - "recent_sr": 35.9 - }, - "E Otieno": { - "recent_scores": [ - 7, - 5, - 8, - 0, - 0, - 0, - 1 - ], - "recent_avg": 3.0, - "recent_sr": 36.8 - }, - "E Packard": { - "recent_scores": [ - 17, - 27, - 4, - 3, - 5, - 26, - 7 - ], - "recent_avg": 12.7, - "recent_sr": 97.8 - }, - "E Pokana": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "E Prokic": { - "recent_scores": [ - 0, - 0, - 2, - 2, - 2, - 5, - 3 - ], - "recent_avg": 2.0, - "recent_sr": 22.6 - }, - "E Richard": { - "recent_scores": [ - 5, - 5, - 0, - 2, - 7, - 1 - ], - "recent_avg": 3.3, - "recent_sr": 37.7 - }, - "E Robinson": { - "recent_scores": [ - 4, - 1, - 6 - ], - "recent_avg": 3.7, - "recent_sr": 64.7 - }, - "E Rukiriza": { - "recent_scores": [ - 16, - 13, - 4, - 0, - 11, - 10, - 11, - 3, - 1, - 2 - ], - "recent_avg": 7.1, - "recent_sr": 91.0 - }, - "E Sagoe": { - "recent_scores": [ - 0, - 3 - ], - "recent_avg": 1.5, - "recent_sr": 37.5 - }, - "E Samson": { - "recent_scores": [ - 3, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 100.0 - }, - "E Sandy": { - "recent_scores": [ - 0, - 63, - 24, - 1, - 26, - 15, - 5, - 26, - 34, - 6 - ], - "recent_avg": 20.0, - "recent_sr": 91.3 - }, - "E Schiferli": { - "recent_scores": [ - 3, - 5, - 5, - 10, - 22, - 9, - 12, - 13 - ], - "recent_avg": 9.9, - "recent_sr": 56.4 - }, - "E Sebareme": { - "recent_scores": [ - 4, - 9, - 4, - 6, - 3, - 4, - 2, - 21, - 6, - 13 - ], - "recent_avg": 7.2, - "recent_sr": 65.5 - }, - "E Simeon": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "E Solomon": { - "recent_scores": [ - 30, - 50, - 28, - 26, - 20, - 0, - 1 - ], - "recent_avg": 22.1, - "recent_sr": 94.5 - }, - "E Thelander": { - "recent_scores": [ - 5, - 45, - 1, - 31, - 21, - 7, - 25, - 6, - 0, - 1 - ], - "recent_avg": 14.2, - "recent_sr": 66.7 - }, - "E Toguchi-Quinn": { - "recent_scores": [ - 2, - 2, - 6, - 1, - 0, - 7, - 1, - 0, - 1, - 5 - ], - "recent_avg": 2.5, - "recent_sr": 40.3 - }, - "E Tzanavari": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "E Ul Haq": { - "recent_scores": [ - 12, - 12, - 5 - ], - "recent_avg": 9.7, - "recent_sr": 59.2 - }, - "E Ungerman": { - "recent_scores": [ - 2, - 0, - 1, - 1, - 0, - 4, - 4 - ], - "recent_avg": 1.7, - "recent_sr": 48.0 - }, - "E Van Zyl": { - "recent_scores": [ - 5, - 7, - 12, - 11, - 3, - 6, - 5, - 8, - 0, - 2 - ], - "recent_avg": 5.9, - "recent_sr": 55.7 - }, - "E Vukusic": { - "recent_scores": [ - 15, - 63, - 34, - 85 - ], - "recent_avg": 49.2, - "recent_sr": 96.6 - }, - "E Wachira": { - "recent_scores": [ - 7, - 0, - 0, - 7 - ], - "recent_avg": 3.5, - "recent_sr": 48.3 - }, - "E Waithaka": { - "recent_scores": [ - 4, - 1, - 5 - ], - "recent_avg": 3.3, - "recent_sr": 50.0 - }, - "E Walker": { - "recent_scores": [ - 0, - 1, - 2, - 0 - ], - "recent_avg": 0.8, - "recent_sr": 15.8 - }, - "E Yaver": { - "recent_scores": [ - 0, - 0, - 17 - ], - "recent_avg": 5.7, - "recent_sr": 81.0 - }, - "E de Souza": { - "recent_scores": [ - 0, - 11, - 35, - 12 - ], - "recent_avg": 14.5, - "recent_sr": 59.2 - }, - "EA Burns": { - "recent_scores": [ - 30 - ], - "recent_avg": 30.0, - "recent_sr": 157.9 - }, - "EA Osborne": { - "recent_scores": [ - 38 - ], - "recent_avg": 38.0, - "recent_sr": 38.8 - }, - "EA Perry": { - "recent_scores": [ - 76, - 2, - 3, - 49, - 124, - 59, - 69, - 192, - 213, - 18 - ], - "recent_avg": 80.5, - "recent_sr": 49.7 - }, - "EAJ Richardson": { - "recent_scores": [ - 9, - 28, - 23, - 9, - 29, - 8 - ], - "recent_avg": 17.7, - "recent_sr": 74.1 - }, - "EAS Ferrary": { - "recent_scores": [ - 25, - 1, - 2, - 5, - 68, - 4, - 15, - 27, - 0, - 7 - ], - "recent_avg": 15.4, - "recent_sr": 77.8 - }, - "EB Knowles": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 61.5 - }, - "EB Ringera": { - "recent_scores": [ - 2, - 6, - 3, - 1, - 4, - 1, - 1, - 1, - 1, - 1 - ], - "recent_avg": 2.1, - "recent_sr": 56.8 - }, - "EC Bargna": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "EC Joyce": { - "recent_scores": [ - 47 - ], - "recent_avg": 47.0, - "recent_sr": 46.1 - }, - "EC Muller": { - "recent_scores": [ - 5, - 5, - 0, - 17, - 13, - 9, - 0, - 1, - 0, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 73.5 - }, - "EC Perry": { - "recent_scores": [ - 0, - 16, - 5 - ], - "recent_avg": 7.0, - "recent_sr": 75.0 - }, - "EC Rainsford": { - "recent_scores": [ - 1, - 0, - 1, - 0, - 1, - 1, - 2, - 0, - 1, - 1 - ], - "recent_avg": 0.8, - "recent_sr": 18.6 - }, - "ECB Moore": { - "recent_scores": [ - 0, - 2, - 3, - 6, - 27, - 9, - 0, - 13, - 2, - 1 - ], - "recent_avg": 6.3, - "recent_sr": 67.0 - }, - "ECM Egodagamage": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 50.0 - }, - "ED Silva": { - "recent_scores": [ - 6, - 56, - 25, - 3, - 18, - 0, - 58 - ], - "recent_avg": 23.7, - "recent_sr": 178.5 - }, - "EDS Pimheiro": { - "recent_scores": [ - 2, - 2, - 0, - 1, - 0, - 0 - ], - "recent_avg": 0.8, - "recent_sr": 16.1 - }, - "EE Corder": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "EF Beard": { - "recent_scores": [ - 20, - 17, - 33 - ], - "recent_avg": 23.3, - "recent_sr": 75.3 - }, - "EF Faalupega": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "EFB Estrada": { - "recent_scores": [ - 9, - 10, - 36, - 2, - 2 - ], - "recent_avg": 11.8, - "recent_sr": 60.2 - }, - "EGS Kana": { - "recent_scores": [ - 14, - 1, - 0, - 6, - 1, - 0, - 0, - 18, - 0, - 11 - ], - "recent_avg": 5.1, - "recent_sr": 63.7 - }, - "EH Hutchinson": { - "recent_scores": [ - 49, - 0, - 3, - 1, - 28, - 42 - ], - "recent_avg": 20.5, - "recent_sr": 98.4 - }, - "EH Rendler": { - "recent_scores": [ - 40 - ], - "recent_avg": 40.0, - "recent_sr": 117.6 - }, - "EHSN Silva": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 50.0 - }, - "EJ Carson": { - "recent_scores": [ - 1, - 4, - 4, - 0, - 0, - 2, - 1, - 0, - 0, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 60.0 - }, - "EJ Tice": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 16.7 - }, - "EJ Villani": { - "recent_scores": [ - 14, - 33 - ], - "recent_avg": 23.5, - "recent_sr": 40.2 - }, - "EJB Miles": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 14.3 - }, - "EJCLRC Rainford-Brent": { - "recent_scores": [ - 23 - ], - "recent_avg": 23.0, - "recent_sr": 135.3 - }, - "EK Hubbard": { - "recent_scores": [ - 6, - 9, - 6, - 6, - 13, - 7 - ], - "recent_avg": 7.8, - "recent_sr": 62.7 - }, - "EL Arlott": { - "recent_scores": [ - 18, - 7 - ], - "recent_avg": 12.5, - "recent_sr": 89.3 - }, - "EL Bartram": { - "recent_scores": [ - 14, - 8, - 54, - 24, - 0, - 16, - 0, - 4, - 29, - 7 - ], - "recent_avg": 15.6, - "recent_sr": 94.5 - }, - "EL Kirkman": { - "recent_scores": [ - 12, - 10, - 6 - ], - "recent_avg": 9.3, - "recent_sr": 63.6 - }, - "EL Watson": { - "recent_scores": [ - 9, - 0, - 2, - 8, - 6, - 2, - 7, - 16 - ], - "recent_avg": 6.2, - "recent_sr": 40.0 - }, - "ELC Flanagan": { - "recent_scores": [ - 5, - 12, - 9 - ], - "recent_avg": 8.7, - "recent_sr": 63.4 - }, - "EM Bermingham": { - "recent_scores": [ - 19, - 35, - 7, - 5, - 9, - 2, - 1, - 11, - 2, - 0 - ], - "recent_avg": 9.1, - "recent_sr": 87.5 - }, - "EM Turay": { - "recent_scores": [ - 35, - 12, - 1, - 8, - 5 - ], - "recent_avg": 12.2, - "recent_sr": 75.3 - }, - "EMA McLeod": { - "recent_scores": [ - 16, - 35, - 4, - 6 - ], - "recent_avg": 15.2, - "recent_sr": 56.5 - }, - "EMC Fowler": { - "recent_scores": [ - 4, - 2, - 8, - 10, - 2, - 2 - ], - "recent_avg": 4.7, - "recent_sr": 43.8 - }, - "EMDY Munaweera": { - "recent_scores": [ - 24, - 6 - ], - "recent_avg": 15.0, - "recent_sr": 93.8 - }, - "EMKNH Senavirathna": { - "recent_scores": [ - 4, - 18, - 5, - 2 - ], - "recent_avg": 7.2, - "recent_sr": 59.2 - }, - "EN Gay": { - "recent_scores": [ - 10, - 64, - 65 - ], - "recent_avg": 46.3, - "recent_sr": 53.7 - }, - "EN Lynch": { - "recent_scores": [ - 2, - 5, - 26, - 17, - 0, - 18, - 10, - 5, - 0, - 15 - ], - "recent_avg": 9.8, - "recent_sr": 53.6 - }, - "EP Thompson": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "ER Oza": { - "recent_scores": [ - 9, - 6, - 10, - 3, - 82, - 5, - 23, - 10 - ], - "recent_avg": 18.5, - "recent_sr": 67.6 - }, - "ES Grammenou": { - "recent_scores": [ - 2, - 1 - ], - "recent_avg": 1.5, - "recent_sr": 13.0 - }, - "ES Szwarczynski": { - "recent_scores": [ - 75, - 57, - 0, - 3, - 1, - 28, - 28, - 2, - 53, - 12 - ], - "recent_avg": 25.9, - "recent_sr": 60.4 - }, - "ET Williams": { - "recent_scores": [ - 12, - 3, - 11, - 4, - 34, - 3 - ], - "recent_avg": 11.2, - "recent_sr": 73.6 - }, - "EU Kejarukua": { - "recent_scores": [ - 3, - 0, - 6, - 1, - 7, - 1, - 4, - 2, - 10, - 4 - ], - "recent_avg": 3.8, - "recent_sr": 51.4 - }, - "Eashal Ibrahim": { - "recent_scores": [ - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Edward Fleming": { - "recent_scores": [ - 0, - 0, - 23, - 15, - 6, - 1, - 36, - 0 - ], - "recent_avg": 10.1, - "recent_sr": 93.1 - }, - "Edward Taylor": { - "recent_scores": [ - 3, - 14 - ], - "recent_avg": 8.5, - "recent_sr": 28.8 - }, - "Ehsan Adil": { - "recent_scores": [ - 0, - 0, - 21 - ], - "recent_avg": 7.0, - "recent_sr": 51.2 - }, - "Ehsan Khan": { - "recent_scores": [ - 22, - 0, - 16, - 4, - 16, - 4, - 2, - 27, - 0, - 7 - ], - "recent_avg": 9.8, - "recent_sr": 43.4 - }, - "Ehsan Nawaz": { - "recent_scores": [ - 2, - 9, - 7, - 0, - 11, - 0 - ], - "recent_avg": 4.8, - "recent_sr": 34.9 - }, - "Elan Talker": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 133.3 - }, - "Elias Hasan": { - "recent_scores": [ - 8, - 3, - 3, - 7, - 11, - 1 - ], - "recent_avg": 5.5, - "recent_sr": 89.2 - }, - "Elias Sunny": { - "recent_scores": [ - 0, - 16, - 22, - 0 - ], - "recent_avg": 9.5, - "recent_sr": 26.6 - }, - "Elias Tilman": { - "recent_scores": [ - 8, - 0, - 1, - 0, - 3, - 0, - 0 - ], - "recent_avg": 1.7, - "recent_sr": 17.9 - }, - "Elizabeth Annor": { - "recent_scores": [ - 0, - 11, - 8 - ], - "recent_avg": 6.3, - "recent_sr": 52.8 - }, - "Ellen Asante": { - "recent_scores": [ - 5, - 0 - ], - "recent_avg": 2.5, - "recent_sr": 41.7 - }, - "Elyza Wall": { - "recent_scores": [ - 4, - 20, - 1, - 4, - 6, - 1 - ], - "recent_avg": 6.0, - "recent_sr": 46.2 - }, - "Em Rotana": { - "recent_scores": [ - 5, - 0, - 0 - ], - "recent_avg": 1.7, - "recent_sr": 62.5 - }, - "Emaan Ejaz": { - "recent_scores": [ - 0, - 0, - 0, - 0, - 4 - ], - "recent_avg": 0.8, - "recent_sr": 10.3 - }, - "Eman Asim": { - "recent_scores": [ - 45, - 4, - 29, - 58, - 30, - 0, - 2, - 0, - 15 - ], - "recent_avg": 20.3, - "recent_sr": 75.9 - }, - "Eman Said": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "Emilia Toro": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 5.3 - }, - "Emily Merrien": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Emily Sirs": { - "recent_scores": [ - 6, - 16, - 53, - 7, - 7, - 0, - 1, - 7, - 4 - ], - "recent_avg": 11.2, - "recent_sr": 103.1 - }, - "Emma Patel": { - "recent_scores": [ - 5, - 5, - 1, - 3, - 7, - 5, - 4, - 19 - ], - "recent_avg": 6.1, - "recent_sr": 67.1 - }, - "Emmanuella Nyaaba": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Emran Shahbakhsh": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "Emylia Eliani": { - "recent_scores": [ - 2, - 24, - 6, - 0, - 2, - 19, - 44, - 5, - 13 - ], - "recent_avg": 12.8, - "recent_sr": 63.9 - }, - "Eranga De Silva": { - "recent_scores": [ - 15, - 11, - 7, - 20, - 7 - ], - "recent_avg": 12.0, - "recent_sr": 125.0 - }, - "Eri Iko": { - "recent_scores": [ - 8, - 22, - 1 - ], - "recent_avg": 10.3, - "recent_sr": 62.0 - }, - "Eric Phiri": { - "recent_scores": [ - 9, - 0, - 0, - 2, - 0, - 44, - 41, - 12, - 3, - 4 - ], - "recent_avg": 11.5, - "recent_sr": 83.3 - }, - "Erika Oda": { - "recent_scores": [ - 24, - 11, - 2, - 5, - 18, - 11, - 7, - 27, - 1, - 24 - ], - "recent_avg": 13.0, - "recent_sr": 80.7 - }, - "Esam Rahman": { - "recent_scores": [ - 8, - 18, - 9, - 27, - 47, - 30, - 0, - 34, - 12, - 23 - ], - "recent_avg": 20.8, - "recent_sr": 110.1 - }, - "Esperanza Rubio": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Ethan D'Souza": { - "recent_scores": [ - 3, - 6 - ], - "recent_avg": 4.5, - "recent_sr": 42.9 - }, - "Eyman Fatima": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "Ezgi Nur Kilic": { - "recent_scores": [ - 2, - 1, - 23, - 0, - 17, - 25, - 9, - 2, - 5, - 7 - ], - "recent_avg": 9.1, - "recent_sr": 63.6 - }, - "F Achelam": { - "recent_scores": [ - 6, - 27, - 28, - 25, - 6, - 3, - 0, - 0, - 9, - 9 - ], - "recent_avg": 11.3, - "recent_sr": 118.9 - }, - "F Akankwasa": { - "recent_scores": [ - 4, - 0, - 11, - 6, - 7, - 5, - 5, - 1, - 13, - 17 - ], - "recent_avg": 6.9, - "recent_sr": 84.1 - }, - "F Baleri": { - "recent_scores": [ - 18, - 20, - 2, - 14, - 11, - 8, - 17, - 6, - 11 - ], - "recent_avg": 11.9, - "recent_sr": 78.7 - }, - "F Bangur": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "F Banunaek": { - "recent_scores": [ - 3, - 12 - ], - "recent_avg": 7.5, - "recent_sr": 46.9 - }, - "F Bulpitt": { - "recent_scores": [ - 10, - 10, - 0 - ], - "recent_avg": 6.7, - "recent_sr": 43.5 - }, - "F Cagnewa": { - "recent_scores": [ - 7, - 18 - ], - "recent_avg": 12.5, - "recent_sr": 58.1 - }, - "F Campbell": { - "recent_scores": [ - 9, - 7, - 0, - 4, - 12, - 18, - 0 - ], - "recent_avg": 7.1, - "recent_sr": 65.8 - }, - "F Chenda": { - "recent_scores": [ - 14, - 0, - 5, - 4, - 5, - 5, - 1 - ], - "recent_avg": 4.9, - "recent_sr": 34.3 - }, - "F Chipare": { - "recent_scores": [ - 11, - 0, - 4, - 0, - 13, - 3, - 0 - ], - "recent_avg": 4.4, - "recent_sr": 50.8 - }, - "F Choudary": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "F Clarke": { - "recent_scores": [ - 0, - 0, - 9, - 3 - ], - "recent_avg": 3.0, - "recent_sr": 48.0 - }, - "F Conteh": { - "recent_scores": [ - 12, - 17, - 12, - 0, - 3, - 25, - 2, - 1, - 6, - 13 - ], - "recent_avg": 9.1, - "recent_sr": 53.2 - }, - "F Copley": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "F Damiao Couana": { - "recent_scores": [ - 8, - 16, - 28 - ], - "recent_avg": 17.3, - "recent_sr": 92.9 - }, - "F Elizabet": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 25.0 - }, - "F Eseigbe": { - "recent_scores": [ - 20, - 3, - 11, - 1, - 18, - 2, - 37, - 13, - 7, - 11 - ], - "recent_avg": 12.3, - "recent_sr": 56.4 - }, - "F Fyneface": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "F Guirrugo": { - "recent_scores": [ - 0, - 3, - 7, - 5, - 7 - ], - "recent_avg": 4.4, - "recent_sr": 29.3 - }, - "F Hand": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 19.5 - }, - "F Irakoze": { - "recent_scores": [ - 8, - 17, - 14, - 4, - 4, - 6, - 2, - 5, - 6, - 0 - ], - "recent_avg": 6.6, - "recent_sr": 94.3 - }, - "F Khaliq": { - "recent_scores": [ - 10, - 23 - ], - "recent_avg": 16.5, - "recent_sr": 103.1 - }, - "F Kuenburg": { - "recent_scores": [ - 40, - 3, - 6, - 0, - 32, - 28, - 43, - 49, - 19, - 8 - ], - "recent_avg": 22.8, - "recent_sr": 89.8 - }, - "F Malefula": { - "recent_scores": [ - 0, - 27, - 62, - 8, - 11, - 7, - 11, - 4, - 0, - 15 - ], - "recent_avg": 14.5, - "recent_sr": 101.4 - }, - "F Malotutoatasi": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "F Mutizwa": { - "recent_scores": [ - 24 - ], - "recent_avg": 24.0, - "recent_sr": 39.3 - }, - "F Mutua": { - "recent_scores": [ - 3, - 2 - ], - "recent_avg": 2.5, - "recent_sr": 31.2 - }, - "F Najjumba": { - "recent_scores": [ - 8, - 12, - 4, - 1, - 1, - 22 - ], - "recent_avg": 8.0, - "recent_sr": 57.1 - }, - "F Nsubuga": { - "recent_scores": [ - 3, - 0, - 5, - 19, - 0, - 10, - 8, - 1 - ], - "recent_avg": 5.8, - "recent_sr": 86.8 - }, - "F Odhiambo": { - "recent_scores": [ - 0, - 1, - 5, - 7, - 0, - 6, - 0, - 0, - 2, - 0 - ], - "recent_avg": 2.1, - "recent_sr": 41.2 - }, - "F Overdijk": { - "recent_scores": [ - 34, - 10, - 17, - 16, - 9, - 15, - 0, - 4, - 28, - 5 - ], - "recent_avg": 13.8, - "recent_sr": 44.7 - }, - "F Parkinson": { - "recent_scores": [ - 2, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "F Pessima": { - "recent_scores": [ - 3, - 1, - 1, - 1, - 22, - 7 - ], - "recent_avg": 5.8, - "recent_sr": 47.9 - }, - "F Pieters": { - "recent_scores": [ - 2, - 7, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 64.3 - }, - "F Qian": { - "recent_scores": [ - 3, - 7, - 1, - 0, - 2 - ], - "recent_avg": 2.6, - "recent_sr": 35.1 - }, - "F Samanyika": { - "recent_scores": [ - 6, - 2, - 7, - 22, - 22, - 3, - 5, - 14, - 11, - 8 - ], - "recent_avg": 10.0, - "recent_sr": 44.4 - }, - "F Sisifo": { - "recent_scores": [ - 7, - 12, - 2, - 7, - 15, - 2, - 23, - 5, - 0, - 32 - ], - "recent_avg": 10.5, - "recent_sr": 54.1 - }, - "F Song": { - "recent_scores": [ - 1, - 6, - 1, - 2, - 8, - 9, - 21, - 16, - 5 - ], - "recent_avg": 7.7, - "recent_sr": 63.3 - }, - "F Stoman": { - "recent_scores": [ - 0, - 15, - 8, - 10, - 0, - 8, - 1, - 5, - 28, - 0 - ], - "recent_avg": 7.5, - "recent_sr": 72.1 - }, - "F Suluoto": { - "recent_scores": [ - 3, - 1, - 0, - 7, - 26, - 1, - 2, - 7, - 22, - 13 - ], - "recent_avg": 8.2, - "recent_sr": 100.0 - }, - "F Tanguy": { - "recent_scores": [ - 10, - 5, - 4, - 19, - 8, - 5, - 0, - 6, - 2 - ], - "recent_avg": 6.6, - "recent_sr": 55.1 - }, - "F Thorpe": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "F Tunnicliffe": { - "recent_scores": [ - 47, - 7, - 15, - 15, - 0 - ], - "recent_avg": 16.8, - "recent_sr": 71.8 - }, - "F Utagushimaninde": { - "recent_scores": [ - 5, - 0, - 46, - 45, - 29, - 37, - 2, - 36, - 17, - 2 - ], - "recent_avg": 21.9, - "recent_sr": 97.8 - }, - "FA Cossa": { - "recent_scores": [ - 14, - 59, - 24 - ], - "recent_avg": 32.3, - "recent_sr": 173.2 - }, - "FA Klokker": { - "recent_scores": [ - 40, - 19, - 0, - 4, - 23, - 1 - ], - "recent_avg": 14.5, - "recent_sr": 82.9 - }, - "FA Sargent": { - "recent_scores": [ - 1, - 7, - 0, - 7, - 3, - 16, - 2 - ], - "recent_avg": 5.1, - "recent_sr": 46.2 - }, - "FA Zavala": { - "recent_scores": [ - 3, - 1, - 6, - 0, - 10, - 2, - 9, - 20, - 21, - 5 - ], - "recent_avg": 7.7, - "recent_sr": 51.0 - }, - "FC Ellingworth": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "FC Jonas": { - "recent_scores": [ - 2, - 1, - 2, - 2, - 0, - 0, - 5, - 1, - 0, - 1 - ], - "recent_avg": 1.4, - "recent_sr": 24.6 - }, - "FC Muniz": { - "recent_scores": [ - 8, - 1, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 33.3 - }, - "FC Wilson": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 24.5 - }, - "FDW McCreath": { - "recent_scores": [ - 4, - 6, - 77, - 35, - 2, - 10, - 9, - 17, - 81, - 55 - ], - "recent_avg": 29.6, - "recent_sr": 70.0 - }, - "FE Carava": { - "recent_scores": [ - 11, - 12, - 1, - 4, - 1 - ], - "recent_avg": 5.8, - "recent_sr": 43.3 - }, - "FEM Van Arkel": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 23.1 - }, - "FFJ Heo": { - "recent_scores": [ - 12, - 0, - 0, - 3, - 5, - 0 - ], - "recent_avg": 3.3, - "recent_sr": 55.6 - }, - "FFZ Nhaduate": { - "recent_scores": [ - 93, - 49, - 12, - 78, - 37, - 0, - 8, - 2, - 0, - 8 - ], - "recent_avg": 28.7, - "recent_sr": 147.2 - }, - "FG Kemp": { - "recent_scores": [ - 20, - 30, - 3, - 65, - 26, - 5, - 12 - ], - "recent_avg": 23.0, - "recent_sr": 98.2 - }, - "FJ Klaassen": { - "recent_scores": [ - 11, - 0, - 0, - 2, - 10, - 3, - 1, - 8, - 3, - 0 - ], - "recent_avg": 3.8, - "recent_sr": 62.3 - }, - "FJ Mpegna": { - "recent_scores": [ - 1, - 14, - 4, - 1, - 0, - 3, - 2, - 2, - 8, - 0 - ], - "recent_avg": 3.5, - "recent_sr": 47.9 - }, - "FL Albanjari": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 19.0 - }, - "FL Mackay": { - "recent_scores": [ - 9, - 1, - 7, - 1, - 13, - 15, - 7, - 17, - 5, - 30 - ], - "recent_avg": 10.5, - "recent_sr": 59.7 - }, - "FL Patel": { - "recent_scores": [ - 11, - 4, - 16, - 4, - 32, - 0, - 2, - 5, - 4, - 23 - ], - "recent_avg": 10.1, - "recent_sr": 111.0 - }, - "FL Reifer": { - "recent_scores": [ - 4, - 44 - ], - "recent_avg": 24.0, - "recent_sr": 37.2 - }, - "FLV Pula": { - "recent_scores": [ - 23, - 2 - ], - "recent_avg": 12.5, - "recent_sr": 53.2 - }, - "FN Walsh": { - "recent_scores": [ - 3, - 1 - ], - "recent_avg": 2.0, - "recent_sr": 57.1 - }, - "FO Kibasu": { - "recent_scores": [ - 39, - 27, - 25, - 48 - ], - "recent_avg": 34.8, - "recent_sr": 76.4 - }, - "FR Davies": { - "recent_scores": [ - 0, - 10, - 1, - 0, - 2 - ], - "recent_avg": 2.6, - "recent_sr": 31.0 - }, - "Fahad Tariq": { - "recent_scores": [ - 3, - 0, - 16, - 0 - ], - "recent_avg": 4.8, - "recent_sr": 73.1 - }, - "Faheem Ashraf": { - "recent_scores": [ - 14, - 5, - 32, - 4, - 38, - 35, - 64, - 0, - 107, - 64 - ], - "recent_avg": 36.3, - "recent_sr": 48.0 - }, - "Faheem Nazir": { - "recent_scores": [ - 12, - 2, - 30, - 50, - 4, - 10, - 37, - 25, - 24, - 23 - ], - "recent_avg": 21.7, - "recent_sr": 119.9 - }, - "Faheem Nellancheri": { - "recent_scores": [ - 29, - 37, - 3, - 25, - 19, - 1, - 15, - 44, - 14, - 17 - ], - "recent_avg": 20.4, - "recent_sr": 134.2 - }, - "Fahima Khatun": { - "recent_scores": [ - 7, - 4, - 34, - 7, - 44, - 9, - 26, - 28, - 7, - 4 - ], - "recent_avg": 17.0, - "recent_sr": 58.4 - }, - "Faisal Javed": { - "recent_scores": [ - 0, - 7, - 18, - 25, - 48, - 40, - 35, - 35, - 10 - ], - "recent_avg": 24.2, - "recent_sr": 175.8 - }, - "Faisal Khan": { - "recent_scores": [ - 4, - 24, - 29, - 24, - 15, - 35 - ], - "recent_avg": 21.8, - "recent_sr": 152.3 - }, - "Faisal Mehmood": { - "recent_scores": [ - 10, - 23 - ], - "recent_avg": 16.5, - "recent_sr": 126.9 - }, - "Faisal Mubashir": { - "recent_scores": [ - 4, - 47, - 12, - 20, - 34, - 57, - 21, - 0, - 6, - 37 - ], - "recent_avg": 23.8, - "recent_sr": 103.9 - }, - "Faisal Raza": { - "recent_scores": [ - 2, - 4, - 22, - 42, - 2, - 0, - 8, - 17, - 48, - 2 - ], - "recent_avg": 14.7, - "recent_sr": 114.8 - }, - "Faisal Safi": { - "recent_scores": [ - 7, - 0, - 43 - ], - "recent_avg": 16.7, - "recent_sr": 100.0 - }, - "Faizal Salehji": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "Faizan Asif": { - "recent_scores": [ - 21, - 3 - ], - "recent_avg": 12.0, - "recent_sr": 68.6 - }, - "Faizan Mumtaz": { - "recent_scores": [ - 9, - 5, - 38 - ], - "recent_avg": 17.3, - "recent_sr": 152.9 - }, - "Fakhar Zaman": { - "recent_scores": [ - 8, - 24, - 160 - ], - "recent_avg": 64.0, - "recent_sr": 53.3 - }, - "Fakhrul Mohon": { - "recent_scores": [ - 0, - 8 - ], - "recent_avg": 4.0, - "recent_sr": 88.9 - }, - "Fanyan Mughal": { - "recent_scores": [ - 3, - 0, - 2, - 0, - 8, - 22, - 3, - 5, - 33, - 29 - ], - "recent_avg": 10.5, - "recent_sr": 101.9 - }, - "Faraaz Mehti Abbas": { - "recent_scores": [ - 17, - 24, - 43, - 23, - 18, - 13, - 50, - 29, - 1, - 29 - ], - "recent_avg": 24.7, - "recent_sr": 112.8 - }, - "Fareeha Mehmood": { - "recent_scores": [ - 5, - 2 - ], - "recent_avg": 3.5, - "recent_sr": 36.8 - }, - "Fargana Hoque": { - "recent_scores": [ - 11, - 7, - 8, - 30, - 2, - 0, - 42, - 57, - 0, - 53 - ], - "recent_avg": 21.0, - "recent_sr": 46.4 - }, - "Farhad Reza": { - "recent_scores": [ - 21, - 1, - 0, - 3, - 5, - 5, - 1, - 14, - 13, - 26 - ], - "recent_avg": 8.9, - "recent_sr": 52.4 - }, - "Farhan Ahmed": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 50.0 - }, - "Farhat Afroz": { - "recent_scores": [ - 13, - 1, - 0 - ], - "recent_avg": 4.7, - "recent_sr": 70.0 - }, - "Farial Zia Safdar": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Faridullah Shams": { - "recent_scores": [ - 4, - 6 - ], - "recent_avg": 5.0, - "recent_sr": 250.0 - }, - "Fariha Trisna": { - "recent_scores": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_avg": 0.2, - "recent_sr": 5.3 - }, - "Faris Al Balushi": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 90.9 - }, - "Farmanullah Ghari": { - "recent_scores": [ - 1, - 6, - 7, - 2 - ], - "recent_avg": 4.0, - "recent_sr": 145.5 - }, - "Farwa Baber": { - "recent_scores": [ - 18, - 28, - 19 - ], - "recent_avg": 21.7, - "recent_sr": 158.5 - }, - "Farzan Afzal": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 162.5 - }, - "Fathimath Anaal": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Fathimath Malha": { - "recent_scores": [ - 0, - 3, - 1 - ], - "recent_avg": 1.3, - "recent_sr": 14.3 - }, - "Fatima Abbas": { - "recent_scores": [ - 0, - 16 - ], - "recent_avg": 8.0, - "recent_sr": 39.0 - }, - "Fatima Amir": { - "recent_scores": [ - 1, - 4, - 0 - ], - "recent_avg": 1.7, - "recent_sr": 26.3 - }, - "Fatima Mukadam": { - "recent_scores": [ - 17, - 8, - 6 - ], - "recent_avg": 10.3, - "recent_sr": 46.3 - }, - "Fatima Sana": { - "recent_scores": [ - 25, - 11, - 60, - 52, - 5, - 2, - 2, - 11, - 2, - 22 - ], - "recent_avg": 19.2, - "recent_sr": 109.1 - }, - "Fawad Ahmed": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 200.0 - }, - "Fawad Alam": { - "recent_scores": [ - 25, - 24, - 9, - 50, - 8, - 124, - 56, - 5, - 140, - 57 - ], - "recent_avg": 49.8, - "recent_sr": 48.3 - }, - "Fayaz Khan": { - "recent_scores": [ - 3, - 2, - 11, - 21, - 22, - 41, - 25, - 4, - 2, - 0 - ], - "recent_avg": 13.1, - "recent_sr": 135.1 - }, - "Fayaz Mohammad": { - "recent_scores": [ - 5, - 4, - 12 - ], - "recent_avg": 7.0, - "recent_sr": 116.7 - }, - "Fayyaz Ahmed": { - "recent_scores": [ - 4, - 37 - ], - "recent_avg": 20.5, - "recent_sr": 41.8 - }, - "Fayyaz Butt": { - "recent_scores": [ - 3, - 44, - 8, - 8, - 5, - 1, - 10, - 10, - 13, - 19 - ], - "recent_avg": 12.1, - "recent_sr": 64.4 - }, - "Fazil Muhammad": { - "recent_scores": [ - 15, - 2, - 7, - 5 - ], - "recent_avg": 7.2, - "recent_sr": 63.0 - }, - "Fazil Rahman": { - "recent_scores": [ - 6, - 0, - 1, - 0, - 0 - ], - "recent_avg": 1.4, - "recent_sr": 43.8 - }, - "Festus Benn": { - "recent_scores": [ - 0, - 8, - 21, - 0, - 39, - 0, - 4, - 13, - 14, - 13 - ], - "recent_avg": 11.2, - "recent_sr": 73.7 - }, - "Fiaz Ahmed": { - "recent_scores": [ - 11, - 14, - 1, - 13, - 17 - ], - "recent_avg": 11.2, - "recent_sr": 84.8 - }, - "Firas Hussain": { - "recent_scores": [ - 6, - 0, - 2, - 0, - 14, - 40, - 7, - 0, - 21, - 18 - ], - "recent_avg": 10.8, - "recent_sr": 101.9 - }, - "Fitri Sham": { - "recent_scores": [ - 0, - 6, - 15, - 15, - 13, - 0, - 14, - 1, - 2, - 9 - ], - "recent_avg": 7.5, - "recent_sr": 115.4 - }, - "Fiza": { - "recent_scores": [ - 0, - 43, - 9, - 12, - 32, - 26, - 34, - 14, - 0, - 30 - ], - "recent_avg": 20.0, - "recent_sr": 90.1 - }, - "Florencia Martinez": { - "recent_scores": [ - 0, - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Flynn Zahra": { - "recent_scores": [ - 8, - 6, - 0, - 2, - 7, - 22, - 3, - 1, - 24, - 16 - ], - "recent_avg": 8.9, - "recent_sr": 107.2 - }, - "Franchesca Moya": { - "recent_scores": [ - 6, - 26, - 0, - 0 - ], - "recent_avg": 8.0, - "recent_sr": 52.5 - }, - "Franz Bur": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 28.6 - }, - "Furkan Tuskan": { - "recent_scores": [ - 1, - 0, - 21 - ], - "recent_avg": 7.3, - "recent_sr": 66.7 - }, - "G Anujin": { - "recent_scores": [ - 6, - 4, - 6, - 0, - 0, - 5, - 1, - 0, - 5, - 3 - ], - "recent_avg": 3.0, - "recent_sr": 43.5 - }, - "G Axtell": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "G Ayan": { - "recent_scores": [ - 7, - 4, - 2, - 30, - 1, - 9, - 7, - 1, - 7, - 5 - ], - "recent_avg": 7.3, - "recent_sr": 76.0 - }, - "G Bakiweyem": { - "recent_scores": [ - 4, - 6, - 6, - 0, - 9, - 2, - 1, - 2, - 4, - 9 - ], - "recent_avg": 4.3, - "recent_sr": 60.6 - }, - "G Batagoda": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 40.0 - }, - "G Bruno": { - "recent_scores": [ - 9, - 8 - ], - "recent_avg": 8.5, - "recent_sr": 170.0 - }, - "G Burrows": { - "recent_scores": [ - 9, - 3, - 9 - ], - "recent_avg": 7.0, - "recent_sr": 116.7 - }, - "G Caisley": { - "recent_scores": [ - 1, - 11, - 0, - 0, - 1, - 3 - ], - "recent_avg": 2.7, - "recent_sr": 41.0 - }, - "G Campbell": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 22.2 - }, - "G Candiru": { - "recent_scores": [ - 23, - 7, - 26, - 11, - 40 - ], - "recent_avg": 21.4, - "recent_sr": 75.4 - }, - "G Cengiz": { - "recent_scores": [ - 0, - 1, - 45, - 54, - 2, - 0, - 0, - 3 - ], - "recent_avg": 13.1, - "recent_sr": 84.7 - }, - "G Chaturvedi": { - "recent_scores": [ - 10, - 4, - 33, - 2, - 8, - 3, - 25, - 0 - ], - "recent_avg": 10.6, - "recent_sr": 94.4 - }, - "G Chilia": { - "recent_scores": [ - 2, - 17, - 4, - 5, - 3, - 9, - 3, - 10, - 1, - 21 - ], - "recent_avg": 7.5, - "recent_sr": 59.1 - }, - "G Chohan": { - "recent_scores": [ - 2, - 14, - 3, - 3, - 6, - 0, - 19, - 18, - 22, - 17 - ], - "recent_avg": 10.4, - "recent_sr": 88.9 - }, - "G Cupido": { - "recent_scores": [ - 10, - 0, - 0 - ], - "recent_avg": 3.3, - "recent_sr": 90.9 - }, - "G Dempsey": { - "recent_scores": [ - 3, - 0, - 0, - 6, - 6, - 16, - 10, - 8, - 2, - 3 - ], - "recent_avg": 5.4, - "recent_sr": 49.5 - }, - "G Ephraim": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "G Essoun": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 9.1 - }, - "G Fatouros": { - "recent_scores": [ - 1, - 50, - 18 - ], - "recent_avg": 23.0, - "recent_sr": 127.8 - }, - "G Fernando": { - "recent_scores": [ - 1, - 5, - 1, - 2, - 1 - ], - "recent_avg": 2.0, - "recent_sr": 15.6 - }, - "G Fontenla": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "G Ford": { - "recent_scores": [ - 2, - 1, - 7 - ], - "recent_avg": 3.3, - "recent_sr": 34.5 - }, - "G Ganbold": { - "recent_scores": [ - 2, - 3, - 2, - 6, - 2, - 0, - 7, - 2, - 12, - 3 - ], - "recent_avg": 3.9, - "recent_sr": 34.8 - }, - "G Goudie": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 116.7 - }, - "G Gune": { - "recent_scores": [ - 10, - 106, - 54, - 34, - 21, - 0, - 8, - 4, - 11, - 22 - ], - "recent_avg": 27.0, - "recent_sr": 128.0 - }, - "G Ilarionova": { - "recent_scores": [ - 39, - 21, - 23, - 8, - 4, - 6, - 0, - 1, - 0, - 1 - ], - "recent_avg": 10.3, - "recent_sr": 67.3 - }, - "G Ingabire": { - "recent_scores": [ - 0, - 23, - 2, - 45, - 8, - 18, - 13, - 4, - 2, - 0 - ], - "recent_avg": 11.5, - "recent_sr": 87.8 - }, - "G Ionita": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "G Ishimwe": { - "recent_scores": [ - 32, - 26, - 66, - 36, - 12, - 54, - 0, - 17, - 2, - 1 - ], - "recent_avg": 24.6, - "recent_sr": 108.4 - }, - "G Jafta": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 116.7 - }, - "G Jaine": { - "recent_scores": [ - 4, - 0, - 1 - ], - "recent_avg": 1.7, - "recent_sr": 25.0 - }, - "G Johnson": { - "recent_scores": [ - 3, - 6, - 11 - ], - "recent_avg": 6.7, - "recent_sr": 64.5 - }, - "G Kaltongga": { - "recent_scores": [ - 10, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 83.3 - }, - "G Kamalini": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 100.0 - }, - "G Kansonkho": { - "recent_scores": [ - 6, - 3, - 10, - 1 - ], - "recent_avg": 5.0, - "recent_sr": 58.8 - }, - "G Keles": { - "recent_scores": [ - 10, - 1, - 0, - 5, - 3, - 13, - 54, - 0, - 1, - 8 - ], - "recent_avg": 9.5, - "recent_sr": 72.0 - }, - "G Kodali": { - "recent_scores": [ - 20, - 9, - 5, - 19, - 13 - ], - "recent_avg": 13.2, - "recent_sr": 55.9 - }, - "G Kuthalingham": { - "recent_scores": [ - 2, - 5 - ], - "recent_avg": 3.5, - "recent_sr": 58.3 - }, - "G Madanayake": { - "recent_scores": [ - 17, - 4, - 21, - 14, - 3, - 17, - 7, - 0 - ], - "recent_avg": 10.4, - "recent_sr": 47.7 - }, - "G Malla": { - "recent_scores": [ - 7, - 13, - 11, - 11, - 6, - 0, - 21, - 65, - 4, - 25 - ], - "recent_avg": 16.3, - "recent_sr": 64.9 - }, - "G Mallett": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 12.5 - }, - "G Manan": { - "recent_scores": [ - 6, - 7, - 5, - 5, - 24, - 19, - 4, - 0, - 17, - 0 - ], - "recent_avg": 8.7, - "recent_sr": 120.8 - }, - "G Matome": { - "recent_scores": [ - 14, - 4, - 30, - 3, - 15, - 17, - 6, - 1, - 5, - 2 - ], - "recent_avg": 9.7, - "recent_sr": 64.7 - }, - "G Mckeon": { - "recent_scores": [ - 0, - 6, - 19, - 59, - 56, - 18, - 2, - 8, - 0, - 4 - ], - "recent_avg": 17.2, - "recent_sr": 141.0 - }, - "G Morales": { - "recent_scores": [ - 7, - 4 - ], - "recent_avg": 5.5, - "recent_sr": 25.0 - }, - "G Motie": { - "recent_scores": [ - 73, - 19, - 56, - 0, - 16, - 45, - 4, - 17, - 12, - 23 - ], - "recent_avg": 26.5, - "recent_sr": 63.2 - }, - "G Murali": { - "recent_scores": [ - 6, - 34, - 18, - 10 - ], - "recent_avg": 17.0, - "recent_sr": 64.2 - }, - "G Newton": { - "recent_scores": [ - 27, - 2 - ], - "recent_avg": 14.5, - "recent_sr": 120.8 - }, - "G Ngegba": { - "recent_scores": [ - 14, - 5, - 4, - 19, - 72, - 29, - 26, - 0, - 0, - 8 - ], - "recent_avg": 17.7, - "recent_sr": 102.9 - }, - "G Obukor": { - "recent_scores": [ - 6, - 12, - 21, - 5, - 1, - 72, - 6, - 3, - 34, - 4 - ], - "recent_avg": 16.4, - "recent_sr": 73.2 - }, - "G Oliveira": { - "recent_scores": [ - 15, - 2, - 4, - 13, - 10, - 11, - 4, - 1, - 9, - 2 - ], - "recent_avg": 7.1, - "recent_sr": 97.3 - }, - "G Quaicoe": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "G Riley": { - "recent_scores": [ - 2, - 3, - 0 - ], - "recent_avg": 1.7, - "recent_sr": 21.7 - }, - "G Schachat": { - "recent_scores": [ - 4, - 1, - 1, - 16, - 3 - ], - "recent_avg": 5.0, - "recent_sr": 47.2 - }, - "G Sesay": { - "recent_scores": [ - 2, - 26, - 13, - 0, - 0, - 7, - 0, - 2, - 1, - 0 - ], - "recent_avg": 5.1, - "recent_sr": 63.0 - }, - "G Setshwane": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 20.0 - }, - "G Shukla": { - "recent_scores": [ - 4, - 4, - 20, - 16, - 12, - 0, - 37, - 31, - 0, - 15 - ], - "recent_avg": 13.9, - "recent_sr": 91.4 - }, - "G Singh": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 100.0 - }, - "G Singhdeo": { - "recent_scores": [ - 0, - 6, - 7, - 7 - ], - "recent_avg": 5.0, - "recent_sr": 69.0 - }, - "G Stewart": { - "recent_scores": [ - 12, - 45, - 2, - 33, - 11, - 0, - 25, - 44, - 7, - 2 - ], - "recent_avg": 18.1, - "recent_sr": 147.2 - }, - "G Sultana": { - "recent_scores": [ - 12, - 2, - 15, - 22, - 10 - ], - "recent_avg": 12.2, - "recent_sr": 37.0 - }, - "G Thakur": { - "recent_scores": [ - 6, - 4, - 8, - 62, - 15, - 14, - 41, - 22, - 26, - 9 - ], - "recent_avg": 20.7, - "recent_sr": 112.5 - }, - "G Toka": { - "recent_scores": [ - 6, - 0, - 20, - 15, - 15, - 28, - 3, - 0, - 0, - 20 - ], - "recent_avg": 10.7, - "recent_sr": 54.3 - }, - "G Urjindulam": { - "recent_scores": [ - 1, - 0, - 0, - 0, - 1, - 0, - 6, - 0, - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 15.9 - }, - "G Van Heerden": { - "recent_scores": [ - 107 - ], - "recent_avg": 107.0, - "recent_sr": 178.3 - }, - "G Venkateswaran": { - "recent_scores": [ - 8, - 47, - 23, - 36, - 37, - 11, - 33, - 13, - 10, - 2 - ], - "recent_avg": 22.0, - "recent_sr": 125.7 - }, - "G Voll": { - "recent_scores": [ - 18, - 12 - ], - "recent_avg": 15.0, - "recent_sr": 81.1 - }, - "G Wareham": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 18.2 - }, - "G Wetherall": { - "recent_scores": [ - 13, - 6, - 3, - 0, - 0, - 11, - 26, - 36, - 6, - 29 - ], - "recent_avg": 13.0, - "recent_sr": 105.7 - }, - "G Wijekoon": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 16.7 - }, - "GA Elwiss": { - "recent_scores": [ - 5, - 9, - 68, - 63 - ], - "recent_avg": 36.2, - "recent_sr": 28.5 - }, - "GA Lamb": { - "recent_scores": [ - 46 - ], - "recent_avg": 46.0, - "recent_sr": 38.3 - }, - "GA Priandana": { - "recent_scores": [ - 70, - 6, - 30, - 9, - 1, - 2, - 2, - 3, - 0, - 7 - ], - "recent_avg": 13.0, - "recent_sr": 84.4 - }, - "GA Rogers": { - "recent_scores": [ - 26, - 6 - ], - "recent_avg": 16.0, - "recent_sr": 64.0 - }, - "GBK Roland": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "GC Bhogle": { - "recent_scores": [ - 3, - 36, - 0, - 1, - 35, - 7 - ], - "recent_avg": 13.7, - "recent_sr": 49.4 - }, - "GC Galanis": { - "recent_scores": [ - 4, - 6, - 9, - 4, - 2, - 5, - 2, - 19, - 11 - ], - "recent_avg": 6.9, - "recent_sr": 112.7 - }, - "GC Murtaza": { - "recent_scores": [ - 3, - 13, - 2, - 14, - 28, - 23, - 9, - 0, - 12, - 1 - ], - "recent_avg": 10.5, - "recent_sr": 96.3 - }, - "GC Wilson": { - "recent_scores": [ - 0, - 45 - ], - "recent_avg": 22.5, - "recent_sr": 39.1 - }, - "GD Arta": { - "recent_scores": [ - 23, - 8, - 1 - ], - "recent_avg": 10.7, - "recent_sr": 65.3 - }, - "GD Drummond": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 111.1 - }, - "GD Elliott": { - "recent_scores": [ - 26, - 33, - 9, - 8, - 10 - ], - "recent_avg": 17.2, - "recent_sr": 26.6 - }, - "GDR Eranga": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "GE Gutierrez Chavez": { - "recent_scores": [ - 25, - 1, - 0 - ], - "recent_avg": 8.7, - "recent_sr": 89.7 - }, - "GE Mathurin": { - "recent_scores": [ - 6, - 2, - 24, - 0 - ], - "recent_avg": 8.0, - "recent_sr": 88.9 - }, - "GE Plimmer": { - "recent_scores": [ - 7, - 20, - 1, - 23, - 28, - 43, - 30, - 4, - 31, - 112 - ], - "recent_avg": 29.9, - "recent_sr": 72.7 - }, - "GEF Barnett": { - "recent_scores": [ - 26, - 21, - 1, - 40, - 7 - ], - "recent_avg": 19.0, - "recent_sr": 51.4 - }, - "GEM Brealey": { - "recent_scores": [ - 10, - 22, - 0, - 4, - 1 - ], - "recent_avg": 7.4, - "recent_sr": 50.0 - }, - "GES Sullivan": { - "recent_scores": [ - 1, - 22, - 11, - 21, - 6, - 1, - 12 - ], - "recent_avg": 10.6, - "recent_sr": 71.8 - }, - "GF Cardos": { - "recent_scores": [ - 0, - 0, - 5, - 5, - 1, - 3, - 1, - 9 - ], - "recent_avg": 3.0, - "recent_sr": 25.3 - }, - "GF Gomes": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 59.1 - }, - "GG Alta": { - "recent_scores": [ - 4, - 23, - 1, - 1, - 18, - 1, - 1, - 21, - 28, - 11 - ], - "recent_avg": 10.9, - "recent_sr": 88.6 - }, - "GG Banner": { - "recent_scores": [ - 4, - 34, - 1, - 5, - 0, - 4, - 0, - 9, - 0, - 6 - ], - "recent_avg": 6.3, - "recent_sr": 95.5 - }, - "GH Bodi": { - "recent_scores": [ - 32, - 51 - ], - "recent_avg": 41.5, - "recent_sr": 61.0 - }, - "GH Dockrell": { - "recent_scores": [ - 34 - ], - "recent_avg": 34.0, - "recent_sr": 43.6 - }, - "GH Lewis": { - "recent_scores": [ - 24, - 39, - 64, - 45, - 14, - 44, - 51, - 61, - 75, - 24 - ], - "recent_avg": 44.1, - "recent_sr": 74.6 - }, - "GH O'Brien": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "GH Smit": { - "recent_scores": [ - 56, - 0, - 6 - ], - "recent_avg": 20.7, - "recent_sr": 105.1 - }, - "GH Worker": { - "recent_scores": [ - 18, - 28, - 1, - 2, - 58, - 57, - 17, - 50, - 21, - 20 - ], - "recent_avg": 27.2, - "recent_sr": 69.9 - }, - "GI Gokoel": { - "recent_scores": [ - 2, - 9, - 0 - ], - "recent_avg": 3.7, - "recent_sr": 40.7 - }, - "GI Hume": { - "recent_scores": [ - 14, - 6, - 16 - ], - "recent_avg": 12.0, - "recent_sr": 26.1 - }, - "GJ Batty": { - "recent_scores": [ - 1, - 4, - 8, - 14, - 19 - ], - "recent_avg": 9.2, - "recent_sr": 19.7 - }, - "GJ Delany": { - "recent_scores": [ - 16, - 19, - 19, - 20, - 1, - 22, - 10, - 1, - 6, - 15 - ], - "recent_avg": 12.9, - "recent_sr": 119.4 - }, - "GJ Hopkins": { - "recent_scores": [ - 15, - 15, - 14, - 27 - ], - "recent_avg": 17.8, - "recent_sr": 25.5 - }, - "GJ Snyman": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "GJ Thompson": { - "recent_scores": [ - 17 - ], - "recent_avg": 17.0, - "recent_sr": 77.3 - }, - "GJ van Rensburg": { - "recent_scores": [ - 7, - 1, - 19, - 19, - 1, - 32 - ], - "recent_avg": 13.2, - "recent_sr": 69.9 - }, - "GJP Kruger": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "GK Berg": { - "recent_scores": [ - 9, - 24, - 5, - 19, - 4, - 62, - 90 - ], - "recent_avg": 30.4, - "recent_sr": 157.8 - }, - "GK Diviya": { - "recent_scores": [ - 5, - 5, - 8 - ], - "recent_avg": 6.0, - "recent_sr": 48.6 - }, - "GK Ghalley": { - "recent_scores": [ - 10, - 13, - 25, - 30, - 40, - 3, - 0, - 0, - 25, - 1 - ], - "recent_avg": 14.7, - "recent_sr": 111.4 - }, - "GL Adams": { - "recent_scores": [ - 23, - 16 - ], - "recent_avg": 19.5, - "recent_sr": 118.2 - }, - "GL Cloete": { - "recent_scores": [ - 13, - 2 - ], - "recent_avg": 7.5, - "recent_sr": 100.0 - }, - "GL Mushi": { - "recent_scores": [ - 3, - 14, - 13, - 19, - 6, - 16 - ], - "recent_avg": 11.8, - "recent_sr": 68.9 - }, - "GM Hamilton": { - "recent_scores": [ - 7, - 1, - 9, - 21, - 22, - 44, - 4, - 4, - 3, - 58 - ], - "recent_avg": 17.3, - "recent_sr": 56.7 - }, - "GM Harris": { - "recent_scores": [ - 1, - 1, - 7, - 5, - 0, - 0 - ], - "recent_avg": 2.3, - "recent_sr": 58.3 - }, - "GM Muthui": { - "recent_scores": [ - 0, - 6, - 2 - ], - "recent_avg": 2.7, - "recent_sr": 61.5 - }, - "GM Ntambalika": { - "recent_scores": [ - 5, - 4, - 18, - 29 - ], - "recent_avg": 14.0, - "recent_sr": 140.0 - }, - "GM Strydom": { - "recent_scores": [ - 4, - 2, - 48, - 5, - 8 - ], - "recent_avg": 13.4, - "recent_sr": 50.4 - }, - "GMK Jayaweera": { - "recent_scores": [ - 0, - 4 - ], - "recent_avg": 2.0, - "recent_sr": 30.8 - }, - "GO Jones": { - "recent_scores": [ - 0, - 11, - 52, - 8, - 34, - 25, - 4, - 11, - 57, - 14 - ], - "recent_avg": 21.6, - "recent_sr": 41.8 - }, - "GO Sopinho": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "GP Meade": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 63.6 - }, - "GP Swann": { - "recent_scores": [ - 23, - 13, - 0, - 34, - 43, - 11, - 28, - 10, - 26, - 6 - ], - "recent_avg": 19.4, - "recent_sr": 72.7 - }, - "GP Tom": { - "recent_scores": [ - 8, - 0, - 4, - 23, - 2, - 2, - 14, - 1 - ], - "recent_avg": 6.8, - "recent_sr": 54.0 - }, - "GPK Wijesingha": { - "recent_scores": [ - 56, - 21, - 3, - 12, - 10 - ], - "recent_avg": 20.4, - "recent_sr": 96.2 - }, - "GR Adair": { - "recent_scores": [ - 16, - 12, - 14, - 12, - 34, - 10, - 39, - 6, - 1, - 12 - ], - "recent_avg": 15.6, - "recent_sr": 136.8 - }, - "GR Menes": { - "recent_scores": [ - 1, - 0, - 0, - 0 - ], - "recent_avg": 0.2, - "recent_sr": 9.1 - }, - "GR Russ": { - "recent_scores": [ - 7, - 11, - 16, - 3, - 5 - ], - "recent_avg": 8.4, - "recent_sr": 102.4 - }, - "GRD Munasinghe": { - "recent_scores": [ - 0, - 0, - 5 - ], - "recent_avg": 1.7, - "recent_sr": 100.0 - }, - "GS Bajwa": { - "recent_scores": [ - 15, - 21, - 38 - ], - "recent_avg": 24.7, - "recent_sr": 115.6 - }, - "GS Ballance": { - "recent_scores": [ - 155, - 31, - 54, - 14, - 10, - 25, - 98, - 23, - 49, - 37 - ], - "recent_avg": 49.6, - "recent_sr": 47.8 - }, - "GS Sequeira": { - "recent_scores": [ - 63, - 52, - 7 - ], - "recent_avg": 40.7, - "recent_sr": 96.8 - }, - "GSNFG Jayasuriya": { - "recent_scores": [ - 30, - 44, - 78, - 2, - 16, - 34, - 34 - ], - "recent_avg": 34.0, - "recent_sr": 93.0 - }, - "GT Main": { - "recent_scores": [ - 64, - 5, - 13 - ], - "recent_avg": 27.3, - "recent_sr": 92.1 - }, - "GT Taylor": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 75.0 - }, - "GWHM Perera": { - "recent_scores": [ - 95, - 5, - 27, - 27, - 14, - 61, - 85, - 4, - 44, - 35 - ], - "recent_avg": 39.7, - "recent_sr": 68.2 - }, - "GY Prastama": { - "recent_scores": [ - 3, - 5, - 1 - ], - "recent_avg": 3.0, - "recent_sr": 69.2 - }, - "GY Tomar": { - "recent_scores": [ - 33, - 18 - ], - "recent_avg": 25.5, - "recent_sr": 110.9 - }, - "Gaba Frank": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 50.0 - }, - "Gabor Torok": { - "recent_scores": [ - 35, - 2 - ], - "recent_avg": 18.5, - "recent_sr": 86.0 - }, - "Gagandeep Singh": { - "recent_scores": [ - 2, - 3, - 2, - 8, - 1, - 13, - 0, - 5, - 8, - 3 - ], - "recent_avg": 4.5, - "recent_sr": 86.5 - }, - "Ganesh Pooja": { - "recent_scores": [ - 2, - 1, - 2, - 11, - 0, - 20, - 5, - 3 - ], - "recent_avg": 5.5, - "recent_sr": 45.8 - }, - "Gargi Arya": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Garret Banner": { - "recent_scores": [ - 14, - 0, - 0, - 0, - 22, - 32, - 26, - 4, - 0 - ], - "recent_avg": 10.9, - "recent_sr": 104.3 - }, - "Gaurav Maithani": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 100.0 - }, - "Gaurav Mishra": { - "recent_scores": [ - 1, - 7, - 24, - 3, - 15, - 20 - ], - "recent_avg": 11.7, - "recent_sr": 112.9 - }, - "Gaurav Tiwari": { - "recent_scores": [ - 9, - 2, - 42, - 16, - 22, - 42, - 15, - 6, - 8, - 0 - ], - "recent_avg": 16.2, - "recent_sr": 90.5 - }, - "Gayan Munaweera": { - "recent_scores": [ - 31 - ], - "recent_avg": 31.0, - "recent_sr": 106.9 - }, - "Geovanis Uwase": { - "recent_scores": [ - 12, - 12, - 8, - 6, - 2, - 4, - 5, - 5, - 0, - 13 - ], - "recent_avg": 6.7, - "recent_sr": 91.8 - }, - "Gershon Yusuf": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Ghulam Abbas Butt": { - "recent_scores": [ - 3, - 6, - 1, - 0, - 8, - 27, - 10, - 12, - 6, - 44 - ], - "recent_avg": 11.7, - "recent_sr": 107.3 - }, - "Ghulam Ahmadi": { - "recent_scores": [ - 5, - 0, - 1, - 1, - 0, - 6, - 13, - 0, - 2, - 3 - ], - "recent_avg": 3.1, - "recent_sr": 83.8 - }, - "Ghulam Fatima": { - "recent_scores": [ - 1, - 1, - 2, - 1, - 5, - 0, - 1 - ], - "recent_avg": 1.6, - "recent_sr": 42.3 - }, - "Ghulam Shabber": { - "recent_scores": [ - 18, - 56, - 2, - 18, - 2, - 30, - 40, - 19, - 6, - 0 - ], - "recent_avg": 19.1, - "recent_sr": 52.8 - }, - "Gong Yuting": { - "recent_scores": [ - 1, - 15, - 0, - 7, - 3, - 1, - 5, - 8, - 5, - 0 - ], - "recent_avg": 4.5, - "recent_sr": 54.2 - }, - "Greg Scott": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 35.7 - }, - "Guido Angeletti": { - "recent_scores": [ - 0, - 11, - 0, - 16, - 0, - 12, - 17, - 6, - 9, - 18 - ], - "recent_avg": 8.9, - "recent_sr": 84.8 - }, - "Guillermo Aburto": { - "recent_scores": [ - 4, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "Gull Feroza": { - "recent_scores": [ - 106, - 100, - 50, - 13, - 2, - 2, - 4 - ], - "recent_avg": 39.6, - "recent_sr": 93.9 - }, - "Gulsan Jha": { - "recent_scores": [ - 15, - 61, - 17, - 44, - 14, - 5, - 0, - 3, - 11, - 11 - ], - "recent_avg": 18.1, - "recent_sr": 104.6 - }, - "Gurdeep Singh": { - "recent_scores": [ - 19, - 10, - 9, - 21, - 6, - 0 - ], - "recent_avg": 10.8, - "recent_sr": 94.2 - }, - "Gurpratap Singh": { - "recent_scores": [ - 27, - 2, - 36, - 14, - 10, - 25, - 17, - 2, - 0, - 54 - ], - "recent_avg": 18.7, - "recent_sr": 131.7 - }, - "Gurpreet Singh": { - "recent_scores": [ - 4, - 11, - 31, - 5, - 1, - 21, - 27, - 2, - 15 - ], - "recent_avg": 13.0, - "recent_sr": 85.4 - }, - "H Agarwal": { - "recent_scores": [ - 0, - 0, - 8, - 3, - 8, - 3, - 1, - 5, - 2, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 34.1 - }, - "H Aggarwal": { - "recent_scores": [ - 21, - 1, - 2 - ], - "recent_avg": 8.0, - "recent_sr": 47.1 - }, - "H Atkinson": { - "recent_scores": [ - 9, - 7 - ], - "recent_avg": 8.0, - "recent_sr": 51.6 - }, - "H Ayoka": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 50.0 - }, - "H Beresford-Peirse": { - "recent_scores": [ - 3, - 7 - ], - "recent_avg": 5.0, - "recent_sr": 66.7 - }, - "H Bharadwaj": { - "recent_scores": [ - 26, - 2, - 6, - 1, - 0 - ], - "recent_avg": 7.0, - "recent_sr": 112.9 - }, - "H Bhullar": { - "recent_scores": [ - 1, - 4, - 16, - 3, - 0, - 2, - 0, - 2, - 1, - 9 - ], - "recent_avg": 3.8, - "recent_sr": 25.5 - }, - "H Carlyon": { - "recent_scores": [ - 85, - 2, - 26, - 12 - ], - "recent_avg": 31.2, - "recent_sr": 83.9 - }, - "H Celik": { - "recent_scores": [ - 14, - 38, - 6, - 1 - ], - "recent_avg": 14.8, - "recent_sr": 78.7 - }, - "H Chamto": { - "recent_scores": [ - 0, - 2, - 2, - 0, - 0, - 6, - 3, - 2 - ], - "recent_avg": 1.9, - "recent_sr": 44.1 - }, - "H Currie": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "H Dandapani": { - "recent_scores": [ - 1, - 3 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "H Dassanayake": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 6.2 - }, - "H Davids": { - "recent_scores": [ - 1, - 7 - ], - "recent_avg": 4.0, - "recent_sr": 32.0 - }, - "H Deol": { - "recent_scores": [ - 14, - 24, - 38, - 13, - 46, - 48, - 11, - 10, - 54, - 45 - ], - "recent_avg": 30.3, - "recent_sr": 71.8 - }, - "H Deshan": { - "recent_scores": [ - 0, - 7, - 46, - 56, - 36, - 15, - 15, - 4, - 6, - 4 - ], - "recent_avg": 18.9, - "recent_sr": 111.8 - }, - "H Dhaliwal": { - "recent_scores": [ - 4, - 2, - 0, - 0, - 2 - ], - "recent_avg": 1.6, - "recent_sr": 20.0 - }, - "H Dhavina": { - "recent_scores": [ - 1, - 9, - 1, - 1, - 0, - 10, - 5, - 6, - 2, - 0 - ], - "recent_avg": 3.5, - "recent_sr": 21.5 - }, - "H Doriga": { - "recent_scores": [ - 48, - 5 - ], - "recent_avg": 26.5, - "recent_sr": 70.7 - }, - "H Elder": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 66.7 - }, - "H Eulenkamp": { - "recent_scores": [ - 0, - 11, - 2 - ], - "recent_avg": 4.3, - "recent_sr": 40.6 - }, - "H Fennell": { - "recent_scores": [ - 1, - 0, - 0, - 5, - 18, - 0, - 19, - 0, - 0, - 4 - ], - "recent_avg": 4.7, - "recent_sr": 114.6 - }, - "H Gori": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "H Goto": { - "recent_scores": [ - 1, - 7, - 45, - 6, - 0, - 4, - 6, - 12, - 1, - 23 - ], - "recent_avg": 10.5, - "recent_sr": 64.8 - }, - "H Hajnic": { - "recent_scores": [ - 3, - 0, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 6.4 - }, - "H Hiri": { - "recent_scores": [ - 4, - 8, - 4, - 14, - 77, - 8, - 14, - 31, - 21, - 7 - ], - "recent_avg": 18.8, - "recent_sr": 63.9 - }, - "H Hotchandani": { - "recent_scores": [ - 25, - 40, - 34, - 20 - ], - "recent_avg": 29.8, - "recent_sr": 47.6 - }, - "H Ishimwe": { - "recent_scores": [ - 0, - 9, - 1, - 0, - 30, - 19, - 1, - 2, - 0, - 9 - ], - "recent_avg": 7.1, - "recent_sr": 97.3 - }, - "H Isorena": { - "recent_scores": [ - 3, - 6 - ], - "recent_avg": 4.5, - "recent_sr": 40.9 - }, - "H Ivanov": { - "recent_scores": [ - 0, - 1, - 13 - ], - "recent_avg": 4.7, - "recent_sr": 70.0 - }, - "H Iwasaki": { - "recent_scores": [ - 26, - 6, - 12, - 2, - 15, - 24, - 31, - 7, - 6, - 12 - ], - "recent_avg": 14.1, - "recent_sr": 120.5 - }, - "H Jangariya": { - "recent_scores": [ - 7, - 7, - 1, - 36, - 49, - 5, - 54, - 21 - ], - "recent_avg": 22.5, - "recent_sr": 123.3 - }, - "H Karunaratne": { - "recent_scores": [ - 2, - 40, - 54, - 4, - 1, - 3, - 33, - 15, - 8, - 0 - ], - "recent_avg": 16.0, - "recent_sr": 56.5 - }, - "H Kaur": { - "recent_scores": [ - 74, - 30, - 69, - 0, - 93, - 12, - 9 - ], - "recent_avg": 41.0, - "recent_sr": 54.9 - }, - "H Kaushik": { - "recent_scores": [ - 13, - 1, - 13, - 53 - ], - "recent_avg": 20.0, - "recent_sr": 86.0 - }, - "H Kavasoglu": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "H Kerge": { - "recent_scores": [ - 1, - 4, - 0, - 11, - 4, - 3, - 6, - 22, - 3, - 2 - ], - "recent_avg": 5.6, - "recent_sr": 26.9 - }, - "H Khogiyani": { - "recent_scores": [ - 12, - 21, - 41, - 10, - 4, - 2, - 9, - 10, - 11, - 1 - ], - "recent_avg": 12.1, - "recent_sr": 149.4 - }, - "H Khuttan": { - "recent_scores": [ - 0, - 12, - 29, - 30, - 3, - 1 - ], - "recent_avg": 12.5, - "recent_sr": 144.2 - }, - "H Kinga": { - "recent_scores": [ - 4, - 10, - 0, - 0 - ], - "recent_avg": 3.5, - "recent_sr": 56.0 - }, - "H Klazinge": { - "recent_scores": [ - 1, - 2, - 0, - 0, - 1 - ], - "recent_avg": 0.8, - "recent_sr": 50.0 - }, - "H Lakov": { - "recent_scores": [ - 25, - 17, - 1, - 2, - 6, - 38, - 42, - 37, - 34, - 34 - ], - "recent_avg": 23.6, - "recent_sr": 97.5 - }, - "H Leko": { - "recent_scores": [ - 12, - 28, - 2, - 2, - 20, - 7 - ], - "recent_avg": 11.8, - "recent_sr": 49.7 - }, - "H Lin Aung": { - "recent_scores": [ - 3, - 2, - 0, - 16 - ], - "recent_avg": 5.2, - "recent_sr": 37.5 - }, - "H Lin Oo": { - "recent_scores": [ - 9, - 1, - 0 - ], - "recent_avg": 3.3, - "recent_sr": 58.8 - }, - "H Little": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "H Lui": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 14.3 - }, - "H Madavi": { - "recent_scores": [ - 44, - 50, - 2, - 70, - 35, - 66, - 4, - 13, - 26, - 33 - ], - "recent_avg": 34.3, - "recent_sr": 65.3 - }, - "H Masakadza": { - "recent_scores": [ - 39, - 100, - 13, - 152, - 99, - 26, - 10, - 53, - 19, - 119 - ], - "recent_avg": 63.0, - "recent_sr": 49.9 - }, - "H Mbam": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "H McAleer": { - "recent_scores": [ - 14, - 2, - 9, - 23, - 6 - ], - "recent_avg": 10.8, - "recent_sr": 69.2 - }, - "H Mumford": { - "recent_scores": [ - 1, - 1, - 14, - 2 - ], - "recent_avg": 4.5, - "recent_sr": 31.6 - }, - "H Nguyen": { - "recent_scores": [ - 1, - 0, - 10, - 14, - 5, - 7, - 1 - ], - "recent_avg": 5.4, - "recent_sr": 74.5 - }, - "H Niaz": { - "recent_scores": [ - 13, - 17, - 15, - 28, - 11, - 9, - 12, - 10, - 53, - 0 - ], - "recent_avg": 16.8, - "recent_sr": 136.6 - }, - "H Okcu": { - "recent_scores": [ - 1, - 0, - 12, - 3 - ], - "recent_avg": 4.0, - "recent_sr": 34.0 - }, - "H Osinde": { - "recent_scores": [ - 2, - 0, - 4, - 1, - 0, - 0, - 1, - 3 - ], - "recent_avg": 1.4, - "recent_sr": 32.4 - }, - "H Patel": { - "recent_scores": [ - 0, - 34, - 0, - 20, - 20, - 54, - 31, - 10, - 0, - 7 - ], - "recent_avg": 17.6, - "recent_sr": 88.9 - }, - "H Pattenden": { - "recent_scores": [ - 21, - 4, - 5 - ], - "recent_avg": 10.0, - "recent_sr": 100.0 - }, - "H Pieterse": { - "recent_scores": [ - 62 - ], - "recent_avg": 62.0, - "recent_sr": 172.2 - }, - "H Pile": { - "recent_scores": [ - 1, - 2 - ], - "recent_avg": 1.5, - "recent_sr": 37.5 - }, - "H Pragji": { - "recent_scores": [ - 2, - 2, - 30, - 4 - ], - "recent_avg": 9.5, - "recent_sr": 58.5 - }, - "H Rashid": { - "recent_scores": [ - 6, - 15, - 19 - ], - "recent_avg": 13.3, - "recent_sr": 65.6 - }, - "H Rathod": { - "recent_scores": [ - 25, - 7, - 3, - 6, - 22, - 7, - 47, - 13, - 5, - 2 - ], - "recent_avg": 13.7, - "recent_sr": 112.3 - }, - "H Roy": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "H Satheedevi": { - "recent_scores": [ - 43, - 22, - 5, - 34, - 3, - 6, - 4, - 1 - ], - "recent_avg": 14.8, - "recent_sr": 137.2 - }, - "H Sawaneh": { - "recent_scores": [ - 1, - 5, - 3 - ], - "recent_avg": 3.0, - "recent_sr": 64.3 - }, - "H Sawanneh": { - "recent_scores": [ - 8, - 0, - 4, - 5, - 6, - 8, - 0 - ], - "recent_avg": 4.4, - "recent_sr": 57.4 - }, - "H Shreya": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "H Simpson-Parker": { - "recent_scores": [ - 1, - 12, - 28, - 1 - ], - "recent_avg": 10.5, - "recent_sr": 82.4 - }, - "H Sin Yee": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 10.0 - }, - "H Singh": { - "recent_scores": [ - 10, - 8, - 18 - ], - "recent_avg": 12.0, - "recent_sr": 87.8 - }, - "H Srinivasan": { - "recent_scores": [ - 15, - 3, - 15, - 2 - ], - "recent_avg": 8.8, - "recent_sr": 70.0 - }, - "H Ssenyondo": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 33.3 - }, - "H Thaker": { - "recent_scores": [ - 47, - 52, - 5, - 18, - 66, - 33, - 1, - 4, - 26, - 10 - ], - "recent_avg": 26.2, - "recent_sr": 62.8 - }, - "H Upadhyay": { - "recent_scores": [ - 3, - 2, - 0, - 1, - 8 - ], - "recent_avg": 2.8, - "recent_sr": 37.8 - }, - "H Venkataram": { - "recent_scores": [ - 22, - 11, - 1, - 11, - 11, - 27, - 21, - 3, - 7, - 1 - ], - "recent_avg": 11.5, - "recent_sr": 130.7 - }, - "H Virdee": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "H Wenehoua": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "HA Chohan": { - "recent_scores": [ - 26, - 2, - 2, - 5, - 6, - 0, - 8, - 7, - 1, - 2 - ], - "recent_avg": 5.9, - "recent_sr": 143.9 - }, - "HA Daluwatta": { - "recent_scores": [ - 0, - 0, - 4, - 6, - 2 - ], - "recent_avg": 2.4, - "recent_sr": 75.0 - }, - "HA Jackson": { - "recent_scores": [ - 0, - 11, - 10, - 19, - 7, - 14, - 0, - 48, - 10, - 9 - ], - "recent_avg": 12.8, - "recent_sr": 75.7 - }, - "HA Varaiya": { - "recent_scores": [ - 13, - 0, - 2, - 4, - 1, - 4, - 4, - 1, - 2, - 10 - ], - "recent_avg": 4.1, - "recent_sr": 35.3 - }, - "HAG Madhushanka": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "HAM Samuddika": { - "recent_scores": [ - 19, - 7, - 3, - 1, - 21, - 9, - 7 - ], - "recent_avg": 9.6, - "recent_sr": 52.3 - }, - "HAM Shah": { - "recent_scores": [ - 0, - 8, - 18, - 6, - 25, - 0, - 10, - 31, - 18 - ], - "recent_avg": 12.9, - "recent_sr": 82.3 - }, - "HASD Siriwardene": { - "recent_scores": [ - 1, - 22, - 30, - 11, - 13, - 0, - 5, - 0, - 49, - 8 - ], - "recent_avg": 13.9, - "recent_sr": 58.9 - }, - "HB Dickson": { - "recent_scores": [ - 6, - 35, - 4, - 55, - 50, - 18, - 1, - 0, - 4, - 0 - ], - "recent_avg": 17.3, - "recent_sr": 135.2 - }, - "HB Kayondo": { - "recent_scores": [ - 15, - 4, - 0, - 13, - 26, - 11, - 25, - 1 - ], - "recent_avg": 11.9, - "recent_sr": 109.2 - }, - "HB Shipley": { - "recent_scores": [ - 3, - 7, - 6, - 2, - 0, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 43.9 - }, - "HC Knight": { - "recent_scores": [ - 19, - 57, - 110, - 32, - 66, - 8, - 216, - 95, - 28, - 141 - ], - "recent_avg": 77.2, - "recent_sr": 50.5 - }, - "HD Rutherford": { - "recent_scores": [ - 77, - 28, - 23, - 16, - 47, - 6, - 58, - 11, - 82, - 13 - ], - "recent_avg": 36.1, - "recent_sr": 48.7 - }, - "HDJ Siegers": { - "recent_scores": [ - 5, - 35, - 32, - 5, - 28 - ], - "recent_avg": 21.0, - "recent_sr": 84.7 - }, - "HDRL Thirimanne": { - "recent_scores": [ - 8, - 17, - 142, - 58, - 94, - 146, - 56, - 115, - 48, - 2 - ], - "recent_avg": 68.6, - "recent_sr": 41.8 - }, - "HER Tyler": { - "recent_scores": [ - 30, - 14, - 15, - 8, - 33 - ], - "recent_avg": 20.0, - "recent_sr": 101.0 - }, - "HG Kuhn": { - "recent_scores": [ - 35, - 26, - 42, - 10 - ], - "recent_avg": 28.2, - "recent_sr": 38.0 - }, - "HG Munsey": { - "recent_scores": [ - 19, - 21, - 20, - 75, - 0, - 12, - 59, - 84, - 191, - 0 - ], - "recent_avg": 48.1, - "recent_sr": 104.3 - }, - "HGV Vare": { - "recent_scores": [ - 4, - 7, - 4, - 4, - 1 - ], - "recent_avg": 4.0, - "recent_sr": 64.5 - }, - "HH Aung": { - "recent_scores": [ - 0, - 3, - 11, - 3, - 15, - 3, - 2, - 1, - 0, - 3 - ], - "recent_avg": 4.1, - "recent_sr": 47.7 - }, - "HH Dippenaar": { - "recent_scores": [ - 3, - 37, - 47, - 68, - 52, - 61, - 71, - 73, - 3, - 79 - ], - "recent_avg": 49.4, - "recent_sr": 43.7 - }, - "HHC Gunaratne": { - "recent_scores": [ - 1, - 6, - 6 - ], - "recent_avg": 4.3, - "recent_sr": 65.0 - }, - "HIS Mendis": { - "recent_scores": [ - 12, - 1 - ], - "recent_avg": 6.5, - "recent_sr": 26.0 - }, - "HJ Armitage": { - "recent_scores": [ - 15, - 19, - 44 - ], - "recent_avg": 26.0, - "recent_sr": 82.1 - }, - "HJ Jordaan": { - "recent_scores": [ - 13, - 3, - 37, - 19, - 20, - 37, - 4, - 33 - ], - "recent_avg": 20.8, - "recent_sr": 77.6 - }, - "HJ Manenti": { - "recent_scores": [ - 14, - 0, - 6, - 6, - 20, - 48, - 6, - 16 - ], - "recent_avg": 14.5, - "recent_sr": 95.1 - }, - "HJ Patel": { - "recent_scores": [ - 4, - 21 - ], - "recent_avg": 12.5, - "recent_sr": 92.6 - }, - "HJ Thomas": { - "recent_scores": [ - 0, - 11, - 23, - 0, - 0, - 6, - 2, - 30, - 1, - 9 - ], - "recent_avg": 8.2, - "recent_sr": 48.5 - }, - "HJH Marshall": { - "recent_scores": [ - 31, - 12, - 13, - 20, - 6, - 18, - 168, - 69 - ], - "recent_avg": 42.1, - "recent_sr": 48.5 - }, - "HK Bennett": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 13.3 - }, - "HK Kukreja": { - "recent_scores": [ - 6, - 51, - 0, - 25, - 21, - 10 - ], - "recent_avg": 18.8, - "recent_sr": 95.0 - }, - "HK Matthews": { - "recent_scores": [ - 100, - 159, - 34, - 45, - 22, - 100, - 13, - 13, - 8, - 56 - ], - "recent_avg": 55.0, - "recent_sr": 86.8 - }, - "HL Colvin": { - "recent_scores": [ - 36, - 17, - 2 - ], - "recent_avg": 18.3, - "recent_sr": 22.7 - }, - "HL Ferling": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "HL Harji": { - "recent_scores": [ - 2, - 4, - 14, - 0, - 0, - 1, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 67.7 - }, - "HL Tau": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 85.7 - }, - "HM Nicholls": { - "recent_scores": [ - 52, - 145, - 150, - 38, - 4, - 21, - 200, - 22, - 59, - 11 - ], - "recent_avg": 70.2, - "recent_sr": 62.5 - }, - "HM Omary": { - "recent_scores": [ - 0, - 5 - ], - "recent_avg": 2.5, - "recent_sr": 41.7 - }, - "HM Rowe": { - "recent_scores": [ - 11, - 9, - 0, - 16, - 16, - 11, - 1, - 40, - 52, - 12 - ], - "recent_avg": 16.8, - "recent_sr": 69.4 - }, - "HMCM Bandara": { - "recent_scores": [ - 47, - 2, - 19, - 39 - ], - "recent_avg": 26.8, - "recent_sr": 52.5 - }, - "HMD Rasangika": { - "recent_scores": [ - 6, - 55, - 28, - 43, - 84, - 9, - 0, - 7 - ], - "recent_avg": 29.0, - "recent_sr": 58.0 - }, - "HMHE Parsons": { - "recent_scores": [ - 9, - 13, - 27, - 31, - 0, - 4, - 24, - 2, - 17, - 12 - ], - "recent_avg": 13.9, - "recent_sr": 103.7 - }, - "HML Madushani": { - "recent_scores": [ - 3, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 20.0 - }, - "HMRKB Herath": { - "recent_scores": [ - 19, - 35, - 1, - 5, - 2, - 24, - 4, - 67, - 44, - 4 - ], - "recent_avg": 20.5, - "recent_sr": 46.9 - }, - "HN Ya France": { - "recent_scores": [ - 34, - 14, - 14, - 0, - 6, - 49, - 11, - 2, - 11, - 52 - ], - "recent_avg": 19.3, - "recent_sr": 84.6 - }, - "HNK Jensen": { - "recent_scores": [ - 5, - 5, - 0, - 1, - 30, - 4, - 6, - 19, - 0, - 2 - ], - "recent_avg": 7.2, - "recent_sr": 75.8 - }, - "HO Karaduman": { - "recent_scores": [ - 0, - 4 - ], - "recent_avg": 2.0, - "recent_sr": 25.0 - }, - "HR Huddleston": { - "recent_scores": [ - 0, - 1, - 0, - 10, - 12, - 1, - 2, - 16, - 0, - 1 - ], - "recent_avg": 4.3, - "recent_sr": 46.2 - }, - "HR Ponja": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "HR Walsh": { - "recent_scores": [ - 1, - 20, - 10, - 3, - 1, - 2, - 13, - 7, - 20, - 2 - ], - "recent_avg": 7.9, - "recent_sr": 53.7 - }, - "HRA Rainey": { - "recent_scores": [ - 3, - 7, - 3, - 1, - 8, - 0 - ], - "recent_avg": 3.7, - "recent_sr": 43.1 - }, - "HS Baidwan": { - "recent_scores": [ - 2, - 1, - 2, - 6, - 8, - 17, - 8, - 0, - 13, - 16 - ], - "recent_avg": 7.3, - "recent_sr": 60.8 - }, - "HS Gericke": { - "recent_scores": [ - 48, - 1, - 24, - 67, - 19, - 17, - 25, - 6, - 4, - 23 - ], - "recent_avg": 23.4, - "recent_sr": 143.6 - }, - "HT Tector": { - "recent_scores": [ - 18, - 64, - 19, - 17, - 4, - 51, - 103, - 76, - 106 - ], - "recent_avg": 50.9, - "recent_sr": 44.4 - }, - "HV Mandhyan": { - "recent_scores": [ - 28 - ], - "recent_avg": 28.0, - "recent_sr": 107.7 - }, - "HWA Landheer": { - "recent_scores": [ - 4, - 1, - 0, - 14, - 1, - 0, - 3 - ], - "recent_avg": 3.3, - "recent_sr": 31.9 - }, - "Habeeba Bader": { - "recent_scores": [ - 0, - 11, - 0, - 1, - 3, - 5, - 16, - 21, - 6, - 7 - ], - "recent_avg": 7.0, - "recent_sr": 50.0 - }, - "Habib Ahmadzai": { - "recent_scores": [ - 8, - 0, - 12, - 27, - 39, - 9, - 8 - ], - "recent_avg": 14.7, - "recent_sr": 90.4 - }, - "Habib Khan": { - "recent_scores": [ - 9, - 0, - 1, - 90, - 49, - 2, - 23, - 8, - 8, - 3 - ], - "recent_avg": 19.3, - "recent_sr": 140.9 - }, - "Hadia Siddiqui": { - "recent_scores": [ - 3, - 0, - 0, - 0 - ], - "recent_avg": 0.8, - "recent_sr": 15.0 - }, - "Hadisullah Tarakhel": { - "recent_scores": [ - 19, - 23, - 24, - 78, - 12, - 11, - 45, - 8 - ], - "recent_avg": 27.5, - "recent_sr": 166.7 - }, - "Hafiz Qaleem": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "Hafsaa Abdhulla": { - "recent_scores": [ - 2, - 8, - 0, - 0, - 0, - 4 - ], - "recent_avg": 2.3, - "recent_sr": 35.9 - }, - "Haider Ali": { - "recent_scores": [ - 1, - 8, - 6, - 10, - 13, - 29 - ], - "recent_avg": 11.2, - "recent_sr": 52.8 - }, - "Haider Butt": { - "recent_scores": [ - 27, - 16, - 52, - 9, - 19, - 35, - 79, - 68, - 68, - 20 - ], - "recent_avg": 39.3, - "recent_sr": 132.8 - }, - "Hailey Wong": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "Hala Azmat": { - "recent_scores": [ - 1, - 1, - 2 - ], - "recent_avg": 1.3, - "recent_sr": 13.8 - }, - "Haliam Kwon": { - "recent_scores": [ - 3, - 4, - 3, - 0 - ], - "recent_avg": 2.5, - "recent_sr": 30.3 - }, - "Hamed Khan": { - "recent_scores": [ - 5, - 10, - 5, - 10, - 0 - ], - "recent_avg": 6.0, - "recent_sr": 69.8 - }, - "Hamid Mahmood": { - "recent_scores": [ - 19, - 17, - 9, - 17, - 0, - 13, - 14, - 22, - 51, - 69 - ], - "recent_avg": 23.1, - "recent_sr": 113.2 - }, - "Hamid Safi": { - "recent_scores": [ - 1, - 28, - 1, - 24, - 1, - 24, - 9, - 8, - 4, - 6 - ], - "recent_avg": 10.6, - "recent_sr": 116.5 - }, - "Hammad Azam": { - "recent_scores": [ - 80, - 12, - 0, - 40, - 10, - 22, - 76, - 16, - 32, - 8 - ], - "recent_avg": 29.6, - "recent_sr": 118.4 - }, - "Hammad Mirza": { - "recent_scores": [ - 34, - 83, - 30, - 27, - 81, - 8, - 112, - 50, - 31, - 7 - ], - "recent_avg": 46.3, - "recent_sr": 82.4 - }, - "Hammadullah Shinwari": { - "recent_scores": [ - 3, - 0, - 5, - 5, - 1 - ], - "recent_avg": 2.8, - "recent_sr": 70.0 - }, - "Hamza Dar": { - "recent_scores": [ - 91, - 15, - 44, - 32, - 12, - 0, - 70, - 50, - 4, - 28 - ], - "recent_avg": 34.6, - "recent_sr": 195.5 - }, - "Hamza Khan": { - "recent_scores": [ - 23, - 6, - 17, - 18, - 164, - 60, - 27, - 1, - 75, - 15 - ], - "recent_avg": 40.6, - "recent_sr": 144.0 - }, - "Hamza Niyaz": { - "recent_scores": [ - 3, - 0, - 0, - 9 - ], - "recent_avg": 3.0, - "recent_sr": 41.4 - }, - "Hamza Riaz": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Hamza Tahir": { - "recent_scores": [ - 1, - 0, - 5, - 7, - 13, - 0, - 0, - 0 - ], - "recent_avg": 3.2, - "recent_sr": 32.1 - }, - "Hamza Tariq": { - "recent_scores": [ - 0, - 71, - 0, - 24, - 4 - ], - "recent_avg": 19.8, - "recent_sr": 68.8 - }, - "Han Lili": { - "recent_scores": [ - 15, - 0, - 2, - 3, - 1 - ], - "recent_avg": 4.2, - "recent_sr": 40.4 - }, - "Han Won": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Hardeep Singh": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 400.0 - }, - "Haris Karim": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "Haris Rauf": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 35.3 - }, - "Haris Sohail": { - "recent_scores": [ - 16, - 12, - 75, - 9, - 9, - 43, - 147, - 42, - 17, - 149 - ], - "recent_avg": 51.9, - "recent_sr": 40.6 - }, - "Haroon Arshad": { - "recent_scores": [ - 6, - 5, - 12, - 2, - 0, - 7, - 3, - 3, - 27, - 0 - ], - "recent_avg": 6.5, - "recent_sr": 106.6 - }, - "Haroon Mughal": { - "recent_scores": [ - 1, - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 37.5 - }, - "Haroon Shahid": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 66.7 - }, - "Harprit Singh": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "Harry Johnson": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 66.7 - }, - "Hasan Ali": { - "recent_scores": [ - 18, - 7, - 0, - 5, - 2, - 9, - 32, - 22, - 13, - 0 - ], - "recent_avg": 10.8, - "recent_sr": 48.4 - }, - "Hasan Cakir": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Hasan Mahmud": { - "recent_scores": [ - 15, - 13, - 7, - 0, - 31, - 8, - 8, - 41, - 8, - 5 - ], - "recent_avg": 13.6, - "recent_sr": 48.1 - }, - "Hasan Yanar": { - "recent_scores": [ - 7, - 7, - 1, - 1 - ], - "recent_avg": 4.0, - "recent_sr": 48.5 - }, - "Haseeb Amjad": { - "recent_scores": [ - 21 - ], - "recent_avg": 21.0, - "recent_sr": 140.0 - }, - "Haseeb Ghafoor": { - "recent_scores": [ - 19, - 47, - 0, - 28, - 12, - 2, - 6, - 36, - 34 - ], - "recent_avg": 20.4, - "recent_sr": 105.1 - }, - "Haseebullah Khan": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Hassan Khan": { - "recent_scores": [ - 72, - 90, - 22, - 54, - 32, - 28, - 6, - 0, - 70, - 80 - ], - "recent_avg": 45.4, - "recent_sr": 135.9 - }, - "Hassan Khan Mohammad": { - "recent_scores": [ - 2, - 6, - 16, - 0, - 0 - ], - "recent_avg": 4.8, - "recent_sr": 70.6 - }, - "Hassan Mehmood": { - "recent_scores": [ - 5, - 6, - 9, - 3 - ], - "recent_avg": 5.8, - "recent_sr": 67.6 - }, - "Hassan Nasir": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 100.0 - }, - "Hassan Nawaz": { - "recent_scores": [ - 1, - 13, - 36, - 63 - ], - "recent_avg": 28.2, - "recent_sr": 85.6 - }, - "Hassan Rasheed": { - "recent_scores": [ - 12, - 17, - 4, - 26, - 6 - ], - "recent_avg": 13.0, - "recent_sr": 80.2 - }, - "Hassnain Shah": { - "recent_scores": [ - 14, - 0, - 0, - 2, - 11, - 43, - 16 - ], - "recent_avg": 12.3, - "recent_sr": 121.1 - }, - "Hawwa Ifasha": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Hawwa Shaaiqa": { - "recent_scores": [ - 1, - 0, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 5.6 - }, - "Hayatullah Niazi": { - "recent_scores": [ - 31, - 1, - 5 - ], - "recent_avg": 12.3, - "recent_sr": 185.0 - }, - "Hazrat Luqman": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 133.3 - }, - "Heal Theara": { - "recent_scores": [ - 0, - 0, - 0, - 6, - 1, - 0, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 19.4 - }, - "Hee Jung Lee": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 11.1 - }, - "Hein Zin Aung": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Het Patel": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 11.1 - }, - "Hiba Shamshad": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Hifsa Butt": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Hilal Ahmad": { - "recent_scores": [ - 23 - ], - "recent_avg": 23.0, - "recent_sr": 56.1 - }, - "Hilva Noor": { - "recent_scores": [ - 19, - 16, - 17 - ], - "recent_avg": 17.3, - "recent_sr": 55.3 - }, - "Hina Hussain": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 25.0 - }, - "Hisham Sheikh": { - "recent_scores": [ - 8, - 17, - 5, - 12, - 15, - 10, - 2, - 20, - 22, - 14 - ], - "recent_avg": 12.5, - "recent_sr": 86.2 - }, - "Hiu Ying Cheung": { - "recent_scores": [ - 3, - 11, - 7, - 3, - 2, - 4, - 0, - 8, - 6, - 6 - ], - "recent_avg": 5.0, - "recent_sr": 74.6 - }, - "Hon Sovannary": { - "recent_scores": [ - 2, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 10.0 - }, - "Hong Yali": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 71.4 - }, - "Hor Siv na": { - "recent_scores": [ - 2, - 7, - 0, - 0, - 1, - 0, - 0 - ], - "recent_avg": 1.4, - "recent_sr": 17.9 - }, - "Huang Junjie": { - "recent_scores": [ - 19, - 0, - 4, - 10, - 1 - ], - "recent_avg": 6.8, - "recent_sr": 39.5 - }, - "Huang Zhuo": { - "recent_scores": [ - 14, - 40, - 24, - 5, - 8, - 4 - ], - "recent_avg": 15.8, - "recent_sr": 72.0 - }, - "Hudaa Mohamedi": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 40.0 - }, - "Humaira Tasneem": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 66.7 - }, - "Humayun Kabir": { - "recent_scores": [ - 7, - 2 - ], - "recent_avg": 4.5, - "recent_sr": 47.4 - }, - "Humna Bilal": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 66.7 - }, - "Hung Ying Ho": { - "recent_scores": [ - 1, - 0, - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 8.0 - }, - "Husnain Kabeer": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 83.3 - }, - "Hussain Talat": { - "recent_scores": [ - 9, - 4, - 42, - 62, - 10, - 22, - 1, - 31, - 41, - 2 - ], - "recent_avg": 22.4, - "recent_sr": 77.2 - }, - "Huzaif Yousuf": { - "recent_scores": [ - 3, - 7, - 9 - ], - "recent_avg": 6.3, - "recent_sr": 70.4 - }, - "Huzaifa Mohammed": { - "recent_scores": [ - 4, - 4, - 2, - 5, - 2, - 25, - 27, - 5, - 4, - 23 - ], - "recent_avg": 10.1, - "recent_sr": 76.5 - }, - "Hwanhee Lee": { - "recent_scores": [ - 4, - 6 - ], - "recent_avg": 5.0, - "recent_sr": 45.5 - }, - "Hyejin Park": { - "recent_scores": [ - 1, - 13, - 1, - 0 - ], - "recent_avg": 3.8, - "recent_sr": 45.5 - }, - "I Alumo": { - "recent_scores": [ - 0, - 1, - 1, - 0, - 2, - 21 - ], - "recent_avg": 4.2, - "recent_sr": 80.6 - }, - "I Asif": { - "recent_scores": [ - 15 - ], - "recent_avg": 15.0, - "recent_sr": 71.4 - }, - "I Bardis": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "I Barma": { - "recent_scores": [ - 6, - 6, - 0, - 6 - ], - "recent_avg": 4.5, - "recent_sr": 69.2 - }, - "I Bist": { - "recent_scores": [ - 0, - 0, - 2, - 3, - 17 - ], - "recent_avg": 4.4, - "recent_sr": 100.0 - }, - "I Chathurani": { - "recent_scores": [ - 30, - 69, - 17, - 24, - 7, - 8, - 19, - 42, - 11, - 31 - ], - "recent_avg": 25.8, - "recent_sr": 78.4 - }, - "I Chuma": { - "recent_scores": [ - 6, - 6, - 0, - 0, - 4, - 17, - 6, - 30, - 2, - 26 - ], - "recent_avg": 9.7, - "recent_sr": 63.0 - }, - "I Danladi": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 200.0 - }, - "I Dulani": { - "recent_scores": [ - 56, - 8, - 52, - 11, - 5, - 10 - ], - "recent_avg": 23.7, - "recent_sr": 56.3 - }, - "I Edwards": { - "recent_scores": [ - 2, - 1, - 1, - 0, - 1, - 2, - 5 - ], - "recent_avg": 1.7, - "recent_sr": 26.7 - }, - "I Elec": { - "recent_scores": [ - 5, - 1, - 50, - 14, - 6, - 1, - 0, - 0, - 52, - 5 - ], - "recent_avg": 13.4, - "recent_sr": 81.2 - }, - "I Goordial-John": { - "recent_scores": [ - 7, - 16, - 9, - 7, - 4, - 9, - 6, - 42, - 14, - 1 - ], - "recent_avg": 11.5, - "recent_sr": 52.8 - }, - "I Kaia": { - "recent_scores": [ - 140, - 81, - 91 - ], - "recent_avg": 104.0, - "recent_sr": 60.7 - }, - "I Kamara": { - "recent_scores": [ - 6, - 17, - 4 - ], - "recent_avg": 9.0, - "recent_sr": 57.4 - }, - "I Katzarski": { - "recent_scores": [ - 5, - 1, - 0, - 4 - ], - "recent_avg": 2.5, - "recent_sr": 37.0 - }, - "I Kaur": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "I Koroma": { - "recent_scores": [ - 2, - 5, - 12, - 6 - ], - "recent_avg": 6.2, - "recent_sr": 86.2 - }, - "I Liyanage": { - "recent_scores": [ - 24, - 12, - 36, - 82, - 1, - 28, - 3, - 6, - 56, - 6 - ], - "recent_avg": 25.4, - "recent_sr": 132.3 - }, - "I Majdancic": { - "recent_scores": [ - 22, - 13 - ], - "recent_avg": 17.5, - "recent_sr": 79.5 - }, - "I Mansaray": { - "recent_scores": [ - 12, - 0, - 15 - ], - "recent_avg": 9.0, - "recent_sr": 44.3 - }, - "I Master": { - "recent_scores": [ - 4, - 34, - 9, - 5 - ], - "recent_avg": 13.0, - "recent_sr": 89.7 - }, - "I Mugisha": { - "recent_scores": [ - 6, - 9, - 5, - 10, - 6, - 5, - 16, - 1 - ], - "recent_avg": 7.2, - "recent_sr": 105.5 - }, - "I Muhawenimana": { - "recent_scores": [ - 4, - 7, - 1, - 0, - 1, - 1 - ], - "recent_avg": 2.3, - "recent_sr": 60.9 - }, - "I Muntean": { - "recent_scores": [ - 0, - 0, - 1, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 14.3 - }, - "I Mustafoev": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 12.5 - }, - "I Mutoni": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "I Nakisuuyi": { - "recent_scores": [ - 2, - 25, - 12, - 6, - 14, - 5 - ], - "recent_avg": 10.7, - "recent_sr": 85.3 - }, - "I Nandakumar": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 55.2 - }, - "I Niyomugabo": { - "recent_scores": [ - 3, - 36, - 5, - 5, - 26, - 7, - 3, - 1, - 18, - 16 - ], - "recent_avg": 12.0, - "recent_sr": 94.5 - }, - "I Ntirenganya": { - "recent_scores": [ - 1, - 1, - 0, - 7, - 0, - 16, - 1, - 1, - 0, - 0 - ], - "recent_avg": 2.7, - "recent_sr": 64.3 - }, - "I Palliya": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "I Pandey": { - "recent_scores": [ - 84, - 55, - 20 - ], - "recent_avg": 53.0, - "recent_sr": 90.3 - }, - "I Ranaweera": { - "recent_scores": [ - 2, - 1, - 2, - 3, - 3, - 0, - 8, - 1, - 5, - 10 - ], - "recent_avg": 3.5, - "recent_sr": 29.7 - }, - "I Rodriguez": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "I Seneviratne": { - "recent_scores": [ - 5, - 2, - 4, - 6 - ], - "recent_avg": 4.2, - "recent_sr": 63.0 - }, - "I Shukla": { - "recent_scores": [ - 0, - 2, - 3, - 0, - 0, - 0, - 2, - 5, - 4, - 1 - ], - "recent_avg": 1.7, - "recent_sr": 20.2 - }, - "I Smotara": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "I Stewart": { - "recent_scores": [ - 12, - 27, - 9, - 5, - 3, - 14 - ], - "recent_avg": 11.7, - "recent_sr": 132.1 - }, - "I Stoilva": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "I Suhun": { - "recent_scores": [ - 1, - 0, - 14, - 4, - 5, - 3, - 30, - 6, - 5, - 0 - ], - "recent_avg": 6.8, - "recent_sr": 73.1 - }, - "I Takahashi": { - "recent_scores": [ - 1, - 13, - 37, - 10, - 25, - 54, - 7, - 29, - 2, - 3 - ], - "recent_avg": 18.1, - "recent_sr": 141.4 - }, - "I Tchakou": { - "recent_scores": [ - 5, - 0, - 21, - 0, - 0, - 13, - 4, - 0, - 7, - 5 - ], - "recent_avg": 5.5, - "recent_sr": 72.4 - }, - "I Toua": { - "recent_scores": [ - 6, - 0, - 6, - 10, - 0, - 14, - 4, - 6, - 8, - 6 - ], - "recent_avg": 6.0, - "recent_sr": 51.3 - }, - "I Uboh": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 25.0 - }, - "I Vrignaud": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 6.7 - }, - "I Waqavakatoga": { - "recent_scores": [ - 1, - 1, - 3, - 14, - 4, - 10, - 30, - 14, - 17, - 19 - ], - "recent_avg": 11.3, - "recent_sr": 58.9 - }, - "I Wardlaw": { - "recent_scores": [ - 0, - 0, - 5, - 0, - 0, - 2, - 7, - 4 - ], - "recent_avg": 2.2, - "recent_sr": 54.5 - }, - "I Zigante": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 48.0 - }, - "I van Zyl": { - "recent_scores": [ - 25, - 6, - 27, - 0, - 22 - ], - "recent_avg": 16.0, - "recent_sr": 72.1 - }, - "I van der Woning": { - "recent_scores": [ - 1, - 9, - 2, - 1 - ], - "recent_avg": 3.2, - "recent_sr": 37.1 - }, - "IA De Silva": { - "recent_scores": [ - 0, - 55, - 6, - 1, - 21, - 8, - 20, - 58, - 14, - 43 - ], - "recent_avg": 22.6, - "recent_sr": 100.9 - }, - "IA Karim": { - "recent_scores": [ - 23, - 108, - 65 - ], - "recent_avg": 65.3, - "recent_sr": 82.7 - }, - "IC Gaze": { - "recent_scores": [ - 22, - 11, - 7, - 68, - 37, - 18, - 20, - 59, - 14, - 65 - ], - "recent_avg": 32.1, - "recent_sr": 105.6 - }, - "IC Simao": { - "recent_scores": [ - 0, - 0, - 0, - 0, - 2, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 16.7 - }, - "ID Matic": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "IDA Damarell": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 28.6 - }, - "IDM Latin": { - "recent_scores": [ - 30, - 15, - 4 - ], - "recent_avg": 16.3, - "recent_sr": 81.7 - }, - "IE Mulhovo": { - "recent_scores": [ - 0, - 1, - 10, - 9, - 0, - 0, - 15, - 7, - 11, - 10 - ], - "recent_avg": 6.3, - "recent_sr": 31.5 - }, - "IECM Wong": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 12.1 - }, - "IG Butler": { - "recent_scores": [ - 13, - 4, - 6, - 6, - 25, - 24, - 0, - 0 - ], - "recent_avg": 9.8, - "recent_sr": 62.4 - }, - "IG Holland": { - "recent_scores": [ - 10, - 52, - 10, - 12 - ], - "recent_avg": 21.0, - "recent_sr": 123.5 - }, - "IG Sharp": { - "recent_scores": [ - 6, - 16, - 11, - 9, - 25 - ], - "recent_avg": 13.4, - "recent_sr": 77.9 - }, - "IGASF Pratiwi": { - "recent_scores": [ - 21, - 3, - 0, - 17 - ], - "recent_avg": 10.2, - "recent_sr": 61.2 - }, - "IGTP Wiguna": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 30.0 - }, - "IGTR Kumara": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 25.0 - }, - "IH Romaine": { - "recent_scores": [ - 2, - 0, - 61, - 2, - 11, - 0, - 0, - 2, - 9, - 23 - ], - "recent_avg": 11.0, - "recent_sr": 47.6 - }, - "II Mabunda": { - "recent_scores": [ - 2, - 0, - 11 - ], - "recent_avg": 4.3, - "recent_sr": 65.0 - }, - "II Selemani": { - "recent_scores": [ - 63, - 110, - 35, - 3, - 3, - 4, - 0, - 33, - 10, - 9 - ], - "recent_avg": 27.0, - "recent_sr": 137.1 - }, - "IIA Vildosola": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "IIR Bhana": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "IJL Trott": { - "recent_scores": [ - 9, - 59, - 4, - 19, - 99, - 72, - 16, - 58, - 48, - 104 - ], - "recent_avg": 48.8, - "recent_sr": 49.2 - }, - "IJR Zwilling": { - "recent_scores": [ - 14, - 28, - 5, - 6, - 32, - 0, - 2, - 7, - 18, - 0 - ], - "recent_avg": 11.2, - "recent_sr": 41.5 - }, - "IK Cheema": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 73.3 - }, - "IK Darmawan": { - "recent_scores": [ - 9, - 16 - ], - "recent_avg": 12.5, - "recent_sr": 71.4 - }, - "IK Gamantika": { - "recent_scores": [ - 48, - 3, - 26, - 11, - 8 - ], - "recent_avg": 19.2, - "recent_sr": 82.1 - }, - "IKEG Artawan": { - "recent_scores": [ - 8, - 0, - 6, - 0, - 10, - 7, - 0, - 0, - 1, - 0 - ], - "recent_avg": 3.2, - "recent_sr": 50.8 - }, - "IKO Aboagye": { - "recent_scores": [ - 9, - 8 - ], - "recent_avg": 8.5, - "recent_sr": 130.8 - }, - "IL Parks": { - "recent_scores": [ - 8, - 7, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 36.6 - }, - "IM Farrell": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "IM Vaghela": { - "recent_scores": [ - 1, - 20, - 14, - 6, - 4 - ], - "recent_avg": 9.0, - "recent_sr": 49.5 - }, - "IMHC Joyce": { - "recent_scores": [ - 30, - 33, - 24, - 31, - 0, - 62, - 21, - 0 - ], - "recent_avg": 25.1, - "recent_sr": 64.4 - }, - "IO Okpe": { - "recent_scores": [ - 22, - 11 - ], - "recent_avg": 16.5, - "recent_sr": 106.5 - }, - "IP Swaney": { - "recent_scores": [ - 8, - 23, - 14, - 2, - 1, - 20, - 12, - 7, - 7, - 3 - ], - "recent_avg": 9.7, - "recent_sr": 121.2 - }, - "IR Bell": { - "recent_scores": [ - 40, - 50, - 68, - 23, - 1, - 118, - 12, - 61, - 13, - 30 - ], - "recent_avg": 41.6, - "recent_sr": 41.6 - }, - "IR James": { - "recent_scores": [ - 24, - 27 - ], - "recent_avg": 25.5, - "recent_sr": 79.7 - }, - "IS Billcliff": { - "recent_scores": [ - 3, - 3, - 50, - 20, - 8, - 9, - 16, - 1, - 71, - 42 - ], - "recent_avg": 22.3, - "recent_sr": 57.3 - }, - "IS Mananelage": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 30.8 - }, - "IU Jayamannage": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "IW Budiarta": { - "recent_scores": [ - 0, - 4, - 0 - ], - "recent_avg": 1.3, - "recent_sr": 80.0 - }, - "IY Mckeon": { - "recent_scores": [ - 5, - 0, - 56, - 14, - 9, - 13, - 35, - 4, - 94, - 0 - ], - "recent_avg": 23.0, - "recent_sr": 103.1 - }, - "Ibrahim Altinoluk": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Ibrahim Hassan": { - "recent_scores": [ - 6, - 13, - 4, - 0, - 0 - ], - "recent_avg": 4.6, - "recent_sr": 60.5 - }, - "Ibrahim Jabarkhel": { - "recent_scores": [ - 4, - 6, - 2, - 12, - 0 - ], - "recent_avg": 4.8, - "recent_sr": 82.8 - }, - "Ibrahim Karim": { - "recent_scores": [ - 2, - 1 - ], - "recent_avg": 1.5, - "recent_sr": 50.0 - }, - "Ibrahim Kpaka": { - "recent_scores": [ - 2, - 15, - 0, - 6, - 18, - 3, - 0, - 1 - ], - "recent_avg": 5.6, - "recent_sr": 81.8 - }, - "Ibrahim Kursad Dalyan": { - "recent_scores": [ - 0, - 0, - 1, - 2, - 6, - 1 - ], - "recent_avg": 1.7, - "recent_sr": 37.0 - }, - "Ibrahim Nashath": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 60.0 - }, - "Ibrahim Rahimi": { - "recent_scores": [ - 4, - 5, - 37, - 0, - 4, - 29, - 18, - 0, - 15, - 9 - ], - "recent_avg": 12.1, - "recent_sr": 139.1 - }, - "Ibrahim Rizan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Ibrar Ahmad": { - "recent_scores": [ - 16, - 9, - 9, - 16, - 2, - 8, - 0 - ], - "recent_avg": 8.6, - "recent_sr": 139.5 - }, - "Idrees Ul Haque": { - "recent_scores": [ - 13, - 13, - 10, - 7, - 2, - 15, - 8, - 8, - 12, - 34 - ], - "recent_avg": 12.2, - "recent_sr": 109.9 - }, - "Iftekar Jaman": { - "recent_scores": [ - 20, - 22, - 1 - ], - "recent_avg": 14.3, - "recent_sr": 138.7 - }, - "Iftikhar Ahmed": { - "recent_scores": [ - 13, - 37, - 7, - 4 - ], - "recent_avg": 15.2, - "recent_sr": 42.7 - }, - "Iftikhar Kankhel": { - "recent_scores": [ - 8, - 0, - 0, - 1 - ], - "recent_avg": 2.2, - "recent_sr": 64.3 - }, - "Ignacio Lisboa": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "Ihsanullah Wafa": { - "recent_scores": [ - 3, - 18, - 32, - 12 - ], - "recent_avg": 16.2, - "recent_sr": 127.5 - }, - "Ijaz Hussain": { - "recent_scores": [ - 5, - 6, - 1, - 15, - 9, - 1, - 17, - 24, - 4, - 8 - ], - "recent_avg": 9.0, - "recent_sr": 103.4 - }, - "Ikbal Hossain": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 166.7 - }, - "Ikramullah Khan": { - "recent_scores": [ - 10, - 6, - 16, - 10, - 17, - 2, - 6, - 13, - 11, - 55 - ], - "recent_avg": 14.6, - "recent_sr": 111.5 - }, - "Ilenia Sims": { - "recent_scores": [ - 9, - 0, - 37, - 13, - 61, - 0, - 14, - 12, - 22, - 1 - ], - "recent_avg": 16.9, - "recent_sr": 91.4 - }, - "Ilyas Ahmed": { - "recent_scores": [ - 3, - 4, - 3, - 3, - 1, - 1 - ], - "recent_avg": 2.5, - "recent_sr": 107.1 - }, - "Ilyas Ataullah": { - "recent_scores": [ - 4, - 2, - 15, - 44, - 21, - 26, - 86, - 1, - 3, - 1 - ], - "recent_avg": 20.3, - "recent_sr": 121.6 - }, - "Ilyas Cetin": { - "recent_scores": [ - 7, - 6 - ], - "recent_avg": 6.5, - "recent_sr": 76.5 - }, - "Imad Wasim": { - "recent_scores": [ - 34, - 6, - 28, - 6, - 0, - 30, - 12, - 68, - 34 - ], - "recent_avg": 24.2, - "recent_sr": 98.2 - }, - "Imal Zuwak": { - "recent_scores": [ - 10, - 32, - 20, - 6, - 0, - 0, - 7, - 7, - 7, - 17 - ], - "recent_avg": 10.6, - "recent_sr": 86.2 - }, - "Imam-ul-Haq": { - "recent_scores": [ - 47, - 26, - 93, - 22, - 72, - 6, - 51, - 95, - 120, - 60 - ], - "recent_avg": 59.2, - "recent_sr": 48.4 - }, - "Imran Ahmed Kaneez": { - "recent_scores": [ - 0, - 11, - 0, - 1, - 7, - 0 - ], - "recent_avg": 3.2, - "recent_sr": 33.9 - }, - "Imran Ali Butt": { - "recent_scores": [ - 6, - 1 - ], - "recent_avg": 3.5, - "recent_sr": 43.8 - }, - "Imran Ameer": { - "recent_scores": [ - 2, - 1, - 0, - 1, - 2, - 17, - 28, - 34, - 3, - 7 - ], - "recent_avg": 9.5, - "recent_sr": 109.2 - }, - "Imran Anwar": { - "recent_scores": [ - 20, - 14, - 0, - 11, - 24 - ], - "recent_avg": 13.8, - "recent_sr": 125.5 - }, - "Imran Arif": { - "recent_scores": [ - 40, - 16, - 0, - 28, - 13 - ], - "recent_avg": 19.4, - "recent_sr": 132.9 - }, - "Imran Butt": { - "recent_scores": [ - 38, - 11 - ], - "recent_avg": 24.5, - "recent_sr": 52.7 - }, - "Imran Farhat": { - "recent_scores": [ - 73, - 11, - 44, - 29, - 34, - 110, - 28, - 52, - 75, - 21 - ], - "recent_avg": 47.7, - "recent_sr": 45.2 - }, - "Imran Haider": { - "recent_scores": [ - 0, - 1, - 10, - 0, - 18, - 0, - 0, - 5, - 1, - 13 - ], - "recent_avg": 4.8, - "recent_sr": 43.2 - }, - "Imran Khan": { - "recent_scores": [ - 1, - 1, - 1, - 1, - 0, - 0, - 2, - 1, - 2, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 66.7 - }, - "Imran Khan (1)": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Imran Khan (4)": { - "recent_scores": [ - 36, - 1 - ], - "recent_avg": 18.5, - "recent_sr": 132.1 - }, - "Imran Nazir": { - "recent_scores": [ - 28, - 20, - 5, - 35, - 23, - 20, - 17, - 2, - 16, - 160 - ], - "recent_avg": 32.6, - "recent_sr": 100.0 - }, - "Imran Yousaf": { - "recent_scores": [ - 1, - 2 - ], - "recent_avg": 1.5, - "recent_sr": 50.0 - }, - "Imrul Kayes": { - "recent_scores": [ - 9, - 12, - 46, - 3, - 48, - 36, - 59, - 58, - 39, - 19 - ], - "recent_avg": 32.9, - "recent_sr": 46.7 - }, - "Imtiaz Khan": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "Inam-ul-Haq": { - "recent_scores": [ - 1, - 16, - 8, - 41, - 24, - 22, - 31 - ], - "recent_avg": 20.4, - "recent_sr": 100.0 - }, - "Inshaf Farook": { - "recent_scores": [ - 10, - 1, - 28, - 1, - 18 - ], - "recent_avg": 11.6, - "recent_sr": 90.6 - }, - "Inzamam-ul-Haq": { - "recent_scores": [ - 17, - 28, - 93, - 41, - 0, - 31, - 63, - 13, - 125, - 15 - ], - "recent_avg": 42.6, - "recent_sr": 50.3 - }, - "Iqbal Hossain": { - "recent_scores": [ - 7, - 20, - 0, - 0, - 14, - 36, - 0, - 66, - 38, - 42 - ], - "recent_avg": 22.3, - "recent_sr": 172.9 - }, - "Iqbal Hussain": { - "recent_scores": [ - 0, - 24, - 6 - ], - "recent_avg": 10.0, - "recent_sr": 176.5 - }, - "Iqra Ishaq": { - "recent_scores": [ - 0, - 5, - 6 - ], - "recent_avg": 3.7, - "recent_sr": 23.4 - }, - "Iqra Sahar": { - "recent_scores": [ - 1, - 2, - 1, - 1, - 4, - 1, - 3, - 5, - 4, - 5 - ], - "recent_avg": 2.7, - "recent_sr": 57.4 - }, - "Iram Javed": { - "recent_scores": [ - 15, - 24, - 3, - 26, - 4, - 40, - 1, - 12, - 19, - 15 - ], - "recent_avg": 15.9, - "recent_sr": 62.6 - }, - "Irdina Beh Nabil": { - "recent_scores": [ - 2, - 3, - 1, - 0, - 7, - 19, - 6, - 16, - 4, - 2 - ], - "recent_avg": 6.0, - "recent_sr": 56.6 - }, - "Irfan Ahmed": { - "recent_scores": [ - 30, - 25, - 0 - ], - "recent_avg": 18.3, - "recent_sr": 67.9 - }, - "Irfan Hafejee": { - "recent_scores": [ - 1, - 10, - 25, - 2, - 2 - ], - "recent_avg": 8.0, - "recent_sr": 61.5 - }, - "Irfan Khan": { - "recent_scores": [ - 0, - 15, - 1, - 3, - 7, - 22 - ], - "recent_avg": 8.0, - "recent_sr": 64.0 - }, - "Irfan Ringku": { - "recent_scores": [ - 15, - 17, - 68, - 64, - 6, - 10, - 31, - 6, - 16, - 14 - ], - "recent_avg": 24.7, - "recent_sr": 144.4 - }, - "Irfan Safi": { - "recent_scores": [ - 18, - 0, - 18, - 20, - 16, - 6, - 8, - 6, - 4, - 15 - ], - "recent_avg": 11.1, - "recent_sr": 103.7 - }, - "Irfan Sarfraz": { - "recent_scores": [ - 18, - 7, - 13 - ], - "recent_avg": 12.7, - "recent_sr": 67.9 - }, - "Irshad Mubbashar": { - "recent_scores": [ - 6, - 21, - 19, - 18 - ], - "recent_avg": 16.0, - "recent_sr": 84.2 - }, - "Isa Zaroo": { - "recent_scores": [ - 25, - 8, - 41, - 49, - 1, - 2, - 0, - 29, - 27, - 10 - ], - "recent_avg": 19.2, - "recent_sr": 111.6 - }, - "Isaiah O'Brien": { - "recent_scores": [ - 30 - ], - "recent_avg": 30.0, - "recent_sr": 272.7 - }, - "Ishma Tanjim": { - "recent_scores": [ - 14, - 2, - 8 - ], - "recent_avg": 8.0, - "recent_sr": 36.9 - }, - "Ishtiaq Ahmad": { - "recent_scores": [ - 12, - 16, - 1, - 8, - 0, - 1, - 5, - 6, - 7, - 0 - ], - "recent_avg": 5.6, - "recent_sr": 147.4 - }, - "Ismaeel Zia": { - "recent_scores": [ - 2, - 19, - 0, - 22, - 1, - 10 - ], - "recent_avg": 9.0, - "recent_sr": 75.0 - }, - "Ismail Ali": { - "recent_scores": [ - 33, - 12, - 1, - 5, - 23, - 7, - 20, - 4, - 3, - 9 - ], - "recent_avg": 11.7, - "recent_sr": 103.5 - }, - "Ismail Sardar": { - "recent_scores": [ - 2, - 3 - ], - "recent_avg": 2.5, - "recent_sr": 29.4 - }, - "Ismaila Tanba": { - "recent_scores": [ - 18, - 5 - ], - "recent_avg": 11.5, - "recent_sr": 79.3 - }, - "Issa Al Balushi": { - "recent_scores": [ - 1, - 10, - 5 - ], - "recent_avg": 5.3, - "recent_sr": 69.6 - }, - "Itibarshah Deedar": { - "recent_scores": [ - 5, - 4 - ], - "recent_avg": 4.5, - "recent_sr": 81.8 - }, - "Ivan Splicevic": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Ivy Yeboah": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Izatullah Dawlatzai": { - "recent_scores": [ - 24 - ], - "recent_avg": 24.0, - "recent_sr": 200.0 - }, - "Izaz Ali": { - "recent_scores": [ - 2, - 18, - 25, - 83, - 1, - 1, - 30, - 30, - 0, - 18 - ], - "recent_avg": 20.8, - "recent_sr": 132.5 - }, - "Izhar Hussain": { - "recent_scores": [ - 29, - 20, - 0, - 1 - ], - "recent_avg": 12.5, - "recent_sr": 83.3 - }, - "J Abwom": { - "recent_scores": [ - 1, - 15, - 2, - 12 - ], - "recent_avg": 7.5, - "recent_sr": 53.6 - }, - "J Ajiambo": { - "recent_scores": [ - 2, - 0, - 1, - 0, - 2, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "J Albin": { - "recent_scores": [ - 2, - 10, - 1, - 7, - 16, - 1, - 4, - 19, - 3, - 12 - ], - "recent_avg": 7.5, - "recent_sr": 70.1 - }, - "J Alegra": { - "recent_scores": [ - 8, - 2, - 2, - 41, - 4, - 30, - 33, - 6, - 13, - 2 - ], - "recent_avg": 14.1, - "recent_sr": 86.5 - }, - "J Anderson": { - "recent_scores": [ - 39, - 5, - 34, - 19, - 12, - 9 - ], - "recent_avg": 19.7, - "recent_sr": 57.6 - }, - "J Andrew": { - "recent_scores": [ - 0, - 8 - ], - "recent_avg": 4.0, - "recent_sr": 61.5 - }, - "J Baguma": { - "recent_scores": [ - 2, - 0, - 0, - 11, - 6, - 2, - 1, - 9, - 9 - ], - "recent_avg": 4.4, - "recent_sr": 71.4 - }, - "J Baker": { - "recent_scores": [ - 56, - 37, - 25, - 40, - 40, - 50, - 94, - 55, - 15, - 51 - ], - "recent_avg": 46.3, - "recent_sr": 135.8 - }, - "J Baleicikoibia": { - "recent_scores": [ - 6, - 2, - 2, - 39, - 1, - 9, - 7, - 31, - 2, - 12 - ], - "recent_avg": 11.1, - "recent_sr": 65.7 - }, - "J Bangura": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 137.5 - }, - "J Barker": { - "recent_scores": [ - 6, - 2, - 19, - 1, - 8, - 48, - 33, - 18, - 2, - 23 - ], - "recent_avg": 16.0, - "recent_sr": 89.9 - }, - "J Batinibulu": { - "recent_scores": [ - 1, - 0, - 5 - ], - "recent_avg": 2.0, - "recent_sr": 46.2 - }, - "J Blades": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "J Broad": { - "recent_scores": [ - 18, - 22, - 52, - 27, - 50, - 28, - 9, - 62, - 20 - ], - "recent_avg": 32.0, - "recent_sr": 115.2 - }, - "J Buchanan": { - "recent_scores": [ - 1, - 10 - ], - "recent_avg": 5.5, - "recent_sr": 68.8 - }, - "J Bulele": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 16.7 - }, - "J Butler": { - "recent_scores": [ - 6, - 1, - 20 - ], - "recent_avg": 9.0, - "recent_sr": 60.0 - }, - "J Byrappa": { - "recent_scores": [ - 14, - 5, - 1, - 27, - 43, - 7, - 7, - 5, - 9 - ], - "recent_avg": 13.1, - "recent_sr": 92.9 - }, - "J Cama": { - "recent_scores": [ - 3, - 0, - 1, - 24, - 3 - ], - "recent_avg": 6.2, - "recent_sr": 110.7 - }, - "J Campbell": { - "recent_scores": [ - 37 - ], - "recent_avg": 37.0, - "recent_sr": 56.9 - }, - "J Charles": { - "recent_scores": [ - 52, - 152, - 16, - 34, - 14 - ], - "recent_avg": 53.6, - "recent_sr": 128.8 - }, - "J Chaturanga": { - "recent_scores": [ - 4, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 57.1 - }, - "J Chialoufas": { - "recent_scores": [ - 11, - 0, - 20, - 37, - 0, - 13, - 2, - 37, - 27, - 0 - ], - "recent_avg": 14.7, - "recent_sr": 98.7 - }, - "J Chirila": { - "recent_scores": [ - 6, - 14, - 10 - ], - "recent_avg": 10.0, - "recent_sr": 45.5 - }, - "J Chunquin": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "J Cleetus": { - "recent_scores": [ - 3, - 0, - 0, - 2 - ], - "recent_avg": 1.2, - "recent_sr": 50.0 - }, - "J Clough": { - "recent_scores": [ - 5, - 12, - 9 - ], - "recent_avg": 8.7, - "recent_sr": 86.7 - }, - "J Coetzee": { - "recent_scores": [ - 19, - 3, - 14, - 7, - 31, - 12, - 34, - 1, - 8, - 2 - ], - "recent_avg": 13.1, - "recent_sr": 86.2 - }, - "J Cutinho": { - "recent_scores": [ - 13, - 3, - 1, - 11 - ], - "recent_avg": 7.0, - "recent_sr": 68.3 - }, - "J Daley": { - "recent_scores": [ - 12, - 56, - 15, - 4 - ], - "recent_avg": 21.8, - "recent_sr": 108.7 - }, - "J Danikula": { - "recent_scores": [ - 0, - 19, - 1, - 2, - 17 - ], - "recent_avg": 7.8, - "recent_sr": 54.9 - }, - "J Dickinson": { - "recent_scores": [ - 15 - ], - "recent_avg": 15.0, - "recent_sr": 100.0 - }, - "J Dowling": { - "recent_scores": [ - 7, - 3, - 2, - 5, - 1 - ], - "recent_avg": 3.6, - "recent_sr": 54.5 - }, - "J Drysdale": { - "recent_scores": [ - 10, - 2 - ], - "recent_avg": 6.0, - "recent_sr": 60.0 - }, - "J Dunn": { - "recent_scores": [ - 14, - 23, - 27, - 0, - 0, - 11 - ], - "recent_avg": 12.5, - "recent_sr": 92.6 - }, - "J Dzulfikar": { - "recent_scores": [ - 11, - 10, - 2, - 5, - 17, - 8, - 7, - 2, - 4, - 25 - ], - "recent_avg": 9.1, - "recent_sr": 77.1 - }, - "J Edmiston": { - "recent_scores": [ - 22 - ], - "recent_avg": 22.0, - "recent_sr": 55.0 - }, - "J Edness": { - "recent_scores": [ - 35, - 72, - 0, - 12 - ], - "recent_avg": 29.8, - "recent_sr": 54.6 - }, - "J Edwards": { - "recent_scores": [ - 0, - 4, - 8, - 12, - 66, - 84, - 18, - 60, - 22, - 12 - ], - "recent_avg": 28.6, - "recent_sr": 108.3 - }, - "J Efosa": { - "recent_scores": [ - 0, - 3, - 6, - 1, - 13, - 1, - 1, - 7 - ], - "recent_avg": 4.0, - "recent_sr": 50.0 - }, - "J Erdenesuvd": { - "recent_scores": [ - 0, - 4, - 1, - 0, - 1, - 2, - 3, - 0 - ], - "recent_avg": 1.4, - "recent_sr": 10.5 - }, - "J Essex": { - "recent_scores": [ - 16, - 13, - 19, - 30, - 4, - 5 - ], - "recent_avg": 14.5, - "recent_sr": 69.0 - }, - "J Evans": { - "recent_scores": [ - 32, - 1, - 26, - 20, - 7, - 17, - 25 - ], - "recent_avg": 18.3, - "recent_sr": 97.7 - }, - "J Fernando": { - "recent_scores": [ - 7, - 9, - 38, - 21, - 7, - 12, - 30, - 9, - 31, - 12 - ], - "recent_avg": 17.6, - "recent_sr": 122.2 - }, - "J Figy John": { - "recent_scores": [ - 32, - 23 - ], - "recent_avg": 27.5, - "recent_sr": 73.3 - }, - "J Gallimore": { - "recent_scores": [ - 14, - 14, - 11 - ], - "recent_avg": 13.0, - "recent_sr": 92.9 - }, - "J George": { - "recent_scores": [ - 11, - 9, - 2, - 1, - 3 - ], - "recent_avg": 5.2, - "recent_sr": 50.0 - }, - "J Ghadiyali": { - "recent_scores": [ - 0, - 13, - 24, - 0, - 22 - ], - "recent_avg": 11.8, - "recent_sr": 74.7 - }, - "J Ghelzai": { - "recent_scores": [ - 0, - 4, - 6 - ], - "recent_avg": 3.3, - "recent_sr": 111.1 - }, - "J Glasgow": { - "recent_scores": [ - 9, - 0, - 8, - 7, - 50, - 50, - 8, - 17, - 12, - 9 - ], - "recent_avg": 17.0, - "recent_sr": 66.1 - }, - "J Goswami": { - "recent_scores": [ - 7, - 1, - 17, - 83 - ], - "recent_avg": 27.0, - "recent_sr": 31.4 - }, - "J Grassi": { - "recent_scores": [ - 9, - 16, - 20, - 13 - ], - "recent_avg": 14.5, - "recent_sr": 89.2 - }, - "J Gray": { - "recent_scores": [ - 1, - 18, - 19, - 24 - ], - "recent_avg": 15.5, - "recent_sr": 54.9 - }, - "J Grzinic": { - "recent_scores": [ - 6, - 7, - 0, - 8, - 0 - ], - "recent_avg": 4.2, - "recent_sr": 42.9 - }, - "J Guatam": { - "recent_scores": [ - 25, - 44, - 13, - 21 - ], - "recent_avg": 25.8, - "recent_sr": 124.1 - }, - "J Gumbie": { - "recent_scores": [ - 73 - ], - "recent_avg": 73.0, - "recent_sr": 50.3 - }, - "J Gunasekar": { - "recent_scores": [ - 0, - 37, - 31, - 11, - 2, - 25, - 42, - 3, - 41, - 58 - ], - "recent_avg": 25.0, - "recent_sr": 98.4 - }, - "J Hansrod": { - "recent_scores": [ - 9, - 0, - 31, - 0 - ], - "recent_avg": 10.0, - "recent_sr": 58.8 - }, - "J Henry": { - "recent_scores": [ - 0, - 4 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "J Hicks": { - "recent_scores": [ - 0, - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "J Hill": { - "recent_scores": [ - 42, - 1, - 23, - 62, - 7, - 12 - ], - "recent_avg": 24.5, - "recent_sr": 131.2 - }, - "J Horrocks": { - "recent_scores": [ - 4, - 9, - 3, - 11, - 0, - 20, - 1, - 6, - 0, - 3 - ], - "recent_avg": 5.7, - "recent_sr": 98.3 - }, - "J Hurley": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "J Intan": { - "recent_scores": [ - 0, - 9, - 0, - 0 - ], - "recent_avg": 2.2, - "recent_sr": 25.7 - }, - "J Jagroo": { - "recent_scores": [ - 19, - 7, - 0 - ], - "recent_avg": 8.7, - "recent_sr": 96.3 - }, - "J Jarvis": { - "recent_scores": [ - 9, - 0, - 7, - 2, - 4, - 12, - 4, - 15, - 16, - 0 - ], - "recent_avg": 6.9, - "recent_sr": 81.2 - }, - "J Jemison": { - "recent_scores": [ - 27, - 24, - 2, - 2, - 3, - 2, - 0, - 14, - 9, - 25 - ], - "recent_avg": 10.8, - "recent_sr": 83.1 - }, - "J Jojo": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 266.7 - }, - "J Kariko": { - "recent_scores": [ - 8, - 0 - ], - "recent_avg": 4.0, - "recent_sr": 66.7 - }, - "J Kemp": { - "recent_scores": [ - 1, - 3 - ], - "recent_avg": 2.0, - "recent_sr": 57.1 - }, - "J Kgang": { - "recent_scores": [ - 3, - 1, - 2, - 6, - 4 - ], - "recent_avg": 3.2, - "recent_sr": 30.8 - }, - "J Khadka": { - "recent_scores": [ - 2, - 0, - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 36.4 - }, - "J Kila": { - "recent_scores": [ - 13, - 18, - 24, - 36, - 4, - 0, - 10, - 12, - 0, - 8 - ], - "recent_avg": 12.5, - "recent_sr": 59.5 - }, - "J King": { - "recent_scores": [ - 8, - 3, - 1, - 1, - 14, - 13, - 9 - ], - "recent_avg": 7.0, - "recent_sr": 30.8 - }, - "J Kokam": { - "recent_scores": [ - 5, - 2 - ], - "recent_avg": 3.5, - "recent_sr": 36.8 - }, - "J Kominkova": { - "recent_scores": [ - 17, - 4, - 1, - 6, - 2, - 1, - 2, - 22, - 5, - 6 - ], - "recent_avg": 6.6, - "recent_sr": 36.3 - }, - "J Kowa": { - "recent_scores": [ - 12, - 18, - 9, - 14, - 0, - 0, - 9 - ], - "recent_avg": 8.9, - "recent_sr": 83.8 - }, - "J Kunnanchirakkal": { - "recent_scores": [ - 1, - 1, - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 66.7 - }, - "J Lassayo": { - "recent_scores": [ - 3, - 2, - 4, - 0, - 0, - 5, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 53.8 - }, - "J Lewis": { - "recent_scores": [ - 27 - ], - "recent_avg": 27.0, - "recent_sr": 58.7 - }, - "J Little": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "J Liyanage": { - "recent_scores": [ - 14, - 112, - 26, - 26, - 6, - 22, - 12, - 4, - 50, - 12 - ], - "recent_avg": 28.4, - "recent_sr": 122.4 - }, - "J Long": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 28.6 - }, - "J Louw": { - "recent_scores": [ - 23 - ], - "recent_avg": 23.0, - "recent_sr": 328.6 - }, - "J Madan": { - "recent_scores": [ - 12, - 16 - ], - "recent_avg": 14.0, - "recent_sr": 121.7 - }, - "J Maguire": { - "recent_scores": [ - 0, - 0, - 9, - 3, - 28, - 7, - 6, - 0, - 2, - 1 - ], - "recent_avg": 5.6, - "recent_sr": 69.1 - }, - "J Marples": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 60.9 - }, - "J Martins": { - "recent_scores": [ - 11, - 18, - 15, - 23, - 19, - 23, - 7, - 19, - 35, - 40 - ], - "recent_avg": 21.0, - "recent_sr": 116.7 - }, - "J Masquater": { - "recent_scores": [ - 2, - 0, - 32, - 9, - 0, - 2, - 29 - ], - "recent_avg": 10.6, - "recent_sr": 66.7 - }, - "J Mathew": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "J Mbabazi": { - "recent_scores": [ - 13, - 13, - 2, - 16, - 60, - 15, - 0, - 26, - 5, - 20 - ], - "recent_avg": 17.0, - "recent_sr": 72.6 - }, - "J Mees": { - "recent_scores": [ - 5, - 31, - 2, - 17, - 1, - 15, - 0, - 5, - 85, - 0 - ], - "recent_avg": 16.1, - "recent_sr": 122.9 - }, - "J Miyaji": { - "recent_scores": [ - 1, - 0, - 3, - 6, - 18, - 6, - 19, - 1, - 16, - 3 - ], - "recent_avg": 7.3, - "recent_sr": 132.7 - }, - "J Moondra": { - "recent_scores": [ - 1, - 2 - ], - "recent_avg": 1.5, - "recent_sr": 100.0 - }, - "J Mosca": { - "recent_scores": [ - 2, - 43, - 60, - 0, - 8, - 8, - 1, - 3, - 11, - 66 - ], - "recent_avg": 20.2, - "recent_sr": 128.7 - }, - "J Mubarak": { - "recent_scores": [ - 22, - 49, - 60, - 9, - 9, - 6, - 31 - ], - "recent_avg": 26.6, - "recent_sr": 45.0 - }, - "J Mulder": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 20.0 - }, - "J Newland": { - "recent_scores": [ - 0, - 0, - 37 - ], - "recent_avg": 12.3, - "recent_sr": 86.0 - }, - "J Nkomo": { - "recent_scores": [ - 76, - 52, - 40, - 53, - 4, - 20, - 33, - 9, - 0, - 31 - ], - "recent_avg": 31.8, - "recent_sr": 66.9 - }, - "J Nyirankundineza": { - "recent_scores": [ - 1, - 1, - 5, - 0, - 2 - ], - "recent_avg": 1.8, - "recent_sr": 56.2 - }, - "J Nyumbu": { - "recent_scores": [ - 8, - 15, - 15 - ], - "recent_avg": 12.7, - "recent_sr": 29.5 - }, - "J Oldham": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 83.3 - }, - "J Otieno": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 22.2 - }, - "J Pakeman": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 30.8 - }, - "J Pakhiaokajee": { - "recent_scores": [ - 22, - 2, - 2, - 4, - 0 - ], - "recent_avg": 6.0, - "recent_sr": 76.9 - }, - "J Pandey": { - "recent_scores": [ - 2, - 9, - 21, - 12, - 4 - ], - "recent_avg": 9.6, - "recent_sr": 54.5 - }, - "J Pant": { - "recent_scores": [ - 40 - ], - "recent_avg": 40.0, - "recent_sr": 133.3 - }, - "J Perman": { - "recent_scores": [ - 5, - 7, - 30, - 1 - ], - "recent_avg": 10.8, - "recent_sr": 110.3 - }, - "J Perry": { - "recent_scores": [ - 18, - 0, - 1 - ], - "recent_avg": 6.3, - "recent_sr": 44.2 - }, - "J Peter": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 35.7 - }, - "J Pickering": { - "recent_scores": [ - 10, - 13, - 12, - 3, - 1, - 0 - ], - "recent_avg": 6.5, - "recent_sr": 62.9 - }, - "J Pook": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 20.0 - }, - "J Post": { - "recent_scores": [ - 0, - 15, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 28.8 - }, - "J Proctor": { - "recent_scores": [ - 0, - 5, - 0 - ], - "recent_avg": 1.7, - "recent_sr": 27.8 - }, - "J Pullen": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 12.5 - }, - "J Ramanandi": { - "recent_scores": [ - 3, - 91, - 43, - 19, - 16, - 8, - 0, - 2 - ], - "recent_avg": 22.8, - "recent_sr": 97.3 - }, - "J Rasu": { - "recent_scores": [ - 14, - 91, - 15, - 8, - 18, - 52 - ], - "recent_avg": 33.0, - "recent_sr": 147.8 - }, - "J Reb": { - "recent_scores": [ - 5, - 7, - 8, - 19, - 11 - ], - "recent_avg": 10.0, - "recent_sr": 74.6 - }, - "J Rokoro": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "J Sainda": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "J Sanele": { - "recent_scores": [ - 12, - 3, - 15, - 1, - 20, - 4, - 12, - 0, - 12, - 14 - ], - "recent_avg": 9.3, - "recent_sr": 69.4 - }, - "J Santhanam": { - "recent_scores": [ - 1, - 3, - 5, - 18 - ], - "recent_avg": 6.8, - "recent_sr": 108.0 - }, - "J Sebanja": { - "recent_scores": [ - 15, - 6, - 13, - 20, - 0, - 11 - ], - "recent_avg": 10.8, - "recent_sr": 106.6 - }, - "J Shaju": { - "recent_scores": [ - 2, - 0, - 4, - 2, - 1, - 0, - 1 - ], - "recent_avg": 1.4, - "recent_sr": 33.3 - }, - "J Shields": { - "recent_scores": [ - 2, - 5, - 1, - 5 - ], - "recent_avg": 3.2, - "recent_sr": 34.2 - }, - "J Singye": { - "recent_scores": [ - 1, - 0, - 30 - ], - "recent_avg": 10.3, - "recent_sr": 155.0 - }, - "J Smits": { - "recent_scores": [ - 2, - 3, - 9, - 0, - 8, - 7, - 17, - 26 - ], - "recent_avg": 9.0, - "recent_sr": 36.9 - }, - "J Solomon": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "J Souckova": { - "recent_scores": [ - 1, - 7, - 0, - 8, - 6 - ], - "recent_avg": 4.4, - "recent_sr": 33.3 - }, - "J Stanigze": { - "recent_scores": [ - 1, - 5, - 14, - 33, - 16 - ], - "recent_avg": 13.8, - "recent_sr": 119.0 - }, - "J Suleman": { - "recent_scores": [ - 0, - 2, - 16, - 35 - ], - "recent_avg": 13.2, - "recent_sr": 82.8 - }, - "J Sumerauer": { - "recent_scores": [ - 21, - 35, - 28 - ], - "recent_avg": 28.0, - "recent_sr": 113.5 - }, - "J Taanyanda": { - "recent_scores": [ - 35, - 56, - 74 - ], - "recent_avg": 55.0, - "recent_sr": 139.8 - }, - "J Thomas": { - "recent_scores": [ - 5, - 7, - 26, - 9, - 6, - 1 - ], - "recent_avg": 9.0, - "recent_sr": 62.1 - }, - "J Trembeath-Moro": { - "recent_scores": [ - 19, - 16, - 12, - 28, - 14, - 39 - ], - "recent_avg": 21.3, - "recent_sr": 83.7 - }, - "J Tuffin": { - "recent_scores": [ - 11, - 1, - 12, - 9, - 19, - 6, - 10, - 5, - 29, - 9 - ], - "recent_avg": 11.1, - "recent_sr": 91.7 - }, - "J Tugsjargal": { - "recent_scores": [ - 14, - 1, - 6, - 19, - 6, - 0, - 0, - 4, - 5 - ], - "recent_avg": 6.1, - "recent_sr": 34.6 - }, - "J Umanath": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "J Vijay": { - "recent_scores": [ - 7, - 22, - 13, - 26, - 3, - 42, - 25, - 42 - ], - "recent_avg": 22.5, - "recent_sr": 128.6 - }, - "J Vira": { - "recent_scores": [ - 39, - 11, - 0, - 20, - 6 - ], - "recent_avg": 15.2, - "recent_sr": 100.0 - }, - "J West": { - "recent_scores": [ - 11, - 14, - 2, - 5 - ], - "recent_avg": 8.0, - "recent_sr": 56.1 - }, - "J Wilson": { - "recent_scores": [ - 1, - 2, - 31, - 4, - 26 - ], - "recent_avg": 12.8, - "recent_sr": 145.5 - }, - "J Yon": { - "recent_scores": [ - 1, - 9, - 0, - 5 - ], - "recent_avg": 3.8, - "recent_sr": 107.1 - }, - "J de Figueiredo": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "J van Heerden": { - "recent_scores": [ - 13, - 67, - 49, - 0, - 35, - 19, - 42, - 47, - 17, - 53 - ], - "recent_avg": 34.2, - "recent_sr": 123.0 - }, - "J van Vliet": { - "recent_scores": [ - 1, - 12, - 20, - 2 - ], - "recent_avg": 8.8, - "recent_sr": 41.7 - }, - "JA Burns": { - "recent_scores": [ - 4, - 59, - 58, - 35, - 62, - 4, - 97, - 189, - 15, - 46 - ], - "recent_avg": 56.9, - "recent_sr": 52.4 - }, - "JA Burrows": { - "recent_scores": [ - 1, - 1, - 10, - 0, - 6, - 4, - 0, - 28, - 2, - 1 - ], - "recent_avg": 5.3, - "recent_sr": 89.8 - }, - "JA Clarkson": { - "recent_scores": [ - 6, - 6, - 8, - 16, - 1 - ], - "recent_avg": 7.4, - "recent_sr": 67.3 - }, - "JA Davies": { - "recent_scores": [ - 38, - 54, - 16, - 70, - 68, - 16, - 2, - 10, - 20, - 30 - ], - "recent_avg": 32.4, - "recent_sr": 152.8 - }, - "JA Diergaardt": { - "recent_scores": [ - 0, - 36, - 0, - 11, - 6, - 5, - 7, - 8, - 0, - 6 - ], - "recent_avg": 7.9, - "recent_sr": 76.0 - }, - "JA Duffy": { - "recent_scores": [ - 17, - 11, - 14, - 36 - ], - "recent_avg": 19.5, - "recent_sr": 75.0 - }, - "JA Fitzgerald": { - "recent_scores": [ - 38, - 0 - ], - "recent_avg": 19.0, - "recent_sr": 190.0 - }, - "JA Miranda": { - "recent_scores": [ - 7, - 2, - 3 - ], - "recent_avg": 4.0, - "recent_sr": 48.0 - }, - "JA Rudolph": { - "recent_scores": [ - 32, - 42, - 53, - 88, - 11, - 1, - 157, - 51, - 29, - 44 - ], - "recent_avg": 50.8, - "recent_sr": 44.6 - }, - "JA Rymer": { - "recent_scores": [ - 1, - 0, - 4, - 11, - 1, - 24, - 51, - 13 - ], - "recent_avg": 13.1, - "recent_sr": 48.6 - }, - "JA Stiglitz": { - "recent_scores": [ - 5, - 13, - 37, - 1, - 1, - 0, - 17, - 4 - ], - "recent_avg": 9.8, - "recent_sr": 62.9 - }, - "JAD Lawrenson": { - "recent_scores": [ - 13, - 8, - 114, - 42 - ], - "recent_avg": 44.2, - "recent_sr": 82.3 - }, - "JAH Marshall": { - "recent_scores": [ - 28, - 24, - 10, - 5, - 28 - ], - "recent_avg": 19.0, - "recent_sr": 41.9 - }, - "JAM Henri": { - "recent_scores": [ - 6, - 0, - 5, - 25, - 0, - 8 - ], - "recent_avg": 7.3, - "recent_sr": 115.8 - }, - "JAN Ngono": { - "recent_scores": [ - 2, - 0, - 3, - 5, - 2, - 15, - 10, - 0, - 23, - 11 - ], - "recent_avg": 7.1, - "recent_sr": 47.7 - }, - "JAR Blain": { - "recent_scores": [ - 2, - 13, - 4, - 18, - 23, - 7 - ], - "recent_avg": 11.2, - "recent_sr": 50.0 - }, - "JB Abega": { - "recent_scores": [ - 5, - 0, - 15, - 0, - 9, - 6, - 0, - 4, - 3, - 0 - ], - "recent_avg": 4.2, - "recent_sr": 61.8 - }, - "JB Nero": { - "recent_scores": [ - 0, - 1, - 30 - ], - "recent_avg": 10.3, - "recent_sr": 55.4 - }, - "JB Reva": { - "recent_scores": [ - 3, - 0, - 11, - 1 - ], - "recent_avg": 3.8, - "recent_sr": 55.6 - }, - "JB Richards": { - "recent_scores": [ - 7, - 1 - ], - "recent_avg": 4.0, - "recent_sr": 50.0 - }, - "JC Balt": { - "recent_scores": [ - 0, - 0, - 35 - ], - "recent_avg": 11.7, - "recent_sr": 57.4 - }, - "JC Bieni": { - "recent_scores": [ - 3, - 2, - 6, - 25 - ], - "recent_avg": 9.0, - "recent_sr": 57.1 - }, - "JC Cullen": { - "recent_scores": [ - 1, - 3, - 0, - 0, - 12, - 0, - 2, - 1, - 7, - 0 - ], - "recent_avg": 2.6, - "recent_sr": 39.4 - }, - "JC Darji": { - "recent_scores": [ - 0, - 0, - 11, - 16, - 3, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 66.7 - }, - "JC Martin": { - "recent_scores": [ - 19, - 14, - 2 - ], - "recent_avg": 11.7, - "recent_sr": 94.6 - }, - "JC Sokomanu": { - "recent_scores": [ - 4, - 1, - 6, - 0, - 12 - ], - "recent_avg": 4.6, - "recent_sr": 67.6 - }, - "JC Tredwell": { - "recent_scores": [ - 8, - 37 - ], - "recent_avg": 22.5, - "recent_sr": 51.7 - }, - "JD Alembe": { - "recent_scores": [ - 6, - 0, - 0, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 46.2 - }, - "JD Allan": { - "recent_scores": [ - 1, - 12, - 1, - 2, - 16, - 9, - 6, - 4, - 1, - 36 - ], - "recent_avg": 8.8, - "recent_sr": 86.3 - }, - "JD Baker": { - "recent_scores": [ - 1, - 40, - 1, - 0, - 8 - ], - "recent_avg": 10.0, - "recent_sr": 102.0 - }, - "JD Bhatt": { - "recent_scores": [ - 4, - 24, - 17 - ], - "recent_avg": 15.0, - "recent_sr": 118.4 - }, - "JD Campbell": { - "recent_scores": [ - 123, - 39, - 61, - 58, - 16, - 125, - 22, - 36, - 40, - 30 - ], - "recent_avg": 55.0, - "recent_sr": 49.7 - }, - "JD Freyone": { - "recent_scores": [ - 1, - 8, - 3 - ], - "recent_avg": 4.0, - "recent_sr": 33.3 - }, - "JD Nel": { - "recent_scores": [ - 5, - 1 - ], - "recent_avg": 3.0, - "recent_sr": 50.0 - }, - "JD Newton": { - "recent_scores": [ - 0, - 0, - 26, - 6 - ], - "recent_avg": 8.0, - "recent_sr": 62.7 - }, - "JD Wildermuth": { - "recent_scores": [ - 16, - 18 - ], - "recent_avg": 17.0, - "recent_sr": 94.4 - }, - "JDA Richardson": { - "recent_scores": [ - 3, - 3, - 10, - 15, - 0 - ], - "recent_avg": 6.2, - "recent_sr": 62.0 - }, - "JDF Vandersay": { - "recent_scores": [ - 57, - 14 - ], - "recent_avg": 35.5, - "recent_sr": 92.2 - }, - "JE Cameron": { - "recent_scores": [ - 74, - 30 - ], - "recent_avg": 52.0, - "recent_sr": 52.0 - }, - "JE Dunford": { - "recent_scores": [ - 4, - 0, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 35.3 - }, - "JE Pitcher": { - "recent_scores": [ - 1, - 4, - 5 - ], - "recent_avg": 3.3, - "recent_sr": 50.0 - }, - "JE Ronalds": { - "recent_scores": [ - 45, - 0, - 31, - 23, - 3, - 26, - 35, - 0, - 40, - 4 - ], - "recent_avg": 20.7, - "recent_sr": 83.8 - }, - "JE Scott": { - "recent_scores": [ - 0, - 4 - ], - "recent_avg": 2.0, - "recent_sr": 57.1 - }, - "JE Titmuss": { - "recent_scores": [ - 0, - 4, - 1, - 13 - ], - "recent_avg": 4.5, - "recent_sr": 54.5 - }, - "JEA Doctora": { - "recent_scores": [ - 0, - 42, - 2, - 8, - 1, - 2, - 0, - 5, - 2, - 15 - ], - "recent_avg": 7.7, - "recent_sr": 80.2 - }, - "JF Bangura": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 36.4 - }, - "JF Chester": { - "recent_scores": [ - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "JF Jimenez": { - "recent_scores": [ - 19, - 4 - ], - "recent_avg": 11.5, - "recent_sr": 39.7 - }, - "JF Mooney": { - "recent_scores": [ - 7, - 5, - 0, - 13, - 12, - 10, - 8, - 2, - 6, - 36 - ], - "recent_avg": 9.9, - "recent_sr": 72.8 - }, - "JF Smagacz": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "JF Smith": { - "recent_scores": [ - 41, - 91 - ], - "recent_avg": 66.0, - "recent_sr": 87.4 - }, - "JG Kimaro": { - "recent_scores": [ - 0, - 6, - 0, - 0, - 3, - 23, - 8, - 6, - 2, - 13 - ], - "recent_avg": 6.1, - "recent_sr": 55.0 - }, - "JH Davey": { - "recent_scores": [ - 1, - 0, - 26, - 8, - 6, - 5, - 26, - 4, - 4, - 9 - ], - "recent_avg": 8.9, - "recent_sr": 65.0 - }, - "JH Kiani": { - "recent_scores": [ - 20, - 15, - 15, - 32, - 37, - 36 - ], - "recent_avg": 25.8, - "recent_sr": 104.0 - }, - "JH Mensah": { - "recent_scores": [ - 1, - 5 - ], - "recent_avg": 3.0, - "recent_sr": 85.7 - }, - "JH Stander": { - "recent_scores": [ - 12, - 22 - ], - "recent_avg": 17.0, - "recent_sr": 81.0 - }, - "JI Rodrigues": { - "recent_scores": [ - 38, - 66, - 55, - 85, - 95 - ], - "recent_avg": 67.8, - "recent_sr": 66.9 - }, - "JI de Villiers": { - "recent_scores": [ - 3, - 1, - 14, - 2, - 3, - 5, - 0 - ], - "recent_avg": 4.0, - "recent_sr": 43.1 - }, - "JJ Atkinson": { - "recent_scores": [ - 23, - 20, - 23, - 18 - ], - "recent_avg": 21.0, - "recent_sr": 55.3 - }, - "JJ Celestine": { - "recent_scores": [ - 12, - 1, - 15 - ], - "recent_avg": 9.3, - "recent_sr": 43.8 - }, - "JJ Chicuele": { - "recent_scores": [ - 1, - 8, - 6 - ], - "recent_avg": 5.0, - "recent_sr": 75.0 - }, - "JJ Davidson": { - "recent_scores": [ - 2, - 24, - 11, - 1 - ], - "recent_avg": 9.5, - "recent_sr": 111.8 - }, - "JJ Huo": { - "recent_scores": [ - 6, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 120.0 - }, - "JJ Nyambo": { - "recent_scores": [ - 1, - 2, - 0, - 2, - 4, - 2 - ], - "recent_avg": 1.8, - "recent_sr": 37.9 - }, - "JJ Smit": { - "recent_scores": [ - 43, - 2, - 4, - 24, - 26, - 10, - 25, - 2, - 9, - 14 - ], - "recent_avg": 15.9, - "recent_sr": 84.6 - }, - "JJ Tucker": { - "recent_scores": [ - 28, - 49, - 18, - 9, - 0, - 4, - 32, - 7, - 10, - 19 - ], - "recent_avg": 17.6, - "recent_sr": 63.3 - }, - "JJ Wright": { - "recent_scores": [ - 7, - 19, - 6 - ], - "recent_avg": 10.7, - "recent_sr": 91.4 - }, - "JK Kamande": { - "recent_scores": [ - 22, - 1, - 2, - 2, - 6, - 0, - 6, - 7, - 22, - 10 - ], - "recent_avg": 7.8, - "recent_sr": 39.0 - }, - "JK Mukhiya": { - "recent_scores": [ - 5, - 1 - ], - "recent_avg": 3.0, - "recent_sr": 46.2 - }, - "JK Vifah": { - "recent_scores": [ - 17 - ], - "recent_avg": 17.0, - "recent_sr": 56.7 - }, - "JKC Ahir": { - "recent_scores": [ - 7, - 13 - ], - "recent_avg": 10.0, - "recent_sr": 39.2 - }, - "JKC Claxton": { - "recent_scores": [ - 4, - 2, - 14, - 43, - 11, - 18, - 17 - ], - "recent_avg": 15.6, - "recent_sr": 106.9 - }, - "JKD Andreano": { - "recent_scores": [ - 0, - 1, - 0, - 0, - 0, - 0, - 1, - 4, - 5, - 7 - ], - "recent_avg": 1.8, - "recent_sr": 24.7 - }, - "JL Aras": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 83.3 - }, - "JL Gunn": { - "recent_scores": [ - 69, - 6, - 63, - 41, - 35, - 38 - ], - "recent_avg": 42.0, - "recent_sr": 33.2 - }, - "JL Hunter": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 45.7 - }, - "JL Jonassen": { - "recent_scores": [ - 28, - 25, - 16, - 45, - 24, - 153 - ], - "recent_avg": 48.5, - "recent_sr": 51.9 - }, - "JL Kovacic": { - "recent_scores": [ - 1, - 25, - 5, - 7 - ], - "recent_avg": 9.5, - "recent_sr": 122.6 - }, - "JL Martel": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 216.7 - }, - "JL Ontong": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 25.4 - }, - "JL Smith": { - "recent_scores": [ - 61, - 40, - 72, - 5, - 82, - 4, - 48, - 10, - 9, - 59 - ], - "recent_avg": 39.0, - "recent_sr": 66.8 - }, - "JL Tutty": { - "recent_scores": [ - 13, - 0, - 6, - 9, - 3 - ], - "recent_avg": 6.2, - "recent_sr": 70.5 - }, - "JM Anderson": { - "recent_scores": [ - 0, - 0, - 2, - 11, - 8, - 5, - 3, - 12, - 4, - 6 - ], - "recent_avg": 5.1, - "recent_sr": 34.0 - }, - "JM Apio": { - "recent_scores": [ - 0, - 8, - 0, - 9, - 1 - ], - "recent_avg": 3.6, - "recent_sr": 69.2 - }, - "JM Cox": { - "recent_scores": [ - 52 - ], - "recent_avg": 52.0, - "recent_sr": 52.0 - }, - "JM Davies": { - "recent_scores": [ - 3, - 2, - 1, - 29 - ], - "recent_avg": 8.8, - "recent_sr": 47.9 - }, - "JM Davison": { - "recent_scores": [ - 14, - 15, - 4, - 0, - 0, - 32, - 52, - 21, - 10, - 69 - ], - "recent_avg": 21.7, - "recent_sr": 108.5 - }, - "JM Dibble": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "JM Fields": { - "recent_scores": [ - 84, - 148 - ], - "recent_avg": 116.0, - "recent_sr": 56.6 - }, - "JM How": { - "recent_scores": [ - 1, - 44, - 14, - 16, - 59, - 93, - 75, - 55, - 15, - 131 - ], - "recent_avg": 50.3, - "recent_sr": 48.1 - }, - "JM Iradukunda": { - "recent_scores": [ - 25, - 0, - 2, - 0, - 14, - 0, - 1 - ], - "recent_avg": 6.0, - "recent_sr": 100.0 - }, - "JM Joao": { - "recent_scores": [ - 0, - 13, - 1, - 12, - 14, - 22, - 16, - 9, - 8, - 1 - ], - "recent_avg": 9.6, - "recent_sr": 84.2 - }, - "JM Kerr": { - "recent_scores": [ - 2, - 6, - 14, - 24, - 13, - 10, - 18, - 0, - 2, - 2 - ], - "recent_avg": 9.1, - "recent_sr": 115.2 - }, - "JM Muirhead": { - "recent_scores": [ - 12, - 10 - ], - "recent_avg": 11.0, - "recent_sr": 183.3 - }, - "JM Nthenya": { - "recent_scores": [ - 10, - 2, - 5, - 12, - 5, - 10, - 7, - 10 - ], - "recent_avg": 7.6, - "recent_sr": 60.4 - }, - "JM Obando": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "JM Polarouthu": { - "recent_scores": [ - 10, - 22, - 6 - ], - "recent_avg": 12.7, - "recent_sr": 79.2 - }, - "JM Vince": { - "recent_scores": [ - 94, - 43, - 17, - 80, - 17, - 85, - 1, - 81, - 18, - 58 - ], - "recent_avg": 49.4, - "recent_sr": 49.5 - }, - "JM Vujinovich": { - "recent_scores": [ - 38, - 7, - 0, - 23, - 25, - 8, - 3, - 2, - 20, - 0 - ], - "recent_avg": 12.6, - "recent_sr": 64.0 - }, - "JM Watkin": { - "recent_scores": [ - 0, - 0, - 1, - 23 - ], - "recent_avg": 6.0, - "recent_sr": 60.0 - }, - "JM Willathgamuwa": { - "recent_scores": [ - 18, - 0, - 2 - ], - "recent_avg": 6.7, - "recent_sr": 38.5 - }, - "JMV Junior": { - "recent_scores": [ - 3, - 9 - ], - "recent_avg": 6.0, - "recent_sr": 80.0 - }, - "JN Dorji": { - "recent_scores": [ - 4, - 0, - 0, - 9, - 30, - 9, - 17 - ], - "recent_avg": 9.9, - "recent_sr": 75.8 - }, - "JN Frylinck": { - "recent_scores": [ - 22, - 84, - 14, - 13, - 3, - 60, - 114, - 3, - 9, - 0 - ], - "recent_avg": 32.2, - "recent_sr": 71.7 - }, - "JN Gillespie": { - "recent_scores": [ - 30, - 7, - 14, - 2, - 12, - 24, - 12, - 54, - 11, - 31 - ], - "recent_avg": 19.7, - "recent_sr": 25.1 - }, - "JN Loftie-Eaton": { - "recent_scores": [ - 8, - 24, - 3, - 47, - 9, - 15, - 4, - 30, - 28, - 12 - ], - "recent_avg": 18.0, - "recent_sr": 69.2 - }, - "JN Malan": { - "recent_scores": [ - 15, - 25, - 22, - 11, - 0, - 57, - 39, - 26, - 4, - 1 - ], - "recent_avg": 20.0, - "recent_sr": 62.1 - }, - "JN Mohammed": { - "recent_scores": [ - 11, - 2, - 8, - 13, - 17, - 11, - 17, - 12, - 10, - 0 - ], - "recent_avg": 10.1, - "recent_sr": 54.3 - }, - "JN Snape": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 63.6 - }, - "JN du Plooy": { - "recent_scores": [ - 3, - 33, - 44, - 5 - ], - "recent_avg": 21.2, - "recent_sr": 132.8 - }, - "JNK Shannon": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 25.0 - }, - "JNT Seales": { - "recent_scores": [ - 2, - 15, - 0, - 2, - 45, - 28, - 4, - 15, - 2, - 22 - ], - "recent_avg": 13.5, - "recent_sr": 45.2 - }, - "JNT Vare": { - "recent_scores": [ - 1, - 13, - 4, - 16, - 1 - ], - "recent_avg": 7.0, - "recent_sr": 49.3 - }, - "JO Adedeji": { - "recent_scores": [ - 11, - 41, - 16, - 12, - 2, - 12, - 25, - 23, - 24, - 8 - ], - "recent_avg": 17.4, - "recent_sr": 82.1 - }, - "JO Ngoche": { - "recent_scores": [ - 1, - 9, - 1 - ], - "recent_avg": 3.7, - "recent_sr": 37.9 - }, - "JOA Gordon": { - "recent_scores": [ - 7, - 6, - 2, - 0, - 1, - 4, - 0, - 2 - ], - "recent_avg": 2.8, - "recent_sr": 45.8 - }, - "JOP Scamans": { - "recent_scores": [ - 3, - 18 - ], - "recent_avg": 10.5, - "recent_sr": 91.3 - }, - "JP Bray": { - "recent_scores": [ - 20, - 31, - 1, - 1, - 0, - 0, - 41, - 3, - 115, - 22 - ], - "recent_avg": 23.4, - "recent_sr": 63.1 - }, - "JP Cabrera": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 100.0 - }, - "JP Greaves": { - "recent_scores": [ - 180, - 3, - 43, - 38, - 202, - 67, - 57, - 29, - 3, - 42 - ], - "recent_avg": 66.4, - "recent_sr": 51.8 - }, - "JP Kaltapau": { - "recent_scores": [ - 3, - 6, - 2, - 37, - 37, - 19, - 30, - 28, - 0, - 31 - ], - "recent_avg": 19.3, - "recent_sr": 100.0 - }, - "JP Kotze": { - "recent_scores": [ - 38, - 3, - 48, - 4, - 1, - 7, - 29, - 2, - 40, - 0 - ], - "recent_avg": 17.2, - "recent_sr": 57.1 - }, - "JP Netto": { - "recent_scores": [ - 41, - 37, - 0, - 7 - ], - "recent_avg": 21.2, - "recent_sr": 119.7 - }, - "JQK Moala": { - "recent_scores": [ - 5, - 2, - 0, - 2 - ], - "recent_avg": 2.2, - "recent_sr": 42.9 - }, - "JR Barry": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "JR Cope": { - "recent_scores": [ - 23 - ], - "recent_avg": 23.0, - "recent_sr": 95.8 - }, - "JR Lucky": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 10.0 - }, - "JR Medianesta": { - "recent_scores": [ - 11, - 2, - 4, - 1, - 2, - 0, - 3, - 0, - 2 - ], - "recent_avg": 2.8, - "recent_sr": 41.7 - }, - "JR Newton": { - "recent_scores": [ - 50, - 1, - 23, - 2, - 5 - ], - "recent_avg": 16.2, - "recent_sr": 82.7 - }, - "JRMVB Sanjaya": { - "recent_scores": [ - 1, - 4, - 4, - 6, - 5 - ], - "recent_avg": 4.0, - "recent_sr": 111.1 - }, - "JS Eguid": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "JS Foster": { - "recent_scores": [ - 25, - 48 - ], - "recent_avg": 36.5, - "recent_sr": 31.5 - }, - "JS Henriksen": { - "recent_scores": [ - 22, - 12, - 2, - 8 - ], - "recent_avg": 11.0, - "recent_sr": 97.8 - }, - "JS Iggo": { - "recent_scores": [ - 6, - 0, - 13, - 7, - 7, - 31 - ], - "recent_avg": 10.7, - "recent_sr": 78.0 - }, - "JS Jesani": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 20.0 - }, - "JS Kundi": { - "recent_scores": [ - 3, - 13, - 1, - 9, - 17, - 5, - 15, - 1, - 1, - 0 - ], - "recent_avg": 6.5, - "recent_sr": 77.4 - }, - "JS Malhotra": { - "recent_scores": [ - 4, - 24, - 14, - 10, - 44 - ], - "recent_avg": 19.2, - "recent_sr": 109.1 - }, - "JS Ndanu": { - "recent_scores": [ - 7, - 0, - 1, - 9, - 1, - 0, - 1, - 3, - 1, - 3 - ], - "recent_avg": 2.6, - "recent_sr": 45.6 - }, - "JS Patel": { - "recent_scores": [ - 5, - 17, - 16, - 18, - 49, - 0, - 13, - 25, - 12, - 22 - ], - "recent_avg": 17.7, - "recent_sr": 62.3 - }, - "JS Pooranakaran": { - "recent_scores": [ - 0, - 2, - 1, - 0, - 0, - 2, - 0, - 0, - 0, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 13.9 - }, - "JT Brassell": { - "recent_scores": [ - 3, - 1, - 2, - 0, - 0, - 1, - 0, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 26.7 - }, - "JT Manase": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 44.4 - }, - "JT Pooranakaran": { - "recent_scores": [ - 2, - 8, - 0, - 2, - 0, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 25.5 - }, - "JT Smuts": { - "recent_scores": [ - 17, - 84, - 41, - 31, - 7 - ], - "recent_avg": 36.0, - "recent_sr": 77.3 - }, - "JV Chand": { - "recent_scores": [ - 38, - 12, - 47, - 30, - 18, - 17, - 12, - 25, - 22, - 47 - ], - "recent_avg": 26.8, - "recent_sr": 103.1 - }, - "JW Chilia": { - "recent_scores": [ - 14, - 1, - 12, - 2, - 3 - ], - "recent_avg": 6.4, - "recent_sr": 103.2 - }, - "JW Dernbach": { - "recent_scores": [ - 2, - 0, - 2, - 2, - 3, - 2, - 3, - 5 - ], - "recent_avg": 2.4, - "recent_sr": 47.5 - }, - "JW Hastings": { - "recent_scores": [ - 52 - ], - "recent_avg": 52.0, - "recent_sr": 58.4 - }, - "JW Jenner": { - "recent_scores": [ - 32, - 11, - 0, - 76 - ], - "recent_avg": 29.8, - "recent_sr": 67.6 - }, - "JW Ogle-Thomas": { - "recent_scores": [ - 9, - 1 - ], - "recent_avg": 5.0, - "recent_sr": 58.8 - }, - "JW Wilson": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "JWM Dalrymple": { - "recent_scores": [ - 1, - 2, - 3, - 5, - 3, - 29, - 30, - 14, - 10, - 0 - ], - "recent_avg": 9.7, - "recent_sr": 73.5 - }, - "JWN Moses": { - "recent_scores": [ - 20, - 13, - 0 - ], - "recent_avg": 11.0, - "recent_sr": 150.0 - }, - "JWP Stephan": { - "recent_scores": [ - 5, - 12, - 5 - ], - "recent_avg": 7.3, - "recent_sr": 71.0 - }, - "JWW Gardner": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "JY Masaya": { - "recent_scores": [ - 0, - 6, - 3, - 1 - ], - "recent_avg": 2.5, - "recent_sr": 20.8 - }, - "Jabran Khan": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "Jagrat Dubey": { - "recent_scores": [ - 9, - 4, - 6, - 1, - 0, - 10, - 5, - 0 - ], - "recent_avg": 4.4, - "recent_sr": 24.6 - }, - "Jahanara Alam": { - "recent_scores": [ - 4, - 3, - 11, - 8, - 2, - 5, - 0, - 0, - 4, - 18 - ], - "recent_avg": 5.5, - "recent_sr": 44.4 - }, - "Jahandad Khan": { - "recent_scores": [ - 6, - 6, - 12, - 42, - 0, - 4, - 0, - 26, - 24, - 32 - ], - "recent_avg": 15.2, - "recent_sr": 126.7 - }, - "Jahurul Islam": { - "recent_scores": [ - 26, - 65, - 81, - 61, - 5, - 66, - 43 - ], - "recent_avg": 49.6, - "recent_sr": 38.3 - }, - "Jai Sinh": { - "recent_scores": [ - 24, - 13, - 31, - 55, - 13, - 3, - 1, - 4, - 4, - 1 - ], - "recent_avg": 14.9, - "recent_sr": 115.5 - }, - "Jai Tiwari": { - "recent_scores": [ - 21, - 17 - ], - "recent_avg": 19.0, - "recent_sr": 115.2 - }, - "Jaikumar Thakur": { - "recent_scores": [ - 5, - 10, - 1, - 2, - 20, - 4, - 0 - ], - "recent_avg": 6.0, - "recent_sr": 50.6 - }, - "Jaison Jerome": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 16.7 - }, - "Jaker Ali": { - "recent_scores": [ - 10, - 5, - 86, - 92, - 84, - 60 - ], - "recent_avg": 56.2, - "recent_sr": 56.4 - }, - "Jakir Patel": { - "recent_scores": [ - 34, - 3, - 2, - 3, - 18, - 22, - 2, - 63, - 14, - 18 - ], - "recent_avg": 17.9, - "recent_sr": 109.8 - }, - "Jakob Gul": { - "recent_scores": [ - 30, - 2, - 5, - 21, - 13, - 9, - 0, - 1, - 0, - 8 - ], - "recent_avg": 8.9, - "recent_sr": 123.6 - }, - "Jamshid Nasiri": { - "recent_scores": [ - 0, - 7, - 3, - 65, - 8, - 3, - 9 - ], - "recent_avg": 13.6, - "recent_sr": 100.0 - }, - "Janak Prakash": { - "recent_scores": [ - 1, - 9, - 20, - 10 - ], - "recent_avg": 10.0, - "recent_sr": 93.0 - }, - "Jandu Hamoud": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "Jannatul Ferdus": { - "recent_scores": [ - 6, - 4, - 19, - 1, - 0 - ], - "recent_avg": 6.0, - "recent_sr": 39.0 - }, - "Jasdeep Singh": { - "recent_scores": [ - 8, - 26, - 32, - 8, - 8, - 2, - 4, - 6, - 14, - 24 - ], - "recent_avg": 13.2, - "recent_sr": 79.5 - }, - "Jason Lui": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 66.7 - }, - "Jaspal Singh": { - "recent_scores": [ - 1, - 36, - 6, - 6, - 32, - 68, - 18, - 39, - 6, - 2 - ], - "recent_avg": 21.4, - "recent_sr": 112.6 - }, - "Jaspreet Singh": { - "recent_scores": [ - 10, - 32, - 7, - 16 - ], - "recent_avg": 16.2, - "recent_sr": 158.5 - }, - "Jassim Khan": { - "recent_scores": [ - 20, - 20, - 0, - 4, - 30, - 31, - 1 - ], - "recent_avg": 15.1, - "recent_sr": 149.3 - }, - "Jaswinder Singh": { - "recent_scores": [ - 1, - 3, - 7, - 2, - 1, - 19, - 1, - 5, - 0, - 3 - ], - "recent_avg": 4.2, - "recent_sr": 57.5 - }, - "Jatinder Singh": { - "recent_scores": [ - 12, - 9, - 130, - 46, - 28, - 51, - 11, - 42, - 27, - 113 - ], - "recent_avg": 46.9, - "recent_sr": 104.2 - }, - "Javed Hina": { - "recent_scores": [ - 4, - 1, - 5, - 7, - 6, - 5, - 8, - 7, - 60, - 29 - ], - "recent_avg": 13.2, - "recent_sr": 79.5 - }, - "Javed Hira": { - "recent_scores": [ - 18, - 36, - 7, - 8 - ], - "recent_avg": 17.2, - "recent_sr": 90.8 - }, - "Javed Maroofkhail": { - "recent_scores": [ - 0, - 14, - 5, - 22, - 27, - 20, - 2, - 3 - ], - "recent_avg": 11.6, - "recent_sr": 88.6 - }, - "Javeria Khan": { - "recent_scores": [ - 11, - 48, - 12, - 13, - 24, - 1, - 10, - 12, - 5, - 5 - ], - "recent_avg": 14.1, - "recent_sr": 51.8 - }, - "Javeria Rauf": { - "recent_scores": [ - 0, - 11 - ], - "recent_avg": 5.5, - "recent_sr": 68.8 - }, - "Javid Patel": { - "recent_scores": [ - 0, - 1, - 1, - 6, - 16, - 7, - 5, - 16, - 4 - ], - "recent_avg": 6.2, - "recent_sr": 62.9 - }, - "Jaweed Sadran": { - "recent_scores": [ - 15, - 4, - 15, - 0, - 18, - 1, - 11, - 3, - 2, - 1 - ], - "recent_avg": 7.0, - "recent_sr": 118.6 - }, - "Jay Odedra": { - "recent_scores": [ - 0, - 0, - 2, - 20, - 5, - 2, - 2, - 0 - ], - "recent_avg": 3.9, - "recent_sr": 51.7 - }, - "Jayasooriya": { - "recent_scores": [ - 7, - 10, - 1, - 15, - 14, - 9, - 10, - 5, - 0, - 0 - ], - "recent_avg": 7.1, - "recent_sr": 62.8 - }, - "Jaza Mariyam": { - "recent_scores": [ - 5, - 0 - ], - "recent_avg": 2.5, - "recent_sr": 29.4 - }, - "Jenissa Jain": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Jiaping Li": { - "recent_scores": [ - 14, - 4, - 16, - 5, - 1, - 3, - 15, - 1, - 23, - 19 - ], - "recent_avg": 10.1, - "recent_sr": 60.5 - }, - "Jing Yang": { - "recent_scores": [ - 2, - 0, - 11, - 1, - 1, - 1, - 3, - 6, - 8, - 19 - ], - "recent_avg": 5.2, - "recent_sr": 39.4 - }, - "Jitin Singh": { - "recent_scores": [ - 2, - 0, - 14, - 4, - 31 - ], - "recent_avg": 10.2, - "recent_sr": 85.0 - }, - "Jiyeon Park": { - "recent_scores": [ - 2, - 12, - 2, - 9 - ], - "recent_avg": 6.2, - "recent_sr": 35.7 - }, - "Jiyeon Park (2)": { - "recent_scores": [ - 1, - 0, - 1 - ], - "recent_avg": 0.7, - "recent_sr": 22.2 - }, - "Joanna Child": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 20.0 - }, - "Jobayer Hossen": { - "recent_scores": [ - 13, - 1, - 26, - 3, - 10, - 4 - ], - "recent_avg": 9.5, - "recent_sr": 74.0 - }, - "John Bartlett": { - "recent_scores": [ - 5, - 1 - ], - "recent_avg": 3.0, - "recent_sr": 33.3 - }, - "Jonte Smith": { - "recent_scores": [ - 1, - 16, - 4, - 3, - 1, - 0, - 12 - ], - "recent_avg": 5.3, - "recent_sr": 82.2 - }, - "Jordan O'Brien": { - "recent_scores": [ - 7, - 1, - 2, - 1, - 2, - 22, - 13, - 11, - 18, - 30 - ], - "recent_avg": 10.7, - "recent_sr": 105.9 - }, - "Joshua Asia": { - "recent_scores": [ - 0, - 2, - 2, - 0, - 1, - 0, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 26.3 - }, - "Joyleen Kaur": { - "recent_scores": [ - 0, - 1, - 0, - 2 - ], - "recent_avg": 0.8, - "recent_sr": 21.4 - }, - "Juairiya Ferdous": { - "recent_scores": [ - 2, - 5 - ], - "recent_avg": 3.5, - "recent_sr": 43.8 - }, - "Jubaid Ahamed": { - "recent_scores": [ - 27 - ], - "recent_avg": 27.0, - "recent_sr": 108.0 - }, - "Jun Hyunwoo": { - "recent_scores": [ - 0, - 5, - 5, - 42, - 13, - 18 - ], - "recent_avg": 13.8, - "recent_sr": 131.7 - }, - "Junaed Mullah": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 16.7 - }, - "Junaid Aziz": { - "recent_scores": [ - 30, - 46, - 2, - 6, - 18, - 5, - 1, - 8, - 11, - 15 - ], - "recent_avg": 14.2, - "recent_sr": 96.6 - }, - "Junaid Khan": { - "recent_scores": [ - 5, - 6, - 0, - 13, - 0, - 16, - 4, - 4, - 6, - 3 - ], - "recent_avg": 5.7, - "recent_sr": 44.5 - }, - "Junaid Mehmood": { - "recent_scores": [ - 12, - 10, - 0, - 2, - 13, - 4, - 3, - 27, - 30, - 0 - ], - "recent_avg": 10.1, - "recent_sr": 87.1 - }, - "Junaid Sheikh": { - "recent_scores": [ - 1, - 9, - 9 - ], - "recent_avg": 6.3, - "recent_sr": 95.0 - }, - "Junaid Siddique": { - "recent_scores": [ - 27, - 7, - 132, - 73, - 113, - 29, - 62, - 12, - 105, - 32 - ], - "recent_avg": 59.2, - "recent_sr": 39.9 - }, - "Junaid Siddique (2)": { - "recent_scores": [ - 0, - 2, - 1, - 2 - ], - "recent_avg": 1.2, - "recent_sr": 29.4 - }, - "Junaid Siddiqui": { - "recent_scores": [ - 5, - 2, - 5, - 12, - 25, - 10 - ], - "recent_avg": 9.8, - "recent_sr": 40.1 - }, - "K Abdulquadri": { - "recent_scores": [ - 5, - 4, - 8, - 7, - 11, - 31, - 0, - 3 - ], - "recent_avg": 8.6, - "recent_sr": 45.4 - }, - "K Amuge": { - "recent_scores": [ - 0, - 1, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 14.3 - }, - "K Anjali Sarvani": { - "recent_scores": [ - 4, - 2 - ], - "recent_avg": 3.0, - "recent_sr": 42.9 - }, - "K Arua": { - "recent_scores": [ - 0, - 8, - 3 - ], - "recent_avg": 3.7, - "recent_sr": 68.8 - }, - "K Awino": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 33.3 - }, - "K Babu": { - "recent_scores": [ - 1, - 2, - 3, - 1, - 1, - 2 - ], - "recent_avg": 1.7, - "recent_sr": 43.5 - }, - "K Bhurtel": { - "recent_scores": [ - 29, - 28, - 120, - 1, - 24, - 2, - 47, - 7, - 0, - 18 - ], - "recent_avg": 27.6, - "recent_sr": 83.9 - }, - "K Birkenstock": { - "recent_scores": [ - 31, - 0, - 7, - 20, - 4, - 13, - 2, - 1, - 9, - 28 - ], - "recent_avg": 11.5, - "recent_sr": 51.1 - }, - "K Boniface": { - "recent_scores": [ - 9, - 7, - 3, - 4, - 3 - ], - "recent_avg": 5.2, - "recent_sr": 63.4 - }, - "K Brock-Nielsen": { - "recent_scores": [ - 3, - 11, - 3, - 4, - 15, - 1, - 0, - 1, - 13, - 1 - ], - "recent_avg": 5.2, - "recent_sr": 40.0 - }, - "K Burrows": { - "recent_scores": [ - 8, - 0 - ], - "recent_avg": 4.0, - "recent_sr": 200.0 - }, - "K Canavarci": { - "recent_scores": [ - 16, - 5, - 28, - 5, - 9, - 9, - 4, - 4 - ], - "recent_avg": 10.0, - "recent_sr": 71.4 - }, - "K Carney": { - "recent_scores": [ - 1, - 2, - 0, - 3, - 2, - 27, - 17, - 4, - 5, - 22 - ], - "recent_avg": 8.3, - "recent_sr": 76.1 - }, - "K Cawte": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 28.6 - }, - "K Chigora": { - "recent_scores": [ - 0, - 4, - 6, - 5, - 1 - ], - "recent_avg": 3.2, - "recent_sr": 40.0 - }, - "K Christie": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "K Damane": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 66.7 - }, - "K Dangol": { - "recent_scores": [ - 0, - 1, - 1 - ], - "recent_avg": 0.7, - "recent_sr": 22.2 - }, - "K Dasan": { - "recent_scores": [ - 2, - 4, - 2 - ], - "recent_avg": 2.7, - "recent_sr": 57.1 - }, - "K De La Mare": { - "recent_scores": [ - 8, - 0, - 4 - ], - "recent_avg": 4.0, - "recent_sr": 80.0 - }, - "K Dema": { - "recent_scores": [ - 5, - 3, - 3, - 11, - 19, - 0, - 9, - 1, - 21, - 0 - ], - "recent_avg": 7.2, - "recent_sr": 53.3 - }, - "K Doriga": { - "recent_scores": [ - 0, - 3, - 4, - 73, - 24, - 2, - 55, - 26, - 2, - 26 - ], - "recent_avg": 21.5, - "recent_sr": 67.0 - }, - "K Dorji": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "K Fletcher": { - "recent_scores": [ - 3, - 0, - 0, - 3 - ], - "recent_avg": 1.5, - "recent_sr": 33.3 - }, - "K Follain": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 33.3 - }, - "K Frank": { - "recent_scores": [ - 2, - 0, - 4, - 5, - 31, - 18, - 10 - ], - "recent_avg": 10.0, - "recent_sr": 53.8 - }, - "K Fraser": { - "recent_scores": [ - 33, - 8, - 0, - 11, - 25, - 39, - 18, - 8, - 74, - 13 - ], - "recent_avg": 22.9, - "recent_sr": 76.1 - }, - "K Fubler": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "K Ghalley": { - "recent_scores": [ - 0, - 0, - 19, - 13 - ], - "recent_avg": 8.0, - "recent_sr": 76.2 - }, - "K Gilham": { - "recent_scores": [ - 4, - 10, - 1 - ], - "recent_avg": 5.0, - "recent_sr": 107.1 - }, - "K Gore": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 85.7 - }, - "K Goud": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 22.2 - }, - "K Gray": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 11.1 - }, - "K Hardat": { - "recent_scores": [ - 26, - 2, - 0, - 8, - 4, - 1, - 9 - ], - "recent_avg": 7.1, - "recent_sr": 80.6 - }, - "K Hinds": { - "recent_scores": [ - 1, - 3, - 14, - 12, - 4, - 60, - 21, - 0, - 3, - 0 - ], - "recent_avg": 11.8, - "recent_sr": 92.9 - }, - "K Hruskova": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 11.1 - }, - "K Inakale": { - "recent_scores": [ - 0, - 8, - 0, - 1, - 1, - 3, - 2, - 3, - 0, - 1 - ], - "recent_avg": 1.9, - "recent_sr": 32.2 - }, - "K Irakoze": { - "recent_scores": [ - 0, - 7, - 22, - 1, - 0, - 3, - 1, - 3, - 0, - 34 - ], - "recent_avg": 7.1, - "recent_sr": 88.8 - }, - "K Jack": { - "recent_scores": [ - 4, - 4 - ], - "recent_avg": 4.0, - "recent_sr": 57.1 - }, - "K Jaikaran": { - "recent_scores": [ - 0, - 8, - 3, - 4, - 6, - 24, - 7, - 0, - 1, - 25 - ], - "recent_avg": 7.8, - "recent_sr": 62.4 - }, - "K John": { - "recent_scores": [ - 1, - 1, - 40, - 12, - 15 - ], - "recent_avg": 13.8, - "recent_sr": 55.6 - }, - "K Joshi": { - "recent_scores": [ - 4, - 0, - 6, - 1, - 1, - 2, - 11, - 6, - 1, - 13 - ], - "recent_avg": 4.5, - "recent_sr": 47.4 - }, - "K Juma": { - "recent_scores": [ - 0, - 0, - 6, - 0, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 66.7 - }, - "K Kadowaki-Fleming": { - "recent_scores": [ - 45, - 37, - 6, - 12, - 11, - 6, - 34, - 1, - 50, - 10 - ], - "recent_avg": 21.2, - "recent_sr": 105.0 - }, - "K Kanwar": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "K Kapadia": { - "recent_scores": [ - 3, - 0, - 8, - 0, - 2, - 10 - ], - "recent_avg": 3.8, - "recent_sr": 51.1 - }, - "K Kato-Stafford": { - "recent_scores": [ - 5, - 4, - 0, - 2, - 10, - 0, - 21, - 13 - ], - "recent_avg": 6.9, - "recent_sr": 119.6 - }, - "K Kaur": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "K Kavindi": { - "recent_scores": [ - 2, - 15 - ], - "recent_avg": 8.5, - "recent_sr": 45.9 - }, - "K Kekez": { - "recent_scores": [ - 6, - 2, - 0 - ], - "recent_avg": 2.7, - "recent_sr": 40.0 - }, - "K Kisova": { - "recent_scores": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_avg": 0.2, - "recent_sr": 2.5 - }, - "K Klein": { - "recent_scores": [ - 4, - 2, - 25, - 24, - 3, - 20, - 1, - 2, - 16, - 6 - ], - "recent_avg": 10.3, - "recent_sr": 61.3 - }, - "K Klesse": { - "recent_scores": [ - 51, - 0, - 15, - 42, - 24, - 38 - ], - "recent_avg": 28.3, - "recent_sr": 103.0 - }, - "K Kondikakova": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 18.2 - }, - "K Krishnakumar": { - "recent_scores": [ - 2, - 32, - 7, - 31, - 21, - 16, - 36, - 2, - 17 - ], - "recent_avg": 18.2, - "recent_sr": 104.5 - }, - "K Kubota": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 50.0 - }, - "K Kunwar": { - "recent_scores": [ - 1, - 4, - 3, - 22, - 33, - 14, - 5, - 19, - 3, - 6 - ], - "recent_avg": 11.0, - "recent_sr": 112.2 - }, - "K Lake": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 112.5 - }, - "K Loday": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "K Mabitle": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "K Mahekdeep": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "K Marasini": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "K Marinkova": { - "recent_scores": [ - 4, - 0, - 10 - ], - "recent_avg": 4.7, - "recent_sr": 26.9 - }, - "K Maseko": { - "recent_scores": [ - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "K Mataora": { - "recent_scores": [ - 13, - 10, - 3, - 8, - 8 - ], - "recent_avg": 8.4, - "recent_sr": 80.8 - }, - "K McGill": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 92.9 - }, - "K McKenna": { - "recent_scores": [ - 0, - 8 - ], - "recent_avg": 4.0, - "recent_sr": 30.8 - }, - "K Mendon": { - "recent_scores": [ - 21, - 30, - 2, - 9, - 45, - 14 - ], - "recent_avg": 20.2, - "recent_sr": 96.8 - }, - "K Meso": { - "recent_scores": [ - 17, - 1, - 0, - 12, - 9, - 7 - ], - "recent_avg": 7.7, - "recent_sr": 45.1 - }, - "K Mirpuri": { - "recent_scores": [ - 31, - 21 - ], - "recent_avg": 26.0, - "recent_sr": 88.1 - }, - "K Mishara": { - "recent_scores": [ - 22, - 5, - 27, - 29, - 27, - 38 - ], - "recent_avg": 24.7, - "recent_sr": 83.6 - }, - "K Modise": { - "recent_scores": [ - 16, - 1, - 0, - 25, - 0, - 6, - 10 - ], - "recent_avg": 8.3, - "recent_sr": 87.9 - }, - "K Mohanoe": { - "recent_scores": [ - 4, - 0, - 14, - 0 - ], - "recent_avg": 4.5, - "recent_sr": 42.9 - }, - "K Moingoto": { - "recent_scores": [ - 2, - 0, - 2 - ], - "recent_avg": 1.3, - "recent_sr": 26.7 - }, - "K Moses": { - "recent_scores": [ - 2, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 57.1 - }, - "K Mothlhanka": { - "recent_scores": [ - 1, - 11, - 59, - 16, - 4, - 20, - 4 - ], - "recent_avg": 16.4, - "recent_sr": 88.5 - }, - "K Motlanka": { - "recent_scores": [ - 5, - 9, - 41, - 50, - 29 - ], - "recent_avg": 26.8, - "recent_sr": 101.5 - }, - "K Nagnama": { - "recent_scores": [ - 0, - 7, - 0, - 0, - 1 - ], - "recent_avg": 1.6, - "recent_sr": 29.6 - }, - "K Namchaikul": { - "recent_scores": [ - 1, - 1, - 0, - 0, - 1 - ], - "recent_avg": 0.6, - "recent_sr": 21.4 - }, - "K Nanno": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 25.0 - }, - "K Nassoro": { - "recent_scores": [ - 4, - 13, - 25, - 5, - 6, - 0, - 4, - 32, - 22, - 13 - ], - "recent_avg": 12.4, - "recent_sr": 96.9 - }, - "K Ndlovu": { - "recent_scores": [ - 51, - 32, - 31, - 12, - 52, - 0, - 10, - 61, - 38, - 0 - ], - "recent_avg": 28.7, - "recent_sr": 57.2 - }, - "K Nestor": { - "recent_scores": [ - 0, - 0, - 0, - 18, - 32, - 0, - 4, - 35, - 10, - 3 - ], - "recent_avg": 10.2, - "recent_sr": 105.2 - }, - "K Nima": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 16.7 - }, - "K Oala": { - "recent_scores": [ - 22, - 0, - 7 - ], - "recent_avg": 9.7, - "recent_sr": 70.7 - }, - "K Ogola": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "K Ota": { - "recent_scores": [ - 9, - 5, - 11, - 13, - 1, - 16, - 7, - 14, - 1 - ], - "recent_avg": 8.6, - "recent_sr": 37.0 - }, - "K Pala": { - "recent_scores": [ - 21, - 2, - 20, - 0, - 11, - 1, - 46 - ], - "recent_avg": 14.4, - "recent_sr": 112.2 - }, - "K Pandya": { - "recent_scores": [ - 21, - 12, - 10, - 7, - 5, - 16, - 10 - ], - "recent_avg": 11.6, - "recent_sr": 57.4 - }, - "K Paskova": { - "recent_scores": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_avg": 0.2, - "recent_sr": 4.0 - }, - "K Peddrick": { - "recent_scores": [ - 1, - 13, - 5, - 6, - 10, - 9, - 6, - 2, - 9, - 20 - ], - "recent_avg": 8.1, - "recent_sr": 73.0 - }, - "K Pierre": { - "recent_scores": [ - 23, - 24 - ], - "recent_avg": 23.5, - "recent_sr": 42.7 - }, - "K Piet": { - "recent_scores": [ - 2, - 11, - 16, - 10, - 2, - 22, - 3, - 3, - 0, - 6 - ], - "recent_avg": 7.5, - "recent_sr": 86.2 - }, - "K Ramharack": { - "recent_scores": [ - 0, - 14, - 1, - 0, - 1, - 3, - 15, - 4, - 7, - 0 - ], - "recent_avg": 4.5, - "recent_sr": 36.3 - }, - "K Raphapha": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "K Reyneke": { - "recent_scores": [ - 9, - 42 - ], - "recent_avg": 25.5, - "recent_sr": 124.4 - }, - "K Ristic": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "K Robert": { - "recent_scores": [ - 18, - 6 - ], - "recent_avg": 12.0, - "recent_sr": 61.5 - }, - "K Samten": { - "recent_scores": [ - 1, - 1, - 2 - ], - "recent_avg": 1.3, - "recent_sr": 44.4 - }, - "K Sathish": { - "recent_scores": [ - 8, - 20, - 18, - 11, - 26, - 19, - 2, - 24 - ], - "recent_avg": 16.0, - "recent_sr": 94.8 - }, - "K Schultz": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "K Senamontree": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "K Sequiera": { - "recent_scores": [ - 37 - ], - "recent_avg": 37.0, - "recent_sr": 90.2 - }, - "K Shivam": { - "recent_scores": [ - 16, - 0, - 5, - 7, - 4, - 3, - 4, - 0 - ], - "recent_avg": 4.9, - "recent_sr": 41.5 - }, - "K Shrestha": { - "recent_scores": [ - 12, - 16, - 14, - 8, - 3 - ], - "recent_avg": 10.6, - "recent_sr": 42.4 - }, - "K Simone-Kingsley": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "K Sinclair": { - "recent_scores": [ - 28, - 21, - 5, - 64 - ], - "recent_avg": 29.5, - "recent_sr": 40.4 - }, - "K Sonavale": { - "recent_scores": [ - 0, - 2, - 3 - ], - "recent_avg": 1.7, - "recent_sr": 17.2 - }, - "K Srandeva": { - "recent_scores": [ - 1, - 1, - 0, - 6, - 17, - 0, - 13, - 0, - 1, - 3 - ], - "recent_avg": 4.2, - "recent_sr": 29.4 - }, - "K Suttisan": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "K Suwanchonrathi": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 112.5 - }, - "K Takahashi": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 57.1 - }, - "K Taniguchi": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 16.7 - }, - "K Tathgur": { - "recent_scores": [ - 53, - 12, - 3, - 6, - 9, - 10, - 0, - 30, - 3, - 3 - ], - "recent_avg": 12.9, - "recent_sr": 109.3 - }, - "K Tayaga": { - "recent_scores": [ - 7, - 8, - 4 - ], - "recent_avg": 6.3, - "recent_sr": 73.1 - }, - "K Tereza": { - "recent_scores": [ - 7, - 10, - 8, - 1, - 5, - 3, - 8 - ], - "recent_avg": 6.0, - "recent_sr": 45.7 - }, - "K Tesarikova": { - "recent_scores": [ - 2, - 4, - 33, - 36, - 0, - 56, - 0, - 10, - 18, - 0 - ], - "recent_avg": 15.9, - "recent_sr": 93.5 - }, - "K Thagunna": { - "recent_scores": [ - 10, - 15 - ], - "recent_avg": 12.5, - "recent_sr": 56.8 - }, - "K Thomson": { - "recent_scores": [ - 25, - 27 - ], - "recent_avg": 26.0, - "recent_sr": 75.4 - }, - "K Thuchila": { - "recent_scores": [ - 2, - 1, - 0, - 0, - 0, - 1, - 0 - ], - "recent_avg": 0.6, - "recent_sr": 28.6 - }, - "K Venkatraman": { - "recent_scores": [ - 15, - 2 - ], - "recent_avg": 8.5, - "recent_sr": 188.9 - }, - "K Vijayaraghavan": { - "recent_scores": [ - 2, - 9, - 6, - 13, - 2, - 7, - 6, - 1, - 40, - 2 - ], - "recent_avg": 8.8, - "recent_sr": 47.1 - }, - "K Vislapuu": { - "recent_scores": [ - 12, - 0, - 0, - 3, - 1, - 1, - 0 - ], - "recent_avg": 2.4, - "recent_sr": 85.0 - }, - "K Waiswa": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "K Weeraratne": { - "recent_scores": [ - 23, - 40, - 41, - 15, - 1 - ], - "recent_avg": 24.0, - "recent_sr": 86.3 - }, - "K Winda Prastini": { - "recent_scores": [ - 12, - 3, - 22, - 72, - 41, - 3, - 1, - 7, - 25, - 4 - ], - "recent_avg": 19.0, - "recent_sr": 64.8 - }, - "KA Bazil": { - "recent_scores": [ - 1, - 2, - 1 - ], - "recent_avg": 1.3, - "recent_sr": 33.3 - }, - "KA Green": { - "recent_scores": [ - 5, - 9, - 9 - ], - "recent_avg": 7.7, - "recent_sr": 46.9 - }, - "KA Jadhav": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 14.3 - }, - "KA Vimlesh": { - "recent_scores": [ - 5, - 2, - 7, - 8, - 7, - 39 - ], - "recent_avg": 11.3, - "recent_sr": 93.2 - }, - "KAB Hynam-Nyberg": { - "recent_scores": [ - 2, - 1 - ], - "recent_avg": 1.5, - "recent_sr": 75.0 - }, - "KAC Wong": { - "recent_scores": [ - 12, - 9 - ], - "recent_avg": 10.5, - "recent_sr": 44.7 - }, - "KADA Kanchana": { - "recent_scores": [ - 2, - 47, - 3, - 17, - 1, - 7, - 23, - 21, - 5, - 17 - ], - "recent_avg": 14.3, - "recent_sr": 55.4 - }, - "KB Ahir": { - "recent_scores": [ - 1, - 7, - 0, - 1, - 0, - 5 - ], - "recent_avg": 2.3, - "recent_sr": 82.4 - }, - "KB Patil": { - "recent_scores": [ - 5, - 9, - 32, - 3, - 4, - 37, - 20, - 0, - 18, - 1 - ], - "recent_avg": 12.9, - "recent_sr": 100.8 - }, - "KB Tember": { - "recent_scores": [ - 9, - 3, - 0 - ], - "recent_avg": 4.0, - "recent_sr": 44.4 - }, - "KC D'Souza": { - "recent_scores": [ - 27, - 3, - 17, - 1, - 0, - 1, - 9, - 66, - 39, - 92 - ], - "recent_avg": 25.5, - "recent_sr": 174.7 - }, - "KC Phohlo": { - "recent_scores": [ - 0, - 3, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 16.7 - }, - "KC Ramamoorthy": { - "recent_scores": [ - 2, - 5, - 11, - 56, - 0 - ], - "recent_avg": 14.8, - "recent_sr": 100.0 - }, - "KC Thompson": { - "recent_scores": [ - 12, - 1 - ], - "recent_avg": 6.5, - "recent_sr": 40.6 - }, - "KD Clarke": { - "recent_scores": [ - 1, - 51, - 2, - 9 - ], - "recent_avg": 15.8, - "recent_sr": 123.5 - }, - "KD Jayawant": { - "recent_scores": [ - 4, - 3 - ], - "recent_avg": 3.5, - "recent_sr": 41.2 - }, - "KD Kesuma": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 20.0 - }, - "KD Mehta": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "KD Mills": { - "recent_scores": [ - 2, - 3, - 65, - 10, - 14, - 36, - 4, - 0, - 0, - 12 - ], - "recent_avg": 14.6, - "recent_sr": 36.8 - }, - "KD Shah": { - "recent_scores": [ - 17, - 26, - 8, - 18, - 0, - 9, - 34 - ], - "recent_avg": 16.0, - "recent_sr": 58.3 - }, - "KDA Lukies": { - "recent_scores": [ - 4, - 43, - 3, - 1, - 6, - 5, - 5, - 1, - 23, - 10 - ], - "recent_avg": 10.1, - "recent_sr": 100.0 - }, - "KDACK Gunarathne": { - "recent_scores": [ - 0, - 3, - 1 - ], - "recent_avg": 1.3, - "recent_sr": 22.2 - }, - "KDC Clarke": { - "recent_scores": [ - 11, - 24 - ], - "recent_avg": 17.5, - "recent_sr": 159.1 - }, - "KDK Vithanage": { - "recent_scores": [ - 9, - 60, - 37, - 19, - 16, - 20, - 35, - 103, - 12, - 59 - ], - "recent_avg": 37.0, - "recent_sr": 76.3 - }, - "KDU Prabodhani": { - "recent_scores": [ - 8, - 0, - 14, - 2, - 2, - 0, - 2, - 9, - 5, - 0 - ], - "recent_avg": 4.2, - "recent_sr": 19.5 - }, - "KE Broadmore": { - "recent_scores": [ - 1, - 8 - ], - "recent_avg": 4.5, - "recent_sr": 26.5 - }, - "KE Bryce": { - "recent_scores": [ - 131, - 5, - 60, - 91, - 6, - 0, - 73, - 83, - 67, - 78 - ], - "recent_avg": 59.4, - "recent_sr": 87.5 - }, - "KE Ebrahim": { - "recent_scores": [ - 19, - 16, - 17, - 0 - ], - "recent_avg": 13.0, - "recent_sr": 54.7 - }, - "KE Pounsett": { - "recent_scores": [ - 0, - 0, - 12, - 1, - 15, - 7 - ], - "recent_avg": 5.8, - "recent_sr": 61.4 - }, - "KF Bakiweyem": { - "recent_scores": [ - 0, - 11, - 2 - ], - "recent_avg": 4.3, - "recent_sr": 46.4 - }, - "KG Anderson": { - "recent_scores": [ - 7, - 11, - 25, - 19 - ], - "recent_avg": 15.5, - "recent_sr": 93.9 - }, - "KH Abe": { - "recent_scores": [ - 1, - 0, - 4, - 8, - 9, - 16, - 0, - 5, - 30, - 6 - ], - "recent_avg": 7.9, - "recent_sr": 94.0 - }, - "KH Brunt": { - "recent_scores": [ - 5, - 8, - 15, - 1, - 45, - 4, - 8, - 27, - 11, - 52 - ], - "recent_avg": 17.6, - "recent_sr": 32.9 - }, - "KH Prajapati": { - "recent_scores": [ - 52, - 0, - 36, - 0, - 2, - 9, - 31, - 25, - 103, - 12 - ], - "recent_avg": 27.0, - "recent_sr": 68.5 - }, - "KH Sciver-Brunt": { - "recent_scores": [ - 0, - 0, - 5 - ], - "recent_avg": 1.7, - "recent_sr": 83.3 - }, - "KIC Asalanka": { - "recent_scores": [ - 10, - 49, - 29 - ], - "recent_avg": 29.3, - "recent_sr": 51.5 - }, - "KJ Coetzer": { - "recent_scores": [ - 22, - 0, - 46, - 16, - 0, - 3, - 54, - 9, - 10, - 28 - ], - "recent_avg": 18.8, - "recent_sr": 76.7 - }, - "KJ Ferrary": { - "recent_scores": [ - 0, - 17, - 19, - 7 - ], - "recent_avg": 10.8, - "recent_sr": 81.1 - }, - "KJ Garth": { - "recent_scores": [ - 0, - 49, - 32, - 22 - ], - "recent_avg": 25.8, - "recent_sr": 50.5 - }, - "KJ Martin": { - "recent_scores": [ - 30, - 6, - 9, - 19, - 41, - 44, - 15, - 35, - 20, - 6 - ], - "recent_avg": 22.5, - "recent_sr": 87.2 - }, - "KJ O'Brien": { - "recent_scores": [ - 32, - 158 - ], - "recent_avg": 95.0, - "recent_sr": 51.8 - }, - "KJ Patel": { - "recent_scores": [ - 0, - 0, - 8 - ], - "recent_avg": 2.7, - "recent_sr": 27.6 - }, - "KJ Stagno": { - "recent_scores": [ - 12, - 1, - 54, - 41, - 22, - 65, - 1, - 3, - 16, - 68 - ], - "recent_avg": 28.3, - "recent_sr": 150.5 - }, - "KJ Young": { - "recent_scores": [ - 0, - 1, - 1, - 2, - 0 - ], - "recent_avg": 0.8, - "recent_sr": 12.9 - }, - "KK Dobell": { - "recent_scores": [ - 3, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 50.0 - }, - "KK Donovan": { - "recent_scores": [ - 10, - 18, - 37, - 37, - 31, - 0, - 2, - 1, - 34, - 0 - ], - "recent_avg": 17.0, - "recent_sr": 82.9 - }, - "KK Hermann": { - "recent_scores": [ - 4, - 1, - 1 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "KK Lin Thu": { - "recent_scores": [ - 0, - 0, - 4 - ], - "recent_avg": 1.3, - "recent_sr": 40.0 - }, - "KK Sharma": { - "recent_scores": [ - 2, - 1 - ], - "recent_avg": 1.5, - "recent_sr": 33.3 - }, - "KK Tillett": { - "recent_scores": [ - 9, - 0 - ], - "recent_avg": 4.5, - "recent_sr": 45.0 - }, - "KKN Egodage": { - "recent_scores": [ - 1, - 5, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 35.3 - }, - "KL Cross": { - "recent_scores": [ - 17, - 13, - 1, - 12, - 6, - 6 - ], - "recent_avg": 9.2, - "recent_sr": 41.7 - }, - "KL George": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 47.4 - }, - "KL Gordon": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "KL Rolton": { - "recent_scores": [ - 31, - 38, - 17, - 15 - ], - "recent_avg": 25.2, - "recent_sr": 32.7 - }, - "KM Amoe": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 7.7 - }, - "KM Awala": { - "recent_scores": [ - 0, - 13, - 5, - 22, - 1, - 9, - 0, - 4, - 23, - 11 - ], - "recent_avg": 8.8, - "recent_sr": 80.7 - }, - "KM Beams": { - "recent_scores": [ - 26 - ], - "recent_avg": 26.0, - "recent_sr": 26.5 - }, - "KM Chingaipe": { - "recent_scores": [ - 4, - 1, - 7, - 2, - 7, - 5, - 2, - 10, - 0, - 8 - ], - "recent_avg": 4.6, - "recent_sr": 52.3 - }, - "KM Dabengwa": { - "recent_scores": [ - 51, - 21 - ], - "recent_avg": 36.0, - "recent_sr": 61.0 - }, - "KM Jarvis": { - "recent_scores": [ - 2, - 10, - 5, - 28, - 25, - 7, - 3, - 2, - 9, - 0 - ], - "recent_avg": 9.1, - "recent_sr": 36.7 - }, - "KM Molapo": { - "recent_scores": [ - 3, - 3, - 1, - 8, - 29, - 7, - 0, - 0, - 17, - 4 - ], - "recent_avg": 7.2, - "recent_sr": 43.1 - }, - "KM Myat": { - "recent_scores": [ - 68, - 5, - 17, - 15, - 0, - 38, - 5, - 2, - 32, - 18 - ], - "recent_avg": 20.0, - "recent_sr": 74.1 - }, - "KM Venkataswamy": { - "recent_scores": [ - 55 - ], - "recent_avg": 55.0, - "recent_sr": 119.6 - }, - "KMA Aziz": { - "recent_scores": [ - 1, - 7, - 0, - 4, - 14, - 0, - 0, - 10, - 0, - 0 - ], - "recent_avg": 3.6, - "recent_sr": 26.3 - }, - "KMC Bandara": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "KML Nonu": { - "recent_scores": [ - 2, - 1, - 4, - 13 - ], - "recent_avg": 5.0, - "recent_sr": 42.6 - }, - "KN Chaddha": { - "recent_scores": [ - 6, - 40, - 75, - 45, - 8, - 30, - 15, - 25, - 1, - 4 - ], - "recent_avg": 24.9, - "recent_sr": 98.4 - }, - "KN Gabhane": { - "recent_scores": [ - 26, - 10 - ], - "recent_avg": 18.0, - "recent_sr": 85.7 - }, - "KN Mirchandani": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "KN Singh": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 100.0 - }, - "KNA Bandara": { - "recent_scores": [ - 0, - 44, - 54, - 24, - 80, - 26, - 74, - 48, - 84, - 82 - ], - "recent_avg": 51.6, - "recent_sr": 117.8 - }, - "KO Altamirano": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "KO Elliott": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 15.4 - }, - "KO Meth": { - "recent_scores": [ - 20, - 52 - ], - "recent_avg": 36.0, - "recent_sr": 55.8 - }, - "KO Otieno": { - "recent_scores": [ - 19, - 2, - 0, - 5, - 1, - 33, - 0, - 9, - 2, - 0 - ], - "recent_avg": 7.1, - "recent_sr": 31.7 - }, - "KOA Powell": { - "recent_scores": [ - 28, - 4, - 56, - 14, - 10, - 14, - 22, - 84, - 47, - 48 - ], - "recent_avg": 32.7, - "recent_sr": 59.8 - }, - "KOK Williams": { - "recent_scores": [ - 16, - 0, - 2, - 1 - ], - "recent_avg": 4.8, - "recent_sr": 70.4 - }, - "KP Bhuva": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "KP Meiyappan": { - "recent_scores": [ - 5, - 6, - 23, - 7, - 0, - 0, - 11, - 1, - 0, - 7 - ], - "recent_avg": 6.0, - "recent_sr": 42.0 - }, - "KP Navgire": { - "recent_scores": [ - 0, - 10, - 0, - 7 - ], - "recent_avg": 4.2, - "recent_sr": 89.5 - }, - "KR Ebanks": { - "recent_scores": [ - 3, - 1, - 1, - 0, - 4, - 8, - 3 - ], - "recent_avg": 2.9, - "recent_sr": 43.5 - }, - "KR Frost": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 50.0 - }, - "KR Jha": { - "recent_scores": [ - 4, - 19, - 21, - 3, - 30, - 0, - 0, - 1, - 0, - 7 - ], - "recent_avg": 8.5, - "recent_sr": 69.7 - }, - "KRP Silva": { - "recent_scores": [ - 8, - 13 - ], - "recent_avg": 10.5, - "recent_sr": 131.2 - }, - "KS Ahuja": { - "recent_scores": [ - 15, - 1 - ], - "recent_avg": 8.0, - "recent_sr": 106.7 - }, - "KS Airee": { - "recent_scores": [ - 18, - 0, - 9 - ], - "recent_avg": 9.0, - "recent_sr": 112.5 - }, - "KS Bagabena": { - "recent_scores": [ - 2, - 4, - 0, - 1, - 5, - 5, - 1, - 7, - 1, - 5 - ], - "recent_avg": 3.1, - "recent_sr": 49.2 - }, - "KS Gautam": { - "recent_scores": [ - 34 - ], - "recent_avg": 34.0, - "recent_sr": 58.6 - }, - "KS Kasse": { - "recent_scores": [ - 4, - 14, - 1, - 0, - 1, - 0, - 11, - 0, - 1, - 0 - ], - "recent_avg": 3.2, - "recent_sr": 46.4 - }, - "KS Leverock": { - "recent_scores": [ - 12, - 12, - 6 - ], - "recent_avg": 10.0, - "recent_sr": 130.4 - }, - "KS Lokuarachchi": { - "recent_scores": [ - 0, - 9, - 13, - 1, - 69, - 4, - 4, - 18, - 8, - 2 - ], - "recent_avg": 12.8, - "recent_sr": 80.5 - }, - "KT Perkins": { - "recent_scores": [ - 6, - 5, - 32, - 11, - 78, - 41, - 12, - 48, - 3, - 1 - ], - "recent_avg": 23.7, - "recent_sr": 67.5 - }, - "KTK Rodrigo": { - "recent_scores": [ - 1, - 15, - 37, - 1, - 0, - 9, - 7, - 24, - 23, - 26 - ], - "recent_avg": 14.3, - "recent_sr": 79.9 - }, - "KU Carty": { - "recent_scores": [ - 16, - 40, - 6, - 54, - 3, - 43, - 73 - ], - "recent_avg": 33.6, - "recent_sr": 45.5 - }, - "KV Jain": { - "recent_scores": [ - 0, - 37 - ], - "recent_avg": 18.5, - "recent_sr": 21.9 - }, - "KV Mehta": { - "recent_scores": [ - 4, - 0, - 1, - 8 - ], - "recent_avg": 3.2, - "recent_sr": 43.3 - }, - "KV Morea": { - "recent_scores": [ - 7, - 1, - 1, - 5, - 15, - 0, - 0, - 15, - 17, - 1 - ], - "recent_avg": 6.2, - "recent_sr": 62.6 - }, - "KV Vakuruivalu": { - "recent_scores": [ - 3, - 3, - 19, - 6, - 0, - 3, - 0 - ], - "recent_avg": 4.9, - "recent_sr": 50.0 - }, - "KY Chan": { - "recent_scores": [ - 11, - 1, - 5, - 6, - 3, - 5, - 3 - ], - "recent_avg": 4.9, - "recent_sr": 47.9 - }, - "KY Wilfried": { - "recent_scores": [ - 1, - 4, - 0, - 18, - 2, - 9, - 4, - 0, - 4 - ], - "recent_avg": 4.7, - "recent_sr": 22.8 - }, - "Kabir Berlia": { - "recent_scores": [ - 7, - 28, - 7, - 1, - 4 - ], - "recent_avg": 9.4, - "recent_sr": 146.9 - }, - "Kaif Jamadar": { - "recent_scores": [ - 1, - 19, - 12, - 1, - 2, - 48 - ], - "recent_avg": 13.8, - "recent_sr": 93.3 - }, - "Kainat Imtiaz": { - "recent_scores": [ - 4, - 2, - 24, - 21, - 16, - 16, - 1, - 0, - 11, - 7 - ], - "recent_avg": 10.2, - "recent_sr": 42.1 - }, - "Kainat Qazi": { - "recent_scores": [ - 1, - 13, - 0, - 14, - 3, - 12, - 1, - 0, - 24, - 5 - ], - "recent_avg": 7.3, - "recent_sr": 46.8 - }, - "Kaleem Sana": { - "recent_scores": [ - 1, - 15, - 10, - 4, - 16, - 10, - 1, - 4, - 0, - 0 - ], - "recent_avg": 6.1, - "recent_sr": 115.1 - }, - "Kaleemullah": { - "recent_scores": [ - 0, - 6, - 4, - 1, - 5, - 2, - 1, - 2, - 1, - 8 - ], - "recent_avg": 3.0, - "recent_sr": 71.4 - }, - "Kalhan Challu": { - "recent_scores": [ - 4, - 7, - 45, - 40, - 10, - 1, - 12, - 28 - ], - "recent_avg": 18.4, - "recent_sr": 131.2 - }, - "Kalyan Manne": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 166.7 - }, - "Kamal Raiz": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 50.0 - }, - "Kamal Raja": { - "recent_scores": [ - 3, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 17.6 - }, - "Kamal Soukhiya": { - "recent_scores": [ - 2, - 1, - 12, - 2, - 10, - 1, - 8 - ], - "recent_avg": 5.1, - "recent_sr": 94.7 - }, - "Kamran Ahmadzai": { - "recent_scores": [ - 38, - 7, - 0, - 19, - 8, - 37, - 14, - 13, - 14, - 56 - ], - "recent_avg": 20.6, - "recent_sr": 148.2 - }, - "Kamran Khan (2)": { - "recent_scores": [ - 29, - 16, - 6, - 5, - 49, - 0, - 12, - 2, - 11 - ], - "recent_avg": 14.4, - "recent_sr": 128.7 - }, - "Kamran Shazad": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Kamran Wahid": { - "recent_scores": [ - 1, - 8, - 8, - 0, - 1, - 4, - 0, - 0 - ], - "recent_avg": 2.8, - "recent_sr": 56.4 - }, - "Kamrul Hasan": { - "recent_scores": [ - 10, - 49, - 0 - ], - "recent_avg": 19.7, - "recent_sr": 122.9 - }, - "Kanchan Rana": { - "recent_scores": [ - 10, - 33, - 8, - 78, - 1, - 26, - 23, - 3, - 1, - 4 - ], - "recent_avg": 18.7, - "recent_sr": 86.2 - }, - "Kanchan Shrestha": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 11.1 - }, - "Kang Choi": { - "recent_scores": [ - 14, - 2 - ], - "recent_avg": 8.0, - "recent_sr": 44.4 - }, - "Kapil Kumar": { - "recent_scores": [ - 18, - 5, - 21, - 4, - 23 - ], - "recent_avg": 14.2, - "recent_sr": 62.8 - }, - "Karan KC": { - "recent_scores": [ - 18, - 0, - 22, - 0, - 49, - 13, - 2, - 11, - 17, - 65 - ], - "recent_avg": 19.7, - "recent_sr": 104.8 - }, - "Karan Singh": { - "recent_scores": [ - 1, - 0, - 13, - 8, - 3, - 5, - 3, - 4, - 4 - ], - "recent_avg": 4.6, - "recent_sr": 63.1 - }, - "Karanbir Singh": { - "recent_scores": [ - 85, - 164, - 11, - 47, - 0, - 6, - 0, - 12, - 18, - 59 - ], - "recent_avg": 40.2, - "recent_sr": 176.3 - }, - "Karma Dorji": { - "recent_scores": [ - 4, - 1, - 0, - 4, - 0, - 6 - ], - "recent_avg": 2.5, - "recent_sr": 136.4 - }, - "Karri Gullem Keen": { - "recent_scores": [ - 4, - 6, - 46, - 67, - 7, - 18, - 22, - 4, - 19, - 15 - ], - "recent_avg": 20.8, - "recent_sr": 86.0 - }, - "Karuna Bhandari": { - "recent_scores": [ - 14, - 2, - 6, - 3 - ], - "recent_avg": 6.2, - "recent_sr": 58.1 - }, - "Karweng NG": { - "recent_scores": [ - 54, - 19, - 0, - 0, - 8, - 1 - ], - "recent_avg": 13.7, - "recent_sr": 106.5 - }, - "Kashif Abbas": { - "recent_scores": [ - 8, - 17, - 1, - 19 - ], - "recent_avg": 11.2, - "recent_sr": 107.1 - }, - "Kashif Daud": { - "recent_scores": [ - 23, - 0, - 4, - 24, - 1, - 3, - 6, - 18, - 30, - 2 - ], - "recent_avg": 11.1, - "recent_sr": 84.1 - }, - "Kashif Khan": { - "recent_scores": [ - 7, - 4, - 10, - 13 - ], - "recent_avg": 8.5, - "recent_sr": 57.6 - }, - "Kashif Siddique": { - "recent_scores": [ - 29, - 57, - 26, - 51, - 0, - 11, - 6, - 28, - 27, - 17 - ], - "recent_avg": 25.2, - "recent_sr": 134.8 - }, - "Kasir Ahmed": { - "recent_scores": [ - 19, - 9, - 13, - 3, - 7, - 19 - ], - "recent_avg": 11.7, - "recent_sr": 77.8 - }, - "Kate Awuah": { - "recent_scores": [ - 1, - 31, - 7 - ], - "recent_avg": 13.0, - "recent_sr": 53.4 - }, - "Kau Qalo": { - "recent_scores": [ - 26, - 0 - ], - "recent_avg": 13.0, - "recent_sr": 81.2 - }, - "Kaung Htet Kyaw": { - "recent_scores": [ - 2, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "Kaung Ko Ko": { - "recent_scores": [ - 1, - 3 - ], - "recent_avg": 2.0, - "recent_sr": 66.7 - }, - "Kaushal Kumar": { - "recent_scores": [ - 0, - 0, - 15, - 5, - 61, - 14, - 7, - 43, - 1, - 21 - ], - "recent_avg": 16.7, - "recent_sr": 91.8 - }, - "Kawsar Khan": { - "recent_scores": [ - 3, - 1, - 28, - 8, - 8, - 21 - ], - "recent_avg": 11.5, - "recent_sr": 93.2 - }, - "Kazim Somani": { - "recent_scores": [ - 15, - 15, - 7, - 0, - 24, - 9, - 11, - 10, - 20, - 4 - ], - "recent_avg": 11.5, - "recent_sr": 77.7 - }, - "Kelly Ndiraya": { - "recent_scores": [ - 8, - 0, - 11 - ], - "recent_avg": 6.3, - "recent_sr": 59.4 - }, - "Kerry Fraser": { - "recent_scores": [ - 3, - 1, - 3, - 12 - ], - "recent_avg": 4.8, - "recent_sr": 27.9 - }, - "Keziah Miriam Sabin": { - "recent_scores": [ - 54, - 3, - 5, - 3, - 6, - 3, - 1, - 7, - 6 - ], - "recent_avg": 9.8, - "recent_sr": 97.8 - }, - "Khadija Imtiaz": { - "recent_scores": [ - 1, - 2, - 8, - 4, - 0, - 0, - 12, - 2, - 7, - 2 - ], - "recent_avg": 3.8, - "recent_sr": 54.3 - }, - "Khadija Khalil": { - "recent_scores": [ - 1, - 1, - 3, - 8, - 4, - 2, - 3, - 8, - 5, - 5 - ], - "recent_avg": 4.0, - "recent_sr": 51.9 - }, - "Khadija Tul Kubra": { - "recent_scores": [ - 0, - 0, - 2, - 2, - 6, - 7, - 3, - 4 - ], - "recent_avg": 3.0, - "recent_sr": 34.8 - }, - "Khaibar Deldar": { - "recent_scores": [ - 11, - 49, - 1, - 0, - 2, - 14, - 17, - 21, - 40, - 2 - ], - "recent_avg": 15.7, - "recent_sr": 106.8 - }, - "Khalander Mustafa": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 400.0 - }, - "Khalid Ahmadi": { - "recent_scores": [ - 19, - 6, - 0, - 24, - 22, - 12, - 13, - 2, - 16, - 3 - ], - "recent_avg": 11.7, - "recent_sr": 162.5 - }, - "Khalid Kail": { - "recent_scores": [ - 17, - 43, - 0, - 51, - 6 - ], - "recent_avg": 23.4, - "recent_sr": 74.1 - }, - "Khalid Latif": { - "recent_scores": [ - 0, - 19, - 45, - 64, - 19 - ], - "recent_avg": 29.4, - "recent_sr": 63.1 - }, - "Khalid Niazi": { - "recent_scores": [ - 4, - 12, - 13 - ], - "recent_avg": 9.7, - "recent_sr": 76.3 - }, - "Khalid Shah": { - "recent_scores": [ - 3, - 6, - 23, - 35, - 12, - 37, - 0 - ], - "recent_avg": 16.6, - "recent_sr": 106.4 - }, - "Khalid Zahid": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "Khan Arbaaz": { - "recent_scores": [ - 0, - 17 - ], - "recent_avg": 8.5, - "recent_sr": 73.9 - }, - "Khandubhai Ahir": { - "recent_scores": [ - 22, - 1, - 3 - ], - "recent_avg": 8.7, - "recent_sr": 59.1 - }, - "Khawaja Nafay": { - "recent_scores": [ - 0, - 24, - 40, - 12, - 24, - 36, - 12, - 6, - 102, - 2 - ], - "recent_avg": 25.8, - "recent_sr": 137.2 - }, - "Khawar Ali": { - "recent_scores": [ - 1, - 30, - 14, - 0, - 25, - 57, - 4, - 33, - 54, - 63 - ], - "recent_avg": 28.1, - "recent_sr": 68.9 - }, - "Khawar Zafar": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 166.7 - }, - "Khazaima": { - "recent_scores": [ - 0, - 0, - 2 - ], - "recent_avg": 0.7, - "recent_sr": 18.2 - }, - "Khin Aye": { - "recent_scores": [ - 10, - 0, - 2, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 16.4 - }, - "Khizar Hayat": { - "recent_scores": [ - 24, - 5, - 22 - ], - "recent_avg": 17.0, - "recent_sr": 92.7 - }, - "Khizer Ahmed": { - "recent_scores": [ - 1, - 24, - 16, - 1, - 16, - 6, - 0, - 21, - 4, - 28 - ], - "recent_avg": 11.7, - "recent_sr": 101.7 - }, - "Khurram Chohan": { - "recent_scores": [ - 14, - 9, - 1, - 5, - 22, - 5, - 8, - 4, - 9 - ], - "recent_avg": 8.6, - "recent_sr": 53.5 - }, - "Khurram Khan": { - "recent_scores": [ - 5, - 12, - 43, - 14, - 36, - 45, - 2, - 2, - 78 - ], - "recent_avg": 26.3, - "recent_sr": 74.5 - }, - "Khurram Manzoor": { - "recent_scores": [ - 33, - 6, - 73, - 79, - 29, - 0, - 150, - 105, - 16, - 77 - ], - "recent_avg": 56.8, - "recent_sr": 45.4 - }, - "Khurram Nawaz": { - "recent_scores": [ - 9, - 17 - ], - "recent_avg": 13.0, - "recent_sr": 53.1 - }, - "Khurram Shahzad": { - "recent_scores": [ - 10, - 7, - 32, - 20, - 12, - 5, - 7 - ], - "recent_avg": 13.3, - "recent_sr": 38.8 - }, - "Khusboo Kandpal": { - "recent_scores": [ - 0, - 6, - 5, - 27, - 2, - 7, - 2, - 25, - 1 - ], - "recent_avg": 8.3, - "recent_sr": 61.0 - }, - "Khushdil Shah": { - "recent_scores": [ - 38, - 69, - 7, - 15, - 2, - 21, - 34, - 22, - 41, - 27 - ], - "recent_avg": 27.6, - "recent_sr": 103.0 - }, - "Khushi Sharma": { - "recent_scores": [ - 12, - 10, - 36, - 22, - 1, - 0, - 24, - 1, - 2, - 24 - ], - "recent_avg": 13.2, - "recent_sr": 82.5 - }, - "Khuzaima Tanveer": { - "recent_scores": [ - 49, - 1, - 1 - ], - "recent_avg": 17.0, - "recent_sr": 130.8 - }, - "Kim Daeyeon": { - "recent_scores": [ - 10, - 19, - 31, - 5, - 47 - ], - "recent_avg": 22.4, - "recent_sr": 109.8 - }, - "Kim Rang": { - "recent_scores": [ - 7, - 0 - ], - "recent_avg": 3.5, - "recent_sr": 36.8 - }, - "Kinaanath Ismail": { - "recent_scores": [ - 0, - 1, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 5.9 - }, - "Kinley Bidha": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Kiyo Fujikawa": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 11.1 - }, - "Komalpreet Grewal": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 20.0 - }, - "Komang Putra": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 66.7 - }, - "Kristan Tillett": { - "recent_scores": [ - 1, - 3, - 4 - ], - "recent_avg": 2.7, - "recent_sr": 42.1 - }, - "Kuldeep": { - "recent_scores": [ - 14, - 56, - 80, - 2, - 20, - 27, - 4, - 6, - 67, - 22 - ], - "recent_avg": 29.8, - "recent_sr": 170.3 - }, - "Kuldeep Gurjar": { - "recent_scores": [ - 1, - 1, - 3, - 9, - 9, - 3, - 7, - 0, - 16, - 2 - ], - "recent_avg": 5.1, - "recent_sr": 54.3 - }, - "Kuldeep Lal": { - "recent_scores": [ - 8, - 2 - ], - "recent_avg": 5.0, - "recent_sr": 90.9 - }, - "Kuldeep Singh": { - "recent_scores": [ - 1, - 1, - 6 - ], - "recent_avg": 2.7, - "recent_sr": 47.1 - }, - "Kulwinderjeet Singh": { - "recent_scores": [ - 0, - 0, - 9, - 8, - 33, - 5, - 46, - 41, - 0, - 21 - ], - "recent_avg": 16.3, - "recent_sr": 137.0 - }, - "Kushal Malla": { - "recent_scores": [ - 45, - 33, - 7, - 12, - 2, - 36, - 15, - 9, - 20, - 2 - ], - "recent_avg": 18.1, - "recent_sr": 58.8 - }, - "Kycia A Knight": { - "recent_scores": [ - 11, - 0, - 39, - 0, - 8, - 0, - 5, - 6, - 5, - 48 - ], - "recent_avg": 12.2, - "recent_sr": 53.3 - }, - "Kyshona A Knight": { - "recent_scores": [ - 13, - 1, - 1, - 36, - 0, - 3, - 5, - 5, - 28, - 88 - ], - "recent_avg": 18.0, - "recent_sr": 51.0 - }, - "Kyte Gullem Keen": { - "recent_scores": [ - 0, - 0, - 0, - 10, - 2, - 9, - 0, - 0, - 0, - 5 - ], - "recent_avg": 2.6, - "recent_sr": 31.7 - }, - "L Agatha": { - "recent_scores": [ - 5, - 1, - 0, - 17, - 15, - 52, - 26, - 0, - 10, - 26 - ], - "recent_avg": 15.2, - "recent_sr": 93.3 - }, - "L Anyait": { - "recent_scores": [ - 2, - 1, - 4, - 0, - 0, - 0, - 0, - 2 - ], - "recent_avg": 1.1, - "recent_sr": 39.1 - }, - "L Barnett": { - "recent_scores": [ - 48, - 2, - 54, - 5, - 15, - 77, - 7, - 67, - 96, - 31 - ], - "recent_avg": 40.2, - "recent_sr": 130.1 - }, - "L Basson": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 66.7 - }, - "L Berthe": { - "recent_scores": [ - 0, - 0, - 0, - 3, - 7, - 0, - 1, - 0 - ], - "recent_avg": 1.4, - "recent_sr": 39.3 - }, - "L Bigula": { - "recent_scores": [ - 1, - 6, - 24 - ], - "recent_avg": 10.3, - "recent_sr": 60.8 - }, - "L Bonner": { - "recent_scores": [ - 19, - 0, - 0, - 21, - 27, - 70, - 2, - 0, - 1, - 2 - ], - "recent_avg": 14.2, - "recent_sr": 113.6 - }, - "L Botha": { - "recent_scores": [ - 46 - ], - "recent_avg": 46.0, - "recent_sr": 184.0 - }, - "L Bruce": { - "recent_scores": [ - 42, - 20, - 6, - 1, - 5, - 18, - 23, - 45, - 38, - 24 - ], - "recent_avg": 22.2, - "recent_sr": 143.2 - }, - "L Bull": { - "recent_scores": [ - 8, - 6, - 3, - 19, - 6, - 4, - 3, - 0, - 2, - 0 - ], - "recent_avg": 5.1, - "recent_sr": 62.2 - }, - "L Canessane": { - "recent_scores": [ - 8, - 0, - 0, - 13, - 11, - 2, - 2, - 12, - 12, - 0 - ], - "recent_avg": 6.0, - "recent_sr": 83.3 - }, - "L Cardoso": { - "recent_scores": [ - 8, - 1, - 17, - 2, - 0, - 2, - 13, - 0, - 40, - 4 - ], - "recent_avg": 8.7, - "recent_sr": 73.7 - }, - "L Cheatle": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 35.3 - }, - "L Chilia": { - "recent_scores": [ - 2, - 0, - 4, - 8, - 0 - ], - "recent_avg": 2.8, - "recent_sr": 33.3 - }, - "L Chipanga": { - "recent_scores": [ - 1, - 0, - 0, - 5, - 18, - 1, - 2, - 5, - 3, - 0 - ], - "recent_avg": 3.5, - "recent_sr": 56.5 - }, - "L Croospulle": { - "recent_scores": [ - 28, - 160, - 84, - 54, - 72, - 38, - 22, - 6, - 8, - 0 - ], - "recent_avg": 47.2, - "recent_sr": 131.8 - }, - "L Dalbina": { - "recent_scores": [ - 26, - 9, - 7, - 2, - 1, - 2 - ], - "recent_avg": 7.8, - "recent_sr": 35.6 - }, - "L Delany": { - "recent_scores": [ - 0, - 1, - 21, - 18, - 34, - 57, - 23, - 63, - 32, - 0 - ], - "recent_avg": 24.9, - "recent_sr": 78.8 - }, - "L Denny": { - "recent_scores": [ - 10, - 5, - 13, - 9, - 11, - 9, - 6, - 18, - 45, - 4 - ], - "recent_avg": 13.0, - "recent_sr": 99.2 - }, - "L Emilio": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 50.0 - }, - "L Erdenebulgan": { - "recent_scores": [ - 0, - 8, - 1, - 0, - 2, - 0, - 3, - 0, - 0, - 1 - ], - "recent_avg": 1.5, - "recent_sr": 14.0 - }, - "L Fainicka": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "L Filer": { - "recent_scores": [ - 4, - 22, - 3, - 5, - 11 - ], - "recent_avg": 9.0, - "recent_sr": 33.6 - }, - "L Goodall": { - "recent_scores": [ - 36 - ], - "recent_avg": 36.0, - "recent_sr": 39.6 - }, - "L Grace": { - "recent_scores": [ - 4, - 3, - 0, - 24, - 1 - ], - "recent_avg": 6.4, - "recent_sr": 68.1 - }, - "L Gregory": { - "recent_scores": [ - 77, - 40 - ], - "recent_avg": 58.5, - "recent_sr": 100.9 - }, - "L Greig": { - "recent_scores": [ - 1, - 14, - 21, - 3, - 1, - 4, - 8, - 2, - 3, - 23 - ], - "recent_avg": 8.0, - "recent_sr": 77.7 - }, - "L Holmgaard": { - "recent_scores": [ - 7, - 3, - 3 - ], - "recent_avg": 4.3, - "recent_sr": 68.4 - }, - "L Horan": { - "recent_scores": [ - 19 - ], - "recent_avg": 19.0, - "recent_sr": 271.4 - }, - "L Hornby-Wheeler": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "L Idambo": { - "recent_scores": [ - 0, - 8, - 10, - 18, - 20, - 6, - 5, - 9, - 1, - 16 - ], - "recent_avg": 9.3, - "recent_sr": 59.6 - }, - "L Iglesias": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "L Jack": { - "recent_scores": [ - 23, - 34, - 1, - 35, - 1, - 9, - 0, - 10 - ], - "recent_avg": 14.1, - "recent_sr": 103.7 - }, - "L Jie": { - "recent_scores": [ - 0, - 1, - 14, - 2 - ], - "recent_avg": 4.2, - "recent_sr": 53.1 - }, - "L Jones": { - "recent_scores": [ - 15 - ], - "recent_avg": 15.0, - "recent_sr": 71.4 - }, - "L Karlsson": { - "recent_scores": [ - 9, - 6, - 1, - 14, - 0, - 13 - ], - "recent_avg": 7.2, - "recent_sr": 91.5 - }, - "L Keny": { - "recent_scores": [ - 2, - 40, - 0, - 1, - 3, - 16, - 3, - 47 - ], - "recent_avg": 14.0, - "recent_sr": 42.1 - }, - "L Khotso": { - "recent_scores": [ - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "L Klokgieters": { - "recent_scores": [ - 4, - 1, - 3, - 1, - 1 - ], - "recent_avg": 2.0, - "recent_sr": 58.8 - }, - "L Kooagile": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "L Krvaric": { - "recent_scores": [ - 12, - 14, - 6, - 0, - 28, - 57 - ], - "recent_avg": 19.5, - "recent_sr": 95.9 - }, - "L Kumari": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 20.0 - }, - "L Lamin": { - "recent_scores": [ - 8, - 18, - 28, - 17 - ], - "recent_avg": 17.8, - "recent_sr": 94.7 - }, - "L Lee": { - "recent_scores": [ - 36 - ], - "recent_avg": 36.0, - "recent_sr": 60.0 - }, - "L Leisner": { - "recent_scores": [ - 10, - 1, - 6, - 3, - 17, - 9, - 20, - 5, - 27, - 4 - ], - "recent_avg": 10.2, - "recent_sr": 69.9 - }, - "L Little": { - "recent_scores": [ - 7, - 27, - 1, - 1, - 1, - 10, - 4, - 8 - ], - "recent_avg": 7.4, - "recent_sr": 72.0 - }, - "L Louwrens": { - "recent_scores": [ - 4, - 0, - 29, - 47, - 8, - 52, - 41, - 54, - 5, - 14 - ], - "recent_avg": 25.4, - "recent_sr": 56.2 - }, - "L Mabhero": { - "recent_scores": [ - 8, - 20, - 5, - 1, - 0, - 0, - 0, - 0 - ], - "recent_avg": 4.2, - "recent_sr": 50.7 - }, - "L Malino": { - "recent_scores": [ - 0, - 1, - 1, - 8, - 3, - 0, - 1, - 1, - 2, - 6 - ], - "recent_avg": 2.3, - "recent_sr": 29.5 - }, - "L Mamba": { - "recent_scores": [ - 3, - 1, - 5, - 0, - 0, - 3, - 1, - 0, - 1, - 0 - ], - "recent_avg": 1.4, - "recent_sr": 13.9 - }, - "L Maphane": { - "recent_scores": [ - 4, - 12, - 7, - 12, - 20, - 0 - ], - "recent_avg": 9.2, - "recent_sr": 94.8 - }, - "L Maritz": { - "recent_scores": [ - 1, - 25, - 5 - ], - "recent_avg": 10.3, - "recent_sr": 50.0 - }, - "L Martin": { - "recent_scores": [ - 4, - 1, - 6, - 3 - ], - "recent_avg": 3.5, - "recent_sr": 30.4 - }, - "L Mating": { - "recent_scores": [ - 7, - 4, - 0 - ], - "recent_avg": 3.7, - "recent_sr": 40.7 - }, - "L Maximo": { - "recent_scores": [ - 12, - 9, - 7, - 5, - 9, - 0, - 0, - 3, - 6, - 5 - ], - "recent_avg": 5.6, - "recent_sr": 49.6 - }, - "L McCarthy": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 48.0 - }, - "L Mcfadzean": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 300.0 - }, - "L Moises": { - "recent_scores": [ - 5, - 9, - 2, - 9, - 2, - 16, - 2, - 1, - 0, - 0 - ], - "recent_avg": 4.6, - "recent_sr": 76.7 - }, - "L Monanthane": { - "recent_scores": [ - 0, - 33, - 2, - 9, - 0, - 9, - 2, - 1, - 7, - 3 - ], - "recent_avg": 6.6, - "recent_sr": 66.0 - }, - "L Moore": { - "recent_scores": [ - 20, - 1, - 6 - ], - "recent_avg": 9.0, - "recent_sr": 52.9 - }, - "L Mophakedi": { - "recent_scores": [ - 27, - 3, - 5, - 7, - 36, - 9, - 57, - 11, - 8, - 31 - ], - "recent_avg": 19.4, - "recent_sr": 73.5 - }, - "L Mutale": { - "recent_scores": [ - 2, - 1 - ], - "recent_avg": 1.5, - "recent_sr": 60.0 - }, - "L Nou": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "L Nyarko": { - "recent_scores": [ - 4, - 0, - 0 - ], - "recent_avg": 1.3, - "recent_sr": 57.1 - }, - "L Ostergaard": { - "recent_scores": [ - 10, - 15, - 1, - 12, - 4, - 0, - 17, - 15, - 13, - 0 - ], - "recent_avg": 8.7, - "recent_sr": 54.0 - }, - "L Paul": { - "recent_scores": [ - 32, - 8, - 30, - 36, - 2, - 7, - 3, - 11, - 67, - 19 - ], - "recent_avg": 21.5, - "recent_sr": 87.4 - }, - "L Pemhiwa": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "L Perera": { - "recent_scores": [ - 17, - 2, - 9 - ], - "recent_avg": 9.3, - "recent_sr": 77.8 - }, - "L Phiri": { - "recent_scores": [ - 48, - 69, - 9, - 8, - 14, - 8, - 2, - 12, - 1, - 0 - ], - "recent_avg": 17.1, - "recent_sr": 56.4 - }, - "L Pickard": { - "recent_scores": [ - 13, - 30, - 1, - 8, - 15, - 14, - 2, - 1, - 16, - 25 - ], - "recent_avg": 12.5, - "recent_sr": 53.9 - }, - "L Piety": { - "recent_scores": [ - 17, - 0, - 23, - 92, - 35, - 0, - 3, - 68, - 1, - 70 - ], - "recent_avg": 30.9, - "recent_sr": 130.9 - }, - "L Polaki": { - "recent_scores": [ - 1, - 1, - 2, - 0, - 2 - ], - "recent_avg": 1.2, - "recent_sr": 16.2 - }, - "L Qiao": { - "recent_scores": [ - 8, - 0, - 0 - ], - "recent_avg": 2.7, - "recent_sr": 80.0 - }, - "L Rajadurai": { - "recent_scores": [ - 12, - 9, - 45, - 31, - 3, - 1, - 16 - ], - "recent_avg": 16.7, - "recent_sr": 36.9 - }, - "L Ramjit": { - "recent_scores": [ - 48, - 9, - 26, - 3, - 2, - 27, - 9, - 2 - ], - "recent_avg": 15.8, - "recent_sr": 69.6 - }, - "L Rika": { - "recent_scores": [ - 6, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 75.0 - }, - "L Ruane": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 20.0 - }, - "L Samani": { - "recent_scores": [ - 0, - 2, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 12.5 - }, - "L Sanogo": { - "recent_scores": [ - 0, - 7, - 1, - 0, - 0, - 2, - 15, - 0, - 0, - 0 - ], - "recent_avg": 2.5, - "recent_sr": 43.9 - }, - "L Shafeeg": { - "recent_scores": [ - 7, - 10, - 2, - 2, - 0, - 1, - 7, - 19 - ], - "recent_avg": 6.0, - "recent_sr": 84.2 - }, - "L Shetty": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 28.6 - }, - "L Siaka": { - "recent_scores": [ - 5, - 38, - 0, - 35, - 17, - 8, - 4, - 30, - 13, - 90 - ], - "recent_avg": 24.0, - "recent_sr": 71.0 - }, - "L Sipamla": { - "recent_scores": [ - 10, - 5, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 28.3 - }, - "L Smith": { - "recent_scores": [ - 11, - 3, - 2 - ], - "recent_avg": 5.3, - "recent_sr": 64.0 - }, - "L Solomone": { - "recent_scores": [ - 1, - 28 - ], - "recent_avg": 14.5, - "recent_sr": 126.1 - }, - "L Sormus": { - "recent_scores": [ - 2, - 2, - 3, - 2, - 15, - 0, - 5, - 20, - 17, - 1 - ], - "recent_avg": 6.7, - "recent_sr": 39.4 - }, - "L Sreekumar": { - "recent_scores": [ - 16, - 28, - 13 - ], - "recent_avg": 19.0, - "recent_sr": 82.6 - }, - "L Stanfergin": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 11.1 - }, - "L Steenkamp": { - "recent_scores": [ - 67, - 20, - 78, - 32 - ], - "recent_avg": 49.2, - "recent_sr": 73.8 - }, - "L Stubbs": { - "recent_scores": [ - 0, - 2, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 8.3 - }, - "L Sviben": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 57.1 - }, - "L Tastuki": { - "recent_scores": [ - 1, - 1, - 3 - ], - "recent_avg": 1.7, - "recent_sr": 45.5 - }, - "L Taylor": { - "recent_scores": [ - 0, - 14, - 5, - 3, - 0, - 4, - 24, - 1, - 0, - 11 - ], - "recent_avg": 6.2, - "recent_sr": 67.4 - }, - "L Thobela": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "L Tshuma": { - "recent_scores": [ - 34, - 0, - 3, - 32, - 0, - 10, - 2, - 4, - 1, - 137 - ], - "recent_avg": 22.3, - "recent_sr": 73.6 - }, - "L Tucker": { - "recent_scores": [ - 50, - 82, - 50, - 91, - 56, - 62, - 93, - 51, - 145 - ], - "recent_avg": 75.6, - "recent_sr": 62.1 - }, - "L Udeh": { - "recent_scores": [ - 1, - 1, - 5, - 0, - 0, - 2, - 0, - 4, - 1, - 0 - ], - "recent_avg": 1.4, - "recent_sr": 46.7 - }, - "L Ufitinema": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 50.0 - }, - "L Vincent": { - "recent_scores": [ - 37, - 92, - 13, - 224, - 87, - 31, - 106 - ], - "recent_avg": 84.3, - "recent_sr": 55.9 - }, - "L Visser": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 60.0 - }, - "L Vua": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 20.0 - }, - "L Wahmowe": { - "recent_scores": [ - 1, - 3, - 0 - ], - "recent_avg": 1.3, - "recent_sr": 28.6 - }, - "L Ward": { - "recent_scores": [ - 8, - 17, - 17, - 2, - 2 - ], - "recent_avg": 9.2, - "recent_sr": 100.0 - }, - "L Wesley": { - "recent_scores": [ - 1, - 0, - 2, - 6, - 6 - ], - "recent_avg": 3.0, - "recent_sr": 31.2 - }, - "L Winfield": { - "recent_scores": [ - 38, - 13, - 43 - ], - "recent_avg": 31.3, - "recent_sr": 25.0 - }, - "L Winfield-Hill": { - "recent_scores": [ - 37, - 35 - ], - "recent_avg": 36.0, - "recent_sr": 53.3 - }, - "L Wolvaardt": { - "recent_scores": [ - 69, - 142, - 12, - 32 - ], - "recent_avg": 63.8, - "recent_sr": 40.7 - }, - "L Wykes-Templeman": { - "recent_scores": [ - 0, - 0, - 0, - 1, - 2, - 4, - 10, - 15, - 4, - 6 - ], - "recent_avg": 4.2, - "recent_sr": 37.5 - }, - "L Yamamoto-Lake": { - "recent_scores": [ - 6, - 10, - 0, - 0, - 33, - 4, - 26, - 38, - 10, - 17 - ], - "recent_avg": 14.4, - "recent_sr": 90.6 - }, - "L Zulu": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "LA Bourne": { - "recent_scores": [ - 19, - 1, - 0, - 2 - ], - "recent_avg": 5.5, - "recent_sr": 50.0 - }, - "LA Burns": { - "recent_scores": [ - 31, - 4, - 2, - 1, - 24, - 9, - 2, - 8, - 4, - 47 - ], - "recent_avg": 13.2, - "recent_sr": 102.3 - }, - "LA Collado": { - "recent_scores": [ - 0, - 6, - 8, - 3 - ], - "recent_avg": 4.2, - "recent_sr": 60.7 - }, - "LA Dawson": { - "recent_scores": [ - 26, - 18, - 0, - 66 - ], - "recent_avg": 27.5, - "recent_sr": 42.0 - }, - "LA Dunbar": { - "recent_scores": [ - 36, - 19, - 0, - 38, - 5, - 39, - 23, - 31, - 2, - 72 - ], - "recent_avg": 26.5, - "recent_sr": 101.9 - }, - "LA Goncalves": { - "recent_scores": [ - 0, - 5, - 13, - 0, - 24, - 11 - ], - "recent_avg": 8.8, - "recent_sr": 86.9 - }, - "LA Marsh": { - "recent_scores": [ - 28, - 13, - 0, - 55, - 7, - 38, - 7, - 3 - ], - "recent_avg": 18.9, - "recent_sr": 25.3 - }, - "LA McBride": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "LA Musiani": { - "recent_scores": [ - 7, - 44, - 0, - 2, - 6, - 8, - 17, - 4, - 12, - 18 - ], - "recent_avg": 11.8, - "recent_sr": 96.7 - }, - "LA Simango": { - "recent_scores": [ - 1, - 4, - 1, - 6, - 4, - 9 - ], - "recent_avg": 4.2, - "recent_sr": 52.1 - }, - "LAGL Kirby": { - "recent_scores": [ - 4, - 3, - 1, - 7, - 20, - 16, - 3 - ], - "recent_avg": 7.7, - "recent_sr": 75.0 - }, - "LAR Bommareddy": { - "recent_scores": [ - 0, - 8, - 17, - 0, - 1, - 1, - 5, - 6, - 0, - 9 - ], - "recent_avg": 4.7, - "recent_sr": 40.9 - }, - "LB Ferbrache": { - "recent_scores": [ - 1, - 8 - ], - "recent_avg": 4.5, - "recent_sr": 56.2 - }, - "LC Le Tissier": { - "recent_scores": [ - 6, - 33 - ], - "recent_avg": 19.5, - "recent_sr": 92.9 - }, - "LC Sthalekar": { - "recent_scores": [ - 10, - 13, - 100, - 34, - 138 - ], - "recent_avg": 59.0, - "recent_sr": 36.7 - }, - "LCN Smith": { - "recent_scores": [ - 27, - 3, - 0, - 4, - 5, - 14 - ], - "recent_avg": 8.8, - "recent_sr": 93.0 - }, - "LD Chandimal": { - "recent_scores": [ - 72, - 97, - 93, - 60, - 86, - 103, - 73, - 83, - 116, - 91 - ], - "recent_avg": 87.4, - "recent_sr": 50.8 - }, - "LD Madushanka": { - "recent_scores": [ - 10, - 2, - 20, - 8, - 2, - 4, - 44, - 6, - 10, - 0 - ], - "recent_avg": 10.6, - "recent_sr": 89.8 - }, - "LE Bosman": { - "recent_scores": [ - 68, - 29, - 0, - 2, - 4, - 0, - 6, - 22, - 39, - 88 - ], - "recent_avg": 25.8, - "recent_sr": 94.2 - }, - "LE Kaushalya": { - "recent_scores": [ - 28, - 5, - 3, - 13, - 5, - 0, - 3, - 65, - 14, - 26 - ], - "recent_avg": 16.2, - "recent_sr": 60.4 - }, - "LE Lomani": { - "recent_scores": [ - 2, - 15, - 2 - ], - "recent_avg": 6.3, - "recent_sr": 32.2 - }, - "LF Mavume": { - "recent_scores": [ - 7, - 5, - 15 - ], - "recent_avg": 9.0, - "recent_sr": 65.9 - }, - "LF Muller": { - "recent_scores": [ - 7, - 28, - 46, - 23, - 38, - 15, - 34, - 21, - 27, - 14 - ], - "recent_avg": 25.3, - "recent_sr": 119.3 - }, - "LG Moras": { - "recent_scores": [ - 12, - 2, - 5, - 13, - 34, - 13, - 2, - 1, - 3 - ], - "recent_avg": 9.4, - "recent_sr": 78.0 - }, - "LH Rodrigues": { - "recent_scores": [ - 1, - 4, - 0, - 5, - 59, - 6, - 29, - 27, - 10, - 8 - ], - "recent_avg": 14.9, - "recent_sr": 124.2 - }, - "LHB Harrington-Myers": { - "recent_scores": [ - 13, - 0, - 2, - 17 - ], - "recent_avg": 8.0, - "recent_sr": 82.1 - }, - "LI Haoye": { - "recent_scores": [ - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "LI Salomone": { - "recent_scores": [ - 6, - 2, - 0, - 0, - 26, - 6, - 17, - 0, - 79, - 1 - ], - "recent_avg": 13.7, - "recent_sr": 114.2 - }, - "LJ Barker": { - "recent_scores": [ - 28, - 3, - 52 - ], - "recent_avg": 27.7, - "recent_sr": 101.2 - }, - "LJ Leokaoke": { - "recent_scores": [ - 71, - 6, - 31, - 61, - 17, - 6, - 1, - 3 - ], - "recent_avg": 24.5, - "recent_sr": 104.3 - }, - "LJ Myott": { - "recent_scores": [ - 2, - 1, - 3, - 1, - 5, - 13, - 6, - 1 - ], - "recent_avg": 4.0, - "recent_sr": 88.9 - }, - "LJ Payas": { - "recent_scores": [ - 4, - 1, - 3, - 0, - 54, - 3, - 16, - 0, - 21 - ], - "recent_avg": 11.3, - "recent_sr": 84.3 - }, - "LJ Poulton": { - "recent_scores": [ - 21, - 24 - ], - "recent_avg": 22.5, - "recent_sr": 42.1 - }, - "LK Bell": { - "recent_scores": [ - 3, - 7, - 3, - 8, - 1 - ], - "recent_avg": 4.4, - "recent_sr": 21.0 - }, - "LK Bennett": { - "recent_scores": [ - 2, - 6, - 0 - ], - "recent_avg": 2.7, - "recent_sr": 57.1 - }, - "LK Ebsary": { - "recent_scores": [ - 24 - ], - "recent_avg": 24.0, - "recent_sr": 50.0 - }, - "LK O'Reilly": { - "recent_scores": [ - 4, - 0, - 4, - 4 - ], - "recent_avg": 3.0, - "recent_sr": 57.1 - }, - "LK Sharma": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 71.4 - }, - "LKW Ezechiel": { - "recent_scores": [ - 4, - 0, - 0, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 16.0 - }, - "LL Dimba": { - "recent_scores": [ - 10, - 1, - 0, - 31, - 11, - 7, - 1, - 42, - 26, - 0 - ], - "recent_avg": 12.9, - "recent_sr": 78.7 - }, - "LL Htun": { - "recent_scores": [ - 2, - 11, - 1, - 1, - 0, - 8, - 38, - 3, - 7, - 8 - ], - "recent_avg": 7.9, - "recent_sr": 59.0 - }, - "LL Tsotsobe": { - "recent_scores": [ - 16, - 0, - 3 - ], - "recent_avg": 6.3, - "recent_sr": 35.8 - }, - "LM Aramas": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 22.2 - }, - "LM Babirye": { - "recent_scores": [ - 0, - 20, - 0, - 2, - 0, - 5, - 9, - 0, - 1, - 6 - ], - "recent_avg": 4.3, - "recent_sr": 39.1 - }, - "LM Christensen": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 66.7 - }, - "LM Gabriel": { - "recent_scores": [ - 0, - 18, - 5, - 5, - 13, - 0, - 0, - 1, - 39, - 4 - ], - "recent_avg": 8.5, - "recent_sr": 58.6 - }, - "LM Gwebu": { - "recent_scores": [ - 0, - 1, - 1, - 1, - 0, - 0, - 0 - ], - "recent_avg": 0.4, - "recent_sr": 6.1 - }, - "LM Jongwe": { - "recent_scores": [ - 56 - ], - "recent_avg": 56.0, - "recent_sr": 59.6 - }, - "LM Kasperek": { - "recent_scores": [ - 10, - 15, - 6, - 10, - 6, - 2, - 12, - 0, - 21, - 6 - ], - "recent_avg": 8.8, - "recent_sr": 46.8 - }, - "LM Massawe": { - "recent_scores": [ - 26, - 2 - ], - "recent_avg": 14.0, - "recent_sr": 87.5 - }, - "LM Sims": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 63.6 - }, - "LMM Tahuhu": { - "recent_scores": [ - 2, - 12, - 5, - 1, - 24, - 0, - 5, - 1, - 3, - 21 - ], - "recent_avg": 7.4, - "recent_sr": 97.4 - }, - "LN McCarthy": { - "recent_scores": [ - 5, - 3, - 2, - 2 - ], - "recent_avg": 3.0, - "recent_sr": 26.1 - }, - "LN Oluoch": { - "recent_scores": [ - 15, - 0, - 12 - ], - "recent_avg": 9.0, - "recent_sr": 128.6 - }, - "LN Onyango": { - "recent_scores": [ - 34, - 10, - 6, - 11 - ], - "recent_avg": 15.2, - "recent_sr": 74.4 - }, - "LN Rajbanshi": { - "recent_scores": [ - 0, - 0, - 4, - 1, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 11.1 - }, - "LN Saishiv": { - "recent_scores": [ - 31 - ], - "recent_avg": 31.0, - "recent_sr": 93.9 - }, - "LN Shabalala": { - "recent_scores": [ - 1, - 3, - 1, - 0, - 6, - 4, - 1, - 1, - 6, - 2 - ], - "recent_avg": 2.5, - "recent_sr": 17.7 - }, - "LO Telea": { - "recent_scores": [ - 0, - 6, - 17, - 4, - 25 - ], - "recent_avg": 10.4, - "recent_sr": 42.3 - }, - "LP Kasturiarachchige": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 166.7 - }, - "LP Mullapudi": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 55.6 - }, - "LR Doolan": { - "recent_scores": [ - 8, - 1, - 30, - 10 - ], - "recent_avg": 12.2, - "recent_sr": 83.1 - }, - "LR Down": { - "recent_scores": [ - 0, - 0, - 1, - 3, - 26, - 14, - 0, - 53, - 33, - 4 - ], - "recent_avg": 13.4, - "recent_sr": 55.1 - }, - "LR Gaonkar": { - "recent_scores": [ - 8, - 16, - 23, - 5, - 14, - 1 - ], - "recent_avg": 11.2, - "recent_sr": 79.8 - }, - "LR Naylor": { - "recent_scores": [ - 14, - 20 - ], - "recent_avg": 17.0, - "recent_sr": 79.1 - }, - "LS Barkania": { - "recent_scores": [ - 2, - 1, - 2, - 9 - ], - "recent_avg": 3.5, - "recent_sr": 56.0 - }, - "LS Greenway": { - "recent_scores": [ - 38, - 9, - 4, - 15, - 28, - 26, - 18, - 31 - ], - "recent_avg": 21.1, - "recent_sr": 25.3 - }, - "LS Mulivai": { - "recent_scores": [ - 13, - 8 - ], - "recent_avg": 10.5, - "recent_sr": 40.4 - }, - "LS Simelane": { - "recent_scores": [ - 0, - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "LSP Siriwardene": { - "recent_scores": [ - 12, - 11, - 0, - 2 - ], - "recent_avg": 6.2, - "recent_sr": 53.2 - }, - "LT Bichard": { - "recent_scores": [ - 3, - 0, - 1, - 5, - 8, - 25, - 2, - 2 - ], - "recent_avg": 5.8, - "recent_sr": 76.7 - }, - "LV Boas": { - "recent_scores": [ - 4, - 33, - 0, - 8, - 46, - 1, - 35, - 5, - 8, - 5 - ], - "recent_avg": 14.5, - "recent_sr": 90.1 - }, - "LV van Beek": { - "recent_scores": [ - 4, - 16, - 2, - 23, - 0, - 59, - 10, - 28, - 20, - 1 - ], - "recent_avg": 16.3, - "recent_sr": 78.4 - }, - "LW Potthoff": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 50.0 - }, - "LY Loch Srey": { - "recent_scores": [ - 0, - 2, - 0, - 2, - 0, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 16.0 - }, - "Laiba": { - "recent_scores": [ - 5, - 0, - 0 - ], - "recent_avg": 1.7, - "recent_sr": 22.7 - }, - "Laiba Nasrullah": { - "recent_scores": [ - 0, - 0, - 2, - 0, - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 7.5 - }, - "Lakshit Gupta": { - "recent_scores": [ - 49, - 27, - 56, - 7, - 39, - 39, - 2, - 23, - 29, - 3 - ], - "recent_avg": 27.4, - "recent_sr": 111.8 - }, - "Lata Mondal": { - "recent_scores": [ - 9, - 3, - 22, - 30, - 33, - 24, - 9, - 0, - 0, - 0 - ], - "recent_avg": 13.0, - "recent_sr": 49.2 - }, - "Latsha Haleemath": { - "recent_scores": [ - 1, - 17, - 0, - 0, - 0, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 60.0 - }, - "Lavanya Pillai": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 10.0 - }, - "Lee Hyosin": { - "recent_scores": [ - 7, - 0 - ], - "recent_avg": 3.5, - "recent_sr": 50.0 - }, - "Lee Kangmin": { - "recent_scores": [ - 0, - 0, - 9 - ], - "recent_avg": 3.0, - "recent_sr": 75.0 - }, - "Lee Ra": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "Leen Luthufee": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Leitu Leong": { - "recent_scores": [ - 5, - 0, - 10, - 0, - 0, - 3, - 2, - 0 - ], - "recent_avg": 2.5, - "recent_sr": 54.1 - }, - "Lemar Momand": { - "recent_scores": [ - 0, - 2, - 2 - ], - "recent_avg": 1.3, - "recent_sr": 36.4 - }, - "Lihara Ayeysekara": { - "recent_scores": [ - 0, - 0, - 3, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 12.9 - }, - "Likitha Yadav": { - "recent_scores": [ - 0, - 1, - 10, - 0, - 24, - 37, - 8 - ], - "recent_avg": 11.4, - "recent_sr": 38.3 - }, - "Lily Rani Biswas": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Lokesh Bam": { - "recent_scores": [ - 44, - 10, - 13, - 3, - 39, - 39, - 0, - 9, - 5, - 12 - ], - "recent_avg": 17.4, - "recent_sr": 155.4 - }, - "Lopamudra": { - "recent_scores": [ - 0, - 4, - 6, - 0, - 0, - 0, - 0, - 0, - 0, - 1 - ], - "recent_avg": 1.1, - "recent_sr": 25.6 - }, - "Lovedeep Singh": { - "recent_scores": [ - 0, - 2, - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "Luca Petre": { - "recent_scores": [ - 8, - 9, - 6, - 7, - 3, - 1, - 7 - ], - "recent_avg": 5.9, - "recent_sr": 110.8 - }, - "Lucas Rossi": { - "recent_scores": [ - 2, - 35, - 0, - 5, - 7, - 9, - 21, - 55, - 20, - 2 - ], - "recent_avg": 15.6, - "recent_sr": 104.0 - }, - "Lucky Ali": { - "recent_scores": [ - 7, - 13, - 19, - 8, - 2, - 3, - 5, - 1, - 6, - 17 - ], - "recent_avg": 8.1, - "recent_sr": 94.2 - }, - "Luis Hermida": { - "recent_scores": [ - 4, - 19, - 30, - 4, - 26, - 8, - 10, - 6, - 7, - 32 - ], - "recent_avg": 14.6, - "recent_sr": 67.6 - }, - "Lujaina": { - "recent_scores": [ - 0, - 4, - 21, - 1, - 0, - 3 - ], - "recent_avg": 4.8, - "recent_sr": 41.4 - }, - "Luka Woods": { - "recent_scores": [ - 39, - 26, - 20, - 33, - 107, - 37, - 11, - 0, - 13, - 21 - ], - "recent_avg": 30.7, - "recent_sr": 139.5 - }, - "Luo Shilin": { - "recent_scores": [ - 0, - 1, - 3, - 1, - 0, - 0, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 13.2 - }, - "Luqman Butt": { - "recent_scores": [ - 1, - 35, - 24, - 40, - 21, - 6, - 15, - 48, - 35, - 42 - ], - "recent_avg": 26.7, - "recent_sr": 152.6 - }, - "Luqman Hussan": { - "recent_scores": [ - 9, - 4, - 12, - 0 - ], - "recent_avg": 6.2, - "recent_sr": 59.5 - }, - "Lwin Maw": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 50.0 - }, - "Ly Saomakara": { - "recent_scores": [ - 13, - 0, - 10, - 0, - 5 - ], - "recent_avg": 5.6, - "recent_sr": 29.8 - }, - "M Abadjieva": { - "recent_scores": [ - 11, - 10, - 3, - 0, - 4, - 0, - 0, - 5, - 6, - 5 - ], - "recent_avg": 4.4, - "recent_sr": 36.1 - }, - "M Abdulla": { - "recent_scores": [ - 8, - 20, - 17, - 0 - ], - "recent_avg": 11.2, - "recent_sr": 136.4 - }, - "M Aboagye": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 150.0 - }, - "M Ahono": { - "recent_scores": [ - 6, - 9, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 44.1 - }, - "M Akayezu": { - "recent_scores": [ - 19, - 38, - 19, - 0, - 9, - 2, - 0, - 18, - 7, - 15 - ], - "recent_avg": 12.7, - "recent_sr": 164.9 - }, - "M Akhigbe": { - "recent_scores": [ - 1, - 0, - 14, - 4, - 5 - ], - "recent_avg": 4.8, - "recent_sr": 85.7 - }, - "M Altankhuyag": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "M Alugunoolla": { - "recent_scores": [ - 0, - 6, - 9 - ], - "recent_avg": 5.0, - "recent_sr": 30.6 - }, - "M Ansari": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "M Ariokot": { - "recent_scores": [ - 5, - 0, - 2, - 2, - 0, - 7, - 8, - 3, - 24, - 5 - ], - "recent_avg": 5.6, - "recent_sr": 64.4 - }, - "M Artur": { - "recent_scores": [ - 5, - 6, - 9, - 0, - 3, - 14, - 4, - 8, - 0, - 4 - ], - "recent_avg": 5.3, - "recent_sr": 75.7 - }, - "M Ayodhya": { - "recent_scores": [ - 3, - 1 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "M Badenhorst": { - "recent_scores": [ - 3, - 4, - 0 - ], - "recent_avg": 2.3, - "recent_sr": 36.8 - }, - "M Batnasan": { - "recent_scores": [ - 12, - 6, - 12, - 0, - 4, - 16, - 0, - 0, - 3, - 0 - ], - "recent_avg": 5.3, - "recent_sr": 60.9 - }, - "M Bayram": { - "recent_scores": [ - 14, - 24, - 8, - 1, - 0, - 39, - 4, - 25 - ], - "recent_avg": 14.4, - "recent_sr": 125.0 - }, - "M Beitaki": { - "recent_scores": [ - 91, - 27, - 4, - 15, - 52, - 3 - ], - "recent_avg": 32.0, - "recent_sr": 126.3 - }, - "M Bestani": { - "recent_scores": [ - 3, - 3 - ], - "recent_avg": 3.0, - "recent_sr": 42.9 - }, - "M Bhaiji": { - "recent_scores": [ - 0, - 81, - 11, - 9, - 3, - 16, - 5 - ], - "recent_avg": 17.9, - "recent_sr": 127.6 - }, - "M Bhanuka": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 35.3 - }, - "M Bhatia": { - "recent_scores": [ - 0, - 8, - 42, - 57, - 1, - 13, - 1, - 2, - 2 - ], - "recent_avg": 14.0, - "recent_sr": 134.0 - }, - "M Bibi": { - "recent_scores": [ - 16, - 11, - 0, - 12, - 7, - 17, - 8, - 11, - 5, - 8 - ], - "recent_avg": 9.5, - "recent_sr": 79.2 - }, - "M Biu": { - "recent_scores": [ - 0, - 6, - 3, - 26, - 17, - 8, - 0, - 0, - 1 - ], - "recent_avg": 6.8, - "recent_sr": 76.2 - }, - "M Bosman": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 25.0 - }, - "M Brasier": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 25.0 - }, - "M Campopiano": { - "recent_scores": [ - 2, - 8, - 4, - 2, - 0, - 7, - 7, - 20, - 26, - 1 - ], - "recent_avg": 7.7, - "recent_sr": 90.6 - }, - "M Cargouet": { - "recent_scores": [ - 0, - 1, - 0, - 1, - 1 - ], - "recent_avg": 0.6, - "recent_sr": 9.1 - }, - "M Carlot": { - "recent_scores": [ - 4, - 3, - 1, - 3, - 5, - 5, - 1, - 2 - ], - "recent_avg": 3.0, - "recent_sr": 42.1 - }, - "M Castineiras": { - "recent_scores": [ - 6, - 0, - 6, - 11, - 13, - 0, - 155, - 105, - 1, - 22 - ], - "recent_avg": 31.9, - "recent_sr": 103.6 - }, - "M Chabula": { - "recent_scores": [ - 2, - 9, - 1, - 0, - 1, - 0 - ], - "recent_avg": 2.2, - "recent_sr": 12.0 - }, - "M Chadha": { - "recent_scores": [ - 0, - 8, - 74, - 12, - 41, - 6, - 61, - 27, - 38, - 24 - ], - "recent_avg": 29.1, - "recent_sr": 122.3 - }, - "M Charlie": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "M Chereches": { - "recent_scores": [ - 0, - 1, - 4 - ], - "recent_avg": 1.7, - "recent_sr": 62.5 - }, - "M Choamba": { - "recent_scores": [ - 28, - 8, - 4, - 11, - 14, - 0, - 16, - 16, - 4, - 8 - ], - "recent_avg": 10.9, - "recent_sr": 74.1 - }, - "M Coetzee": { - "recent_scores": [ - 3, - 5, - 3, - 1, - 4, - 9, - 4, - 4, - 1, - 12 - ], - "recent_avg": 4.6, - "recent_sr": 79.3 - }, - "M Cohen": { - "recent_scores": [ - 0, - 40, - 6 - ], - "recent_avg": 15.3, - "recent_sr": 76.7 - }, - "M Cope": { - "recent_scores": [ - 3, - 1, - 4, - 6 - ], - "recent_avg": 3.5, - "recent_sr": 63.6 - }, - "M Corazon": { - "recent_scores": [ - 8, - 0, - 39, - 51, - 74, - 61, - 43, - 38, - 40, - 8 - ], - "recent_avg": 36.2, - "recent_sr": 121.1 - }, - "M Coulibaly": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "M Dailesi": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 7.1 - }, - "M Dale-Bradley": { - "recent_scores": [ - 9, - 23, - 1, - 12, - 6, - 26, - 1, - 18, - 5, - 6 - ], - "recent_avg": 10.7, - "recent_sr": 112.6 - }, - "M Daniels": { - "recent_scores": [ - 7, - 1, - 0, - 1, - 11, - 6, - 8 - ], - "recent_avg": 4.9, - "recent_sr": 48.6 - }, - "M De Ridder": { - "recent_scores": [ - 19, - 26, - 0 - ], - "recent_avg": 15.0, - "recent_sr": 60.8 - }, - "M Desmond": { - "recent_scores": [ - 1, - 2, - 2, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 20.8 - }, - "M Dixit": { - "recent_scores": [ - 1, - 0, - 5, - 11, - 8, - 0, - 1, - 25, - 18, - 7 - ], - "recent_avg": 7.6, - "recent_sr": 104.1 - }, - "M Dlamini": { - "recent_scores": [ - 3, - 13, - 40, - 8, - 20, - 17, - 1, - 0, - 20, - 7 - ], - "recent_avg": 12.9, - "recent_sr": 54.7 - }, - "M Durdevac": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "M Elikana": { - "recent_scores": [ - 4, - 2 - ], - "recent_avg": 3.0, - "recent_sr": 28.6 - }, - "M Enkhzul": { - "recent_scores": [ - 3, - 0, - 2, - 0, - 0, - 0, - 3, - 1 - ], - "recent_avg": 1.1, - "recent_sr": 24.3 - }, - "M Esquivel": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "M Faheem": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "M Faisal": { - "recent_scores": [ - 4, - 26 - ], - "recent_avg": 15.0, - "recent_sr": 41.1 - }, - "M Faraz Akram": { - "recent_scores": [ - 5, - 1 - ], - "recent_avg": 3.0, - "recent_sr": 50.0 - }, - "M Fontaine": { - "recent_scores": [ - 6, - 0, - 7, - 0, - 24, - 2, - 2, - 1, - 3 - ], - "recent_avg": 5.0, - "recent_sr": 91.8 - }, - "M Frey": { - "recent_scores": [ - 2, - 4, - 0, - 1, - 0, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 24.1 - }, - "M Fru": { - "recent_scores": [ - 13, - 0, - 1, - 2 - ], - "recent_avg": 4.0, - "recent_sr": 50.0 - }, - "M Gaur": { - "recent_scores": [ - 1, - 0, - 0, - 5, - 6 - ], - "recent_avg": 2.4, - "recent_sr": 92.3 - }, - "M Gherasim": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 28.6 - }, - "M Gill": { - "recent_scores": [ - 2, - 9, - 59, - 0, - 54 - ], - "recent_avg": 24.8, - "recent_sr": 72.1 - }, - "M Gogev": { - "recent_scores": [ - 16, - 0, - 20, - 0, - 30, - 39, - 15, - 3, - 63, - 22 - ], - "recent_avg": 20.8, - "recent_sr": 104.5 - }, - "M Gorases": { - "recent_scores": [ - 19, - 16, - 12, - 28, - 1, - 1, - 16, - 10, - 12, - 11 - ], - "recent_avg": 12.6, - "recent_sr": 66.7 - }, - "M Gouws": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "M Grzinic": { - "recent_scores": [ - 2, - 4, - 6 - ], - "recent_avg": 4.0, - "recent_sr": 63.2 - }, - "M Heingo": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "M Hill": { - "recent_scores": [ - 7, - 10, - 10, - 48, - 0, - 5, - 4 - ], - "recent_avg": 12.0, - "recent_sr": 62.2 - }, - "M Holmes": { - "recent_scores": [ - 9, - 0, - 3 - ], - "recent_avg": 4.0, - "recent_sr": 37.5 - }, - "M Hundal": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "M Ibrahim": { - "recent_scores": [ - 2, - 0, - 0, - 4, - 0, - 1, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 11.7 - }, - "M Idambo": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 133.3 - }, - "M Imimole": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "M Janicijevic": { - "recent_scores": [ - 2, - 1, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 60.0 - }, - "M Jayphert": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "M Jele": { - "recent_scores": [ - 1, - 2, - 0, - 1, - 1, - 2, - 5, - 3, - 0, - 10 - ], - "recent_avg": 2.5, - "recent_sr": 54.3 - }, - "M Jenkinson": { - "recent_scores": [ - 17, - 34, - 7, - 27, - 4 - ], - "recent_avg": 17.8, - "recent_sr": 109.9 - }, - "M Jevdjenovic": { - "recent_scores": [ - 10, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 40.0 - }, - "M Jobarteh": { - "recent_scores": [ - 0, - 8, - 10, - 1, - 1, - 6 - ], - "recent_avg": 4.3, - "recent_sr": 92.9 - }, - "M Joseph": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 100.0 - }, - "M Joshi": { - "recent_scores": [ - 12, - 2, - 2, - 4 - ], - "recent_avg": 5.0, - "recent_sr": 62.5 - }, - "M Juma": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 75.0 - }, - "M Kachingo": { - "recent_scores": [ - 0, - 0, - 0, - 6, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 10.2 - }, - "M Kadyan": { - "recent_scores": [ - 10, - 0, - 50, - 3, - 0, - 4, - 6, - 8, - 5, - 25 - ], - "recent_avg": 11.1, - "recent_sr": 116.8 - }, - "M Kagoya": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 200.0 - }, - "M Kandanala": { - "recent_scores": [ - 8, - 6, - 10, - 23 - ], - "recent_avg": 11.8, - "recent_sr": 87.0 - }, - "M Kanno": { - "recent_scores": [ - 14, - 9, - 5, - 7, - 3, - 1, - 0 - ], - "recent_avg": 5.6, - "recent_sr": 42.9 - }, - "M Kapp": { - "recent_scores": [ - 78, - 105, - 193 - ], - "recent_avg": 125.3, - "recent_sr": 63.1 - }, - "M Kasselman": { - "recent_scores": [ - 10, - 10, - 102, - 8, - 9, - 66, - 18, - 15, - 20, - 26 - ], - "recent_avg": 28.4, - "recent_sr": 113.1 - }, - "M Kaswan": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 22.2 - }, - "M Kaukura": { - "recent_scores": [ - 1, - 8, - 10, - 10 - ], - "recent_avg": 7.2, - "recent_sr": 46.8 - }, - "M Kearvell": { - "recent_scores": [ - 22, - 6, - 27, - 23 - ], - "recent_avg": 19.5, - "recent_sr": 85.7 - }, - "M Khauta": { - "recent_scores": [ - 1, - 8 - ], - "recent_avg": 4.5, - "recent_sr": 150.0 - }, - "M Khojbariya": { - "recent_scores": [ - 7, - 6, - 13, - 15, - 14, - 13, - 0, - 0, - 19, - 0 - ], - "recent_avg": 8.7, - "recent_sr": 88.8 - }, - "M Khokhar": { - "recent_scores": [ - 27, - 23, - 5, - 0 - ], - "recent_avg": 13.8, - "recent_sr": 57.9 - }, - "M King": { - "recent_scores": [ - 1, - 1, - 8, - 10 - ], - "recent_avg": 5.0, - "recent_sr": 29.4 - }, - "M Klaas": { - "recent_scores": [ - 3, - 12 - ], - "recent_avg": 7.5, - "recent_sr": 20.8 - }, - "M Kojo": { - "recent_scores": [ - 5, - 0 - ], - "recent_avg": 2.5, - "recent_sr": 38.5 - }, - "M Koli": { - "recent_scores": [ - 0, - 2, - 12, - 0, - 5, - 9, - 0, - 24, - 14, - 2 - ], - "recent_avg": 6.8, - "recent_sr": 103.0 - }, - "M Kpaka": { - "recent_scores": [ - 3, - 3, - 5, - 15, - 0, - 4, - 15, - 0, - 0, - 2 - ], - "recent_avg": 4.7, - "recent_sr": 39.5 - }, - "M Kristensen": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 50.0 - }, - "M Kudimba": { - "recent_scores": [ - 4, - 6, - 0, - 0, - 13, - 7, - 12, - 16 - ], - "recent_avg": 7.2, - "recent_sr": 62.4 - }, - "M Kulfiwala": { - "recent_scores": [ - 1, - 21 - ], - "recent_avg": 11.0, - "recent_sr": 100.0 - }, - "M Kyriacou": { - "recent_scores": [ - 9, - 0 - ], - "recent_avg": 4.5, - "recent_sr": 128.6 - }, - "M Labuschagne": { - "recent_scores": [ - 85, - 14, - 32, - 68, - 60, - 39, - 30, - 20, - 8, - 142 - ], - "recent_avg": 49.8, - "recent_sr": 53.5 - }, - "M Landsman": { - "recent_scores": [ - 36 - ], - "recent_avg": 36.0, - "recent_sr": 109.1 - }, - "M Le Ray": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 12.5 - }, - "M Leporoporo": { - "recent_scores": [ - 0, - 0, - 3 - ], - "recent_avg": 1.0, - "recent_sr": 42.9 - }, - "M Levitt": { - "recent_scores": [ - 44, - 27, - 35, - 1, - 32, - 39, - 28, - 41, - 12, - 33 - ], - "recent_avg": 29.2, - "recent_sr": 86.9 - }, - "M Lollo": { - "recent_scores": [ - 9, - 2, - 0, - 1, - 41, - 10, - 4, - 0, - 4, - 0 - ], - "recent_avg": 7.1, - "recent_sr": 64.0 - }, - "M Mabvuka": { - "recent_scores": [ - 15, - 0, - 7 - ], - "recent_avg": 7.3, - "recent_sr": 33.8 - }, - "M Macelli": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "M Machado": { - "recent_scores": [ - 6, - 11, - 11, - 4, - 1, - 1, - 1, - 54, - 4, - 3 - ], - "recent_avg": 9.6, - "recent_sr": 92.3 - }, - "M Madara": { - "recent_scores": [ - 2, - 2, - 9, - 0, - 0, - 2 - ], - "recent_avg": 2.5, - "recent_sr": 23.1 - }, - "M Magagula": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 33.3 - }, - "M Maguire": { - "recent_scores": [ - 12, - 2, - 3, - 9, - 1, - 2, - 2, - 1, - 3, - 5 - ], - "recent_avg": 4.0, - "recent_sr": 61.5 - }, - "M Malle": { - "recent_scores": [ - 8, - 0, - 0, - 1, - 1, - 3 - ], - "recent_avg": 2.2, - "recent_sr": 15.1 - }, - "M Mangru": { - "recent_scores": [ - 1, - 6, - 9, - 15 - ], - "recent_avg": 7.8, - "recent_sr": 40.8 - }, - "M Mani": { - "recent_scores": [ - 8, - 46 - ], - "recent_avg": 27.0, - "recent_sr": 90.0 - }, - "M Manivannan": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 57.1 - }, - "M Marchello": { - "recent_scores": [ - 0, - 1, - 1 - ], - "recent_avg": 0.7, - "recent_sr": 15.4 - }, - "M Marin": { - "recent_scores": [ - 1, - 1, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 3.9 - }, - "M Mariyappan": { - "recent_scores": [ - 1, - 1, - 3, - 16, - 0, - 2 - ], - "recent_avg": 3.8, - "recent_sr": 46.0 - }, - "M Martin": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "M Martinez": { - "recent_scores": [ - 0, - 0, - 3, - 0, - 5, - 1, - 31, - 21, - 6, - 10 - ], - "recent_avg": 7.7, - "recent_sr": 68.8 - }, - "M Matine": { - "recent_scores": [ - 3, - 9, - 1, - 0, - 12, - 8 - ], - "recent_avg": 5.5, - "recent_sr": 45.8 - }, - "M Matobole": { - "recent_scores": [ - 6, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 60.0 - }, - "M Mavunga": { - "recent_scores": [ - 0, - 9, - 1, - 1, - 2 - ], - "recent_avg": 2.6, - "recent_sr": 40.6 - }, - "M May": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "M McColl": { - "recent_scores": [ - 15, - 5, - 57, - 7, - 45, - 14, - 3, - 24, - 38, - 0 - ], - "recent_avg": 20.8, - "recent_sr": 81.2 - }, - "M Mete": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "M Moalosi": { - "recent_scores": [ - 3, - 14, - 3, - 6 - ], - "recent_avg": 6.5, - "recent_sr": 36.1 - }, - "M Modise": { - "recent_scores": [ - 12, - 0, - 4 - ], - "recent_avg": 5.3, - "recent_sr": 55.2 - }, - "M Modric": { - "recent_scores": [ - 6, - 0, - 2 - ], - "recent_avg": 2.7, - "recent_sr": 30.8 - }, - "M Mohapi": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 72.7 - }, - "M Mohasane": { - "recent_scores": [ - 1, - 6, - 4, - 1 - ], - "recent_avg": 3.0, - "recent_sr": 57.1 - }, - "M Mokoatsela": { - "recent_scores": [ - 0, - 0, - 2, - 0, - 9, - 0, - 2 - ], - "recent_avg": 1.9, - "recent_sr": 34.2 - }, - "M Montgomery": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 68.4 - }, - "M Mooketsi": { - "recent_scores": [ - 0, - 7, - 1, - 1, - 10, - 2, - 6, - 0, - 2, - 2 - ], - "recent_avg": 3.1, - "recent_sr": 46.3 - }, - "M Mosehle": { - "recent_scores": [ - 5, - 36, - 15, - 32, - 11, - 6 - ], - "recent_avg": 17.5, - "recent_sr": 161.5 - }, - "M Munakata": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 37.5 - }, - "M Mupachikwa": { - "recent_scores": [ - 5, - 32, - 8, - 32, - 19, - 52, - 0, - 45, - 13, - 4 - ], - "recent_avg": 21.0, - "recent_sr": 53.6 - }, - "M Musinguzi": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 100.0 - }, - "M Musonda": { - "recent_scores": [ - 19, - 23, - 41, - 2, - 0, - 4, - 0, - 4, - 0, - 36 - ], - "recent_avg": 12.9, - "recent_sr": 54.2 - }, - "M Mwamadi": { - "recent_scores": [ - 2, - 3, - 0 - ], - "recent_avg": 1.7, - "recent_sr": 45.5 - }, - "M Mwangi": { - "recent_scores": [ - 4, - 0, - 4, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 22.9 - }, - "M Mwatile": { - "recent_scores": [ - 6, - 2, - 4, - 9, - 0, - 0, - 15, - 2, - 1, - 3 - ], - "recent_avg": 4.2, - "recent_sr": 52.5 - }, - "M Nanayakkara": { - "recent_scores": [ - 13, - 0, - 1 - ], - "recent_avg": 4.7, - "recent_sr": 41.2 - }, - "M Ndhambi": { - "recent_scores": [ - 37, - 24, - 3, - 15, - 6, - 0, - 17 - ], - "recent_avg": 14.6, - "recent_sr": 71.8 - }, - "M Ndipo": { - "recent_scores": [ - 2, - 7, - 8, - 0, - 0 - ], - "recent_avg": 3.4, - "recent_sr": 38.6 - }, - "M Ngoche": { - "recent_scores": [ - 8, - 1, - 0, - 0, - 25 - ], - "recent_avg": 6.8, - "recent_sr": 85.0 - }, - "M Nguni": { - "recent_scores": [ - 6, - 0, - 0, - 12, - 0 - ], - "recent_avg": 3.6, - "recent_sr": 24.7 - }, - "M Nikolic": { - "recent_scores": [ - 7, - 1, - 24, - 8, - 21, - 19, - 11, - 6, - 4 - ], - "recent_avg": 11.2, - "recent_sr": 43.3 - }, - "M Ochieng": { - "recent_scores": [ - 0, - 2, - 12, - 0, - 0 - ], - "recent_avg": 2.8, - "recent_sr": 100.0 - }, - "M Ogawa": { - "recent_scores": [ - 3, - 6, - 17, - 0 - ], - "recent_avg": 6.5, - "recent_sr": 51.0 - }, - "M Ortiz": { - "recent_scores": [ - 8, - 5, - 0 - ], - "recent_avg": 4.3, - "recent_sr": 17.3 - }, - "M Ozturk": { - "recent_scores": [ - 17, - 14, - 12, - 0, - 2, - 9, - 1, - 21, - 11, - 4 - ], - "recent_avg": 9.1, - "recent_sr": 85.0 - }, - "M Parinitha": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 16.7 - }, - "M Pascal": { - "recent_scores": [ - 12, - 30, - 27, - 0 - ], - "recent_avg": 17.2, - "recent_sr": 53.5 - }, - "M Patel": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 18.2 - }, - "M Pathirana": { - "recent_scores": [ - 0, - 4, - 0, - 0, - 16 - ], - "recent_avg": 4.0, - "recent_sr": 55.6 - }, - "M Patwardhan": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 7.7 - }, - "M Perisic": { - "recent_scores": [ - 3, - 1, - 0, - 2, - 11, - 4, - 7, - 7, - 0, - 7 - ], - "recent_avg": 4.2, - "recent_sr": 28.0 - }, - "M Phiase": { - "recent_scores": [ - 0, - 8, - 9, - 2, - 10, - 1, - 0, - 3, - 0, - 0 - ], - "recent_avg": 3.3, - "recent_sr": 45.2 - }, - "M Podosky": { - "recent_scores": [ - 0, - 19, - 4, - 16, - 44, - 6, - 101, - 3, - 16, - 17 - ], - "recent_avg": 22.6, - "recent_sr": 114.7 - }, - "M Polimeri": { - "recent_scores": [ - 2, - 6, - 2, - 0, - 3, - 15, - 5, - 8, - 11, - 15 - ], - "recent_avg": 6.7, - "recent_sr": 49.3 - }, - "M Prasanna": { - "recent_scores": [ - 18, - 4, - 2 - ], - "recent_avg": 8.0, - "recent_sr": 171.4 - }, - "M Pugi": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "M Raikes": { - "recent_scores": [ - 54, - 3, - 21, - 59, - 85, - 25, - 1 - ], - "recent_avg": 35.4, - "recent_sr": 141.7 - }, - "M Raj": { - "recent_scores": [ - 30, - 6, - 54, - 47 - ], - "recent_avg": 34.2, - "recent_sr": 34.9 - }, - "M Ramafifi": { - "recent_scores": [ - 4, - 0, - 1, - 1, - 1 - ], - "recent_avg": 1.4, - "recent_sr": 29.2 - }, - "M Rathnayake": { - "recent_scores": [ - 6, - 2, - 33, - 0, - 0, - 2, - 2, - 7, - 4, - 0 - ], - "recent_avg": 5.6, - "recent_sr": 60.2 - }, - "M Ratuki": { - "recent_scores": [ - 4, - 0, - 2, - 1 - ], - "recent_avg": 1.8, - "recent_sr": 12.3 - }, - "M Ravula": { - "recent_scores": [ - 47, - 12 - ], - "recent_avg": 29.5, - "recent_sr": 95.2 - }, - "M Ribeiro": { - "recent_scores": [ - 2, - 4, - 2, - 0, - 2, - 1, - 2, - 1, - 2, - 0 - ], - "recent_avg": 1.6, - "recent_sr": 26.2 - }, - "M Robinson": { - "recent_scores": [ - 17, - 5, - 40, - 7, - 7 - ], - "recent_avg": 15.2, - "recent_sr": 54.3 - }, - "M Rodan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "M Saastamoinen": { - "recent_scores": [ - 5, - 1, - 11, - 1, - 5 - ], - "recent_avg": 4.6, - "recent_sr": 51.1 - }, - "M Salum": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "M Samake": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 14.3 - }, - "M Sankoh": { - "recent_scores": [ - 0, - 4, - 8, - 6, - 23, - 14, - 6, - 23, - 0 - ], - "recent_avg": 9.3, - "recent_sr": 40.0 - }, - "M Sarenac": { - "recent_scores": [ - 1, - 10, - 3, - 2, - 1, - 1, - 2, - 2, - 0, - 1 - ], - "recent_avg": 2.3, - "recent_sr": 46.0 - }, - "M Sefati": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 20.0 - }, - "M Separovic": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "M Sert": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 12.5 - }, - "M Shahbaz Butt": { - "recent_scores": [ - 4, - 10, - 2 - ], - "recent_avg": 5.3, - "recent_sr": 100.0 - }, - "M Shehani": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 57.9 - }, - "M Sheriff": { - "recent_scores": [ - 3, - 2, - 0, - 6, - 2 - ], - "recent_avg": 2.6, - "recent_sr": 72.2 - }, - "M Shiraishi": { - "recent_scores": [ - 8, - 0, - 0, - 4, - 11 - ], - "recent_avg": 4.6, - "recent_sr": 28.7 - }, - "M Short": { - "recent_scores": [ - 1, - 2, - 36 - ], - "recent_avg": 13.0, - "recent_sr": 95.1 - }, - "M Shumba": { - "recent_scores": [ - 10, - 52, - 18, - 31 - ], - "recent_avg": 27.8, - "recent_sr": 38.1 - }, - "M Sidibe": { - "recent_scores": [ - 5, - 0, - 0 - ], - "recent_avg": 1.7, - "recent_sr": 22.7 - }, - "M Simmons": { - "recent_scores": [ - 18 - ], - "recent_avg": 18.0, - "recent_sr": 112.5 - }, - "M Simpson-Parker": { - "recent_scores": [ - 63, - 5, - 21, - 57, - 5, - 24, - 8, - 9, - 7, - 5 - ], - "recent_avg": 20.4, - "recent_sr": 121.4 - }, - "M Smit": { - "recent_scores": [ - 4, - 56, - 9, - 8, - 39 - ], - "recent_avg": 23.2, - "recent_sr": 76.3 - }, - "M Smith": { - "recent_scores": [ - 16, - 7, - 17 - ], - "recent_avg": 13.3, - "recent_sr": 81.6 - }, - "M Smook": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "M Sohel Patel": { - "recent_scores": [ - 12, - 3, - 1, - 16, - 12, - 0, - 9, - 5, - 42, - 0 - ], - "recent_avg": 10.0, - "recent_sr": 97.1 - }, - "M Spoors": { - "recent_scores": [ - 31, - 10, - 24, - 11, - 32, - 33, - 4 - ], - "recent_avg": 20.7, - "recent_sr": 56.2 - }, - "M Stanikzai": { - "recent_scores": [ - 27, - 1, - 6, - 36, - 16, - 34, - 16, - 18, - 1, - 7 - ], - "recent_avg": 16.2, - "recent_sr": 147.3 - }, - "M Stevanovic": { - "recent_scores": [ - 0, - 17, - 9, - 11 - ], - "recent_avg": 9.2, - "recent_sr": 127.6 - }, - "M Stolt": { - "recent_scores": [ - 0, - 2, - 2, - 5, - 5 - ], - "recent_avg": 2.8, - "recent_sr": 34.1 - }, - "M Stoman": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 300.0 - }, - "M Strano": { - "recent_scores": [ - 2, - 3, - 0, - 1 - ], - "recent_avg": 1.5, - "recent_sr": 37.5 - }, - "M Syahadat Ramli": { - "recent_scores": [ - 5, - 0, - 11, - 27, - 7 - ], - "recent_avg": 10.0, - "recent_sr": 119.0 - }, - "M Syrioti": { - "recent_scores": [ - 10, - 10, - 25, - 12, - 30, - 3, - 1, - 2, - 5, - 12 - ], - "recent_avg": 11.0, - "recent_sr": 44.5 - }, - "M Taniyama": { - "recent_scores": [ - 20, - 4, - 13, - 41, - 61, - 33, - 58, - 7 - ], - "recent_avg": 29.6, - "recent_sr": 104.9 - }, - "M Tarimiala": { - "recent_scores": [ - 5, - 2, - 6, - 1 - ], - "recent_avg": 3.5, - "recent_sr": 26.9 - }, - "M Taylor": { - "recent_scores": [ - 34 - ], - "recent_avg": 34.0, - "recent_sr": 68.0 - }, - "M Thurgate": { - "recent_scores": [ - 2, - 12, - 15 - ], - "recent_avg": 9.7, - "recent_sr": 67.4 - }, - "M Tilau": { - "recent_scores": [ - 3, - 0, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 17.6 - }, - "M Tom": { - "recent_scores": [ - 3, - 0, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 42.9 - }, - "M Trajkovi": { - "recent_scores": [ - 2, - 5, - 0 - ], - "recent_avg": 2.3, - "recent_sr": 29.2 - }, - "M Trejbalova": { - "recent_scores": [ - 0, - 1, - 1 - ], - "recent_avg": 0.7, - "recent_sr": 4.2 - }, - "M Tsarsi": { - "recent_scores": [ - 12, - 0, - 18, - 1 - ], - "recent_avg": 7.8, - "recent_sr": 35.6 - }, - "M Turay": { - "recent_scores": [ - 0, - 3, - 11, - 7, - 5, - 5, - 32, - 8, - 23, - 6 - ], - "recent_avg": 10.0, - "recent_sr": 60.2 - }, - "M Turner": { - "recent_scores": [ - 18, - 7 - ], - "recent_avg": 12.5, - "recent_sr": 108.7 - }, - "M Upadhayay": { - "recent_scores": [ - 0, - 0, - 3, - 1, - 0, - 2, - 0, - 1 - ], - "recent_avg": 0.9, - "recent_sr": 26.9 - }, - "M Uwase": { - "recent_scores": [ - 2, - 4, - 19, - 0, - 39, - 6, - 21, - 60, - 15, - 1 - ], - "recent_avg": 16.7, - "recent_sr": 105.0 - }, - "M Vaik": { - "recent_scores": [ - 6, - 1, - 6, - 5, - 4, - 5, - 13, - 4, - 14, - 0 - ], - "recent_avg": 5.8, - "recent_sr": 52.7 - }, - "M Valner": { - "recent_scores": [ - 4, - 3, - 0, - 0, - 12, - 5, - 4, - 5, - 4, - 1 - ], - "recent_avg": 3.8, - "recent_sr": 26.2 - }, - "M Vandrasi": { - "recent_scores": [ - 0, - 17, - 34, - 18, - 33, - 18, - 2, - 42 - ], - "recent_avg": 20.5, - "recent_sr": 101.2 - }, - "M Veringmeier": { - "recent_scores": [ - 13, - 5, - 2, - 25, - 26, - 13, - 53, - 3, - 14, - 12 - ], - "recent_avg": 16.6, - "recent_sr": 86.9 - }, - "M Vervitsioti": { - "recent_scores": [ - 0, - 7, - 7, - 5, - 0, - 3, - 6, - 0, - 6, - 2 - ], - "recent_avg": 3.6, - "recent_sr": 34.3 - }, - "M Viswanathan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "M Vivekanandan": { - "recent_scores": [ - 8, - 11, - 0, - 2, - 5, - 0, - 14, - 4, - 25, - 6 - ], - "recent_avg": 7.5, - "recent_sr": 44.6 - }, - "M Vua": { - "recent_scores": [ - 3, - 5, - 4 - ], - "recent_avg": 4.0, - "recent_sr": 36.4 - }, - "M Vumiliya": { - "recent_scores": [ - 1, - 16, - 0, - 0, - 2, - 8, - 2, - 6, - 11, - 7 - ], - "recent_avg": 5.3, - "recent_sr": 91.4 - }, - "M Vuruna": { - "recent_scores": [ - 14, - 5 - ], - "recent_avg": 9.5, - "recent_sr": 59.4 - }, - "M Wai Siu": { - "recent_scores": [ - 8, - 6, - 6, - 0, - 11, - 5, - 2, - 3, - 2, - 1 - ], - "recent_avg": 4.4, - "recent_sr": 45.8 - }, - "M Whelan": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 120.0 - }, - "M Worndl": { - "recent_scores": [ - 2, - 0, - 30, - 0, - 11 - ], - "recent_avg": 8.6, - "recent_sr": 47.3 - }, - "M Yambayamba": { - "recent_scores": [ - 3, - 2, - 1, - 1 - ], - "recent_avg": 1.8, - "recent_sr": 53.8 - }, - "M Yanagida": { - "recent_scores": [ - 6, - 7, - 0, - 0, - 4, - 8, - 2 - ], - "recent_avg": 3.9, - "recent_sr": 29.7 - }, - "M Yoshioka": { - "recent_scores": [ - 5, - 8, - 8 - ], - "recent_avg": 7.0, - "recent_sr": 95.5 - }, - "M Yousaf": { - "recent_scores": [ - 4, - 10, - 8, - 1 - ], - "recent_avg": 5.8, - "recent_sr": 46.0 - }, - "M Yunusu Issa": { - "recent_scores": [ - 5, - 0, - 7, - 28, - 0, - 6, - 2, - 7, - 2, - 6 - ], - "recent_avg": 6.3, - "recent_sr": 86.3 - }, - "M Zdravkova": { - "recent_scores": [ - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "M Zhu": { - "recent_scores": [ - 1, - 0, - 6, - 0, - 1 - ], - "recent_avg": 1.6, - "recent_sr": 36.4 - }, - "M Zondeki": { - "recent_scores": [ - 0, - 2, - 66 - ], - "recent_avg": 22.7, - "recent_sr": 40.5 - }, - "M Zwilling": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "M du Preez": { - "recent_scores": [ - 30, - 52, - 38, - 14, - 1, - 8, - 0, - 18, - 6, - 11 - ], - "recent_avg": 17.8, - "recent_sr": 76.4 - }, - "M van Lingen": { - "recent_scores": [ - 67, - 67, - 107, - 5, - 1, - 40, - 60, - 30, - 10, - 31 - ], - "recent_avg": 41.8, - "recent_sr": 92.1 - }, - "MA Algi": { - "recent_scores": [ - 13, - 0, - 2, - 10, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 100.0 - }, - "MA Aponso": { - "recent_scores": [ - 0, - 62 - ], - "recent_avg": 31.0, - "recent_sr": 193.8 - }, - "MA Baig": { - "recent_scores": [ - 0, - 12, - 5, - 34 - ], - "recent_avg": 12.8, - "recent_sr": 87.9 - }, - "MA Carberry": { - "recent_scores": [ - 43, - 50, - 74, - 74, - 40, - 64 - ], - "recent_avg": 57.5, - "recent_sr": 41.3 - }, - "MA Jones": { - "recent_scores": [ - 12, - 19, - 5, - 14, - 18, - 36, - 11, - 24, - 52, - 14 - ], - "recent_avg": 20.5, - "recent_sr": 63.5 - }, - "MA Leask": { - "recent_scores": [ - 2, - 1, - 28, - 29, - 17, - 12, - 28, - 96, - 4, - 18 - ], - "recent_avg": 23.5, - "recent_sr": 125.7 - }, - "MA Nyabela": { - "recent_scores": [ - 18, - 6, - 0, - 0, - 0, - 1, - 2, - 19, - 18, - 4 - ], - "recent_avg": 6.8, - "recent_sr": 52.3 - }, - "MA Ouma": { - "recent_scores": [ - 4, - 1, - 47, - 4, - 0, - 1, - 16, - 1, - 43, - 33 - ], - "recent_avg": 15.0, - "recent_sr": 54.7 - }, - "MA Parker": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 33.3 - }, - "MA Sherry": { - "recent_scores": [ - 11, - 9, - 8, - 21, - 3, - 2, - 1, - 24 - ], - "recent_avg": 9.9, - "recent_sr": 86.8 - }, - "MA Swedy": { - "recent_scores": [ - 1, - 9, - 7, - 4, - 4, - 8, - 87 - ], - "recent_avg": 17.1, - "recent_sr": 122.4 - }, - "MA Tsemane": { - "recent_scores": [ - 2, - 2, - 1, - 3, - 0, - 0, - 0, - 2, - 0, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 16.7 - }, - "MAA Sanjeewani": { - "recent_scores": [ - 2, - 1, - 6, - 10, - 6, - 28, - 43, - 23, - 1, - 22 - ], - "recent_avg": 14.2, - "recent_sr": 74.3 - }, - "MADD Surangika": { - "recent_scores": [ - 7, - 14, - 6, - 3, - 12, - 5, - 84, - 25, - 0, - 61 - ], - "recent_avg": 21.7, - "recent_sr": 63.5 - }, - "MADI Hemantha": { - "recent_scores": [ - 20, - 34, - 2, - 30, - 6, - 4 - ], - "recent_avg": 16.0, - "recent_sr": 111.6 - }, - "MAL Torres": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "MB Kruger": { - "recent_scores": [ - 16, - 5, - 3, - 21, - 13, - 80, - 10, - 15, - 20, - 12 - ], - "recent_avg": 19.5, - "recent_sr": 58.6 - }, - "MB Tambe": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 58.3 - }, - "MB dos Santos": { - "recent_scores": [ - 0, - 0, - 4 - ], - "recent_avg": 1.3, - "recent_sr": 33.3 - }, - "MBA Lamplough": { - "recent_scores": [ - 1, - 2, - 24, - 1 - ], - "recent_avg": 7.0, - "recent_sr": 68.3 - }, - "MBS Jonkman": { - "recent_scores": [ - 0, - 15, - 5 - ], - "recent_avg": 6.7, - "recent_sr": 60.6 - }, - "MBT Montero": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 3.9 - }, - "MC Alex": { - "recent_scores": [ - 1, - 0, - 5, - 4, - 0, - 1, - 0, - 1, - 1, - 5 - ], - "recent_avg": 1.8, - "recent_sr": 37.5 - }, - "MC Bascombe": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 33.3 - }, - "MC Sorensen": { - "recent_scores": [ - 22, - 10, - 14, - 17, - 1, - 31, - 24 - ], - "recent_avg": 17.0, - "recent_sr": 77.8 - }, - "MCE Manalo": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 75.0 - }, - "MCR Mohedano": { - "recent_scores": [ - 5, - 5 - ], - "recent_avg": 5.0, - "recent_sr": 18.5 - }, - "MD Bimenyimana": { - "recent_scores": [ - 5, - 49, - 0, - 4, - 19, - 2, - 28, - 15, - 0, - 10 - ], - "recent_avg": 13.2, - "recent_sr": 69.5 - }, - "MD Botha": { - "recent_scores": [ - 0, - 23, - 18, - 3, - 11, - 6, - 42 - ], - "recent_avg": 14.7, - "recent_sr": 66.9 - }, - "MD Byrne": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "MD Dai": { - "recent_scores": [ - 35, - 35, - 1, - 12, - 60, - 28, - 14, - 76, - 14, - 2 - ], - "recent_avg": 27.7, - "recent_sr": 75.5 - }, - "MD Garratt": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "MD Gunathilaka": { - "recent_scores": [ - 12, - 4, - 24, - 118, - 43, - 50, - 30, - 18 - ], - "recent_avg": 37.4, - "recent_sr": 49.8 - }, - "MD Patel": { - "recent_scores": [ - 34, - 42, - 2, - 22, - 64, - 0, - 4, - 92, - 10, - 56 - ], - "recent_avg": 32.6, - "recent_sr": 104.5 - }, - "MD Rocha": { - "recent_scores": [ - 11, - 6, - 7, - 7, - 5, - 9, - 1 - ], - "recent_avg": 6.6, - "recent_sr": 60.5 - }, - "MD du Preez": { - "recent_scores": [ - 5, - 5, - 4 - ], - "recent_avg": 4.7, - "recent_sr": 31.1 - }, - "MDK Perera": { - "recent_scores": [ - 71, - 24, - 53, - 16, - 13, - 14, - 9, - 22, - 16, - 5 - ], - "recent_avg": 24.3, - "recent_sr": 38.5 - }, - "MDN Hansika": { - "recent_scores": [ - 0, - 2, - 35, - 5, - 1, - 9, - 29, - 17, - 0, - 31 - ], - "recent_avg": 12.9, - "recent_sr": 49.0 - }, - "ME Bessala": { - "recent_scores": [ - 2, - 32, - 0, - 6, - 15, - 2, - 23, - 4, - 4, - 16 - ], - "recent_avg": 10.4, - "recent_sr": 103.0 - }, - "ME Bouchier": { - "recent_scores": [ - 25, - 3, - 126 - ], - "recent_avg": 51.3, - "recent_sr": 61.4 - }, - "ME Leoela": { - "recent_scores": [ - 1, - 0, - 3, - 0, - 1, - 11, - 2, - 0, - 3, - 7 - ], - "recent_avg": 2.8, - "recent_sr": 36.4 - }, - "ME Trescothick": { - "recent_scores": [ - 10, - 86, - 5, - 34, - 55, - 27, - 106, - 48, - 198, - 76 - ], - "recent_avg": 64.5, - "recent_sr": 49.8 - }, - "ME Violleau": { - "recent_scores": [ - 0, - 12, - 10, - 1, - 38, - 5, - 24, - 0, - 3, - 22 - ], - "recent_avg": 11.5, - "recent_sr": 68.0 - }, - "MEC de Fouw": { - "recent_scores": [ - 11, - 0 - ], - "recent_avg": 5.5, - "recent_sr": 12.9 - }, - "MEMO Scott-Hayward": { - "recent_scores": [ - 0, - 11 - ], - "recent_avg": 5.5, - "recent_sr": 47.8 - }, - "MF Manjate": { - "recent_scores": [ - 1, - 0, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 20.0 - }, - "MFD Douma": { - "recent_scores": [ - 3, - 0, - 0, - 0, - 9, - 0, - 0, - 3 - ], - "recent_avg": 1.9, - "recent_sr": 39.5 - }, - "MFI Assuncao": { - "recent_scores": [ - 3, - 4, - 24, - 0, - 0, - 4, - 13, - 19, - 7, - 7 - ], - "recent_avg": 8.1, - "recent_sr": 67.5 - }, - "MG Erasmus": { - "recent_scores": [ - 2, - 26, - 8, - 54, - 5, - 18, - 2, - 17, - 63, - 41 - ], - "recent_avg": 23.6, - "recent_sr": 63.8 - }, - "MG Hunter": { - "recent_scores": [ - 41, - 1 - ], - "recent_avg": 21.0, - "recent_sr": 82.4 - }, - "MG Maceira": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "MGMCP Gunawardene": { - "recent_scores": [ - 1, - 10, - 5, - 14 - ], - "recent_avg": 7.5, - "recent_sr": 60.0 - }, - "MGSM Fernando": { - "recent_scores": [ - 14, - 1, - 9 - ], - "recent_avg": 8.0, - "recent_sr": 126.3 - }, - "MH Cross": { - "recent_scores": [ - 20, - 1, - 58, - 18, - 14, - 24, - 59, - 3, - 8, - 39 - ], - "recent_avg": 24.4, - "recent_sr": 80.0 - }, - "MH Oman": { - "recent_scores": [ - 2, - 1, - 2 - ], - "recent_avg": 1.7, - "recent_sr": 22.7 - }, - "MH Ushanga": { - "recent_scores": [ - 4, - 2, - 0, - 1, - 9, - 0, - 1, - 1, - 0, - 4 - ], - "recent_avg": 2.2, - "recent_sr": 61.1 - }, - "MH Yardy": { - "recent_scores": [ - 3, - 3, - 13, - 60, - 39, - 7, - 22, - 9, - 9, - 4 - ], - "recent_avg": 16.9, - "recent_sr": 74.4 - }, - "MI Khagoitsa": { - "recent_scores": [ - 0, - 2, - 7, - 9, - 30, - 5, - 0, - 18, - 12, - 1 - ], - "recent_avg": 8.4, - "recent_sr": 71.8 - }, - "MI Shakim": { - "recent_scores": [ - 4, - 6, - 0 - ], - "recent_avg": 3.3, - "recent_sr": 166.7 - }, - "MIW van den Raad": { - "recent_scores": [ - 1, - 0, - 0, - 4, - 9, - 5, - 3, - 5, - 10, - 20 - ], - "recent_avg": 5.7, - "recent_sr": 82.6 - }, - "MJ Ansell": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 142.9 - }, - "MJ Greig": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "MJ Hay": { - "recent_scores": [ - 61 - ], - "recent_avg": 61.0, - "recent_sr": 64.9 - }, - "MJ Humphreys": { - "recent_scores": [ - 4, - 16, - 9, - 27, - 11 - ], - "recent_avg": 13.4, - "recent_sr": 43.8 - }, - "MJ Mason": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 9.1 - }, - "MJ North": { - "recent_scores": [ - 48, - 1, - 131, - 10, - 16, - 20, - 99, - 112, - 21, - 12 - ], - "recent_avg": 47.0, - "recent_sr": 49.1 - }, - "MJ Prior": { - "recent_scores": [ - 35, - 5, - 37, - 102, - 34, - 69, - 4, - 47, - 17, - 30 - ], - "recent_avg": 38.0, - "recent_sr": 51.9 - }, - "MJ Richardson": { - "recent_scores": [ - 5, - 27, - 26, - 8, - 32, - 33, - 19, - 15, - 59, - 35 - ], - "recent_avg": 25.9, - "recent_sr": 112.6 - }, - "MJ Ross": { - "recent_scores": [ - 12, - 26, - 1 - ], - "recent_avg": 13.0, - "recent_sr": 139.3 - }, - "MJ Scotland": { - "recent_scores": [ - 1, - 15, - 11, - 0, - 23, - 57, - 16 - ], - "recent_avg": 17.6, - "recent_sr": 97.6 - }, - "MJ Swepson": { - "recent_scores": [ - 3, - 1, - 9, - 15 - ], - "recent_avg": 7.0, - "recent_sr": 51.9 - }, - "MJ Tugaga": { - "recent_scores": [ - 0, - 3 - ], - "recent_avg": 1.5, - "recent_sr": 100.0 - }, - "MJ Tumukunde": { - "recent_scores": [ - 0, - 0, - 8 - ], - "recent_avg": 2.7, - "recent_sr": 66.7 - }, - "MJG Nielsen": { - "recent_scores": [ - 4, - 3, - 1, - 1, - 0, - 16 - ], - "recent_avg": 4.2, - "recent_sr": 53.2 - }, - "MJG Rippon": { - "recent_scores": [ - 24, - 18, - 67, - 3 - ], - "recent_avg": 28.0, - "recent_sr": 70.0 - }, - "MJM Kavana": { - "recent_scores": [ - 0, - 9, - 9, - 9 - ], - "recent_avg": 6.8, - "recent_sr": 49.1 - }, - "MJV Villalobos": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "MK Amusa": { - "recent_scores": [ - 6, - 11, - 36, - 15, - 2, - 0, - 12, - 31, - 30, - 23 - ], - "recent_avg": 16.6, - "recent_sr": 59.3 - }, - "MK Anafie": { - "recent_scores": [ - 5, - 1, - 41, - 2, - 21, - 7 - ], - "recent_avg": 12.8, - "recent_sr": 110.0 - }, - "MK Gnanasekaram": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 42.9 - }, - "MK Thakur": { - "recent_scores": [ - 15, - 3, - 12, - 11, - 5, - 6, - 0, - 18, - 22, - 49 - ], - "recent_avg": 14.1, - "recent_sr": 130.6 - }, - "MK Villiers": { - "recent_scores": [ - 36 - ], - "recent_avg": 36.0, - "recent_sr": 37.5 - }, - "ML Bojang": { - "recent_scores": [ - 6, - 11, - 5, - 0, - 10 - ], - "recent_avg": 6.4, - "recent_sr": 97.0 - }, - "ML Castillo": { - "recent_scores": [ - 37, - 29, - 2, - 4, - 24, - 1, - 9, - 10, - 30, - 4 - ], - "recent_avg": 15.0, - "recent_sr": 99.3 - }, - "ML Green": { - "recent_scores": [ - 37, - 88, - 141, - 13, - 85, - 94, - 27, - 67, - 18, - 18 - ], - "recent_avg": 58.8, - "recent_sr": 95.1 - }, - "ML Karlsen": { - "recent_scores": [ - 4, - 26, - 1, - 3, - 2, - 15, - 3, - 29, - 10, - 0 - ], - "recent_avg": 9.3, - "recent_sr": 59.6 - }, - "ML Kostic": { - "recent_scores": [ - 12, - 7, - 24, - 32, - 22, - 15, - 9, - 5, - 1, - 2 - ], - "recent_avg": 12.9, - "recent_sr": 90.8 - }, - "ML Schutt": { - "recent_scores": [ - 1, - 11 - ], - "recent_avg": 6.0, - "recent_sr": 38.7 - }, - "ML Udawatte": { - "recent_scores": [ - 4, - 19 - ], - "recent_avg": 11.5, - "recent_sr": 31.1 - }, - "MLG Silva": { - "recent_scores": [ - 15, - 0, - 5, - 1, - 12, - 1, - 8, - 3, - 26, - 4 - ], - "recent_avg": 7.5, - "recent_sr": 72.1 - }, - "MLN Sissako": { - "recent_scores": [ - 27, - 57, - 9, - 11, - 1, - 11, - 0, - 0, - 3, - 14 - ], - "recent_avg": 13.3, - "recent_sr": 57.3 - }, - "MM Baig": { - "recent_scores": [ - 32, - 31, - 14, - 0, - 2, - 4, - 9, - 2, - 10, - 35 - ], - "recent_avg": 13.9, - "recent_sr": 137.6 - }, - "MM Chaudhary": { - "recent_scores": [ - 22, - 17 - ], - "recent_avg": 19.5, - "recent_sr": 55.7 - }, - "MM Dekeling": { - "recent_scores": [ - 3, - 0, - 4, - 8, - 9, - 1, - 3, - 2, - 6, - 0 - ], - "recent_avg": 3.6, - "recent_sr": 52.9 - }, - "MM Lanning": { - "recent_scores": [ - 105, - 55, - 78, - 3, - 84 - ], - "recent_avg": 65.0, - "recent_sr": 45.6 - }, - "MM Letsoalo": { - "recent_scores": [ - 3, - 5, - 2, - 3, - 0, - 4 - ], - "recent_avg": 2.8, - "recent_sr": 30.9 - }, - "MM Mabathoana": { - "recent_scores": [ - 0, - 0, - 7, - 0, - 1, - 1, - 0, - 2, - 2, - 0 - ], - "recent_avg": 1.3, - "recent_sr": 22.4 - }, - "MM Penfold": { - "recent_scores": [ - 5, - 1, - 1, - 0, - 1, - 2, - 2 - ], - "recent_avg": 1.7, - "recent_sr": 23.1 - }, - "MM Sarwar": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 100.0 - }, - "MM Siddique": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 100.0 - }, - "MMR Obili": { - "recent_scores": [ - 0, - 3, - 7, - 2, - 9, - 0 - ], - "recent_avg": 3.5, - "recent_sr": 58.3 - }, - "MN Waller": { - "recent_scores": [ - 15, - 22, - 104, - 18, - 22, - 10, - 26, - 87, - 47, - 59 - ], - "recent_avg": 41.0, - "recent_sr": 50.6 - }, - "MNK Fernando": { - "recent_scores": [ - 30, - 24, - 32, - 80, - 8, - 28, - 30, - 42, - 4, - 16 - ], - "recent_avg": 29.4, - "recent_sr": 112.2 - }, - "MNM Aslam": { - "recent_scores": [ - 47, - 20, - 32, - 4, - 7, - 11, - 13, - 17, - 55, - 3 - ], - "recent_avg": 20.9, - "recent_sr": 132.3 - }, - "MNR Cooray": { - "recent_scores": [ - 47, - 8, - 27, - 65, - 9 - ], - "recent_avg": 31.2, - "recent_sr": 106.8 - }, - "MO Bacarese": { - "recent_scores": [ - 28, - 3, - 12, - 8 - ], - "recent_avg": 12.8, - "recent_sr": 70.8 - }, - "MO Jones": { - "recent_scores": [ - 5, - 27, - 21, - 1, - 4, - 0 - ], - "recent_avg": 9.7, - "recent_sr": 80.6 - }, - "MO Kain": { - "recent_scores": [ - 0, - 0, - 18, - 3, - 11, - 39 - ], - "recent_avg": 11.8, - "recent_sr": 142.0 - }, - "MO Kitunda": { - "recent_scores": [ - 2, - 0, - 13, - 0, - 43, - 3, - 1, - 30, - 21, - 14 - ], - "recent_avg": 12.7, - "recent_sr": 88.2 - }, - "MP Ainsworth": { - "recent_scores": [ - 2, - 8, - 12, - 0, - 0, - 15, - 1, - 6, - 27, - 26 - ], - "recent_avg": 9.7, - "recent_sr": 75.8 - }, - "MP Biddappa": { - "recent_scores": [ - 5, - 5, - 4, - 3, - 51, - 12 - ], - "recent_avg": 13.3, - "recent_sr": 86.0 - }, - "MP Enright": { - "recent_scores": [ - 17, - 32, - 12, - 19, - 6 - ], - "recent_avg": 17.2, - "recent_sr": 81.1 - }, - "MP Kuhnemann": { - "recent_scores": [ - 6, - 6, - 0, - 6 - ], - "recent_avg": 4.5, - "recent_sr": 26.9 - }, - "MP Kulkarni": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "MP O'Dowd": { - "recent_scores": [ - 0, - 5, - 59, - 158, - 4, - 23, - 4, - 16, - 52, - 64 - ], - "recent_avg": 38.5, - "recent_sr": 89.7 - }, - "MP Vaughan": { - "recent_scores": [ - 17, - 21, - 2, - 16, - 78, - 106, - 6, - 45, - 72, - 25 - ], - "recent_avg": 38.8, - "recent_sr": 41.1 - }, - "MPA Miranda": { - "recent_scores": [ - 24, - 14 - ], - "recent_avg": 19.0, - "recent_sr": 97.4 - }, - "MPGT Ketiyage": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "MPM Pathirannehelage": { - "recent_scores": [ - 29, - 0, - 5, - 3, - 5, - 7, - 12, - 22 - ], - "recent_avg": 10.4, - "recent_sr": 72.8 - }, - "MPP San": { - "recent_scores": [ - 12, - 0, - 2, - 0, - 3, - 1, - 0, - 2, - 0, - 24 - ], - "recent_avg": 4.4, - "recent_sr": 39.6 - }, - "MPS Cheema": { - "recent_scores": [ - 9, - 19, - 6, - 8, - 10, - 3, - 16, - 3, - 7, - 4 - ], - "recent_avg": 8.5, - "recent_sr": 84.2 - }, - "MR Adair": { - "recent_scores": [ - 84, - 93, - 24, - 102, - 23, - 45, - 11 - ], - "recent_avg": 54.6, - "recent_sr": 68.7 - }, - "MR Aguilleira": { - "recent_scores": [ - 5, - 1, - 5, - 0, - 20, - 8, - 24, - 46, - 20, - 3 - ], - "recent_avg": 13.2, - "recent_sr": 62.9 - }, - "MR Dorgan": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 44.4 - }, - "MR Gillespie": { - "recent_scores": [ - 10, - 41, - 9, - 0 - ], - "recent_avg": 15.0, - "recent_sr": 62.5 - }, - "MR Kumar": { - "recent_scores": [ - 4, - 21, - 3, - 2, - 13, - 17 - ], - "recent_avg": 10.0, - "recent_sr": 85.7 - }, - "MR Machado": { - "recent_scores": [ - 12, - 0, - 6, - 48, - 10, - 14, - 18, - 1, - 69, - 1 - ], - "recent_avg": 17.9, - "recent_sr": 111.2 - }, - "MR Meshram": { - "recent_scores": [ - 0, - 0, - 11, - 6, - 18, - 2, - 22, - 38, - 59, - 9 - ], - "recent_avg": 16.5, - "recent_sr": 53.2 - }, - "MR Montfort": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "MR Swart": { - "recent_scores": [ - 29, - 6, - 20, - 1, - 3 - ], - "recent_avg": 11.8, - "recent_sr": 75.6 - }, - "MRJ Watt": { - "recent_scores": [ - 66, - 20, - 25, - 24, - 27, - 0, - 14, - 2, - 21, - 60 - ], - "recent_avg": 25.9, - "recent_sr": 85.8 - }, - "MS Atapattu": { - "recent_scores": [ - 105, - 67, - 56, - 11, - 18, - 16, - 63 - ], - "recent_avg": 48.0, - "recent_sr": 38.4 - }, - "MS Aulakh": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "MS Beresford": { - "recent_scores": [ - 3, - 2, - 1, - 1, - 2, - 5, - 0, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 32.0 - }, - "MS Chapman": { - "recent_scores": [ - 16, - 48, - 8, - 24, - 46, - 60, - 66, - 182 - ], - "recent_avg": 56.2, - "recent_sr": 138.0 - }, - "MS Diakite": { - "recent_scores": [ - 0, - 0, - 0, - 10, - 4, - 0, - 0, - 8, - 3, - 3 - ], - "recent_avg": 2.8, - "recent_sr": 42.4 - }, - "MS Diawara": { - "recent_scores": [ - 2, - 0, - 0, - 9 - ], - "recent_avg": 2.8, - "recent_sr": 36.7 - }, - "MS Graham": { - "recent_scores": [ - 8, - 2, - 6, - 1 - ], - "recent_avg": 4.2, - "recent_sr": 50.0 - }, - "MS Kasprowicz": { - "recent_scores": [ - 9, - 7, - 6, - 24, - 20, - 2, - 13, - 4, - 5, - 26 - ], - "recent_avg": 11.6, - "recent_sr": 50.0 - }, - "MS Maker": { - "recent_scores": [ - 28, - 1, - 65, - 2, - 24, - 4, - 45, - 7, - 10, - 67 - ], - "recent_avg": 25.3, - "recent_sr": 132.5 - }, - "MS Panesar": { - "recent_scores": [ - 2, - 2, - 2, - 0, - 1, - 1, - 0, - 4, - 13, - 8 - ], - "recent_avg": 3.3, - "recent_sr": 29.5 - }, - "MS Sinclair": { - "recent_scores": [ - 40, - 13, - 48, - 10, - 47, - 29, - 43, - 40, - 2, - 69 - ], - "recent_avg": 34.1, - "recent_sr": 39.0 - }, - "MSC Erasito": { - "recent_scores": [ - 11, - 1, - 5, - 8, - 7, - 1, - 1, - 0 - ], - "recent_avg": 4.2, - "recent_sr": 34.0 - }, - "MSF Tedjui": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 75.0 - }, - "MSN Ekani": { - "recent_scores": [ - 5, - 1, - 1, - 28, - 8, - 2, - 10, - 10, - 5, - 5 - ], - "recent_avg": 7.5, - "recent_sr": 37.5 - }, - "MT Diaby": { - "recent_scores": [ - 0, - 11, - 2, - 9, - 1 - ], - "recent_avg": 4.6, - "recent_sr": 59.0 - }, - "MT Jacob": { - "recent_scores": [ - 0, - 0, - 1, - 1, - 1, - 3, - 8, - 5, - 12, - 4 - ], - "recent_avg": 3.5, - "recent_sr": 52.2 - }, - "MT Renshaw": { - "recent_scores": [ - 2, - 2, - 5, - 13, - 26, - 50, - 9, - 59, - 65, - 99 - ], - "recent_avg": 33.0, - "recent_sr": 38.0 - }, - "MT Waqanisau": { - "recent_scores": [ - 3, - 21, - 6, - 25, - 1, - 13, - 0, - 7 - ], - "recent_avg": 9.5, - "recent_sr": 58.0 - }, - "MTMMJ Ave": { - "recent_scores": [ - 5, - 56, - 0, - 2, - 14, - 7, - 5, - 24, - 7, - 16 - ], - "recent_avg": 13.6, - "recent_sr": 86.1 - }, - "MV Fare": { - "recent_scores": [ - 1, - 0, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 5.6 - }, - "MV Lehmann": { - "recent_scores": [ - 1, - 5, - 7, - 7, - 0 - ], - "recent_avg": 4.0, - "recent_sr": 45.5 - }, - "MV Matsau": { - "recent_scores": [ - 1, - 1, - 1, - 0, - 2, - 1, - 0, - 0 - ], - "recent_avg": 0.8, - "recent_sr": 25.0 - }, - "MV Pavlovic": { - "recent_scores": [ - 17, - 0, - 1, - 3, - 3, - 8, - 2, - 4, - 26, - 0 - ], - "recent_avg": 6.4, - "recent_sr": 66.7 - }, - "MV Waldron": { - "recent_scores": [ - 20, - 4, - 35, - 19, - 3, - 3, - 32, - 1, - 5, - 4 - ], - "recent_avg": 12.6, - "recent_sr": 53.2 - }, - "MVT Fernando": { - "recent_scores": [ - 2, - 7, - 1, - 0, - 13, - 19, - 13, - 21, - 17, - 10 - ], - "recent_avg": 10.3, - "recent_sr": 28.2 - }, - "MW Forde": { - "recent_scores": [ - 104, - 18 - ], - "recent_avg": 61.0, - "recent_sr": 145.2 - }, - "MW Jones": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 180.0 - }, - "MW Machan": { - "recent_scores": [ - 40, - 19, - 35, - 5, - 56, - 86, - 33, - 13, - 68, - 27 - ], - "recent_avg": 38.2, - "recent_sr": 79.9 - }, - "MW Parkinson": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 100.0 - }, - "MWR Stokes": { - "recent_scores": [ - 4, - 31 - ], - "recent_avg": 17.5, - "recent_sr": 83.3 - }, - "MY Bawa": { - "recent_scores": [ - 2, - 47, - 17, - 5 - ], - "recent_avg": 17.8, - "recent_sr": 81.6 - }, - "MZR Mohedano": { - "recent_scores": [ - 0, - 4 - ], - "recent_avg": 2.0, - "recent_sr": 14.3 - }, - "Ma Luz Barcelona": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Ma Qiancheng": { - "recent_scores": [ - 2, - 0, - 1, - 1, - 0, - 0, - 0, - 1 - ], - "recent_avg": 0.6, - "recent_sr": 9.4 - }, - "Ma Ruike": { - "recent_scores": [ - 1, - 12, - 0, - 1, - 4, - 0, - 4, - 1, - 6, - 4 - ], - "recent_avg": 3.3, - "recent_sr": 67.3 - }, - "Maaha Naseer": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Maahi Madhavan": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "Maaz Khan": { - "recent_scores": [ - 82, - 23, - 6, - 96, - 16, - 0, - 0, - 6, - 5, - 8 - ], - "recent_avg": 24.2, - "recent_sr": 161.3 - }, - "Mabsar Abdulla": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 47.8 - }, - "Madeeha Zuberi": { - "recent_scores": [ - 2, - 0, - 1, - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 38.5 - }, - "Madhawa Basnayaka": { - "recent_scores": [ - 1, - 20, - 0, - 20 - ], - "recent_avg": 10.2, - "recent_sr": 85.4 - }, - "Mah Noor": { - "recent_scores": [ - 0, - 0, - 0, - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Mah Noor Amir": { - "recent_scores": [ - 1, - 0, - 1, - 0, - 0, - 1, - 1, - 0, - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 9.1 - }, - "Mahedi Hasan": { - "recent_scores": [ - 3, - 2, - 17, - 14, - 13, - 17, - 29, - 6, - 3, - 7 - ], - "recent_avg": 11.1, - "recent_sr": 60.0 - }, - "Maheen Aamir": { - "recent_scores": [ - 4, - 8 - ], - "recent_avg": 6.0, - "recent_sr": 22.2 - }, - "Mahewish Khan": { - "recent_scores": [ - 6, - 8 - ], - "recent_avg": 7.0, - "recent_sr": 87.5 - }, - "Mahirah Izzati Ismail": { - "recent_scores": [ - 1, - 10, - 48, - 0, - 18, - 14, - 20, - 18, - 3, - 0 - ], - "recent_avg": 13.2, - "recent_sr": 76.7 - }, - "Mahmad Data": { - "recent_scores": [ - 2, - 10, - 2 - ], - "recent_avg": 4.7, - "recent_sr": 41.2 - }, - "Mahmud Jasat": { - "recent_scores": [ - 8, - 3, - 4, - 1, - 6 - ], - "recent_avg": 4.4, - "recent_sr": 25.0 - }, - "Mahmudul Hasan Joy": { - "recent_scores": [ - 24, - 52, - 13, - 94, - 171, - 47, - 3, - 11, - 21, - 70 - ], - "recent_avg": 50.6, - "recent_sr": 49.3 - }, - "Mahmudullah": { - "recent_scores": [ - 150, - 25, - 45, - 25, - 80, - 168, - 136, - 34, - 137, - 16 - ], - "recent_avg": 81.6, - "recent_sr": 57.8 - }, - "Mahnoor Akram": { - "recent_scores": [ - 8, - 4, - 0 - ], - "recent_avg": 4.0, - "recent_sr": 41.4 - }, - "Mahnoor Mahmood": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Mahrukh Imtiaz": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 12.5 - }, - "Maidul Islam": { - "recent_scores": [ - 0, - 0, - 9, - 31, - 2, - 43, - 49, - 9 - ], - "recent_avg": 17.9, - "recent_sr": 89.9 - }, - "Maira Khan": { - "recent_scores": [ - 6, - 2, - 9, - 7, - 12 - ], - "recent_avg": 7.2, - "recent_sr": 21.6 - }, - "Maliha Baig": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Malyun Hassan": { - "recent_scores": [ - 11, - 1, - 1 - ], - "recent_avg": 4.3, - "recent_sr": 27.7 - }, - "Malyun Yusuf": { - "recent_scores": [ - 3, - 5 - ], - "recent_avg": 4.0, - "recent_sr": 100.0 - }, - "Mamoon Latif": { - "recent_scores": [ - 39, - 15 - ], - "recent_avg": 27.0, - "recent_sr": 110.2 - }, - "Mamta Rai": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Manal Malik": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Manan Ali": { - "recent_scores": [ - 14, - 41, - 49, - 41, - 1, - 11, - 46, - 0, - 18, - 30 - ], - "recent_avg": 25.1, - "recent_sr": 158.9 - }, - "Manan Bashir": { - "recent_scores": [ - 1, - 8, - 56, - 11, - 5, - 8, - 7, - 44, - 26, - 43 - ], - "recent_avg": 20.9, - "recent_sr": 193.5 - }, - "Manish Sharma": { - "recent_scores": [ - 0, - 4, - 1, - 15 - ], - "recent_avg": 5.0, - "recent_sr": 34.5 - }, - "Manmeet Kaur": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Manoj Adhikari": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 5.9 - }, - "Manpreet Singh": { - "recent_scores": [ - 10, - 3, - 22, - 14, - 1, - 50, - 28 - ], - "recent_avg": 18.3, - "recent_sr": 95.5 - }, - "Mansi Parmar": { - "recent_scores": [ - 14, - 1 - ], - "recent_avg": 7.5, - "recent_sr": 50.0 - }, - "Mansoor Malangzai": { - "recent_scores": [ - 28 - ], - "recent_avg": 28.0, - "recent_sr": 164.7 - }, - "Mansoor Safi": { - "recent_scores": [ - 13, - 9, - 4, - 1, - 6, - 17, - 19, - 80, - 12 - ], - "recent_avg": 17.9, - "recent_sr": 196.3 - }, - "Mansoor Shah": { - "recent_scores": [ - 1, - 2, - 2 - ], - "recent_avg": 1.7, - "recent_sr": 62.5 - }, - "Manuel Iturbe": { - "recent_scores": [ - 1, - 3, - 1, - 1, - 8, - 7, - 16, - 10 - ], - "recent_avg": 5.9, - "recent_sr": 72.3 - }, - "Maqsood Ahmad": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 68.4 - }, - "Marcelle Hanekom": { - "recent_scores": [ - 1, - 31, - 0, - 16, - 17, - 11, - 9, - 33, - 0 - ], - "recent_avg": 13.1, - "recent_sr": 86.8 - }, - "Maria Jasvi": { - "recent_scores": [ - 3, - 6, - 0, - 0, - 6, - 1, - 1, - 1, - 0, - 7 - ], - "recent_avg": 2.5, - "recent_sr": 46.3 - }, - "Maria Penna": { - "recent_scores": [ - 1, - 2, - 0, - 1, - 2 - ], - "recent_avg": 1.2, - "recent_sr": 23.1 - }, - "Maria Salazar": { - "recent_scores": [ - 0, - 1, - 0, - 0 - ], - "recent_avg": 0.2, - "recent_sr": 6.2 - }, - "Mariam Hasan": { - "recent_scores": [ - 8, - 1 - ], - "recent_avg": 4.5, - "recent_sr": 75.0 - }, - "Mariam Waseem": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 16.7 - }, - "Mariamma Hyder": { - "recent_scores": [ - 1, - 1, - 12, - 1, - 15, - 2, - 2, - 0, - 16, - 26 - ], - "recent_avg": 7.6, - "recent_sr": 67.9 - }, - "Marica Taira": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Marija Mratinkovic": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Marina Iqbal": { - "recent_scores": [ - 0, - 9, - 31, - 27, - 22, - 4, - 38, - 6 - ], - "recent_avg": 17.1, - "recent_sr": 43.9 - }, - "Mario Ovalle": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 25.0 - }, - "Mariska Kornet": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 6.7 - }, - "Marufa Akter": { - "recent_scores": [ - 1, - 2, - 0, - 1, - 0, - 5, - 1, - 1, - 1, - 5 - ], - "recent_avg": 1.7, - "recent_sr": 35.4 - }, - "Maryam Omar": { - "recent_scores": [ - 4, - 11, - 7, - 33, - 12, - 5, - 10, - 5, - 32, - 10 - ], - "recent_avg": 12.9, - "recent_sr": 56.3 - }, - "Maryyam Ashraf": { - "recent_scores": [ - 14, - 5, - 1, - 0, - 0, - 8, - 2, - 8, - 22, - 0 - ], - "recent_avg": 6.0, - "recent_sr": 90.9 - }, - "Maryyam Sheikh": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Mas Elysa": { - "recent_scores": [ - 10, - 0, - 5, - 3 - ], - "recent_avg": 4.5, - "recent_sr": 33.3 - }, - "Mashael Waqas": { - "recent_scores": [ - 0, - 0, - 7, - 9, - 0, - 2, - 6, - 12, - 36 - ], - "recent_avg": 8.0, - "recent_sr": 39.1 - }, - "Masood Jayezeh": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 20.0 - }, - "Matiullah Khan": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 16.7 - }, - "Matthew Walker": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 40.0 - }, - "Mayank Nagayach": { - "recent_scores": [ - 5, - 2, - 2, - 3, - 18, - 0, - 9 - ], - "recent_avg": 5.6, - "recent_sr": 100.0 - }, - "Mazhar Khan": { - "recent_scores": [ - 2, - 2, - 7, - 0 - ], - "recent_avg": 2.8, - "recent_sr": 37.9 - }, - "Mazharul Islam": { - "recent_scores": [ - 50, - 17, - 9, - 4, - 8, - 0, - 17, - 0, - 29, - 50 - ], - "recent_avg": 18.4, - "recent_sr": 81.4 - }, - "Md Ariyan": { - "recent_scores": [ - 7, - 10, - 32, - 1, - 93, - 0, - 16, - 2, - 8, - 1 - ], - "recent_avg": 17.0, - "recent_sr": 149.1 - }, - "Md Shafiqul Haque": { - "recent_scores": [ - 1, - 3, - 0, - 13 - ], - "recent_avg": 4.2, - "recent_sr": 94.4 - }, - "Md Shuayeb": { - "recent_scores": [ - 5, - 0, - 1 - ], - "recent_avg": 2.0, - "recent_sr": 18.2 - }, - "Meet Ahir": { - "recent_scores": [ - 1, - 19, - 43, - 4 - ], - "recent_avg": 16.8, - "recent_sr": 94.4 - }, - "Meet Bhavsar": { - "recent_scores": [ - 14, - 62, - 15, - 29, - 11, - 16, - 16, - 14, - 35, - 42 - ], - "recent_avg": 25.4, - "recent_sr": 127.6 - }, - "Meghana Lakayil": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 60.0 - }, - "Meghna Rajan": { - "recent_scores": [ - 14, - 3, - 38, - 23, - 32, - 26, - 63, - 51, - 76, - 47 - ], - "recent_avg": 37.3, - "recent_sr": 88.0 - }, - "Meghna Singh": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "Mehak Thakur": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 50.0 - }, - "Mehboob Ali": { - "recent_scores": [ - 1, - 22, - 17, - 26, - 6, - 39, - 93, - 16, - 22, - 38 - ], - "recent_avg": 28.0, - "recent_sr": 167.7 - }, - "Mehedi Hasan Miraz": { - "recent_scores": [ - 23, - 34, - 47, - 17, - 42, - 104, - 12, - 78, - 68, - 7 - ], - "recent_avg": 43.2, - "recent_sr": 60.6 - }, - "Mehrab Hossain jnr": { - "recent_scores": [ - 23, - 3, - 55, - 7, - 14 - ], - "recent_avg": 20.4, - "recent_sr": 48.8 - }, - "Mehran Khan": { - "recent_scores": [ - 12, - 37, - 17, - 0 - ], - "recent_avg": 16.5, - "recent_sr": 94.3 - }, - "Mehran Siasar": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Melanie Ani": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Mengting Liu": { - "recent_scores": [ - 5, - 3, - 7, - 15, - 0, - 0, - 0, - 6, - 2, - 5 - ], - "recent_avg": 4.3, - "recent_sr": 35.0 - }, - "Mertcan Donmez": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 58.8 - }, - "Mertcan Filiz": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Merwais Shinwari": { - "recent_scores": [ - 12, - 0, - 0 - ], - "recent_avg": 4.0, - "recent_sr": 50.0 - }, - "Mia Arda": { - "recent_scores": [ - 0, - 3, - 5, - 0, - 6 - ], - "recent_avg": 2.8, - "recent_sr": 33.3 - }, - "Mian Mehmood": { - "recent_scores": [ - 1, - 20 - ], - "recent_avg": 10.5, - "recent_sr": 77.8 - }, - "Micheal Das": { - "recent_scores": [ - 14, - 2, - 17 - ], - "recent_avg": 11.0, - "recent_sr": 113.8 - }, - "Miguel Silva": { - "recent_scores": [ - 0, - 5 - ], - "recent_avg": 2.5, - "recent_sr": 100.0 - }, - "Mihir Patel": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "Milad Momend": { - "recent_scores": [ - 0, - 2, - 2, - 0, - 0, - 0, - 6, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 26.3 - }, - "Milind Kumar": { - "recent_scores": [ - 26, - 44, - 16, - 78, - 34, - 26, - 62, - 36, - 38, - 4 - ], - "recent_avg": 36.4, - "recent_sr": 124.7 - }, - "Mina Baek": { - "recent_scores": [ - 5, - 28 - ], - "recent_avg": 16.5, - "recent_sr": 56.9 - }, - "Mirab Razwan": { - "recent_scores": [ - 0, - 0, - 5, - 0, - 4, - 7, - 0, - 0, - 8, - 1 - ], - "recent_avg": 2.5, - "recent_sr": 31.6 - }, - "Mirab Sajjad": { - "recent_scores": [ - 7, - 1, - 27, - 11, - 5, - 0, - 5, - 3, - 2, - 3 - ], - "recent_avg": 6.4, - "recent_sr": 42.1 - }, - "Miria Raio": { - "recent_scores": [ - 2, - 4 - ], - "recent_avg": 3.0, - "recent_sr": 28.6 - }, - "Miriam Ehsun": { - "recent_scores": [ - 1, - 0, - 4 - ], - "recent_avg": 1.7, - "recent_sr": 27.8 - }, - "Mirza Ahmed": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 50.0 - }, - "Mirza Ahsan": { - "recent_scores": [ - 1, - 2, - 1, - 7, - 2, - 21, - 70, - 9, - 18, - 57 - ], - "recent_avg": 18.8, - "recent_sr": 142.4 - }, - "Mirza Baig": { - "recent_scores": [ - 24, - 8, - 60, - 108, - 16, - 34, - 4, - 40, - 10, - 62 - ], - "recent_avg": 36.6, - "recent_sr": 122.8 - }, - "Misbah Ifzal": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Mobashar Ashraf": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "Moe Ei Phyu": { - "recent_scores": [ - 1, - 5, - 11, - 20, - 0, - 0 - ], - "recent_avg": 6.2, - "recent_sr": 59.7 - }, - "Mofassar Saeed": { - "recent_scores": [ - 17 - ], - "recent_avg": 17.0, - "recent_sr": 85.0 - }, - "Mofida Kocchargi": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Mohamad Junaid Khushi": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "Mohamed Arief": { - "recent_scores": [ - 1, - 5, - 13, - 4, - 15, - 23, - 7, - 1, - 9, - 29 - ], - "recent_avg": 10.7, - "recent_sr": 108.1 - }, - "Mohamed Azzam": { - "recent_scores": [ - 2, - 3, - 6, - 13, - 12, - 0, - 4 - ], - "recent_avg": 5.7, - "recent_sr": 56.3 - }, - "Mohamed Coulibaly": { - "recent_scores": [ - 2, - 1, - 1, - 0, - 6, - 3, - 5, - 3, - 1 - ], - "recent_avg": 2.4, - "recent_sr": 29.3 - }, - "Mohamed Fadiga": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Mohamed Ishmath": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Mohamed Khan": { - "recent_scores": [ - 6, - 0, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "Mohamed Mahfooz": { - "recent_scores": [ - 6, - 0, - 3 - ], - "recent_avg": 3.0, - "recent_sr": 56.2 - }, - "Mohamed Miuvaan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Mohamed Rishwan": { - "recent_scores": [ - 11, - 9, - 0, - 26, - 10, - 1, - 31, - 36, - 0 - ], - "recent_avg": 13.8, - "recent_sr": 90.5 - }, - "Mohamed Shafeeq": { - "recent_scores": [ - 0, - 1, - 0, - 3, - 5, - 0, - 2, - 4, - 6, - 4 - ], - "recent_avg": 2.5, - "recent_sr": 92.6 - }, - "Mohamed Shiyam": { - "recent_scores": [ - 0, - 6, - 25, - 6 - ], - "recent_avg": 9.2, - "recent_sr": 66.1 - }, - "Mohamed Turay": { - "recent_scores": [ - 3, - 0, - 0, - 0, - 1, - 9, - 1, - 0, - 4, - 1 - ], - "recent_avg": 1.9, - "recent_sr": 61.3 - }, - "Mohameed Taiwo": { - "recent_scores": [ - 0, - 5, - 26, - 1, - 0, - 2, - 1, - 0, - 7, - 1 - ], - "recent_avg": 4.3, - "recent_sr": 78.2 - }, - "Mohammad Aadil Alam": { - "recent_scores": [ - 20, - 10, - 4, - 36 - ], - "recent_avg": 17.5, - "recent_sr": 85.4 - }, - "Mohammad Abrar": { - "recent_scores": [ - 8, - 1 - ], - "recent_avg": 4.5, - "recent_sr": 56.2 - }, - "Mohammad Ahnaff": { - "recent_scores": [ - 48, - 10, - 8, - 5, - 2, - 50, - 40, - 60, - 2, - 19 - ], - "recent_avg": 24.4, - "recent_sr": 106.6 - }, - "Mohammad Ahsan": { - "recent_scores": [ - 5, - 21 - ], - "recent_avg": 13.0, - "recent_sr": 130.0 - }, - "Mohammad Ali": { - "recent_scores": [ - 2, - 0, - 0, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 3.0 - }, - "Mohammad Amin": { - "recent_scores": [ - 10, - 13, - 18, - 32 - ], - "recent_avg": 18.2, - "recent_sr": 96.1 - }, - "Mohammad Amir": { - "recent_scores": [ - 14, - 22, - 13, - 20, - 24, - 13, - 11, - 13, - 34, - 30 - ], - "recent_avg": 19.4, - "recent_sr": 44.2 - }, - "Mohammad Asaduzzaman": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 50.0 - }, - "Mohammad Atif": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "Mohammad Ayaz": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Mohammad Bhaidu": { - "recent_scores": [ - 11, - 1, - 17, - 17, - 4, - 0 - ], - "recent_avg": 8.3, - "recent_sr": 61.0 - }, - "Mohammad Boota": { - "recent_scores": [ - 36, - 59, - 3, - 5, - 13, - 20, - 37 - ], - "recent_avg": 24.7, - "recent_sr": 72.1 - }, - "Mohammad Ghazanfar": { - "recent_scores": [ - 5, - 6, - 7, - 0, - 2, - 2, - 4, - 0, - 3, - 0 - ], - "recent_avg": 2.9, - "recent_sr": 58.0 - }, - "Mohammad Haris": { - "recent_scores": [ - 52, - 20, - 48, - 60, - 16, - 50, - 0, - 112, - 8, - 10 - ], - "recent_avg": 37.6, - "recent_sr": 149.2 - }, - "Mohammad Hasnain": { - "recent_scores": [ - 0, - 0, - 14 - ], - "recent_avg": 4.7, - "recent_sr": 36.8 - }, - "Mohammad Ihsan": { - "recent_scores": [ - 160, - 112, - 11, - 33, - 26, - 36, - 7, - 26, - 57, - 17 - ], - "recent_avg": 48.5, - "recent_sr": 172.0 - }, - "Mohammad Irfan": { - "recent_scores": [ - 14, - 0, - 6, - 8 - ], - "recent_avg": 7.0, - "recent_sr": 32.2 - }, - "Mohammad Kamran": { - "recent_scores": [ - 7, - 6, - 9, - 52, - 17, - 8, - 2, - 9, - 7, - 4 - ], - "recent_avg": 12.1, - "recent_sr": 105.2 - }, - "Mohammad Khan Rafah": { - "recent_scores": [ - 2, - 47, - 0, - 5, - 22, - 19, - 20, - 1 - ], - "recent_avg": 14.5, - "recent_sr": 141.5 - }, - "Mohammad Mithun": { - "recent_scores": [ - 25, - 17, - 63, - 6, - 31, - 50, - 8, - 29, - 37, - 67 - ], - "recent_avg": 33.3, - "recent_sr": 44.2 - }, - "Mohammad Mohsin": { - "recent_scores": [ - 2, - 22, - 10, - 16, - 8, - 2, - 6, - 14 - ], - "recent_avg": 10.0, - "recent_sr": 108.1 - }, - "Mohammad Nadeem": { - "recent_scores": [ - 14, - 40, - 76, - 1, - 7, - 19, - 20, - 16, - 30, - 15 - ], - "recent_avg": 23.8, - "recent_sr": 64.2 - }, - "Mohammad Naim": { - "recent_scores": [ - 24 - ], - "recent_avg": 24.0, - "recent_sr": 23.3 - }, - "Mohammad Naveed": { - "recent_scores": [ - 2, - 10, - 9, - 11, - 19, - 0, - 22, - 6, - 6, - 3 - ], - "recent_avg": 8.8, - "recent_sr": 123.9 - }, - "Mohammad Nawaz": { - "recent_scores": [ - 46, - 24, - 24 - ], - "recent_avg": 31.3, - "recent_sr": 49.7 - }, - "Mohammad Nawaz (3)": { - "recent_scores": [ - 25, - 25, - 0 - ], - "recent_avg": 16.7, - "recent_sr": 31.8 - }, - "Mohammad Rizlan": { - "recent_scores": [ - 2, - 1, - 4, - 5, - 3, - 1, - 30 - ], - "recent_avg": 6.6, - "recent_sr": 93.9 - }, - "Mohammad Rizwan": { - "recent_scores": [ - 107, - 74, - 37, - 89, - 74, - 73, - 87, - 30, - 25, - 64 - ], - "recent_avg": 66.0, - "recent_sr": 51.7 - }, - "Mohammad Saifuddin": { - "recent_scores": [ - 28, - 8, - 11, - 13, - 7, - 5, - 28, - 0, - 51, - 5 - ], - "recent_avg": 15.6, - "recent_sr": 99.4 - }, - "Mohammad Salman": { - "recent_scores": [ - 21, - 4 - ], - "recent_avg": 12.5, - "recent_sr": 43.9 - }, - "Mohammad Sami": { - "recent_scores": [ - 12, - 2, - 15, - 5, - 38, - 33, - 35, - 10, - 19, - 1 - ], - "recent_avg": 17.0, - "recent_sr": 33.3 - }, - "Mohammad Shahzad (2)": { - "recent_scores": [ - 21, - 28, - 0 - ], - "recent_avg": 16.3, - "recent_sr": 72.1 - }, - "Mohammad Tauqir": { - "recent_scores": [ - 2, - 3, - 0, - 1, - 2, - 9, - 17 - ], - "recent_avg": 4.9, - "recent_sr": 41.0 - }, - "Mohammad Usman": { - "recent_scores": [ - 9, - 49 - ], - "recent_avg": 29.0, - "recent_sr": 92.1 - }, - "Mohammad Waheed": { - "recent_scores": [ - 7, - 6 - ], - "recent_avg": 6.5, - "recent_sr": 76.5 - }, - "Mohammad Wasim": { - "recent_scores": [ - 45, - 10 - ], - "recent_avg": 27.5, - "recent_sr": 74.3 - }, - "Mohammad Yousuf": { - "recent_scores": [ - 10, - 89, - 30, - 65, - 83, - 89, - 83, - 58, - 113, - 16 - ], - "recent_avg": 63.6, - "recent_sr": 49.4 - }, - "Mohammed Al Balushi": { - "recent_scores": [ - 25, - 9, - 12, - 81, - 44 - ], - "recent_avg": 34.2, - "recent_sr": 106.9 - }, - "Mohammed Alamgir": { - "recent_scores": [ - 6, - 20, - 10, - 1, - 0, - 2, - 20, - 20, - 14, - 10 - ], - "recent_avg": 10.3, - "recent_sr": 112.0 - }, - "Mohammed Awais": { - "recent_scores": [ - 5, - 1, - 2, - 0, - 8, - 9 - ], - "recent_avg": 4.2, - "recent_sr": 65.8 - }, - "Mohammed Faraazuddin": { - "recent_scores": [ - 0, - 21, - 0, - 3 - ], - "recent_avg": 6.0, - "recent_sr": 82.8 - }, - "Mohammed Irshad": { - "recent_scores": [ - 2, - 1, - 0, - 11, - 18, - 9, - 22, - 2, - 3, - 25 - ], - "recent_avg": 9.3, - "recent_sr": 114.8 - }, - "Mohammed Jamadar": { - "recent_scores": [ - 14, - 31, - 12, - 9, - 9 - ], - "recent_avg": 15.0, - "recent_sr": 72.8 - }, - "Mohammed Jimia": { - "recent_scores": [ - 24, - 3, - 1 - ], - "recent_avg": 9.3, - "recent_sr": 51.9 - }, - "Mohammed Nadeem": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Mohammed Qasim": { - "recent_scores": [ - 33, - 11, - 41, - 6 - ], - "recent_avg": 22.8, - "recent_sr": 50.8 - }, - "Mohammed Sameer": { - "recent_scores": [ - 18, - 18, - 0, - 20, - 3 - ], - "recent_avg": 11.8, - "recent_sr": 71.1 - }, - "Mohmedazim Abbasbhai": { - "recent_scores": [ - 10, - 26, - 16, - 6, - 0, - 14 - ], - "recent_avg": 12.0, - "recent_sr": 88.9 - }, - "Mohomed Saddam": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 18.2 - }, - "Mohsin Shabbir": { - "recent_scores": [ - 1, - 7, - 11, - 44 - ], - "recent_avg": 15.8, - "recent_sr": 84.0 - }, - "Mohsin Zaki": { - "recent_scores": [ - 1, - 4 - ], - "recent_avg": 2.5, - "recent_sr": 55.6 - }, - "Mokbul Ahammed": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 27.8 - }, - "Mominul Haque": { - "recent_scores": [ - 73, - 52, - 147, - 150, - 82, - 36, - 43, - 33, - 103, - 0 - ], - "recent_avg": 71.9, - "recent_sr": 54.5 - }, - "Mongdara Sok": { - "recent_scores": [ - 1, - 0, - 0, - 1, - 0 - ], - "recent_avg": 0.4, - "recent_sr": 22.2 - }, - "Mosaddek Hossain": { - "recent_scores": [ - 9, - 16, - 88 - ], - "recent_avg": 37.7, - "recent_sr": 40.6 - }, - "Moshiur Rahman": { - "recent_scores": [ - 4, - 5, - 2 - ], - "recent_avg": 3.7, - "recent_sr": 44.0 - }, - "Mounica Chowdary": { - "recent_scores": [ - 0, - 4, - 1, - 2 - ], - "recent_avg": 1.8, - "recent_sr": 16.3 - }, - "Mrittunjoy Chowdhury": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 72.7 - }, - "Mudassar Bukhari": { - "recent_scores": [ - 4, - 18, - 0, - 28, - 11, - 6, - 21, - 0, - 24, - 6 - ], - "recent_avg": 11.8, - "recent_sr": 78.1 - }, - "Mudassar Muhammad": { - "recent_scores": [ - 10, - 78, - 0, - 49, - 5 - ], - "recent_avg": 28.4, - "recent_sr": 146.4 - }, - "Mudassir Iqbal": { - "recent_scores": [ - 0, - 1, - 28, - 4 - ], - "recent_avg": 8.2, - "recent_sr": 75.0 - }, - "Muhammad Adil": { - "recent_scores": [ - 45, - 20 - ], - "recent_avg": 32.5, - "recent_sr": 209.7 - }, - "Muhammad Afis": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Muhammad Ajmal": { - "recent_scores": [ - 12, - 17, - 0, - 0, - 15, - 5, - 0 - ], - "recent_avg": 7.0, - "recent_sr": 83.1 - }, - "Muhammad Akram": { - "recent_scores": [ - 1, - 2, - 10, - 6 - ], - "recent_avg": 4.8, - "recent_sr": 73.1 - }, - "Muhammad Amin": { - "recent_scores": [ - 0, - 3, - 4, - 5, - 0, - 10, - 51, - 2, - 7 - ], - "recent_avg": 9.1, - "recent_sr": 94.3 - }, - "Muhammad Amir": { - "recent_scores": [ - 4, - 3, - 46, - 1, - 18, - 15, - 17, - 9, - 1, - 10 - ], - "recent_avg": 12.4, - "recent_sr": 120.4 - }, - "Muhammad Arfan": { - "recent_scores": [ - 32, - 11, - 1, - 0, - 26, - 15, - 10, - 17, - 11 - ], - "recent_avg": 13.7, - "recent_sr": 103.4 - }, - "Muhammad Asim": { - "recent_scores": [ - 5, - 55, - 24, - 67, - 32, - 36, - 16, - 50, - 35, - 39 - ], - "recent_avg": 35.9, - "recent_sr": 130.1 - }, - "Muhammad Asjed": { - "recent_scores": [ - 4, - 3 - ], - "recent_avg": 3.5, - "recent_sr": 70.0 - }, - "Muhammad Babar": { - "recent_scores": [ - 15, - 46 - ], - "recent_avg": 30.5, - "recent_sr": 169.4 - }, - "Muhammad Burhan": { - "recent_scores": [ - 2, - 5, - 7, - 16, - 4, - 5, - 4, - 4, - 7 - ], - "recent_avg": 6.0, - "recent_sr": 108.0 - }, - "Muhammad Fahad": { - "recent_scores": [ - 9, - 52, - 1, - 120, - 65, - 0, - 26 - ], - "recent_avg": 39.0, - "recent_sr": 205.3 - }, - "Muhammad Fahim": { - "recent_scores": [ - 13, - 3, - 2 - ], - "recent_avg": 6.0, - "recent_sr": 64.3 - }, - "Muhammad Farooq": { - "recent_scores": [ - 0, - 4 - ], - "recent_avg": 2.0, - "recent_sr": 25.0 - }, - "Muhammad Haziq Aiman": { - "recent_scores": [ - 4, - 13, - 44, - 5, - 45, - 4, - 0, - 19, - 6, - 4 - ], - "recent_avg": 14.4, - "recent_sr": 121.0 - }, - "Muhammad Jabir": { - "recent_scores": [ - 4, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "recent_avg": 0.6, - "recent_sr": 19.0 - }, - "Muhammad Jawadullah": { - "recent_scores": [ - 0, - 0, - 1, - 0, - 0, - 1, - 13, - 0, - 0 - ], - "recent_avg": 1.7, - "recent_sr": 68.2 - }, - "Muhammad Kaleem": { - "recent_scores": [ - 2, - 1, - 0, - 7, - 50, - 4, - 6 - ], - "recent_avg": 10.0, - "recent_sr": 72.9 - }, - "Muhammad Kashif": { - "recent_scores": [ - 26, - 33, - 0, - 0, - 2, - 0 - ], - "recent_avg": 10.2, - "recent_sr": 87.1 - }, - "Muhammad Khan": { - "recent_scores": [ - 0, - 0, - 13 - ], - "recent_avg": 4.3, - "recent_sr": 59.1 - }, - "Muhammad Moiz": { - "recent_scores": [ - 4, - 4, - 12, - 14, - 0, - 0, - 7, - 7, - 14, - 25 - ], - "recent_avg": 8.7, - "recent_sr": 116.0 - }, - "Muhammad Muneeb": { - "recent_scores": [ - 14, - 1, - 71, - 44, - 0, - 71, - 15, - 0, - 0, - 37 - ], - "recent_avg": 25.3, - "recent_sr": 119.3 - }, - "Muhammad Murad": { - "recent_scores": [ - 3, - 14, - 8, - 0, - 14, - 3 - ], - "recent_avg": 7.0, - "recent_sr": 79.2 - }, - "Muhammad Nadeem": { - "recent_scores": [ - 68, - 4, - 38, - 34, - 19 - ], - "recent_avg": 32.6, - "recent_sr": 164.6 - }, - "Muhammad Nadir": { - "recent_scores": [ - 3, - 2, - 6, - 5, - 12, - 0, - 0, - 5, - 6, - 1 - ], - "recent_avg": 4.0, - "recent_sr": 85.1 - }, - "Muhammad Naeem": { - "recent_scores": [ - 20, - 8, - 2, - 0, - 120, - 26, - 60, - 92, - 100, - 28 - ], - "recent_avg": 45.6, - "recent_sr": 158.3 - }, - "Muhammad Rohid": { - "recent_scores": [ - 6, - 8 - ], - "recent_avg": 7.0, - "recent_sr": 73.7 - }, - "Muhammad Safdar": { - "recent_scores": [ - 8, - 8 - ], - "recent_avg": 8.0, - "recent_sr": 123.1 - }, - "Muhammad Saleem": { - "recent_scores": [ - 20, - 6, - 4, - 5, - 4, - 10, - 22 - ], - "recent_avg": 10.1, - "recent_sr": 112.7 - }, - "Muhammad Salman": { - "recent_scores": [ - 1, - 6, - 0 - ], - "recent_avg": 2.3, - "recent_sr": 58.3 - }, - "Muhammad Saqlain": { - "recent_scores": [ - 0, - 1, - 0, - 0, - 4, - 0 - ], - "recent_avg": 0.8, - "recent_sr": 38.5 - }, - "Muhammad Shoaib Ahmed": { - "recent_scores": [ - 20, - 26 - ], - "recent_avg": 23.0, - "recent_sr": 90.2 - }, - "Muhammad Siddiqui": { - "recent_scores": [ - 10, - 16, - 36, - 26, - 46, - 6, - 27, - 0, - 15, - 48 - ], - "recent_avg": 23.0, - "recent_sr": 106.5 - }, - "Muhammad Soban": { - "recent_scores": [ - 13, - 50, - 0, - 2, - 28, - 1, - 33, - 57 - ], - "recent_avg": 23.0, - "recent_sr": 110.8 - }, - "Muhammad Tahir": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 27.3 - }, - "Muhammad Tanveer": { - "recent_scores": [ - 0, - 53, - 17, - 6 - ], - "recent_avg": 19.0, - "recent_sr": 100.0 - }, - "Muhammad Umar": { - "recent_scores": [ - 12, - 1, - 37, - 26, - 7, - 5, - 1, - 0, - 19, - 36 - ], - "recent_avg": 14.4, - "recent_sr": 98.0 - }, - "Muhammad Usman": { - "recent_scores": [ - 47, - 18, - 20, - 3, - 102, - 37, - 68, - 36, - 0, - 59 - ], - "recent_avg": 39.0, - "recent_sr": 76.0 - }, - "Muhammad Usman (3)": { - "recent_scores": [ - 29 - ], - "recent_avg": 29.0, - "recent_sr": 138.1 - }, - "Muhammad Wafiq": { - "recent_scores": [ - 1, - 13, - 2, - 0, - 16, - 1, - 0, - 4, - 0, - 0 - ], - "recent_avg": 3.7, - "recent_sr": 78.7 - }, - "Muhammad Yasin": { - "recent_scores": [ - 17, - 1, - 5, - 0, - 16, - 34, - 28, - 13, - 17, - 27 - ], - "recent_avg": 15.8, - "recent_sr": 101.9 - }, - "Muhammad Younis": { - "recent_scores": [ - 11, - 10, - 15, - 0, - 30, - 2, - 33, - 31, - 13, - 2 - ], - "recent_avg": 14.7, - "recent_sr": 105.0 - }, - "Muhammad Zafar Khan": { - "recent_scores": [ - 60, - 33, - 40, - 12 - ], - "recent_avg": 36.2, - "recent_sr": 119.8 - }, - "Muhammad Zohaib": { - "recent_scores": [ - 14, - 4, - 21, - 2, - 13, - 30, - 50, - 35, - 1, - 24 - ], - "recent_avg": 19.4, - "recent_sr": 95.1 - }, - "Muhammed Basil": { - "recent_scores": [ - 1, - 5, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 42.9 - }, - "Muhammed Imran": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 20.0 - }, - "Muhammed Manga": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 33.3 - }, - "Muhammed Turkmen": { - "recent_scores": [ - 6, - 1, - 23, - 9 - ], - "recent_avg": 9.8, - "recent_sr": 134.5 - }, - "Muhammet Bicer": { - "recent_scores": [ - 0, - 0, - 5, - 1, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 66.7 - }, - "Muhammet Kursat": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Mujeeb-ur-Rehman": { - "recent_scores": [ - 5, - 11 - ], - "recent_avg": 8.0, - "recent_sr": 114.3 - }, - "Mujibur Ali": { - "recent_scores": [ - 24, - 7, - 12, - 43, - 19, - 23, - 0, - 8 - ], - "recent_avg": 17.0, - "recent_sr": 56.0 - }, - "Mukhtar Ahmed": { - "recent_scores": [ - 18, - 18, - 72, - 34, - 2, - 14, - 2, - 38, - 18, - 12 - ], - "recent_avg": 22.8, - "recent_sr": 135.7 - }, - "Mukhtar Ghulami": { - "recent_scores": [ - 5, - 15, - 17, - 14, - 26, - 15, - 30, - 18, - 12, - 0 - ], - "recent_avg": 15.2, - "recent_sr": 125.6 - }, - "Muktar Ali": { - "recent_scores": [ - 19 - ], - "recent_avg": 19.0, - "recent_sr": 126.7 - }, - "Muneeba Ali": { - "recent_scores": [ - 4, - 5, - 2, - 7, - 5, - 22, - 9, - 3, - 2, - 17 - ], - "recent_avg": 7.6, - "recent_sr": 49.0 - }, - "Munim Shahriar": { - "recent_scores": [ - 7, - 4, - 2 - ], - "recent_avg": 4.3, - "recent_sr": 68.4 - }, - "Munir Dar": { - "recent_scores": [ - 4, - 14 - ], - "recent_avg": 9.0, - "recent_sr": 105.9 - }, - "Munthir Al Balushi": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 44.4 - }, - "Murat Ipek": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 50.0 - }, - "Murat Yilmaz": { - "recent_scores": [ - 1, - 3, - 4, - 6, - 2, - 0 - ], - "recent_avg": 2.7, - "recent_sr": 39.0 - }, - "Murid Ekrami": { - "recent_scores": [ - 0, - 9, - 9, - 0, - 15, - 5, - 1, - 17, - 18, - 1 - ], - "recent_avg": 7.5, - "recent_sr": 96.2 - }, - "Murshida Khatun": { - "recent_scores": [ - 1, - 12, - 40, - 8, - 6, - 38, - 8, - 5, - 10, - 8 - ], - "recent_avg": 13.6, - "recent_sr": 52.7 - }, - "Musa Khan Ahmadzai": { - "recent_scores": [ - 1, - 2, - 1, - 1 - ], - "recent_avg": 1.2, - "recent_sr": 38.5 - }, - "Musa Shaheen": { - "recent_scores": [ - 27, - 50, - 35, - 43, - 6, - 37, - 33, - 4, - 45, - 29 - ], - "recent_avg": 30.9, - "recent_sr": 111.6 - }, - "Musaddiq Ahmed": { - "recent_scores": [ - 4, - 0, - 3, - 38, - 37, - 18, - 40, - 122, - 107, - 25 - ], - "recent_avg": 39.4, - "recent_sr": 176.7 - }, - "Musawar Shah": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "Musfirah Nur Ainaa": { - "recent_scores": [ - 2, - 0, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 33.3 - }, - "Mushfiqur Rahim": { - "recent_scores": [ - 43, - 160, - 93, - 159, - 23, - 61, - 212, - 40, - 8, - 2 - ], - "recent_avg": 80.1, - "recent_sr": 49.3 - }, - "Muskan Naseeb": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Muslim Yar": { - "recent_scores": [ - 2, - 2, - 1, - 21, - 11, - 1, - 24, - 0, - 3, - 10 - ], - "recent_avg": 7.5, - "recent_sr": 97.4 - }, - "Mustafa Balkis": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 14.3 - }, - "Mustafa Omer": { - "recent_scores": [ - 0, - 20, - 11, - 12, - 33, - 4 - ], - "recent_avg": 13.3, - "recent_sr": 78.4 - }, - "Mustakim Aslam": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 16.7 - }, - "Mustapha Suwareh": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 25.0 - }, - "Mustapha Yusuf": { - "recent_scores": [ - 5, - 12, - 0, - 16 - ], - "recent_avg": 8.2, - "recent_sr": 91.7 - }, - "Mutaiba Ansar": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 14.3 - }, - "Muzaffar Shiralkar": { - "recent_scores": [ - 0, - 4, - 36, - 0, - 2 - ], - "recent_avg": 8.4, - "recent_sr": 110.5 - }, - "Muzahir Raza": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 142.9 - }, - "Muzammil Shahzad": { - "recent_scores": [ - 2, - 4, - 2 - ], - "recent_avg": 2.7, - "recent_sr": 66.7 - }, - "Myat Thu Aung": { - "recent_scores": [ - 4, - 8, - 7, - 18, - 5, - 8, - 8, - 2, - 2, - 7 - ], - "recent_avg": 6.9, - "recent_sr": 48.6 - }, - "N Acawei": { - "recent_scores": [ - 25, - 15, - 3, - 1, - 13, - 10, - 13, - 14, - 14, - 0 - ], - "recent_avg": 10.8, - "recent_sr": 78.8 - }, - "N Advani": { - "recent_scores": [ - 2, - 0, - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 28.6 - }, - "N Ahir": { - "recent_scores": [ - 2, - 17, - 23, - 11, - 15, - 0 - ], - "recent_avg": 11.3, - "recent_sr": 55.3 - }, - "N Asuramanage": { - "recent_scores": [ - 3, - 5, - 3, - 0, - 0 - ], - "recent_avg": 2.2, - "recent_sr": 34.4 - }, - "N Benjamin": { - "recent_scores": [ - 2, - 14, - 2, - 2, - 16, - 2, - 10, - 7, - 0, - 18 - ], - "recent_avg": 7.3, - "recent_sr": 92.4 - }, - "N Bidaisee": { - "recent_scores": [ - 60, - 44, - 24, - 2, - 4, - 100 - ], - "recent_avg": 39.0, - "recent_sr": 109.3 - }, - "N Boochatham": { - "recent_scores": [ - 29, - 16, - 19, - 20, - 17, - 6, - 10, - 16, - 25, - 2 - ], - "recent_avg": 16.0, - "recent_sr": 51.4 - }, - "N Caruana": { - "recent_scores": [ - 47, - 26, - 11, - 0, - 8, - 24, - 6, - 49, - 41, - 11 - ], - "recent_avg": 22.3, - "recent_sr": 59.6 - }, - "N Chabula": { - "recent_scores": [ - 0, - 3, - 1, - 0, - 8, - 7, - 4 - ], - "recent_avg": 3.3, - "recent_sr": 17.8 - }, - "N Chaihan": { - "recent_scores": [ - 0, - 0, - 6, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 30.0 - }, - "N Chaiwai": { - "recent_scores": [ - 1, - 12, - 37, - 7, - 15, - 31, - 1, - 52, - 2, - 57 - ], - "recent_avg": 21.5, - "recent_sr": 60.7 - }, - "N Chantam": { - "recent_scores": [ - 66, - 13, - 8, - 63, - 7, - 64, - 65, - 22, - 54, - 1 - ], - "recent_avg": 36.3, - "recent_sr": 66.9 - }, - "N Chejay": { - "recent_scores": [ - 13, - 18, - 7, - 15, - 6, - 50, - 7, - 34, - 1, - 0 - ], - "recent_avg": 15.1, - "recent_sr": 75.5 - }, - "N Choden": { - "recent_scores": [ - 20, - 0, - 19, - 7, - 35, - 37, - 78, - 10, - 27, - 10 - ], - "recent_avg": 24.3, - "recent_sr": 84.7 - }, - "N D'souza": { - "recent_scores": [ - 2, - 9, - 0, - 3, - 5 - ], - "recent_avg": 3.8, - "recent_sr": 41.3 - }, - "N Davidovic": { - "recent_scores": [ - 1, - 4, - 6, - 4, - 4, - 16 - ], - "recent_avg": 5.8, - "recent_sr": 97.2 - }, - "N Davin": { - "recent_scores": [ - 33, - 14, - 19, - 11, - 0, - 8, - 13, - 15, - 40, - 1 - ], - "recent_avg": 15.4, - "recent_sr": 79.0 - }, - "N De Bromhead": { - "recent_scores": [ - 2, - 0, - 7, - 6 - ], - "recent_avg": 3.8, - "recent_sr": 23.8 - }, - "N Deonarine": { - "recent_scores": [ - 15, - 34, - 67, - 21, - 15, - 79, - 7, - 20, - 55, - 42 - ], - "recent_avg": 35.5, - "recent_sr": 43.9 - }, - "N Dickwella": { - "recent_scores": [ - 7, - 66, - 16, - 5, - 61, - 9, - 64, - 33, - 53, - 101 - ], - "recent_avg": 41.5, - "recent_sr": 73.6 - }, - "N Dolianiti": { - "recent_scores": [ - 1, - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 18.8 - }, - "N Dutta": { - "recent_scores": [ - 45, - 12, - 6, - 7, - 0 - ], - "recent_avg": 14.0, - "recent_sr": 57.4 - }, - "N Erdenebat": { - "recent_scores": [ - 5, - 36, - 2, - 3 - ], - "recent_avg": 11.5, - "recent_sr": 76.7 - }, - "N Gallagher": { - "recent_scores": [ - 7, - 5 - ], - "recent_avg": 6.0, - "recent_sr": 48.0 - }, - "N Gnanapragasam": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 20.0 - }, - "N Gocheva": { - "recent_scores": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_avg": 0.2, - "recent_sr": 7.7 - }, - "N Greig": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "N Gumaliyele": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 40.0 - }, - "N Gwanzura": { - "recent_scores": [ - 3, - 34, - 14, - 0, - 10, - 8, - 4, - 9, - 25, - 18 - ], - "recent_avg": 12.5, - "recent_sr": 60.4 - }, - "N Gwebu": { - "recent_scores": [ - 2, - 0, - 0, - 1, - 4, - 0, - 4, - 3, - 0, - 6 - ], - "recent_avg": 2.0, - "recent_sr": 29.4 - }, - "N Hirani": { - "recent_scores": [ - 2, - 2, - 19 - ], - "recent_avg": 7.7, - "recent_sr": 135.3 - }, - "N Ihmeling": { - "recent_scores": [ - 13, - 0 - ], - "recent_avg": 6.5, - "recent_sr": 35.1 - }, - "N Ila": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 100.0 - }, - "N Jagadish": { - "recent_scores": [ - 6, - 1, - 2, - 0 - ], - "recent_avg": 2.2, - "recent_sr": 30.0 - }, - "N Joshi": { - "recent_scores": [ - 0, - 13, - 6, - 9, - 15, - 4, - 4, - 7, - 38, - 29 - ], - "recent_avg": 12.5, - "recent_sr": 79.1 - }, - "N Jovicevic": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 15.4 - }, - "N Kakor": { - "recent_scores": [ - 3, - 5, - 0, - 1 - ], - "recent_avg": 2.2, - "recent_sr": 81.8 - }, - "N Kaqea": { - "recent_scores": [ - 3, - 2 - ], - "recent_avg": 2.5, - "recent_sr": 27.8 - }, - "N Katechis": { - "recent_scores": [ - 1, - 3 - ], - "recent_avg": 2.0, - "recent_sr": 23.5 - }, - "N Kayani": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "N Khanna": { - "recent_scores": [ - 0, - 5, - 1, - 0, - 1, - 9, - 27, - 13, - 4, - 1 - ], - "recent_avg": 6.1, - "recent_sr": 85.9 - }, - "N Khumalo": { - "recent_scores": [ - 0, - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "N Kingsley": { - "recent_scores": [ - 14, - 30, - 11, - 0, - 17, - 1, - 5, - 0, - 0, - 20 - ], - "recent_avg": 9.8, - "recent_sr": 107.7 - }, - "N Knights": { - "recent_scores": [ - 14, - 1, - 36 - ], - "recent_avg": 17.0, - "recent_sr": 100.0 - }, - "N Koncharoenkai": { - "recent_scores": [ - 14, - 19, - 21, - 3, - 5, - 19, - 25, - 30, - 9, - 23 - ], - "recent_avg": 16.8, - "recent_sr": 72.7 - }, - "N Krishna": { - "recent_scores": [ - 3, - 0, - 10, - 2, - 4, - 0, - 2, - 7, - 1, - 20 - ], - "recent_avg": 4.9, - "recent_sr": 71.0 - }, - "N Kuruppu": { - "recent_scores": [ - 14, - 4, - 6 - ], - "recent_avg": 8.0, - "recent_sr": 54.5 - }, - "N Laguea": { - "recent_scores": [ - 26, - 1 - ], - "recent_avg": 13.5, - "recent_sr": 84.4 - }, - "N Liyanage": { - "recent_scores": [ - 2, - 3, - 7, - 12, - 11, - 8, - 2, - 9 - ], - "recent_avg": 6.8, - "recent_sr": 47.0 - }, - "N M'shangwe": { - "recent_scores": [ - 8, - 0 - ], - "recent_avg": 4.0, - "recent_sr": 44.4 - }, - "N Mabila": { - "recent_scores": [ - 0, - 2, - 0, - 20, - 0, - 0, - 1, - 10, - 2, - 2 - ], - "recent_avg": 3.7, - "recent_sr": 34.9 - }, - "N Madziva": { - "recent_scores": [ - 10, - 2, - 3, - 3, - 11, - 3, - 25, - 2 - ], - "recent_avg": 7.4, - "recent_sr": 48.0 - }, - "N Magagula": { - "recent_scores": [ - 3, - 3, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 18.2 - }, - "N Mamba": { - "recent_scores": [ - 1, - 0, - 0, - 4, - 0, - 2, - 0, - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 20.9 - }, - "N Mapunda": { - "recent_scores": [ - 2, - 11 - ], - "recent_avg": 6.5, - "recent_sr": 65.0 - }, - "N Master": { - "recent_scores": [ - 11, - 35, - 7, - 21, - 2 - ], - "recent_avg": 15.2, - "recent_sr": 118.8 - }, - "N Mlaba": { - "recent_scores": [ - 14, - 3, - 21, - 8 - ], - "recent_avg": 11.5, - "recent_sr": 65.7 - }, - "N Mokoena": { - "recent_scores": [ - 26, - 0 - ], - "recent_avg": 13.0, - "recent_sr": 123.8 - }, - "N Mugabe": { - "recent_scores": [ - 22, - 36, - 33, - 3, - 8, - 27, - 0, - 16, - 17, - 28 - ], - "recent_avg": 19.0, - "recent_sr": 84.8 - }, - "N Mutasa": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "N Nankov": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 16.7 - }, - "N Naranbaatar": { - "recent_scores": [ - 0, - 4, - 2, - 1, - 0, - 5, - 0, - 0, - 0, - 3 - ], - "recent_avg": 1.5, - "recent_sr": 17.0 - }, - "N Navaika": { - "recent_scores": [ - 13, - 1, - 5, - 15, - 8 - ], - "recent_avg": 8.4, - "recent_sr": 53.2 - }, - "N Ndouteng": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 20.0 - }, - "N Ndzeute": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "N Nipiko": { - "recent_scores": [ - 3, - 3, - 84, - 47, - 1 - ], - "recent_avg": 27.6, - "recent_sr": 124.3 - }, - "N Niranjana": { - "recent_scores": [ - 27 - ], - "recent_avg": 27.0, - "recent_sr": 32.5 - }, - "N Nojic": { - "recent_scores": [ - 0, - 22, - 35, - 29, - 4, - 2, - 1, - 0, - 3, - 0 - ], - "recent_avg": 9.6, - "recent_sr": 58.2 - }, - "N Nuntarach": { - "recent_scores": [ - 0, - 6, - 4, - 4, - 2, - 4, - 5, - 3, - 13, - 1 - ], - "recent_avg": 4.2, - "recent_sr": 47.7 - }, - "N Pathan": { - "recent_scores": [ - 8, - 6, - 1, - 0, - 54, - 9, - 34, - 37 - ], - "recent_avg": 18.6, - "recent_sr": 112.9 - }, - "N Patron Fuentes": { - "recent_scores": [ - 2, - 5, - 6, - 0, - 0, - 2 - ], - "recent_avg": 2.5, - "recent_sr": 39.5 - }, - "N Peter": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 51.6 - }, - "N Pokana": { - "recent_scores": [ - 6, - 1, - 0, - 1, - 1, - 2, - 9, - 11, - 11, - 6 - ], - "recent_avg": 4.8, - "recent_sr": 44.0 - }, - "N Pradeep": { - "recent_scores": [ - 0, - 0, - 1, - 10, - 4, - 5, - 12, - 10, - 0, - 15 - ], - "recent_avg": 5.7, - "recent_sr": 42.2 - }, - "N Salekar": { - "recent_scores": [ - 0, - 3, - 5, - 2, - 4, - 13, - 3, - 33, - 8, - 14 - ], - "recent_avg": 8.5, - "recent_sr": 68.5 - }, - "N Senamontree": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 20.0 - }, - "N Shangase": { - "recent_scores": [ - 5, - 0, - 9, - 55, - 2, - 18, - 36, - 16, - 0, - 8 - ], - "recent_avg": 14.9, - "recent_sr": 72.7 - }, - "N Sharma": { - "recent_scores": [ - 0, - 12, - 6, - 6, - 5, - 0 - ], - "recent_avg": 4.8, - "recent_sr": 48.3 - }, - "N Shree Charani": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 300.0 - }, - "N Sibanda": { - "recent_scores": [ - 35, - 1, - 17, - 2, - 1, - 2, - 7, - 12, - 2, - 5 - ], - "recent_avg": 8.4, - "recent_sr": 43.5 - }, - "N Simelane": { - "recent_scores": [ - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "N Simelum": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 43.8 - }, - "N Squire": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "N Tanner": { - "recent_scores": [ - 4, - 4, - 60, - 0, - 36, - 3, - 13, - 2, - 0, - 17 - ], - "recent_avg": 13.9, - "recent_sr": 92.1 - }, - "N Tanwar": { - "recent_scores": [ - 17 - ], - "recent_avg": 17.0, - "recent_sr": 54.8 - }, - "N Thekiso": { - "recent_scores": [ - 0, - 0, - 5, - 0, - 4, - 3 - ], - "recent_avg": 2.0, - "recent_sr": 24.5 - }, - "N Thushara": { - "recent_scores": [ - 0, - 2, - 0, - 14, - 0, - 4, - 4, - 2, - 0, - 10 - ], - "recent_avg": 3.6, - "recent_sr": 90.0 - }, - "N Tokizawa": { - "recent_scores": [ - 22, - 0, - 6, - 2 - ], - "recent_avg": 7.5, - "recent_sr": 52.6 - }, - "N Toleva": { - "recent_scores": [ - 3, - 1, - 0, - 1, - 0, - 1, - 0, - 3, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 8.6 - }, - "N Traore": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "N Tropolova": { - "recent_scores": [ - 0, - 4, - 1 - ], - "recent_avg": 1.7, - "recent_sr": 23.8 - }, - "N Tsiame": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "N Tyagi": { - "recent_scores": [ - 13, - 1, - 3, - 2 - ], - "recent_avg": 4.8, - "recent_sr": 55.9 - }, - "N Tykhonravova": { - "recent_scores": [ - 1, - 9, - 3, - 1, - 3, - 0, - 2 - ], - "recent_avg": 2.7, - "recent_sr": 31.1 - }, - "N Vanua": { - "recent_scores": [ - 33, - 0, - 0, - 49, - 0, - 10, - 60, - 14, - 0, - 1 - ], - "recent_avg": 16.7, - "recent_sr": 90.8 - }, - "N Vare": { - "recent_scores": [ - 18, - 0, - 8, - 6, - 44, - 21, - 30, - 21, - 3, - 3 - ], - "recent_avg": 15.4, - "recent_sr": 41.3 - }, - "N Venables": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 16.7 - }, - "N Vichara": { - "recent_scores": [ - 12, - 3, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 78.9 - }, - "N Wijesekera": { - "recent_scores": [ - 6, - 2, - 3, - 1, - 9, - 9, - 6, - 28 - ], - "recent_avg": 8.0, - "recent_sr": 71.9 - }, - "N Zholudz": { - "recent_scores": [ - 2, - 11, - 12, - 0, - 1, - 1, - 2, - 0 - ], - "recent_avg": 3.6, - "recent_sr": 27.4 - }, - "N Zimonjic": { - "recent_scores": [ - 5, - 0, - 5, - 17, - 2, - 2, - 17, - 0, - 7, - 10 - ], - "recent_avg": 6.5, - "recent_sr": 98.5 - }, - "N de Klerk": { - "recent_scores": [ - 0, - 100, - 5, - 9 - ], - "recent_avg": 28.5, - "recent_sr": 40.7 - }, - "NA Greenwood": { - "recent_scores": [ - 10, - 3, - 14, - 8 - ], - "recent_avg": 8.8, - "recent_sr": 50.7 - }, - "NA Janes": { - "recent_scores": [ - 10, - 1 - ], - "recent_avg": 5.5, - "recent_sr": 33.3 - }, - "NA Karnik": { - "recent_scores": [ - 0, - 10, - 11, - 2 - ], - "recent_avg": 5.8, - "recent_sr": 46.0 - }, - "NA Maiolo": { - "recent_scores": [ - 57, - 4, - 32, - 41 - ], - "recent_avg": 33.5, - "recent_sr": 115.5 - }, - "NA Moodley": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 50.0 - }, - "NA Rock": { - "recent_scores": [ - 2, - 5 - ], - "recent_avg": 3.5, - "recent_sr": 28.0 - }, - "NB Budayair": { - "recent_scores": [ - 5, - 0 - ], - "recent_avg": 2.5, - "recent_sr": 31.2 - }, - "NB Diom": { - "recent_scores": [ - 1, - 4 - ], - "recent_avg": 2.5, - "recent_sr": 31.2 - }, - "NC Dodd": { - "recent_scores": [ - 3, - 2, - 8, - 5, - 34, - 19, - 52, - 1, - 21 - ], - "recent_avg": 16.1, - "recent_sr": 48.5 - }, - "NC Monteiro": { - "recent_scores": [ - 0, - 10, - 3, - 0, - 3, - 14, - 0, - 5, - 0, - 0 - ], - "recent_avg": 3.5, - "recent_sr": 62.5 - }, - "NCC Perez": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "NCK Liyanage": { - "recent_scores": [ - 8, - 0 - ], - "recent_avg": 4.0, - "recent_sr": 100.0 - }, - "ND Laegsgaard": { - "recent_scores": [ - 62, - 6, - 0, - 4, - 0, - 26, - 1, - 1, - 5, - 2 - ], - "recent_avg": 10.7, - "recent_sr": 123.0 - }, - "ND McKenzie": { - "recent_scores": [ - 31, - 71, - 50, - 59, - 12, - 0, - 42, - 46, - 94, - 21 - ], - "recent_avg": 42.6, - "recent_sr": 36.0 - }, - "NE Bolton": { - "recent_scores": [ - 6, - 24, - 61 - ], - "recent_avg": 30.3, - "recent_sr": 34.3 - }, - "NE Bonner": { - "recent_scores": [ - 16, - 0, - 33, - 4, - 12, - 161, - 79, - 69, - 39, - 5 - ], - "recent_avg": 41.8, - "recent_sr": 31.2 - }, - "NE Farrant": { - "recent_scores": [ - 7, - 12, - 22 - ], - "recent_avg": 13.7, - "recent_sr": 64.1 - }, - "NF Kelly": { - "recent_scores": [ - 59, - 83, - 7, - 3, - 31, - 15 - ], - "recent_avg": 33.0, - "recent_sr": 71.7 - }, - "NFI McCallum": { - "recent_scores": [ - 19, - 1, - 121, - 1, - 12, - 41, - 11, - 24, - 1, - 2 - ], - "recent_avg": 23.3, - "recent_sr": 63.7 - }, - "NG Collins": { - "recent_scores": [ - 11, - 50, - 10, - 0 - ], - "recent_avg": 17.8, - "recent_sr": 77.2 - }, - "NG Jones": { - "recent_scores": [ - 2, - 5 - ], - "recent_avg": 3.5, - "recent_sr": 70.0 - }, - "NG Smith": { - "recent_scores": [ - 7, - 42, - 19, - 17, - 23, - 22, - 56, - 24 - ], - "recent_avg": 26.2, - "recent_sr": 52.4 - }, - "NH Berejo": { - "recent_scores": [ - 35, - 26, - 6, - 34, - 19, - 32, - 47, - 33, - 47, - 43 - ], - "recent_avg": 32.2, - "recent_sr": 87.3 - }, - "NH Ekanayake": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 108.3 - }, - "NH Patel": { - "recent_scores": [ - 0, - 12 - ], - "recent_avg": 6.0, - "recent_sr": 171.4 - }, - "NJ Amongin": { - "recent_scores": [ - 1, - 1, - 3 - ], - "recent_avg": 1.7, - "recent_sr": 38.5 - }, - "NJ Astle": { - "recent_scores": [ - 26, - 26, - 65, - 64, - 6, - 64, - 128, - 23, - 0, - 13 - ], - "recent_avg": 41.5, - "recent_sr": 54.2 - }, - "NJ Browne": { - "recent_scores": [ - 27, - 1, - 4, - 63, - 7, - 41 - ], - "recent_avg": 23.8, - "recent_sr": 73.7 - }, - "NJ Carey": { - "recent_scores": [ - 30, - 49, - 34, - 12, - 39, - 13, - 14, - 5, - 5, - 19 - ], - "recent_avg": 22.0, - "recent_sr": 104.8 - }, - "NJ Ferraby": { - "recent_scores": [ - 0, - 5, - 1, - 5, - 41, - 2, - 11, - 0, - 20, - 1 - ], - "recent_avg": 8.6, - "recent_sr": 93.5 - }, - "NJ O'Brien": { - "recent_scores": [ - 18 - ], - "recent_avg": 18.0, - "recent_sr": 32.7 - }, - "NJ Pius": { - "recent_scores": [ - 2, - 15, - 1, - 14 - ], - "recent_avg": 8.0, - "recent_sr": 32.7 - }, - "NJ Qaeze": { - "recent_scores": [ - 1, - 0, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 9.1 - }, - "NJ Reardon": { - "recent_scores": [ - 64, - 2, - 24, - 50, - 14, - 80, - 16, - 8, - 4, - 82 - ], - "recent_avg": 34.4, - "recent_sr": 112.4 - }, - "NJ Shaw": { - "recent_scores": [ - 13, - 0 - ], - "recent_avg": 6.5, - "recent_sr": 28.3 - }, - "NJM Salima": { - "recent_scores": [ - 0, - 0, - 1, - 0, - 5 - ], - "recent_avg": 1.2, - "recent_sr": 35.3 - }, - "NK Aneesh Kumar": { - "recent_scores": [ - 5, - 6, - 2, - 0, - 24, - 1, - 2, - 2, - 0, - 7 - ], - "recent_avg": 4.9, - "recent_sr": 68.1 - }, - "NK Ariani": { - "recent_scores": [ - 5, - 0, - 2, - 0, - 4, - 7, - 0, - 0 - ], - "recent_avg": 2.2, - "recent_sr": 45.0 - }, - "NK Bagenda": { - "recent_scores": [ - 5, - 6, - 10, - 2 - ], - "recent_avg": 5.8, - "recent_sr": 39.0 - }, - "NK Crafton": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 76.5 - }, - "NK Patel": { - "recent_scores": [ - 14, - 6, - 2, - 1, - 8, - 23, - 5, - 5, - 3, - 22 - ], - "recent_avg": 8.9, - "recent_sr": 55.6 - }, - "NK Tiwari": { - "recent_scores": [ - 19, - 0, - 3, - 6, - 25, - 1, - 0, - 18, - 0, - 46 - ], - "recent_avg": 11.8, - "recent_sr": 83.7 - }, - "NK Yadav": { - "recent_scores": [ - 1, - 8, - 2, - 1, - 1, - 10 - ], - "recent_avg": 3.8, - "recent_sr": 51.1 - }, - "NKD Murtiari": { - "recent_scores": [ - 13, - 1 - ], - "recent_avg": 7.0, - "recent_sr": 63.6 - }, - "NKDP Putri": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 166.7 - }, - "NKF Rada Rani": { - "recent_scores": [ - 19, - 3, - 18, - 15, - 3, - 4, - 0, - 7, - 22, - 2 - ], - "recent_avg": 9.3, - "recent_sr": 81.6 - }, - "NL Jacinta Si Ping": { - "recent_scores": [ - 7, - 0, - 12, - 0, - 1, - 0, - 0, - 4, - 2, - 0 - ], - "recent_avg": 2.6, - "recent_sr": 37.7 - }, - "NL Mtomba": { - "recent_scores": [ - 4, - 10, - 24, - 6, - 20, - 2 - ], - "recent_avg": 11.0, - "recent_sr": 108.2 - }, - "NL Smith": { - "recent_scores": [ - 4, - 18, - 14, - 22, - 6, - 26 - ], - "recent_avg": 15.0, - "recent_sr": 80.4 - }, - "NL Ujawe": { - "recent_scores": [ - 1, - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 75.0 - }, - "NLKWR Dewi": { - "recent_scores": [ - 20, - 0, - 20, - 1, - 24, - 23, - 6, - 7, - 2, - 48 - ], - "recent_avg": 15.1, - "recent_sr": 88.8 - }, - "NM Anil": { - "recent_scores": [ - 3, - 6, - 3, - 9, - 12, - 0, - 55 - ], - "recent_avg": 12.6, - "recent_sr": 87.1 - }, - "NM Carter": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "NM Cherriath": { - "recent_scores": [ - 0, - 0, - 23, - 0 - ], - "recent_avg": 5.8, - "recent_sr": 43.4 - }, - "NM Hauritz": { - "recent_scores": [ - 38, - 18, - 53, - 12, - 25, - 83, - 13, - 17, - 50, - 20 - ], - "recent_avg": 32.9, - "recent_sr": 48.0 - }, - "NM Lyon": { - "recent_scores": [ - 9, - 4, - 19, - 22, - 2, - 2, - 7, - 54, - 2, - 4 - ], - "recent_avg": 12.5, - "recent_sr": 41.7 - }, - "NM Meepage": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "NM Mokhachane": { - "recent_scores": [ - 0, - 1, - 0, - 0, - 0, - 0, - 0, - 3 - ], - "recent_avg": 0.5, - "recent_sr": 5.3 - }, - "NM Odhiambo": { - "recent_scores": [ - 2, - 6, - 20 - ], - "recent_avg": 9.3, - "recent_sr": 87.5 - }, - "NM Salonen": { - "recent_scores": [ - 3, - 16, - 28, - 8, - 19, - 13, - 44, - 27, - 4, - 1 - ], - "recent_avg": 16.3, - "recent_sr": 119.0 - }, - "NM Sheikh": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 29.4 - }, - "NMP Suwandewi": { - "recent_scores": [ - 6, - 1, - 23, - 4, - 13, - 15, - 2, - 0, - 12, - 2 - ], - "recent_avg": 7.8, - "recent_sr": 70.9 - }, - "NMS Param": { - "recent_scores": [ - 44 - ], - "recent_avg": 44.0, - "recent_sr": 141.9 - }, - "NN Banner": { - "recent_scores": [ - 3, - 2, - 3, - 10, - 2, - 6, - 4, - 12, - 4 - ], - "recent_avg": 5.1, - "recent_sr": 61.3 - }, - "NN Odhiambo": { - "recent_scores": [ - 7, - 17, - 44, - 4, - 8, - 0, - 0, - 16, - 23, - 17 - ], - "recent_avg": 13.6, - "recent_sr": 69.4 - }, - "NN Saidi": { - "recent_scores": [ - 1, - 0, - 3 - ], - "recent_avg": 1.3, - "recent_sr": 26.7 - }, - "NND de Silva": { - "recent_scores": [ - 2, - 2, - 14, - 29, - 22, - 37, - 18, - 55, - 23, - 35 - ], - "recent_avg": 23.7, - "recent_sr": 99.6 - }, - "NO Miller": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 8.8 - }, - "NO Tindo": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "NP Dalgaard": { - "recent_scores": [ - 1, - 9, - 2, - 17, - 5, - 0, - 12, - 2, - 5, - 6 - ], - "recent_avg": 5.9, - "recent_sr": 55.1 - }, - "NP Doshi": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 120.0 - }, - "NP Kenjige": { - "recent_scores": [ - 2, - 6, - 2, - 18, - 10, - 6, - 4 - ], - "recent_avg": 6.9, - "recent_sr": 92.3 - }, - "NPAN Sakarini": { - "recent_scores": [ - 20, - 17, - 51, - 25, - 29, - 56, - 37, - 28, - 10, - 21 - ], - "recent_avg": 29.4, - "recent_sr": 85.0 - }, - "NR Johns-Wickberg": { - "recent_scores": [ - 1, - 15, - 2, - 2, - 5, - 8, - 1, - 3, - 5, - 24 - ], - "recent_avg": 6.6, - "recent_sr": 71.0 - }, - "NR Kirton": { - "recent_scores": [ - 53, - 6, - 3, - 46, - 5, - 2, - 32, - 26, - 8, - 11 - ], - "recent_avg": 19.2, - "recent_sr": 74.4 - }, - "NR Kumar": { - "recent_scores": [ - 0, - 2, - 2, - 36, - 30, - 24, - 22, - 40, - 52, - 18 - ], - "recent_avg": 22.6, - "recent_sr": 100.9 - }, - "NR Mittal": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 20.0 - }, - "NR Sciver": { - "recent_scores": [ - 169, - 73, - 42, - 88, - 18, - 37, - 13 - ], - "recent_avg": 62.9, - "recent_sr": 51.2 - }, - "NR Sciver-Brunt": { - "recent_scores": [ - 55, - 69, - 165, - 59, - 78 - ], - "recent_avg": 85.2, - "recent_sr": 66.0 - }, - "NR Welch": { - "recent_scores": [ - 58, - 31, - 65, - 4, - 54, - 12, - 95 - ], - "recent_avg": 45.6, - "recent_sr": 44.2 - }, - "NRJ Croes": { - "recent_scores": [ - 26, - 50, - 22, - 26, - 48, - 23, - 9, - 0, - 5, - 19 - ], - "recent_avg": 22.8, - "recent_sr": 80.0 - }, - "NS Dhaliwal": { - "recent_scores": [ - 0, - 73, - 0, - 9, - 25, - 54, - 25, - 87, - 2, - 48 - ], - "recent_avg": 32.3, - "recent_sr": 55.9 - }, - "NS Poonia": { - "recent_scores": [ - 0, - 2, - 1, - 8, - 0, - 1 - ], - "recent_avg": 2.0, - "recent_sr": 28.6 - }, - "NSK Mehta": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 33.3 - }, - "NT Broom": { - "recent_scores": [ - 12, - 20 - ], - "recent_avg": 16.0, - "recent_sr": 44.4 - }, - "NT Gireesh": { - "recent_scores": [ - 0, - 5, - 14, - 4, - 1, - 4, - 0, - 0 - ], - "recent_avg": 3.5, - "recent_sr": 65.1 - }, - "NT Gruny": { - "recent_scores": [ - 30 - ], - "recent_avg": 30.0, - "recent_sr": 66.7 - }, - "NT Miles": { - "recent_scores": [ - 0, - 13, - 24, - 6, - 1, - 19, - 6, - 5, - 34, - 44 - ], - "recent_avg": 15.2, - "recent_sr": 71.0 - }, - "NT Rajendran": { - "recent_scores": [ - 8, - 4, - 0, - 11, - 8 - ], - "recent_avg": 6.2, - "recent_sr": 100.0 - }, - "NW Bracken": { - "recent_scores": [ - 2, - 6 - ], - "recent_avg": 4.0, - "recent_sr": 38.1 - }, - "NW Sariani": { - "recent_scores": [ - 0, - 7, - 5, - 3, - 2, - 1, - 0 - ], - "recent_avg": 2.6, - "recent_sr": 45.0 - }, - "NY McLean": { - "recent_scores": [ - 1, - 4, - 20, - 3, - 15, - 51, - 0, - 0, - 18, - 82 - ], - "recent_avg": 19.4, - "recent_sr": 68.1 - }, - "Nabaa Naseem": { - "recent_scores": [ - 2, - 0, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 7.1 - }, - "Nadeem Ahmed": { - "recent_scores": [ - 9, - 5, - 8, - 1, - 3, - 1, - 6, - 14, - 6, - 0 - ], - "recent_avg": 5.3, - "recent_sr": 44.9 - }, - "Nadeem Khan": { - "recent_scores": [ - 12, - 4, - 1 - ], - "recent_avg": 5.7, - "recent_sr": 85.0 - }, - "Nadeesha Waruwangodage": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 10.0 - }, - "Nader Zahadiafzal": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Nadif Chowdhury": { - "recent_scores": [ - 12, - 5 - ], - "recent_avg": 8.5, - "recent_sr": 106.2 - }, - "Naeem Gull": { - "recent_scores": [ - 1, - 11, - 12, - 63, - 11, - 11, - 12, - 2, - 9, - 20 - ], - "recent_avg": 15.2, - "recent_sr": 83.1 - }, - "Naeem Islam": { - "recent_scores": [ - 18, - 134, - 48, - 36, - 62, - 74, - 11 - ], - "recent_avg": 54.7, - "recent_sr": 38.5 - }, - "Nageebullah Sultanzai": { - "recent_scores": [ - 2, - 6, - 1, - 5, - 0, - 13 - ], - "recent_avg": 4.5, - "recent_sr": 93.1 - }, - "Nahida Akter": { - "recent_scores": [ - 6, - 20, - 3, - 3, - 0, - 17, - 1, - 19, - 25, - 2 - ], - "recent_avg": 9.6, - "recent_sr": 46.8 - }, - "Nahida Khan": { - "recent_scores": [ - 0, - 43, - 40, - 9, - 3, - 8, - 14, - 55, - 40, - 4 - ], - "recent_avg": 21.6, - "recent_sr": 69.7 - }, - "Naiem Bameri": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 25.0 - }, - "Naim Stanikzai": { - "recent_scores": [ - 44, - 24, - 17, - 29 - ], - "recent_avg": 28.5, - "recent_sr": 137.3 - }, - "Nain Abidi": { - "recent_scores": [ - 57, - 0, - 7, - 5, - 23, - 22, - 0, - 44, - 17, - 27 - ], - "recent_avg": 20.2, - "recent_sr": 54.7 - }, - "Naina Saju": { - "recent_scores": [ - 1, - 6, - 2, - 2 - ], - "recent_avg": 2.8, - "recent_sr": 39.3 - }, - "Najeeb Amar": { - "recent_scores": [ - 13, - 21 - ], - "recent_avg": 17.0, - "recent_sr": 81.0 - }, - "Najiha Alvi": { - "recent_scores": [ - 56, - 36, - 6, - 26, - 9, - 25, - 20, - 23, - 32, - 3 - ], - "recent_avg": 23.6, - "recent_sr": 78.1 - }, - "Najjam Shahzad": { - "recent_scores": [ - 38, - 2, - 0, - 21, - 0, - 4, - 11, - 0, - 19, - 19 - ], - "recent_avg": 11.4, - "recent_sr": 125.3 - }, - "Najwa Akram": { - "recent_scores": [ - 0, - 8, - 4, - 1, - 1, - 0, - 3, - 6, - 0, - 1 - ], - "recent_avg": 2.4, - "recent_sr": 21.6 - }, - "Namgay Thinley": { - "recent_scores": [ - 19, - 8, - 8, - 7, - 2, - 18, - 27, - 100, - 43, - 2 - ], - "recent_avg": 23.4, - "recent_sr": 163.6 - }, - "Nanthita Boonsukham": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Nary Thapa": { - "recent_scores": [ - 38, - 11, - 5, - 0, - 4, - 18 - ], - "recent_avg": 12.7, - "recent_sr": 58.0 - }, - "Naseem Khan": { - "recent_scores": [ - 27, - 14, - 1, - 2, - 5 - ], - "recent_avg": 9.8, - "recent_sr": 81.7 - }, - "Naseem Khushi": { - "recent_scores": [ - 12, - 69, - 1, - 10, - 0, - 5, - 29, - 5, - 2, - 1 - ], - "recent_avg": 13.4, - "recent_sr": 103.9 - }, - "Naseem Shah": { - "recent_scores": [ - 0, - 39, - 3, - 6, - 19, - 21, - 22, - 5, - 1, - 12 - ], - "recent_avg": 12.8, - "recent_sr": 33.7 - }, - "Nashra Sandhu": { - "recent_scores": [ - 1, - 0, - 4, - 11, - 2, - 1, - 1, - 7, - 2, - 0 - ], - "recent_avg": 2.9, - "recent_sr": 33.7 - }, - "Nasibullah Arab": { - "recent_scores": [ - 17, - 24, - 33, - 31, - 30, - 27, - 25, - 0, - 6, - 29 - ], - "recent_avg": 22.2, - "recent_sr": 164.4 - }, - "Nasir Hossain": { - "recent_scores": [ - 50, - 23, - 13, - 3, - 21, - 42, - 33, - 19, - 46, - 144 - ], - "recent_avg": 39.4, - "recent_sr": 51.4 - }, - "Nasir Jamshed": { - "recent_scores": [ - 3, - 48 - ], - "recent_avg": 25.5, - "recent_sr": 47.2 - }, - "Nasra Mohamedi": { - "recent_scores": [ - 0, - 5, - 3, - 8, - 10, - 0, - 26, - 20 - ], - "recent_avg": 9.0, - "recent_sr": 69.2 - }, - "Nasrulla Rana": { - "recent_scores": [ - 10, - 22, - 8, - 0, - 7, - 2, - 1, - 6, - 1, - 19 - ], - "recent_avg": 7.6, - "recent_sr": 126.7 - }, - "Nasum Ahmed": { - "recent_scores": [ - 1, - 14, - 7, - 19, - 14, - 7, - 21, - 44, - 15, - 11 - ], - "recent_avg": 15.3, - "recent_sr": 78.9 - }, - "Natalia Pervaiz": { - "recent_scores": [ - 27, - 7, - 20, - 10, - 1, - 33, - 9, - 14, - 73, - 5 - ], - "recent_avg": 19.9, - "recent_sr": 82.2 - }, - "Natalie Clarke": { - "recent_scores": [ - 8, - 0, - 0, - 9, - 10 - ], - "recent_avg": 5.4, - "recent_sr": 65.9 - }, - "Nathan Ingleston": { - "recent_scores": [ - 4, - 17 - ], - "recent_avg": 10.5, - "recent_sr": 60.0 - }, - "Natim Hassam": { - "recent_scores": [ - 17, - 18, - 12, - 26, - 1, - 52, - 22, - 28, - 2, - 21 - ], - "recent_avg": 19.9, - "recent_sr": 111.8 - }, - "Nauman Anwar": { - "recent_scores": [ - 6, - 18, - 0, - 18, - 4, - 102, - 64, - 38, - 60, - 96 - ], - "recent_avg": 40.6, - "recent_sr": 111.5 - }, - "Naved-ul-Hasan": { - "recent_scores": [ - 26 - ], - "recent_avg": 26.0, - "recent_sr": 100.0 - }, - "Naveed Ahmed": { - "recent_scores": [ - 13, - 17, - 0, - 1, - 6, - 1, - 4, - 4, - 1, - 7 - ], - "recent_avg": 5.4, - "recent_sr": 75.0 - }, - "Naveed Shahid": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 171.4 - }, - "Naveena Shetty": { - "recent_scores": [ - 1, - 0, - 5, - 20, - 0, - 0, - 9, - 11 - ], - "recent_avg": 5.8, - "recent_sr": 143.8 - }, - "Navid Balouch": { - "recent_scores": [ - 19 - ], - "recent_avg": 19.0, - "recent_sr": 82.6 - }, - "Navneet Bamrah": { - "recent_scores": [ - 3, - 1 - ], - "recent_avg": 2.0, - "recent_sr": 25.0 - }, - "Nawaf Ahmed": { - "recent_scores": [ - 0, - 0, - 10 - ], - "recent_avg": 3.3, - "recent_sr": 100.0 - }, - "Nawazish Akhtar": { - "recent_scores": [ - 1, - 18, - 18, - 0, - 14, - 14 - ], - "recent_avg": 10.8, - "recent_sr": 91.5 - }, - "Nawed Al Balushi": { - "recent_scores": [ - 10, - 0, - 0, - 2 - ], - "recent_avg": 3.0, - "recent_sr": 60.0 - }, - "Nay Lin Htun": { - "recent_scores": [ - 6, - 1, - 1, - 1, - 0, - 10, - 1, - 3, - 0, - 1 - ], - "recent_avg": 2.4, - "recent_sr": 51.1 - }, - "Nayab Alizai": { - "recent_scores": [ - 11, - 4, - 27, - 7 - ], - "recent_avg": 12.2, - "recent_sr": 47.6 - }, - "Nayab Razwan": { - "recent_scores": [ - 9, - 13, - 6, - 4, - 5, - 4, - 13, - 0, - 7, - 4 - ], - "recent_avg": 6.5, - "recent_sr": 60.2 - }, - "Nazakat Ali": { - "recent_scores": [ - 10, - 25 - ], - "recent_avg": 17.5, - "recent_sr": 112.9 - }, - "Nazatul Hidayah Husna": { - "recent_scores": [ - 1, - 8, - 9, - 2, - 10, - 1 - ], - "recent_avg": 5.2, - "recent_sr": 49.2 - }, - "Nazimuddin": { - "recent_scores": [ - 4, - 12, - 109 - ], - "recent_avg": 41.7, - "recent_sr": 39.1 - }, - "Nazir Patel": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Nazmul Hossain": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 66.7 - }, - "Nazmul Hossain Shanto": { - "recent_scores": [ - 49, - 44, - 188, - 9, - 100, - 27, - 273, - 23, - 100, - 45 - ], - "recent_avg": 85.8, - "recent_sr": 57.0 - }, - "Nazmul Huda": { - "recent_scores": [ - 8, - 0, - 1, - 0, - 1, - 8, - 4 - ], - "recent_avg": 3.1, - "recent_sr": 32.8 - }, - "Nazmul Islam": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 25.0 - }, - "Nazmus Sakib": { - "recent_scores": [ - 8, - 2, - 2, - 3 - ], - "recent_avg": 3.8, - "recent_sr": 83.3 - }, - "Nazril Rahman": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 100.0 - }, - "Nazwan Ismail": { - "recent_scores": [ - 1, - 2, - 1, - 2, - 2 - ], - "recent_avg": 1.6, - "recent_sr": 40.0 - }, - "Neeraj Mishra": { - "recent_scores": [ - 0, - 4, - 0 - ], - "recent_avg": 1.3, - "recent_sr": 40.0 - }, - "Nelson Jesus Navarrete Aburto": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 12.5 - }, - "Nestor Dhamba": { - "recent_scores": [ - 6, - 1, - 6, - 10, - 0 - ], - "recent_avg": 4.6, - "recent_sr": 44.2 - }, - "Ngawang Thinley": { - "recent_scores": [ - 1, - 0, - 2, - 9, - 2, - 11, - 0 - ], - "recent_avg": 3.6, - "recent_sr": 69.4 - }, - "Niaz Ali": { - "recent_scores": [ - 12, - 0 - ], - "recent_avg": 6.0, - "recent_sr": 100.0 - }, - "Nida Dar": { - "recent_scores": [ - 26, - 9, - 15, - 19, - 8, - 27, - 35, - 5, - 11, - 29 - ], - "recent_avg": 18.4, - "recent_sr": 66.4 - }, - "Nigar Sultana": { - "recent_scores": [ - 40, - 58, - 13, - 9, - 77, - 12, - 32, - 4, - 0, - 23 - ], - "recent_avg": 26.8, - "recent_sr": 52.8 - }, - "Nik Nur Atiela": { - "recent_scores": [ - 5, - 2, - 1, - 3, - 11 - ], - "recent_avg": 4.4, - "recent_sr": 88.0 - }, - "Nikhil": { - "recent_scores": [ - 35, - 4, - 15, - 6 - ], - "recent_avg": 15.0, - "recent_sr": 89.6 - }, - "Nikhil Chaudhary": { - "recent_scores": [ - 6, - 24, - 34, - 22, - 30, - 64, - 54 - ], - "recent_avg": 33.4, - "recent_sr": 128.6 - }, - "Nilansh Keswani": { - "recent_scores": [ - 0, - 18 - ], - "recent_avg": 9.0, - "recent_sr": 52.9 - }, - "Nilusha Waruwangodage": { - "recent_scores": [ - 1, - 0, - 8 - ], - "recent_avg": 3.0, - "recent_sr": 30.0 - }, - "Nimish Lathief": { - "recent_scores": [ - 4, - 6, - 1, - 2, - 2, - 10, - 6, - 9, - 8, - 16 - ], - "recent_avg": 6.4, - "recent_sr": 86.5 - }, - "Nimra Ghazanfar": { - "recent_scores": [ - 6, - 3, - 0, - 3, - 0, - 0, - 0, - 5, - 3 - ], - "recent_avg": 2.2, - "recent_sr": 23.0 - }, - "Nipuni Nadeera": { - "recent_scores": [ - 0, - 0, - 1, - 4 - ], - "recent_avg": 1.2, - "recent_sr": 41.7 - }, - "Nirmaljit Singh": { - "recent_scores": [ - 4, - 1, - 7, - 2, - 7, - 0 - ], - "recent_avg": 3.5, - "recent_sr": 39.6 - }, - "Nisha Ali": { - "recent_scores": [ - 1, - 36, - 25, - 17, - 9, - 2 - ], - "recent_avg": 15.0, - "recent_sr": 69.2 - }, - "Nishat Sakib": { - "recent_scores": [ - 32, - 1 - ], - "recent_avg": 16.5, - "recent_sr": 63.5 - }, - "Nishma Pereira": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 9.1 - }, - "Nitesh Hooda": { - "recent_scores": [ - 3, - 13 - ], - "recent_avg": 8.0, - "recent_sr": 228.6 - }, - "Niv Nagavkar": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "Niyas Pullariyil": { - "recent_scores": [ - 2, - 15 - ], - "recent_avg": 8.5, - "recent_sr": 94.4 - }, - "Nizakat Khan": { - "recent_scores": [ - 92, - 13, - 13, - 13, - 26, - 21, - 93, - 25, - 9, - 33 - ], - "recent_avg": 33.8, - "recent_sr": 80.1 - }, - "Noah Mead": { - "recent_scores": [ - 0, - 7, - 3, - 3, - 0 - ], - "recent_avg": 2.6, - "recent_sr": 59.1 - }, - "Noman Amjad": { - "recent_scores": [ - 0, - 6, - 32 - ], - "recent_avg": 12.7, - "recent_sr": 66.7 - }, - "Noncedo Simelane": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Nonoha Yasumoto": { - "recent_scores": [ - 2, - 1, - 7, - 1, - 0, - 0 - ], - "recent_avg": 1.8, - "recent_sr": 29.7 - }, - "Noor Hayati Zakaria": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 27.3 - }, - "Noorainah": { - "recent_scores": [ - 4, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 36.4 - }, - "Noorkhan Ahmedi": { - "recent_scores": [ - 20, - 32, - 10, - 1, - 0 - ], - "recent_avg": 12.6, - "recent_sr": 128.6 - }, - "Nooruddin Mujadady": { - "recent_scores": [ - 2, - 10, - 12, - 16 - ], - "recent_avg": 10.0, - "recent_sr": 160.0 - }, - "Noorullah Sidiqi": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 600.0 - }, - "Nouman Butt": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 50.0 - }, - "Nouman Sarwar": { - "recent_scores": [ - 10, - 2, - 10, - 24, - 0, - 9, - 24 - ], - "recent_avg": 11.3, - "recent_sr": 97.5 - }, - "Ntombizodwa Mkhatshwa": { - "recent_scores": [ - 6, - 6, - 2, - 2, - 8, - 0, - 0, - 8, - 0, - 0 - ], - "recent_avg": 3.2, - "recent_sr": 37.2 - }, - "Ntombizonke MKhatshwa": { - "recent_scores": [ - 6, - 2, - 2, - 11, - 0, - 0, - 2, - 3 - ], - "recent_avg": 3.2, - "recent_sr": 25.5 - }, - "Numan Ahmadzai": { - "recent_scores": [ - 8, - 13, - 36, - 12, - 28 - ], - "recent_avg": 19.4, - "recent_sr": 99.0 - }, - "Numan Yousuf": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 100.0 - }, - "Nur Aishah": { - "recent_scores": [ - 4, - 2, - 9, - 6 - ], - "recent_avg": 5.2, - "recent_sr": 46.7 - }, - "Nur Aliya": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Nur Arianna Natsya": { - "recent_scores": [ - 2, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 26.7 - }, - "Nur Dania Syuhada": { - "recent_scores": [ - 0, - 5, - 2, - 9, - 0, - 0, - 6, - 1, - 11, - 10 - ], - "recent_avg": 4.4, - "recent_sr": 55.0 - }, - "Nur Izzatul Syafiqa": { - "recent_scores": [ - 11, - 0, - 10, - 0, - 10, - 3, - 5, - 2, - 0 - ], - "recent_avg": 4.6, - "recent_sr": 57.7 - }, - "Nur Nadihirah": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 14.3 - }, - "Nur Qaireen": { - "recent_scores": [ - 1, - 10 - ], - "recent_avg": 5.5, - "recent_sr": 27.5 - }, - "Nur Qalysha": { - "recent_scores": [ - 4, - 0, - 2, - 1, - 1, - 0, - 0, - 9, - 5, - 14 - ], - "recent_avg": 3.6, - "recent_sr": 50.0 - }, - "Nurilyaa Natasya": { - "recent_scores": [ - 0, - 0, - 8 - ], - "recent_avg": 2.7, - "recent_sr": 36.4 - }, - "Nurin Imanina": { - "recent_scores": [ - 1, - 5, - 2, - 12 - ], - "recent_avg": 5.0, - "recent_sr": 52.6 - }, - "Nurudeen Ibrahim": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Nurul Hasan": { - "recent_scores": [ - 7, - 39, - 37, - 19, - 67, - 64, - 77, - 15, - 0, - 68 - ], - "recent_avg": 39.3, - "recent_sr": 65.8 - }, - "Nuzhat Tasnia": { - "recent_scores": [ - 10, - 6 - ], - "recent_avg": 8.0, - "recent_sr": 37.2 - }, - "Nyeing Cham Soe": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "O Amarjargal": { - "recent_scores": [ - 4, - 1, - 5, - 2, - 0, - 2, - 17, - 3, - 5, - 0 - ], - "recent_avg": 3.9, - "recent_sr": 26.2 - }, - "O Asika": { - "recent_scores": [ - 10, - 33, - 13, - 14, - 17, - 0, - 2, - 12, - 16, - 3 - ], - "recent_avg": 12.0, - "recent_sr": 50.6 - }, - "O Bascome": { - "recent_scores": [ - 7, - 6, - 1, - 37, - 0, - 4, - 6, - 35, - 6, - 23 - ], - "recent_avg": 12.5, - "recent_sr": 97.7 - }, - "O Bastin": { - "recent_scores": [ - 0, - 3 - ], - "recent_avg": 1.5, - "recent_sr": 21.4 - }, - "O Batisani": { - "recent_scores": [ - 11, - 0, - 5, - 24, - 0, - 77, - 5, - 1, - 0, - 25 - ], - "recent_avg": 14.8, - "recent_sr": 60.7 - }, - "O Bell": { - "recent_scores": [ - 3, - 2, - 5, - 7, - 15 - ], - "recent_avg": 6.4, - "recent_sr": 41.6 - }, - "O Casasola": { - "recent_scores": [ - 9, - 6, - 2, - 1, - 9, - 13, - 4, - 19, - 25, - 0 - ], - "recent_avg": 8.8, - "recent_sr": 57.5 - }, - "O Chare": { - "recent_scores": [ - 4, - 0, - 3 - ], - "recent_avg": 2.3, - "recent_sr": 22.6 - }, - "O Davidson": { - "recent_scores": [ - 9, - 0, - 14 - ], - "recent_avg": 7.7, - "recent_sr": 38.3 - }, - "O Duff": { - "recent_scores": [ - 0, - 3 - ], - "recent_avg": 1.5, - "recent_sr": 150.0 - }, - "O Erdenebaatar": { - "recent_scores": [ - 0, - 1, - 10, - 5, - 5, - 1, - 8, - 2, - 15, - 1 - ], - "recent_avg": 4.8, - "recent_sr": 19.8 - }, - "O Essiz": { - "recent_scores": [ - 5, - 3, - 1, - 3 - ], - "recent_avg": 3.0, - "recent_sr": 46.2 - }, - "O Hamrikova": { - "recent_scores": [ - 1, - 1, - 1, - 0, - 8, - 2, - 4, - 3 - ], - "recent_avg": 2.5, - "recent_sr": 21.5 - }, - "O Isiyaku": { - "recent_scores": [ - 1, - 4 - ], - "recent_avg": 2.5, - "recent_sr": 33.3 - }, - "O Issouf": { - "recent_scores": [ - 0, - 9, - 4, - 0, - 5, - 0, - 0 - ], - "recent_avg": 2.6, - "recent_sr": 24.3 - }, - "O Kamchomphu": { - "recent_scores": [ - 4, - 0, - 1, - 2, - 6, - 14, - 1, - 9, - 2, - 2 - ], - "recent_avg": 4.1, - "recent_sr": 50.0 - }, - "O Keitsemang": { - "recent_scores": [ - 1, - 0, - 0, - 2, - 0, - 0, - 0, - 9 - ], - "recent_avg": 1.5, - "recent_sr": 28.6 - }, - "O Kgeresi": { - "recent_scores": [ - 24, - 5, - 0, - 3, - 5, - 0, - 0, - 5, - 1, - 3 - ], - "recent_avg": 4.6, - "recent_sr": 60.5 - }, - "O Kirsten": { - "recent_scores": [ - 22 - ], - "recent_avg": 22.0, - "recent_sr": 40.7 - }, - "O Lefaga": { - "recent_scores": [ - 4, - 5, - 9, - 6, - 4, - 0, - 11 - ], - "recent_avg": 5.6, - "recent_sr": 54.9 - }, - "O Lutbayar": { - "recent_scores": [ - 3, - 18, - 7, - 0, - 7, - 1, - 0, - 0, - 1, - 0 - ], - "recent_avg": 3.7, - "recent_sr": 50.0 - }, - "O Manishimwe": { - "recent_scores": [ - 21, - 12, - 1, - 0, - 17, - 7, - 22, - 24, - 5, - 1 - ], - "recent_avg": 11.0, - "recent_sr": 76.4 - }, - "O Matsolo": { - "recent_scores": [ - 5, - 4, - 1, - 1, - 9, - 33, - 6, - 4, - 0, - 1 - ], - "recent_avg": 6.4, - "recent_sr": 30.5 - }, - "O Mondlane": { - "recent_scores": [ - 0, - 0, - 0, - 0, - 16, - 5, - 8, - 5, - 1, - 6 - ], - "recent_avg": 4.1, - "recent_sr": 42.7 - }, - "O Morgan": { - "recent_scores": [ - 2, - 1 - ], - "recent_avg": 1.5, - "recent_sr": 23.1 - }, - "O Muzondo": { - "recent_scores": [ - 2, - 15 - ], - "recent_avg": 8.5, - "recent_sr": 188.9 - }, - "O Olaleye": { - "recent_scores": [ - 7, - 4, - 1, - 7, - 14, - 9, - 34, - 7, - 15, - 5 - ], - "recent_avg": 10.3, - "recent_sr": 78.6 - }, - "O Omonkhobio": { - "recent_scores": [ - 0, - 5, - 8, - 2, - 21, - 17, - 4, - 11, - 8, - 16 - ], - "recent_avg": 9.2, - "recent_sr": 139.4 - }, - "O Prendergast": { - "recent_scores": [ - 9, - 30, - 21, - 97, - 28, - 67, - 50, - 33, - 21, - 41 - ], - "recent_avg": 39.7, - "recent_sr": 82.0 - }, - "O Qudratov": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 33.3 - }, - "O Ranedoumoun": { - "recent_scores": [ - 5, - 0, - 12, - 12, - 2, - 0, - 0, - 4, - 0, - 0 - ], - "recent_avg": 3.5, - "recent_sr": 46.1 - }, - "O Sam Arthur": { - "recent_scores": [ - 2, - 1, - 16, - 1, - 16 - ], - "recent_avg": 7.2, - "recent_sr": 76.6 - }, - "O Sow": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "O Stewart": { - "recent_scores": [ - 0, - 12, - 0 - ], - "recent_avg": 4.0, - "recent_sr": 133.3 - }, - "O Thomas": { - "recent_scores": [ - 0, - 7, - 2, - 0, - 0, - 1, - 6, - 0, - 6, - 0 - ], - "recent_avg": 2.2, - "recent_sr": 32.4 - }, - "O Touray": { - "recent_scores": [ - 6, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 75.0 - }, - "O Tuyisenge": { - "recent_scores": [ - 8, - 17, - 4, - 0, - 18, - 1 - ], - "recent_avg": 8.0, - "recent_sr": 70.6 - }, - "OB Nightingale": { - "recent_scores": [ - 31, - 18, - 15, - 28, - 14, - 19, - 41, - 8, - 3, - 57 - ], - "recent_avg": 23.4, - "recent_sr": 105.9 - }, - "OC Moiane": { - "recent_scores": [ - 3, - 1, - 3 - ], - "recent_avg": 2.3, - "recent_sr": 35.0 - }, - "OD Hald": { - "recent_scores": [ - 28, - 3, - 1, - 6, - 21, - 1, - 14, - 21, - 8, - 1 - ], - "recent_avg": 10.4, - "recent_sr": 110.6 - }, - "OE Newey": { - "recent_scores": [ - 14, - 23, - 15 - ], - "recent_avg": 17.3, - "recent_sr": 88.1 - }, - "OE Taylor": { - "recent_scores": [ - 4, - 0, - 22, - 10, - 4, - 8, - 1, - 0, - 6, - 6 - ], - "recent_avg": 6.1, - "recent_sr": 58.1 - }, - "OEG Baartman": { - "recent_scores": [ - 0, - 2, - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "OF Rios": { - "recent_scores": [ - 4, - 4, - 0 - ], - "recent_avg": 2.7, - "recent_sr": 20.5 - }, - "OGL Bascome": { - "recent_scores": [ - 17, - 21, - 31, - 37, - 10, - 32, - 43, - 4, - 54, - 30 - ], - "recent_avg": 27.9, - "recent_sr": 166.1 - }, - "OGT Gould": { - "recent_scores": [ - 15, - 24 - ], - "recent_avg": 19.5, - "recent_sr": 90.7 - }, - "OH Agbomadzie": { - "recent_scores": [ - 39, - 8, - 0, - 3, - 30, - 13, - 19, - 17, - 33, - 6 - ], - "recent_avg": 16.8, - "recent_sr": 84.8 - }, - "OJ Hairs": { - "recent_scores": [ - 0, - 14, - 52, - 12, - 6, - 9, - 15, - 4, - 0, - 0 - ], - "recent_avg": 11.2, - "recent_sr": 109.8 - }, - "OJ Herrington": { - "recent_scores": [ - 9, - 1, - 7, - 11, - 44 - ], - "recent_avg": 14.4, - "recent_sr": 101.4 - }, - "OJ Webster": { - "recent_scores": [ - 14, - 2, - 42, - 0, - 50 - ], - "recent_avg": 21.6, - "recent_sr": 121.3 - }, - "OJR Groves": { - "recent_scores": [ - 0, - 7, - 77, - 2, - 28, - 74 - ], - "recent_avg": 31.3, - "recent_sr": 113.9 - }, - "OK Mohamed": { - "recent_scores": [ - 0, - 3, - 1, - 4, - 13, - 0, - 5, - 0, - 10, - 4 - ], - "recent_avg": 4.0, - "recent_sr": 30.8 - }, - "OL Pitcher": { - "recent_scores": [ - 22, - 0, - 6 - ], - "recent_avg": 9.3, - "recent_sr": 33.7 - }, - "OO Bascome": { - "recent_scores": [ - 17 - ], - "recent_avg": 17.0, - "recent_sr": 36.2 - }, - "OP Eguakun": { - "recent_scores": [ - 2, - 0, - 2, - 0, - 2, - 5, - 0, - 2, - 11, - 4 - ], - "recent_avg": 2.8, - "recent_sr": 39.4 - }, - "OP Stone": { - "recent_scores": [ - 25, - 22, - 35, - 1, - 19 - ], - "recent_avg": 20.4, - "recent_sr": 43.6 - }, - "OR Willis": { - "recent_scores": [ - 0, - 2, - 15, - 1, - 1 - ], - "recent_avg": 3.8, - "recent_sr": 44.2 - }, - "OS Dlamini": { - "recent_scores": [ - 0, - 1, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 5.9 - }, - "OS Oyronke": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 15.4 - }, - "OSB Tilley": { - "recent_scores": [ - 22, - 9, - 4, - 12, - 2, - 1, - 21, - 4, - 2 - ], - "recent_avg": 8.6, - "recent_sr": 80.2 - }, - "OT Wallerson": { - "recent_scores": [ - 41 - ], - "recent_avg": 41.0, - "recent_sr": 164.0 - }, - "OU Ranasinghe": { - "recent_scores": [ - 20, - 6, - 12, - 9, - 8, - 14, - 1, - 10, - 8, - 4 - ], - "recent_avg": 9.2, - "recent_sr": 53.2 - }, - "Omair Yousuf": { - "recent_scores": [ - 2, - 22, - 100, - 74, - 20, - 134, - 16 - ], - "recent_avg": 52.6, - "recent_sr": 131.4 - }, - "Omar Hayat": { - "recent_scores": [ - 6, - 5, - 1 - ], - "recent_avg": 4.0, - "recent_sr": 150.0 - }, - "Omar Hussain": { - "recent_scores": [ - 0, - 0, - 0, - 0, - 33 - ], - "recent_avg": 6.6, - "recent_sr": 76.7 - }, - "Omar Rassol": { - "recent_scores": [ - 1, - 1, - 2, - 1, - 32, - 1, - 7, - 61, - 99, - 0 - ], - "recent_avg": 20.5, - "recent_sr": 115.2 - }, - "Omid Mailk Khel": { - "recent_scores": [ - 22, - 39, - 28, - 43, - 59, - 31, - 21, - 50, - 8, - 36 - ], - "recent_avg": 33.7, - "recent_sr": 121.7 - }, - "Omid Rahimi": { - "recent_scores": [ - 10, - 55, - 10 - ], - "recent_avg": 25.0, - "recent_sr": 174.4 - }, - "Omid Shafi Rahman": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 14.3 - }, - "Osama Mahmood": { - "recent_scores": [ - 11, - 32, - 15, - 53, - 34, - 12, - 0, - 4, - 0, - 22 - ], - "recent_avg": 18.3, - "recent_sr": 104.6 - }, - "Ouen Sophy": { - "recent_scores": [ - 1, - 7, - 0, - 1 - ], - "recent_avg": 2.2, - "recent_sr": 11.1 - }, - "Ousman Bah": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "Ovais Yousof": { - "recent_scores": [ - 33, - 5 - ], - "recent_avg": 19.0, - "recent_sr": 64.4 - }, - "Owais Ahmed": { - "recent_scores": [ - 10, - 1, - 0 - ], - "recent_avg": 3.7, - "recent_sr": 91.7 - }, - "P Abanda": { - "recent_scores": [ - 0, - 2, - 1, - 16, - 5, - 4, - 13, - 4, - 9 - ], - "recent_avg": 6.0, - "recent_sr": 56.8 - }, - "P Abhijit": { - "recent_scores": [ - 0, - 5 - ], - "recent_avg": 2.5, - "recent_sr": 55.6 - }, - "P Agboya": { - "recent_scores": [ - 3, - 12, - 0, - 3, - 5, - 4, - 2, - 0, - 4, - 7 - ], - "recent_avg": 4.0, - "recent_sr": 59.7 - }, - "P Agnihotri": { - "recent_scores": [ - 38 - ], - "recent_avg": 38.0, - "recent_sr": 82.6 - }, - "P Agrawal": { - "recent_scores": [ - 0, - 1, - 0, - 6, - 1, - 2, - 3, - 1 - ], - "recent_avg": 1.8, - "recent_sr": 29.8 - }, - "P Aho": { - "recent_scores": [ - 9, - 2, - 8, - 6, - 0, - 11, - 5, - 6, - 6, - 2 - ], - "recent_avg": 5.5, - "recent_sr": 83.3 - }, - "P Alako": { - "recent_scores": [ - 34, - 5, - 12, - 2, - 4, - 5, - 17, - 31, - 18, - 12 - ], - "recent_avg": 14.0, - "recent_sr": 89.7 - }, - "P Arrighi": { - "recent_scores": [ - 9, - 18 - ], - "recent_avg": 13.5, - "recent_sr": 81.8 - }, - "P Ayoleyine": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "P Baghel": { - "recent_scores": [ - 33, - 8, - 0 - ], - "recent_avg": 13.7, - "recent_sr": 74.5 - }, - "P Baron": { - "recent_scores": [ - 1, - 65, - 54, - 62, - 73, - 20, - 11, - 18, - 9, - 53 - ], - "recent_avg": 36.6, - "recent_sr": 126.6 - }, - "P Bhandari": { - "recent_scores": [ - 0, - 0, - 0, - 2, - 8, - 0 - ], - "recent_avg": 1.7, - "recent_sr": 17.5 - }, - "P Bhart": { - "recent_scores": [ - 14, - 2 - ], - "recent_avg": 8.0, - "recent_sr": 76.2 - }, - "P Bosnjak": { - "recent_scores": [ - 0, - 1, - 0, - 0, - 0, - 7, - 5, - 4 - ], - "recent_avg": 2.1, - "recent_sr": 53.1 - }, - "P Buccimazza": { - "recent_scores": [ - 11, - 2, - 24 - ], - "recent_avg": 12.3, - "recent_sr": 102.8 - }, - "P Byron": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "P Cabebula": { - "recent_scores": [ - 0, - 0, - 1, - 0 - ], - "recent_avg": 0.2, - "recent_sr": 10.0 - }, - "P Campbell": { - "recent_scores": [ - 15 - ], - "recent_avg": 15.0, - "recent_sr": 88.2 - }, - "P Chabuta": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "P Chilongia": { - "recent_scores": [ - 12, - 1, - 0, - 5, - 2, - 27, - 2 - ], - "recent_avg": 7.0, - "recent_sr": 47.6 - }, - "P Chin": { - "recent_scores": [ - 0, - 5, - 6, - 27 - ], - "recent_avg": 9.5, - "recent_sr": 69.1 - }, - "P Choudhary": { - "recent_scores": [ - 0, - 7, - 0, - 6, - 1, - 1 - ], - "recent_avg": 2.5, - "recent_sr": 36.6 - }, - "P Cuinica": { - "recent_scores": [ - 0, - 3, - 0, - 0, - 12, - 3, - 0, - 80, - 5, - 0 - ], - "recent_avg": 10.3, - "recent_sr": 68.2 - }, - "P Dakainivanua": { - "recent_scores": [ - 1, - 3, - 0, - 6, - 0, - 4, - 39, - 0, - 10, - 8 - ], - "recent_avg": 7.1, - "recent_sr": 74.7 - }, - "P Danci": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 75.0 - }, - "P Deol": { - "recent_scores": [ - 8, - 1, - 8 - ], - "recent_avg": 5.7, - "recent_sr": 53.1 - }, - "P Desungnoen": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 75.0 - }, - "P Dhiman": { - "recent_scores": [ - 29, - 1, - 1, - 10 - ], - "recent_avg": 10.2, - "recent_sr": 71.9 - }, - "P Dlamini": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 17.6 - }, - "P Donkaew": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "P Fernando": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "P Florin": { - "recent_scores": [ - 1, - 1, - 3, - 14, - 4 - ], - "recent_avg": 4.6, - "recent_sr": 76.7 - }, - "P Ganeshan": { - "recent_scores": [ - 4, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 23.5 - }, - "P Gheewala": { - "recent_scores": [ - 2, - 0, - 7, - 6 - ], - "recent_avg": 3.8, - "recent_sr": 75.0 - }, - "P Gopalkrishnan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "P Gundecha": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 9.1 - }, - "P Haryanti": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "P Hatchman": { - "recent_scores": [ - 4, - 2, - 11, - 2, - 3, - 13, - 22, - 6 - ], - "recent_avg": 7.9, - "recent_sr": 84.0 - }, - "P Heron": { - "recent_scores": [ - 0, - 7, - 26, - 31, - 2, - 0 - ], - "recent_avg": 11.0, - "recent_sr": 71.7 - }, - "P Hingorani": { - "recent_scores": [ - 0, - 0, - 1 - ], - "recent_avg": 0.3, - "recent_sr": 16.7 - }, - "P Jain": { - "recent_scores": [ - 1, - 0, - 1, - 5 - ], - "recent_avg": 1.8, - "recent_sr": 38.9 - }, - "P Jayawickrama": { - "recent_scores": [ - 0, - 1, - 0, - 8, - 3 - ], - "recent_avg": 2.4, - "recent_sr": 37.5 - }, - "P Jayeshbhai Patel": { - "recent_scores": [ - 22, - 0, - 51, - 1, - 2, - 8, - 1, - 20, - 19, - 3 - ], - "recent_avg": 12.7, - "recent_sr": 72.2 - }, - "P Jirapatananukul": { - "recent_scores": [ - 1, - 2 - ], - "recent_avg": 1.5, - "recent_sr": 27.3 - }, - "P Karoho": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 70.0 - }, - "P Kaveao": { - "recent_scores": [ - 16, - 0, - 11, - 3, - 1 - ], - "recent_avg": 6.2, - "recent_sr": 59.6 - }, - "P Kerai": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "P Khadka": { - "recent_scores": [ - 20, - 38, - 19, - 3, - 115, - 21, - 20, - 16 - ], - "recent_avg": 31.5, - "recent_sr": 79.5 - }, - "P Khari": { - "recent_scores": [ - 13, - 48 - ], - "recent_avg": 30.5, - "recent_sr": 145.2 - }, - "P Koech": { - "recent_scores": [ - 1, - 2, - 1, - 1, - 5, - 2, - 5 - ], - "recent_avg": 2.4, - "recent_sr": 70.8 - }, - "P Kotoisuva": { - "recent_scores": [ - 28, - 2, - 2, - 0, - 0, - 6 - ], - "recent_avg": 6.3, - "recent_sr": 118.8 - }, - "P Kumbhare": { - "recent_scores": [ - 0, - 2, - 3, - 0, - 5, - 5, - 0, - 0 - ], - "recent_avg": 1.9, - "recent_sr": 55.6 - }, - "P Kurup": { - "recent_scores": [ - 15, - 43, - 21 - ], - "recent_avg": 26.3, - "recent_sr": 98.8 - }, - "P Litchfield": { - "recent_scores": [ - 20, - 45, - 4, - 18, - 69 - ], - "recent_avg": 31.2, - "recent_sr": 46.3 - }, - "P Madhukar": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 42.9 - }, - "P Magafas": { - "recent_scores": [ - 4, - 15, - 30 - ], - "recent_avg": 16.3, - "recent_sr": 89.1 - }, - "P Malav": { - "recent_scores": [ - 1, - 8, - 1, - 2, - 0, - 2, - 8, - 7 - ], - "recent_avg": 3.6, - "recent_sr": 55.8 - }, - "P Malemikia": { - "recent_scores": [ - 0, - 16, - 0, - 1, - 0, - 1, - 8 - ], - "recent_avg": 3.7, - "recent_sr": 81.2 - }, - "P Manning": { - "recent_scores": [ - 7, - 0, - 2, - 31, - 20, - 17, - 5, - 28, - 9, - 7 - ], - "recent_avg": 12.6, - "recent_sr": 68.5 - }, - "P Mapotsane": { - "recent_scores": [ - 41, - 2, - 14, - 53, - 9, - 4, - 28, - 51, - 2, - 0 - ], - "recent_avg": 20.4, - "recent_sr": 101.5 - }, - "P Marange": { - "recent_scores": [ - 3, - 0, - 5, - 19, - 29, - 10, - 0, - 1, - 20, - 14 - ], - "recent_avg": 10.1, - "recent_sr": 71.6 - }, - "P Maruariki": { - "recent_scores": [ - 0, - 7, - 36, - 10 - ], - "recent_avg": 13.2, - "recent_sr": 96.4 - }, - "P Maya": { - "recent_scores": [ - 1, - 9, - 43, - 8, - 0, - 6, - 3, - 2, - 7, - 17 - ], - "recent_avg": 9.6, - "recent_sr": 54.9 - }, - "P Maziya": { - "recent_scores": [ - 4, - 9, - 2, - 11, - 3, - 4, - 29, - 14, - 22, - 14 - ], - "recent_avg": 11.2, - "recent_sr": 50.0 - }, - "P Mazuze": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "P Mishra": { - "recent_scores": [ - 2, - 8, - 0, - 5, - 4, - 6, - 3, - 18, - 25, - 3 - ], - "recent_avg": 7.4, - "recent_sr": 74.7 - }, - "P Molkenboer": { - "recent_scores": [ - 9, - 75, - 33, - 2, - 5, - 11 - ], - "recent_avg": 22.5, - "recent_sr": 48.4 - }, - "P Mujaji": { - "recent_scores": [ - 26, - 5, - 5, - 25, - 3, - 6, - 16 - ], - "recent_avg": 12.3, - "recent_sr": 51.8 - }, - "P Munorwei": { - "recent_scores": [ - 2, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 23.5 - }, - "P Munsanda": { - "recent_scores": [ - 5, - 3, - 9, - 3, - 0 - ], - "recent_avg": 4.0, - "recent_sr": 36.4 - }, - "P Murungi": { - "recent_scores": [ - 0, - 11, - 13, - 1, - 13, - 6, - 17, - 4, - 7, - 0 - ], - "recent_avg": 7.2, - "recent_sr": 109.1 - }, - "P Mustard": { - "recent_scores": [ - 2, - 83, - 15, - 13, - 31, - 1, - 19, - 28, - 27 - ], - "recent_avg": 24.3, - "recent_sr": 89.8 - }, - "P Nakitende": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "P Nedeljkovic": { - "recent_scores": [ - 7, - 14, - 7, - 2, - 2 - ], - "recent_avg": 6.4, - "recent_sr": 69.6 - }, - "P Pheko": { - "recent_scores": [ - 2, - 0, - 2, - 4, - 6, - 11, - 8, - 3, - 7, - 4 - ], - "recent_avg": 4.7, - "recent_sr": 33.3 - }, - "P Pirabakaran": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 92.9 - }, - "P Pratt": { - "recent_scores": [ - 2, - 6, - 6, - 1, - 5, - 0, - 0, - 1, - 5, - 3 - ], - "recent_avg": 2.9, - "recent_sr": 51.8 - }, - "P Pushparajan": { - "recent_scores": [ - 26, - 28, - 52, - 1, - 10, - 67, - 13, - 17, - 55, - 73 - ], - "recent_avg": 34.2, - "recent_sr": 156.9 - }, - "P Pustoslemsek": { - "recent_scores": [ - 10, - 1, - 2, - 21, - 9 - ], - "recent_avg": 8.6, - "recent_sr": 62.3 - }, - "P Raghunath": { - "recent_scores": [ - 1, - 0, - 11, - 5, - 0 - ], - "recent_avg": 3.4, - "recent_sr": 27.9 - }, - "P Raho": { - "recent_scores": [ - 6, - 1 - ], - "recent_avg": 3.5, - "recent_sr": 70.0 - }, - "P Rathnayake": { - "recent_scores": [ - 22, - 0, - 2, - 0 - ], - "recent_avg": 6.0, - "recent_sr": 133.3 - }, - "P Rawat": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 150.0 - }, - "P Roy": { - "recent_scores": [ - 4, - 1 - ], - "recent_avg": 2.5, - "recent_sr": 14.7 - }, - "P Sabu": { - "recent_scores": [ - 13, - 14, - 16, - 38, - 32, - 0, - 0, - 23, - 63, - 19 - ], - "recent_avg": 21.8, - "recent_sr": 86.9 - }, - "P Sadev": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "P Sapesa": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "P Sarraf": { - "recent_scores": [ - 12, - 14, - 15, - 10, - 0, - 7, - 2, - 0, - 8, - 4 - ], - "recent_avg": 7.2, - "recent_sr": 61.0 - }, - "P Seldon": { - "recent_scores": [ - 6, - 2, - 4, - 0, - 4, - 0, - 1, - 18 - ], - "recent_avg": 4.4, - "recent_sr": 54.7 - }, - "P Senjug": { - "recent_scores": [ - 2, - 2, - 0, - 9 - ], - "recent_avg": 3.2, - "recent_sr": 31.7 - }, - "P Sharma": { - "recent_scores": [ - 11, - 15, - 8, - 4, - 7, - 42, - 3, - 15, - 9, - 43 - ], - "recent_avg": 15.7, - "recent_sr": 87.7 - }, - "P Shetty": { - "recent_scores": [ - 7, - 21, - 15, - 6, - 5, - 2, - 1, - 6, - 4, - 3 - ], - "recent_avg": 7.0, - "recent_sr": 52.6 - }, - "P Siaka": { - "recent_scores": [ - 60, - 0, - 3, - 7, - 13, - 44, - 26, - 1, - 24, - 24 - ], - "recent_avg": 20.2, - "recent_sr": 73.5 - }, - "P Silas": { - "recent_scores": [ - 8, - 0, - 6, - 43, - 25, - 9, - 2, - 15, - 19, - 2 - ], - "recent_avg": 12.9, - "recent_sr": 92.8 - }, - "P Sua": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "P Suanchuai": { - "recent_scores": [ - 7, - 23, - 11, - 1, - 0, - 4, - 29, - 0, - 0, - 17 - ], - "recent_avg": 9.2, - "recent_sr": 82.9 - }, - "P Suman Bhai Ahir": { - "recent_scores": [ - 2, - 1, - 6, - 10, - 0, - 1, - 0 - ], - "recent_avg": 2.9, - "recent_sr": 54.1 - }, - "P Taylor": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 62.5 - }, - "P Thongsa": { - "recent_scores": [ - 0, - 29, - 1, - 3, - 1, - 3, - 6, - 0, - 6, - 18 - ], - "recent_avg": 6.7, - "recent_sr": 72.0 - }, - "P Timong": { - "recent_scores": [ - 22, - 3 - ], - "recent_avg": 12.5, - "recent_sr": 83.3 - }, - "P Useni": { - "recent_scores": [ - 4, - 15, - 17, - 18, - 12, - 6, - 4, - 21, - 13, - 7 - ], - "recent_avg": 11.7, - "recent_sr": 167.1 - }, - "P Utseya": { - "recent_scores": [ - 27, - 16, - 19 - ], - "recent_avg": 20.7, - "recent_sr": 36.0 - }, - "P Vailoa": { - "recent_scores": [ - 9, - 7 - ], - "recent_avg": 8.0, - "recent_sr": 160.0 - }, - "P Vastrakar": { - "recent_scores": [ - 47, - 27, - 13, - 24 - ], - "recent_avg": 27.8, - "recent_sr": 35.4 - }, - "P Vekaria": { - "recent_scores": [ - 20, - 3, - 3, - 1, - 14, - 14 - ], - "recent_avg": 9.2, - "recent_sr": 131.0 - }, - "P Yevugah": { - "recent_scores": [ - 4, - 5, - 4, - 2, - 6 - ], - "recent_avg": 4.2, - "recent_sr": 61.8 - }, - "P Zuze": { - "recent_scores": [ - 0, - 1, - 3, - 11, - 1, - 9, - 14, - 21, - 3, - 3 - ], - "recent_avg": 6.6, - "recent_sr": 64.7 - }, - "PA Chatterji": { - "recent_scores": [ - 26, - 61, - 5, - 6, - 15, - 33, - 6, - 13, - 1, - 33 - ], - "recent_avg": 19.9, - "recent_sr": 68.2 - }, - "PA Desai": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 16.7 - }, - "PA Hitchcock": { - "recent_scores": [ - 11, - 9, - 0, - 10, - 2 - ], - "recent_avg": 6.4, - "recent_sr": 64.0 - }, - "PA Nixon": { - "recent_scores": [ - 38, - 1, - 20, - 8, - 42, - 19, - 23, - 42, - 6, - 11 - ], - "recent_avg": 21.0, - "recent_sr": 99.1 - }, - "PA Raikes": { - "recent_scores": [ - 38, - 72, - 1, - 5, - 28, - 40, - 45, - 62, - 73, - 13 - ], - "recent_avg": 37.7, - "recent_sr": 152.0 - }, - "PA Wadenpohl": { - "recent_scores": [ - 1, - 1, - 2, - 0, - 2, - 11, - 1, - 2 - ], - "recent_avg": 2.5, - "recent_sr": 24.1 - }, - "PA van Meekeren": { - "recent_scores": [ - 0, - 20, - 22 - ], - "recent_avg": 14.0, - "recent_sr": 80.8 - }, - "PADLR Sandakan": { - "recent_scores": [ - 9, - 31, - 0, - 16, - 18, - 5, - 5, - 4, - 1, - 28 - ], - "recent_avg": 11.7, - "recent_sr": 42.5 - }, - "PB Gouge": { - "recent_scores": [ - 22, - 58, - 54, - 37, - 33, - 2, - 1, - 21, - 48, - 52 - ], - "recent_avg": 32.8, - "recent_sr": 158.5 - }, - "PC Connell": { - "recent_scores": [ - 0, - 6 - ], - "recent_avg": 3.0, - "recent_sr": 25.0 - }, - "PC McGeown": { - "recent_scores": [ - 3, - 4, - 7, - 4, - 34, - 18, - 58, - 7, - 1, - 0 - ], - "recent_avg": 13.6, - "recent_sr": 69.4 - }, - "PC de Silva": { - "recent_scores": [ - 2, - 18, - 6, - 0, - 30, - 2, - 32, - 22, - 50, - 8 - ], - "recent_avg": 17.0, - "recent_sr": 113.3 - }, - "PD Blignaut": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "PD Hennessy": { - "recent_scores": [ - 0, - 3, - 40 - ], - "recent_avg": 14.3, - "recent_sr": 81.1 - }, - "PD McGlashan": { - "recent_scores": [ - 56, - 7 - ], - "recent_avg": 31.5, - "recent_sr": 118.9 - }, - "PE Kruger": { - "recent_scores": [ - 1, - 5, - 6, - 44, - 16 - ], - "recent_avg": 14.4, - "recent_sr": 116.1 - }, - "PE Kulume": { - "recent_scores": [ - 3, - 9, - 5, - 0, - 2, - 1, - 0, - 6, - 1, - 16 - ], - "recent_avg": 4.3, - "recent_sr": 53.1 - }, - "PE Mendonca": { - "recent_scores": [ - 1, - 7, - 0, - 16, - 25, - 35, - 8, - 18, - 8, - 62 - ], - "recent_avg": 18.0, - "recent_sr": 93.3 - }, - "PEA Karunarathna": { - "recent_scores": [ - 1, - 1, - 12, - 13 - ], - "recent_avg": 6.8, - "recent_sr": 150.0 - }, - "PF Gallagher": { - "recent_scores": [ - 11, - 2, - 7, - 12 - ], - "recent_avg": 8.0, - "recent_sr": 82.1 - }, - "PF Ravarua": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "PG Fulton": { - "recent_scores": [ - 1, - 14, - 18, - 21, - 6, - 64, - 14, - 132, - 33, - 3 - ], - "recent_avg": 30.6, - "recent_sr": 33.0 - }, - "PG Raut": { - "recent_scores": [ - 77, - 41, - 16 - ], - "recent_avg": 44.7, - "recent_sr": 29.9 - }, - "PJ Hughes": { - "recent_scores": [ - 2, - 81, - 51, - 71, - 19, - 6, - 121, - 10, - 102, - 24 - ], - "recent_avg": 48.7, - "recent_sr": 48.1 - }, - "PJ Ingram": { - "recent_scores": [ - 6, - 55 - ], - "recent_avg": 30.5, - "recent_sr": 40.1 - }, - "PJ Moor": { - "recent_scores": [ - 34, - 79, - 21, - 24, - 14, - 17, - 96, - 63, - 10, - 94 - ], - "recent_avg": 45.2, - "recent_sr": 42.0 - }, - "PJ Ongondo": { - "recent_scores": [ - 6, - 0, - 6, - 5, - 1, - 3, - 1, - 4, - 3, - 4 - ], - "recent_avg": 3.3, - "recent_sr": 52.4 - }, - "PJ Scholfield": { - "recent_scores": [ - 21, - 7, - 31 - ], - "recent_avg": 19.7, - "recent_sr": 96.7 - }, - "PJ Stahelin": { - "recent_scores": [ - 4, - 2, - 10, - 14 - ], - "recent_avg": 7.5, - "recent_sr": 34.1 - }, - "PJ van Biljon": { - "recent_scores": [ - 2, - 34, - 16, - 42, - 7, - 1, - 7, - 16 - ], - "recent_avg": 15.6, - "recent_sr": 122.5 - }, - "PK Ananya": { - "recent_scores": [ - 4, - 16 - ], - "recent_avg": 10.0, - "recent_sr": 90.9 - }, - "PK Dimitri": { - "recent_scores": [ - 0, - 0, - 0, - 2 - ], - "recent_avg": 0.5, - "recent_sr": 18.2 - }, - "PK Matautaava": { - "recent_scores": [ - 19, - 23, - 30, - 23, - 7, - 5 - ], - "recent_avg": 17.8, - "recent_sr": 181.4 - }, - "PK Mohanarangam": { - "recent_scores": [ - 0, - 5, - 27, - 0, - 26, - 0 - ], - "recent_avg": 9.7, - "recent_sr": 77.3 - }, - "PKD Chase": { - "recent_scores": [ - 14, - 0, - 1, - 6, - 1, - 0, - 0, - 0 - ], - "recent_avg": 2.8, - "recent_sr": 66.7 - }, - "PKM Mahawattage": { - "recent_scores": [ - 0, - 4, - 4, - 5 - ], - "recent_avg": 3.2, - "recent_sr": 40.6 - }, - "PL Bruno": { - "recent_scores": [ - 2, - 20, - 1 - ], - "recent_avg": 7.7, - "recent_sr": 62.2 - }, - "PL Mommsen": { - "recent_scores": [ - 4, - 10, - 12, - 80, - 111, - 0, - 60, - 39, - 26, - 0 - ], - "recent_avg": 34.2, - "recent_sr": 79.5 - }, - "PM Inglis": { - "recent_scores": [ - 5, - 9, - 34 - ], - "recent_avg": 16.0, - "recent_sr": 154.8 - }, - "PM Liyanagamage": { - "recent_scores": [ - 20, - 2, - 8, - 18, - 46, - 10, - 2 - ], - "recent_avg": 15.1, - "recent_sr": 93.0 - }, - "PM Nevill": { - "recent_scores": [ - 9, - 83, - 16, - 24, - 11, - 13, - 32, - 7, - 76, - 54 - ], - "recent_avg": 32.5, - "recent_sr": 38.6 - }, - "PM Seelaar": { - "recent_scores": [ - 25, - 16, - 5, - 14, - 0, - 9, - 43, - 4, - 11, - 0 - ], - "recent_avg": 12.7, - "recent_sr": 61.7 - }, - "PM Siddle": { - "recent_scores": [ - 31, - 9, - 44, - 7, - 10, - 31, - 49, - 9, - 1, - 32 - ], - "recent_avg": 22.3, - "recent_sr": 51.4 - }, - "PM Weerakkody": { - "recent_scores": [ - 4, - 24, - 20, - 30, - 17, - 4, - 8, - 2, - 47, - 11 - ], - "recent_avg": 16.7, - "recent_sr": 54.2 - }, - "PN Agarwal": { - "recent_scores": [ - 9, - 8, - 2, - 40, - 1, - 1, - 2, - 2, - 2 - ], - "recent_avg": 7.4, - "recent_sr": 65.7 - }, - "PN Sproul": { - "recent_scores": [ - 1, - 17, - 1, - 9 - ], - "recent_avg": 7.0, - "recent_sr": 42.4 - }, - "PR Brown": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 44.4 - }, - "PR Stirling": { - "recent_scores": [ - 36, - 103, - 31, - 32, - 45, - 104, - 36, - 28 - ], - "recent_avg": 51.9, - "recent_sr": 63.6 - }, - "PR Surve": { - "recent_scores": [ - 46, - 37, - 18, - 9, - 27, - 5, - 29, - 50, - 13, - 31 - ], - "recent_avg": 26.5, - "recent_sr": 118.8 - }, - "PRCS Kumarihami": { - "recent_scores": [ - 10, - 24, - 25, - 6, - 49, - 4, - 15, - 6, - 6, - 21 - ], - "recent_avg": 16.6, - "recent_sr": 36.3 - }, - "PRP Boissevain": { - "recent_scores": [ - 5, - 15, - 13 - ], - "recent_avg": 11.0, - "recent_sr": 57.9 - }, - "PS Airee": { - "recent_scores": [ - 4, - 75, - 0, - 2, - 3, - 22, - 1, - 1, - 0 - ], - "recent_avg": 12.0, - "recent_sr": 91.5 - }, - "PS Athavale": { - "recent_scores": [ - 7, - 0, - 26, - 18, - 34, - 6, - 12 - ], - "recent_avg": 14.7, - "recent_sr": 58.5 - }, - "PS Punia": { - "recent_scores": [ - 3, - 28, - 7, - 10, - 18, - 32, - 5, - 75, - 0, - 20 - ], - "recent_avg": 19.8, - "recent_sr": 52.4 - }, - "PS Roberts": { - "recent_scores": [ - 10, - 39, - 7, - 3 - ], - "recent_avg": 14.8, - "recent_sr": 103.5 - }, - "PSR Gurusinghe": { - "recent_scores": [ - 2, - 11, - 3, - 20, - 1, - 0, - 6, - 0, - 16, - 8 - ], - "recent_avg": 6.7, - "recent_sr": 51.1 - }, - "PSRK Sudarshan": { - "recent_scores": [ - 0, - 9, - 0, - 11, - 0 - ], - "recent_avg": 4.0, - "recent_sr": 100.0 - }, - "PUKK Arachchige": { - "recent_scores": [ - 0, - 24, - 4, - 2, - 4 - ], - "recent_avg": 6.8, - "recent_sr": 61.8 - }, - "PV Naringrekar": { - "recent_scores": [ - 1, - 4, - 1, - 0, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 37.5 - }, - "PV Vuniwaqa": { - "recent_scores": [ - 13, - 1, - 11, - 27, - 17, - 25 - ], - "recent_avg": 15.7, - "recent_sr": 106.8 - }, - "PW Borren": { - "recent_scores": [ - 61, - 28, - 2, - 34, - 71, - 84, - 3, - 38, - 3, - 10 - ], - "recent_avg": 33.4, - "recent_sr": 89.8 - }, - "PY Lavine": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 30.8 - }, - "PZ Kamunya": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 40.0 - }, - "Paing Danu": { - "recent_scores": [ - 0, - 8, - 0 - ], - "recent_avg": 2.7, - "recent_sr": 34.8 - }, - "Pan Ei Phyu": { - "recent_scores": [ - 4, - 11, - 0, - 0 - ], - "recent_avg": 3.8, - "recent_sr": 50.0 - }, - "Panna Ghosh": { - "recent_scores": [ - 6, - 12, - 20, - 23, - 9, - 8, - 3, - 4 - ], - "recent_avg": 10.6, - "recent_sr": 41.1 - }, - "Pargat Singh": { - "recent_scores": [ - 25, - 6, - 10, - 40, - 1, - 20, - 37, - 5, - 85, - 38 - ], - "recent_avg": 26.7, - "recent_sr": 69.0 - }, - "Parveen Kumar": { - "recent_scores": [ - 6, - 23, - 0, - 12 - ], - "recent_avg": 10.2, - "recent_sr": 85.4 - }, - "Parvez Hossain Emon": { - "recent_scores": [ - 28, - 67, - 13 - ], - "recent_avg": 36.0, - "recent_sr": 81.2 - }, - "Parvindar Kumar": { - "recent_scores": [ - 2, - 2, - 19, - 8 - ], - "recent_avg": 7.8, - "recent_sr": 119.2 - }, - "Patrick Nou": { - "recent_scores": [ - 4, - 18, - 9, - 0, - 1, - 8, - 19, - 1 - ], - "recent_avg": 7.5, - "recent_sr": 101.7 - }, - "Pavandeep Singh": { - "recent_scores": [ - 0, - 3 - ], - "recent_avg": 1.5, - "recent_sr": 33.3 - }, - "Pech Pisa": { - "recent_scores": [ - 7, - 4, - 0, - 17, - 0, - 18, - 0 - ], - "recent_avg": 6.6, - "recent_sr": 58.2 - }, - "Pel Vannak": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Pen Samon": { - "recent_scores": [ - 7, - 6, - 3, - 11, - 0, - 15, - 0 - ], - "recent_avg": 6.0, - "recent_sr": 31.8 - }, - "Phon Bunthean": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Phoup Srey Pheak": { - "recent_scores": [ - 0, - 2, - 2, - 1, - 1, - 0, - 5 - ], - "recent_avg": 1.6, - "recent_sr": 18.3 - }, - "Pooja Ganesh": { - "recent_scores": [ - 45, - 4, - 0 - ], - "recent_avg": 16.3, - "recent_sr": 52.7 - }, - "Pooja Kumari": { - "recent_scores": [ - 10, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 25.6 - }, - "Pooja Shah": { - "recent_scores": [ - 20 - ], - "recent_avg": 20.0, - "recent_sr": 125.0 - }, - "Poonam Yadav": { - "recent_scores": [ - 3, - 10, - 9, - 0, - 3, - 0, - 1, - 1, - 2, - 3 - ], - "recent_avg": 3.2, - "recent_sr": 34.4 - }, - "Poorvaja Jagdeesha": { - "recent_scores": [ - 1, - 1, - 3, - 22, - 5, - 2, - 18, - 7, - 19, - 6 - ], - "recent_avg": 8.4, - "recent_sr": 45.9 - }, - "Prachi Kumari": { - "recent_scores": [ - 0, - 3, - 1, - 3, - 0, - 0, - 0, - 4 - ], - "recent_avg": 1.4, - "recent_sr": 29.7 - }, - "Prajna Jagdeesha": { - "recent_scores": [ - 0, - 0, - 0, - 1, - 0, - 12 - ], - "recent_avg": 2.2, - "recent_sr": 44.8 - }, - "Prasad Anish": { - "recent_scores": [ - 0, - 0, - 5, - 8, - 1 - ], - "recent_avg": 2.8, - "recent_sr": 48.3 - }, - "Prashant Shukla": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 75.0 - }, - "Pratik Singh Bais": { - "recent_scores": [ - 0, - 0, - 1, - 5, - 5, - 2, - 2, - 1, - 7, - 1 - ], - "recent_avg": 2.4, - "recent_sr": 61.5 - }, - "Pratis GC": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 183.3 - }, - "Praveen Santhanakrishnan": { - "recent_scores": [ - 1, - 44, - 2, - 1, - 17, - 17, - 3, - 0, - 11, - 9 - ], - "recent_avg": 10.5, - "recent_sr": 102.9 - }, - "Priyada Murali": { - "recent_scores": [ - 44, - 13, - 0, - 39, - 16, - 21, - 8, - 36, - 6, - 1 - ], - "recent_avg": 18.4, - "recent_sr": 74.5 - }, - "Priyanka Reddy": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Puja Mahato": { - "recent_scores": [ - 2, - 0, - 8, - 28, - 1, - 15, - 9, - 63, - 8, - 0 - ], - "recent_avg": 13.4, - "recent_sr": 72.4 - }, - "Puneet Arora": { - "recent_scores": [ - 8, - 9, - 16, - 0, - 51, - 0 - ], - "recent_avg": 14.0, - "recent_sr": 82.4 - }, - "Purvi Kumari": { - "recent_scores": [ - 7, - 2 - ], - "recent_avg": 4.5, - "recent_sr": 30.0 - }, - "Pushpa Murali": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 25.0 - }, - "Pyae Phyo Wai": { - "recent_scores": [ - 1, - 31, - 10, - 4, - 28, - 52, - 0, - 19, - 7, - 8 - ], - "recent_avg": 16.0, - "recent_sr": 96.4 - }, - "Q Abel": { - "recent_scores": [ - 36, - 7, - 0, - 24, - 13 - ], - "recent_avg": 16.0, - "recent_sr": 69.6 - }, - "Q Joseph": { - "recent_scores": [ - 29, - 12, - 2, - 16, - 13, - 1, - 17, - 60, - 34, - 62 - ], - "recent_avg": 24.6, - "recent_sr": 80.1 - }, - "Q Stephens": { - "recent_scores": [ - 0, - 2, - 0, - 0, - 1 - ], - "recent_avg": 0.6, - "recent_sr": 23.1 - }, - "Q Utmanzai": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 60.0 - }, - "QF Djakaridja": { - "recent_scores": [ - 1, - 6, - 0, - 0, - 1, - 0, - 0, - 0, - 0, - 1 - ], - "recent_avg": 0.9, - "recent_sr": 16.7 - }, - "Qadeer Ahmed": { - "recent_scores": [ - 2, - 0, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 16.7 - }, - "Qalandar Khan": { - "recent_scores": [ - 25 - ], - "recent_avg": 25.0, - "recent_sr": 147.1 - }, - "Qamar Mushtaque": { - "recent_scores": [ - 7, - 0, - 1, - 6, - 3, - 50, - 6, - 5, - 1, - 1 - ], - "recent_avg": 8.0, - "recent_sr": 98.8 - }, - "Qanita Jalil": { - "recent_scores": [ - 4, - 3, - 3, - 4, - 14, - 1, - 0, - 0, - 3 - ], - "recent_avg": 3.6, - "recent_sr": 50.0 - }, - "Qasim Akram": { - "recent_scores": [ - 4, - 16, - 14, - 18, - 52, - 26, - 102, - 20 - ], - "recent_avg": 31.5, - "recent_sr": 137.0 - }, - "Qasim Anwar": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "Qateel Zabiullah": { - "recent_scores": [ - 1, - 32, - 17 - ], - "recent_avg": 16.7, - "recent_sr": 185.2 - }, - "Qi Shuai": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "Qudratullah Mir Afzail": { - "recent_scores": [ - 1, - 5, - 3, - 2, - 13 - ], - "recent_avg": 4.8, - "recent_sr": 114.3 - }, - "R Abdulkareem": { - "recent_scores": [ - 10, - 4, - 1, - 8, - 19, - 7, - 7, - 10, - 12, - 6 - ], - "recent_avg": 8.4, - "recent_sr": 97.7 - }, - "R Abdulrasak": { - "recent_scores": [ - 1, - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "R Achando": { - "recent_scores": [ - 2, - 14, - 0, - 6 - ], - "recent_avg": 5.5, - "recent_sr": 36.7 - }, - "R Adotei": { - "recent_scores": [ - 1, - 10 - ], - "recent_avg": 5.5, - "recent_sr": 100.0 - }, - "R Aggarwal": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "R Airee": { - "recent_scores": [ - 1, - 20, - 8, - 0, - 11 - ], - "recent_avg": 8.0, - "recent_sr": 58.8 - }, - "R Andreea": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "R Andrew": { - "recent_scores": [ - 12, - 0, - 6, - 2, - 1, - 1 - ], - "recent_avg": 3.7, - "recent_sr": 25.6 - }, - "R Ankad": { - "recent_scores": [ - 10, - 9, - 0, - 7, - 3, - 8, - 10, - 20, - 4 - ], - "recent_avg": 7.9, - "recent_sr": 66.4 - }, - "R Athapaththu": { - "recent_scores": [ - 2, - 28, - 7, - 8, - 2 - ], - "recent_avg": 9.4, - "recent_sr": 142.4 - }, - "R Aurora": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "R Avdylaj": { - "recent_scores": [ - 4, - 0, - 2, - 2, - 0 - ], - "recent_avg": 1.6, - "recent_sr": 12.7 - }, - "R Avery": { - "recent_scores": [ - 11, - 0, - 2, - 0, - 0, - 0 - ], - "recent_avg": 2.2, - "recent_sr": 48.1 - }, - "R Baaleri": { - "recent_scores": [ - 38, - 21, - 3, - 9, - 10, - 51, - 7, - 1, - 19, - 27 - ], - "recent_avg": 18.6, - "recent_sr": 89.0 - }, - "R Bakum": { - "recent_scores": [ - 64, - 16 - ], - "recent_avg": 40.0, - "recent_sr": 115.9 - }, - "R Baruah": { - "recent_scores": [ - 0, - 11, - 8, - 7, - 48, - 1, - 1 - ], - "recent_avg": 10.9, - "recent_sr": 152.0 - }, - "R Bowers-Fleming": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 10.0 - }, - "R Bowley": { - "recent_scores": [ - 4, - 5, - 1, - 1, - 1 - ], - "recent_avg": 2.4, - "recent_sr": 52.2 - }, - "R Boyce": { - "recent_scores": [ - 14, - 7, - 1, - 4, - 4 - ], - "recent_avg": 6.0, - "recent_sr": 30.0 - }, - "R Brar": { - "recent_scores": [ - 1, - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 37.5 - }, - "R Broaster": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 42.9 - }, - "R Butler": { - "recent_scores": [ - 14, - 35, - 9 - ], - "recent_avg": 19.3, - "recent_sr": 93.5 - }, - "R Castillo": { - "recent_scores": [ - 9, - 5, - 1, - 0, - 11, - 1, - 0, - 1, - 0, - 0 - ], - "recent_avg": 2.8, - "recent_sr": 57.1 - }, - "R Cenik": { - "recent_scores": [ - 9, - 3, - 1, - 29, - 9 - ], - "recent_avg": 10.2, - "recent_sr": 65.4 - }, - "R Chanda": { - "recent_scores": [ - 5, - 2, - 0, - 4, - 5 - ], - "recent_avg": 3.2, - "recent_sr": 38.1 - }, - "R Chaudhary": { - "recent_scores": [ - 1, - 0, - 3, - 0, - 5, - 0, - 0, - 0, - 2 - ], - "recent_avg": 1.2, - "recent_sr": 23.4 - }, - "R Choden": { - "recent_scores": [ - 5, - 5, - 23, - 1, - 1, - 5, - 2, - 4, - 1, - 1 - ], - "recent_avg": 4.8, - "recent_sr": 63.2 - }, - "R Chopra": { - "recent_scores": [ - 15, - 36, - 1, - 19, - 101, - 11, - 11, - 43, - 0, - 78 - ], - "recent_avg": 31.5, - "recent_sr": 80.2 - }, - "R Cisse": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "R Coker": { - "recent_scores": [ - 32, - 13, - 2, - 6, - 2, - 6, - 1, - 1, - 20, - 53 - ], - "recent_avg": 13.6, - "recent_sr": 76.4 - }, - "R Cunningham": { - "recent_scores": [ - 7, - 3 - ], - "recent_avg": 5.0, - "recent_sr": 71.4 - }, - "R Davson": { - "recent_scores": [ - 19, - 26, - 0, - 3, - 5, - 10, - 40, - 3, - 30, - 5 - ], - "recent_avg": 14.1, - "recent_sr": 76.6 - }, - "R Dhakal": { - "recent_scores": [ - 1, - 4 - ], - "recent_avg": 2.5, - "recent_sr": 71.4 - }, - "R Dhami": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "R Dhar": { - "recent_scores": [ - 78 - ], - "recent_avg": 78.0, - "recent_sr": 47.6 - }, - "R Dhiman": { - "recent_scores": [ - 5, - 9, - 3 - ], - "recent_avg": 5.7, - "recent_sr": 100.0 - }, - "R Dianish": { - "recent_scores": [ - 47, - 14, - 7, - 26, - 1, - 0, - 17, - 21, - 2, - 6 - ], - "recent_avg": 14.1, - "recent_sr": 92.2 - }, - "R Drake": { - "recent_scores": [ - 11, - 4, - 7, - 1, - 2, - 1, - 1 - ], - "recent_avg": 3.9, - "recent_sr": 90.0 - }, - "R Edwards": { - "recent_scores": [ - 0, - 0, - 8 - ], - "recent_avg": 2.7, - "recent_sr": 38.1 - }, - "R Endo": { - "recent_scores": [ - 15, - 9, - 0, - 0, - 1 - ], - "recent_avg": 5.0, - "recent_sr": 47.2 - }, - "R Escobar": { - "recent_scores": [ - 18, - 19, - 11, - 18, - 16, - 32, - 12, - 9, - 14, - 18 - ], - "recent_avg": 16.7, - "recent_sr": 75.2 - }, - "R Flannigan": { - "recent_scores": [ - 15, - 18 - ], - "recent_avg": 16.5, - "recent_sr": 117.9 - }, - "R Francis": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 18.2 - }, - "R Galgalikar": { - "recent_scores": [ - 9, - 1, - 15, - 1, - 0, - 18 - ], - "recent_avg": 7.3, - "recent_sr": 62.9 - }, - "R Gaznavi": { - "recent_scores": [ - 11, - 33, - 7, - 49, - 44, - 16, - 0, - 0, - 4, - 14 - ], - "recent_avg": 17.8, - "recent_sr": 99.4 - }, - "R Gnanaraj": { - "recent_scores": [ - 6, - 11, - 4, - 6, - 11, - 0 - ], - "recent_avg": 6.3, - "recent_sr": 46.3 - }, - "R Goodwin": { - "recent_scores": [ - 0, - 1, - 1, - 0, - 0, - 16, - 5, - 0, - 5 - ], - "recent_avg": 3.1, - "recent_sr": 49.1 - }, - "R Gowthaman": { - "recent_scores": [ - 28, - 1, - 29, - 2, - 18 - ], - "recent_avg": 15.6, - "recent_sr": 78.0 - }, - "R Gunasekera": { - "recent_scores": [ - 54, - 0, - 1, - 0, - 72, - 4, - 0, - 2, - 18, - 8 - ], - "recent_avg": 15.9, - "recent_sr": 55.6 - }, - "R Haiong": { - "recent_scores": [ - 6, - 6, - 4, - 1, - 10, - 3, - 4, - 9, - 18, - 2 - ], - "recent_avg": 6.3, - "recent_sr": 60.6 - }, - "R Hashu": { - "recent_scores": [ - 3, - 2, - 15, - 1, - 13, - 15, - 27, - 7, - 26 - ], - "recent_avg": 12.1, - "recent_sr": 125.3 - }, - "R Hathadurage": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 9.1 - }, - "R Hekure": { - "recent_scores": [ - 0, - 11, - 58, - 11, - 33, - 4, - 1, - 20, - 9, - 0 - ], - "recent_avg": 14.7, - "recent_sr": 77.4 - }, - "R Heyns": { - "recent_scores": [ - 20 - ], - "recent_avg": 20.0, - "recent_sr": 111.1 - }, - "R Home": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 16.7 - }, - "R Hubbard": { - "recent_scores": [ - 51, - 0, - 15 - ], - "recent_avg": 22.0, - "recent_sr": 98.5 - }, - "R Immadi": { - "recent_scores": [ - 14, - 10, - 0, - 24, - 1, - 16, - 16, - 9, - 4, - 9 - ], - "recent_avg": 10.3, - "recent_sr": 58.2 - }, - "R Johnson": { - "recent_scores": [ - 5, - 0 - ], - "recent_avg": 2.5, - "recent_sr": 50.0 - }, - "R Jones": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 77.8 - }, - "R Kalimuthu": { - "recent_scores": [ - 0, - 1, - 7, - 16, - 1, - 1, - 1 - ], - "recent_avg": 3.9, - "recent_sr": 100.0 - }, - "R Kanai": { - "recent_scores": [ - 0, - 7, - 3, - 0, - 1, - 6, - 1 - ], - "recent_avg": 2.6, - "recent_sr": 33.3 - }, - "R Kanoh": { - "recent_scores": [ - 4, - 6, - 6, - 14, - 0, - 38, - 14, - 18 - ], - "recent_avg": 12.5, - "recent_sr": 67.1 - }, - "R Kassim": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "R Khasana": { - "recent_scores": [ - 6, - 2, - 2, - 1 - ], - "recent_avg": 2.8, - "recent_sr": 35.5 - }, - "R Khullar": { - "recent_scores": [ - 2, - 3, - 1, - 4, - 4, - 0, - 1, - 26 - ], - "recent_avg": 5.1, - "recent_sr": 45.1 - }, - "R Klein": { - "recent_scores": [ - 3, - 8, - 2, - 5, - 8, - 8, - 2, - 0, - 2 - ], - "recent_avg": 4.2, - "recent_sr": 46.9 - }, - "R Kumar": { - "recent_scores": [ - 16, - 13, - 0, - 13 - ], - "recent_avg": 10.5, - "recent_sr": 150.0 - }, - "R Lekai": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "R Limbu": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 20.0 - }, - "R Limema": { - "recent_scores": [ - 0, - 1, - 0, - 1, - 4, - 3, - 2, - 1, - 0, - 1 - ], - "recent_avg": 1.3, - "recent_sr": 21.0 - }, - "R Lutaaya": { - "recent_scores": [ - 8, - 7, - 17, - 16, - 0, - 0, - 9, - 0, - 4, - 8 - ], - "recent_avg": 6.9, - "recent_sr": 116.9 - }, - "R Mahajan": { - "recent_scores": [ - 0, - 7 - ], - "recent_avg": 3.5, - "recent_sr": 140.0 - }, - "R Malhotra": { - "recent_scores": [ - 38, - 17, - 3, - 36, - 24 - ], - "recent_avg": 23.6, - "recent_sr": 63.8 - }, - "R Mangal": { - "recent_scores": [ - 0, - 1, - 0, - 0, - 2, - 2, - 1 - ], - "recent_avg": 0.9, - "recent_sr": 37.5 - }, - "R Mazumder": { - "recent_scores": [ - 62, - 1, - 20, - 2, - 6, - 3, - 25, - 15, - 3, - 13 - ], - "recent_avg": 15.0, - "recent_sr": 82.9 - }, - "R Mbaiwa": { - "recent_scores": [ - 3, - 2 - ], - "recent_avg": 2.5, - "recent_sr": 33.3 - }, - "R Merrien": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "R Mikulaskova": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "R Misra": { - "recent_scores": [ - 31, - 6, - 8, - 19, - 6 - ], - "recent_avg": 14.0, - "recent_sr": 76.1 - }, - "R Mondol": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "R Morita": { - "recent_scores": [ - 1, - 0, - 5 - ], - "recent_avg": 2.0, - "recent_sr": 25.0 - }, - "R Mupfudza": { - "recent_scores": [ - 24, - 14, - 39, - 6, - 32 - ], - "recent_avg": 23.0, - "recent_sr": 89.8 - }, - "R Muriyalo": { - "recent_scores": [ - 1, - 10, - 36, - 29, - 20, - 7, - 2 - ], - "recent_avg": 15.0, - "recent_sr": 65.6 - }, - "R Murugan": { - "recent_scores": [ - 1, - 0, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 12.5 - }, - "R Musamali": { - "recent_scores": [ - 10, - 28, - 1, - 0 - ], - "recent_avg": 9.8, - "recent_sr": 65.0 - }, - "R Mutumbami": { - "recent_scores": [ - 22, - 64, - 37, - 29, - 54, - 11 - ], - "recent_avg": 36.2, - "recent_sr": 47.1 - }, - "R Nath": { - "recent_scores": [ - 28, - 5, - 6, - 1, - 32, - 8, - 38, - 9, - 8, - 20 - ], - "recent_avg": 15.5, - "recent_sr": 88.1 - }, - "R Nehonde": { - "recent_scores": [ - 30, - 15 - ], - "recent_avg": 22.5, - "recent_sr": 91.8 - }, - "R Ngarava": { - "recent_scores": [ - 3, - 5, - 32, - 29, - 16, - 19, - 10, - 15, - 6 - ], - "recent_avg": 15.0, - "recent_sr": 48.9 - }, - "R Nil": { - "recent_scores": [ - 19, - 14 - ], - "recent_avg": 16.5, - "recent_sr": 117.9 - }, - "R Ntono": { - "recent_scores": [ - 16, - 12, - 0, - 21, - 1 - ], - "recent_avg": 10.0, - "recent_sr": 60.2 - }, - "R Oa": { - "recent_scores": [ - 3, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 23.1 - }, - "R Obuya": { - "recent_scores": [ - 13, - 0, - 6, - 5, - 17, - 8, - 40, - 1, - 58, - 0 - ], - "recent_avg": 14.8, - "recent_sr": 102.8 - }, - "R Olipa": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 75.0 - }, - "R Ova": { - "recent_scores": [ - 0, - 0, - 2, - 1, - 0, - 6, - 1 - ], - "recent_avg": 1.4, - "recent_sr": 55.6 - }, - "R Overman": { - "recent_scores": [ - 1, - 5, - 0, - 2, - 10, - 1, - 13 - ], - "recent_avg": 4.6, - "recent_sr": 76.2 - }, - "R Padunglerd": { - "recent_scores": [ - 6, - 6, - 5, - 3, - 3 - ], - "recent_avg": 4.6, - "recent_sr": 46.9 - }, - "R Panchal": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 75.0 - }, - "R Parkin": { - "recent_scores": [ - 4, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "R Pasipanodya": { - "recent_scores": [ - 7, - 33, - 4, - 0, - 11, - 32, - 15, - 4, - 5 - ], - "recent_avg": 12.3, - "recent_sr": 45.7 - }, - "R Pathan": { - "recent_scores": [ - 0, - 14, - 0, - 38, - 0, - 14, - 26, - 73, - 107, - 56 - ], - "recent_avg": 32.8, - "recent_sr": 160.0 - }, - "R Patten": { - "recent_scores": [ - 0, - 0, - 2 - ], - "recent_avg": 0.7, - "recent_sr": 22.2 - }, - "R Pavlickova": { - "recent_scores": [ - 1, - 22, - 30, - 0, - 1, - 0, - 0, - 0, - 3, - 2 - ], - "recent_avg": 5.9, - "recent_sr": 53.6 - }, - "R Pillai": { - "recent_scores": [ - 35, - 1, - 9, - 22, - 20 - ], - "recent_avg": 17.4, - "recent_sr": 71.9 - }, - "R Pisal": { - "recent_scores": [ - 6, - 3, - 12 - ], - "recent_avg": 7.0, - "recent_sr": 84.0 - }, - "R Poddar": { - "recent_scores": [ - 0, - 0, - 1, - 0, - 17, - 0, - 22, - 15, - 4, - 1 - ], - "recent_avg": 6.0, - "recent_sr": 69.0 - }, - "R Poojary": { - "recent_scores": [ - 6, - 0, - 2, - 1, - 0, - 1, - 20 - ], - "recent_avg": 4.3, - "recent_sr": 54.5 - }, - "R Ramadhasyena": { - "recent_scores": [ - 56, - 22 - ], - "recent_avg": 39.0, - "recent_sr": 156.0 - }, - "R Rijke": { - "recent_scores": [ - 11, - 17, - 5, - 60, - 3, - 83, - 23, - 12, - 0, - 1 - ], - "recent_avg": 21.5, - "recent_sr": 72.4 - }, - "R Rodrigo": { - "recent_scores": [ - 4, - 14, - 0, - 24, - 6, - 0, - 7, - 50, - 2, - 6 - ], - "recent_avg": 11.3, - "recent_sr": 74.8 - }, - "R Rohan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "R Rohmalia": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 86.7 - }, - "R Sakurano-Thomas": { - "recent_scores": [ - 9, - 19, - 0, - 11, - 9, - 10, - 3, - 39, - 5, - 16 - ], - "recent_avg": 12.1, - "recent_sr": 90.3 - }, - "R Samson": { - "recent_scores": [ - 1, - 7, - 0, - 2, - 4, - 4, - 2, - 5 - ], - "recent_avg": 3.1, - "recent_sr": 64.1 - }, - "R Sandaruwan": { - "recent_scores": [ - 7, - 1, - 34, - 17, - 2, - 29 - ], - "recent_avg": 15.0, - "recent_sr": 138.5 - }, - "R Sandeep": { - "recent_scores": [ - 5, - 3, - 2, - 0, - 4, - 15, - 16, - 1, - 0, - 10 - ], - "recent_avg": 5.6, - "recent_sr": 63.6 - }, - "R Satheesan": { - "recent_scores": [ - 0, - 19, - 0, - 10, - 16, - 54, - 65, - 23, - 36, - 6 - ], - "recent_avg": 22.9, - "recent_sr": 125.8 - }, - "R Searle": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 93.3 - }, - "R Sekaran": { - "recent_scores": [ - 2, - 9, - 3, - 2 - ], - "recent_avg": 4.0, - "recent_sr": 59.3 - }, - "R Sewwandi": { - "recent_scores": [ - 0, - 14, - 5 - ], - "recent_avg": 6.3, - "recent_sr": 111.8 - }, - "R Sheshadri": { - "recent_scores": [ - 15, - 4, - 2 - ], - "recent_avg": 7.0, - "recent_sr": 91.3 - }, - "R Shimwamana": { - "recent_scores": [ - 1, - 2, - 0, - 12, - 15, - 0, - 1, - 3, - 7, - 0 - ], - "recent_avg": 4.1, - "recent_sr": 55.4 - }, - "R Siriwardena": { - "recent_scores": [ - 5, - 4, - 1, - 4, - 5, - 2, - 5, - 2, - 9, - 18 - ], - "recent_avg": 5.5, - "recent_sr": 64.0 - }, - "R Siwa": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "R Slater": { - "recent_scores": [ - 13, - 61, - 7, - 9 - ], - "recent_avg": 22.5, - "recent_sr": 87.4 - }, - "R Smith": { - "recent_scores": [ - 0, - 0, - 0, - 3, - 1, - 5 - ], - "recent_avg": 1.5, - "recent_sr": 23.7 - }, - "R Stokell": { - "recent_scores": [ - 57, - 20, - 16, - 3, - 39, - 3, - 5, - 4, - 8, - 53 - ], - "recent_avg": 20.8, - "recent_sr": 65.0 - }, - "R Stones": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "R Tanna": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 66.7 - }, - "R Tari": { - "recent_scores": [ - 0, - 2, - 8, - 2 - ], - "recent_avg": 3.0, - "recent_sr": 52.2 - }, - "R Telemachus": { - "recent_scores": [ - 12, - 0, - 29 - ], - "recent_avg": 13.7, - "recent_sr": 205.0 - }, - "R Thapliyal": { - "recent_scores": [ - 2, - 5, - 0 - ], - "recent_avg": 2.3, - "recent_sr": 36.8 - }, - "R Theruvath": { - "recent_scores": [ - 12, - 15, - 0, - 6, - 5, - 2 - ], - "recent_avg": 6.7, - "recent_sr": 93.0 - }, - "R Trumpelmann": { - "recent_scores": [ - 10, - 0, - 3, - 4, - 1, - 9, - 2, - 6, - 25, - 14 - ], - "recent_avg": 7.4, - "recent_sr": 53.2 - }, - "R Turay": { - "recent_scores": [ - 30 - ], - "recent_avg": 30.0, - "recent_sr": 93.8 - }, - "R Uwimana": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "R Vishwanath": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 66.7 - }, - "R Walker": { - "recent_scores": [ - 0, - 1, - 5, - 6, - 6, - 33, - 2, - 15, - 3 - ], - "recent_avg": 7.9, - "recent_sr": 71.7 - }, - "R Webster": { - "recent_scores": [ - 20, - 4, - 8, - 12, - 4, - 10 - ], - "recent_avg": 9.7, - "recent_sr": 76.3 - }, - "RA Abolarin": { - "recent_scores": [ - 0, - 2, - 20, - 6 - ], - "recent_avg": 7.0, - "recent_sr": 127.3 - }, - "RA Bhatti": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 112.5 - }, - "RA Herman": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "RA Lawrence": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "RA Lewis": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 15.4 - }, - "RA Lister": { - "recent_scores": [ - 0, - 5, - 2, - 5 - ], - "recent_avg": 3.0, - "recent_sr": 16.7 - }, - "RA Mair": { - "recent_scores": [ - 4, - 2, - 4, - 0, - 1, - 2, - 3, - 7, - 6, - 1 - ], - "recent_avg": 3.0, - "recent_sr": 76.9 - }, - "RA Reifer": { - "recent_scores": [ - 13, - 15, - 70, - 53, - 60, - 22, - 13, - 52 - ], - "recent_avg": 37.2, - "recent_sr": 40.3 - }, - "RA Reilly": { - "recent_scores": [ - 9, - 3, - 7, - 7, - 3, - 10, - 8, - 49 - ], - "recent_avg": 12.0, - "recent_sr": 69.1 - }, - "RA Sealy": { - "recent_scores": [ - 21 - ], - "recent_avg": 21.0, - "recent_sr": 67.7 - }, - "RA Tappin": { - "recent_scores": [ - 3, - 0, - 6, - 2 - ], - "recent_avg": 2.8, - "recent_sr": 22.9 - }, - "RA Thomas": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 123.1 - }, - "RAJ Smith": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 128.6 - }, - "RAS Lakmal": { - "recent_scores": [ - 6, - 0, - 19, - 11, - 12, - 22, - 6, - 11, - 11, - 5 - ], - "recent_avg": 10.3, - "recent_sr": 43.5 - }, - "RB Osabel": { - "recent_scores": [ - 1, - 3, - 1 - ], - "recent_avg": 1.7, - "recent_sr": 38.5 - }, - "RB Patel": { - "recent_scores": [ - 40, - 6, - 33, - 65, - 19 - ], - "recent_avg": 32.6, - "recent_sr": 101.9 - }, - "RC Belbashi": { - "recent_scores": [ - 15, - 18, - 2, - 0, - 1 - ], - "recent_avg": 7.2, - "recent_sr": 85.7 - }, - "RD Atangana": { - "recent_scores": [ - 0, - 0, - 28, - 5, - 4, - 12, - 4, - 0, - 4, - 0 - ], - "recent_avg": 5.7, - "recent_sr": 65.5 - }, - "RD Berrington": { - "recent_scores": [ - 0, - 12, - 10, - 5, - 43, - 23, - 0, - 64, - 102, - 15 - ], - "recent_avg": 27.4, - "recent_sr": 68.8 - }, - "RD McCann": { - "recent_scores": [ - 17, - 6 - ], - "recent_avg": 11.5, - "recent_sr": 40.4 - }, - "RD Pangestuti": { - "recent_scores": [ - 8, - 14, - 1, - 18, - 36, - 4, - 1, - 0, - 2, - 17 - ], - "recent_avg": 10.1, - "recent_sr": 74.3 - }, - "RD Penalba": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "RD de Sousa": { - "recent_scores": [ - 16, - 30, - 9, - 5, - 23, - 21, - 4, - 6 - ], - "recent_avg": 14.2, - "recent_sr": 57.9 - }, - "RDB Ahir": { - "recent_scores": [ - 8, - 0, - 3, - 1, - 18, - 1, - 9, - 10, - 3, - 0 - ], - "recent_avg": 5.3, - "recent_sr": 70.7 - }, - "RDS Morein": { - "recent_scores": [ - 0, - 0, - 2, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 18.2 - }, - "RE Nyangendo": { - "recent_scores": [ - 16, - 1, - 2, - 18, - 9, - 9, - 9, - 0 - ], - "recent_avg": 8.0, - "recent_sr": 66.0 - }, - "RF Duvane": { - "recent_scores": [ - 3, - 1, - 1 - ], - "recent_avg": 1.7, - "recent_sr": 20.0 - }, - "RG Aga": { - "recent_scores": [ - 15, - 86, - 12, - 1, - 0 - ], - "recent_avg": 22.8, - "recent_sr": 93.4 - }, - "RG Mukasa": { - "recent_scores": [ - 5, - 25, - 38, - 6, - 25, - 22, - 1, - 0, - 4, - 11 - ], - "recent_avg": 13.7, - "recent_sr": 90.1 - }, - "RG Somashekhar": { - "recent_scores": [ - 23, - 0, - 29, - 4, - 2, - 5, - 2, - 2 - ], - "recent_avg": 8.4, - "recent_sr": 56.3 - }, - "RGA Amah": { - "recent_scores": [ - 19, - 20, - 17, - 14, - 1, - 5, - 18, - 16, - 6, - 3 - ], - "recent_avg": 11.9, - "recent_sr": 67.6 - }, - "RH Candy": { - "recent_scores": [ - 4, - 6 - ], - "recent_avg": 5.0, - "recent_sr": 76.9 - }, - "RH Priest": { - "recent_scores": [ - 21, - 5, - 12, - 8, - 90, - 8, - 2, - 77, - 5, - 20 - ], - "recent_avg": 24.8, - "recent_sr": 82.4 - }, - "RHO Saunders": { - "recent_scores": [ - 1, - 14 - ], - "recent_avg": 7.5, - "recent_sr": 65.2 - }, - "RI Ahmed": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 81.2 - }, - "RJ Ainsworth": { - "recent_scores": [ - 3, - 1, - 25, - 51, - 2, - 15, - 0, - 27, - 0 - ], - "recent_avg": 13.8, - "recent_sr": 90.5 - }, - "RJ Campbell": { - "recent_scores": [ - 0, - 9 - ], - "recent_avg": 4.5, - "recent_sr": 39.1 - }, - "RJ Hatchman": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 22.2 - }, - "RJ Kirtley": { - "recent_scores": [ - 13, - 12, - 4 - ], - "recent_avg": 9.7, - "recent_sr": 25.0 - }, - "RJ Nicol": { - "recent_scores": [ - 3, - 25 - ], - "recent_avg": 14.0, - "recent_sr": 26.7 - }, - "RJ Pierre": { - "recent_scores": [ - 13, - 4, - 3, - 6, - 15, - 2, - 1, - 0 - ], - "recent_avg": 5.5, - "recent_sr": 71.0 - }, - "RJ Ramjiawan": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 44.4 - }, - "RJ Sidebottom": { - "recent_scores": [ - 15, - 32, - 24, - 1, - 7, - 4, - 16, - 26, - 14, - 3 - ], - "recent_avg": 14.2, - "recent_sr": 31.5 - }, - "RJ Trott": { - "recent_scores": [ - 48, - 0, - 25, - 22 - ], - "recent_avg": 23.8, - "recent_sr": 49.0 - }, - "RJG Palmer": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "RJMGM Rupasinghe": { - "recent_scores": [ - 18, - 15 - ], - "recent_avg": 16.5, - "recent_sr": 84.6 - }, - "RK Kiseto": { - "recent_scores": [ - 3, - 2 - ], - "recent_avg": 2.5, - "recent_sr": 31.2 - }, - "RK Kleinveldt": { - "recent_scores": [ - 0, - 7, - 3, - 17 - ], - "recent_avg": 6.8, - "recent_sr": 44.3 - }, - "RK Paudel": { - "recent_scores": [ - 46, - 74, - 32, - 9, - 39, - 10, - 2, - 2, - 36, - 109 - ], - "recent_avg": 35.9, - "recent_sr": 73.1 - }, - "RK Willis": { - "recent_scores": [ - 2, - 3, - 4, - 1, - 13, - 4, - 0, - 2, - 4, - 5 - ], - "recent_avg": 3.8, - "recent_sr": 70.4 - }, - "RKK Appuhangige": { - "recent_scores": [ - 1, - 5 - ], - "recent_avg": 3.0, - "recent_sr": 46.2 - }, - "RL Bhudia": { - "recent_scores": [ - 22 - ], - "recent_avg": 22.0, - "recent_sr": 146.7 - }, - "RL Blake": { - "recent_scores": [ - 67, - 23, - 120, - 63, - 41, - 135, - 12 - ], - "recent_avg": 65.9, - "recent_sr": 134.4 - }, - "RL Chase": { - "recent_scores": [ - 23, - 194, - 7, - 31, - 4, - 40, - 25, - 18, - 50, - 46 - ], - "recent_avg": 43.8, - "recent_sr": 48.3 - }, - "RL D'Souza": { - "recent_scores": [ - 3, - 0, - 1, - 0, - 3, - 0, - 0, - 0, - 1 - ], - "recent_avg": 0.9, - "recent_sr": 14.8 - }, - "RL Grundy": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 16.7 - }, - "RL Haynes": { - "recent_scores": [ - 90, - 88, - 33, - 33, - 25, - 114 - ], - "recent_avg": 63.8, - "recent_sr": 39.9 - }, - "RL Vitas": { - "recent_scores": [ - 7, - 5, - 10, - 12, - 37, - 11 - ], - "recent_avg": 13.7, - "recent_sr": 70.7 - }, - "RLB Rambukwella": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 200.0 - }, - "RM Burns": { - "recent_scores": [ - 0, - 20 - ], - "recent_avg": 10.0, - "recent_sr": 87.0 - }, - "RM D'Souza": { - "recent_scores": [ - 2, - 0, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 27.3 - }, - "RM Dorji": { - "recent_scores": [ - 14, - 5 - ], - "recent_avg": 9.5, - "recent_sr": 105.6 - }, - "RM Farrell": { - "recent_scores": [ - 8, - 12 - ], - "recent_avg": 10.0, - "recent_sr": 48.8 - }, - "RM Ghosh": { - "recent_scores": [ - 63, - 11, - 86, - 65 - ], - "recent_avg": 56.2, - "recent_sr": 67.6 - }, - "RM Haq": { - "recent_scores": [ - 1, - 15, - 0, - 10, - 7, - 0, - 18, - 7, - 0, - 0 - ], - "recent_avg": 5.8, - "recent_sr": 46.4 - }, - "RM Hira": { - "recent_scores": [ - 20, - 12, - 5 - ], - "recent_avg": 12.3, - "recent_sr": 108.8 - }, - "RM Jariwala": { - "recent_scores": [ - 2, - 10, - 4, - 14 - ], - "recent_avg": 7.5, - "recent_sr": 56.6 - }, - "RM Koda": { - "recent_scores": [ - 1, - 1, - 2 - ], - "recent_avg": 1.3, - "recent_sr": 25.0 - }, - "RM Magare": { - "recent_scores": [ - 0, - 9, - 24, - 9, - 7, - 0, - 11, - 0, - 8, - 31 - ], - "recent_avg": 9.9, - "recent_sr": 86.1 - }, - "RM Scott": { - "recent_scores": [ - 11, - 8 - ], - "recent_avg": 9.5, - "recent_sr": 95.0 - }, - "RM Siri": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 144.4 - }, - "RM West": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "RM van Oosterom": { - "recent_scores": [ - 1, - 0, - 0, - 14 - ], - "recent_avg": 3.8, - "recent_sr": 39.5 - }, - "RMAM Avery": { - "recent_scores": [ - 19, - 66, - 41, - 43, - 16, - 9, - 8, - 15, - 48, - 27 - ], - "recent_avg": 29.2, - "recent_sr": 81.6 - }, - "RMAU Grimmond": { - "recent_scores": [ - 0, - 91, - 20, - 15, - 5, - 0, - 53 - ], - "recent_avg": 26.3, - "recent_sr": 71.0 - }, - "RML Taylor": { - "recent_scores": [ - 0, - 3, - 4, - 17, - 1, - 46, - 10, - 11, - 13 - ], - "recent_avg": 11.7, - "recent_sr": 82.0 - }, - "RMR Brathwaite": { - "recent_scores": [ - 3, - 11, - 4, - 6, - 10, - 0, - 2 - ], - "recent_avg": 5.1, - "recent_sr": 85.7 - }, - "RMS Eranga": { - "recent_scores": [ - 1, - 3, - 3, - 55, - 1, - 20, - 5, - 28, - 14, - 14 - ], - "recent_avg": 14.4, - "recent_sr": 42.6 - }, - "RMVD Gunaratne": { - "recent_scores": [ - 26, - 58, - 16, - 0, - 34, - 42, - 10, - 11, - 36, - 24 - ], - "recent_avg": 25.7, - "recent_sr": 67.5 - }, - "RN Lewis": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 10.0 - }, - "RN Patel": { - "recent_scores": [ - 6, - 4, - 1, - 2, - 28, - 0 - ], - "recent_avg": 6.8, - "recent_sr": 117.1 - }, - "RO Mazumba": { - "recent_scores": [ - 17, - 0, - 0, - 11, - 10, - 10, - 3, - 0, - 9, - 7 - ], - "recent_avg": 6.7, - "recent_sr": 50.4 - }, - "ROC Dunka": { - "recent_scores": [ - 1, - 11, - 12, - 3, - 1, - 0, - 1, - 3, - 23, - 5 - ], - "recent_avg": 6.0, - "recent_sr": 81.1 - }, - "RP Arnold": { - "recent_scores": [ - 1, - 14, - 3, - 20, - 4, - 50, - 19, - 5, - 2, - 22 - ], - "recent_avg": 14.0, - "recent_sr": 76.5 - }, - "RP Burl": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 41.0 - }, - "RP Johnston": { - "recent_scores": [ - 20, - 2, - 10, - 8, - 0 - ], - "recent_avg": 8.0, - "recent_sr": 58.8 - }, - "RP Magar": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 40.0 - }, - "RP Mitchell": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 40.0 - }, - "RP Yadav": { - "recent_scores": [ - 3, - 18, - 6, - 19, - 2, - 48, - 3, - 6 - ], - "recent_avg": 13.1, - "recent_sr": 86.1 - }, - "RR Bastiansz": { - "recent_scores": [ - 24, - 46, - 8 - ], - "recent_avg": 26.0, - "recent_sr": 104.0 - }, - "RR Behera": { - "recent_scores": [ - 16, - 0 - ], - "recent_avg": 8.0, - "recent_sr": 57.1 - }, - "RR Emrit": { - "recent_scores": [ - 13, - 0 - ], - "recent_avg": 6.5, - "recent_sr": 37.1 - }, - "RR Hendricks": { - "recent_scores": [ - 2, - 4, - 144, - 32, - 108, - 160 - ], - "recent_avg": 75.0, - "recent_sr": 127.1 - }, - "RR Joshi": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 75.0 - }, - "RR Naik": { - "recent_scores": [ - 2, - 29 - ], - "recent_avg": 15.5, - "recent_sr": 163.2 - }, - "RR Patel": { - "recent_scores": [ - 38, - 10, - 20, - 9, - 42, - 24, - 6, - 0, - 16, - 3 - ], - "recent_avg": 16.8, - "recent_sr": 70.9 - }, - "RR Saun": { - "recent_scores": [ - 0, - 2, - 4, - 1, - 2, - 15 - ], - "recent_avg": 4.0, - "recent_sr": 44.4 - }, - "RR Seth": { - "recent_scores": [ - 57, - 18, - 15, - 11, - 1, - 32, - 25, - 15, - 15, - 9 - ], - "recent_avg": 19.8, - "recent_sr": 82.2 - }, - "RR Sharan": { - "recent_scores": [ - 2, - 0, - 12, - 30, - 0, - 61, - 28, - 12, - 6, - 0 - ], - "recent_avg": 15.1, - "recent_sr": 84.8 - }, - "RR Watson": { - "recent_scores": [ - 14, - 7, - 17, - 50, - 54, - 24, - 10, - 16, - 31, - 6 - ], - "recent_avg": 22.9, - "recent_sr": 69.6 - }, - "RS Gayakwad": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "RS Glen": { - "recent_scores": [ - 10, - 6 - ], - "recent_avg": 8.0, - "recent_sr": 59.3 - }, - "RS Morton": { - "recent_scores": [ - 16, - 76, - 38, - 24, - 38, - 13, - 89, - 30, - 14, - 5 - ], - "recent_avg": 34.3, - "recent_sr": 47.1 - }, - "RS Quyn": { - "recent_scores": [ - 2, - 5, - 0, - 2, - 4, - 2, - 5, - 9, - 1, - 1 - ], - "recent_avg": 3.1, - "recent_sr": 44.9 - }, - "RS Vandort": { - "recent_scores": [ - 0, - 10, - 0 - ], - "recent_avg": 3.3, - "recent_sr": 58.8 - }, - "RS Williams": { - "recent_scores": [ - 0, - 3, - 1, - 24, - 6, - 9, - 7, - 1, - 25, - 23 - ], - "recent_avg": 9.9, - "recent_sr": 39.1 - }, - "RSM Lili'i": { - "recent_scores": [ - 32, - 1, - 12, - 38 - ], - "recent_avg": 20.8, - "recent_sr": 69.7 - }, - "RT Lyons": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 166.7 - }, - "RT Nielsen": { - "recent_scores": [ - 24, - 7 - ], - "recent_avg": 15.5, - "recent_sr": 50.0 - }, - "RT Raghavan": { - "recent_scores": [ - 0, - 5, - 1, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 18.8 - }, - "RT Rubbi": { - "recent_scores": [ - 9, - 2 - ], - "recent_avg": 5.5, - "recent_sr": 34.4 - }, - "RTM Mendis": { - "recent_scores": [ - 28, - 15, - 43, - 47, - 80, - 33, - 29, - 22, - 10, - 1 - ], - "recent_avg": 30.8, - "recent_sr": 43.5 - }, - "RV Auora": { - "recent_scores": [ - 7, - 0, - 0, - 0, - 0, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 50.0 - }, - "RV Hawkins": { - "recent_scores": [ - 6, - 9, - 14, - 6, - 0, - 0, - 2 - ], - "recent_avg": 5.3, - "recent_sr": 68.5 - }, - "RV Nascimento": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 33.3 - }, - "RV Scholes": { - "recent_scores": [ - 19, - 8, - 32 - ], - "recent_avg": 19.7, - "recent_sr": 61.5 - }, - "RV Viraj": { - "recent_scores": [ - 6, - 0, - 2, - 22 - ], - "recent_avg": 7.5, - "recent_sr": 56.6 - }, - "RW Chakabva": { - "recent_scores": [ - 32, - 113, - 33, - 48, - 46, - 34, - 12, - 48, - 81, - 13 - ], - "recent_avg": 46.0, - "recent_sr": 37.9 - }, - "RW Hartley": { - "recent_scores": [ - 5, - 0, - 4 - ], - "recent_avg": 3.0, - "recent_sr": 42.9 - }, - "RW Price": { - "recent_scores": [ - 19, - 4, - 6, - 8, - 39, - 20, - 38 - ], - "recent_avg": 19.1, - "recent_sr": 36.0 - }, - "RWT Key": { - "recent_scores": [ - 41, - 10, - 33, - 17, - 52 - ], - "recent_avg": 30.6, - "recent_sr": 37.7 - }, - "Raag Kapur": { - "recent_scores": [ - 6, - 3, - 3 - ], - "recent_avg": 4.0, - "recent_sr": 70.6 - }, - "Raaz Mohammad": { - "recent_scores": [ - 4, - 2, - 5, - 4, - 2, - 9, - 0, - 0 - ], - "recent_avg": 3.2, - "recent_sr": 66.7 - }, - "Rabbjyot Rajput": { - "recent_scores": [ - 1, - 9, - 12, - 1, - 2, - 5, - 5, - 0, - 3, - 0 - ], - "recent_avg": 3.8, - "recent_sr": 41.3 - }, - "Rabeya Khan": { - "recent_scores": [ - 15, - 1, - 3, - 1, - 6, - 0, - 25, - 43, - 2, - 23 - ], - "recent_avg": 11.9, - "recent_sr": 82.6 - }, - "Rabia Iqbal": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Rabia Sahan": { - "recent_scores": [ - 1, - 2, - 1, - 7 - ], - "recent_avg": 2.8, - "recent_sr": 25.6 - }, - "Rabiya Shah": { - "recent_scores": [ - 1, - 9, - 34, - 9, - 1, - 26 - ], - "recent_avg": 13.3, - "recent_sr": 63.0 - }, - "Rachel Delaney": { - "recent_scores": [ - 6, - 0, - 22, - 4, - 0, - 11, - 0, - 0, - 17, - 12 - ], - "recent_avg": 7.2, - "recent_sr": 44.2 - }, - "Rafatullah Mohmand": { - "recent_scores": [ - 34, - 36, - 22 - ], - "recent_avg": 30.7, - "recent_sr": 124.3 - }, - "Rafiulah Alokozai": { - "recent_scores": [ - 0, - 7, - 1 - ], - "recent_avg": 2.7, - "recent_sr": 66.7 - }, - "Rafiullah": { - "recent_scores": [ - 9, - 0, - 33, - 0, - 11, - 23, - 23, - 9, - 0, - 4 - ], - "recent_avg": 11.2, - "recent_sr": 155.6 - }, - "Raghav Dhawan": { - "recent_scores": [ - 14, - 50, - 54, - 39, - 29, - 56, - 32, - 22, - 41, - 44 - ], - "recent_avg": 38.1, - "recent_sr": 104.7 - }, - "Raghvi Bist": { - "recent_scores": [ - 31, - 5 - ], - "recent_avg": 18.0, - "recent_sr": 109.1 - }, - "Ragne Hallik": { - "recent_scores": [ - 16, - 32, - 10, - 0, - 3, - 19, - 1, - 2, - 0, - 5 - ], - "recent_avg": 8.8, - "recent_sr": 40.7 - }, - "Rahat Ali": { - "recent_scores": [ - 0, - 5, - 2, - 0, - 19, - 12, - 0, - 4, - 0, - 2 - ], - "recent_avg": 4.4, - "recent_sr": 29.7 - }, - "Rahat Kazi": { - "recent_scores": [ - 0, - 6, - 2, - 0, - 7, - 0, - 7, - 13 - ], - "recent_avg": 4.4, - "recent_sr": 48.6 - }, - "Raheel Thakkar": { - "recent_scores": [ - 13, - 8 - ], - "recent_avg": 10.5, - "recent_sr": 67.7 - }, - "Rahel Khan": { - "recent_scores": [ - 37, - 30, - 11, - 2, - 35, - 18 - ], - "recent_avg": 22.2, - "recent_sr": 129.1 - }, - "Rahim Khan": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 60.0 - }, - "Rahima Yahaya": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Rahimgul Naseri": { - "recent_scores": [ - 0, - 17, - 2, - 0 - ], - "recent_avg": 4.8, - "recent_sr": 57.6 - }, - "Rahman Ademi": { - "recent_scores": [ - 1, - 0, - 1 - ], - "recent_avg": 0.7, - "recent_sr": 16.7 - }, - "Rahmatullah Mangal": { - "recent_scores": [ - 7, - 0, - 7, - 5, - 1, - 0, - 4, - 3, - 14, - 4 - ], - "recent_avg": 4.5, - "recent_sr": 75.0 - }, - "Raihan Hossain": { - "recent_scores": [ - 5, - 19, - 7, - 1, - 13, - 10, - 3, - 11 - ], - "recent_avg": 8.6, - "recent_sr": 49.6 - }, - "Raihan Stanikzai": { - "recent_scores": [ - 51, - 23, - 0, - 8 - ], - "recent_avg": 20.5, - "recent_sr": 151.9 - }, - "Raja Adeel": { - "recent_scores": [ - 2, - 1, - 1, - 1, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 38.5 - }, - "Raja Shoaib": { - "recent_scores": [ - 21, - 24, - 9, - 15, - 17 - ], - "recent_avg": 17.2, - "recent_sr": 93.5 - }, - "Rajab Hussain": { - "recent_scores": [ - 1, - 2 - ], - "recent_avg": 1.5, - "recent_sr": 50.0 - }, - "Rajkumar Rajendran": { - "recent_scores": [ - 8, - 2 - ], - "recent_avg": 5.0, - "recent_sr": 55.6 - }, - "Rakibul Hasan": { - "recent_scores": [ - 17, - 10, - 13, - 7 - ], - "recent_avg": 11.8, - "recent_sr": 71.2 - }, - "Ramanjot Singh": { - "recent_scores": [ - 46, - 18, - 5, - 18 - ], - "recent_avg": 21.8, - "recent_sr": 87.0 - }, - "Rameen Shamim": { - "recent_scores": [ - 3, - 15, - 0, - 23, - 12, - 2, - 7, - 19, - 6, - 0 - ], - "recent_avg": 8.7, - "recent_sr": 48.3 - }, - "Rameesha Shahid": { - "recent_scores": [ - 5, - 8, - 0, - 18, - 6, - 36, - 33, - 6, - 6, - 14 - ], - "recent_avg": 13.2, - "recent_sr": 80.0 - }, - "Rameez Khan": { - "recent_scores": [ - 5, - 1, - 2, - 8, - 0, - 1, - 0, - 2, - 19, - 23 - ], - "recent_avg": 6.1, - "recent_sr": 103.4 - }, - "Rameez Raja (2)": { - "recent_scores": [ - 14, - 18, - 2, - 44, - 2 - ], - "recent_avg": 16.0, - "recent_sr": 117.6 - }, - "Rameez Shahzad": { - "recent_scores": [ - 10, - 38, - 26, - 27, - 16, - 1, - 46, - 4, - 53, - 15 - ], - "recent_avg": 23.6, - "recent_sr": 69.0 - }, - "Ramya Krishnamurthy": { - "recent_scores": [ - 40, - 6 - ], - "recent_avg": 23.0, - "recent_sr": 60.5 - }, - "Ranjit Singh": { - "recent_scores": [ - 8, - 14, - 9, - 51, - 0 - ], - "recent_avg": 16.4, - "recent_sr": 139.0 - }, - "Raqibul Hasan": { - "recent_scores": [ - 17, - 51, - 9, - 30, - 109, - 32, - 10, - 43 - ], - "recent_avg": 37.6, - "recent_sr": 40.7 - }, - "Rashad Al Balushi": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Rasheed Ali Mamadkhel": { - "recent_scores": [ - 27, - 0, - 33, - 37, - 6, - 0, - 7, - 12, - 4, - 17 - ], - "recent_avg": 14.3, - "recent_sr": 115.3 - }, - "Rashid Hashmi": { - "recent_scores": [ - 28, - 20, - 5, - 1 - ], - "recent_avg": 13.5, - "recent_sr": 78.3 - }, - "Rashidatu Salia": { - "recent_scores": [ - 0, - 14, - 6 - ], - "recent_avg": 6.7, - "recent_sr": 46.5 - }, - "Rashmeka Badri Narayanan": { - "recent_scores": [ - 0, - 0, - 3 - ], - "recent_avg": 1.0, - "recent_sr": 17.6 - }, - "Ratul Khan": { - "recent_scores": [ - 13, - 13 - ], - "recent_avg": 13.0, - "recent_sr": 89.7 - }, - "Raunaq Kapur": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 60.0 - }, - "Ravinder Gill": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "Ravinder Singh": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 47.4 - }, - "Ravinderpal Singh": { - "recent_scores": [ - 1, - 12, - 34, - 4, - 26 - ], - "recent_avg": 15.4, - "recent_sr": 72.0 - }, - "Raza Hasan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Raza Iqbal": { - "recent_scores": [ - 4, - 11, - 24, - 60 - ], - "recent_avg": 24.8, - "recent_sr": 99.0 - }, - "Raza-ur-Rehman": { - "recent_scores": [ - 88, - 16, - 0, - 70 - ], - "recent_avg": 43.5, - "recent_sr": 80.9 - }, - "Razmal Shigiwal": { - "recent_scores": [ - 23 - ], - "recent_avg": 23.0, - "recent_sr": 95.8 - }, - "Reehana Khan": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "Reema Naseer": { - "recent_scores": [ - 3, - 10, - 0, - 3, - 2, - 13 - ], - "recent_avg": 5.2, - "recent_sr": 46.3 - }, - "Regina Khan": { - "recent_scores": [ - 21, - 19, - 26, - 0, - 9, - 2, - 1 - ], - "recent_avg": 11.1, - "recent_sr": 57.4 - }, - "Rehan Ahmed": { - "recent_scores": [ - 16, - 6, - 29, - 41, - 11 - ], - "recent_avg": 20.6, - "recent_sr": 56.6 - }, - "Rehman Abdul": { - "recent_scores": [ - 4, - 15, - 28 - ], - "recent_avg": 15.7, - "recent_sr": 88.7 - }, - "Rejaul Karim": { - "recent_scores": [ - 4, - 38, - 17 - ], - "recent_avg": 19.7, - "recent_sr": 122.9 - }, - "Renuka Singh": { - "recent_scores": [ - 8, - 1 - ], - "recent_avg": 4.5, - "recent_sr": 56.2 - }, - "Rhyda Ofori": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "Rhys Burinaga": { - "recent_scores": [ - 1, - 1, - 5, - 22, - 3, - 2, - 4, - 2, - 7, - 4 - ], - "recent_avg": 5.1, - "recent_sr": 77.3 - }, - "Riaz Afridi": { - "recent_scores": [ - 3, - 11 - ], - "recent_avg": 7.0, - "recent_sr": 82.4 - }, - "Riazat Ali Shah": { - "recent_scores": [ - 20, - 96, - 13, - 27, - 74 - ], - "recent_avg": 46.0, - "recent_sr": 227.7 - }, - "Rida Syeda": { - "recent_scores": [ - 1, - 1, - 0, - 9, - 2 - ], - "recent_avg": 2.6, - "recent_sr": 22.4 - }, - "Rida Zainab": { - "recent_scores": [ - 6, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 66.7 - }, - "Rinitha Rajith": { - "recent_scores": [ - 13, - 14, - 32, - 0, - 26, - 3, - 0, - 59 - ], - "recent_avg": 18.4, - "recent_sr": 63.6 - }, - "Rishad Hossain": { - "recent_scores": [ - 8, - 3, - 4, - 0, - 2, - 3, - 39, - 26, - 26, - 18 - ], - "recent_avg": 12.9, - "recent_sr": 116.2 - }, - "Rithika Rajith": { - "recent_scores": [ - 6, - 6, - 1 - ], - "recent_avg": 4.3, - "recent_sr": 92.9 - }, - "Rithika Sriram": { - "recent_scores": [ - 2, - 1, - 10, - 0 - ], - "recent_avg": 3.2, - "recent_sr": 26.5 - }, - "Ritik Tomar": { - "recent_scores": [ - 13, - 0, - 1, - 9, - 3, - 2, - 37, - 5, - 19, - 15 - ], - "recent_avg": 10.4, - "recent_sr": 84.6 - }, - "Ritu Moni": { - "recent_scores": [ - 20, - 17, - 0, - 11, - 7, - 2, - 19, - 5, - 48, - 15 - ], - "recent_avg": 14.4, - "recent_sr": 66.1 - }, - "Riya Sharma": { - "recent_scores": [ - 1, - 0, - 4, - 0, - 2, - 0, - 1, - 4, - 0, - 2 - ], - "recent_avg": 1.4, - "recent_sr": 24.1 - }, - "Riyaa Bhasin": { - "recent_scores": [ - 10, - 14, - 7, - 2, - 0, - 7, - 3, - 2, - 11, - 1 - ], - "recent_avg": 5.7, - "recent_sr": 54.8 - }, - "Riyaz Kajalwala": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 11.1 - }, - "Rizpha Bano": { - "recent_scores": [ - 12, - 9, - 3, - 39, - 13, - 3, - 20, - 5, - 58, - 26 - ], - "recent_avg": 18.8, - "recent_sr": 90.4 - }, - "Rizwan Butt": { - "recent_scores": [ - 3, - 12, - 0, - 8, - 3, - 3, - 1, - 2, - 0, - 28 - ], - "recent_avg": 6.0, - "recent_sr": 113.2 - }, - "Rizwan Cheema": { - "recent_scores": [ - 2, - 0, - 36, - 2, - 2, - 17, - 4, - 14, - 37, - 0 - ], - "recent_avg": 11.4, - "recent_sr": 97.4 - }, - "Rizwan Haider": { - "recent_scores": [ - 4, - 7, - 3, - 0, - 1, - 17, - 2, - 2 - ], - "recent_avg": 4.5, - "recent_sr": 128.6 - }, - "Rizwan Mahmood": { - "recent_scores": [ - 72, - 0, - 5, - 6, - 7, - 3, - 6 - ], - "recent_avg": 14.1, - "recent_sr": 86.8 - }, - "Rizwan Mangera": { - "recent_scores": [ - 0, - 2, - 2 - ], - "recent_avg": 1.3, - "recent_sr": 16.7 - }, - "Rizwan Zahoor": { - "recent_scores": [ - 15, - 1 - ], - "recent_avg": 8.0, - "recent_sr": 80.0 - }, - "Rizwana Begum": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Robert Raina": { - "recent_scores": [ - 10, - 17, - 6, - 0, - 42, - 1, - 8, - 20, - 6 - ], - "recent_avg": 12.2, - "recent_sr": 92.4 - }, - "Rohail Nazir": { - "recent_scores": [ - 16, - 36, - 42, - 2, - 16, - 68, - 48, - 28 - ], - "recent_avg": 32.0, - "recent_sr": 120.8 - }, - "Rohan Bhavesh Patel": { - "recent_scores": [ - 2, - 3 - ], - "recent_avg": 2.5, - "recent_sr": 62.5 - }, - "Rohan Mustafa": { - "recent_scores": [ - 17, - 35, - 12, - 8, - 12, - 5, - 7, - 2, - 4, - 0 - ], - "recent_avg": 10.2, - "recent_sr": 52.0 - }, - "Roheed Akhtar": { - "recent_scores": [ - 4, - 3, - 0, - 0, - 5, - 0, - 9, - 15, - 3 - ], - "recent_avg": 4.3, - "recent_sr": 52.0 - }, - "Rohit Kumar": { - "recent_scores": [ - 14, - 21, - 13, - 8, - 8, - 11, - 6, - 27, - 26, - 19 - ], - "recent_avg": 15.3, - "recent_sr": 121.4 - }, - "Rohit Limbu": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 46.2 - }, - "Rohit Sharma": { - "recent_scores": [ - 74, - 0, - 57 - ], - "recent_avg": 43.7, - "recent_sr": 172.4 - }, - "Roma Thapa": { - "recent_scores": [ - 3, - 6, - 3 - ], - "recent_avg": 4.0, - "recent_sr": 60.0 - }, - "Ronald Ebanks": { - "recent_scores": [ - 2, - 0, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 33.3 - }, - "Rongyu Zhao": { - "recent_scores": [ - 12, - 3 - ], - "recent_avg": 7.5, - "recent_sr": 50.0 - }, - "Ronitkumar Ahir": { - "recent_scores": [ - 6, - 2 - ], - "recent_avg": 4.0, - "recent_sr": 80.0 - }, - "Rony Talukdar": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 26.7 - }, - "Roopa Nagraj": { - "recent_scores": [ - 27, - 2, - 2 - ], - "recent_avg": 10.3, - "recent_sr": 46.3 - }, - "Roshni Ramesh": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "Roshni Sebastian": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Rosie Davis": { - "recent_scores": [ - 17, - 2 - ], - "recent_avg": 9.5, - "recent_sr": 63.3 - }, - "Rosine Irera": { - "recent_scores": [ - 4, - 1, - 1, - 12, - 4, - 0, - 3, - 1, - 3, - 5 - ], - "recent_avg": 3.4, - "recent_sr": 58.6 - }, - "Rozabel Asumadu": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 66.7 - }, - "Ruba Rashid": { - "recent_scores": [ - 0, - 0, - 7, - 1, - 0 - ], - "recent_avg": 1.6, - "recent_sr": 14.8 - }, - "Rubel Hossain": { - "recent_scores": [ - 6, - 22, - 17, - 23, - 2, - 45, - 8, - 1, - 19, - 4 - ], - "recent_avg": 14.7, - "recent_sr": 55.3 - }, - "Rubya Haider": { - "recent_scores": [ - 13, - 0, - 44, - 25, - 4, - 4, - 54 - ], - "recent_avg": 20.6, - "recent_sr": 54.3 - }, - "Ruchitha Venkatesh": { - "recent_scores": [ - 8, - 0, - 0, - 16, - 1, - 4, - 3, - 1, - 0, - 15 - ], - "recent_avg": 4.8, - "recent_sr": 56.5 - }, - "Rudolph Fox": { - "recent_scores": [ - 2, - 6, - 1, - 17, - 4, - 18, - 2, - 24 - ], - "recent_avg": 9.2, - "recent_sr": 89.2 - }, - "Rumaisa Jawad Nasir": { - "recent_scores": [ - 0, - 1, - 0, - 3 - ], - "recent_avg": 1.0, - "recent_sr": 9.5 - }, - "Rumana Ahmed": { - "recent_scores": [ - 9, - 6, - 15, - 2, - 0, - 16, - 1, - 21, - 50, - 74 - ], - "recent_avg": 19.4, - "recent_sr": 63.0 - }, - "Rumeysa Alp": { - "recent_scores": [ - 1, - 2 - ], - "recent_avg": 1.5, - "recent_sr": 17.6 - }, - "Rupesh Singh": { - "recent_scores": [ - 43, - 3, - 19 - ], - "recent_avg": 21.7, - "recent_sr": 130.0 - }, - "Ryan Ani": { - "recent_scores": [ - 3, - 9 - ], - "recent_avg": 6.0, - "recent_sr": 133.3 - }, - "S Agazuma": { - "recent_scores": [ - 23, - 15, - 7, - 2, - 1, - 28 - ], - "recent_avg": 12.7, - "recent_sr": 67.3 - }, - "S Akiteng": { - "recent_scores": [ - 4, - 0, - 0, - 0, - 2, - 2, - 1, - 1, - 3, - 0 - ], - "recent_avg": 1.3, - "recent_sr": 50.0 - }, - "S Alavala": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Arachchige": { - "recent_scores": [ - 4, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 44.4 - }, - "S Asha": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 160.0 - }, - "S Ashwathnarayana": { - "recent_scores": [ - 6, - 15, - 52, - 4, - 24, - 41, - 6 - ], - "recent_avg": 21.1, - "recent_sr": 142.3 - }, - "S Ateak": { - "recent_scores": [ - 23, - 57 - ], - "recent_avg": 40.0, - "recent_sr": 137.9 - }, - "S Austin": { - "recent_scores": [ - 18, - 20, - 5, - 3, - 38, - 14, - 32, - 1, - 16, - 25 - ], - "recent_avg": 17.2, - "recent_sr": 111.0 - }, - "S Banamali": { - "recent_scores": [ - 8, - 1 - ], - "recent_avg": 4.5, - "recent_sr": 60.0 - }, - "S Bandeva": { - "recent_scores": [ - 0, - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Bangera": { - "recent_scores": [ - 23, - 4, - 9, - 22, - 13, - 17 - ], - "recent_avg": 14.7, - "recent_sr": 98.9 - }, - "S Barnett": { - "recent_scores": [ - 11, - 3 - ], - "recent_avg": 7.0, - "recent_sr": 73.7 - }, - "S Basharat": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 22.2 - }, - "S Bau": { - "recent_scores": [ - 3, - 4, - 26, - 7, - 9, - 18, - 81, - 3, - 18, - 11 - ], - "recent_avg": 18.0, - "recent_sr": 63.8 - }, - "S Bevin": { - "recent_scores": [ - 0, - 14, - 0 - ], - "recent_avg": 4.7, - "recent_sr": 93.3 - }, - "S Bhandari": { - "recent_scores": [ - 0, - 5 - ], - "recent_avg": 2.5, - "recent_sr": 19.2 - }, - "S Bhanushali": { - "recent_scores": [ - 0, - 3 - ], - "recent_avg": 1.5, - "recent_sr": 23.1 - }, - "S Bhardwaj": { - "recent_scores": [ - 6, - 0, - 1, - 0, - 5, - 17, - 0 - ], - "recent_avg": 4.1, - "recent_sr": 36.7 - }, - "S Bhari": { - "recent_scores": [ - 1, - 0, - 2, - 0, - 11, - 8 - ], - "recent_avg": 3.7, - "recent_sr": 42.3 - }, - "S Bharratt": { - "recent_scores": [ - 28, - 13, - 0, - 3, - 18, - 0 - ], - "recent_avg": 10.3, - "recent_sr": 79.5 - }, - "S Bhaskar": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 114.3 - }, - "S Bist": { - "recent_scores": [ - 0, - 3, - 3 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "S Bodha": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 83.3 - }, - "S Bogdos": { - "recent_scores": [ - 1, - 2, - 2 - ], - "recent_avg": 1.7, - "recent_sr": 23.8 - }, - "S Borakambi": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 100.0 - }, - "S Browne": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 11.1 - }, - "S Brunsgaard": { - "recent_scores": [ - 21, - 2 - ], - "recent_avg": 11.5, - "recent_sr": 48.9 - }, - "S Budhathoki": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "S Burdekin": { - "recent_scores": [ - 0, - 2, - 5, - 29, - 2, - 12, - 3, - 22, - 4, - 12 - ], - "recent_avg": 9.1, - "recent_sr": 79.8 - }, - "S Carrington": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 27.3 - }, - "S Chandnani": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "S Chandramohan": { - "recent_scores": [ - 25, - 80, - 8, - 10, - 13, - 12 - ], - "recent_avg": 24.7, - "recent_sr": 117.5 - }, - "S Channa": { - "recent_scores": [ - 7, - 0, - 12, - 7 - ], - "recent_avg": 6.5, - "recent_sr": 61.9 - }, - "S Chaturongrattana": { - "recent_scores": [ - 6, - 5, - 0, - 1, - 1 - ], - "recent_avg": 2.6, - "recent_sr": 36.1 - }, - "S Chaudhary": { - "recent_scores": [ - 9, - 12, - 2, - 0 - ], - "recent_avg": 5.8, - "recent_sr": 82.1 - }, - "S Chilemanya": { - "recent_scores": [ - 0, - 1, - 14, - 2, - 0, - 6, - 17, - 9 - ], - "recent_avg": 6.1, - "recent_sr": 67.1 - }, - "S Chinawa": { - "recent_scores": [ - 4, - 14, - 0, - 14, - 7, - 2, - 8, - 5, - 13, - 3 - ], - "recent_avg": 7.0, - "recent_sr": 50.4 - }, - "S Choden": { - "recent_scores": [ - 15, - 1, - 2, - 9, - 14, - 28, - 20, - 29, - 5, - 13 - ], - "recent_avg": 13.6, - "recent_sr": 64.2 - }, - "S Cholasseri": { - "recent_scores": [ - 6, - 4, - 37, - 20 - ], - "recent_avg": 16.8, - "recent_sr": 69.1 - }, - "S Chophel": { - "recent_scores": [ - 4, - 1, - 4, - 2 - ], - "recent_avg": 2.8, - "recent_sr": 61.1 - }, - "S Clarke": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Coelho": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Conteh": { - "recent_scores": [ - 0, - 10, - 0, - 7, - 11, - 25, - 0, - 3, - 1, - 9 - ], - "recent_avg": 6.6, - "recent_sr": 74.2 - }, - "S Cotter": { - "recent_scores": [ - 5, - 1, - 10, - 6, - 51, - 24, - 22, - 1, - 0, - 24 - ], - "recent_avg": 14.4, - "recent_sr": 89.4 - }, - "S Crowie": { - "recent_scores": [ - 1, - 13, - 45 - ], - "recent_avg": 19.7, - "recent_sr": 79.7 - }, - "S Dabholkatr": { - "recent_scores": [ - 0, - 2, - 4, - 10, - 6, - 1 - ], - "recent_avg": 3.8, - "recent_sr": 88.5 - }, - "S Davizi": { - "recent_scores": [ - 45, - 16, - 25, - 0, - 28, - 2, - 4, - 2, - 2, - 50 - ], - "recent_avg": 17.4, - "recent_sr": 112.3 - }, - "S Delai": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 44.4 - }, - "S Desungnoen": { - "recent_scores": [ - 0, - 42, - 5, - 23, - 16, - 11, - 36, - 0, - 9, - 8 - ], - "recent_avg": 15.0, - "recent_sr": 93.8 - }, - "S Devata": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 133.3 - }, - "S Dhadwal": { - "recent_scores": [ - 10, - 3, - 5, - 21, - 9, - 6, - 5, - 12, - 20, - 2 - ], - "recent_avg": 9.3, - "recent_sr": 45.4 - }, - "S Dhakal": { - "recent_scores": [ - 1, - 0, - 4, - 1, - 1, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 15.9 - }, - "S Dhami": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 12.5 - }, - "S Dhaniram": { - "recent_scores": [ - 41, - 79, - 13, - 1, - 17, - 30, - 7, - 10, - 0, - 20 - ], - "recent_avg": 21.8, - "recent_sr": 80.1 - }, - "S Dharnidharka": { - "recent_scores": [ - 45, - 5, - 10, - 5, - 18, - 9, - 22, - 8 - ], - "recent_avg": 15.2, - "recent_sr": 48.6 - }, - "S Divya": { - "recent_scores": [ - 1, - 1, - 1, - 6, - 1 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "S Draunivudi": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 150.0 - }, - "S Dunukedeniya": { - "recent_scores": [ - 5, - 17, - 10, - 3, - 0, - 1, - 4, - 65, - 4, - 1 - ], - "recent_avg": 11.0, - "recent_sr": 62.1 - }, - "S Dzimau": { - "recent_scores": [ - 10, - 4 - ], - "recent_avg": 7.0, - "recent_sr": 46.7 - }, - "S Ecclestone": { - "recent_scores": [ - 61, - 19, - 37, - 10, - 27, - 35, - 34, - 17, - 9, - 8 - ], - "recent_avg": 25.7, - "recent_sr": 46.3 - }, - "S Elayaperumal": { - "recent_scores": [ - 3, - 0, - 1, - 1 - ], - "recent_avg": 1.2, - "recent_sr": 22.7 - }, - "S Elmsjoo": { - "recent_scores": [ - 1, - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "S Etim": { - "recent_scores": [ - 12, - 4, - 16, - 3, - 21, - 14, - 3, - 2, - 1, - 25 - ], - "recent_avg": 10.1, - "recent_sr": 74.8 - }, - "S Farooq": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "S Foo-Ryland": { - "recent_scores": [ - 51, - 52, - 24 - ], - "recent_avg": 42.3, - "recent_sr": 83.6 - }, - "S Forbes": { - "recent_scores": [ - 17, - 11, - 8, - 0, - 42, - 2, - 54, - 55, - 29, - 4 - ], - "recent_avg": 22.2, - "recent_sr": 62.9 - }, - "S Foster": { - "recent_scores": [ - 4, - 5, - 3, - 0, - 13, - 8, - 32, - 7, - 18, - 12 - ], - "recent_avg": 10.2, - "recent_sr": 85.7 - }, - "S Fouch\u00e9": { - "recent_scores": [ - 1, - 11, - 22, - 18, - 83, - 47, - 0, - 55, - 14, - 10 - ], - "recent_avg": 26.1, - "recent_sr": 64.8 - }, - "S Frank": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 20.0 - }, - "S Franklin": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 71.4 - }, - "S Gajnabi": { - "recent_scores": [ - 1, - 8, - 16, - 20, - 21, - 2, - 2, - 3, - 0, - 7 - ], - "recent_avg": 8.0, - "recent_sr": 51.3 - }, - "S Galabova": { - "recent_scores": [ - 2, - 0, - 10, - 6, - 0, - 0, - 11, - 1, - 25, - 1 - ], - "recent_avg": 5.6, - "recent_sr": 54.4 - }, - "S Gantulga": { - "recent_scores": [ - 0, - 1, - 1, - 6, - 0, - 2 - ], - "recent_avg": 1.7, - "recent_sr": 18.2 - }, - "S Gasteratos": { - "recent_scores": [ - 2, - 4 - ], - "recent_avg": 3.0, - "recent_sr": 46.2 - }, - "S Georgota": { - "recent_scores": [ - 8, - 1, - 9, - 0, - 11, - 0, - 3, - 10, - 1, - 5 - ], - "recent_avg": 4.8, - "recent_sr": 44.0 - }, - "S Gill": { - "recent_scores": [ - 15, - 33, - 6, - 1, - 19, - 3, - 11, - 35, - 1, - 10 - ], - "recent_avg": 13.4, - "recent_sr": 97.1 - }, - "S Gimhani": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Glenn": { - "recent_scores": [ - 3, - 16, - 7, - 22, - 3, - 6, - 11 - ], - "recent_avg": 9.7, - "recent_sr": 81.0 - }, - "S Godara": { - "recent_scores": [ - 0, - 10, - 24, - 17, - 0, - 22, - 21 - ], - "recent_avg": 13.4, - "recent_sr": 144.6 - }, - "S Gokhale": { - "recent_scores": [ - 9, - 9, - 9 - ], - "recent_avg": 9.0, - "recent_sr": 51.9 - }, - "S Gooch": { - "recent_scores": [ - 8, - 7, - 18, - 0, - 11, - 22, - 21, - 43, - 25, - 57 - ], - "recent_avg": 21.2, - "recent_sr": 93.4 - }, - "S Grover": { - "recent_scores": [ - 116, - 29, - 0, - 17, - 2, - 1, - 0, - 1, - 5, - 25 - ], - "recent_avg": 19.6, - "recent_sr": 145.2 - }, - "S Gulecha": { - "recent_scores": [ - 9, - 12, - 0, - 15, - 1, - 1, - 23 - ], - "recent_avg": 8.7, - "recent_sr": 105.2 - }, - "S Haggo": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Hanson": { - "recent_scores": [ - 4, - 3 - ], - "recent_avg": 3.5, - "recent_sr": 100.0 - }, - "S Hassall": { - "recent_scores": [ - 3, - 4, - 5, - 0, - 6, - 5 - ], - "recent_avg": 3.8, - "recent_sr": 50.0 - }, - "S Heath": { - "recent_scores": [ - 47, - 43, - 17, - 20, - 28, - 37, - 61, - 18 - ], - "recent_avg": 33.9, - "recent_sr": 154.0 - }, - "S Hector": { - "recent_scores": [ - 11, - 13 - ], - "recent_avg": 12.0, - "recent_sr": 72.7 - }, - "S Hojholt": { - "recent_scores": [ - 14, - 16, - 30, - 5, - 20, - 14, - 27, - 5 - ], - "recent_avg": 16.4, - "recent_sr": 59.3 - }, - "S Hongsi": { - "recent_scores": [ - 2, - 10 - ], - "recent_avg": 6.0, - "recent_sr": 133.3 - }, - "S Hook": { - "recent_scores": [ - 8, - 20, - 6, - 0, - 1, - 0, - 51, - 46, - 1, - 18 - ], - "recent_avg": 15.1, - "recent_sr": 114.4 - }, - "S Horley": { - "recent_scores": [ - 43, - 71, - 0, - 100, - 62 - ], - "recent_avg": 55.2, - "recent_sr": 77.5 - }, - "S Houghton": { - "recent_scores": [ - 0, - 2, - 22, - 34, - 11, - 31, - 25, - 24, - 0, - 26 - ], - "recent_avg": 17.5, - "recent_sr": 77.8 - }, - "S Hunter": { - "recent_scores": [ - 19, - 2, - 4 - ], - "recent_avg": 8.3, - "recent_sr": 69.4 - }, - "S Hussein": { - "recent_scores": [ - 21, - 4 - ], - "recent_avg": 12.5, - "recent_sr": 53.2 - }, - "S Immadi": { - "recent_scores": [ - 0, - 4, - 0 - ], - "recent_avg": 1.3, - "recent_sr": 30.8 - }, - "S Ingabire": { - "recent_scores": [ - 0, - 5, - 2, - 1, - 2, - 1, - 15, - 24, - 12, - 13 - ], - "recent_avg": 7.5, - "recent_sr": 44.4 - }, - "S Ishaque": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 88.9 - }, - "S Ismail": { - "recent_scores": [ - 6, - 6, - 12, - 2, - 4, - 5, - 3, - 3, - 1, - 0 - ], - "recent_avg": 4.2, - "recent_sr": 55.3 - }, - "S Iushchenko": { - "recent_scores": [ - 6, - 0, - 4 - ], - "recent_avg": 3.3, - "recent_sr": 25.0 - }, - "S Ivetic": { - "recent_scores": [ - 49, - 16, - 9, - 14, - 63, - 10, - 29, - 1, - 27, - 21 - ], - "recent_avg": 23.9, - "recent_sr": 82.7 - }, - "S Jadhav": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 100.0 - }, - "S Jafta": { - "recent_scores": [ - 8, - 15, - 9, - 4 - ], - "recent_avg": 9.0, - "recent_sr": 24.8 - }, - "S Jamil": { - "recent_scores": [ - 8, - 6 - ], - "recent_avg": 7.0, - "recent_sr": 82.4 - }, - "S Jayakodi": { - "recent_scores": [ - 2, - 0, - 4, - 12, - 5, - 16, - 3, - 5, - 13, - 4 - ], - "recent_avg": 6.4, - "recent_sr": 34.4 - }, - "S Jayasinghe": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Jeelany": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 8.3 - }, - "S Jegannathan": { - "recent_scores": [ - 1, - 65, - 5, - 38, - 24, - 24, - 11, - 11, - 20, - 1 - ], - "recent_avg": 20.0, - "recent_sr": 108.7 - }, - "S Jele": { - "recent_scores": [ - 4, - 16, - 5, - 12, - 0, - 1 - ], - "recent_avg": 6.3, - "recent_sr": 102.7 - }, - "S Jimmy": { - "recent_scores": [ - 9, - 12, - 4, - 5, - 4, - 10, - 57, - 17 - ], - "recent_avg": 14.8, - "recent_sr": 59.6 - }, - "S Jora": { - "recent_scores": [ - 1, - 3, - 5, - 28, - 19 - ], - "recent_avg": 11.2, - "recent_sr": 82.4 - }, - "S Joseph": { - "recent_scores": [ - 5, - 17, - 8, - 53, - 52, - 14, - 15, - 36, - 20, - 41 - ], - "recent_avg": 26.1, - "recent_sr": 92.9 - }, - "S Juma": { - "recent_scores": [ - 12, - 12, - 18, - 1, - 29, - 7, - 9, - 16, - 10, - 1 - ], - "recent_avg": 11.5, - "recent_sr": 95.0 - }, - "S Kagnassy": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Kailath": { - "recent_scores": [ - 0, - 0, - 0, - 1 - ], - "recent_avg": 0.2, - "recent_sr": 6.2 - }, - "S Kakai": { - "recent_scores": [ - 7, - 0, - 2 - ], - "recent_avg": 3.0, - "recent_sr": 52.9 - }, - "S Kamate": { - "recent_scores": [ - 16, - 0, - 17, - 9, - 0, - 0, - 0, - 2, - 0, - 12 - ], - "recent_avg": 5.6, - "recent_sr": 78.9 - }, - "S Kambalapalli": { - "recent_scores": [ - 6, - 52, - 0, - 21, - 5, - 1, - 24, - 2 - ], - "recent_avg": 13.9, - "recent_sr": 95.7 - }, - "S Kananji": { - "recent_scores": [ - 31, - 0, - 26, - 0, - 51, - 16, - 10, - 3, - 1, - 13 - ], - "recent_avg": 15.1, - "recent_sr": 99.3 - }, - "S Kanankege": { - "recent_scores": [ - 0, - 12, - 1, - 3, - 0, - 6, - 1, - 0, - 3, - 1 - ], - "recent_avg": 2.7, - "recent_sr": 35.1 - }, - "S Kaneria": { - "recent_scores": [ - 17, - 10, - 34, - 4 - ], - "recent_avg": 16.2, - "recent_sr": 67.0 - }, - "S Kato": { - "recent_scores": [ - 18, - 6, - 1, - 30, - 17, - 18, - 0, - 21, - 19, - 1 - ], - "recent_avg": 13.1, - "recent_sr": 79.9 - }, - "S Kemigisha": { - "recent_scores": [ - 7, - 0, - 20, - 25, - 29, - 7 - ], - "recent_avg": 14.7, - "recent_sr": 55.0 - }, - "S Khadka": { - "recent_scores": [ - 2, - 13, - 12 - ], - "recent_avg": 9.0, - "recent_sr": 57.4 - }, - "S Kharvi": { - "recent_scores": [ - 6, - 15, - 0, - 1, - 25, - 3, - 0, - 4, - 0, - 3 - ], - "recent_avg": 5.7, - "recent_sr": 65.5 - }, - "S Khatri": { - "recent_scores": [ - 0, - 0, - 1 - ], - "recent_avg": 0.3, - "recent_sr": 2.9 - }, - "S Khiaoto": { - "recent_scores": [ - 6, - 15, - 59, - 8, - 18 - ], - "recent_avg": 21.2, - "recent_sr": 72.1 - }, - "S Khurana": { - "recent_scores": [ - 0, - 36, - 1, - 2, - 2, - 8, - 5, - 43, - 3, - 0 - ], - "recent_avg": 10.0, - "recent_sr": 96.2 - }, - "S Kijiana": { - "recent_scores": [ - 13, - 3, - 5, - 15, - 6, - 13 - ], - "recent_avg": 9.2, - "recent_sr": 96.5 - }, - "S Kimura": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 162.5 - }, - "S Kizito": { - "recent_scores": [ - 0, - 1, - 4, - 0, - 2, - 0, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 16.7 - }, - "S Kochar": { - "recent_scores": [ - 26, - 3, - 0, - 6 - ], - "recent_avg": 8.8, - "recent_sr": 77.8 - }, - "S Kolcharam": { - "recent_scores": [ - 41, - 10, - 7, - 15, - 36, - 2, - 25, - 4, - 0, - 35 - ], - "recent_avg": 17.5, - "recent_sr": 95.6 - }, - "S Kolcunova": { - "recent_scores": [ - 0, - 0, - 0, - 2, - 0, - 0, - 8, - 4, - 4 - ], - "recent_avg": 2.0, - "recent_sr": 17.6 - }, - "S Kollery": { - "recent_scores": [ - 2, - 29 - ], - "recent_avg": 15.5, - "recent_sr": 72.1 - }, - "S Kommula": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Koppolu": { - "recent_scores": [ - 24, - 9, - 34, - 0, - 23, - 1, - 13, - 34, - 11, - 1 - ], - "recent_avg": 15.0, - "recent_sr": 106.4 - }, - "S Kotte": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 11.1 - }, - "S Krisheta": { - "recent_scores": [ - 7, - 20, - 8, - 13, - 6, - 47, - 12, - 12, - 16, - 9 - ], - "recent_avg": 15.0, - "recent_sr": 78.1 - }, - "S Kruger": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Kubheka": { - "recent_scores": [ - 5, - 8, - 3, - 1, - 0, - 3 - ], - "recent_avg": 3.3, - "recent_sr": 83.3 - }, - "S Kucuksucu": { - "recent_scores": [ - 3, - 1, - 0 - ], - "recent_avg": 1.3, - "recent_sr": 11.4 - }, - "S Kunaratnam": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 11.1 - }, - "S Kushretha": { - "recent_scores": [ - 2, - 9, - 11, - 0, - 3, - 28 - ], - "recent_avg": 8.8, - "recent_sr": 70.7 - }, - "S Lackay": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Laomi": { - "recent_scores": [ - 4, - 4, - 1, - 0, - 4, - 22, - 0, - 15, - 12, - 12 - ], - "recent_avg": 7.4, - "recent_sr": 50.3 - }, - "S Lateh": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Linden": { - "recent_scores": [ - 7, - 4 - ], - "recent_avg": 5.5, - "recent_sr": 45.8 - }, - "S Lita D'Sa": { - "recent_scores": [ - 3, - 1, - 2, - 6, - 1, - 0, - 1, - 1, - 2, - 7 - ], - "recent_avg": 2.4, - "recent_sr": 49.0 - }, - "S Loday": { - "recent_scores": [ - 0, - 13, - 12, - 10, - 19, - 1, - 11, - 7, - 18, - 6 - ], - "recent_avg": 9.7, - "recent_sr": 74.6 - }, - "S Lomani": { - "recent_scores": [ - 13, - 1, - 4, - 43, - 0, - 7, - 4, - 27, - 5 - ], - "recent_avg": 11.6, - "recent_sr": 54.7 - }, - "S Lote": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "S Loubser": { - "recent_scores": [ - 24, - 17, - 0, - 2 - ], - "recent_avg": 10.8, - "recent_sr": 57.3 - }, - "S Lourens": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 50.0 - }, - "S Lundell": { - "recent_scores": [ - 31, - 26, - 1, - 49, - 11, - 22, - 8, - 3 - ], - "recent_avg": 18.9, - "recent_sr": 81.6 - }, - "S Luus": { - "recent_scores": [ - 57, - 174, - 31, - 37 - ], - "recent_avg": 74.8, - "recent_sr": 43.0 - }, - "S Mabuza": { - "recent_scores": [ - 4, - 0, - 0, - 0, - 0, - 0, - 0, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 12.1 - }, - "S MacMahon": { - "recent_scores": [ - 3, - 1, - 13, - 4, - 42, - 13, - 3, - 29 - ], - "recent_avg": 13.5, - "recent_sr": 86.4 - }, - "S Maduranga": { - "recent_scores": [ - 1, - 5, - 0, - 7, - 10, - 2, - 24, - 3, - 51, - 27 - ], - "recent_avg": 13.0, - "recent_sr": 75.1 - }, - "S Magar": { - "recent_scores": [ - 8, - 5, - 5, - 12, - 0 - ], - "recent_avg": 6.0, - "recent_sr": 38.5 - }, - "S Mahmood": { - "recent_scores": [ - 52 - ], - "recent_avg": 52.0, - "recent_sr": 41.6 - }, - "S Malla": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Malwatta": { - "recent_scores": [ - 0, - 2, - 3, - 0, - 7, - 1, - 0, - 4 - ], - "recent_avg": 2.1, - "recent_sr": 41.5 - }, - "S Mandhana": { - "recent_scores": [ - 153, - 6, - 149, - 112, - 43, - 158, - 86, - 73 - ], - "recent_avg": 97.5, - "recent_sr": 63.4 - }, - "S Mannan": { - "recent_scores": [ - 9, - 4 - ], - "recent_avg": 6.5, - "recent_sr": 39.4 - }, - "S Mathur": { - "recent_scores": [ - 8, - 3, - 3, - 9, - 26, - 2, - 24, - 17, - 6, - 0 - ], - "recent_avg": 9.8, - "recent_sr": 89.9 - }, - "S Matijevic": { - "recent_scores": [ - 36, - 3, - 27, - 6, - 12, - 0, - 6, - 8, - 23, - 16 - ], - "recent_avg": 13.7, - "recent_sr": 56.1 - }, - "S Matsikenyeri": { - "recent_scores": [ - 17, - 25, - 13 - ], - "recent_avg": 18.3, - "recent_sr": 32.5 - }, - "S Mba": { - "recent_scores": [ - 20, - 23, - 9, - 0, - 6, - 40, - 7 - ], - "recent_avg": 15.0, - "recent_sr": 70.5 - }, - "S Meghana": { - "recent_scores": [ - 61, - 49, - 4 - ], - "recent_avg": 38.0, - "recent_sr": 102.7 - }, - "S Merican": { - "recent_scores": [ - 1, - 0, - 5, - 0, - 14, - 14, - 3, - 0, - 0, - 2 - ], - "recent_avg": 3.9, - "recent_sr": 27.1 - }, - "S Mills": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 16.7 - }, - "S Miyaji": { - "recent_scores": [ - 3, - 13, - 15, - 27, - 1, - 9, - 0, - 2 - ], - "recent_avg": 8.8, - "recent_sr": 35.5 - }, - "S Mohan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Moise": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Molineux": { - "recent_scores": [ - 33, - 2, - 62 - ], - "recent_avg": 32.3, - "recent_sr": 53.3 - }, - "S Mostary": { - "recent_scores": [ - 74, - 5, - 41, - 26, - 8, - 66, - 9, - 2, - 60, - 24 - ], - "recent_avg": 31.5, - "recent_sr": 74.3 - }, - "S Mosweu": { - "recent_scores": [ - 9, - 43, - 9, - 0, - 10, - 20, - 15, - 4, - 15, - 15 - ], - "recent_avg": 14.0, - "recent_sr": 71.4 - }, - "S Movva": { - "recent_scores": [ - 5, - 83, - 20, - 60, - 14, - 2, - 2, - 7, - 24, - 15 - ], - "recent_avg": 23.2, - "recent_sr": 62.5 - }, - "S Mtae": { - "recent_scores": [ - 8, - 2, - 6, - 7, - 2, - 27, - 55, - 9, - 6, - 15 - ], - "recent_avg": 13.7, - "recent_sr": 84.6 - }, - "S Muniandy": { - "recent_scores": [ - 4, - 3, - 4, - 3 - ], - "recent_avg": 3.5, - "recent_sr": 63.6 - }, - "S Murari": { - "recent_scores": [ - 0, - 0, - 1, - 8, - 1, - 0, - 0 - ], - "recent_avg": 1.4, - "recent_sr": 58.8 - }, - "S Muthusamy": { - "recent_scores": [ - 109, - 89, - 17, - 68, - 7, - 16, - 82 - ], - "recent_avg": 55.4, - "recent_sr": 47.8 - }, - "S Nadigotla": { - "recent_scores": [ - 6, - 28, - 29, - 6, - 26, - 4, - 23, - 8, - 6, - 13 - ], - "recent_avg": 14.9, - "recent_sr": 102.1 - }, - "S Naik": { - "recent_scores": [ - 1, - 24, - 0, - 0 - ], - "recent_avg": 6.2, - "recent_sr": 64.1 - }, - "S Nair": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 12.5 - }, - "S Nampiina": { - "recent_scores": [ - 16, - 3 - ], - "recent_avg": 9.5, - "recent_sr": 65.5 - }, - "S Natsagdorj": { - "recent_scores": [ - 2, - 1, - 11, - 1 - ], - "recent_avg": 3.8, - "recent_sr": 23.4 - }, - "S Navaratne": { - "recent_scores": [ - 0, - 3, - 0, - 1, - 21, - 15 - ], - "recent_avg": 6.7, - "recent_sr": 93.0 - }, - "S Nisansala": { - "recent_scores": [ - 0, - 1, - 17, - 2, - 0 - ], - "recent_avg": 4.0, - "recent_sr": 66.7 - }, - "S Nitschke": { - "recent_scores": [ - 22, - 40, - 40, - 89 - ], - "recent_avg": 47.8, - "recent_sr": 30.4 - }, - "S Niyomuhoza": { - "recent_scores": [ - 0, - 0, - 0, - 24, - 0, - 31, - 0, - 0, - 0, - 8 - ], - "recent_avg": 6.3, - "recent_sr": 74.1 - }, - "S Norman": { - "recent_scores": [ - 6, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 60.0 - }, - "S Nsubuga": { - "recent_scores": [ - 1, - 0, - 1 - ], - "recent_avg": 0.7, - "recent_sr": 33.3 - }, - "S Nunna": { - "recent_scores": [ - 0, - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Ogundipe": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "S Ostergaard": { - "recent_scores": [ - 8, - 1, - 10, - 2, - 0, - 4, - 0, - 0 - ], - "recent_avg": 3.1, - "recent_sr": 75.8 - }, - "S Ozkunduz": { - "recent_scores": [ - 5, - 8, - 15, - 5 - ], - "recent_avg": 8.2, - "recent_sr": 71.7 - }, - "S Pakhrin": { - "recent_scores": [ - 15, - 12, - 13, - 5, - 6, - 29, - 18, - 12 - ], - "recent_avg": 13.8, - "recent_sr": 64.7 - }, - "S Paldon": { - "recent_scores": [ - 0, - 1, - 3, - 0, - 28, - 2, - 1, - 6, - 6, - 26 - ], - "recent_avg": 7.3, - "recent_sr": 47.4 - }, - "S Pandey": { - "recent_scores": [ - 18, - 31 - ], - "recent_avg": 24.5, - "recent_sr": 24.3 - }, - "S Panguluri": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 44.4 - }, - "S Pattenden": { - "recent_scores": [ - 1, - 1, - 2, - 0, - 0 - ], - "recent_avg": 0.8, - "recent_sr": 17.4 - }, - "S Periyalwar": { - "recent_scores": [ - 6, - 4, - 0, - 3, - 52, - 8, - 0, - 4, - 7, - 14 - ], - "recent_avg": 9.8, - "recent_sr": 108.9 - }, - "S Phakathi": { - "recent_scores": [ - 15, - 2, - 8, - 0 - ], - "recent_avg": 6.2, - "recent_sr": 35.2 - }, - "S Pillai": { - "recent_scores": [ - 3, - 7, - 24, - 43, - 20, - 1, - 4, - 9, - 0, - 19 - ], - "recent_avg": 13.0, - "recent_sr": 65.0 - }, - "S Pillay": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 110.0 - }, - "S Pitabeddara": { - "recent_scores": [ - 0, - 0, - 2, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 25.0 - }, - "S Pokhriyal": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 56.5 - }, - "S Pradhan": { - "recent_scores": [ - 11, - 1, - 6, - 11, - 13, - 9, - 0, - 21, - 18, - 25 - ], - "recent_avg": 11.5, - "recent_sr": 87.8 - }, - "S Prakash": { - "recent_scores": [ - 0, - 3, - 1, - 3, - 2, - 0, - 0, - 6 - ], - "recent_avg": 1.9, - "recent_sr": 19.7 - }, - "S Prasanna": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 41.7 - }, - "S Praveen": { - "recent_scores": [ - 6, - 31, - 10, - 17 - ], - "recent_avg": 16.0, - "recent_sr": 60.4 - }, - "S Ramakrishnan": { - "recent_scores": [ - 15, - 67, - 17, - 67, - 15, - 1, - 15 - ], - "recent_avg": 28.1, - "recent_sr": 112.6 - }, - "S Ramautar": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 78.6 - }, - "S Ranade": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Rani": { - "recent_scores": [ - 19, - 9, - 7, - 29, - 13, - 0, - 10, - 5, - 22 - ], - "recent_avg": 12.7, - "recent_sr": 76.0 - }, - "S Raveendrakumar": { - "recent_scores": [ - 0, - 1, - 2, - 24, - 4 - ], - "recent_avg": 6.2, - "recent_sr": 38.8 - }, - "S Ravichandran": { - "recent_scores": [ - 19, - 0, - 4, - 18, - 20, - 2, - 19, - 0, - 12, - 1 - ], - "recent_avg": 9.5, - "recent_sr": 82.6 - }, - "S Ravikumar": { - "recent_scores": [ - 22, - 0, - 6, - 5, - 1, - 20, - 4, - 6, - 52, - 2 - ], - "recent_avg": 11.8, - "recent_sr": 59.6 - }, - "S Ravoka": { - "recent_scores": [ - 1, - 0, - 1, - 12, - 4, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 62.1 - }, - "S Rengarajan": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 50.0 - }, - "S Rokuad": { - "recent_scores": [ - 4, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 17.4 - }, - "S Rossi": { - "recent_scores": [ - 0, - 0, - 0, - 10, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 62.5 - }, - "S Rukmal": { - "recent_scores": [ - 5, - 4, - 0, - 0, - 0 - ], - "recent_avg": 1.8, - "recent_sr": 45.0 - }, - "S Rungrueang": { - "recent_scores": [ - 10, - 0, - 0, - 1, - 9, - 0, - 2, - 0, - 8, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 57.7 - }, - "S Sadarangani": { - "recent_scores": [ - 5, - 1, - 6, - 17, - 0, - 2, - 0, - 2, - 1, - 1 - ], - "recent_avg": 3.5, - "recent_sr": 61.4 - }, - "S Saengsakaorat": { - "recent_scores": [ - 1, - 1, - 5, - 9, - 0, - 5, - 0, - 6, - 7, - 3 - ], - "recent_avg": 3.7, - "recent_sr": 44.0 - }, - "S Saenya": { - "recent_scores": [ - 2, - 3, - 0 - ], - "recent_avg": 1.7, - "recent_sr": 41.7 - }, - "S Sajana": { - "recent_scores": [ - 4, - 2, - 1, - 4, - 10, - 1, - 8, - 11 - ], - "recent_avg": 5.1, - "recent_sr": 107.9 - }, - "S Samal": { - "recent_scores": [ - 26, - 13 - ], - "recent_avg": 19.5, - "recent_sr": 139.3 - }, - "S Samarawickrama": { - "recent_scores": [ - 5, - 47, - 104, - 38, - 13, - 23, - 51 - ], - "recent_avg": 40.1, - "recent_sr": 75.1 - }, - "S Samuels": { - "recent_scores": [ - 4, - 2, - 1, - 0, - 7, - 0 - ], - "recent_avg": 2.3, - "recent_sr": 25.9 - }, - "S Sandeepani": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Sankar": { - "recent_scores": [ - 6, - 37, - 0, - 1, - 8 - ], - "recent_avg": 10.4, - "recent_sr": 85.2 - }, - "S Santhirakumaran": { - "recent_scores": [ - 2, - 7, - 0, - 21, - 34 - ], - "recent_avg": 12.8, - "recent_sr": 64.6 - }, - "S Sarandeva": { - "recent_scores": [ - 22, - 0, - 1, - 3, - 9, - 0, - 1, - 50, - 0, - 8 - ], - "recent_avg": 9.4, - "recent_sr": 47.0 - }, - "S Sarthak": { - "recent_scores": [ - 5, - 11, - 2, - 26 - ], - "recent_avg": 11.0, - "recent_sr": 112.8 - }, - "S Savkovic": { - "recent_scores": [ - 2, - 5 - ], - "recent_avg": 3.5, - "recent_sr": 63.6 - }, - "S Sebastian": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 5.0 - }, - "S Selvaraj": { - "recent_scores": [ - 6, - 1, - 20 - ], - "recent_avg": 9.0, - "recent_sr": 112.5 - }, - "S Sengupta": { - "recent_scores": [ - 5, - 7, - 6, - 9 - ], - "recent_avg": 6.8, - "recent_sr": 96.4 - }, - "S Sesazi": { - "recent_scores": [ - 2, - 2, - 14, - 85, - 1, - 19, - 0, - 4, - 1, - 66 - ], - "recent_avg": 19.4, - "recent_sr": 122.8 - }, - "S Shailesh": { - "recent_scores": [ - 11, - 5, - 2, - 4, - 9, - 7 - ], - "recent_avg": 6.3, - "recent_sr": 47.5 - }, - "S Sharma": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 23.5 - }, - "S Sheelan": { - "recent_scores": [ - 28 - ], - "recent_avg": 28.0, - "recent_sr": 100.0 - }, - "S Sheridan": { - "recent_scores": [ - 24, - 2, - 27, - 1, - 0, - 3, - 33 - ], - "recent_avg": 12.9, - "recent_sr": 90.0 - }, - "S Shermatov": { - "recent_scores": [ - 0, - 2, - 53, - 9 - ], - "recent_avg": 16.0, - "recent_sr": 95.5 - }, - "S Shrivastava": { - "recent_scores": [ - 1, - 5, - 1, - 5, - 7, - 3 - ], - "recent_avg": 3.7, - "recent_sr": 42.3 - }, - "S Siegers": { - "recent_scores": [ - 3, - 0, - 2, - 1, - 5 - ], - "recent_avg": 2.2, - "recent_sr": 57.9 - }, - "S Sigaiwasa": { - "recent_scores": [ - 0, - 16, - 8, - 1, - 10, - 20, - 1, - 2, - 4, - 1 - ], - "recent_avg": 6.3, - "recent_sr": 47.4 - }, - "S Simic": { - "recent_scores": [ - 1, - 0, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 6.2 - }, - "S Simpson": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 88.9 - }, - "S Singh": { - "recent_scores": [ - 10, - 12, - 0, - 2, - 6, - 0, - 34, - 31, - 6, - 2 - ], - "recent_avg": 10.3, - "recent_sr": 81.1 - }, - "S Siriotis": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Smale": { - "recent_scores": [ - 10, - 25 - ], - "recent_avg": 17.5, - "recent_sr": 112.9 - }, - "S Smith": { - "recent_scores": [ - 6, - 1, - 3, - 0, - 2, - 1, - 1, - 1, - 7, - 5 - ], - "recent_avg": 2.7, - "recent_sr": 43.5 - }, - "S Snater": { - "recent_scores": [ - 17, - 4 - ], - "recent_avg": 10.5, - "recent_sr": 161.5 - }, - "S Sola": { - "recent_scores": [ - 1, - 4, - 9, - 1, - 8, - 7, - 0, - 15, - 5, - 6 - ], - "recent_avg": 5.6, - "recent_sr": 60.2 - }, - "S Solman": { - "recent_scores": [ - 24, - 15, - 10, - 0, - 5, - 4 - ], - "recent_avg": 9.7, - "recent_sr": 69.0 - }, - "S Sriharsha": { - "recent_scores": [ - 35, - 17, - 30, - 69, - 14, - 16, - 19 - ], - "recent_avg": 28.6, - "recent_sr": 67.8 - }, - "S Srikanth": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 166.7 - }, - "S Stanikzay": { - "recent_scores": [ - 0, - 2, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 40.0 - }, - "S Stephen": { - "recent_scores": [ - 0, - 51, - 4, - 11, - 10, - 3, - 9, - 20, - 23, - 3 - ], - "recent_avg": 13.4, - "recent_sr": 83.8 - }, - "S Sugaya-Slater": { - "recent_scores": [ - 12, - 2, - 0, - 2, - 9 - ], - "recent_avg": 5.0, - "recent_sr": 83.3 - }, - "S Sunday": { - "recent_scores": [ - 9, - 7, - 33, - 1, - 16, - 25, - 7, - 2, - 4, - 6 - ], - "recent_avg": 11.0, - "recent_sr": 81.5 - }, - "S Tabuisulu": { - "recent_scores": [ - 1, - 0, - 5, - 1, - 2, - 3, - 1, - 0 - ], - "recent_avg": 1.6, - "recent_sr": 46.4 - }, - "S Talamarla": { - "recent_scores": [ - 38, - 25, - 0, - 2 - ], - "recent_avg": 16.2, - "recent_sr": 70.7 - }, - "S Tarawally": { - "recent_scores": [ - 4, - 2 - ], - "recent_avg": 3.0, - "recent_sr": 42.9 - }, - "S Thakor": { - "recent_scores": [ - 0, - 15, - 10, - 17, - 1, - 14, - 2, - 3, - 0, - 5 - ], - "recent_avg": 6.7, - "recent_sr": 77.9 - }, - "S Thakur": { - "recent_scores": [ - 5, - 4, - 55, - 25 - ], - "recent_avg": 22.2, - "recent_sr": 117.1 - }, - "S Thanikaithasan": { - "recent_scores": [ - 6, - 16, - 16, - 3, - 3, - 8, - 28, - 52, - 0, - 21 - ], - "recent_avg": 15.3, - "recent_sr": 151.5 - }, - "S Thapa": { - "recent_scores": [ - 0, - 0, - 6, - 11, - 1, - 2, - 0 - ], - "recent_avg": 2.9, - "recent_sr": 58.8 - }, - "S Tharanga": { - "recent_scores": [ - 1, - 1, - 1, - 14, - 7, - 13, - 0 - ], - "recent_avg": 5.3, - "recent_sr": 94.9 - }, - "S Tippoch": { - "recent_scores": [ - 8, - 1, - 0, - 41, - 3, - 0, - 9, - 19, - 8 - ], - "recent_avg": 9.9, - "recent_sr": 39.4 - }, - "S Tobgay": { - "recent_scores": [ - 24, - 15 - ], - "recent_avg": 19.5, - "recent_sr": 66.1 - }, - "S Toffoletto": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 25.0 - }, - "S Tosic": { - "recent_scores": [ - 0, - 14, - 5, - 0, - 0, - 1, - 5, - 40, - 18, - 5 - ], - "recent_avg": 8.8, - "recent_sr": 63.3 - }, - "S Tudorache": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Tuhadeleni": { - "recent_scores": [ - 6, - 1, - 1, - 2, - 1 - ], - "recent_avg": 2.2, - "recent_sr": 40.7 - }, - "S Udhayan": { - "recent_scores": [ - 0, - 4, - 13, - 0 - ], - "recent_avg": 4.2, - "recent_sr": 121.4 - }, - "S Uwera": { - "recent_scores": [ - 6, - 3, - 17, - 12, - 39, - 0, - 3, - 13, - 60, - 4 - ], - "recent_avg": 15.7, - "recent_sr": 64.1 - }, - "S Vaia": { - "recent_scores": [ - 22, - 23, - 4, - 11, - 11, - 3, - 21, - 14, - 8, - 7 - ], - "recent_avg": 12.4, - "recent_sr": 57.7 - }, - "S Varathappan": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 81.8 - }, - "S Vashisht": { - "recent_scores": [ - 4, - 8, - 36, - 6, - 16, - 11, - 6, - 3, - 6, - 12 - ], - "recent_avg": 10.8, - "recent_sr": 88.5 - }, - "S Vasilakis": { - "recent_scores": [ - 2, - 3, - 0, - 7 - ], - "recent_avg": 3.0, - "recent_sr": 54.5 - }, - "S Vaz": { - "recent_scores": [ - 1, - 7 - ], - "recent_avg": 4.0, - "recent_sr": 61.5 - }, - "S Veerapathiran": { - "recent_scores": [ - 27, - 12, - 4, - 4, - 15, - 0, - 11, - 9, - 0, - 18 - ], - "recent_avg": 10.0, - "recent_sr": 128.2 - }, - "S Venkataraman": { - "recent_scores": [ - 7, - 9, - 0 - ], - "recent_avg": 5.3, - "recent_sr": 38.1 - }, - "S Verma": { - "recent_scores": [ - 0, - 14, - 1, - 0, - 8, - 41, - 17, - 0, - 6, - 1 - ], - "recent_avg": 8.8, - "recent_sr": 52.7 - }, - "S Vesawkar": { - "recent_scores": [ - 1, - 6, - 55 - ], - "recent_avg": 20.7, - "recent_sr": 44.3 - }, - "S Vig": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 25.0 - }, - "S Vijay Unni": { - "recent_scores": [ - 10, - 6, - 3, - 15, - 1, - 1, - 4, - 3, - 5, - 6 - ], - "recent_avg": 5.4, - "recent_sr": 63.5 - }, - "S Vijayakumar": { - "recent_scores": [ - 2, - 0, - 3 - ], - "recent_avg": 1.7, - "recent_sr": 55.6 - }, - "S Vuni": { - "recent_scores": [ - 23, - 8, - 0, - 1, - 44, - 2, - 0, - 19, - 0, - 32 - ], - "recent_avg": 12.9, - "recent_sr": 65.5 - }, - "S Walaza": { - "recent_scores": [ - 1, - 8, - 0, - 0, - 10, - 0, - 0, - 5, - 0, - 2 - ], - "recent_avg": 2.6, - "recent_sr": 60.5 - }, - "S Wankhade": { - "recent_scores": [ - 19, - 1, - 17 - ], - "recent_avg": 12.3, - "recent_sr": 42.5 - }, - "S Waqabaca": { - "recent_scores": [ - 1, - 2, - 2 - ], - "recent_avg": 1.7, - "recent_sr": 23.8 - }, - "S Waqas Ahmed": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "S Weleilakeba": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 266.7 - }, - "S Wetoto": { - "recent_scores": [ - 25, - 61, - 10, - 5, - 21 - ], - "recent_avg": 24.4, - "recent_sr": 115.1 - }, - "S Wickramasekara": { - "recent_scores": [ - 17 - ], - "recent_avg": 17.0, - "recent_sr": 170.0 - }, - "S Williams": { - "recent_scores": [ - 1, - 6 - ], - "recent_avg": 3.5, - "recent_sr": 58.3 - }, - "S Yenamandra": { - "recent_scores": [ - 10, - 0, - 2, - 10 - ], - "recent_avg": 5.5, - "recent_sr": 23.9 - }, - "S Yeshi": { - "recent_scores": [ - 7, - 13, - 0, - 0, - 6, - 0, - 1, - 1, - 2, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 71.4 - }, - "S Yildirim": { - "recent_scores": [ - 1, - 25, - 59, - 12 - ], - "recent_avg": 24.2, - "recent_sr": 86.6 - }, - "S Yordanova": { - "recent_scores": [ - 12, - 2 - ], - "recent_avg": 7.0, - "recent_sr": 50.0 - }, - "S Zafar": { - "recent_scores": [ - 1, - 0, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 12.5 - }, - "S di Bartolomeo": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "SA Ahmad": { - "recent_scores": [ - 3, - 52, - 40, - 6, - 6, - 1, - 25, - 17, - 0, - 1 - ], - "recent_avg": 15.1, - "recent_sr": 137.3 - }, - "SA Akenji": { - "recent_scores": [ - 2, - 0, - 2, - 0, - 8 - ], - "recent_avg": 2.4, - "recent_sr": 34.3 - }, - "SA Campbelle": { - "recent_scores": [ - 10, - 1, - 12, - 0, - 30, - 12, - 12, - 53, - 10, - 18 - ], - "recent_avg": 15.8, - "recent_sr": 63.7 - }, - "SA Dias": { - "recent_scores": [ - 2, - 3 - ], - "recent_avg": 2.5, - "recent_sr": 17.9 - }, - "SA Edwards": { - "recent_scores": [ - 58, - 32, - 30, - 46, - 21, - 42, - 70, - 74, - 49, - 5 - ], - "recent_avg": 42.7, - "recent_sr": 79.4 - }, - "SA Engelbrecht": { - "recent_scores": [ - 46, - 10, - 6, - 23, - 45, - 33, - 35, - 11, - 70, - 19 - ], - "recent_avg": 29.8, - "recent_sr": 61.4 - }, - "SA Fritz": { - "recent_scores": [ - 16, - 0, - 9, - 0, - 3 - ], - "recent_avg": 5.6, - "recent_sr": 53.8 - }, - "SA Jumbe": { - "recent_scores": [ - 2, - 0, - 12, - 12, - 0, - 12, - 6, - 0, - 3, - 14 - ], - "recent_avg": 6.1, - "recent_sr": 81.3 - }, - "SA Mohandas": { - "recent_scores": [ - 5, - 2, - 2, - 7, - 0, - 1, - 4, - 2, - 6, - 0 - ], - "recent_avg": 2.9, - "recent_sr": 72.5 - }, - "SA Nono": { - "recent_scores": [ - 4, - 2, - 2, - 0, - 0, - 0 - ], - "recent_avg": 1.3, - "recent_sr": 19.0 - }, - "SA Okpe": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 100.0 - }, - "SA Panayan": { - "recent_scores": [ - 1, - 0, - 4, - 0, - 1, - 7, - 0, - 7, - 9, - 23 - ], - "recent_avg": 5.2, - "recent_sr": 52.5 - }, - "SA Pradhan": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "SA Sathiya": { - "recent_scores": [ - 1, - 5, - 5, - 6, - 15 - ], - "recent_avg": 6.4, - "recent_sr": 69.6 - }, - "SA Wijeratne": { - "recent_scores": [ - 2, - 19, - 56, - 59, - 22, - 0, - 4, - 28, - 1 - ], - "recent_avg": 21.2, - "recent_sr": 69.5 - }, - "SA Wittmann": { - "recent_scores": [ - 9, - 2, - 38, - 2, - 0 - ], - "recent_avg": 10.2, - "recent_sr": 79.7 - }, - "SA van Breda": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 37.5 - }, - "SACA King": { - "recent_scores": [ - 38, - 6, - 12, - 12, - 0, - 26, - 0, - 13, - 19 - ], - "recent_avg": 14.0, - "recent_sr": 54.1 - }, - "SAN Maypriani": { - "recent_scores": [ - 0, - 0, - 0, - 2, - 3, - 3, - 3, - 1, - 2 - ], - "recent_avg": 1.6, - "recent_sr": 34.1 - }, - "SAR Hashimi": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "SB Chamundaiah": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "SB Martinez": { - "recent_scores": [ - 30, - 1, - 13, - 3 - ], - "recent_avg": 11.8, - "recent_sr": 49.0 - }, - "SB Patel": { - "recent_scores": [ - 21, - 0, - 22, - 3, - 17, - 30, - 13, - 3, - 31, - 0 - ], - "recent_avg": 14.0, - "recent_sr": 106.9 - }, - "SC Getkate": { - "recent_scores": [ - 7, - 16 - ], - "recent_avg": 11.5, - "recent_sr": 100.0 - }, - "SC Kuggeleijn": { - "recent_scores": [ - 44, - 26, - 22 - ], - "recent_avg": 30.7, - "recent_sr": 75.4 - }, - "SC Kumari": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "SC Selman": { - "recent_scores": [ - 3, - 5, - 18, - 4, - 6, - 7, - 11, - 11, - 0, - 1 - ], - "recent_avg": 6.6, - "recent_sr": 38.8 - }, - "SC Taylor": { - "recent_scores": [ - 22, - 143, - 147, - 43, - 69 - ], - "recent_avg": 84.8, - "recent_sr": 37.3 - }, - "SC Williams": { - "recent_scores": [ - 20, - 51, - 94, - 163, - 113, - 74, - 68, - 75, - 160, - 57 - ], - "recent_avg": 87.5, - "recent_sr": 71.8 - }, - "SC de Oliveira": { - "recent_scores": [ - 7, - 38, - 0 - ], - "recent_avg": 15.0, - "recent_sr": 160.7 - }, - "SC van Schalkwyk": { - "recent_scores": [ - 2, - 2, - 0, - 2, - 6, - 2, - 16, - 26, - 24, - 54 - ], - "recent_avg": 13.4, - "recent_sr": 100.0 - }, - "SCJ Broad": { - "recent_scores": [ - 15, - 7, - 7, - 23, - 26, - 25, - 9, - 6, - 21, - 50 - ], - "recent_avg": 18.9, - "recent_sr": 71.1 - }, - "SD Bahadur": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 142.9 - }, - "SD Diwan Ali": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 10.0 - }, - "SD Hussein": { - "recent_scores": [ - 11, - 1, - 6, - 3, - 1, - 0, - 6, - 1, - 0, - 0 - ], - "recent_avg": 2.9, - "recent_sr": 32.2 - }, - "SD Outerbridge": { - "recent_scores": [ - 42, - 0, - 0, - 2, - 0, - 9, - 4, - 11, - 4 - ], - "recent_avg": 8.0, - "recent_sr": 49.0 - }, - "SD Parry": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 100.0 - }, - "SD Ranawaka": { - "recent_scores": [ - 0, - 1, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 4.8 - }, - "SD Valjalo": { - "recent_scores": [ - 10, - 10, - 4, - 4, - 14 - ], - "recent_avg": 8.4, - "recent_sr": 75.0 - }, - "SDJJ Dima": { - "recent_scores": [ - 12, - 7, - 0 - ], - "recent_avg": 6.3, - "recent_sr": 82.6 - }, - "SDM Herath": { - "recent_scores": [ - 3, - 0, - 1 - ], - "recent_avg": 1.3, - "recent_sr": 15.4 - }, - "SDNS Karunaratne": { - "recent_scores": [ - 4, - 13 - ], - "recent_avg": 8.5, - "recent_sr": 121.4 - }, - "SE Aley": { - "recent_scores": [ - 15 - ], - "recent_avg": 15.0, - "recent_sr": 187.5 - }, - "SE Findlay": { - "recent_scores": [ - 8, - 12, - 59, - 9 - ], - "recent_avg": 22.0, - "recent_sr": 62.9 - }, - "SE Rowe": { - "recent_scores": [ - 3, - 12, - 29, - 15, - 4 - ], - "recent_avg": 12.6, - "recent_sr": 121.2 - }, - "SEA Ruck": { - "recent_scores": [ - 6, - 0, - 1 - ], - "recent_avg": 2.3, - "recent_sr": 53.8 - }, - "SF Daley": { - "recent_scores": [ - 21, - 0, - 0, - 33, - 6, - 2, - 2, - 5, - 2, - 37 - ], - "recent_avg": 10.8, - "recent_sr": 56.8 - }, - "SF Jerome": { - "recent_scores": [ - 3, - 0, - 4, - 7, - 3, - 0, - 0, - 6, - 3, - 7 - ], - "recent_avg": 3.3, - "recent_sr": 58.9 - }, - "SF Mire": { - "recent_scores": [ - 4, - 74 - ], - "recent_avg": 39.0, - "recent_sr": 57.8 - }, - "SF Nhavotso": { - "recent_scores": [ - 4, - 5, - 3 - ], - "recent_avg": 4.0, - "recent_sr": 44.4 - }, - "SF Sirah": { - "recent_scores": [ - 6, - 8, - 1, - 5, - 1, - 2, - 1, - 7, - 3, - 18 - ], - "recent_avg": 5.2, - "recent_sr": 54.7 - }, - "SF Tiai": { - "recent_scores": [ - 10, - 5, - 1, - 30, - 5, - 34, - 1, - 5, - 13, - 2 - ], - "recent_avg": 10.6, - "recent_sr": 111.6 - }, - "SFM Devine": { - "recent_scores": [ - 23, - 6, - 63, - 85, - 112, - 25, - 15, - 9, - 79, - 2 - ], - "recent_avg": 41.9, - "recent_sr": 82.0 - }, - "SFS Cheema": { - "recent_scores": [ - 1, - 0, - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 22.2 - }, - "SG Borthwick": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 26.3 - }, - "SG Diaby": { - "recent_scores": [ - 3, - 6, - 0, - 0, - 0, - 1, - 0, - 8 - ], - "recent_avg": 2.2, - "recent_sr": 54.5 - }, - "SG Luijke": { - "recent_scores": [ - 1, - 15, - 0 - ], - "recent_avg": 5.3, - "recent_sr": 64.0 - }, - "SG Mangela": { - "recent_scores": [ - 10, - 14, - 51, - 17, - 39, - 33, - 0, - 18, - 32, - 5 - ], - "recent_avg": 21.9, - "recent_sr": 100.9 - }, - "SH Lawlor": { - "recent_scores": [ - 13, - 23, - 4, - 8, - 7, - 16, - 3, - 9, - 37, - 15 - ], - "recent_avg": 13.5, - "recent_sr": 49.6 - }, - "SH Mohamedi": { - "recent_scores": [ - 3, - 0, - 0, - 10, - 3, - 10, - 0, - 2, - 2, - 9 - ], - "recent_avg": 3.9, - "recent_sr": 66.1 - }, - "SH Obed": { - "recent_scores": [ - 0, - 2, - 20, - 21, - 3, - 2, - 9, - 1, - 3, - 8 - ], - "recent_avg": 6.9, - "recent_sr": 98.6 - }, - "SH Venugopal": { - "recent_scores": [ - 8, - 2, - 37, - 28, - 5, - 21, - 27, - 46, - 20, - 20 - ], - "recent_avg": 21.4, - "recent_sr": 107.0 - }, - "SHA Rance": { - "recent_scores": [ - 8, - 1, - 1 - ], - "recent_avg": 3.3, - "recent_sr": 47.6 - }, - "SHT Kandamby": { - "recent_scores": [ - 0, - 6, - 11, - 19, - 31, - 7, - 18, - 1, - 8, - 12 - ], - "recent_avg": 11.3, - "recent_sr": 53.6 - }, - "SI Galagedara": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "SI Kamea": { - "recent_scores": [ - 0, - 1, - 1, - 0, - 0, - 5, - 2, - 1, - 0, - 1 - ], - "recent_avg": 1.1, - "recent_sr": 30.6 - }, - "SI Mahmood": { - "recent_scores": [ - 4, - 0, - 14, - 15, - 36, - 12, - 0 - ], - "recent_avg": 11.6, - "recent_sr": 50.3 - }, - "SIP Fernando": { - "recent_scores": [ - 0, - 0, - 1, - 0, - 11, - 3, - 0, - 0, - 0 - ], - "recent_avg": 1.7, - "recent_sr": 25.0 - }, - "SIR Dunkley": { - "recent_scores": [ - 25, - 26, - 25, - 18, - 60, - 74 - ], - "recent_avg": 38.0, - "recent_sr": 53.8 - }, - "SJ Baard": { - "recent_scores": [ - 13, - 21, - 53, - 25, - 14, - 5, - 0, - 12, - 26, - 16 - ], - "recent_avg": 18.5, - "recent_sr": 60.9 - }, - "SJ Benn": { - "recent_scores": [ - 2, - 5, - 4, - 12, - 25, - 11, - 4, - 42, - 29, - 0 - ], - "recent_avg": 13.4, - "recent_sr": 65.7 - }, - "SJ Bruce": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 10.0 - }, - "SJ Bryce": { - "recent_scores": [ - 4, - 42, - 5, - 21, - 55, - 84, - 20, - 2, - 23, - 42 - ], - "recent_avg": 29.8, - "recent_sr": 71.5 - }, - "SJ Coyte": { - "recent_scores": [ - 3, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 21.4 - }, - "SJ Elliott": { - "recent_scores": [ - 114, - 82 - ], - "recent_avg": 98.0, - "recent_sr": 32.8 - }, - "SJ French": { - "recent_scores": [ - 6, - 11, - 23, - 6, - 25, - 5, - 5, - 27, - 2, - 0 - ], - "recent_avg": 11.0, - "recent_sr": 78.6 - }, - "SJ Hate": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 66.7 - }, - "SJ Hughes-Pinan": { - "recent_scores": [ - 1, - 6 - ], - "recent_avg": 3.5, - "recent_sr": 58.3 - }, - "SJ McGlashan": { - "recent_scores": [ - 11, - 16, - 15, - 1, - 15, - 18, - 5, - 51, - 17, - 11 - ], - "recent_avg": 16.0, - "recent_sr": 68.4 - }, - "SJ Modani": { - "recent_scores": [ - 25, - 8, - 36, - 9, - 55, - 6, - 0, - 42, - 14, - 5 - ], - "recent_avg": 20.0, - "recent_sr": 57.6 - }, - "SJ Myburgh": { - "recent_scores": [ - 64, - 4, - 11, - 2, - 74, - 11, - 20, - 40, - 7, - 36 - ], - "recent_avg": 26.9, - "recent_sr": 70.6 - }, - "SJ Patel": { - "recent_scores": [ - 0, - 0, - 2, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 15.4 - }, - "SJ Taylor": { - "recent_scores": [ - 5, - 29, - 0, - 70, - 71, - 21, - 31, - 37 - ], - "recent_avg": 33.0, - "recent_sr": 49.3 - }, - "SJ Tsukigawa": { - "recent_scores": [ - 39 - ], - "recent_avg": 39.0, - "recent_sr": 55.7 - }, - "SJS Smith": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 72.7 - }, - "SK Atai": { - "recent_scores": [ - 1, - 2, - 1, - 8, - 7, - 6, - 11, - 2, - 2, - 1 - ], - "recent_avg": 4.1, - "recent_sr": 46.1 - }, - "SK Awiah": { - "recent_scores": [ - 5, - 5 - ], - "recent_avg": 5.0, - "recent_sr": 90.9 - }, - "SK Chandhrasekar": { - "recent_scores": [ - 2, - 5, - 15, - 3, - 32 - ], - "recent_avg": 11.4, - "recent_sr": 50.4 - }, - "SK Dolawatte": { - "recent_scores": [ - 8, - 4, - 4 - ], - "recent_avg": 5.3, - "recent_sr": 28.6 - }, - "SK Gedara": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 100.0 - }, - "SK Lahiri": { - "recent_scores": [ - 2, - 1 - ], - "recent_avg": 1.5, - "recent_sr": 42.9 - }, - "SK Naidu": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "SK Patel": { - "recent_scores": [ - 0, - 18, - 36, - 16, - 6, - 76, - 48 - ], - "recent_avg": 28.6, - "recent_sr": 98.0 - }, - "SK Rana": { - "recent_scores": [ - 30, - 1, - 9, - 39, - 3, - 25, - 0, - 4, - 57, - 9 - ], - "recent_avg": 17.7, - "recent_sr": 84.3 - }, - "SK Ravuri": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 37.5 - }, - "SK Reddy": { - "recent_scores": [ - 8, - 47, - 5 - ], - "recent_avg": 20.0, - "recent_sr": 74.1 - }, - "SK Shetty": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "SK Sonpethkar": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "SK Springer": { - "recent_scores": [ - 12, - 6 - ], - "recent_avg": 9.0, - "recent_sr": 66.7 - }, - "SKDT Madusanka": { - "recent_scores": [ - 17, - 5, - 1, - 19, - 2, - 15, - 3, - 29, - 20, - 43 - ], - "recent_avg": 15.4, - "recent_sr": 78.2 - }, - "SKR Mallidi": { - "recent_scores": [ - 12, - 1 - ], - "recent_avg": 6.5, - "recent_sr": 65.0 - }, - "SKS Gill": { - "recent_scores": [ - 4, - 32, - 15, - 19, - 33, - 7, - 67, - 9, - 27, - 4 - ], - "recent_avg": 21.7, - "recent_sr": 100.9 - }, - "SL Clephane": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 16.7 - }, - "SL Gomez": { - "recent_scores": [ - 42, - 20, - 22, - 6, - 9, - 13, - 1, - 0, - 6, - 2 - ], - "recent_avg": 12.1, - "recent_sr": 75.6 - }, - "SL Kalis": { - "recent_scores": [ - 11, - 10, - 19, - 54, - 12 - ], - "recent_avg": 21.2, - "recent_sr": 44.2 - }, - "SL Perera": { - "recent_scores": [ - 3, - 7 - ], - "recent_avg": 5.0, - "recent_sr": 41.7 - }, - "SL Quintyne": { - "recent_scores": [ - 40, - 6, - 18, - 1, - 33, - 2, - 17 - ], - "recent_avg": 16.7, - "recent_sr": 57.4 - }, - "SL Verma": { - "recent_scores": [ - 33, - 88, - 29, - 11, - 45 - ], - "recent_avg": 41.2, - "recent_sr": 150.4 - }, - "SM Ariyasinghage": { - "recent_scores": [ - 0, - 0, - 1 - ], - "recent_avg": 0.3, - "recent_sr": 11.1 - }, - "SM Arooja": { - "recent_scores": [ - 1, - 0, - 1, - 4, - 8, - 0 - ], - "recent_avg": 2.3, - "recent_sr": 30.4 - }, - "SM Benade": { - "recent_scores": [ - 15, - 14, - 30, - 41 - ], - "recent_avg": 25.0, - "recent_sr": 78.1 - }, - "SM Davies": { - "recent_scores": [ - 0, - 42, - 17, - 49, - 18, - 26, - 87, - 5 - ], - "recent_avg": 30.5, - "recent_sr": 102.1 - }, - "SM Dhanusri": { - "recent_scores": [ - 23, - 12, - 15, - 28, - 0, - 21, - 6, - 15, - 7, - 1 - ], - "recent_avg": 12.8, - "recent_sr": 70.3 - }, - "SM Don": { - "recent_scores": [ - 6, - 1, - 1, - 2 - ], - "recent_avg": 2.5, - "recent_sr": 22.2 - }, - "SM Kavanagh": { - "recent_scores": [ - 0, - 0, - 0, - 15, - 34, - 31, - 18, - 24, - 3, - 0 - ], - "recent_avg": 12.5, - "recent_sr": 53.6 - }, - "SM Mayers": { - "recent_scores": [ - 0, - 0, - 14, - 14, - 0, - 16, - 37, - 24, - 18, - 39 - ], - "recent_avg": 16.2, - "recent_sr": 67.2 - }, - "SM Nash": { - "recent_scores": [ - 2, - 1, - 3, - 0, - 0, - 0, - 10, - 21, - 15, - 1 - ], - "recent_avg": 5.3, - "recent_sr": 58.2 - }, - "SM Sharif": { - "recent_scores": [ - 2, - 10, - 5, - 36, - 5, - 23, - 0, - 2, - 5, - 1 - ], - "recent_avg": 8.9, - "recent_sr": 100.0 - }, - "SM Sharma": { - "recent_scores": [ - 39, - 3, - 1, - 12, - 44, - 4, - 23, - 3, - 1 - ], - "recent_avg": 14.4, - "recent_sr": 94.2 - }, - "SM Solia": { - "recent_scores": [ - 4, - 10, - 39, - 7 - ], - "recent_avg": 15.0, - "recent_sr": 113.2 - }, - "SM Tupou": { - "recent_scores": [ - 6, - 10, - 5, - 12, - 46 - ], - "recent_avg": 15.8, - "recent_sr": 92.9 - }, - "SM Warnakulasuriya": { - "recent_scores": [ - 6, - 8, - 0, - 10 - ], - "recent_avg": 6.0, - "recent_sr": 96.0 - }, - "SMA Priyanjan": { - "recent_scores": [ - 18, - 50, - 2, - 0, - 0, - 30, - 46, - 6, - 70, - 10 - ], - "recent_avg": 23.2, - "recent_sr": 100.9 - }, - "SMHH Aung": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "SMK Waththage": { - "recent_scores": [ - 3, - 5, - 1 - ], - "recent_avg": 3.0, - "recent_sr": 56.2 - }, - "SMR Ruelas": { - "recent_scores": [ - 6, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 27.3 - }, - "SN Netravalkar": { - "recent_scores": [ - 14, - 10, - 18, - 2 - ], - "recent_avg": 11.0, - "recent_sr": 129.4 - }, - "SN Pathirana": { - "recent_scores": [ - 0, - 3 - ], - "recent_avg": 1.5, - "recent_sr": 33.3 - }, - "SN Pradhan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "SN Shihepo": { - "recent_scores": [ - 0, - 1, - 11, - 2, - 13, - 9, - 3, - 0, - 6, - 3 - ], - "recent_avg": 4.8, - "recent_sr": 71.6 - }, - "SN Swamy": { - "recent_scores": [ - 0, - 0, - 6, - 1 - ], - "recent_avg": 1.8, - "recent_sr": 53.8 - }, - "SNJ O'Keefe": { - "recent_scores": [ - 8, - 8, - 25, - 6, - 6, - 27, - 6 - ], - "recent_avg": 12.3, - "recent_sr": 19.9 - }, - "SO Ngoche": { - "recent_scores": [ - 9, - 28, - 0, - 0, - 0 - ], - "recent_avg": 7.4, - "recent_sr": 82.2 - }, - "SO Olayinka": { - "recent_scores": [ - 1, - 0, - 24 - ], - "recent_avg": 8.3, - "recent_sr": 73.5 - }, - "SO Tikolo": { - "recent_scores": [ - 7, - 10, - 12, - 7, - 13, - 2, - 0, - 22, - 18, - 2 - ], - "recent_avg": 9.3, - "recent_sr": 55.4 - }, - "SP Gauchan": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 66.7 - }, - "SP Gomes": { - "recent_scores": [ - 62, - 4, - 13, - 20, - 37, - 0, - 14, - 65, - 67, - 27 - ], - "recent_avg": 30.9, - "recent_sr": 127.7 - }, - "SP Guzman": { - "recent_scores": [ - 5, - 3, - 13 - ], - "recent_avg": 7.0, - "recent_sr": 67.7 - }, - "SP Khakurel": { - "recent_scores": [ - 3, - 0, - 22, - 3, - 50 - ], - "recent_avg": 15.6, - "recent_sr": 47.0 - }, - "SP Krishnamurthi": { - "recent_scores": [ - 52, - 8, - 96, - 0, - 6, - 8, - 38, - 28, - 10, - 184 - ], - "recent_avg": 43.0, - "recent_sr": 143.3 - }, - "SP Patil": { - "recent_scores": [ - 8, - 6, - 57, - 36, - 7, - 2, - 32, - 5 - ], - "recent_avg": 19.1, - "recent_sr": 51.9 - }, - "SP Terry": { - "recent_scores": [ - 0, - 16 - ], - "recent_avg": 8.0, - "recent_sr": 88.9 - }, - "SPS Shikongo": { - "recent_scores": [ - 1, - 4, - 1 - ], - "recent_avg": 2.0, - "recent_sr": 75.0 - }, - "SPY Baron": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 10.0 - }, - "SR Bhudia": { - "recent_scores": [ - 77, - 43, - 1, - 6, - 13, - 1, - 57, - 2, - 4, - 3 - ], - "recent_avg": 20.7, - "recent_sr": 130.2 - }, - "SR Magar": { - "recent_scores": [ - 3, - 4, - 37, - 7, - 18, - 1 - ], - "recent_avg": 11.7, - "recent_sr": 66.0 - }, - "SR McAnanama-Brereton": { - "recent_scores": [ - 6, - 0, - 2 - ], - "recent_avg": 2.7, - "recent_sr": 32.0 - }, - "SR Mohan": { - "recent_scores": [ - 8, - 12, - 1, - 5, - 1, - 10, - 18, - 7, - 6, - 20 - ], - "recent_avg": 8.8, - "recent_sr": 60.7 - }, - "SR Mukkamalla": { - "recent_scores": [ - 8, - 94, - 12, - 160, - 74, - 76, - 72, - 34, - 2, - 0 - ], - "recent_avg": 53.2, - "recent_sr": 123.1 - }, - "SR Patel": { - "recent_scores": [ - 42, - 33, - 26, - 10, - 29, - 11 - ], - "recent_avg": 25.2, - "recent_sr": 44.5 - }, - "SR Patil": { - "recent_scores": [ - 2, - 5 - ], - "recent_avg": 3.5, - "recent_sr": 58.3 - }, - "SR Rocket": { - "recent_scores": [ - 0, - 2, - 4, - 2, - 0, - 0, - 1, - 5 - ], - "recent_avg": 1.8, - "recent_sr": 32.6 - }, - "SR Taylor": { - "recent_scores": [ - 2, - 0, - 8, - 32, - 0, - 36, - 0, - 30, - 30, - 0 - ], - "recent_avg": 13.8, - "recent_sr": 69.0 - }, - "SR Thadani": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 46.2 - }, - "SR Thompson": { - "recent_scores": [ - 4, - 56 - ], - "recent_avg": 30.0, - "recent_sr": 39.2 - }, - "SRH Curtis": { - "recent_scores": [ - 50, - 14, - 3, - 4, - 15, - 9, - 42, - 19 - ], - "recent_avg": 19.5, - "recent_sr": 66.7 - }, - "SRMJJ Arachchilage": { - "recent_scores": [ - 0, - 6 - ], - "recent_avg": 3.0, - "recent_sr": 50.0 - }, - "SS Connell": { - "recent_scores": [ - 4, - 8, - 0, - 0, - 9, - 1, - 2, - 2, - 1, - 2 - ], - "recent_avg": 2.9, - "recent_sr": 61.7 - }, - "SS Grimmond": { - "recent_scores": [ - 5, - 1, - 1, - 0, - 7, - 34 - ], - "recent_avg": 8.0, - "recent_sr": 80.0 - }, - "SS Ilahi": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "SS Kang": { - "recent_scores": [ - 6, - 14, - 0, - 11 - ], - "recent_avg": 7.8, - "recent_sr": 29.0 - }, - "SS McKechnie": { - "recent_scores": [ - 7, - 0, - 19, - 18, - 0, - 29 - ], - "recent_avg": 12.2, - "recent_sr": 51.4 - }, - "SS Pathirana": { - "recent_scores": [ - 7, - 2, - 31, - 56, - 1, - 18, - 26, - 24, - 45, - 32 - ], - "recent_avg": 24.2, - "recent_sr": 86.1 - }, - "SS Shukla": { - "recent_scores": [ - 3, - 3 - ], - "recent_avg": 3.0, - "recent_sr": 50.0 - }, - "SS Weerakkody": { - "recent_scores": [ - 14, - 17, - 26, - 1, - 29, - 4, - 0, - 13, - 12, - 5 - ], - "recent_avg": 12.1, - "recent_sr": 85.8 - }, - "SSB Magala": { - "recent_scores": [ - 6, - 5, - 2, - 5, - 0 - ], - "recent_avg": 3.6, - "recent_sr": 72.0 - }, - "SSJ Brooks": { - "recent_scores": [ - 8, - 44, - 13, - 43, - 23, - 50, - 3, - 26, - 130, - 39 - ], - "recent_avg": 37.9, - "recent_sr": 43.0 - }, - "SSM Stanislaus": { - "recent_scores": [ - 19, - 28, - 17, - 25, - 12, - 9, - 21, - 62, - 47, - 3 - ], - "recent_avg": 24.3, - "recent_sr": 106.6 - }, - "ST Doheny": { - "recent_scores": [ - 57, - 61 - ], - "recent_avg": 59.0, - "recent_sr": 47.6 - }, - "ST Eyyunni": { - "recent_scores": [ - 6, - 0, - 3 - ], - "recent_avg": 3.0, - "recent_sr": 36.0 - }, - "ST Finn": { - "recent_scores": [ - 0, - 24, - 15, - 9, - 14, - 10, - 17, - 0, - 12, - 9 - ], - "recent_avg": 11.0, - "recent_sr": 36.2 - }, - "ST Frohnmayer": { - "recent_scores": [ - 5, - 8, - 2, - 1, - 2, - 0, - 0, - 13, - 35, - 42 - ], - "recent_avg": 10.8, - "recent_sr": 63.9 - }, - "ST Yalimaiwai": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 50.0 - }, - "ST de Silva": { - "recent_scores": [ - 30, - 0, - 12, - 62, - 54, - 20, - 10, - 0, - 44 - ], - "recent_avg": 25.8, - "recent_sr": 124.7 - }, - "STRA de Silva": { - "recent_scores": [ - 2, - 0, - 51, - 4, - 6, - 33, - 7, - 1, - 4, - 19 - ], - "recent_avg": 12.7, - "recent_sr": 73.8 - }, - "SU Halarnkar": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "SV Shankar": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 45.5 - }, - "SV Shetty": { - "recent_scores": [ - 13, - 8, - 0, - 1, - 7, - 6, - 3, - 7, - 71, - 25 - ], - "recent_avg": 14.1, - "recent_sr": 82.0 - }, - "SV Wiig": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "SVE Bharathi": { - "recent_scores": [ - 4, - 1, - 0, - 0, - 2, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 41.2 - }, - "SW Bates": { - "recent_scores": [ - 12, - 6, - 0, - 8, - 20, - 10, - 1, - 29, - 0, - 0 - ], - "recent_avg": 8.6, - "recent_sr": 54.1 - }, - "SW Kinyua": { - "recent_scores": [ - 1, - 6, - 9, - 4, - 7 - ], - "recent_avg": 5.4, - "recent_sr": 49.1 - }, - "SW Masakadza": { - "recent_scores": [ - 0, - 14, - 29, - 21, - 24 - ], - "recent_avg": 17.6, - "recent_sr": 36.7 - }, - "SW Poynter": { - "recent_scores": [ - 0, - 11, - 8, - 4, - 36, - 7, - 8 - ], - "recent_avg": 10.6, - "recent_sr": 72.5 - }, - "SY Nihute": { - "recent_scores": [ - 29, - 7, - 0, - 7, - 10, - 5, - 28, - 27, - 18, - 8 - ], - "recent_avg": 13.9, - "recent_sr": 72.8 - }, - "SY Win": { - "recent_scores": [ - 10, - 0, - 0, - 0 - ], - "recent_avg": 2.5, - "recent_sr": 31.2 - }, - "SYD Chan": { - "recent_scores": [ - 13, - 15, - 3, - 11, - 4, - 2, - 2, - 5, - 0, - 16 - ], - "recent_avg": 7.1, - "recent_sr": 53.0 - }, - "SYS Assegon": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 4.8 - }, - "SZ Peles": { - "recent_scores": [ - 3, - 2 - ], - "recent_avg": 2.5, - "recent_sr": 29.4 - }, - "SZ Thakor": { - "recent_scores": [ - 4, - 0, - 7, - 4, - 29, - 2 - ], - "recent_avg": 7.7, - "recent_sr": 45.1 - }, - "SZ Vayani": { - "recent_scores": [ - 12, - 3, - 0, - 30, - 0, - 0, - 27, - 1, - 1, - 2 - ], - "recent_avg": 7.6, - "recent_sr": 92.7 - }, - "Saad Bin Zafar": { - "recent_scores": [ - 0, - 2, - 7, - 30, - 29, - 35, - 7, - 5, - 0, - 5 - ], - "recent_avg": 12.0, - "recent_sr": 73.2 - }, - "Saad Khan": { - "recent_scores": [ - 5, - 9, - 14, - 0, - 23, - 69, - 29, - 8, - 6, - 0 - ], - "recent_avg": 16.3, - "recent_sr": 101.2 - }, - "Saad Nasim": { - "recent_scores": [ - 22, - 77, - 0 - ], - "recent_avg": 33.0, - "recent_sr": 79.2 - }, - "Saarah Smith": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "Saba Ali Syeda": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 16.7 - }, - "Sabah Nawab": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Sabbir Rahman": { - "recent_scores": [ - 1, - 4, - 34, - 90, - 22, - 83, - 38, - 7, - 104, - 15 - ], - "recent_avg": 39.8, - "recent_sr": 53.6 - }, - "Saber Zakhil": { - "recent_scores": [ - 15, - 8 - ], - "recent_avg": 11.5, - "recent_sr": 127.8 - }, - "Sabnam Rai": { - "recent_scores": [ - 1, - 1, - 2 - ], - "recent_avg": 1.3, - "recent_sr": 36.4 - }, - "Sabreen Zaki": { - "recent_scores": [ - 3, - 0, - 5, - 34, - 12, - 5, - 2 - ], - "recent_avg": 8.7, - "recent_sr": 70.9 - }, - "Sachin Ganpat Shinde": { - "recent_scores": [ - 5, - 6 - ], - "recent_avg": 5.5, - "recent_sr": 42.3 - }, - "Sachin Kumar": { - "recent_scores": [ - 6, - 0, - 19, - 1 - ], - "recent_avg": 6.5, - "recent_sr": 76.5 - }, - "Sachin Mandy": { - "recent_scores": [ - 1, - 21, - 2, - 9, - 1, - 50, - 50, - 0, - 7, - 1 - ], - "recent_avg": 14.2, - "recent_sr": 117.4 - }, - "Sadaf Shamas": { - "recent_scores": [ - 90, - 101, - 98, - 97, - 61, - 0, - 5, - 6, - 2, - 18 - ], - "recent_avg": 47.8, - "recent_sr": 79.0 - }, - "Sadamali Bhakshala": { - "recent_scores": [ - 8, - 4, - 7, - 9, - 2, - 4, - 0, - 0, - 4, - 1 - ], - "recent_avg": 3.9, - "recent_sr": 44.8 - }, - "Sadat Said": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 250.0 - }, - "Sadia Iqbal": { - "recent_scores": [ - 8, - 1, - 2, - 0, - 4, - 0, - 4, - 6, - 3, - 0 - ], - "recent_avg": 2.8, - "recent_sr": 45.2 - }, - "Sadia Yousuf": { - "recent_scores": [ - 0, - 0, - 0, - 0, - 3, - 0, - 6, - 0, - 1, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 10.6 - }, - "Saee Parkhi": { - "recent_scores": [ - 11, - 0, - 9, - 8, - 1, - 10, - 0, - 2 - ], - "recent_avg": 5.1, - "recent_sr": 39.8 - }, - "Saeed Ahmed": { - "recent_scores": [ - 15, - 16, - 36, - 35, - 13, - 0, - 6, - 17, - 8, - 14 - ], - "recent_avg": 16.0, - "recent_sr": 115.9 - }, - "Saeed Ajmal": { - "recent_scores": [ - 7, - 16, - 0, - 29, - 0, - 9, - 13, - 9, - 50, - 31 - ], - "recent_avg": 16.4, - "recent_sr": 46.6 - }, - "Saeed Waqar Ali": { - "recent_scores": [ - 1, - 0, - 0, - 0, - 2, - 5, - 4, - 2, - 3 - ], - "recent_avg": 1.9, - "recent_sr": 28.3 - }, - "Safvan Patel": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 69.2 - }, - "Sagar Kumar Ahir": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Sagar Pun": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 15.0 - }, - "Sageer Ahmad": { - "recent_scores": [ - 6, - 56, - 37, - 43, - 0, - 20 - ], - "recent_avg": 27.0, - "recent_sr": 104.5 - }, - "Saghar Manzoor": { - "recent_scores": [ - 30, - 9, - 0, - 2, - 22, - 1, - 8, - 9, - 26, - 4 - ], - "recent_avg": 11.1, - "recent_sr": 92.5 - }, - "Saghir Khan": { - "recent_scores": [ - 11, - 28, - 1, - 6, - 8 - ], - "recent_avg": 10.8, - "recent_sr": 150.0 - }, - "Sagor Hossain": { - "recent_scores": [ - 1, - 4 - ], - "recent_avg": 2.5, - "recent_sr": 41.7 - }, - "Sahel Zadran": { - "recent_scores": [ - 22, - 1, - 9, - 4, - 16, - 7, - 19, - 10, - 0, - 0 - ], - "recent_avg": 8.8, - "recent_sr": 141.9 - }, - "Sahibzada Farhan": { - "recent_scores": [ - 6, - 3, - 28, - 6, - 31, - 27 - ], - "recent_avg": 16.8, - "recent_sr": 74.3 - }, - "Sahil Chauhan": { - "recent_scores": [ - 1, - 42, - 0, - 2, - 32, - 1, - 23, - 5, - 0, - 25 - ], - "recent_avg": 13.1, - "recent_sr": 127.2 - }, - "Sahil Tarakhil": { - "recent_scores": [ - 1, - 57, - 9, - 11 - ], - "recent_avg": 19.5, - "recent_sr": 121.9 - }, - "Sahir Naqash": { - "recent_scores": [ - 36, - 0, - 0, - 20, - 10, - 15, - 28, - 8, - 7, - 21 - ], - "recent_avg": 14.5, - "recent_sr": 122.9 - }, - "Sai Hla Htwe": { - "recent_scores": [ - 3, - 3 - ], - "recent_avg": 3.0, - "recent_sr": 54.5 - }, - "Said Hakim": { - "recent_scores": [ - 28, - 21, - 6 - ], - "recent_avg": 18.3, - "recent_sr": 134.1 - }, - "Saif Hassan": { - "recent_scores": [ - 32, - 43, - 59, - 1, - 8, - 16 - ], - "recent_avg": 26.5, - "recent_sr": 51.6 - }, - "Saif Ullah": { - "recent_scores": [ - 6, - 15, - 11, - 13 - ], - "recent_avg": 11.2, - "recent_sr": 118.4 - }, - "Saif Ullah Malik": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 66.7 - }, - "Saif-Ul Islam": { - "recent_scores": [ - 30, - 23, - 9, - 5 - ], - "recent_avg": 16.8, - "recent_sr": 98.5 - }, - "Saim Ayub": { - "recent_scores": [ - 41, - 27, - 99, - 29, - 78, - 57, - 33 - ], - "recent_avg": 52.0, - "recent_sr": 55.4 - }, - "Saim Hussain": { - "recent_scores": [ - 46, - 40, - 39, - 24, - 3, - 22, - 71, - 13, - 57, - 5 - ], - "recent_avg": 32.0, - "recent_sr": 127.0 - }, - "Saira Jabeen": { - "recent_scores": [ - 5, - 5, - 0, - 2, - 7, - 36, - 30, - 50, - 5 - ], - "recent_avg": 15.6, - "recent_sr": 116.7 - }, - "Sajaa Fathimath": { - "recent_scores": [ - 1, - 1, - 0, - 1, - 0 - ], - "recent_avg": 0.6, - "recent_sr": 8.8 - }, - "Sajad Ahmadzai": { - "recent_scores": [ - 11, - 5, - 11, - 17, - 0, - 0, - 0, - 7, - 7, - 12 - ], - "recent_avg": 7.0, - "recent_sr": 85.4 - }, - "Sajid Cheema": { - "recent_scores": [ - 16, - 14 - ], - "recent_avg": 15.0, - "recent_sr": 111.1 - }, - "Sajid Khan": { - "recent_scores": [ - 66, - 18, - 1, - 23, - 23, - 48, - 24, - 15, - 27, - 14 - ], - "recent_avg": 25.9, - "recent_sr": 68.0 - }, - "Sajid Khan Afridi": { - "recent_scores": [ - 3, - 27, - 5, - 31 - ], - "recent_avg": 16.5, - "recent_sr": 120.0 - }, - "Sajid Liaqat": { - "recent_scores": [ - 7, - 2, - 27 - ], - "recent_avg": 12.0, - "recent_sr": 87.8 - }, - "Sajid Patel": { - "recent_scores": [ - 2, - 8, - 42, - 1 - ], - "recent_avg": 13.2, - "recent_sr": 84.1 - }, - "Sajid Safi": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "Salma Khatun": { - "recent_scores": [ - 2, - 15, - 32, - 23, - 11, - 9, - 2, - 18, - 4, - 5 - ], - "recent_avg": 12.1, - "recent_sr": 68.8 - }, - "Salman Mirza": { - "recent_scores": [ - 10, - 6 - ], - "recent_avg": 8.0, - "recent_sr": 88.9 - }, - "Salman Nazar": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 111.1 - }, - "Salman Patel": { - "recent_scores": [ - 0, - 1, - 24, - 1, - 4, - 2 - ], - "recent_avg": 5.3, - "recent_sr": 86.5 - }, - "Salman Sharjeel": { - "recent_scores": [ - 3, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 75.0 - }, - "Salvin Stanly": { - "recent_scores": [ - 19, - 14, - 0, - 4, - 9, - 5, - 8, - 1, - 8, - 11 - ], - "recent_avg": 7.9, - "recent_sr": 98.8 - }, - "Samader Shadab": { - "recent_scores": [ - 0, - 6, - 14, - 6 - ], - "recent_avg": 6.5, - "recent_sr": 68.4 - }, - "Samantha Singham": { - "recent_scores": [ - 29, - 18 - ], - "recent_avg": 23.5, - "recent_sr": 94.0 - }, - "Samanvita Vijay": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Samarth Shetty": { - "recent_scores": [ - 2, - 16, - 8, - 0 - ], - "recent_avg": 6.5, - "recent_sr": 66.7 - }, - "Sameer Othman": { - "recent_scores": [ - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Sameer Patel": { - "recent_scores": [ - 5, - 13, - 17, - 36, - 5 - ], - "recent_avg": 15.2, - "recent_sr": 98.7 - }, - "Sameer Yousuf": { - "recent_scores": [ - 13, - 4 - ], - "recent_avg": 8.5, - "recent_sr": 242.9 - }, - "Sameera Khan": { - "recent_scores": [ - 1, - 4, - 5, - 14, - 15, - 3, - 41, - 0, - 13, - 17 - ], - "recent_avg": 11.3, - "recent_sr": 106.6 - }, - "Sami Sohail": { - "recent_scores": [ - 42, - 39, - 30, - 56 - ], - "recent_avg": 41.8, - "recent_sr": 97.7 - }, - "Sami Ullah": { - "recent_scores": [ - 9, - 0, - 31, - 16, - 33, - 6, - 10 - ], - "recent_avg": 15.0, - "recent_sr": 181.0 - }, - "Samiallah Khalil": { - "recent_scores": [ - 2, - 1 - ], - "recent_avg": 1.5, - "recent_sr": 50.0 - }, - "Samiha Konuganti": { - "recent_scores": [ - 1, - 7 - ], - "recent_avg": 4.0, - "recent_sr": 26.7 - }, - "Samiullah Rahmani": { - "recent_scores": [ - 15, - 2, - 11, - 13, - 16, - 16, - 11, - 0, - 2, - 0 - ], - "recent_avg": 8.6, - "recent_sr": 141.0 - }, - "Samjhana Khadka": { - "recent_scores": [ - 12, - 3, - 10, - 3, - 5, - 2, - 1, - 4, - 39, - 32 - ], - "recent_avg": 11.1, - "recent_sr": 88.1 - }, - "San Nyo Htwe": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "Sana Butt": { - "recent_scores": [ - 7, - 0, - 5, - 0, - 2, - 8, - 1, - 2, - 5, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 30.9 - }, - "Sana Mir": { - "recent_scores": [ - 16, - 0, - 21, - 8, - 26, - 15, - 21, - 16, - 27, - 12 - ], - "recent_avg": 16.2, - "recent_sr": 54.2 - }, - "Sana Ullah": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Sanah Abbas": { - "recent_scores": [ - 5, - 5 - ], - "recent_avg": 5.0, - "recent_sr": 25.6 - }, - "Sanchin Singh": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 50.0 - }, - "Sandeep Goud": { - "recent_scores": [ - 3, - 5, - 3, - 4, - 46, - 47, - 2, - 8, - 21, - 17 - ], - "recent_avg": 15.6, - "recent_sr": 60.9 - }, - "Sangay Wangmo": { - "recent_scores": [ - 1, - 2 - ], - "recent_avg": 1.5, - "recent_sr": 25.0 - }, - "Sangay Yangzom": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "Sangay Zangmo": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "Sangita Rai": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Sani E Zehra": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Sania Khan": { - "recent_scores": [ - 2, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "Saniyah Zia": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "Sanjay Kumar": { - "recent_scores": [ - 8, - 1 - ], - "recent_avg": 4.5, - "recent_sr": 128.6 - }, - "Sanjay Kumar Ahir": { - "recent_scores": [ - 2, - 4, - 3, - 3, - 0 - ], - "recent_avg": 2.4, - "recent_sr": 57.1 - }, - "Sanjida Akter Meghla": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 14.3 - }, - "Sanjida Islam": { - "recent_scores": [ - 1, - 1, - 5, - 35, - 2, - 2, - 13, - 34 - ], - "recent_avg": 11.6, - "recent_sr": 41.2 - }, - "Santiago Duggan": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "Santiago Iturbe": { - "recent_scores": [ - 1, - 1, - 1, - 9 - ], - "recent_avg": 3.0, - "recent_sr": 57.1 - }, - "Santosh Yadav": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "Sapan Mehta": { - "recent_scores": [ - 20, - 3, - 14, - 4, - 33 - ], - "recent_avg": 14.8, - "recent_sr": 88.1 - }, - "Saqib Anwar": { - "recent_scores": [ - 4, - 0, - 1, - 2 - ], - "recent_avg": 1.8, - "recent_sr": 28.0 - }, - "Saqib Naveed": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 28.6 - }, - "Saqib Zulfiqar": { - "recent_scores": [ - 10, - 6, - 33, - 33, - 2, - 3, - 34, - 2, - 23, - 12 - ], - "recent_avg": 15.8, - "recent_sr": 69.0 - }, - "Saqlain Ali": { - "recent_scores": [ - 1, - 2 - ], - "recent_avg": 1.5, - "recent_sr": 33.3 - }, - "Saqlain Arshad": { - "recent_scores": [ - 16, - 7, - 6, - 8, - 4, - 1, - 7, - 0, - 0, - 40 - ], - "recent_avg": 8.9, - "recent_sr": 108.5 - }, - "Saqlain Haider": { - "recent_scores": [ - 12, - 11, - 7 - ], - "recent_avg": 10.0, - "recent_sr": 75.0 - }, - "Saqlain Mukhtar": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 100.0 - }, - "Sara": { - "recent_scores": [ - 11, - 4, - 19, - 3, - 1, - 0 - ], - "recent_avg": 6.3, - "recent_sr": 34.5 - }, - "Sara Vivek": { - "recent_scores": [ - 5, - 0, - 3, - 2, - 0, - 1, - 10 - ], - "recent_avg": 3.0, - "recent_sr": 31.3 - }, - "Saran Aslam": { - "recent_scores": [ - 0, - 4, - 10, - 8, - 47, - 9 - ], - "recent_avg": 13.0, - "recent_sr": 190.2 - }, - "Sarawut Maliwan": { - "recent_scores": [ - 1, - 3, - 0, - 0, - 4, - 0, - 1, - 0, - 5, - 0 - ], - "recent_avg": 1.4, - "recent_sr": 41.2 - }, - "Sareer Shah": { - "recent_scores": [ - 1, - 0, - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 33.3 - }, - "Sarfaraj Patel": { - "recent_scores": [ - 46, - 0, - 1, - 3, - 34 - ], - "recent_avg": 16.8, - "recent_sr": 65.6 - }, - "Sarfaraz Ali": { - "recent_scores": [ - 4, - 11, - 12, - 1, - 7, - 23, - 0, - 14, - 7, - 5 - ], - "recent_avg": 8.4, - "recent_sr": 123.5 - }, - "Sarfraz Ahmed": { - "recent_scores": [ - 7, - 14, - 18, - 196, - 139, - 50, - 62, - 0, - 53, - 30 - ], - "recent_avg": 56.9, - "recent_sr": 64.9 - }, - "Sarfraz Butt": { - "recent_scores": [ - 8, - 13 - ], - "recent_avg": 10.5, - "recent_sr": 105.0 - }, - "Sargam Patel": { - "recent_scores": [ - 10, - 18, - 1 - ], - "recent_avg": 9.7, - "recent_sr": 74.4 - }, - "Sasha Azmi": { - "recent_scores": [ - 54, - 3, - 14 - ], - "recent_avg": 23.7, - "recent_sr": 116.4 - }, - "Sathya Narayanan": { - "recent_scores": [ - 0, - 2, - 4, - 25, - 4 - ], - "recent_avg": 7.0, - "recent_sr": 68.6 - }, - "Saud Islam": { - "recent_scores": [ - 0, - 13, - 10, - 16, - 7, - 0, - 16, - 67, - 0, - 19 - ], - "recent_avg": 14.8, - "recent_sr": 105.0 - }, - "Saud Munir": { - "recent_scores": [ - 6, - 5, - 0, - 5, - 6, - 1 - ], - "recent_avg": 3.8, - "recent_sr": 56.1 - }, - "Saurabh Kumar": { - "recent_scores": [ - 0, - 2, - 2, - 1 - ], - "recent_avg": 1.2, - "recent_sr": 19.2 - }, - "Sayed Monib": { - "recent_scores": [ - 0, - 8, - 12, - 1, - 10, - 1, - 2, - 1, - 15, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 147.1 - }, - "Sazib Bhuiyan": { - "recent_scores": [ - 13, - 23, - 23, - 0, - 25, - 56, - 6, - 19, - 6, - 7 - ], - "recent_avg": 17.8, - "recent_sr": 133.8 - }, - "Sazzad Hosen": { - "recent_scores": [ - 5, - 9, - 12, - 3, - 7, - 28, - 4 - ], - "recent_avg": 9.7, - "recent_sr": 89.5 - }, - "Sean Chan Boromey": { - "recent_scores": [ - 1, - 0, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 5.9 - }, - "Seetharam Guruvayoorappan": { - "recent_scores": [ - 1, - 9, - 20, - 17 - ], - "recent_avg": 11.8, - "recent_sr": 63.5 - }, - "Sefu Athumani": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 16.7 - }, - "Seika Sumi": { - "recent_scores": [ - 1, - 3, - 3, - 25, - 0, - 10, - 9, - 7, - 1, - 9 - ], - "recent_avg": 6.8, - "recent_sr": 89.5 - }, - "Sejal Vinod": { - "recent_scores": [ - 2, - 2, - 18, - 0, - 4 - ], - "recent_avg": 5.2, - "recent_sr": 44.8 - }, - "Selim Salau": { - "recent_scores": [ - 9, - 1, - 27, - 41, - 25, - 76, - 5, - 26, - 1, - 6 - ], - "recent_avg": 21.7, - "recent_sr": 105.3 - }, - "Serdar Burak Emir": { - "recent_scores": [ - 0, - 1, - 0, - 42, - 0 - ], - "recent_avg": 8.6, - "recent_sr": 110.3 - }, - "Seri Chang": { - "recent_scores": [ - 8, - 0, - 11, - 2 - ], - "recent_avg": 5.2, - "recent_sr": 37.5 - }, - "Seungmin Song": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 36.8 - }, - "Shadab Khan": { - "recent_scores": [ - 60, - 52, - 60, - 52, - 59, - 17 - ], - "recent_avg": 50.0, - "recent_sr": 62.5 - }, - "Shadnan Khan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Shafali Verma": { - "recent_scores": [ - 33, - 40, - 229, - 44, - 52, - 83, - 159 - ], - "recent_avg": 91.4, - "recent_sr": 72.8 - }, - "Shafat Ali Syed": { - "recent_scores": [ - 6, - 10, - 6, - 9, - 10, - 51, - 0 - ], - "recent_avg": 13.1, - "recent_sr": 150.8 - }, - "Shaffaa Saleem": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Shafia Hassan": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 50.0 - }, - "Shafina Mahesh": { - "recent_scores": [ - 11, - 24, - 5, - 2, - 17, - 7, - 0, - 68, - 6, - 58 - ], - "recent_avg": 19.8, - "recent_sr": 72.8 - }, - "Shafiq Jan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Shafiq Sharif": { - "recent_scores": [ - 19, - 0, - 1, - 49, - 54, - 9, - 31, - 15, - 0, - 18 - ], - "recent_avg": 19.6, - "recent_sr": 123.3 - }, - "Shafiul Islam": { - "recent_scores": [ - 4, - 22, - 2, - 10, - 24, - 12, - 8, - 81, - 25, - 9 - ], - "recent_avg": 19.7, - "recent_sr": 46.9 - }, - "Shafiullah Zakhel": { - "recent_scores": [ - 0, - 9, - 7 - ], - "recent_avg": 5.3, - "recent_sr": 177.8 - }, - "Shafraz Jaleel": { - "recent_scores": [ - 18, - 2, - 4, - 0, - 12 - ], - "recent_avg": 7.2, - "recent_sr": 73.5 - }, - "Shagharai Sefat": { - "recent_scores": [ - 0, - 4 - ], - "recent_avg": 2.0, - "recent_sr": 36.4 - }, - "Shah Abrar Hussain": { - "recent_scores": [ - 28, - 13, - 30, - 74, - 19, - 10, - 26, - 42, - 37, - 16 - ], - "recent_avg": 29.5, - "recent_sr": 102.1 - }, - "Shah Faisal": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 50.0 - }, - "Shahab Alam": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Shahadat Hossain": { - "recent_scores": [ - 50, - 22, - 23, - 18, - 35, - 42, - 21, - 11, - 13, - 17 - ], - "recent_avg": 25.2, - "recent_sr": 40.3 - }, - "Shahbaz Badar": { - "recent_scores": [ - 0, - 11, - 17, - 56, - 3 - ], - "recent_avg": 17.4, - "recent_sr": 101.2 - }, - "Shaheen Shah Afridi": { - "recent_scores": [ - 13, - 0, - 7, - 36, - 31, - 21, - 7, - 9, - 0, - 5 - ], - "recent_avg": 12.9, - "recent_sr": 50.0 - }, - "Shaheryar Butt": { - "recent_scores": [ - 13, - 5 - ], - "recent_avg": 9.0, - "recent_sr": 81.8 - }, - "Shahid Arshad": { - "recent_scores": [ - 18, - 2, - 8, - 1, - 0, - 24, - 12, - 1, - 14, - 23 - ], - "recent_avg": 10.3, - "recent_sr": 77.4 - }, - "Shahid Mahmood": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "Shahid Wasif": { - "recent_scores": [ - 1, - 8, - 0, - 45, - 2, - 4 - ], - "recent_avg": 10.0, - "recent_sr": 43.5 - }, - "Shahil Momin": { - "recent_scores": [ - 4, - 16, - 1, - 1, - 3, - 32, - 18, - 21, - 13, - 48 - ], - "recent_avg": 15.7, - "recent_sr": 95.2 - }, - "Shahnawaz Dhani": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 133.3 - }, - "Shahnawaz Patel": { - "recent_scores": [ - 26, - 29, - 1, - 2, - 12, - 4, - 7, - 1 - ], - "recent_avg": 10.2, - "recent_sr": 97.6 - }, - "Shahreeennawab": { - "recent_scores": [ - 0, - 13, - 2, - 8, - 14, - 7, - 1, - 1, - 12, - 0 - ], - "recent_avg": 5.8, - "recent_sr": 56.3 - }, - "Shahrukh Quddus": { - "recent_scores": [ - 2, - 0, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 33.3 - }, - "Shahzaib Hasan": { - "recent_scores": [ - 39, - 50, - 11 - ], - "recent_avg": 33.3, - "recent_sr": 84.7 - }, - "Shahzaib Jamil": { - "recent_scores": [ - 11, - 6, - 2, - 2, - 21, - 20, - 1, - 29, - 41, - 44 - ], - "recent_avg": 17.7, - "recent_sr": 147.5 - }, - "Shahzeb Afridi": { - "recent_scores": [ - 8, - 35, - 17, - 2 - ], - "recent_avg": 15.5, - "recent_sr": 155.0 - }, - "Shahzeb Choudhry": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Shaik Basha": { - "recent_scores": [ - 20, - 5, - 7, - 2, - 5, - 43, - 9, - 1, - 9 - ], - "recent_avg": 11.2, - "recent_sr": 94.4 - }, - "Shaila Sharmin": { - "recent_scores": [ - 21, - 10, - 6, - 7, - 0, - 15, - 0 - ], - "recent_avg": 8.4, - "recent_sr": 60.2 - }, - "Shaiman Anwar": { - "recent_scores": [ - 2, - 72, - 11, - 87, - 0, - 11, - 3, - 33, - 13, - 0 - ], - "recent_avg": 23.2, - "recent_sr": 82.9 - }, - "Shakeel Ahmed": { - "recent_scores": [ - 3, - 9, - 0, - 18, - 0, - 23, - 17, - 10, - 1, - 0 - ], - "recent_avg": 8.1, - "recent_sr": 58.3 - }, - "Shakeel Ansar": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Shakeel Zeb": { - "recent_scores": [ - 7, - 13 - ], - "recent_avg": 10.0, - "recent_sr": 105.3 - }, - "Shakerullah Safi": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Shakirah Sadick": { - "recent_scores": [ - 2, - 4, - 13, - 2, - 16, - 0 - ], - "recent_avg": 6.2, - "recent_sr": 42.0 - }, - "Shakkir Kassim": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 87.5 - }, - "Shamim Hossain": { - "recent_scores": [ - 12, - 22, - 1, - 5, - 16 - ], - "recent_avg": 11.2, - "recent_sr": 70.0 - }, - "Shamima Sultana": { - "recent_scores": [ - 6, - 28, - 34, - 6, - 52, - 5, - 23, - 0, - 17, - 33 - ], - "recent_avg": 20.4, - "recent_sr": 62.0 - }, - "Shamma Ali": { - "recent_scores": [ - 0, - 0, - 0, - 0, - 2, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 7.1 - }, - "Shamsudheen Purat": { - "recent_scores": [ - 23 - ], - "recent_avg": 23.0, - "recent_sr": 104.5 - }, - "Shamsullah Ehsan": { - "recent_scores": [ - 4, - 39, - 1, - 11, - 5, - 2, - 9, - 0 - ], - "recent_avg": 8.9, - "recent_sr": 69.6 - }, - "Shamsur Rahman": { - "recent_scores": [ - 25, - 8, - 40, - 39, - 151, - 42 - ], - "recent_avg": 50.8, - "recent_sr": 47.6 - }, - "Shan Masood": { - "recent_scores": [ - 92, - 11, - 87, - 83, - 17, - 63, - 147, - 45, - 49, - 14 - ], - "recent_avg": 60.8, - "recent_sr": 55.2 - }, - "Shan Siddiqui": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 133.3 - }, - "Shantanu Kaveri": { - "recent_scores": [ - 18, - 24, - 26, - 14, - 2, - 1, - 13, - 14, - 4, - 3 - ], - "recent_avg": 11.9, - "recent_sr": 76.8 - }, - "Shanzeen Shahzad": { - "recent_scores": [ - 5, - 2, - 11, - 0 - ], - "recent_avg": 4.5, - "recent_sr": 45.0 - }, - "Shaof Hassan": { - "recent_scores": [ - 5, - 4, - 36, - 14, - 2, - 34, - 0, - 1, - 15, - 21 - ], - "recent_avg": 13.2, - "recent_sr": 124.5 - }, - "Shariq Munir": { - "recent_scores": [ - 35, - 18, - 9, - 7, - 6, - 41, - 0, - 34, - 19 - ], - "recent_avg": 18.8, - "recent_sr": 140.8 - }, - "Shariz Ahmad": { - "recent_scores": [ - 0, - 9, - 17, - 19, - 16, - 8, - 19, - 1, - 6, - 2 - ], - "recent_avg": 9.7, - "recent_sr": 49.0 - }, - "Sharjeel Khan": { - "recent_scores": [ - 44 - ], - "recent_avg": 44.0, - "recent_sr": 97.8 - }, - "Sharmin Akhter": { - "recent_scores": [ - 25, - 0, - 86, - 36, - 64, - 19, - 50, - 3, - 30, - 10 - ], - "recent_avg": 32.3, - "recent_sr": 58.1 - }, - "Sharmin Sultana": { - "recent_scores": [ - 17, - 25, - 0, - 1, - 11, - 3, - 0, - 0, - 7, - 22 - ], - "recent_avg": 8.6, - "recent_sr": 42.6 - }, - "Sharveen Surendran": { - "recent_scores": [ - 23, - 4 - ], - "recent_avg": 13.5, - "recent_sr": 71.1 - }, - "Shashikant Laxman": { - "recent_scores": [ - 17, - 12, - 0, - 11, - 20, - 4, - 10, - 6, - 4, - 8 - ], - "recent_avg": 9.2, - "recent_sr": 94.8 - }, - "Shawaal Zulfiqar": { - "recent_scores": [ - 0, - 2, - 6, - 7 - ], - "recent_avg": 3.8, - "recent_sr": 30.6 - }, - "Shayan Jahangir": { - "recent_scores": [ - 2, - 14, - 6, - 16, - 10, - 124, - 44, - 24, - 34, - 156 - ], - "recent_avg": 43.0, - "recent_sr": 136.1 - }, - "Shehzad Patel": { - "recent_scores": [ - 19, - 19, - 8, - 0 - ], - "recent_avg": 11.5, - "recent_sr": 85.2 - }, - "Sheikh Rasik": { - "recent_scores": [ - 69 - ], - "recent_avg": 69.0, - "recent_sr": 197.1 - }, - "Shenjian Zheng": { - "recent_scores": [ - 2, - 31, - 23, - 21, - 6, - 1 - ], - "recent_avg": 14.0, - "recent_sr": 137.7 - }, - "Sher Sahak": { - "recent_scores": [ - 7, - 0, - 7, - 5, - 36, - 32, - 37, - 8, - 10, - 20 - ], - "recent_avg": 16.2, - "recent_sr": 121.8 - }, - "Sheraz Sheikh": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 85.7 - }, - "Sheraz Sirwari": { - "recent_scores": [ - 0, - 3, - 1, - 6, - 1, - 30, - 1 - ], - "recent_avg": 6.0, - "recent_sr": 131.2 - }, - "Sherul Mehta": { - "recent_scores": [ - 6, - 40, - 14 - ], - "recent_avg": 20.0, - "recent_sr": 61.9 - }, - "Shiraz Khan": { - "recent_scores": [ - 1, - 3, - 2, - 5, - 9, - 2, - 19, - 1, - 12, - 7 - ], - "recent_avg": 6.1, - "recent_sr": 63.5 - }, - "Shiva Mani": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 75.0 - }, - "Shivani Sati": { - "recent_scores": [ - 4, - 1, - 0, - 1, - 1, - 0, - 2, - 5 - ], - "recent_avg": 1.8, - "recent_sr": 24.1 - }, - "Shoaib Khan": { - "recent_scores": [ - 29, - 0, - 0, - 27, - 9, - 24, - 26, - 26, - 1, - 30 - ], - "recent_avg": 17.2, - "recent_sr": 78.5 - }, - "Shoaib Khan jnr": { - "recent_scores": [ - 0, - 6 - ], - "recent_avg": 3.0, - "recent_sr": 40.0 - }, - "Shoaib Rafiq": { - "recent_scores": [ - 0, - 0, - 1, - 0, - 0, - 9, - 9, - 1, - 24, - 4 - ], - "recent_avg": 4.8, - "recent_sr": 94.1 - }, - "Shohely Akhter": { - "recent_scores": [ - 3, - 3 - ], - "recent_avg": 3.0, - "recent_sr": 66.7 - }, - "Shorifa Khatun": { - "recent_scores": [ - 5, - 28, - 11, - 0, - 0, - 3, - 1, - 18, - 1 - ], - "recent_avg": 7.4, - "recent_sr": 95.7 - }, - "Shoriful Islam": { - "recent_scores": [ - 24, - 6, - 22, - 27, - 18, - 23, - 4, - 26, - 3, - 2 - ], - "recent_avg": 15.5, - "recent_sr": 71.8 - }, - "Shorna Akter": { - "recent_scores": [ - 3, - 16, - 35, - 2, - 19, - 7, - 51, - 1, - 10, - 2 - ], - "recent_avg": 14.6, - "recent_sr": 73.7 - }, - "Shruti Yadav": { - "recent_scores": [ - 0, - 0, - 0, - 1 - ], - "recent_avg": 0.2, - "recent_sr": 12.5 - }, - "Shuaib Al Balushi": { - "recent_scores": [ - 19, - 0, - 6, - 32, - 40 - ], - "recent_avg": 19.4, - "recent_sr": 91.5 - }, - "Shubham Ranjane": { - "recent_scores": [ - 102, - 40, - 80, - 56, - 12, - 98, - 14, - 20, - 2, - 130 - ], - "recent_avg": 55.4, - "recent_sr": 115.9 - }, - "Shujaat Rasool": { - "recent_scores": [ - 54, - 24, - 17, - 10 - ], - "recent_avg": 26.2, - "recent_sr": 190.9 - }, - "Shukhtara Rahman": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 84.2 - }, - "Shunan Ali": { - "recent_scores": [ - 3, - 11 - ], - "recent_avg": 7.0, - "recent_sr": 50.0 - }, - "Shuvagata Hom": { - "recent_scores": [ - 31, - 9, - 39, - 32, - 38, - 65, - 14, - 16 - ], - "recent_avg": 30.5, - "recent_sr": 55.7 - }, - "Sidhant Singh": { - "recent_scores": [ - 10, - 5 - ], - "recent_avg": 7.5, - "recent_sr": 75.0 - }, - "Sidra Ameen": { - "recent_scores": [ - 59, - 67, - 41, - 9, - 68, - 13, - 9, - 35, - 81, - 0 - ], - "recent_avg": 38.2, - "recent_sr": 78.1 - }, - "Sidra Nawaz": { - "recent_scores": [ - 22, - 6, - 5, - 14, - 15, - 2, - 11, - 23, - 14, - 4 - ], - "recent_avg": 11.6, - "recent_sr": 62.0 - }, - "Sikander Zulfiqar": { - "recent_scores": [ - 2, - 6, - 17, - 4, - 8, - 5, - 1 - ], - "recent_avg": 6.1, - "recent_sr": 95.6 - }, - "Sikder Billah": { - "recent_scores": [ - 5, - 0, - 3, - 15, - 16 - ], - "recent_avg": 7.8, - "recent_sr": 118.2 - }, - "Silda Joy": { - "recent_scores": [ - 0, - 3, - 7, - 1 - ], - "recent_avg": 2.8, - "recent_sr": 28.2 - }, - "Simandeep Singh": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Simba Mbaki": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 57.1 - }, - "Simi Singh": { - "recent_scores": [ - 16, - 30, - 1, - 3, - 100, - 21, - 45, - 54, - 25, - 0 - ], - "recent_avg": 29.5, - "recent_sr": 82.4 - }, - "Simon Shalders": { - "recent_scores": [ - 0, - 21 - ], - "recent_avg": 10.5, - "recent_sr": 56.8 - }, - "Simrah Mirza": { - "recent_scores": [ - 1, - 2, - 0, - 0, - 4, - 0, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 14.3 - }, - "Simranjit Singh": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 88.9 - }, - "Sinae Kim": { - "recent_scores": [ - 0, - 13, - 1 - ], - "recent_avg": 4.7, - "recent_sr": 27.5 - }, - "Sinan Khan": { - "recent_scores": [ - 8, - 11, - 4, - 11 - ], - "recent_avg": 8.5, - "recent_sr": 89.5 - }, - "Siow Tzin Yee": { - "recent_scores": [ - 2, - 48, - 12, - 12, - 6, - 10, - 2, - 37, - 9, - 6 - ], - "recent_avg": 14.4, - "recent_sr": 103.6 - }, - "Sirajullah Khadim": { - "recent_scores": [ - 3, - 4, - 0, - 0, - 8, - 0, - 2, - 7, - 5, - 18 - ], - "recent_avg": 4.7, - "recent_sr": 71.2 - }, - "Sivakumar": { - "recent_scores": [ - 3, - 2 - ], - "recent_avg": 2.5, - "recent_sr": 38.5 - }, - "Smriti Anand": { - "recent_scores": [ - 15, - 13 - ], - "recent_avg": 14.0, - "recent_sr": 70.0 - }, - "Smruthi Radhakrishnan": { - "recent_scores": [ - 1, - 2, - 3 - ], - "recent_avg": 2.0, - "recent_sr": 24.0 - }, - "Sneh Rana": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 50.0 - }, - "Sneha Shankar": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 53.3 - }, - "Snigdha Paul": { - "recent_scores": [ - 12, - 2, - 0, - 1, - 3, - 19 - ], - "recent_avg": 6.2, - "recent_sr": 48.7 - }, - "Sobu George": { - "recent_scores": [ - 27, - 26 - ], - "recent_avg": 26.5, - "recent_sr": 126.2 - }, - "Sofia Araya": { - "recent_scores": [ - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Sofia Mardones": { - "recent_scores": [ - 0, - 3, - 1 - ], - "recent_avg": 1.3, - "recent_sr": 12.9 - }, - "Sohag Gazi": { - "recent_scores": [ - 0, - 65, - 14, - 101, - 32, - 4, - 58, - 21, - 7, - 23 - ], - "recent_avg": 32.5, - "recent_sr": 61.4 - }, - "Sohaib Maqsood": { - "recent_scores": [ - 0, - 48, - 10, - 2, - 22 - ], - "recent_avg": 16.4, - "recent_sr": 89.1 - }, - "Sohail Ahmad": { - "recent_scores": [ - 1, - 7, - 20, - 1, - 16, - 6 - ], - "recent_avg": 8.5, - "recent_sr": 91.1 - }, - "Sohail Ahmed": { - "recent_scores": [ - 3, - 53, - 6, - 0, - 50, - 0, - 12, - 64, - 28, - 11 - ], - "recent_avg": 22.7, - "recent_sr": 106.6 - }, - "Sohail Khan": { - "recent_scores": [ - 75, - 45, - 49, - 26, - 1, - 2, - 43, - 11 - ], - "recent_avg": 31.5, - "recent_sr": 76.6 - }, - "Sohel Ebrahim Desai": { - "recent_scores": [ - 4, - 2, - 5, - 0, - 0 - ], - "recent_avg": 2.2, - "recent_sr": 61.1 - }, - "Sohel Patel": { - "recent_scores": [ - 1, - 1, - 24, - 34, - 7, - 5, - 6, - 18, - 22 - ], - "recent_avg": 13.1, - "recent_sr": 93.7 - }, - "Sojib Miah": { - "recent_scores": [ - 15, - 27, - 9, - 12 - ], - "recent_avg": 15.8, - "recent_sr": 165.8 - }, - "Sok Srey Maov": { - "recent_scores": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Sompal Kami": { - "recent_scores": [ - 5, - 0, - 2, - 15, - 6, - 11, - 67, - 1, - 46, - 21 - ], - "recent_avg": 17.4, - "recent_sr": 90.6 - }, - "Sonam": { - "recent_scores": [ - 9, - 2, - 23, - 1, - 9, - 1, - 9, - 4, - 1, - 0 - ], - "recent_avg": 5.9, - "recent_sr": 71.1 - }, - "Sonam Palden": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 16.7 - }, - "Song Yangyang": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "Soniya Dabir": { - "recent_scores": [ - 9, - 8, - 7, - 3 - ], - "recent_avg": 6.8, - "recent_sr": 100.0 - }, - "Soumya Sarkar": { - "recent_scores": [ - 13, - 48, - 150, - 19, - 11, - 12, - 42, - 23, - 71, - 124 - ], - "recent_avg": 51.3, - "recent_sr": 58.4 - }, - "Soung Seav": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Soyeb Pendi": { - "recent_scores": [ - 6, - 0, - 1, - 1, - 0, - 16, - 7 - ], - "recent_avg": 4.4, - "recent_sr": 106.9 - }, - "Srishti Raha": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 25.0 - }, - "Steven Ryan Taylor": { - "recent_scores": [ - 46, - 0, - 0, - 4, - 56, - 16, - 17, - 0, - 14, - 43 - ], - "recent_avg": 19.6, - "recent_sr": 63.8 - }, - "Su Jin Kim": { - "recent_scores": [ - 3, - 0, - 8 - ], - "recent_avg": 3.7, - "recent_sr": 31.4 - }, - "Suabika Manivannan": { - "recent_scores": [ - 1, - 8, - 0, - 0 - ], - "recent_avg": 2.2, - "recent_sr": 37.5 - }, - "Subham Patel": { - "recent_scores": [ - 16, - 21, - 13, - 24, - 16 - ], - "recent_avg": 18.0, - "recent_sr": 98.9 - }, - "Sufiyan Muqeem": { - "recent_scores": [ - 2, - 13, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 88.2 - }, - "Sufyan Mehmood": { - "recent_scores": [ - 72, - 0, - 20, - 0, - 0, - 11, - 4 - ], - "recent_avg": 15.3, - "recent_sr": 75.9 - }, - "Sufyan Naseeb": { - "recent_scores": [ - 11, - 0, - 2, - 4 - ], - "recent_avg": 4.2, - "recent_sr": 73.9 - }, - "Sufyan Yousaf": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "Suhail Sattar": { - "recent_scores": [ - 0, - 21, - 0, - 0, - 0, - 6, - 0, - 14 - ], - "recent_avg": 5.1, - "recent_sr": 70.7 - }, - "Suhrawadi Shuvo": { - "recent_scores": [ - 15 - ], - "recent_avg": 15.0, - "recent_sr": 37.5 - }, - "Sukhdeep Singh": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 81.2 - }, - "Sukhjinder Singh": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 60.9 - }, - "Sukhkaran Sahi": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "Sulaiman Ali": { - "recent_scores": [ - 12, - 6, - 27, - 3, - 1, - 6, - 0, - 32, - 4, - 33 - ], - "recent_avg": 12.4, - "recent_sr": 100.8 - }, - "Sulaimon Runsewe": { - "recent_scores": [ - 16, - 2 - ], - "recent_avg": 9.0, - "recent_sr": 60.0 - }, - "Sultan Ahmed": { - "recent_scores": [ - 13, - 24, - 10, - 12, - 32 - ], - "recent_avg": 18.2, - "recent_sr": 133.8 - }, - "Sultan Ahmed (2)": { - "recent_scores": [ - 11, - 7 - ], - "recent_avg": 9.0, - "recent_sr": 40.9 - }, - "Sultana Khatun": { - "recent_scores": [ - 1, - 1, - 2, - 10, - 5, - 2, - 3, - 1, - 0, - 16 - ], - "recent_avg": 4.1, - "recent_sr": 41.0 - }, - "Sumaiya Akter": { - "recent_scores": [ - 2, - 1, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 15.0 - }, - "Sumaiya Siddiqi": { - "recent_scores": [ - 24, - 2, - 1 - ], - "recent_avg": 9.0, - "recent_sr": 84.4 - }, - "Suman Ghimire": { - "recent_scores": [ - 43, - 36, - 53, - 23, - 26, - 27, - 11, - 18, - 23, - 5 - ], - "recent_avg": 26.5, - "recent_sr": 117.3 - }, - "Sumayya Abdul": { - "recent_scores": [ - 5, - 9, - 15, - 0, - 0 - ], - "recent_avg": 5.8, - "recent_sr": 25.7 - }, - "Sumit Singh": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 25.0 - }, - "Sun Meng Yao": { - "recent_scores": [ - 14, - 1, - 13 - ], - "recent_avg": 9.3, - "recent_sr": 45.9 - }, - "Sunil": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 88.9 - }, - "Sunjidmaa Phillips": { - "recent_scores": [ - 0, - 0, - 2, - 1 - ], - "recent_avg": 0.8, - "recent_sr": 8.8 - }, - "Suraj Kumar": { - "recent_scores": [ - 53, - 10, - 7, - 12, - 9, - 3, - 62, - 0, - 35, - 20 - ], - "recent_avg": 21.1, - "recent_sr": 77.6 - }, - "Surinder Singh": { - "recent_scores": [ - 0, - 7 - ], - "recent_avg": 3.5, - "recent_sr": 140.0 - }, - "Surya Anand": { - "recent_scores": [ - 1, - 6, - 5, - 13, - 4, - 6, - 1, - 17, - 24, - 50 - ], - "recent_avg": 12.7, - "recent_sr": 125.7 - }, - "Susan George": { - "recent_scores": [ - 3, - 7, - 0, - 0 - ], - "recent_avg": 2.5, - "recent_sr": 18.5 - }, - "Suzan Turan": { - "recent_scores": [ - 10, - 4, - 1, - 1, - 26, - 11, - 18 - ], - "recent_avg": 10.1, - "recent_sr": 78.9 - }, - "Swann Htet Ko Ko": { - "recent_scores": [ - 3, - 0, - 0, - 10, - 10, - 0, - 3, - 8, - 9, - 5 - ], - "recent_avg": 4.8, - "recent_sr": 82.8 - }, - "Sweeta Corda": { - "recent_scores": [ - 34, - 12, - 4, - 0, - 2, - 8, - 9, - 11, - 2, - 13 - ], - "recent_avg": 9.5, - "recent_sr": 55.6 - }, - "Syazrul Idrus": { - "recent_scores": [ - 9, - 0 - ], - "recent_avg": 4.5, - "recent_sr": 69.2 - }, - "Syed Ahzamul Haq": { - "recent_scores": [ - 55, - 0, - 6, - 9 - ], - "recent_avg": 17.5, - "recent_sr": 101.4 - }, - "Syed Ali Gillani": { - "recent_scores": [ - 3, - 1 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "Syed Amanullah": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 78.6 - }, - "Syed Aqeel Israr": { - "recent_scores": [ - 2, - 10, - 0, - 1, - 0, - 0, - 1 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "Syed Aziz": { - "recent_scores": [ - 5, - 13, - 11 - ], - "recent_avg": 9.7, - "recent_sr": 85.3 - }, - "Syed Faizan Tahir": { - "recent_scores": [ - 4, - 5, - 3, - 7, - 20, - 6, - 2, - 2 - ], - "recent_avg": 6.1, - "recent_sr": 65.3 - }, - "Syed Haider": { - "recent_scores": [ - 6, - 45, - 0, - 3, - 16, - 47, - 5, - 3, - 3, - 14 - ], - "recent_avg": 14.2, - "recent_sr": 102.9 - }, - "Syed Jawad Haider": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "Syed Maisam Ali": { - "recent_scores": [ - 5, - 18, - 7, - 1 - ], - "recent_avg": 7.8, - "recent_sr": 124.0 - }, - "Syed Naqvi": { - "recent_scores": [ - 6, - 2, - 0, - 4, - 1 - ], - "recent_avg": 2.6, - "recent_sr": 46.4 - }, - "Syed Rasel": { - "recent_scores": [ - 4, - 3, - 1, - 3, - 6, - 20 - ], - "recent_avg": 6.2, - "recent_sr": 38.5 - }, - "Syed Rehmatullah": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "Syed Tameem": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 47.8 - }, - "Syeda Aroob Shah": { - "recent_scores": [ - 4, - 40, - 8, - 0 - ], - "recent_avg": 13.0, - "recent_sr": 85.2 - }, - "Sylvia Usabyimana": { - "recent_scores": [ - 15, - 1, - 1, - 1, - 0, - 0, - 4 - ], - "recent_avg": 3.1, - "recent_sr": 59.5 - }, - "T Abdulquadri": { - "recent_scores": [ - 11, - 0 - ], - "recent_avg": 5.5, - "recent_sr": 68.8 - }, - "T Amarmend": { - "recent_scores": [ - 0, - 9, - 0, - 10, - 1, - 21, - 14, - 8, - 6, - 0 - ], - "recent_avg": 6.9, - "recent_sr": 43.4 - }, - "T Amresh": { - "recent_scores": [ - 7, - 2 - ], - "recent_avg": 4.5, - "recent_sr": 90.0 - }, - "T Araliya": { - "recent_scores": [ - 7, - 2, - 12, - 0, - 0 - ], - "recent_avg": 4.2, - "recent_sr": 56.8 - }, - "T Ariuntsetseg": { - "recent_scores": [ - 2, - 9, - 0, - 2, - 0, - 7, - 6, - 5, - 0, - 8 - ], - "recent_avg": 3.9, - "recent_sr": 31.5 - }, - "T Banda": { - "recent_scores": [ - 1, - 8, - 5, - 0 - ], - "recent_avg": 3.5, - "recent_sr": 24.6 - }, - "T Basile": { - "recent_scores": [ - 6, - 13, - 7, - 0, - 2 - ], - "recent_avg": 5.6, - "recent_sr": 71.8 - }, - "T Batjargal": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 25.0 - }, - "T Bavuma": { - "recent_scores": [ - 44, - 58, - 102, - 106, - 71, - 144, - 183, - 4, - 101, - 200 - ], - "recent_avg": 101.3, - "recent_sr": 52.3 - }, - "T Bharaj": { - "recent_scores": [ - 0, - 27, - 6 - ], - "recent_avg": 11.0, - "recent_sr": 67.3 - }, - "T Bhatia": { - "recent_scores": [ - 22, - 44 - ], - "recent_avg": 33.0, - "recent_sr": 39.1 - }, - "T Brits": { - "recent_scores": [ - 36 - ], - "recent_avg": 36.0, - "recent_sr": 20.2 - }, - "T Brown": { - "recent_scores": [ - 21, - 22, - 0, - 3, - 7, - 0, - 8 - ], - "recent_avg": 8.7, - "recent_sr": 53.5 - }, - "T Bukenya": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 133.3 - }, - "T Chabila": { - "recent_scores": [ - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "T Cheki": { - "recent_scores": [ - 0, - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "T Chetty": { - "recent_scores": [ - 6, - 17, - 1, - 6, - 21, - 7, - 3, - 11, - 31, - 1 - ], - "recent_avg": 10.4, - "recent_sr": 78.8 - }, - "T Chopel": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "T Chopra": { - "recent_scores": [ - 0, - 9, - 1, - 10, - 2, - 6 - ], - "recent_avg": 4.7, - "recent_sr": 65.1 - }, - "T Cross": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 45.5 - }, - "T De Silva": { - "recent_scores": [ - 0, - 0, - 3, - 1, - 5, - 2, - 0, - 0, - 7, - 8 - ], - "recent_avg": 2.6, - "recent_sr": 32.1 - }, - "T Dissanayake": { - "recent_scores": [ - 36, - 32, - 6, - 0, - 61, - 6 - ], - "recent_avg": 23.5, - "recent_sr": 105.2 - }, - "T Dlamini": { - "recent_scores": [ - 0, - 2, - 0, - 0, - 1, - 0, - 2, - 0, - 1, - 2 - ], - "recent_avg": 0.8, - "recent_sr": 9.2 - }, - "T Elikana": { - "recent_scores": [ - 1, - 2 - ], - "recent_avg": 1.5, - "recent_sr": 18.8 - }, - "T Filer": { - "recent_scores": [ - 0, - 0, - 12, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 60.0 - }, - "T Gedarage": { - "recent_scores": [ - 4, - 0, - 9, - 26, - 0, - 7, - 9 - ], - "recent_avg": 7.9, - "recent_sr": 35.3 - }, - "T Granger": { - "recent_scores": [ - 0, - 18, - 20 - ], - "recent_avg": 12.7, - "recent_sr": 65.5 - }, - "T Gwandu": { - "recent_scores": [ - 0, - 20 - ], - "recent_avg": 10.0, - "recent_sr": 19.4 - }, - "T Hewa": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "T Hinds": { - "recent_scores": [ - 14, - 8, - 18, - 28, - 8, - 2, - 8 - ], - "recent_avg": 12.3, - "recent_sr": 138.7 - }, - "T Holder": { - "recent_scores": [ - 1, - 0, - 7, - 21, - 6, - 0 - ], - "recent_avg": 5.8, - "recent_sr": 50.7 - }, - "T Horpinitch": { - "recent_scores": [ - 4, - 9, - 13, - 8 - ], - "recent_avg": 8.5, - "recent_sr": 54.0 - }, - "T Iosefo": { - "recent_scores": [ - 1, - 6, - 8, - 4, - 0, - 35, - 22, - 20, - 1, - 4 - ], - "recent_avg": 10.1, - "recent_sr": 81.5 - }, - "T Jamtsho": { - "recent_scores": [ - 18, - 0, - 13 - ], - "recent_avg": 10.3, - "recent_sr": 73.8 - }, - "T Jikoibure": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "T Kahamker": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "T Kaisala": { - "recent_scores": [ - 14, - 21, - 10, - 0 - ], - "recent_avg": 11.2, - "recent_sr": 121.6 - }, - "T Kale": { - "recent_scores": [ - 6, - 3, - 0, - 4, - 0, - 1, - 2, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 34.8 - }, - "T Kazanci": { - "recent_scores": [ - 0, - 0, - 3, - 4 - ], - "recent_avg": 1.8, - "recent_sr": 24.1 - }, - "T Khabo": { - "recent_scores": [ - 31, - 0, - 0, - 3, - 1, - 0, - 5, - 0, - 8, - 14 - ], - "recent_avg": 6.2, - "recent_sr": 35.0 - }, - "T Kobeli": { - "recent_scores": [ - 2, - 4, - 0, - 0, - 6, - 6, - 7, - 0, - 10, - 0 - ], - "recent_avg": 3.5, - "recent_sr": 31.8 - }, - "T Kolcunova": { - "recent_scores": [ - 13, - 3, - 10, - 0, - 0, - 0, - 5, - 7, - 15, - 52 - ], - "recent_avg": 10.5, - "recent_sr": 54.7 - }, - "T Koloi": { - "recent_scores": [ - 1, - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 42.9 - }, - "T Konate": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "T Koula": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "T Lafai": { - "recent_scores": [ - 10, - 4, - 9 - ], - "recent_avg": 7.7, - "recent_sr": 53.5 - }, - "T Langa": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 155.6 - }, - "T Legaabile": { - "recent_scores": [ - 0, - 12, - 0, - 0, - 2, - 6, - 6, - 3, - 0, - 42 - ], - "recent_avg": 7.1, - "recent_sr": 50.0 - }, - "T Leskinen": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "T Lhaden": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 40.0 - }, - "T Luka": { - "recent_scores": [ - 5, - 13, - 0, - 28, - 0, - 1, - 5, - 14, - 0, - 41 - ], - "recent_avg": 10.7, - "recent_sr": 58.5 - }, - "T Lungameni": { - "recent_scores": [ - 1, - 1, - 1, - 0, - 3, - 1, - 7, - 0, - 3, - 5 - ], - "recent_avg": 2.2, - "recent_sr": 39.3 - }, - "T Maika": { - "recent_scores": [ - 19, - 0, - 5, - 5, - 1, - 5, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 50.0 - }, - "T Makaya": { - "recent_scores": [ - 4, - 0, - 0 - ], - "recent_avg": 1.3, - "recent_sr": 66.7 - }, - "T Makusha": { - "recent_scores": [ - 0, - 12, - 8, - 0, - 1, - 1 - ], - "recent_avg": 3.7, - "recent_sr": 53.7 - }, - "T Malinga": { - "recent_scores": [ - 3, - 1, - 6, - 6, - 0, - 2, - 2, - 1, - 1, - 0 - ], - "recent_avg": 2.2, - "recent_sr": 21.6 - }, - "T Manders": { - "recent_scores": [ - 18, - 12, - 19, - 5, - 45, - 7 - ], - "recent_avg": 17.7, - "recent_sr": 88.3 - }, - "T Martic": { - "recent_scores": [ - 2, - 0, - 10, - 2 - ], - "recent_avg": 3.5, - "recent_sr": 36.8 - }, - "T Martin": { - "recent_scores": [ - 26, - 1, - 35, - 34 - ], - "recent_avg": 24.0, - "recent_sr": 168.4 - }, - "T Maruma": { - "recent_scores": [ - 0, - 48, - 0, - 20 - ], - "recent_avg": 17.0, - "recent_sr": 36.6 - }, - "T Marumani": { - "recent_scores": [ - 0, - 2, - 24, - 4, - 29, - 18, - 0, - 35, - 4, - 45 - ], - "recent_avg": 16.1, - "recent_sr": 71.9 - }, - "T Mato": { - "recent_scores": [ - 1, - 5 - ], - "recent_avg": 3.0, - "recent_sr": 37.5 - }, - "T Mishra": { - "recent_scores": [ - 24, - 2, - 70, - 4, - 72, - 51, - 0, - 6, - 0, - 2 - ], - "recent_avg": 23.1, - "recent_sr": 68.8 - }, - "T Misi": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "T Modise": { - "recent_scores": [ - 0, - 1, - 2, - 4, - 17, - 4, - 5, - 1, - 7, - 0 - ], - "recent_avg": 4.1, - "recent_sr": 39.0 - }, - "T Moitoi": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "T Moses": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "T Mosobela": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "T Motlhabaphuti": { - "recent_scores": [ - 3, - 3, - 11, - 0, - 3 - ], - "recent_avg": 4.0, - "recent_sr": 33.9 - }, - "T Mpandakwaya": { - "recent_scores": [ - 2, - 6, - 10 - ], - "recent_avg": 6.0, - "recent_sr": 64.3 - }, - "T Mpatane": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "T Mulepati": { - "recent_scores": [ - 31, - 0, - 23, - 2, - 4, - 5, - 4, - 3 - ], - "recent_avg": 9.0, - "recent_sr": 33.0 - }, - "T Munyonga": { - "recent_scores": [ - 10, - 43, - 17, - 10, - 7, - 15, - 13, - 30 - ], - "recent_avg": 18.1, - "recent_sr": 69.7 - }, - "T Musekiwa": { - "recent_scores": [ - 7, - 0, - 1, - 6, - 0, - 11, - 2, - 4, - 11, - 8 - ], - "recent_avg": 5.0, - "recent_sr": 113.6 - }, - "T Muzarabani": { - "recent_scores": [ - 5, - 1, - 0, - 1, - 0, - 3 - ], - "recent_avg": 1.7, - "recent_sr": 31.2 - }, - "T Nightingale": { - "recent_scores": [ - 31 - ], - "recent_avg": 31.0, - "recent_sr": 88.6 - }, - "T Panyangara": { - "recent_scores": [ - 8, - 9, - 8, - 14, - 24, - 10 - ], - "recent_avg": 12.2, - "recent_sr": 36.9 - }, - "T Parima": { - "recent_scores": [ - 0, - 1, - 48, - 5, - 20, - 21, - 25, - 16, - 2, - 0 - ], - "recent_avg": 13.8, - "recent_sr": 91.4 - }, - "T Parisi-mesimeri": { - "recent_scores": [ - 2, - 6, - 1, - 4, - 5, - 4, - 0, - 2, - 8, - 8 - ], - "recent_avg": 4.0, - "recent_sr": 42.1 - }, - "T Perera": { - "recent_scores": [ - 19, - 19, - 1, - 31, - 8, - 48, - 8, - 0, - 26, - 48 - ], - "recent_avg": 20.8, - "recent_sr": 123.1 - }, - "T Phaswana": { - "recent_scores": [ - 4, - 22, - 37 - ], - "recent_avg": 21.0, - "recent_sr": 131.2 - }, - "T Piakura": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 83.3 - }, - "T Putthawong": { - "recent_scores": [ - 2, - 10, - 22, - 6, - 6, - 2, - 2, - 12, - 9, - 0 - ], - "recent_avg": 7.1, - "recent_sr": 33.2 - }, - "T Rajiv": { - "recent_scores": [ - 8, - 11, - 27, - 36, - 1 - ], - "recent_avg": 16.6, - "recent_sr": 113.7 - }, - "T Ramabitsa": { - "recent_scores": [ - 0, - 1, - 2, - 0, - 3, - 11, - 3, - 4, - 1, - 0 - ], - "recent_avg": 2.5, - "recent_sr": 41.7 - }, - "T Ramautar": { - "recent_scores": [ - 2, - 2, - 1, - 1 - ], - "recent_avg": 1.5, - "recent_sr": 25.0 - }, - "T Ritawa": { - "recent_scores": [ - 1, - 6, - 1 - ], - "recent_avg": 2.7, - "recent_sr": 80.0 - }, - "T Rodriguez": { - "recent_scores": [ - 0, - 3, - 1, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 20.0 - }, - "T Rossi": { - "recent_scores": [ - 8, - 43, - 26, - 22, - 1, - 19, - 11, - 46, - 1, - 12 - ], - "recent_avg": 18.9, - "recent_sr": 133.1 - }, - "T Ruma": { - "recent_scores": [ - 0, - 79, - 25, - 0, - 20, - 80, - 13, - 15 - ], - "recent_avg": 29.0, - "recent_sr": 63.0 - }, - "T Salcedo": { - "recent_scores": [ - 7, - 20, - 3 - ], - "recent_avg": 10.0, - "recent_sr": 73.2 - }, - "T Sandaruwan": { - "recent_scores": [ - 13, - 3, - 31, - 0, - 3, - 9, - 9, - 10, - 4, - 0 - ], - "recent_avg": 8.2, - "recent_sr": 105.1 - }, - "T Sandeep": { - "recent_scores": [ - 57, - 38, - 16, - 7, - 25, - 5, - 11, - 17, - 4, - 0 - ], - "recent_avg": 18.0, - "recent_sr": 110.4 - }, - "T Sangha": { - "recent_scores": [ - 2, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "T Sarada": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 20.0 - }, - "T Saville": { - "recent_scores": [ - 8, - 10, - 9, - 33 - ], - "recent_avg": 15.0, - "recent_sr": 142.9 - }, - "T Seesawan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "T Shabani": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 150.0 - }, - "T Shadrack": { - "recent_scores": [ - 3, - 1, - 1, - 62, - 5, - 10, - 2, - 17, - 2, - 4 - ], - "recent_avg": 10.7, - "recent_sr": 70.4 - }, - "T Shanmugam": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 80.0 - }, - "T Singye": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 11.1 - }, - "T Skordili": { - "recent_scores": [ - 5, - 0, - 1 - ], - "recent_avg": 2.0, - "recent_sr": 54.5 - }, - "T Smith": { - "recent_scores": [ - 4, - 11, - 8, - 44, - 4, - 0, - 4, - 12, - 7, - 2 - ], - "recent_avg": 9.6, - "recent_sr": 76.8 - }, - "T Sumiya": { - "recent_scores": [ - 1, - 0, - 4, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 20.0 - }, - "T Suri": { - "recent_scores": [ - 13, - 26, - 25, - 27, - 0 - ], - "recent_avg": 18.2, - "recent_sr": 71.7 - }, - "T Takada": { - "recent_scores": [ - 11, - 12, - 0, - 4, - 16 - ], - "recent_avg": 8.6, - "recent_sr": 130.3 - }, - "T Taylor": { - "recent_scores": [ - 0, - 2, - 5, - 1, - 0, - 8, - 1, - 2, - 2, - 11 - ], - "recent_avg": 3.2, - "recent_sr": 65.3 - }, - "T Tereza": { - "recent_scores": [ - 15, - 12, - 1 - ], - "recent_avg": 9.3, - "recent_sr": 42.4 - }, - "T Thorpe": { - "recent_scores": [ - 6, - 5, - 1, - 1, - 1, - 0, - 5, - 0, - 3 - ], - "recent_avg": 2.4, - "recent_sr": 48.9 - }, - "T Touna": { - "recent_scores": [ - 2, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 17.4 - }, - "T Trajkovic": { - "recent_scores": [ - 10, - 14, - 46, - 13, - 7, - 11, - 0, - 14 - ], - "recent_avg": 14.4, - "recent_sr": 59.9 - }, - "T Tshose": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 75.0 - }, - "T Tumursukh": { - "recent_scores": [ - 0, - 6, - 0, - 0, - 0, - 0, - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 20.5 - }, - "T Turan": { - "recent_scores": [ - 1, - 0, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 14.3 - }, - "T Ulutuna": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "T Vanuarua": { - "recent_scores": [ - 4, - 8 - ], - "recent_avg": 6.0, - "recent_sr": 100.0 - }, - "T Wangchuk": { - "recent_scores": [ - 2, - 1, - 1, - 4, - 12, - 6, - 9, - 0, - 0, - 6 - ], - "recent_avg": 4.1, - "recent_sr": 68.3 - }, - "T Whiteman": { - "recent_scores": [ - 7, - 21, - 4, - 37, - 19, - 12, - 36 - ], - "recent_avg": 19.4, - "recent_sr": 112.4 - }, - "T Wigradianti": { - "recent_scores": [ - 3, - 4 - ], - "recent_avg": 3.5, - "recent_sr": 53.8 - }, - "T Wuatai": { - "recent_scores": [ - 0, - 1, - 2, - 7 - ], - "recent_avg": 2.5, - "recent_sr": 33.3 - }, - "T Yangchen": { - "recent_scores": [ - 1, - 3, - 0 - ], - "recent_avg": 1.3, - "recent_sr": 23.5 - }, - "T Yotharat": { - "recent_scores": [ - 0, - 4, - 6 - ], - "recent_avg": 3.3, - "recent_sr": 40.0 - }, - "T Zangmo": { - "recent_scores": [ - 11, - 5, - 0, - 35, - 4, - 14, - 8, - 11, - 0, - 15 - ], - "recent_avg": 10.3, - "recent_sr": 70.1 - }, - "T Zilfidou": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "T Zotos": { - "recent_scores": [ - 0, - 6, - 0, - 1 - ], - "recent_avg": 1.8, - "recent_sr": 63.6 - }, - "T de Zorzi": { - "recent_scores": [ - 77, - 26, - 55, - 120, - 10, - 31, - 4, - 19, - 21, - 177 - ], - "recent_avg": 54.0, - "recent_sr": 56.9 - }, - "T van der Gugten": { - "recent_scores": [ - 6, - 17, - 7, - 12, - 22, - 1, - 49, - 2 - ], - "recent_avg": 14.5, - "recent_sr": 68.2 - }, - "TA Blundell": { - "recent_scores": [ - 48, - 67, - 8, - 186, - 4, - 29, - 2, - 65, - 131, - 17 - ], - "recent_avg": 55.7, - "recent_sr": 66.4 - }, - "TA Dudnath": { - "recent_scores": [ - 7, - 4, - 7, - 7, - 18, - 14 - ], - "recent_avg": 9.5, - "recent_sr": 60.6 - }, - "TA Khetsi": { - "recent_scores": [ - 4, - 2, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 54.5 - }, - "TA Lavia": { - "recent_scores": [ - 4, - 1, - 2, - 3, - 12, - 19, - 2, - 3, - 1, - 14 - ], - "recent_avg": 6.1, - "recent_sr": 61.0 - }, - "TAM Siriwardana": { - "recent_scores": [ - 35, - 88, - 64, - 110, - 1 - ], - "recent_avg": 59.6, - "recent_sr": 65.5 - }, - "TAW Patterson": { - "recent_scores": [ - 12, - 0, - 16, - 0, - 7 - ], - "recent_avg": 7.0, - "recent_sr": 50.0 - }, - "TB Godisamang": { - "recent_scores": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_avg": 0.2, - "recent_sr": 6.2 - }, - "TB Pawde": { - "recent_scores": [ - 8, - 8, - 9, - 0, - 1, - 17, - 27, - 26, - 19, - 14 - ], - "recent_avg": 12.9, - "recent_sr": 92.1 - }, - "TB Robinson": { - "recent_scores": [ - 20 - ], - "recent_avg": 20.0, - "recent_sr": 100.0 - }, - "TB Sole": { - "recent_scores": [ - 5, - 3, - 1, - 5, - 4, - 20 - ], - "recent_avg": 6.3, - "recent_sr": 102.7 - }, - "TB de Bruyn": { - "recent_scores": [ - 40, - 30, - 38, - 14, - 56, - 17, - 39, - 104, - 16, - 42 - ], - "recent_avg": 39.6, - "recent_sr": 45.9 - }, - "TC Barker": { - "recent_scores": [ - 0, - 21, - 20, - 9, - 12, - 7, - 29, - 9, - 21, - 16 - ], - "recent_avg": 14.4, - "recent_sr": 117.1 - }, - "TC Bruce": { - "recent_scores": [ - 22, - 11 - ], - "recent_avg": 16.5, - "recent_sr": 94.3 - }, - "TC Mataora": { - "recent_scores": [ - 1, - 6, - 49, - 20, - 2, - 30, - 5 - ], - "recent_avg": 16.1, - "recent_sr": 79.6 - }, - "TCR Kimber": { - "recent_scores": [ - 2, - 1, - 2 - ], - "recent_avg": 1.7, - "recent_sr": 38.5 - }, - "TCW Veillard": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 60.0 - }, - "TD Astle": { - "recent_scores": [ - 42, - 18, - 0, - 38 - ], - "recent_avg": 24.5, - "recent_sr": 38.1 - }, - "TD Chaoana": { - "recent_scores": [ - 4, - 0, - 0, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 66.7 - }, - "TD Smartt": { - "recent_scores": [ - 6, - 5, - 2, - 1, - 0, - 8, - 10, - 1, - 0, - 1 - ], - "recent_avg": 3.4, - "recent_sr": 65.4 - }, - "TE Britton": { - "recent_scores": [ - 1, - 10, - 3, - 0, - 0, - 0, - 0, - 17, - 6, - 4 - ], - "recent_avg": 4.1, - "recent_sr": 31.8 - }, - "TE Kane": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 14.3 - }, - "TG Gordon": { - "recent_scores": [ - 3, - 9, - 7, - 4 - ], - "recent_avg": 5.8, - "recent_sr": 39.7 - }, - "TG Norris": { - "recent_scores": [ - 0, - 28, - 31 - ], - "recent_avg": 19.7, - "recent_sr": 101.7 - }, - "TG Thamae": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 33.3 - }, - "TGJ Gruijters": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 114.3 - }, - "TH Semau": { - "recent_scores": [ - 8, - 0, - 3, - 2, - 0, - 0, - 1, - 0, - 1, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 39.5 - }, - "TH Tector": { - "recent_scores": [ - 5, - 17, - 5, - 17, - 38, - 32, - 7 - ], - "recent_avg": 17.3, - "recent_sr": 140.7 - }, - "TI Gajanayake": { - "recent_scores": [ - 2, - 0, - 16, - 9, - 3, - 1, - 0, - 6, - 3, - 24 - ], - "recent_avg": 6.4, - "recent_sr": 41.6 - }, - "TJ Draca": { - "recent_scores": [ - 5, - 2, - 4 - ], - "recent_avg": 3.7, - "recent_sr": 78.6 - }, - "TJ Mahe": { - "recent_scores": [ - 0, - 0, - 0, - 1, - 4, - 0, - 1, - 0, - 21, - 4 - ], - "recent_avg": 3.1, - "recent_sr": 50.0 - }, - "TJ Murtagh": { - "recent_scores": [ - 18, - 10 - ], - "recent_avg": 14.0, - "recent_sr": 112.0 - }, - "TJ Ramphoma": { - "recent_scores": [ - 0, - 5 - ], - "recent_avg": 2.5, - "recent_sr": 62.5 - }, - "TJ Stephenson": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 140.0 - }, - "TJ Vlaeminck": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "TJE Chiracheque": { - "recent_scores": [ - 13, - 1, - 4, - 0 - ], - "recent_avg": 4.5, - "recent_sr": 36.7 - }, - "TJG Pringle": { - "recent_scores": [ - 0, - 0, - 6, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 42.9 - }, - "TJP Weo": { - "recent_scores": [ - 0, - 3 - ], - "recent_avg": 1.5, - "recent_sr": 25.0 - }, - "TK Joseph": { - "recent_scores": [ - 5, - 2, - 1, - 0, - 10, - 13, - 10, - 3, - 8, - 4 - ], - "recent_avg": 5.6, - "recent_sr": 74.7 - }, - "TK Lal": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 150.0 - }, - "TK Musakanda": { - "recent_scores": [ - 8, - 57, - 6 - ], - "recent_avg": 23.7, - "recent_sr": 43.0 - }, - "TK Patel": { - "recent_scores": [ - 1, - 16, - 1, - 0, - 3, - 50 - ], - "recent_avg": 11.8, - "recent_sr": 47.7 - }, - "TKP Rajapaksha": { - "recent_scores": [ - 18, - 7, - 26, - 11, - 0, - 1, - 9, - 7, - 4, - 9 - ], - "recent_avg": 9.2, - "recent_sr": 63.4 - }, - "TL Best": { - "recent_scores": [ - 25, - 21, - 3, - 9, - 17, - 11, - 24, - 0, - 0, - 95 - ], - "recent_avg": 20.5, - "recent_sr": 67.7 - }, - "TL Chatara": { - "recent_scores": [ - 4, - 8, - 1, - 18, - 22, - 22, - 13, - 4, - 2 - ], - "recent_avg": 10.4, - "recent_sr": 46.8 - }, - "TL Cutler": { - "recent_scores": [ - 1, - 0, - 5, - 3, - 21, - 34, - 1, - 4 - ], - "recent_avg": 8.6, - "recent_sr": 103.0 - }, - "TLW Cooper": { - "recent_scores": [ - 2, - 74, - 1, - 62, - 66, - 65, - 33, - 17, - 23, - 8 - ], - "recent_avg": 35.1, - "recent_sr": 79.2 - }, - "TM Anker": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 14.3 - }, - "TM Dowlin": { - "recent_scores": [ - 10, - 5, - 77, - 66, - 144, - 41 - ], - "recent_avg": 57.2, - "recent_sr": 46.2 - }, - "TM Faimalo": { - "recent_scores": [ - 6, - 0, - 2 - ], - "recent_avg": 2.7, - "recent_sr": 22.9 - }, - "TM Macalou": { - "recent_scores": [ - 0, - 1, - 0, - 28, - 7, - 3, - 0, - 14, - 9, - 2 - ], - "recent_avg": 6.4, - "recent_sr": 41.3 - }, - "TM McGrath": { - "recent_scores": [ - 13, - 12, - 0, - 123, - 62, - 86, - 28, - 47 - ], - "recent_avg": 46.4, - "recent_sr": 49.6 - }, - "TM Odoyo": { - "recent_scores": [ - 2, - 0, - 14, - 35, - 51, - 0, - 2, - 5, - 9, - 45 - ], - "recent_avg": 16.3, - "recent_sr": 75.8 - }, - "TMA Leslie": { - "recent_scores": [ - 0, - 2, - 1, - 7, - 1, - 9, - 0, - 0, - 8, - 1 - ], - "recent_avg": 2.9, - "recent_sr": 33.3 - }, - "TMM Newton": { - "recent_scores": [ - 7, - 2, - 4, - 3, - 6, - 16 - ], - "recent_avg": 6.3, - "recent_sr": 48.1 - }, - "TN de Grooth": { - "recent_scores": [ - 3, - 4, - 5, - 12, - 1, - 28, - 8, - 9 - ], - "recent_avg": 8.8, - "recent_sr": 46.7 - }, - "TNM Soleh": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 37.5 - }, - "TO Thilappan": { - "recent_scores": [ - 1, - 0, - 1 - ], - "recent_avg": 0.7, - "recent_sr": 20.0 - }, - "TP Allen": { - "recent_scores": [ - 1, - 19, - 18, - 20, - 1, - 0, - 0, - 32 - ], - "recent_avg": 11.4, - "recent_sr": 124.7 - }, - "TP Ura": { - "recent_scores": [ - 36, - 15, - 29, - 56, - 50, - 35, - 39, - 51, - 15, - 57 - ], - "recent_avg": 38.3, - "recent_sr": 83.4 - }, - "TP Visee": { - "recent_scores": [ - 3, - 41, - 28 - ], - "recent_avg": 24.0, - "recent_sr": 109.1 - }, - "TR Sadhu": { - "recent_scores": [ - 4, - 3, - 2 - ], - "recent_avg": 3.0, - "recent_sr": 34.6 - }, - "TRR Sharfudheen": { - "recent_scores": [ - 1, - 0, - 4, - 0, - 6, - 8, - 3 - ], - "recent_avg": 3.1, - "recent_sr": 23.9 - }, - "TS Braat": { - "recent_scores": [ - 26, - 5 - ], - "recent_avg": 15.5, - "recent_sr": 100.0 - }, - "TS Chisoro": { - "recent_scores": [ - 9, - 9, - 9 - ], - "recent_avg": 9.0, - "recent_sr": 43.5 - }, - "TS Cordes": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "TS Erichsen": { - "recent_scores": [ - 0, - 10, - 1, - 26, - 7, - 5, - 13, - 4, - 8, - 36 - ], - "recent_avg": 11.0, - "recent_sr": 57.9 - }, - "TS Fray": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 133.3 - }, - "TS Kamunhukamwe": { - "recent_scores": [ - 0, - 0, - 1, - 8, - 28, - 1, - 4, - 51, - 1, - 0 - ], - "recent_avg": 9.4, - "recent_sr": 79.0 - }, - "TS Omary": { - "recent_scores": [ - 23, - 6 - ], - "recent_avg": 14.5, - "recent_sr": 69.0 - }, - "TS Sekhukhune": { - "recent_scores": [ - 12, - 7, - 42 - ], - "recent_avg": 20.3, - "recent_sr": 25.1 - }, - "TS Shwe": { - "recent_scores": [ - 0, - 4 - ], - "recent_avg": 2.0, - "recent_sr": 21.1 - }, - "TS Waqavakatoga": { - "recent_scores": [ - 2, - 17, - 6, - 0, - 18 - ], - "recent_avg": 8.6, - "recent_sr": 107.5 - }, - "TSS Mackintosh": { - "recent_scores": [ - 38, - 13, - 3, - 32, - 11, - 18, - 1, - 34, - 19 - ], - "recent_avg": 18.8, - "recent_sr": 83.3 - }, - "TT Aung": { - "recent_scores": [ - 0, - 0, - 16, - 20, - 5, - 0, - 1, - 34, - 0, - 1 - ], - "recent_avg": 7.7, - "recent_sr": 45.0 - }, - "TT Beaumont": { - "recent_scores": [ - 2, - 55, - 33, - 27, - 230, - 28, - 41, - 66, - 0, - 107 - ], - "recent_avg": 58.9, - "recent_sr": 49.3 - }, - "TT Bresnan": { - "recent_scores": [ - 1, - 33, - 57, - 1, - 45, - 0, - 39, - 9, - 28, - 39 - ], - "recent_avg": 25.2, - "recent_sr": 33.2 - }, - "TT Maposa": { - "recent_scores": [ - 3, - 5, - 1, - 6, - 1, - 2, - 8, - 8, - 9, - 12 - ], - "recent_avg": 5.5, - "recent_sr": 98.2 - }, - "TT Soe": { - "recent_scores": [ - 31, - 1, - 22, - 23, - 15, - 14, - 2, - 12, - 6, - 9 - ], - "recent_avg": 13.5, - "recent_sr": 90.0 - }, - "TV Badri Narayanan": { - "recent_scores": [ - 3, - 15, - 1, - 3 - ], - "recent_avg": 5.5, - "recent_sr": 39.3 - }, - "TV Valivarthi": { - "recent_scores": [ - 3, - 2, - 10 - ], - "recent_avg": 5.0, - "recent_sr": 51.7 - }, - "TW Dlamini": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "TW Hamid": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 171.4 - }, - "TW Samuels": { - "recent_scores": [ - 5, - 9, - 17, - 0, - 1 - ], - "recent_avg": 6.4, - "recent_sr": 72.7 - }, - "TWM Latham": { - "recent_scores": [ - 155, - 31, - 3, - 0, - 238, - 20, - 169, - 82, - 41, - 48 - ], - "recent_avg": 78.7, - "recent_sr": 55.9 - }, - "Tafseer Ali": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 133.3 - }, - "Taful Elkhair": { - "recent_scores": [ - 0, - 8, - 15, - 0, - 3, - 3, - 1 - ], - "recent_avg": 4.3, - "recent_sr": 50.0 - }, - "Taher Muhammad": { - "recent_scores": [ - 10, - 20, - 4, - 28, - 15, - 5, - 18, - 13, - 6, - 9 - ], - "recent_avg": 12.8, - "recent_sr": 72.3 - }, - "Taj Nehar": { - "recent_scores": [ - 1, - 4, - 10, - 5, - 2, - 19, - 1, - 7, - 0 - ], - "recent_avg": 5.4, - "recent_sr": 73.1 - }, - "Talha Khan": { - "recent_scores": [ - 0, - 32, - 21, - 17, - 27, - 28, - 69, - 58, - 31, - 4 - ], - "recent_avg": 28.7, - "recent_sr": 111.2 - }, - "Tamim Iqbal": { - "recent_scores": [ - 52, - 50, - 51, - 0, - 133, - 60, - 116, - 164, - 94, - 9 - ], - "recent_avg": 72.9, - "recent_sr": 69.0 - }, - "Tamoor Sajjad": { - "recent_scores": [ - 36, - 5, - 35, - 3, - 9, - 31, - 2, - 51, - 9 - ], - "recent_avg": 20.1, - "recent_sr": 93.3 - }, - "Tanveer Ahmed": { - "recent_scores": [ - 2, - 2, - 0 - ], - "recent_avg": 1.3, - "recent_sr": 33.3 - }, - "Tanvir Islam": { - "recent_scores": [ - 5, - 0, - 9, - 8, - 4, - 5 - ], - "recent_avg": 5.2, - "recent_sr": 64.6 - }, - "Tanwir Afzal": { - "recent_scores": [ - 12, - 0, - 10, - 15, - 7, - 26, - 9, - 47, - 20, - 7 - ], - "recent_avg": 15.3, - "recent_sr": 87.9 - }, - "Tanzeel Sheikh": { - "recent_scores": [ - 2, - 7, - 4, - 0, - 26, - 4, - 10, - 48, - 0, - 30 - ], - "recent_avg": 13.1, - "recent_sr": 142.4 - }, - "Tanzid Hasan": { - "recent_scores": [ - 30 - ], - "recent_avg": 30.0, - "recent_sr": 73.2 - }, - "Tanzim Hasan Sakib": { - "recent_scores": [ - 41 - ], - "recent_avg": 41.0, - "recent_sr": 51.2 - }, - "Taranjeet Singh": { - "recent_scores": [ - 0, - 1, - 0, - 35, - 9, - 45, - 23, - 19, - 25, - 41 - ], - "recent_avg": 19.8, - "recent_sr": 121.5 - }, - "Taranjit Singh": { - "recent_scores": [ - 0, - 6, - 9, - 9, - 6, - 0, - 10, - 14, - 23, - 1 - ], - "recent_avg": 7.8, - "recent_sr": 114.7 - }, - "Tariq Aziz": { - "recent_scores": [ - 10, - 48 - ], - "recent_avg": 29.0, - "recent_sr": 87.9 - }, - "Tarun Sharma": { - "recent_scores": [ - 3, - 0, - 0, - 25, - 27, - 11, - 0, - 16, - 43, - 3 - ], - "recent_avg": 12.8, - "recent_sr": 103.2 - }, - "Tarun Yadav": { - "recent_scores": [ - 6, - 8 - ], - "recent_avg": 7.0, - "recent_sr": 127.3 - }, - "Tasaduq Hussain": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "Tashi Dorji": { - "recent_scores": [ - 17, - 0, - 3, - 9, - 0, - 3, - 17, - 39, - 3, - 1 - ], - "recent_avg": 9.2, - "recent_sr": 141.5 - }, - "Tashi Phuntsho": { - "recent_scores": [ - 3, - 4, - 3, - 2, - 2, - 24, - 7, - 4, - 1, - 21 - ], - "recent_avg": 7.1, - "recent_sr": 54.6 - }, - "Tashiba Mirza": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 45.5 - }, - "Taskin Ahmed": { - "recent_scores": [ - 13, - 39, - 8, - 15, - 16, - 1, - 32, - 15, - 11, - 5 - ], - "recent_avg": 15.5, - "recent_sr": 60.8 - }, - "Tasmia Rubab": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 200.0 - }, - "Tauqeer Hussain": { - "recent_scores": [ - 3, - 3 - ], - "recent_avg": 3.0, - "recent_sr": 60.0 - }, - "Tayyab Tahir": { - "recent_scores": [ - 33, - 13, - 1, - 4, - 1, - 38, - 4, - 30, - 28, - 29 - ], - "recent_avg": 18.1, - "recent_sr": 97.8 - }, - "Tayyeb Javed": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 133.3 - }, - "Tazia Akhter": { - "recent_scores": [ - 3, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 25.0 - }, - "Tejwinder Singh": { - "recent_scores": [ - 14, - 12, - 22, - 20, - 0, - 4, - 3 - ], - "recent_avg": 10.7, - "recent_sr": 202.7 - }, - "Tenjin Rabgey": { - "recent_scores": [ - 5, - 4, - 0, - 2, - 74, - 52, - 0, - 16, - 12, - 23 - ], - "recent_avg": 18.8, - "recent_sr": 112.6 - }, - "Tenzin Wangchuk jnr": { - "recent_scores": [ - 9, - 11 - ], - "recent_avg": 10.0, - "recent_sr": 57.1 - }, - "Thae Thae Po": { - "recent_scores": [ - 6, - 3, - 9, - 22, - 9, - 2, - 7, - 1, - 2, - 1 - ], - "recent_avg": 6.2, - "recent_sr": 66.7 - }, - "Theertha Satish": { - "recent_scores": [ - 23, - 26, - 6, - 46, - 66, - 11, - 28, - 13 - ], - "recent_avg": 27.4, - "recent_sr": 57.3 - }, - "Thilina Silva": { - "recent_scores": [ - 2, - 12 - ], - "recent_avg": 7.0, - "recent_sr": 29.8 - }, - "Thuya Aung": { - "recent_scores": [ - 0, - 6, - 3 - ], - "recent_avg": 3.0, - "recent_sr": 37.5 - }, - "Tian Sen Qun": { - "recent_scores": [ - 0, - 0, - 2, - 0, - 0, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 5.3 - }, - "Tian Senqun": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 70.6 - }, - "Toqeer Ahmad": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 25.0 - }, - "Towhid Hridoy": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 36.4 - }, - "Tripti Gore": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 12.5 - }, - "Tshering Choden": { - "recent_scores": [ - 1, - 21, - 0, - 0 - ], - "recent_avg": 5.5, - "recent_sr": 68.8 - }, - "Tshering Tashi": { - "recent_scores": [ - 6, - 1, - 4, - 7, - 17, - 15, - 38, - 7, - 1, - 3 - ], - "recent_avg": 9.9, - "recent_sr": 73.9 - }, - "Tuba Hassan": { - "recent_scores": [ - 23, - 1, - 25, - 0 - ], - "recent_avg": 12.2, - "recent_sr": 83.1 - }, - "U Anujin": { - "recent_scores": [ - 0, - 3 - ], - "recent_avg": 1.5, - "recent_sr": 42.9 - }, - "U Aryaman Sunil": { - "recent_scores": [ - 3, - 1, - 11, - 6, - 21, - 12, - 0, - 5, - 0, - 0 - ], - "recent_avg": 5.9, - "recent_sr": 103.5 - }, - "U Bayarjavkhlan": { - "recent_scores": [ - 7, - 9, - 0, - 0, - 0, - 0, - 2, - 2, - 13 - ], - "recent_avg": 3.7, - "recent_sr": 39.3 - }, - "U Bhagwan": { - "recent_scores": [ - 20, - 6 - ], - "recent_avg": 13.0, - "recent_sr": 92.9 - }, - "U Bhatti": { - "recent_scores": [ - 19, - 14, - 22, - 22, - 10, - 10, - 1, - 22 - ], - "recent_avg": 15.0, - "recent_sr": 91.6 - }, - "U Chetry": { - "recent_scores": [ - 0, - 4, - 24, - 9 - ], - "recent_avg": 9.2, - "recent_sr": 90.2 - }, - "U Dorji": { - "recent_scores": [ - 1, - 8, - 8 - ], - "recent_avg": 5.7, - "recent_sr": 73.9 - }, - "U Iftikhar": { - "recent_scores": [ - 6, - 3, - 7 - ], - "recent_avg": 5.3, - "recent_sr": 45.7 - }, - "U Peace": { - "recent_scores": [ - 0, - 2, - 3, - 2, - 2, - 1, - 6, - 2, - 2, - 3 - ], - "recent_avg": 2.3, - "recent_sr": 57.5 - }, - "U Raymond-Hoey": { - "recent_scores": [ - 5, - 6, - 21, - 7, - 7, - 22, - 0, - 6 - ], - "recent_avg": 9.2, - "recent_sr": 59.7 - }, - "U Shahid": { - "recent_scores": [ - 64, - 3, - 1, - 28 - ], - "recent_avg": 24.0, - "recent_sr": 102.1 - }, - "U Shantu": { - "recent_scores": [ - 2, - 2, - 1, - 0, - 8, - 13 - ], - "recent_avg": 4.3, - "recent_sr": 92.9 - }, - "U Sofi": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 133.3 - }, - "U Thimashini": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "U Tuychiev": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "UCKA Dona": { - "recent_scores": [ - 8, - 56, - 11, - 13 - ], - "recent_avg": 22.0, - "recent_sr": 47.3 - }, - "UNGB Thenannahelage": { - "recent_scores": [ - 4, - 7, - 10 - ], - "recent_avg": 7.0, - "recent_sr": 87.5 - }, - "US Hathinjar": { - "recent_scores": [ - 3, - 66, - 67, - 8, - 15, - 8, - 18, - 30, - 0, - 0 - ], - "recent_avg": 21.5, - "recent_sr": 127.2 - }, - "UWMBCA Welegedara": { - "recent_scores": [ - 27, - 0, - 0, - 32, - 14, - 12, - 14, - 0, - 52, - 19 - ], - "recent_avg": 17.0, - "recent_sr": 53.3 - }, - "Ubaid Minhas": { - "recent_scores": [ - 2, - 12, - 10 - ], - "recent_avg": 8.0, - "recent_sr": 109.1 - }, - "Ugyen Dorji": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Umaima Sohail": { - "recent_scores": [ - 9, - 6, - 3, - 19, - 0, - 0, - 43, - 16, - 7, - 21 - ], - "recent_avg": 12.4, - "recent_sr": 73.8 - }, - "Umair Ali": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 90.9 - }, - "Umair Qasim": { - "recent_scores": [ - 17, - 17, - 50, - 28, - 19, - 2, - 1, - 7, - 15, - 16 - ], - "recent_avg": 17.2, - "recent_sr": 108.2 - }, - "Umair Sharif": { - "recent_scores": [ - 2, - 12 - ], - "recent_avg": 7.0, - "recent_sr": 93.3 - }, - "Umair Tariq": { - "recent_scores": [ - 7, - 12, - 0, - 0, - 4, - 1, - 4, - 32, - 0, - 25 - ], - "recent_avg": 8.5, - "recent_sr": 114.9 - }, - "Umar Adam": { - "recent_scores": [ - 8, - 4, - 3, - 0, - 4, - 2 - ], - "recent_avg": 3.5, - "recent_sr": 60.0 - }, - "Umar Akmal": { - "recent_scores": [ - 15, - 86, - 80, - 4, - 85, - 54, - 37, - 8, - 29, - 27 - ], - "recent_avg": 42.5, - "recent_sr": 62.5 - }, - "Umar Amin": { - "recent_scores": [ - 37, - 3, - 25, - 34 - ], - "recent_avg": 24.8, - "recent_sr": 50.0 - }, - "Umar Nawaz": { - "recent_scores": [ - 5, - 29, - 4, - 29, - 19, - 22, - 3, - 22, - 56 - ], - "recent_avg": 21.0, - "recent_sr": 96.9 - }, - "Umer Imtiaz": { - "recent_scores": [ - 1, - 25, - 10, - 13, - 1, - 18, - 10, - 17, - 2, - 7 - ], - "recent_avg": 10.4, - "recent_sr": 107.2 - }, - "Umm-e-Hani": { - "recent_scores": [ - 4, - 4, - 1, - 6, - 3, - 4, - 0, - 9, - 0, - 11 - ], - "recent_avg": 4.2, - "recent_sr": 46.7 - }, - "Usama Mir": { - "recent_scores": [ - 0, - 20, - 6, - 12 - ], - "recent_avg": 9.5, - "recent_sr": 126.7 - }, - "Usman Arif": { - "recent_scores": [ - 19, - 6 - ], - "recent_avg": 12.5, - "recent_sr": 75.8 - }, - "Usman Khalid": { - "recent_scores": [ - 2, - 28, - 25, - 1, - 1, - 20, - 57, - 38, - 2, - 75 - ], - "recent_avg": 24.9, - "recent_sr": 114.2 - }, - "Usman Khan": { - "recent_scores": [ - 39 - ], - "recent_avg": 39.0, - "recent_sr": 118.2 - }, - "Usman Limbada": { - "recent_scores": [ - 19, - 30, - 24, - 50 - ], - "recent_avg": 30.8, - "recent_sr": 63.7 - }, - "Usman Mushtaq": { - "recent_scores": [ - 9, - 4 - ], - "recent_avg": 6.5, - "recent_sr": 52.0 - }, - "Usman Najeeb": { - "recent_scores": [ - 11, - 4, - 0, - 7, - 27, - 12, - 20, - 19, - 7, - 18 - ], - "recent_avg": 12.5, - "recent_sr": 150.6 - }, - "Usman Patel": { - "recent_scores": [ - 3, - 0, - 0, - 6, - 23, - 1, - 13, - 4, - 4, - 5 - ], - "recent_avg": 5.9, - "recent_sr": 88.1 - }, - "Usman Qadir": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 42.9 - }, - "Usman Shinwari": { - "recent_scores": [ - 22, - 12 - ], - "recent_avg": 17.0, - "recent_sr": 106.2 - }, - "Usman Tariq": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 200.0 - }, - "Usman Waheed": { - "recent_scores": [ - 9, - 0, - 25, - 6, - 66, - 32, - 2, - 2 - ], - "recent_avg": 17.8, - "recent_sr": 106.8 - }, - "Usrah Umar Farooq": { - "recent_scores": [ - 1, - 2, - 0, - 0 - ], - "recent_avg": 0.8, - "recent_sr": 11.5 - }, - "Uswa Syed": { - "recent_scores": [ - 5, - 15, - 9, - 23, - 0, - 24 - ], - "recent_avg": 12.7, - "recent_sr": 65.0 - }, - "Utkarsh Jain": { - "recent_scores": [ - 2, - 1, - 9, - 0, - 8, - 24, - 6, - 9, - 0, - 8 - ], - "recent_avg": 6.7, - "recent_sr": 91.8 - }, - "Utkarsh Srivastava": { - "recent_scores": [ - 8, - 67 - ], - "recent_avg": 37.5, - "recent_sr": 100.0 - }, - "Uzair Amir": { - "recent_scores": [ - 10, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 62.5 - }, - "V Abuga": { - "recent_scores": [ - 8, - 6, - 35, - 7, - 2 - ], - "recent_avg": 11.6, - "recent_sr": 56.3 - }, - "V Araa": { - "recent_scores": [ - 9, - 13, - 21, - 16, - 6, - 6, - 0 - ], - "recent_avg": 10.1, - "recent_sr": 39.7 - }, - "V Aravind": { - "recent_scores": [ - 3, - 19, - 16, - 11, - 18, - 28, - 51, - 26, - 15, - 44 - ], - "recent_avg": 23.1, - "recent_sr": 52.7 - }, - "V Aritharan": { - "recent_scores": [ - 45, - 13, - 12, - 7 - ], - "recent_avg": 19.2, - "recent_sr": 192.5 - }, - "V Atanasova": { - "recent_scores": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_avg": 0.2, - "recent_sr": 2.3 - }, - "V Ateak": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "V Avdylaj": { - "recent_scores": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "V Balakrishnan": { - "recent_scores": [ - 15, - 7, - 18, - 46 - ], - "recent_avg": 21.5, - "recent_sr": 114.7 - }, - "V Barboza": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "V Baskaran": { - "recent_scores": [ - 1, - 0, - 14, - 2, - 3, - 1, - 1, - 4, - 2, - 7 - ], - "recent_avg": 3.5, - "recent_sr": 54.7 - }, - "V Buruka": { - "recent_scores": [ - 0, - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "V Dhaniram": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 300.0 - }, - "V Frank": { - "recent_scores": [ - 0, - 21, - 10, - 13 - ], - "recent_avg": 11.0, - "recent_sr": 64.7 - }, - "V Ganesan": { - "recent_scores": [ - 12, - 16 - ], - "recent_avg": 14.0, - "recent_sr": 121.7 - }, - "V Hampihallikar": { - "recent_scores": [ - 6, - 4, - 5 - ], - "recent_avg": 5.0, - "recent_sr": 35.7 - }, - "V Hamunyela": { - "recent_scores": [ - 8, - 2, - 6, - 1, - 4, - 0, - 0, - 5, - 1, - 0 - ], - "recent_avg": 2.7, - "recent_sr": 51.9 - }, - "V Hettiarachchi": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "V Hirlal": { - "recent_scores": [ - 7, - 24, - 26, - 4, - 0, - 13, - 5, - 2, - 10, - 19 - ], - "recent_avg": 11.0, - "recent_sr": 66.3 - }, - "V Hristov": { - "recent_scores": [ - 5, - 2 - ], - "recent_avg": 3.5, - "recent_sr": 53.8 - }, - "V Igbinedion": { - "recent_scores": [ - 0, - 18, - 23, - 26, - 10, - 4, - 28, - 10, - 19, - 18 - ], - "recent_avg": 15.6, - "recent_sr": 67.2 - }, - "V Iriho": { - "recent_scores": [ - 2, - 15, - 2, - 9 - ], - "recent_avg": 7.0, - "recent_sr": 49.1 - }, - "V Jagannivasan": { - "recent_scores": [ - 3, - 12, - 0, - 6, - 0 - ], - "recent_avg": 4.2, - "recent_sr": 47.7 - }, - "V Jatinder Kumar": { - "recent_scores": [ - 1, - 4, - 0, - 4, - 1, - 0, - 13 - ], - "recent_avg": 3.3, - "recent_sr": 82.1 - }, - "V Jayant": { - "recent_scores": [ - 0, - 17, - 5, - 5, - 1, - 0 - ], - "recent_avg": 4.7, - "recent_sr": 52.8 - }, - "V Jesrani": { - "recent_scores": [ - 8, - 5, - 0, - 7, - 23, - 0, - 17, - 2, - 3, - 14 - ], - "recent_avg": 7.9, - "recent_sr": 40.3 - }, - "V Kai": { - "recent_scores": [ - 8, - 8, - 0 - ], - "recent_avg": 5.3, - "recent_sr": 33.3 - }, - "V Khanduri": { - "recent_scores": [ - 3, - 6, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 42.9 - }, - "V Kostova": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "V Krishnamurthy": { - "recent_scores": [ - 7, - 9, - 2, - 16, - 56, - 51, - 35, - 16, - 70, - 3 - ], - "recent_avg": 26.5, - "recent_sr": 101.1 - }, - "V Langiatu": { - "recent_scores": [ - 6, - 2, - 0, - 0, - 20, - 11 - ], - "recent_avg": 6.5, - "recent_sr": 60.0 - }, - "V Mahajan": { - "recent_scores": [ - 22, - 0, - 11, - 22, - 13, - 17, - 4, - 0, - 8, - 10 - ], - "recent_avg": 10.7, - "recent_sr": 68.2 - }, - "V Mansale": { - "recent_scores": [ - 6, - 6, - 0, - 2, - 6, - 7, - 7, - 1, - 5, - 2 - ], - "recent_avg": 4.2, - "recent_sr": 47.2 - }, - "V Marghashayam": { - "recent_scores": [ - 10, - 5, - 0, - 0, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 57.7 - }, - "V Mbazo": { - "recent_scores": [ - 5, - 1, - 11, - 15, - 14, - 4, - 3, - 14, - 0, - 6 - ], - "recent_avg": 7.3, - "recent_sr": 69.5 - }, - "V Mitari": { - "recent_scores": [ - 4, - 3, - 1, - 6, - 1 - ], - "recent_avg": 3.0, - "recent_sr": 62.5 - }, - "V Mwansa": { - "recent_scores": [ - 8, - 1, - 1, - 0 - ], - "recent_avg": 2.5, - "recent_sr": 9.2 - }, - "V NIkolova": { - "recent_scores": [ - 6, - 18, - 2 - ], - "recent_avg": 8.7, - "recent_sr": 43.3 - }, - "V Nagpaul": { - "recent_scores": [ - 2, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 57.1 - }, - "V Nehoume": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "V Nikolova": { - "recent_scores": [ - 0, - 0, - 60, - 4, - 0, - 1, - 5, - 3, - 7, - 3 - ], - "recent_avg": 8.3, - "recent_sr": 88.3 - }, - "V Ooko": { - "recent_scores": [ - 0, - 5, - 2, - 3, - 4 - ], - "recent_avg": 2.8, - "recent_sr": 40.0 - }, - "V Pasupathy": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "V Phiri": { - "recent_scores": [ - 5, - 4, - 0, - 1, - 2, - 0, - 0, - 1, - 0, - 2 - ], - "recent_avg": 1.5, - "recent_sr": 34.1 - }, - "V Pulibanti": { - "recent_scores": [ - 9, - 5, - 10, - 4, - 1, - 0, - 0 - ], - "recent_avg": 4.1, - "recent_sr": 46.8 - }, - "V Rathinasamy": { - "recent_scores": [ - 11, - 1, - 13, - 0 - ], - "recent_avg": 6.2, - "recent_sr": 45.5 - }, - "V Ravindran": { - "recent_scores": [ - 26 - ], - "recent_avg": 26.0, - "recent_sr": 136.8 - }, - "V Redkar": { - "recent_scores": [ - 3, - 0, - 41, - 39 - ], - "recent_avg": 20.8, - "recent_sr": 57.2 - }, - "V Romani": { - "recent_scores": [ - 0, - 0, - 3 - ], - "recent_avg": 1.0, - "recent_sr": 20.0 - }, - "V Saini": { - "recent_scores": [ - 37, - 13, - 28, - 36, - 49, - 17, - 72, - 36, - 21, - 27 - ], - "recent_avg": 33.6, - "recent_sr": 114.7 - }, - "V Shaw": { - "recent_scores": [ - 14, - 1, - 12, - 0, - 26, - 4, - 2, - 18, - 7, - 22 - ], - "recent_avg": 10.6, - "recent_sr": 77.4 - }, - "V Shetty": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 41.2 - }, - "V Shukla": { - "recent_scores": [ - 36, - 1, - 23, - 58, - 39, - 0, - 11, - 46, - 44, - 6 - ], - "recent_avg": 26.4, - "recent_sr": 91.3 - }, - "V Sibanda": { - "recent_scores": [ - 20, - 45, - 24, - 37, - 42, - 9, - 67, - 27, - 106, - 50 - ], - "recent_avg": 42.7, - "recent_sr": 48.8 - }, - "V Stolle": { - "recent_scores": [ - 1, - 0, - 5, - 12, - 4, - 0, - 12, - 0, - 23, - 3 - ], - "recent_avg": 6.0, - "recent_sr": 58.3 - }, - "V Sukumaran": { - "recent_scores": [ - 13, - 0, - 19, - 9, - 30, - 7, - 97, - 2, - 2, - 15 - ], - "recent_avg": 19.4, - "recent_sr": 61.8 - }, - "V Tafea": { - "recent_scores": [ - 6, - 1, - 6, - 1 - ], - "recent_avg": 3.5, - "recent_sr": 58.3 - }, - "V Tari": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 21.4 - }, - "V Vasquez": { - "recent_scores": [ - 107, - 26, - 2, - 11, - 5, - 1, - 19, - 10, - 2 - ], - "recent_avg": 20.3, - "recent_sr": 86.7 - }, - "V Veiqravi": { - "recent_scores": [ - 8, - 0, - 29, - 9 - ], - "recent_avg": 11.5, - "recent_sr": 70.8 - }, - "V Vijh": { - "recent_scores": [ - 48, - 13, - 21, - 14, - 48, - 26, - 14, - 21, - 0, - 8 - ], - "recent_avg": 21.3, - "recent_sr": 123.8 - }, - "V Vira": { - "recent_scores": [ - 2, - 5, - 0, - 5, - 10, - 5, - 2, - 1, - 1, - 4 - ], - "recent_avg": 3.5, - "recent_sr": 54.7 - }, - "V Vithanage": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 100.0 - }, - "V Volfova": { - "recent_scores": [ - 0, - 1, - 1, - 8 - ], - "recent_avg": 2.5, - "recent_sr": 24.4 - }, - "V Zanko": { - "recent_scores": [ - 0, - 5, - 0, - 4, - 12, - 7, - 13, - 16, - 0 - ], - "recent_avg": 6.3, - "recent_sr": 35.0 - }, - "V Zimonjic": { - "recent_scores": [ - 5, - 13, - 1, - 7, - 5, - 20, - 3, - 6, - 3, - 1 - ], - "recent_avg": 6.4, - "recent_sr": 92.8 - }, - "VB Chikkannaiah": { - "recent_scores": [ - 7, - 16, - 41, - 2, - 17, - 50, - 19, - 2, - 21, - 3 - ], - "recent_avg": 17.8, - "recent_sr": 91.3 - }, - "VB Viyala": { - "recent_scores": [ - 7, - 2, - 12, - 9, - 2, - 3, - 7, - 0, - 9, - 6 - ], - "recent_avg": 5.7, - "recent_sr": 64.0 - }, - "VB van Jaarsveld": { - "recent_scores": [ - 5, - 4 - ], - "recent_avg": 4.5, - "recent_sr": 56.2 - }, - "VC Ahir": { - "recent_scores": [ - 24, - 3, - 0 - ], - "recent_avg": 9.0, - "recent_sr": 117.4 - }, - "VD Adewoye": { - "recent_scores": [ - 28, - 12, - 21, - 6, - 11, - 0, - 2, - 17, - 49, - 9 - ], - "recent_avg": 15.5, - "recent_sr": 124.0 - }, - "VD Philander": { - "recent_scores": [ - 14, - 40, - 25, - 81, - 81, - 0, - 22, - 15, - 16, - 40 - ], - "recent_avg": 33.4, - "recent_sr": 35.6 - }, - "VE Tembo": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "VF Bomnyuy": { - "recent_scores": [ - 16, - 1, - 13, - 1, - 16, - 8, - 0, - 4 - ], - "recent_avg": 7.4, - "recent_sr": 67.0 - }, - "VJ Kingma": { - "recent_scores": [ - 1, - 1, - 0, - 0, - 2, - 1, - 1, - 0, - 0, - 9 - ], - "recent_avg": 1.5, - "recent_sr": 31.2 - }, - "VL Mukesh": { - "recent_scores": [ - 3, - 0, - 0, - 7 - ], - "recent_avg": 2.5, - "recent_sr": 62.5 - }, - "VM Andrew": { - "recent_scores": [ - 1, - 2, - 7, - 8, - 30 - ], - "recent_avg": 9.6, - "recent_sr": 53.3 - }, - "VM Mutungwindu": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "VM Nyauchi": { - "recent_scores": [ - 13, - 7, - 4, - 13, - 10, - 13, - 6, - 11 - ], - "recent_avg": 9.6, - "recent_sr": 38.7 - }, - "VM Vaghela": { - "recent_scores": [ - 29 - ], - "recent_avg": 29.0, - "recent_sr": 90.6 - }, - "VM Waqavakatoga": { - "recent_scores": [ - 7, - 2, - 8, - 2, - 0 - ], - "recent_avg": 3.8, - "recent_sr": 86.4 - }, - "VN Veetil": { - "recent_scores": [ - 2, - 0, - 53, - 1 - ], - "recent_avg": 14.0, - "recent_sr": 100.0 - }, - "VP Thamotharam": { - "recent_scores": [ - 0, - 31, - 12, - 22, - 12, - 63, - 5, - 58, - 21, - 12 - ], - "recent_avg": 23.6, - "recent_sr": 133.3 - }, - "VR Vanitha": { - "recent_scores": [ - 23, - 27 - ], - "recent_avg": 25.0, - "recent_sr": 78.1 - }, - "VRB Arachchige": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 166.7 - }, - "VRCF Poubel": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "VS D'Souza": { - "recent_scores": [ - 2, - 5, - 0 - ], - "recent_avg": 2.3, - "recent_sr": 29.2 - }, - "VS Padhaal": { - "recent_scores": [ - 4, - 25, - 10, - 2 - ], - "recent_avg": 10.2, - "recent_sr": 77.4 - }, - "VS Solanki": { - "recent_scores": [ - 44, - 10, - 7, - 10, - 49, - 0, - 53, - 8, - 34, - 5 - ], - "recent_avg": 22.0, - "recent_sr": 63.4 - }, - "VS Wategaonkar": { - "recent_scores": [ - 6, - 7, - 14, - 2, - 7, - 19 - ], - "recent_avg": 9.2, - "recent_sr": 105.8 - }, - "VT Thiyanesh": { - "recent_scores": [ - 9, - 2, - 11 - ], - "recent_avg": 7.3, - "recent_sr": 75.9 - }, - "VV Morea": { - "recent_scores": [ - 0, - 1, - 12, - 36, - 52, - 35, - 1, - 5 - ], - "recent_avg": 17.8, - "recent_sr": 62.3 - }, - "Vaishnave Mahesh": { - "recent_scores": [ - 2, - 22, - 15, - 9, - 18, - 9 - ], - "recent_avg": 12.5, - "recent_sr": 52.4 - }, - "Vamshi Reddy": { - "recent_scores": [ - 39, - 18, - 1, - 6, - 5, - 12 - ], - "recent_avg": 13.5, - "recent_sr": 65.9 - }, - "Vani Dhanuka": { - "recent_scores": [ - 37, - 2, - 58, - 17, - 10, - 13 - ], - "recent_avg": 22.8, - "recent_sr": 101.5 - }, - "Vathana Sreemurugavel": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 57.1 - }, - "Vichanath Singh": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "Victoria Nikolova": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Vikramjit Singh": { - "recent_scores": [ - 7, - 38, - 15, - 17, - 37, - 16, - 66, - 6, - 7, - 18 - ], - "recent_avg": 22.7, - "recent_sr": 59.6 - }, - "Viktoria Frey": { - "recent_scores": [ - 11, - 13, - 20, - 19, - 9, - 39, - 12, - 0, - 3, - 3 - ], - "recent_avg": 12.9, - "recent_sr": 63.9 - }, - "Vimal Kumar": { - "recent_scores": [ - 1, - 13, - 11, - 5 - ], - "recent_avg": 7.5, - "recent_sr": 120.0 - }, - "Vinay Iyer": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 54.5 - }, - "Vinay Ravi": { - "recent_scores": [ - 12, - 4, - 1, - 7, - 0, - 0, - 1, - 19, - 3, - 2 - ], - "recent_avg": 4.9, - "recent_sr": 86.0 - }, - "Vineet Shah": { - "recent_scores": [ - 3, - 2, - 13, - 17, - 10, - 20, - 39, - 0, - 18 - ], - "recent_avg": 13.6, - "recent_sr": 84.7 - }, - "Vinod Kumar": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 75.0 - }, - "Vinu Kumar": { - "recent_scores": [ - 8, - 7, - 4, - 22, - 9, - 33, - 25, - 9, - 42, - 37 - ], - "recent_avg": 19.6, - "recent_sr": 76.0 - }, - "Viola Komeda": { - "recent_scores": [ - 3, - 16 - ], - "recent_avg": 9.5, - "recent_sr": 55.9 - }, - "Virandeep Singh": { - "recent_scores": [ - 39, - 0, - 8, - 8, - 12, - 23 - ], - "recent_avg": 15.0, - "recent_sr": 96.8 - }, - "Virendra Kumar": { - "recent_scores": [ - 7, - 6, - 8, - 1 - ], - "recent_avg": 5.5, - "recent_sr": 115.8 - }, - "Virk Ali": { - "recent_scores": [ - 0, - 25, - 7, - 6, - 11, - 53, - 52, - 0, - 17, - 7 - ], - "recent_avg": 17.8, - "recent_sr": 90.4 - }, - "Vishal Sharma": { - "recent_scores": [ - 0, - 12, - 23, - 13, - 6, - 5, - 0, - 6 - ], - "recent_avg": 8.1, - "recent_sr": 65.7 - }, - "Vishaul Singh": { - "recent_scores": [ - 1, - 0, - 3, - 30, - 9, - 21, - 1, - 5 - ], - "recent_avg": 8.8, - "recent_sr": 64.2 - }, - "Vishil Patel": { - "recent_scores": [ - 1, - 6, - 2, - 2, - 4, - 0, - 0 - ], - "recent_avg": 2.1, - "recent_sr": 34.9 - }, - "Vivek Dixit": { - "recent_scores": [ - 11, - 0 - ], - "recent_avg": 5.5, - "recent_sr": 183.3 - }, - "Vraj Patel": { - "recent_scores": [ - 3, - 1, - 1, - 0, - 4, - 1 - ], - "recent_avg": 1.7, - "recent_sr": 58.8 - }, - "Vritti Dahiya": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "W Barresi": { - "recent_scores": [ - 13, - 36, - 13, - 6, - 8, - 0, - 4, - 37, - 41, - 0 - ], - "recent_avg": 15.8, - "recent_sr": 59.0 - }, - "W Behr": { - "recent_scores": [ - 8, - 3, - 2, - 6 - ], - "recent_avg": 4.8, - "recent_sr": 105.6 - }, - "W Boshoff": { - "recent_scores": [ - 45, - 12, - 47, - 31, - 5, - 46, - 56, - 26, - 40, - 10 - ], - "recent_avg": 31.8, - "recent_sr": 132.0 - }, - "W Dlamini": { - "recent_scores": [ - 2, - 4 - ], - "recent_avg": 3.0, - "recent_sr": 50.0 - }, - "W Ginindza": { - "recent_scores": [ - 6, - 2, - 0, - 1, - 1, - 2, - 0, - 5, - 1, - 0 - ], - "recent_avg": 1.8, - "recent_sr": 24.0 - }, - "W Hornero-Garcia": { - "recent_scores": [ - 0, - 31, - 22, - 51, - 36, - 50, - 13, - 11, - 52, - 51 - ], - "recent_avg": 31.7, - "recent_sr": 96.4 - }, - "W Kevin": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 66.7 - }, - "W Kokaua": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "W Liengprasert": { - "recent_scores": [ - 1, - 0, - 1, - 1, - 4 - ], - "recent_avg": 1.4, - "recent_sr": 63.6 - }, - "W Madhevere": { - "recent_scores": [ - 77, - 30, - 15, - 31, - 15, - 43, - 110 - ], - "recent_avg": 45.9, - "recent_sr": 53.6 - }, - "W Matabwa": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 16.7 - }, - "W Maximo": { - "recent_scores": [ - 0, - 27, - 3, - 4, - 17, - 2, - 8, - 10, - 17, - 10 - ], - "recent_avg": 9.8, - "recent_sr": 70.0 - }, - "W McClintock": { - "recent_scores": [ - 1, - 9, - 9, - 15 - ], - "recent_avg": 8.5, - "recent_sr": 87.2 - }, - "W Miyauchi": { - "recent_scores": [ - 2, - 4, - 3, - 13, - 0, - 1 - ], - "recent_avg": 3.8, - "recent_sr": 71.9 - }, - "W Moutswi": { - "recent_scores": [ - 2, - 2, - 23, - 36, - 3, - 14, - 12, - 17, - 4, - 4 - ], - "recent_avg": 11.7, - "recent_sr": 65.4 - }, - "W Mwatile": { - "recent_scores": [ - 28, - 23, - 9, - 15, - 54, - 24, - 4, - 6, - 0, - 2 - ], - "recent_avg": 16.5, - "recent_sr": 99.4 - }, - "W Nalisa": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 466.7 - }, - "W Ngowhuad": { - "recent_scores": [ - 1, - 1, - 3, - 1, - 0, - 0, - 0, - 0 - ], - "recent_avg": 0.8, - "recent_sr": 33.3 - }, - "W Niyitanga": { - "recent_scores": [ - 5, - 4, - 3, - 24, - 10, - 0, - 6, - 3, - 9, - 5 - ], - "recent_avg": 6.9, - "recent_sr": 51.5 - }, - "W Ofamoli": { - "recent_scores": [ - 12, - 1, - 1 - ], - "recent_avg": 4.7, - "recent_sr": 38.9 - }, - "W Peatfield": { - "recent_scores": [ - 1, - 12, - 0, - 1 - ], - "recent_avg": 3.5, - "recent_sr": 116.7 - }, - "W Perchard": { - "recent_scores": [ - 29, - 2, - 3 - ], - "recent_avg": 11.3, - "recent_sr": 106.2 - }, - "W Uisuk": { - "recent_scores": [ - 16, - 5, - 7 - ], - "recent_avg": 9.3, - "recent_sr": 56.0 - }, - "W Viraliliu": { - "recent_scores": [ - 10, - 1, - 4 - ], - "recent_avg": 5.0, - "recent_sr": 93.8 - }, - "W Wotu": { - "recent_scores": [ - 1, - 0, - 12, - 9, - 3, - 4, - 0, - 25, - 0, - 0 - ], - "recent_avg": 5.4, - "recent_sr": 90.0 - }, - "WA Duraisingam": { - "recent_scores": [ - 10, - 11, - 8, - 1, - 2, - 42, - 36, - 0, - 1 - ], - "recent_avg": 12.3, - "recent_sr": 75.0 - }, - "WA Simpson": { - "recent_scores": [ - 24, - 46, - 6, - 8, - 9, - 24 - ], - "recent_avg": 19.5, - "recent_sr": 131.5 - }, - "WA Young": { - "recent_scores": [ - 37, - 74, - 41, - 102, - 122, - 41, - 81, - 15, - 24, - 96 - ], - "recent_avg": 63.3, - "recent_sr": 50.8 - }, - "WAE Burton": { - "recent_scores": [ - 6, - 3, - 12, - 12, - 6, - 40, - 26, - 84, - 2, - 2 - ], - "recent_avg": 19.3, - "recent_sr": 122.9 - }, - "WB Rankin": { - "recent_scores": [ - 7, - 23, - 13 - ], - "recent_avg": 14.3, - "recent_sr": 43.4 - }, - "WGAKK Kulasuriya": { - "recent_scores": [ - 17, - 17, - 9, - 1, - 0, - 3, - 2, - 12, - 0, - 2 - ], - "recent_avg": 6.3, - "recent_sr": 43.4 - }, - "WIA Fernando": { - "recent_scores": [ - 22, - 104, - 22, - 32, - 116, - 32, - 114, - 28, - 160, - 118 - ], - "recent_avg": 74.8, - "recent_sr": 156.5 - }, - "WJ Cope": { - "recent_scores": [ - 51, - 7, - 23, - 11, - 1, - 1, - 0, - 1, - 49, - 0 - ], - "recent_avg": 14.4, - "recent_sr": 118.0 - }, - "WJ Lubbe": { - "recent_scores": [ - 12, - 4 - ], - "recent_avg": 8.0, - "recent_sr": 160.0 - }, - "WJ Malinda": { - "recent_scores": [ - 5, - 5, - 2, - 0, - 1, - 1, - 10 - ], - "recent_avg": 3.4, - "recent_sr": 70.6 - }, - "WJR Robertson": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "WK Bitis": { - "recent_scores": [ - 5, - 27, - 1, - 32, - 27, - 1, - 0 - ], - "recent_avg": 13.3, - "recent_sr": 122.4 - }, - "WK Dilhari": { - "recent_scores": [ - 2, - 30, - 45, - 6, - 22, - 4, - 14, - 4, - 4, - 15 - ], - "recent_avg": 14.6, - "recent_sr": 79.3 - }, - "WK Lai": { - "recent_scores": [ - 5, - 4, - 8 - ], - "recent_avg": 5.7, - "recent_sr": 34.0 - }, - "WK McCallan": { - "recent_scores": [ - 5, - 25, - 10, - 4, - 0, - 5, - 0, - 3, - 5, - 20 - ], - "recent_avg": 7.7, - "recent_sr": 61.1 - }, - "WKD Perkins": { - "recent_scores": [ - 2, - 58, - 22, - 24, - 46, - 10, - 30, - 2, - 0, - 128 - ], - "recent_avg": 32.2, - "recent_sr": 108.8 - }, - "WL Madsen": { - "recent_scores": [ - 0, - 10 - ], - "recent_avg": 5.0, - "recent_sr": 26.3 - }, - "WM Delgado": { - "recent_scores": [ - 1, - 0, - 4 - ], - "recent_avg": 1.7, - "recent_sr": 45.5 - }, - "WNA Bucuane": { - "recent_scores": [ - 17, - 3, - 6, - 0, - 0, - 20, - 32, - 5, - 18, - 0 - ], - "recent_avg": 10.1, - "recent_sr": 62.7 - }, - "WP Masakadza": { - "recent_scores": [ - 20, - 61, - 16, - 18, - 8, - 15, - 21 - ], - "recent_avg": 22.7, - "recent_sr": 30.3 - }, - "WP Myburgh": { - "recent_scores": [ - 1, - 32, - 0, - 43, - 0 - ], - "recent_avg": 15.2, - "recent_sr": 45.5 - }, - "WSLK Narayana": { - "recent_scores": [ - 32, - 25, - 4, - 5 - ], - "recent_avg": 16.5, - "recent_sr": 120.0 - }, - "WT Gavera": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 66.7 - }, - "WT Mubayiwa": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 75.0 - }, - "WTS Porterfield": { - "recent_scores": [ - 16, - 33 - ], - "recent_avg": 24.5, - "recent_sr": 24.6 - }, - "WU Tharanga": { - "recent_scores": [ - 12, - 2, - 74, - 98, - 37, - 119, - 50, - 38, - 96, - 111 - ], - "recent_avg": 63.7, - "recent_sr": 57.7 - }, - "WW Hinds": { - "recent_scores": [ - 0, - 12, - 10, - 109 - ], - "recent_avg": 32.8, - "recent_sr": 47.8 - }, - "Wa Thone Nadi": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 47.1 - }, - "Wahab Riaz": { - "recent_scores": [ - 7, - 17, - 9, - 20, - 1, - 31, - 0, - 5, - 5, - 4 - ], - "recent_avg": 9.9, - "recent_sr": 41.9 - }, - "Waheed Ahmed": { - "recent_scores": [ - 9, - 18, - 0, - 23, - 17, - 6 - ], - "recent_avg": 12.2, - "recent_sr": 55.7 - }, - "Waheeda Akhtar": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 16.7 - }, - "Wahidullah Sahak": { - "recent_scores": [ - 43, - 20, - 9, - 9, - 2, - 0, - 71, - 10, - 5, - 1 - ], - "recent_avg": 17.0, - "recent_sr": 146.6 - }, - "Wahidullah Usmani": { - "recent_scores": [ - 7, - 1, - 14, - 72, - 38, - 6 - ], - "recent_avg": 23.0, - "recent_sr": 94.5 - }, - "Waji Ul Hassan": { - "recent_scores": [ - 0, - 2, - 57, - 0, - 0, - 22, - 41, - 31, - 11, - 9 - ], - "recent_avg": 17.3, - "recent_sr": 106.8 - }, - "Waleed Rana": { - "recent_scores": [ - 11, - 25, - 1 - ], - "recent_avg": 12.3, - "recent_sr": 74.0 - }, - "Walid Ghauri": { - "recent_scores": [ - 7, - 40, - 34, - 12, - 0, - 4, - 18, - 13, - 49, - 3 - ], - "recent_avg": 18.0, - "recent_sr": 101.1 - }, - "Walid Sahibzada": { - "recent_scores": [ - 17, - 10, - 32, - 0 - ], - "recent_avg": 14.8, - "recent_sr": 96.7 - }, - "Wan Julia": { - "recent_scores": [ - 1, - 5 - ], - "recent_avg": 3.0, - "recent_sr": 35.3 - }, - "Wan Nor Zulaika": { - "recent_scores": [ - 4, - 1, - 8, - 1, - 18, - 1, - 0, - 0, - 0 - ], - "recent_avg": 3.7, - "recent_sr": 49.3 - }, - "Wang Huiying": { - "recent_scores": [ - 5, - 8, - 50, - 8, - 2, - 2, - 21, - 12, - 6, - 10 - ], - "recent_avg": 12.4, - "recent_sr": 85.5 - }, - "Wang Liuyang": { - "recent_scores": [ - 18, - 7, - 0, - 3 - ], - "recent_avg": 7.0, - "recent_sr": 52.8 - }, - "Wang Meng": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Wang Qi": { - "recent_scores": [ - 2, - 1, - 0, - 0 - ], - "recent_avg": 0.8, - "recent_sr": 17.6 - }, - "Wania Malik": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 50.0 - }, - "Waqar Abbasi": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Waqar Ali": { - "recent_scores": [ - 1, - 1, - 2 - ], - "recent_avg": 1.3, - "recent_sr": 66.7 - }, - "Waqar Khan": { - "recent_scores": [ - 10, - 13, - 1, - 11, - 21, - 2, - 0, - 20, - 5, - 2 - ], - "recent_avg": 8.5, - "recent_sr": 90.4 - }, - "Waqar Ul Hassan": { - "recent_scores": [ - 3, - 35, - 33, - 44, - 10 - ], - "recent_avg": 25.0, - "recent_sr": 110.6 - }, - "Waqar Zalmai": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 250.0 - }, - "Waqas Ahmad": { - "recent_scores": [ - 26, - 7, - 0, - 14, - 0, - 7, - 18, - 7, - 53, - 2 - ], - "recent_avg": 13.4, - "recent_sr": 152.3 - }, - "Waqas Ali": { - "recent_scores": [ - 12, - 6 - ], - "recent_avg": 9.0, - "recent_sr": 64.3 - }, - "Waqas Barkat": { - "recent_scores": [ - 0, - 5, - 6, - 14 - ], - "recent_avg": 6.2, - "recent_sr": 46.3 - }, - "Waqas Haider": { - "recent_scores": [ - 14, - 30 - ], - "recent_avg": 22.0, - "recent_sr": 122.2 - }, - "Waqas Khan": { - "recent_scores": [ - 1, - 8, - 35, - 8 - ], - "recent_avg": 13.0, - "recent_sr": 49.1 - }, - "Waseem Muhammad": { - "recent_scores": [ - 20, - 30, - 100, - 70, - 32, - 64 - ], - "recent_avg": 52.7, - "recent_sr": 143.6 - }, - "Waseem Yaqoob": { - "recent_scores": [ - 1, - 19, - 18, - 1, - 0, - 17, - 1, - 11, - 31, - 27 - ], - "recent_avg": 12.6, - "recent_sr": 70.8 - }, - "Waseeq Ahmed": { - "recent_scores": [ - 4, - 2 - ], - "recent_avg": 3.0, - "recent_sr": 54.5 - }, - "Washeem Abbas": { - "recent_scores": [ - 0, - 8, - 1, - 0, - 1, - 10, - 28, - 8, - 12, - 1 - ], - "recent_avg": 6.9, - "recent_sr": 138.0 - }, - "Wasim Al Balushi": { - "recent_scores": [ - 5, - 1, - 1, - 9 - ], - "recent_avg": 4.0, - "recent_sr": 51.6 - }, - "Wasim Ali": { - "recent_scores": [ - 10, - 12, - 12, - 0, - 25, - 0, - 62, - 10, - 18, - 0 - ], - "recent_avg": 14.9, - "recent_sr": 90.9 - }, - "Wei Guo Lei": { - "recent_scores": [ - 7, - 9 - ], - "recent_avg": 8.0, - "recent_sr": 106.7 - }, - "Wei Haiting": { - "recent_scores": [ - 5, - 5, - 9, - 18, - 5, - 21, - 2, - 8, - 3, - 25 - ], - "recent_avg": 10.1, - "recent_sr": 46.5 - }, - "Wenjing Yin": { - "recent_scores": [ - 1, - 0, - 3 - ], - "recent_avg": 1.3, - "recent_sr": 36.4 - }, - "Wu Juan": { - "recent_scores": [ - 9, - 4 - ], - "recent_avg": 6.5, - "recent_sr": 52.0 - }, - "XJ Doherty": { - "recent_scores": [ - 23, - 1, - 11, - 16 - ], - "recent_avg": 12.8, - "recent_sr": 32.1 - }, - "XM Marshall": { - "recent_scores": [ - 0, - 124, - 58 - ], - "recent_avg": 60.7, - "recent_sr": 58.3 - }, - "XSD Smith": { - "recent_scores": [ - 4, - 4, - 3, - 25, - 26, - 18, - 8, - 20, - 2, - 2 - ], - "recent_avg": 11.2, - "recent_sr": 88.2 - }, - "Xie Kunkun": { - "recent_scores": [ - 2, - 1, - 5, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 19.0 - }, - "Xie Wenyan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Xiuli Jin": { - "recent_scores": [ - 1, - 5, - 7 - ], - "recent_avg": 4.3, - "recent_sr": 39.4 - }, - "Xu Qian": { - "recent_scores": [ - 2, - 16, - 2, - 0, - 10, - 0, - 16, - 7, - 8, - 8 - ], - "recent_avg": 6.9, - "recent_sr": 41.3 - }, - "Y Anggraeni": { - "recent_scores": [ - 22, - 14, - 40 - ], - "recent_avg": 25.3, - "recent_sr": 90.5 - }, - "Y Bist": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 87.5 - }, - "Y Cariah": { - "recent_scores": [ - 5, - 19, - 3, - 7, - 6, - 1, - 52 - ], - "recent_avg": 13.3, - "recent_sr": 55.7 - }, - "Y Choden": { - "recent_scores": [ - 3, - 0, - 8, - 9, - 18, - 5, - 16, - 20, - 1, - 12 - ], - "recent_avg": 9.2, - "recent_sr": 58.2 - }, - "Y Daswani": { - "recent_scores": [ - 5, - 12, - 0, - 4 - ], - "recent_avg": 5.2, - "recent_sr": 40.4 - }, - "Y Divekar": { - "recent_scores": [ - 0, - 2, - 11 - ], - "recent_avg": 4.3, - "recent_sr": 72.2 - }, - "Y Fourie": { - "recent_scores": [ - 0, - 0, - 1 - ], - "recent_avg": 0.3, - "recent_sr": 12.5 - }, - "Y Jalloh": { - "recent_scores": [ - 6, - 13, - 12 - ], - "recent_avg": 10.3, - "recent_sr": 63.3 - }, - "Y Jasti": { - "recent_scores": [ - 0, - 2, - 7, - 2 - ], - "recent_avg": 2.8, - "recent_sr": 42.3 - }, - "Y Konate": { - "recent_scores": [ - 2, - 2, - 0, - 17, - 2, - 0, - 11, - 0, - 3 - ], - "recent_avg": 4.1, - "recent_sr": 48.1 - }, - "Y Korniienko": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 30.0 - }, - "Y Naing Tun": { - "recent_scores": [ - 0, - 42, - 3 - ], - "recent_avg": 15.0, - "recent_sr": 81.8 - }, - "Y Potgieter": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 71.4 - }, - "Y Sangare": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Y Saranonnakkun": { - "recent_scores": [ - 1, - 0, - 9, - 5, - 17, - 15, - 0, - 15, - 14, - 4 - ], - "recent_avg": 8.0, - "recent_sr": 79.2 - }, - "Y Verma": { - "recent_scores": [ - 2, - 0, - 16, - 0 - ], - "recent_avg": 4.5, - "recent_sr": 78.3 - }, - "Y Wangmo": { - "recent_scores": [ - 0, - 7, - 5 - ], - "recent_avg": 4.0, - "recent_sr": 100.0 - }, - "Y van der Westhuizen": { - "recent_scores": [ - 3, - 20 - ], - "recent_avg": 11.5, - "recent_sr": 59.0 - }, - "YB Rodriguez": { - "recent_scores": [ - 1, - 11 - ], - "recent_avg": 6.0, - "recent_sr": 60.0 - }, - "YH Bhatia": { - "recent_scores": [ - 125, - 1, - 75, - 22 - ], - "recent_avg": 55.8, - "recent_sr": 66.2 - }, - "YI Kachhalia": { - "recent_scores": [ - 1, - 0, - 8, - 8, - 3, - 1, - 14 - ], - "recent_avg": 5.0, - "recent_sr": 59.3 - }, - "YJC Altamirano": { - "recent_scores": [ - 0, - 3, - 1, - 0, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 22.7 - }, - "YK Rai": { - "recent_scores": [ - 34 - ], - "recent_avg": 34.0, - "recent_sr": 125.9 - }, - "YM Murrure": { - "recent_scores": [ - 2, - 3, - 0, - 0, - 1, - 8, - 3, - 7 - ], - "recent_avg": 3.0, - "recent_sr": 32.9 - }, - "YM Nkanya": { - "recent_scores": [ - 4, - 0, - 0, - 0, - 1, - 4, - 0, - 0, - 0, - 0 - ], - "recent_avg": 0.9, - "recent_sr": 30.0 - }, - "YP Dayal": { - "recent_scores": [ - 3, - 37, - 3, - 9, - 1, - 18, - 10, - 8, - 6, - 5 - ], - "recent_avg": 10.0, - "recent_sr": 84.7 - }, - "YP Karadogan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "YP Molina": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 25.0 - }, - "YS Blagg": { - "recent_scores": [ - 9, - 1, - 4, - 0, - 11, - 5 - ], - "recent_avg": 5.0, - "recent_sr": 88.2 - }, - "YS Chauhan": { - "recent_scores": [ - 5, - 12, - 12, - 2, - 25, - 28, - 16, - 45, - 34, - 7 - ], - "recent_avg": 18.6, - "recent_sr": 95.9 - }, - "YS Samra": { - "recent_scores": [ - 52, - 10, - 46, - 30, - 17, - 7, - 41, - 53, - 24 - ], - "recent_avg": 31.1, - "recent_sr": 72.2 - }, - "YS To": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 37.5 - }, - "YSD Seneveratne": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 85.7 - }, - "YT Lewis": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "YYM Jakda": { - "recent_scores": [ - 1, - 16, - 1, - 2, - 8, - 1, - 0, - 10, - 0, - 6 - ], - "recent_avg": 4.5, - "recent_sr": 102.3 - }, - "Yadhira Nunez": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Yadwinder Singh": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 60.0 - }, - "Yahya Suhail": { - "recent_scores": [ - 53, - 1, - 4, - 5, - 5, - 10, - 2, - 1 - ], - "recent_avg": 10.1, - "recent_sr": 46.8 - }, - "Yair Nagavkar": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Yan Zuying": { - "recent_scores": [ - 0, - 3, - 0, - 1, - 0, - 1, - 11, - 14 - ], - "recent_avg": 3.8, - "recent_sr": 33.7 - }, - "Yang Shen": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "Yang Wangjie": { - "recent_scores": [ - 18, - 1 - ], - "recent_avg": 9.5, - "recent_sr": 73.1 - }, - "Yang Yu Xuan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Yasar Haroon": { - "recent_scores": [ - 5, - 4, - 20, - 6, - 32, - 1, - 7, - 18, - 0, - 5 - ], - "recent_avg": 9.8, - "recent_sr": 66.2 - }, - "Yash Singh": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 25.0 - }, - "Yasim Murtaza": { - "recent_scores": [ - 1, - 9, - 4, - 7, - 60, - 7, - 6, - 20, - 5, - 28 - ], - "recent_avg": 14.7, - "recent_sr": 120.5 - }, - "Yasin Patel": { - "recent_scores": [ - 1, - 15, - 2, - 40, - 19, - 27, - 2, - 3, - 15, - 0 - ], - "recent_avg": 12.4, - "recent_sr": 99.2 - }, - "Yasir Ali": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 20.0 - }, - "Yasir Ali Chowdhury": { - "recent_scores": [ - 9, - 46, - 27, - 57, - 26, - 40 - ], - "recent_avg": 34.2, - "recent_sr": 46.0 - }, - "Yasir Arafat": { - "recent_scores": [ - 50, - 44 - ], - "recent_avg": 47.0, - "recent_sr": 46.8 - }, - "Yasir Mehmood": { - "recent_scores": [ - 3, - 31, - 21 - ], - "recent_avg": 18.3, - "recent_sr": 101.9 - }, - "Yasir Mohammad": { - "recent_scores": [ - 2, - 3 - ], - "recent_avg": 2.5, - "recent_sr": 25.0 - }, - "Yasir Shah": { - "recent_scores": [ - 53, - 18, - 4, - 31, - 38, - 4, - 20, - 5, - 38, - 5 - ], - "recent_avg": 21.6, - "recent_sr": 48.8 - }, - "Yasmeen Khan": { - "recent_scores": [ - 18, - 36, - 0, - 1, - 10 - ], - "recent_avg": 13.0, - "recent_sr": 57.5 - }, - "Yasser Nazir": { - "recent_scores": [ - 18, - 1, - 26, - 24, - 12 - ], - "recent_avg": 16.2, - "recent_sr": 62.8 - }, - "Yin Chenhao": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 14.3 - }, - "Ying King To": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 71.4 - }, - "Yogev Nagavkar": { - "recent_scores": [ - 3, - 9, - 26, - 0, - 39 - ], - "recent_avg": 15.4, - "recent_sr": 68.1 - }, - "Yousef Shadzehisarjou": { - "recent_scores": [ - 39 - ], - "recent_avg": 39.0, - "recent_sr": 78.0 - }, - "Yousif Wali": { - "recent_scores": [ - 14, - 0, - 2 - ], - "recent_avg": 5.3, - "recent_sr": 61.5 - }, - "Yuanyuan Cai": { - "recent_scores": [ - 14, - 1, - 12 - ], - "recent_avg": 9.0, - "recent_sr": 117.4 - }, - "Yudha Verdian": { - "recent_scores": [ - 8, - 8, - 0 - ], - "recent_avg": 5.3, - "recent_sr": 55.2 - }, - "Yukthi Suresh": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 41.7 - }, - "Yuliana": { - "recent_scores": [ - 0, - 4 - ], - "recent_avg": 2.0, - "recent_sr": 44.4 - }, - "Yusrina Yaakop": { - "recent_scores": [ - 4, - 1, - 2, - 1, - 4, - 1 - ], - "recent_avg": 2.2, - "recent_sr": 21.3 - }, - "Yusuf Bhoola": { - "recent_scores": [ - 2, - 1, - 18 - ], - "recent_avg": 7.0, - "recent_sr": 65.6 - }, - "Yusuf Ebrahim": { - "recent_scores": [ - 8, - 23, - 6, - 12, - 12, - 1, - 1, - 4, - 14, - 4 - ], - "recent_avg": 8.5, - "recent_sr": 73.3 - }, - "Yves Cyusa": { - "recent_scores": [ - 5, - 5, - 1, - 5, - 17, - 1, - 5, - 10, - 36, - 1 - ], - "recent_avg": 8.6, - "recent_sr": 67.7 - }, - "Z Abbasi": { - "recent_scores": [ - 12, - 10, - 6, - 20, - 36 - ], - "recent_avg": 16.8, - "recent_sr": 123.5 - }, - "Z Akpinar": { - "recent_scores": [ - 9, - 5 - ], - "recent_avg": 7.0, - "recent_sr": 107.7 - }, - "Z Arinaitwe": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Z Bimenyimana": { - "recent_scores": [ - 11, - 4, - 19, - 5, - 9, - 11 - ], - "recent_avg": 9.8, - "recent_sr": 140.5 - }, - "Z Burgess": { - "recent_scores": [ - 0, - 0, - 14, - 0, - 0, - 14, - 19, - 0, - 3, - 19 - ], - "recent_avg": 6.9, - "recent_sr": 153.3 - }, - "Z Flamikova": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Z Franova": { - "recent_scores": [ - 0, - 0, - 0, - 13, - 3, - 0, - 4, - 0, - 20, - 34 - ], - "recent_avg": 7.4, - "recent_sr": 41.6 - }, - "Z Groenewald": { - "recent_scores": [ - 1, - 3 - ], - "recent_avg": 2.0, - "recent_sr": 21.1 - }, - "Z Hoque": { - "recent_scores": [ - 22, - 8, - 7 - ], - "recent_avg": 12.3, - "recent_sr": 77.1 - }, - "Z James": { - "recent_scores": [ - 1, - 18, - 0, - 19, - 7, - 9, - 4, - 36, - 45, - 1 - ], - "recent_avg": 14.0, - "recent_sr": 49.8 - }, - "Z Kamara": { - "recent_scores": [ - 4, - 8, - 9, - 11, - 6, - 5, - 12, - 28, - 2, - 1 - ], - "recent_avg": 8.6, - "recent_sr": 81.1 - }, - "Z Makadji": { - "recent_scores": [ - 8, - 10, - 1, - 0, - 0, - 0, - 1, - 1, - 0 - ], - "recent_avg": 2.3, - "recent_sr": 42.0 - }, - "Z Mali": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 28.6 - }, - "Z Marosy": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "Z McLaughlin": { - "recent_scores": [ - 2, - 4 - ], - "recent_avg": 3.0, - "recent_sr": 37.5 - }, - "Z Motara": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Z Shurentsetseg": { - "recent_scores": [ - 0, - 0, - 2, - 1, - 0, - 13, - 1, - 2, - 0, - 0 - ], - "recent_avg": 1.9, - "recent_sr": 28.4 - }, - "ZB Ender": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "ZB Lion-Cachet": { - "recent_scores": [ - 4, - 25, - 34, - 3, - 2, - 13, - 27, - 5, - 17, - 78 - ], - "recent_avg": 20.8, - "recent_sr": 64.0 - }, - "ZE Green": { - "recent_scores": [ - 12, - 40, - 62, - 42, - 27, - 2, - 0, - 19, - 4, - 5 - ], - "recent_avg": 21.3, - "recent_sr": 68.9 - }, - "ZE Matsinhe": { - "recent_scores": [ - 1, - 3, - 4 - ], - "recent_avg": 2.7, - "recent_sr": 44.4 - }, - "ZGF Foulkes": { - "recent_scores": [ - 6, - 0, - 1, - 23, - 15 - ], - "recent_avg": 9.0, - "recent_sr": 32.1 - }, - "ZJ van Vuuren": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 133.3 - }, - "ZK Shem": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "ZL Thoon": { - "recent_scores": [ - 0, - 17, - 0, - 1, - 0, - 11 - ], - "recent_avg": 4.8, - "recent_sr": 58.0 - }, - "ZL Win": { - "recent_scores": [ - 0, - 24, - 0, - 20, - 22, - 3, - 7, - 7, - 9, - 13 - ], - "recent_avg": 10.5, - "recent_sr": 86.8 - }, - "ZM Hamisi": { - "recent_scores": [ - 6, - 5, - 2, - 6 - ], - "recent_avg": 4.8, - "recent_sr": 44.2 - }, - "ZM Tribe": { - "recent_scores": [ - 54, - 2, - 18, - 14, - 6, - 39, - 23, - 19, - 28, - 9 - ], - "recent_avg": 21.2, - "recent_sr": 107.6 - }, - "ZN Shabalala": { - "recent_scores": [ - 2, - 0, - 4, - 2, - 3, - 7, - 17, - 5, - 3, - 8 - ], - "recent_avg": 5.1, - "recent_sr": 26.6 - }, - "ZP Ikiua": { - "recent_scores": [ - 19, - 48, - 3, - 52, - 17, - 3, - 28, - 3, - 41, - 0 - ], - "recent_avg": 21.4, - "recent_sr": 83.6 - }, - "ZR Jaboneke": { - "recent_scores": [ - 6, - 0, - 32, - 1, - 43 - ], - "recent_avg": 16.4, - "recent_sr": 178.3 - }, - "ZT Kyaw": { - "recent_scores": [ - 1, - 4, - 0, - 2, - 3, - 9, - 0, - 11, - 13, - 10 - ], - "recent_avg": 5.3, - "recent_sr": 74.6 - }, - "ZXM Vukusic": { - "recent_scores": [ - 4, - 9, - 23, - 43, - 25, - 13, - 40, - 53 - ], - "recent_avg": 26.2, - "recent_sr": 129.6 - }, - "Zabiullah Zahid": { - "recent_scores": [ - 7, - 14, - 25, - 1, - 6, - 7, - 25, - 16, - 10, - 0 - ], - "recent_avg": 11.1, - "recent_sr": 194.7 - }, - "Zada Sher": { - "recent_scores": [ - 1, - 25, - 2, - 38, - 55, - 0, - 23, - 27, - 0, - 30 - ], - "recent_avg": 20.1, - "recent_sr": 134.9 - }, - "Zafer Durmaz": { - "recent_scores": [ - 15, - 5, - 0, - 49, - 0, - 0, - 0, - 0 - ], - "recent_avg": 8.6, - "recent_sr": 115.0 - }, - "Zaheer Ibrahim": { - "recent_scores": [ - 7, - 43, - 35, - 3 - ], - "recent_avg": 22.0, - "recent_sr": 108.6 - }, - "Zaheer Maqsood": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 50.0 - }, - "Zaheer Zahiri": { - "recent_scores": [ - 3, - 2, - 18, - 0, - 1, - 34, - 3, - 1, - 0, - 8 - ], - "recent_avg": 7.0, - "recent_sr": 125.0 - }, - "Zahid Abbas": { - "recent_scores": [ - 9, - 2 - ], - "recent_avg": 5.5, - "recent_sr": 73.3 - }, - "Zahid Ali": { - "recent_scores": [ - 5, - 0, - 11 - ], - "recent_avg": 5.3, - "recent_sr": 64.0 - }, - "Zahid Hussain": { - "recent_scores": [ - 2, - 7 - ], - "recent_avg": 4.5, - "recent_sr": 29.0 - }, - "Zahid Khan": { - "recent_scores": [ - 2, - 5, - 1, - 27, - 3, - 0, - 3 - ], - "recent_avg": 5.9, - "recent_sr": 75.9 - }, - "Zahid Zadran": { - "recent_scores": [ - 2, - 2, - 4 - ], - "recent_avg": 2.7, - "recent_sr": 72.7 - }, - "Zahidullah Kamal": { - "recent_scores": [ - 3, - 4, - 2, - 28, - 0, - 6, - 39 - ], - "recent_avg": 11.7, - "recent_sr": 80.4 - }, - "Zahir Mohammed": { - "recent_scores": [ - 20, - 10, - 24, - 10, - 9, - 8, - 0, - 13, - 4, - 2 - ], - "recent_avg": 10.0, - "recent_sr": 103.1 - }, - "Zahoor Ahmad": { - "recent_scores": [ - 6, - 1 - ], - "recent_avg": 3.5, - "recent_sr": 33.3 - }, - "Zahoor Khan": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "Zaid Ahmad": { - "recent_scores": [ - 9, - 0, - 0, - 9, - 3, - 14, - 43, - 13, - 19, - 3 - ], - "recent_avg": 11.3, - "recent_sr": 96.6 - }, - "Zaid Soulat": { - "recent_scores": [ - 32, - 1, - 44, - 12, - 6 - ], - "recent_avg": 19.0, - "recent_sr": 103.3 - }, - "Zain Ahmad": { - "recent_scores": [ - 15, - 9, - 2, - 52, - 0, - 12, - 6, - 28, - 2, - 42 - ], - "recent_avg": 16.8, - "recent_sr": 113.5 - }, - "Zain Ali": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Zain Amir": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Zain Asif": { - "recent_scores": [ - 31, - 1, - 43 - ], - "recent_avg": 25.0, - "recent_sr": 141.5 - }, - "Zain Muzaffar": { - "recent_scores": [ - 3, - 5, - 0, - 18, - 1, - 7, - 16 - ], - "recent_avg": 7.1, - "recent_sr": 135.1 - }, - "Zain Ul Abidin": { - "recent_scores": [ - 14, - 58, - 14, - 17, - 32, - 7, - 0, - 5, - 10, - 21 - ], - "recent_avg": 17.8, - "recent_sr": 121.1 - }, - "Zaker Taqawi": { - "recent_scores": [ - 3, - 6, - 3, - 2, - 3, - 17, - 12, - 1 - ], - "recent_avg": 5.9, - "recent_sr": 68.1 - }, - "Zaki Ul Hassan": { - "recent_scores": [ - 8, - 2, - 1, - 1, - 0, - 11 - ], - "recent_avg": 3.8, - "recent_sr": 67.6 - }, - "Zakir Hasan": { - "recent_scores": [ - 15, - 9, - 10, - 36, - 41, - 27, - 73, - 28, - 67, - 29 - ], - "recent_avg": 33.5, - "recent_sr": 49.7 - }, - "Zaman Khan": { - "recent_scores": [ - 4, - 14 - ], - "recent_avg": 9.0, - "recent_sr": 128.6 - }, - "Zameer Khan": { - "recent_scores": [ - 9, - 22, - 7, - 15, - 13 - ], - "recent_avg": 13.2, - "recent_sr": 68.8 - }, - "Zara Mohammad": { - "recent_scores": [ - 7, - 19, - 1, - 3, - 2, - 11 - ], - "recent_avg": 7.2, - "recent_sr": 72.9 - }, - "Zawar Farid": { - "recent_scores": [ - 2, - 19, - 16, - 15, - 32, - 28, - 15, - 5 - ], - "recent_avg": 16.5, - "recent_sr": 91.0 - }, - "Zay Hua Tan": { - "recent_scores": [ - 1, - 7, - 3, - 0, - 0, - 0 - ], - "recent_avg": 1.8, - "recent_sr": 22.9 - }, - "Zayneb Fazil": { - "recent_scores": [ - 4, - 2, - 16, - 1, - 11, - 2 - ], - "recent_avg": 6.0, - "recent_sr": 52.9 - }, - "Zeefa Jilani": { - "recent_scores": [ - 2, - 34, - 21, - 6, - 10, - 22, - 2, - 48, - 71, - 17 - ], - "recent_avg": 23.3, - "recent_sr": 94.3 - }, - "Zeel Patel": { - "recent_scores": [ - 4, - 0, - 7, - 1, - 1, - 0 - ], - "recent_avg": 2.2, - "recent_sr": 30.2 - }, - "Zeerak Chughtai": { - "recent_scores": [ - 4, - 0, - 2, - 7, - 5, - 12, - 1, - 13, - 15, - 12 - ], - "recent_avg": 7.1, - "recent_sr": 89.9 - }, - "Zeeshan Ali": { - "recent_scores": [ - 6, - 12, - 25, - 53, - 4, - 9, - 22, - 15, - 33, - 60 - ], - "recent_avg": 23.9, - "recent_sr": 112.7 - }, - "Zeeshan Goraya": { - "recent_scores": [ - 1, - 7, - 4, - 12, - 5 - ], - "recent_avg": 5.8, - "recent_sr": 74.4 - }, - "Zeeshan Haider": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 145.5 - }, - "Zeeshan Khan": { - "recent_scores": [ - 1, - 16, - 2, - 70, - 4, - 3, - 53, - 18, - 26, - 40 - ], - "recent_avg": 23.3, - "recent_sr": 104.5 - }, - "Zeeshan Kukikhel": { - "recent_scores": [ - 10, - 4, - 22, - 13, - 0, - 2, - 55, - 43, - 22, - 25 - ], - "recent_avg": 19.6, - "recent_sr": 139.0 - }, - "Zeeshan Maqsood": { - "recent_scores": [ - 3, - 27, - 15, - 10, - 51, - 40, - 37, - 8, - 1, - 1 - ], - "recent_avg": 19.3, - "recent_sr": 51.9 - }, - "Zeeshan Sarwar": { - "recent_scores": [ - 61, - 46, - 0 - ], - "recent_avg": 35.7, - "recent_sr": 148.6 - }, - "Zeeshan Siddiqui": { - "recent_scores": [ - 51, - 7, - 9 - ], - "recent_avg": 22.3, - "recent_sr": 134.0 - }, - "Zeshan Arif": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 80.0 - }, - "Zhang Chan": { - "recent_scores": [ - 1, - 0, - 1, - 5 - ], - "recent_avg": 1.8, - "recent_sr": 19.4 - }, - "Zhang Mei": { - "recent_scores": [ - 9, - 14, - 23 - ], - "recent_avg": 15.3, - "recent_sr": 30.9 - }, - "Zhang Xiangxue": { - "recent_scores": [ - 0, - 0, - 2 - ], - "recent_avg": 0.7, - "recent_sr": 11.1 - }, - "Zhang Yibing": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Zhao Tianle": { - "recent_scores": [ - 0, - 4, - 1, - 1, - 0, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 20.0 - }, - "Zhao Yihan": { - "recent_scores": [ - 5, - 1, - 0, - 1 - ], - "recent_avg": 1.8, - "recent_sr": 50.0 - }, - "Zhao Zhilong": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Zheng Lili": { - "recent_scores": [ - 0, - 9, - 0, - 8, - 0, - 1, - 0 - ], - "recent_avg": 2.6, - "recent_sr": 42.9 - }, - "Zhi Xinyu": { - "recent_scores": [ - 5, - 0 - ], - "recent_avg": 2.5, - "recent_sr": 55.6 - }, - "Zhuang Zelin": { - "recent_scores": [ - 4, - 2, - 1, - 1, - 0, - 33, - 0, - 0, - 5 - ], - "recent_avg": 5.1, - "recent_sr": 51.7 - }, - "Zi Mei": { - "recent_scores": [ - 18, - 4, - 0, - 2, - 1, - 2, - 9, - 18, - 15, - 14 - ], - "recent_avg": 8.3, - "recent_sr": 43.0 - }, - "Ziaur Rahman": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 35.0 - }, - "Ziaur Rehman": { - "recent_scores": [ - 37, - 1, - 2, - 6, - 13, - 29 - ], - "recent_avg": 14.7, - "recent_sr": 94.6 - }, - "Ziaurahman Shinwari": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Zikria Islam": { - "recent_scores": [ - 0, - 4, - 0, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "Zinaida Jeremiah": { - "recent_scores": [ - 4, - 8 - ], - "recent_avg": 6.0, - "recent_sr": 44.4 - }, - "Zishan Shah": { - "recent_scores": [ - 50, - 6, - 14, - 8, - 10 - ], - "recent_avg": 17.6, - "recent_sr": 101.1 - }, - "Zoe Isabela Wong": { - "recent_scores": [ - 3, - 2, - 16 - ], - "recent_avg": 7.0, - "recent_sr": 50.0 - }, - "Zoha Irfan": { - "recent_scores": [ - 1, - 0, - 0, - 2 - ], - "recent_avg": 0.8, - "recent_sr": 11.5 - }, - "Zohaib Sarwar": { - "recent_scores": [ - 13, - 10 - ], - "recent_avg": 11.5, - "recent_sr": 104.5 - }, - "Zon Lin": { - "recent_scores": [ - 51, - 1, - 0, - 49, - 4, - 4, - 21, - 0, - 11, - 58 - ], - "recent_avg": 19.9, - "recent_sr": 88.1 - }, - "Zong Yuechao": { - "recent_scores": [ - 29, - 3, - 0, - 4, - 1, - 5, - 0, - 6 - ], - "recent_avg": 6.0, - "recent_sr": 45.7 - }, - "Zoona Mariyam": { - "recent_scores": [ - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Zou Kui": { - "recent_scores": [ - 0, - 2, - 10, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 40.0 - }, - "Zubaidi Zulkifle": { - "recent_scores": [ - 4, - 4, - 0, - 22, - 12, - 4, - 32, - 0, - 8, - 0 - ], - "recent_avg": 8.6, - "recent_sr": 111.7 - }, - "Zubair Al Balushi": { - "recent_scores": [ - 1, - 22, - 40, - 10, - 19 - ], - "recent_avg": 18.4, - "recent_sr": 153.3 - }, - "Zubair Ali": { - "recent_scores": [ - 56, - 24, - 86, - 34, - 11, - 0, - 55, - 6, - 52, - 16 - ], - "recent_avg": 34.0, - "recent_sr": 115.3 - }, - "Zuber Sunasara": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 12.5 - }, - "Zuhaib Zubair": { - "recent_scores": [ - 1, - 3, - 4, - 31 - ], - "recent_avg": 9.8, - "recent_sr": 76.5 - }, - "Zuhair Muhammad": { - "recent_scores": [ - 2, - 5, - 2 - ], - "recent_avg": 3.0, - "recent_sr": 32.1 - }, - "Zulfiqar Babar": { - "recent_scores": [ - 16, - 0, - 6, - 3, - 1, - 12, - 56, - 11, - 0, - 5 - ], - "recent_avg": 11.0, - "recent_sr": 73.3 - }, - "Zulqarnain Haider": { - "recent_scores": [ - 88 - ], - "recent_avg": 88.0, - "recent_sr": 43.8 - }, - "Zumika Azmi": { - "recent_scores": [ - 10, - 5 - ], - "recent_avg": 7.5, - "recent_sr": 83.3 - }, - "Zwe Htet Paing": { - "recent_scores": [ - 3, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 50.0 - }, - "A Ashok": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 83.3 - }, - "A Beggs": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Codrington": { - "recent_scores": [ - 5, - 7, - 0, - 0, - 5, - 16 - ], - "recent_avg": 5.5, - "recent_sr": 41.8 - }, - "A Flower": { - "recent_scores": [ - 38, - 63, - 37, - 71, - 62, - 22, - 39 - ], - "recent_avg": 47.4, - "recent_sr": 70.3 - }, - "A Maregwede": { - "recent_scores": [ - 13, - 16, - 1, - 18, - 5, - 18, - 37, - 0 - ], - "recent_avg": 13.5, - "recent_sr": 59.3 - }, - "A Martin": { - "recent_scores": [ - 3, - 1, - 0, - 2, - 4 - ], - "recent_avg": 2.0, - "recent_sr": 34.5 - }, - "A McGrath": { - "recent_scores": [ - 34 - ], - "recent_avg": 34.0, - "recent_sr": 48.6 - }, - "A Minny": { - "recent_scores": [ - 27, - 73, - 6 - ], - "recent_avg": 35.3, - "recent_sr": 81.5 - }, - "A Neill": { - "recent_scores": [ - 7, - 2, - 14, - 2, - 4, - 0 - ], - "recent_avg": 4.8, - "recent_sr": 67.4 - }, - "A Patel": { - "recent_scores": [ - 25 - ], - "recent_avg": 25.0, - "recent_sr": 83.3 - }, - "A Phillip": { - "recent_scores": [ - 0, - 27, - 5, - 26, - 21, - 44, - 9 - ], - "recent_avg": 18.9, - "recent_sr": 30.8 - }, - "A Rawat": { - "recent_scores": [ - 97, - 56 - ], - "recent_avg": 76.5, - "recent_sr": 81.4 - }, - "A Roy": { - "recent_scores": [ - 1, - 14 - ], - "recent_avg": 7.5, - "recent_sr": 100.0 - }, - "A Shamshudeen": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 10.0 - }, - "A Steyn": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 37.9 - }, - "AA Mulla": { - "recent_scores": [ - 1, - 25, - 0, - 58, - 4, - 20, - 12, - 30 - ], - "recent_avg": 18.8, - "recent_sr": 93.8 - }, - "AA Shafique": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 39.4 - }, - "AC Cummins": { - "recent_scores": [ - 9, - 8, - 4 - ], - "recent_avg": 7.0, - "recent_sr": 91.3 - }, - "AC Dawson": { - "recent_scores": [ - 23 - ], - "recent_avg": 23.0, - "recent_sr": 71.9 - }, - "AD Janakanthymala": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 6.7 - }, - "ADJ Pitcher": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 66.7 - }, - "ADR Campbell": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 28.0 - }, - "AF Giles": { - "recent_scores": [ - 27, - 47, - 39, - 30, - 91, - 22, - 31, - 11, - 56, - 52 - ], - "recent_avg": 40.6, - "recent_sr": 52.2 - }, - "AF Sattaur": { - "recent_scores": [ - 0, - 7, - 13 - ], - "recent_avg": 6.7, - "recent_sr": 31.7 - }, - "AG Puttick": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "AG Wharf": { - "recent_scores": [ - 3, - 3, - 0, - 4, - 9 - ], - "recent_avg": 3.8, - "recent_sr": 65.5 - }, - "AGC Vimukthi": { - "recent_scores": [ - 4, - 3 - ], - "recent_avg": 3.5, - "recent_sr": 25.0 - }, - "AJ Bichel": { - "recent_scores": [ - 11, - 5, - 34, - 53 - ], - "recent_avg": 25.8, - "recent_sr": 75.2 - }, - "AJ Burger": { - "recent_scores": [ - 41, - 4, - 29, - 85, - 14, - 26 - ], - "recent_avg": 33.2, - "recent_sr": 97.5 - }, - "AJ Ireland": { - "recent_scores": [ - 1, - 0, - 6, - 1, - 3, - 0, - 1 - ], - "recent_avg": 1.7, - "recent_sr": 18.8 - }, - "AJ Stewart": { - "recent_scores": [ - 38, - 22, - 77, - 38, - 109 - ], - "recent_avg": 56.8, - "recent_sr": 50.7 - }, - "AL Kandappah": { - "recent_scores": [ - 28, - 69 - ], - "recent_avg": 48.5, - "recent_sr": 61.0 - }, - "AM Bacher": { - "recent_scores": [ - 9, - 18, - 56, - 15, - 4 - ], - "recent_avg": 20.4, - "recent_sr": 56.4 - }, - "AM Samad": { - "recent_scores": [ - 30, - 13, - 9, - 36, - 14, - 8, - 44, - 39, - 21, - 12 - ], - "recent_avg": 22.6, - "recent_sr": 59.2 - }, - "APS Lakshika": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "AR Caddick": { - "recent_scores": [ - 15, - 27 - ], - "recent_avg": 21.0, - "recent_sr": 40.0 - }, - "AR Pitcher": { - "recent_scores": [ - 30 - ], - "recent_avg": 30.0, - "recent_sr": 54.5 - }, - "ARI Umeed": { - "recent_scores": [ - 18, - 14, - 98, - 8 - ], - "recent_avg": 34.5, - "recent_sr": 99.3 - }, - "AS Luseno": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "AS Tanke": { - "recent_scores": [ - 41, - 0 - ], - "recent_avg": 20.5, - "recent_sr": 46.1 - }, - "AY Karim": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Aaditya Varadarajan": { - "recent_scores": [ - 25, - 4, - 7 - ], - "recent_avg": 12.0, - "recent_sr": 54.5 - }, - "Abdul Jabbar": { - "recent_scores": [ - 15, - 44 - ], - "recent_avg": 29.5, - "recent_sr": 68.6 - }, - "Abid Ali": { - "recent_scores": [ - 39, - 224, - 30, - 43, - 215, - 60, - 19, - 14, - 51, - 25 - ], - "recent_avg": 72.0, - "recent_sr": 47.0 - }, - "Abul Hasan": { - "recent_scores": [ - 29, - 16, - 120 - ], - "recent_avg": 55.0, - "recent_sr": 59.4 - }, - "Adeel Raja": { - "recent_scores": [ - 0, - 3, - 8, - 2, - 0 - ], - "recent_avg": 2.6, - "recent_sr": 17.1 - }, - "Adnan Akmal": { - "recent_scores": [ - 6, - 5, - 32, - 26, - 82, - 59, - 5, - 49, - 6, - 22 - ], - "recent_avg": 29.2, - "recent_sr": 38.7 - }, - "Afzaal Haider": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Aijaz Ali": { - "recent_scores": [ - 1, - 4 - ], - "recent_avg": 2.5, - "recent_sr": 45.5 - }, - "Ajay Kumar": { - "recent_scores": [ - 1, - 2 - ], - "recent_avg": 1.5, - "recent_sr": 33.3 - }, - "Akeem Jordan": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 50.0 - }, - "Akif Javed": { - "recent_scores": [ - 1, - 8, - 1 - ], - "recent_avg": 3.3, - "recent_sr": 71.4 - }, - "Akram Khan": { - "recent_scores": [ - 44, - 13 - ], - "recent_avg": 28.5, - "recent_sr": 55.9 - }, - "Akshay Homraj": { - "recent_scores": [ - 4, - 7, - 5, - 44, - 27, - 34, - 24, - 14 - ], - "recent_avg": 19.9, - "recent_sr": 69.1 - }, - "Al Sahariar": { - "recent_scores": [ - 36 - ], - "recent_avg": 36.0, - "recent_sr": 59.0 - }, - "Alawi Shukri": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "Aman Ali": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Ankur Sharma": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 51.6 - }, - "Anop Santosh": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 22.2 - }, - "Arjun Kumal": { - "recent_scores": [ - 0, - 48, - 11 - ], - "recent_avg": 19.7, - "recent_sr": 51.3 - }, - "Arshad Ali": { - "recent_scores": [ - 6, - 41 - ], - "recent_avg": 23.5, - "recent_sr": 52.2 - }, - "Asad Ali": { - "recent_scores": [ - 2, - 11 - ], - "recent_avg": 6.5, - "recent_sr": 81.2 - }, - "Asif Iqbal (1)": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 100.0 - }, - "Azhar Ali": { - "recent_scores": [ - 45, - 67, - 9, - 95, - 20, - 185, - 56, - 24, - 22, - 40 - ], - "recent_avg": 56.3, - "recent_sr": 41.7 - }, - "B Geeves": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 90.9 - }, - "BA Langston": { - "recent_scores": [ - 21 - ], - "recent_avg": 21.0, - "recent_sr": 95.5 - }, - "BA Murphy": { - "recent_scores": [ - 1, - 2 - ], - "recent_avg": 1.5, - "recent_sr": 27.3 - }, - "BA Westdijk": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "BA Williams": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 63.6 - }, - "BB Seebaran": { - "recent_scores": [ - 4, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 28.6 - }, - "BC Lara": { - "recent_scores": [ - 216, - 183, - 37, - 29, - 127, - 18, - 5, - 58, - 41, - 4 - ], - "recent_avg": 71.8, - "recent_sr": 55.7 - }, - "BG Rogers": { - "recent_scores": [ - 7, - 29 - ], - "recent_avg": 18.0, - "recent_sr": 48.0 - }, - "BJ Curran": { - "recent_scores": [ - 42, - 24, - 43, - 67, - 62, - 16 - ], - "recent_avg": 42.3, - "recent_sr": 48.1 - }, - "BJ Diamanti": { - "recent_scores": [ - 26 - ], - "recent_avg": 26.0, - "recent_sr": 113.0 - }, - "BJ Patel": { - "recent_scores": [ - 1, - 1, - 40, - 0, - 13, - 18, - 0, - 32, - 12, - 1 - ], - "recent_avg": 11.8, - "recent_sr": 46.6 - }, - "BL Kotze": { - "recent_scores": [ - 0, - 3, - 0, - 24 - ], - "recent_avg": 6.8, - "recent_sr": 51.9 - }, - "BM Anusha": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "BO van Rooi": { - "recent_scores": [ - 9, - 0, - 17 - ], - "recent_avg": 8.7, - "recent_sr": 66.7 - }, - "BP Kruger": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 66.7 - }, - "BP Loots": { - "recent_scores": [ - 6, - 0, - 9 - ], - "recent_avg": 5.0, - "recent_sr": 65.2 - }, - "BP Nash": { - "recent_scores": [ - 10, - 36, - 8, - 67, - 29, - 64, - 14, - 114, - 14, - 109 - ], - "recent_avg": 46.5, - "recent_sr": 46.5 - }, - "BR Dorey": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 22.2 - }, - "BT Foakes": { - "recent_scores": [ - 32, - 64, - 29, - 42, - 38, - 35, - 89, - 64, - 14, - 113 - ], - "recent_avg": 52.0, - "recent_sr": 47.4 - }, - "Badal Singh": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 41.7 - }, - "Bazid Khan": { - "recent_scores": [ - 51, - 2, - 66, - 0, - 12 - ], - "recent_avg": 26.2, - "recent_sr": 55.3 - }, - "Bikram Sob": { - "recent_scores": [ - 1, - 2, - 1, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 21.1 - }, - "Bilal Asif": { - "recent_scores": [ - 23, - 11, - 27, - 12 - ], - "recent_avg": 18.2, - "recent_sr": 41.5 - }, - "C Carmichael": { - "recent_scores": [ - 6, - 36, - 64 - ], - "recent_avg": 35.3, - "recent_sr": 45.1 - }, - "C Hemraj": { - "recent_scores": [ - 9, - 3, - 14, - 15, - 32, - 9 - ], - "recent_avg": 13.7, - "recent_sr": 81.2 - }, - "C McAuslan": { - "recent_scores": [ - 27, - 8 - ], - "recent_avg": 17.5, - "recent_sr": 47.3 - }, - "C Overton": { - "recent_scores": [ - 15, - 0, - 11, - 32, - 26, - 36, - 14, - 48 - ], - "recent_avg": 22.8, - "recent_sr": 43.8 - }, - "C Prasad": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 25.0 - }, - "C Prathyusha": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 66.7 - }, - "C White": { - "recent_scores": [ - 106, - 39 - ], - "recent_avg": 72.5, - "recent_sr": 50.2 - }, - "CA Reid": { - "recent_scores": [ - 2, - 6 - ], - "recent_avg": 4.0, - "recent_sr": 44.4 - }, - "CB Lambert": { - "recent_scores": [ - 39 - ], - "recent_avg": 39.0, - "recent_sr": 45.3 - }, - "CB Wishart": { - "recent_scores": [ - 30, - 5, - 109, - 59, - 54 - ], - "recent_avg": 51.4, - "recent_sr": 51.5 - }, - "CD Collymore": { - "recent_scores": [ - 29, - 4, - 3, - 1, - 1, - 2, - 0, - 0, - 2, - 1 - ], - "recent_avg": 4.3, - "recent_sr": 28.3 - }, - "CD Cumming": { - "recent_scores": [ - 42, - 5, - 48, - 19, - 33, - 86, - 47, - 47, - 81 - ], - "recent_avg": 45.3, - "recent_sr": 36.6 - }, - "CJ Nevin": { - "recent_scores": [ - 1, - 29, - 0, - 0, - 17, - 8, - 28 - ], - "recent_avg": 11.9, - "recent_sr": 55.0 - }, - "CJ Smith": { - "recent_scores": [ - 0, - 1, - 15, - 0, - 11 - ], - "recent_avg": 5.4, - "recent_sr": 56.2 - }, - "CK Holder": { - "recent_scores": [ - 21 - ], - "recent_avg": 21.0, - "recent_sr": 56.8 - }, - "CK Hooper": { - "recent_scores": [ - 0, - 4 - ], - "recent_avg": 2.0, - "recent_sr": 133.3 - }, - "CK Kruger": { - "recent_scores": [ - 3, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 14.3 - }, - "CK Tshuma": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 10.0 - }, - "CKB Kulasekara": { - "recent_scores": [ - 22 - ], - "recent_avg": 22.0, - "recent_sr": 44.0 - }, - "CL Hooper": { - "recent_scores": [ - 0, - 5, - 45, - 3, - 40 - ], - "recent_avg": 18.6, - "recent_sr": 78.8 - }, - "CM Beggs": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 6.2 - }, - "CMG Atkins": { - "recent_scores": [ - 9, - 2, - 23, - 103 - ], - "recent_avg": 34.2, - "recent_sr": 34.2 - }, - "CO Browne": { - "recent_scores": [ - 0, - 73 - ], - "recent_avg": 36.5, - "recent_sr": 78.5 - }, - "CP Tremain": { - "recent_scores": [ - 0, - 23, - 0 - ], - "recent_avg": 7.7, - "recent_sr": 59.0 - }, - "CS Terblanche": { - "recent_scores": [ - 19, - 19 - ], - "recent_avg": 19.0, - "recent_sr": 58.5 - }, - "CT Tremlett": { - "recent_scores": [ - 15, - 1, - 4, - 24, - 12, - 4, - 3, - 25, - 25, - 0 - ], - "recent_avg": 11.3, - "recent_sr": 37.8 - }, - "CZ Harris": { - "recent_scores": [ - 4, - 5, - 26, - 1, - 25, - 1, - 0, - 1, - 14, - 5 - ], - "recent_avg": 8.2, - "recent_sr": 37.8 - }, - "Codi Yusuf": { - "recent_scores": [ - 35 - ], - "recent_avg": 35.0, - "recent_sr": 53.0 - }, - "D Bau": { - "recent_scores": [ - 17, - 1, - 16, - 0, - 46, - 13, - 3, - 34 - ], - "recent_avg": 16.2, - "recent_sr": 58.6 - }, - "D Daesrath": { - "recent_scores": [ - 31 - ], - "recent_avg": 31.0, - "recent_sr": 52.5 - }, - "D Elgar": { - "recent_scores": [ - 16, - 185, - 47, - 72, - 25, - 26, - 5, - 37, - 23, - 47 - ], - "recent_avg": 48.3, - "recent_sr": 53.9 - }, - "D Gamage": { - "recent_scores": [ - 2, - 1 - ], - "recent_avg": 1.5, - "recent_sr": 27.3 - }, - "D Gough": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 5.6 - }, - "D Keulder": { - "recent_scores": [ - 52, - 3, - 4, - 46, - 0, - 27 - ], - "recent_avg": 22.0, - "recent_sr": 59.7 - }, - "D Lakshan": { - "recent_scores": [ - 36, - 24, - 2, - 4, - 6, - 12, - 28, - 20, - 18, - 62 - ], - "recent_avg": 21.2, - "recent_sr": 111.6 - }, - "D Langford-Smith": { - "recent_scores": [ - 18, - 6, - 2, - 0, - 17, - 1, - 8, - 15, - 12 - ], - "recent_avg": 8.8, - "recent_sr": 94.0 - }, - "D Mohammed": { - "recent_scores": [ - 36, - 50, - 71 - ], - "recent_avg": 52.3, - "recent_sr": 73.0 - }, - "D Prins": { - "recent_scores": [ - 2, - 5 - ], - "recent_avg": 3.5, - "recent_sr": 17.5 - }, - "D Soraine": { - "recent_scores": [ - 0, - 3 - ], - "recent_avg": 1.5, - "recent_sr": 30.0 - }, - "D Vihanga": { - "recent_scores": [ - 8, - 12, - 5, - 14, - 3, - 4, - 16, - 1 - ], - "recent_avg": 7.9, - "recent_sr": 68.5 - }, - "DA Gunawardene": { - "recent_scores": [ - 3, - 1, - 5, - 4, - 0, - 52, - 8, - 7, - 64, - 26 - ], - "recent_avg": 17.0, - "recent_sr": 50.9 - }, - "DA Marillier": { - "recent_scores": [ - 3, - 0, - 14, - 32, - 100, - 59, - 19, - 21, - 1, - 0 - ], - "recent_avg": 24.9, - "recent_sr": 70.1 - }, - "DA Minors": { - "recent_scores": [ - 23, - 21, - 4, - 8, - 4, - 7, - 0, - 37 - ], - "recent_avg": 13.0, - "recent_sr": 59.1 - }, - "DB Kotze": { - "recent_scores": [ - 25, - 10, - 27, - 7, - 8, - 5 - ], - "recent_avg": 13.7, - "recent_sr": 60.7 - }, - "DCC Borden": { - "recent_scores": [ - 2, - 13, - 6, - 2 - ], - "recent_avg": 5.8, - "recent_sr": 27.4 - }, - "DD Ebrahim": { - "recent_scores": [ - 25, - 2, - 8, - 38, - 75, - 9, - 33 - ], - "recent_avg": 27.1, - "recent_sr": 38.4 - }, - "DES Maxwell": { - "recent_scores": [ - 13, - 37, - 4 - ], - "recent_avg": 18.0, - "recent_sr": 120.0 - }, - "DI Joyce": { - "recent_scores": [ - 11, - 18, - 0 - ], - "recent_avg": 9.7, - "recent_sr": 47.5 - }, - "DJ Worrall": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 150.0 - }, - "DK Butler": { - "recent_scores": [ - 3, - 13 - ], - "recent_avg": 8.0, - "recent_sr": 66.7 - }, - "DL Blake": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "DM Dupavillon": { - "recent_scores": [ - 17 - ], - "recent_avg": 17.0, - "recent_sr": 170.0 - }, - "DOD Rikhi": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 50.0 - }, - "DR Chumney": { - "recent_scores": [ - 27, - 7, - 7, - 44, - 28, - 38, - 2, - 19, - 9, - 10 - ], - "recent_avg": 19.1, - "recent_sr": 61.6 - }, - "DS Weerakkody": { - "recent_scores": [ - 24, - 20 - ], - "recent_avg": 22.0, - "recent_sr": 91.7 - }, - "DSK Madushanka": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 116.7 - }, - "DT Hondo": { - "recent_scores": [ - 7, - 1, - 0, - 2, - 0, - 1, - 0, - 12, - 9, - 0 - ], - "recent_avg": 3.2, - "recent_sr": 37.2 - }, - "Danish Kaneria": { - "recent_scores": [ - 23, - 15, - 16, - 9, - 4, - 27, - 0, - 6, - 4, - 0 - ], - "recent_avg": 10.4, - "recent_sr": 50.0 - }, - "Dolar Mahmud": { - "recent_scores": [ - 41, - 20, - 0, - 0 - ], - "recent_avg": 15.2, - "recent_sr": 138.6 - }, - "E Bosch": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 77.8 - }, - "E Masuku": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 20.0 - }, - "E Mbofana": { - "recent_scores": [ - 5, - 2, - 8, - 7 - ], - "recent_avg": 5.5, - "recent_sr": 39.3 - }, - "EJ Richardson": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 66.7 - }, - "EL Lamb": { - "recent_scores": [ - 38, - 38 - ], - "recent_avg": 38.0, - "recent_sr": 53.1 - }, - "Ebadat Hossain": { - "recent_scores": [ - 12, - 4, - 18, - 14, - 0, - 17, - 21, - 4, - 0, - 0 - ], - "recent_avg": 9.0, - "recent_sr": 40.9 - }, - "Ehsanul Haque": { - "recent_scores": [ - 3, - 12, - 13 - ], - "recent_avg": 9.3, - "recent_sr": 36.8 - }, - "Enamul Haque jnr": { - "recent_scores": [ - 6, - 13, - 4, - 8, - 0, - 0, - 6, - 4, - 3, - 2 - ], - "recent_avg": 4.6, - "recent_sr": 20.6 - }, - "F Kasteni": { - "recent_scores": [ - 9, - 0 - ], - "recent_avg": 4.5, - "recent_sr": 37.5 - }, - "F Walters": { - "recent_scores": [ - 9, - 7 - ], - "recent_avg": 8.0, - "recent_sr": 33.3 - }, - "FDM Devonshire": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 150.0 - }, - "FDM Karunaratne": { - "recent_scores": [ - 50, - 7, - 21, - 6, - 46, - 85, - 17, - 62, - 29, - 90 - ], - "recent_avg": 41.3, - "recent_sr": 50.3 - }, - "FRJ Coleman": { - "recent_scores": [ - 0, - 70, - 7, - 7, - 23, - 3, - 40, - 10 - ], - "recent_avg": 20.0, - "recent_sr": 72.7 - }, - "Fahad Alhashmi": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Fahad Nawaz": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 20.0 - }, - "Faisal Athar": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 23.1 - }, - "Faisal Hossain": { - "recent_scores": [ - 8, - 1, - 17 - ], - "recent_avg": 8.7, - "recent_sr": 48.1 - }, - "Faisal Iqbal": { - "recent_scores": [ - 34, - 63, - 73, - 57, - 73, - 0, - 51, - 58, - 11, - 32 - ], - "recent_avg": 45.2, - "recent_sr": 47.3 - }, - "Fazle Mahmud": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "G Bloemen": { - "recent_scores": [ - 20, - 5, - 2, - 1 - ], - "recent_avg": 7.0, - "recent_sr": 66.7 - }, - "G Chapple": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 200.0 - }, - "G Hoey": { - "recent_scores": [ - 41 - ], - "recent_avg": 41.0, - "recent_sr": 36.0 - }, - "G Kirsten": { - "recent_scores": [ - 77, - 2, - 172, - 99, - 119, - 190, - 45, - 19, - 56 - ], - "recent_avg": 86.6, - "recent_sr": 46.4 - }, - "G Onions": { - "recent_scores": [ - 4, - 2, - 5, - 0, - 2, - 17, - 0 - ], - "recent_avg": 4.3, - "recent_sr": 30.9 - }, - "G Snyman": { - "recent_scores": [ - 0, - 5, - 0, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 55.6 - }, - "GA Guy": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "GA Manou": { - "recent_scores": [ - 21 - ], - "recent_avg": 21.0, - "recent_sr": 53.8 - }, - "GB Brent": { - "recent_scores": [ - 4, - 14, - 13, - 13, - 9, - 12, - 1, - 2, - 59, - 9 - ], - "recent_avg": 13.6, - "recent_sr": 73.9 - }, - "GB Murgatroyd": { - "recent_scores": [ - 52, - 0, - 0, - 24, - 4, - 10 - ], - "recent_avg": 15.0, - "recent_sr": 60.8 - }, - "GC Tonge": { - "recent_scores": [ - 25 - ], - "recent_avg": 25.0, - "recent_sr": 96.2 - }, - "GI Maiden": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 85.7 - }, - "GJ McCarter": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "GJ Rennie": { - "recent_scores": [ - 6, - 26, - 7, - 11 - ], - "recent_avg": 12.5, - "recent_sr": 39.1 - }, - "GJ Whittall": { - "recent_scores": [ - 0, - 30, - 1, - 28 - ], - "recent_avg": 14.8, - "recent_sr": 83.1 - }, - "GM Ewing": { - "recent_scores": [ - 34, - 2 - ], - "recent_avg": 18.0, - "recent_sr": 62.1 - }, - "GP Thorpe": { - "recent_scores": [ - 66, - 38, - 115, - 33, - 32, - 54, - 82, - 124 - ], - "recent_avg": 68.0, - "recent_sr": 46.0 - }, - "GR Codrington": { - "recent_scores": [ - 7, - 24, - 1, - 31, - 7, - 10 - ], - "recent_avg": 13.3, - "recent_sr": 65.0 - }, - "GW Flower": { - "recent_scores": [ - 22, - 13, - 59, - 36, - 40, - 15, - 0, - 1, - 1, - 27 - ], - "recent_avg": 21.4, - "recent_sr": 56.5 - }, - "Ghazi Ghori": { - "recent_scores": [ - 8, - 37, - 65, - 29 - ], - "recent_avg": 34.8, - "recent_sr": 72.4 - }, - "H Durham": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 28.6 - }, - "H Graham": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 80.0 - }, - "H Shah": { - "recent_scores": [ - 1, - 8 - ], - "recent_avg": 4.5, - "recent_sr": 36.0 - }, - "HAPW Jayawardene": { - "recent_scores": [ - 16, - 33, - 14, - 84, - 9, - 68, - 24, - 61, - 41, - 4 - ], - "recent_avg": 35.4, - "recent_sr": 42.5 - }, - "HDPK Dharmasena": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 31.6 - }, - "HDRS Silva": { - "recent_scores": [ - 18, - 7 - ], - "recent_avg": 12.5, - "recent_sr": 54.3 - }, - "HE Whelan": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 12.5 - }, - "HH Streak": { - "recent_scores": [ - 27, - 2, - 3, - 101, - 21, - 36, - 39, - 80 - ], - "recent_avg": 38.6, - "recent_sr": 35.5 - }, - "HJC Mol": { - "recent_scores": [ - 4, - 23, - 13, - 2 - ], - "recent_avg": 10.5, - "recent_sr": 33.6 - }, - "HJW Gardiner": { - "recent_scores": [ - 19, - 0, - 5, - 89, - 13, - 10, - 6 - ], - "recent_avg": 20.3, - "recent_sr": 64.5 - }, - "HK Badani": { - "recent_scores": [ - 18, - 60, - 1, - 15, - 41 - ], - "recent_avg": 27.0, - "recent_sr": 77.1 - }, - "HK Olonga": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 25.0 - }, - "HL Baker": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 100.0 - }, - "HM Tiffen": { - "recent_scores": [ - 33 - ], - "recent_avg": 33.0, - "recent_sr": 80.5 - }, - "HM Watson": { - "recent_scores": [ - 15 - ], - "recent_avg": 15.0, - "recent_sr": 57.7 - }, - "HP Rinke": { - "recent_scores": [ - 1, - 1, - 3, - 12, - 4, - 0, - 6, - 1 - ], - "recent_avg": 3.5, - "recent_sr": 43.8 - }, - "HP Tillakaratne": { - "recent_scores": [ - 58, - 12 - ], - "recent_avg": 35.0, - "recent_sr": 38.9 - }, - "HR Johnson": { - "recent_scores": [ - 9, - 0 - ], - "recent_avg": 4.5, - "recent_sr": 42.9 - }, - "HS Modi": { - "recent_scores": [ - 1, - 22, - 18, - 5, - 27, - 4, - 27, - 9, - 39, - 12 - ], - "recent_avg": 16.4, - "recent_sr": 50.5 - }, - "HW Rambaldo": { - "recent_scores": [ - 0, - 19 - ], - "recent_avg": 9.5, - "recent_sr": 19.6 - }, - "HWR Cartwright": { - "recent_scores": [ - 18, - 37 - ], - "recent_avg": 27.5, - "recent_sr": 44.0 - }, - "Habibul Bashar": { - "recent_scores": [ - 13, - 26, - 34, - 33, - 17, - 19, - 9, - 37, - 83, - 142 - ], - "recent_avg": 41.3, - "recent_sr": 61.1 - }, - "Hannan Sarkar": { - "recent_scores": [ - 32, - 79, - 16, - 35 - ], - "recent_avg": 40.5, - "recent_sr": 35.8 - }, - "Hashir Dafedar": { - "recent_scores": [ - 9, - 5, - 15 - ], - "recent_avg": 9.7, - "recent_sr": 46.8 - }, - "Hasibul Hossain": { - "recent_scores": [ - 1, - 0, - 6 - ], - "recent_avg": 2.3, - "recent_sr": 30.4 - }, - "Hasnain Ul Wahab": { - "recent_scores": [ - 29 - ], - "recent_avg": 29.0, - "recent_sr": 65.9 - }, - "Hazrat Bilal": { - "recent_scores": [ - 2, - 1, - 20, - 1 - ], - "recent_avg": 6.0, - "recent_sr": 33.3 - }, - "I Maraj": { - "recent_scores": [ - 0, - 53, - 16, - 0, - 5, - 24 - ], - "recent_avg": 16.3, - "recent_sr": 35.9 - }, - "IA Nicolson": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "ID Blackwell": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 25.0 - }, - "IDR Bradshaw": { - "recent_scores": [ - 21, - 43, - 10 - ], - "recent_avg": 24.7, - "recent_sr": 26.2 - }, - "IE O'Brien": { - "recent_scores": [ - 19, - 31, - 17, - 16, - 14, - 38, - 1, - 22, - 0, - 4 - ], - "recent_avg": 16.2, - "recent_sr": 38.8 - }, - "IJ Harvey": { - "recent_scores": [ - 22, - 4, - 23, - 1, - 13, - 22, - 28, - 19, - 4, - 5 - ], - "recent_avg": 14.1, - "recent_sr": 86.0 - }, - "IPP Batuwitarachchi": { - "recent_scores": [ - 14, - 0 - ], - "recent_avg": 7.0, - "recent_sr": 27.5 - }, - "IS Sohi": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Iftikhar Anjum": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 23.1 - }, - "J Blackwood": { - "recent_scores": [ - 40, - 19, - 10, - 116, - 22, - 62, - 3, - 60, - 40, - 89 - ], - "recent_avg": 46.1, - "recent_sr": 47.5 - }, - "J Da Silva": { - "recent_scores": [ - 20, - 17, - 36, - 31, - 3, - 54, - 96, - 9, - 86, - 24 - ], - "recent_avg": 37.6, - "recent_sr": 51.3 - }, - "J Giyanani": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 66.7 - }, - "J Grewcock": { - "recent_scores": [ - 10, - 3 - ], - "recent_avg": 6.5, - "recent_sr": 31.0 - }, - "J Logtenberg": { - "recent_scores": [ - 3, - 3 - ], - "recent_avg": 3.0, - "recent_sr": 40.0 - }, - "J Matharu": { - "recent_scores": [ - 0, - 7 - ], - "recent_avg": 3.5, - "recent_sr": 70.0 - }, - "J Pashley": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 11.8 - }, - "J Patraj": { - "recent_scores": [ - 1, - 20 - ], - "recent_avg": 10.5, - "recent_sr": 43.8 - }, - "J Sharma": { - "recent_scores": [ - 0, - 17 - ], - "recent_avg": 8.5, - "recent_sr": 51.5 - }, - "J Srinath": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "JA McCollum": { - "recent_scores": [ - 48, - 20, - 43, - 15, - 30 - ], - "recent_avg": 31.2, - "recent_sr": 39.3 - }, - "JA Simpson": { - "recent_scores": [ - 3, - 17 - ], - "recent_avg": 10.0, - "recent_sr": 62.5 - }, - "JA Turner": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "JA Whelan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "JC Carroll": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "JC Hartenhof": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "JF Kloppenburg": { - "recent_scores": [ - 121, - 18, - 10, - 0 - ], - "recent_avg": 37.2, - "recent_sr": 62.1 - }, - "JH Desai": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 42.1 - }, - "JJ Esmeijer": { - "recent_scores": [ - 3, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 20.0 - }, - "JJ Krejza": { - "recent_scores": [ - 62, - 9 - ], - "recent_avg": 35.5, - "recent_sr": 48.6 - }, - "JJC Lawson": { - "recent_scores": [ - 7, - 2, - 14 - ], - "recent_avg": 7.7, - "recent_sr": 74.2 - }, - "JL Carter": { - "recent_scores": [ - 3, - 43, - 11, - 13, - 11, - 12, - 14, - 46, - 39, - 52 - ], - "recent_avg": 24.4, - "recent_sr": 80.8 - }, - "JM Mennie": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 41.7 - }, - "JN Hamilton": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 8.2 - }, - "JN Rhodes": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "JO Troughton": { - "recent_scores": [ - 5, - 5, - 20, - 0, - 6 - ], - "recent_avg": 7.2, - "recent_sr": 46.8 - }, - "JP Maher": { - "recent_scores": [ - 19, - 9, - 0, - 30, - 49, - 15 - ], - "recent_avg": 20.3, - "recent_sr": 65.2 - }, - "JPR Lamsam": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 53.3 - }, - "JR Lennox": { - "recent_scores": [ - 0, - 2, - 0, - 1 - ], - "recent_avg": 0.8, - "recent_sr": 21.4 - }, - "JS Ababu": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "JT Ball": { - "recent_scores": [ - 15, - 12, - 33, - 7 - ], - "recent_avg": 16.8, - "recent_sr": 53.6 - }, - "JV Harris": { - "recent_scores": [ - 26, - 15, - 6, - 9, - 31, - 4 - ], - "recent_avg": 15.2, - "recent_sr": 44.0 - }, - "JWA Taylor": { - "recent_scores": [ - 38, - 9, - 27, - 112, - 78, - 14, - 34 - ], - "recent_avg": 44.6, - "recent_sr": 41.3 - }, - "Jai Prakash Yadav": { - "recent_scores": [ - 9, - 3, - 0, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 46.2 - }, - "Jamaluddin Ahmed": { - "recent_scores": [ - 18 - ], - "recent_avg": 18.0, - "recent_sr": 58.1 - }, - "Javed Omar": { - "recent_scores": [ - 30, - 36, - 70, - 0, - 59, - 45, - 48, - 35, - 27, - 39 - ], - "recent_avg": 38.9, - "recent_sr": 55.9 - }, - "Joseph Angara": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Jubair Hossain": { - "recent_scores": [ - 0, - 5, - 1, - 7 - ], - "recent_avg": 3.2, - "recent_sr": 14.8 - }, - "K Kamyuka": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "K Mahato": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 10.0 - }, - "K Phillip": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "K Verreynne": { - "recent_scores": [ - 45, - 25, - 10, - 21, - 42, - 46, - 17, - 100, - 4, - 114 - ], - "recent_avg": 42.4, - "recent_sr": 54.6 - }, - "K Whatham": { - "recent_scores": [ - 18 - ], - "recent_avg": 18.0, - "recent_sr": 41.9 - }, - "K Zondo": { - "recent_scores": [ - 39, - 6, - 36, - 39 - ], - "recent_avg": 30.0, - "recent_sr": 38.0 - }, - "KA Blackwell": { - "recent_scores": [ - 78, - 76 - ], - "recent_avg": 77.0, - "recent_sr": 30.4 - }, - "KA Edwards": { - "recent_scores": [ - 18, - 10, - 68, - 55, - 14, - 7, - 90, - 59, - 7, - 1 - ], - "recent_avg": 32.9, - "recent_sr": 49.8 - }, - "KA Hope": { - "recent_scores": [ - 1, - 59, - 1, - 3, - 37 - ], - "recent_avg": 20.2, - "recent_sr": 40.2 - }, - "KA Knight": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "KAD Hurdle": { - "recent_scores": [ - 4, - 1, - 0, - 0, - 6, - 1, - 1, - 12 - ], - "recent_avg": 3.1, - "recent_sr": 53.2 - }, - "KAR Hodge": { - "recent_scores": [ - 31, - 16, - 123, - 35, - 36, - 4, - 58, - 40, - 33, - 54 - ], - "recent_avg": 43.0, - "recent_sr": 41.5 - }, - "KC Brathwaite": { - "recent_scores": [ - 7, - 8, - 61, - 23, - 82, - 27, - 28, - 35, - 61, - 95 - ], - "recent_avg": 42.7, - "recent_sr": 49.3 - }, - "KC Hodsoll": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "KED Carroll": { - "recent_scores": [ - 21, - 7, - 0 - ], - "recent_avg": 9.3, - "recent_sr": 66.7 - }, - "KH Butt": { - "recent_scores": [ - 4, - 4 - ], - "recent_avg": 4.0, - "recent_sr": 27.6 - }, - "KHRK Fernando": { - "recent_scores": [ - 3, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 20.0 - }, - "KJ Harding": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "KJJ van Noortwijk": { - "recent_scores": [ - 134, - 7, - 0 - ], - "recent_avg": 47.0, - "recent_sr": 98.6 - }, - "KL Tucker": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "KNM Fernando": { - "recent_scores": [ - 26, - 25, - 20, - 4, - 91, - 12, - 37, - 56, - 205, - 29 - ], - "recent_avg": 50.5, - "recent_sr": 55.5 - }, - "KT Sandher": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "KTGD Prasad": { - "recent_scores": [ - 8, - 13, - 33, - 5, - 3, - 0, - 35, - 2, - 17, - 22 - ], - "recent_avg": 13.8, - "recent_sr": 41.8 - }, - "KY Ottley": { - "recent_scores": [ - 8, - 8, - 1, - 24 - ], - "recent_avg": 10.2, - "recent_sr": 53.9 - }, - "Kabir Ali": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 35.7 - }, - "Kamran Ghulam": { - "recent_scores": [ - 35, - 32, - 40, - 58, - 3, - 144 - ], - "recent_avg": 52.0, - "recent_sr": 56.5 - }, - "Kamran Hussain": { - "recent_scores": [ - 28 - ], - "recent_avg": 28.0, - "recent_sr": 133.3 - }, - "Kaynat Hafeez": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 66.7 - }, - "Khaled Ahmed": { - "recent_scores": [ - 0, - 8, - 4, - 5, - 3, - 22, - 4, - 4, - 0, - 1 - ], - "recent_avg": 5.1, - "recent_sr": 40.2 - }, - "Khaled Mahmud": { - "recent_scores": [ - 48, - 22, - 21, - 26 - ], - "recent_avg": 29.2, - "recent_sr": 57.9 - }, - "Khaled Mashud": { - "recent_scores": [ - 13, - 33, - 2, - 17, - 18, - 21, - 44, - 17, - 47, - 13 - ], - "recent_avg": 22.5, - "recent_sr": 30.8 - }, - "Krishna Chandran": { - "recent_scores": [ - 15, - 0, - 0, - 4, - 0, - 34, - 6 - ], - "recent_avg": 8.4, - "recent_sr": 36.2 - }, - "L Egging": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 6.7 - }, - "L Klusener": { - "recent_scores": [ - 12, - 4, - 12, - 3, - 41, - 1, - 33, - 57 - ], - "recent_avg": 20.4, - "recent_sr": 104.5 - }, - "L Scott": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "LC Boylan": { - "recent_scores": [ - 25, - 6 - ], - "recent_avg": 15.5, - "recent_sr": 66.0 - }, - "LC Romero": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 14.3 - }, - "LDVV Silva": { - "recent_scores": [ - 6, - 28 - ], - "recent_avg": 17.0, - "recent_sr": 44.7 - }, - "LE Milliken": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "LHD Dilhara": { - "recent_scores": [ - 6, - 5, - 29, - 9 - ], - "recent_avg": 12.2, - "recent_sr": 81.7 - }, - "LJ Burger": { - "recent_scores": [ - 1, - 1, - 0, - 5, - 0, - 4 - ], - "recent_avg": 1.8, - "recent_sr": 16.9 - }, - "LJ Hamilton": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "LJ Woodcock": { - "recent_scores": [ - 3, - 11 - ], - "recent_avg": 7.0, - "recent_sr": 63.6 - }, - "LM Hoitink": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "LN Roche": { - "recent_scores": [ - 0, - 4 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "LOB Cann": { - "recent_scores": [ - 0, - 0, - 52, - 16, - 0, - 28, - 48, - 41, - 21, - 8 - ], - "recent_avg": 21.4, - "recent_sr": 123.0 - }, - "LP van Troost": { - "recent_scores": [ - 0, - 5, - 0, - 34, - 16, - 26, - 22, - 8, - 1 - ], - "recent_avg": 12.4, - "recent_sr": 68.3 - }, - "LR Johnson": { - "recent_scores": [ - 13, - 21, - 62, - 9, - 23, - 98, - 0, - 70, - 107 - ], - "recent_avg": 44.8, - "recent_sr": 48.1 - }, - "LR Morris": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "LS Baker": { - "recent_scores": [ - 4, - 19, - 0 - ], - "recent_avg": 7.7, - "recent_sr": 46.0 - }, - "Lovepreet Singh": { - "recent_scores": [ - 3, - 6 - ], - "recent_avg": 4.5, - "recent_sr": 34.6 - }, - "M Commins": { - "recent_scores": [ - 0, - 6 - ], - "recent_avg": 3.0, - "recent_sr": 23.1 - }, - "M Dillon": { - "recent_scores": [ - 20, - 46, - 12 - ], - "recent_avg": 26.0, - "recent_sr": 48.1 - }, - "M Karg": { - "recent_scores": [ - 41, - 4 - ], - "recent_avg": 22.5, - "recent_sr": 68.2 - }, - "M Kornet": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "M Mpongwana": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "M Pushpakumara": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 33.3 - }, - "M Shiraz": { - "recent_scores": [ - 18 - ], - "recent_avg": 18.0, - "recent_sr": 150.0 - }, - "M Terblanche": { - "recent_scores": [ - 6, - 0, - 25, - 49 - ], - "recent_avg": 20.0, - "recent_sr": 58.4 - }, - "M van Jaarsveld": { - "recent_scores": [ - 15, - 72, - 88 - ], - "recent_avg": 58.3, - "recent_sr": 52.4 - }, - "M van Schoor": { - "recent_scores": [ - 15, - 6, - 24, - 11, - 2 - ], - "recent_avg": 11.6, - "recent_sr": 52.3 - }, - "MA Abbas": { - "recent_scores": [ - 25, - 19, - 14, - 11, - 41, - 52 - ], - "recent_avg": 27.0, - "recent_sr": 77.5 - }, - "MA Suji": { - "recent_scores": [ - 0, - 6, - 1, - 15, - 11, - 3, - 0 - ], - "recent_avg": 5.1, - "recent_sr": 70.6 - }, - "MA Vermeulen": { - "recent_scores": [ - 35, - 142, - 65, - 101 - ], - "recent_avg": 85.8, - "recent_sr": 45.8 - }, - "MB Loye": { - "recent_scores": [ - 45, - 0, - 29, - 15, - 9, - 8, - 36 - ], - "recent_avg": 20.3, - "recent_sr": 74.7 - }, - "MC Patel": { - "recent_scores": [ - 9, - 4 - ], - "recent_avg": 6.5, - "recent_sr": 37.1 - }, - "MD Bates": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 130.0 - }, - "MDT Kamini": { - "recent_scores": [ - 45 - ], - "recent_avg": 45.0, - "recent_sr": 26.5 - }, - "ME Sanuth": { - "recent_scores": [ - 40, - 6 - ], - "recent_avg": 23.0, - "recent_sr": 112.2 - }, - "MF Fahey": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "MF Kendal": { - "recent_scores": [ - 6, - 8, - 16 - ], - "recent_avg": 10.0, - "recent_sr": 34.5 - }, - "MG Bevan": { - "recent_scores": [ - 14, - 24, - 21, - 56, - 12, - 41, - 7, - 3, - 1, - 50 - ], - "recent_avg": 22.9, - "recent_sr": 74.4 - }, - "MG Neser": { - "recent_scores": [ - 24, - 35, - 16, - 18, - 38 - ], - "recent_avg": 26.2, - "recent_sr": 50.8 - }, - "MHW Papps": { - "recent_scores": [ - 10, - 7, - 15, - 42, - 7, - 8 - ], - "recent_avg": 14.8, - "recent_sr": 32.6 - }, - "MJ Bulow": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 21.3 - }, - "MJ Cosgrove": { - "recent_scores": [ - 4, - 74 - ], - "recent_avg": 39.0, - "recent_sr": 96.3 - }, - "MJ Fisher": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "MJ Fourie": { - "recent_scores": [ - 1, - 4 - ], - "recent_avg": 2.5, - "recent_sr": 38.5 - }, - "MJ Hoggard": { - "recent_scores": [ - 6, - 0, - 23, - 0, - 14, - 4, - 4, - 8, - 3, - 8 - ], - "recent_avg": 7.0, - "recent_sr": 25.1 - }, - "MJ Potts": { - "recent_scores": [ - 19, - 1, - 15, - 23, - 17, - 7, - 19, - 1, - 3, - 0 - ], - "recent_avg": 10.5, - "recent_sr": 46.1 - }, - "MKDI Amerasinghe": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "MKGCP Lakshitha": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 66.7 - }, - "ML Cummins": { - "recent_scores": [ - 19, - 1, - 1, - 16, - 8, - 0, - 24, - 15, - 0, - 3 - ], - "recent_avg": 8.7, - "recent_sr": 34.5 - }, - "ML Lewis": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 100.0 - }, - "ML Nkala": { - "recent_scores": [ - 14, - 0, - 8, - 7, - 1, - 14, - 47, - 0, - 1, - 33 - ], - "recent_avg": 12.5, - "recent_sr": 70.2 - }, - "ML Patel": { - "recent_scores": [ - 15, - 0 - ], - "recent_avg": 7.5, - "recent_sr": 24.6 - }, - "MM English": { - "recent_scores": [ - 0, - 51, - 32, - 34, - 107 - ], - "recent_avg": 44.8, - "recent_sr": 70.9 - }, - "MM Iqbal": { - "recent_scores": [ - 10, - 6 - ], - "recent_avg": 8.0, - "recent_sr": 27.6 - }, - "MMA Jonkman": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 34.2 - }, - "MN Nawaz": { - "recent_scores": [ - 15 - ], - "recent_avg": 15.0, - "recent_sr": 68.2 - }, - "MO Odumbe": { - "recent_scores": [ - 54, - 42, - 17, - 19, - 38, - 34, - 52, - 26, - 26, - 16 - ], - "recent_avg": 32.4, - "recent_sr": 89.3 - }, - "MQ Sheikh": { - "recent_scores": [ - 2, - 4 - ], - "recent_avg": 3.0, - "recent_sr": 28.6 - }, - "MR Corteen-Coleman": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 42.9 - }, - "MR Johnson": { - "recent_scores": [ - 0, - 20 - ], - "recent_avg": 10.0, - "recent_sr": 87.0 - }, - "MS Kanchingwe": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 50.0 - }, - "MS Kashyap": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 53.3 - }, - "MS Tshabalala": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 66.7 - }, - "MT Chinouya": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 2.9 - }, - "MT Herbert": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 4.5 - }, - "MWA van Nierop": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 25.0 - }, - "Maaz Sadaqat": { - "recent_scores": [ - 27, - 0, - 8, - 6, - 75, - 18 - ], - "recent_avg": 22.3, - "recent_sr": 109.8 - }, - "Maham Tariq": { - "recent_scores": [ - 1, - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 7.9 - }, - "Mahbubul Alam": { - "recent_scores": [ - 2, - 1 - ], - "recent_avg": 1.5, - "recent_sr": 5.7 - }, - "Mahidul Islam Ankon": { - "recent_scores": [ - 29 - ], - "recent_avg": 29.0, - "recent_sr": 43.9 - }, - "Manjural Islam": { - "recent_scores": [ - 5, - 1 - ], - "recent_avg": 3.0, - "recent_sr": 30.0 - }, - "Manjural Islam Rana": { - "recent_scores": [ - 93 - ], - "recent_avg": 93.0, - "recent_sr": 53.8 - }, - "Mansoor Amjad": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 50.0 - }, - "Mohammad Iqbal": { - "recent_scores": [ - 30, - 3 - ], - "recent_avg": 16.5, - "recent_sr": 58.9 - }, - "Mohammad Kashif": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 9.1 - }, - "Mohammad Rafique": { - "recent_scores": [ - 10, - 14, - 5, - 5, - 11, - 23, - 9, - 20, - 96, - 57 - ], - "recent_avg": 25.0, - "recent_sr": 63.8 - }, - "Mohammad Talha": { - "recent_scores": [ - 19, - 13, - 2 - ], - "recent_avg": 11.3, - "recent_sr": 47.2 - }, - "Moin Khan": { - "recent_scores": [ - 27, - 37 - ], - "recent_avg": 32.0, - "recent_sr": 40.3 - }, - "Moniruzzaman": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 5.0 - }, - "Mosharraf Hossain": { - "recent_scores": [ - 7, - 3, - 4, - 8 - ], - "recent_avg": 5.5, - "recent_sr": 34.4 - }, - "Muhammad Musa": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 94.1 - }, - "Muhammad Shahdad": { - "recent_scores": [ - 74, - 65, - 25, - 2, - 96, - 1, - 34 - ], - "recent_avg": 42.4, - "recent_sr": 76.7 - }, - "Musa Ahmed": { - "recent_scores": [ - 6, - 8, - 61, - 17, - 29, - 4, - 0, - 11, - 21, - 42 - ], - "recent_avg": 19.9, - "recent_sr": 65.5 - }, - "Mushfiqur Rahman": { - "recent_scores": [ - 6, - 35, - 34, - 80 - ], - "recent_avg": 38.8, - "recent_sr": 32.6 - }, - "N Boje": { - "recent_scores": [ - 26, - 38, - 0, - 54, - 47, - 54, - 45, - 25, - 20, - 82 - ], - "recent_avg": 39.1, - "recent_sr": 55.7 - }, - "N Fernandes": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 38.5 - }, - "N Hussain": { - "recent_scores": [ - 59, - 19, - 171, - 17, - 48, - 146, - 24, - 147, - 47, - 43 - ], - "recent_avg": 72.1, - "recent_sr": 42.6 - }, - "N Ifill": { - "recent_scores": [ - 7, - 9 - ], - "recent_avg": 8.0, - "recent_sr": 36.4 - }, - "N Kruger": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 25.0 - }, - "NA Statham": { - "recent_scores": [ - 0, - 7 - ], - "recent_avg": 3.5, - "recent_sr": 15.6 - }, - "NA de Groot": { - "recent_scores": [ - 17, - 16, - 11, - 0, - 0, - 0 - ], - "recent_avg": 7.3, - "recent_sr": 33.8 - }, - "NAM McLean": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 71.4 - }, - "NB Mahwire": { - "recent_scores": [ - 17, - 92, - 8, - 12, - 7 - ], - "recent_avg": 27.2, - "recent_sr": 43.2 - }, - "NGRP Jayasuriya": { - "recent_scores": [ - 24, - 10, - 11, - 6, - 1, - 33, - 1, - 11, - 12, - 15 - ], - "recent_avg": 12.4, - "recent_sr": 37.6 - }, - "NJ Coffey": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 40.0 - }, - "NT Nyamhuri": { - "recent_scores": [ - 0, - 10, - 8 - ], - "recent_avg": 6.0, - "recent_sr": 24.0 - }, - "NT Pascal": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 44.4 - }, - "NV Knight": { - "recent_scores": [ - 30, - 1, - 15, - 6, - 51, - 5, - 5, - 11, - 88, - 42 - ], - "recent_avg": 25.4, - "recent_sr": 66.8 - }, - "Nafees Iqbal": { - "recent_scores": [ - 28, - 40, - 35, - 22, - 74, - 22 - ], - "recent_avg": 36.8, - "recent_sr": 42.0 - }, - "Nahid Rana": { - "recent_scores": [ - 0, - 4, - 4, - 0, - 0, - 0, - 1, - 0, - 11, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 19.8 - }, - "Nasir Aziz": { - "recent_scores": [ - 21, - 60 - ], - "recent_avg": 40.5, - "recent_sr": 64.8 - }, - "Nasir Javed": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 10.0 - }, - "Naumanullah": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 125.0 - }, - "Naved Latif": { - "recent_scores": [ - 4, - 3 - ], - "recent_avg": 3.5, - "recent_sr": 41.2 - }, - "Nishita Akter Nishi": { - "recent_scores": [ - 4, - 1, - 1, - 5, - 2 - ], - "recent_avg": 2.6, - "recent_sr": 61.9 - }, - "O Jones": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "OAC Banks": { - "recent_scores": [ - 29, - 19, - 60 - ], - "recent_avg": 36.0, - "recent_sr": 36.2 - }, - "OJ Peake": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 66.7 - }, - "OV Anderson": { - "recent_scores": [ - 46 - ], - "recent_avg": 46.0, - "recent_sr": 47.4 - }, - "P Subrayen": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 63.2 - }, - "PA Browne": { - "recent_scores": [ - 1, - 15, - 49, - 34, - 35 - ], - "recent_avg": 26.8, - "recent_sr": 73.2 - }, - "PA Jaques": { - "recent_scores": [ - 139, - 93, - 13, - 60, - 24, - 42, - 117, - 218, - 100, - 30 - ], - "recent_avg": 83.6, - "recent_sr": 53.3 - }, - "PA de Silva": { - "recent_scores": [ - 11, - 25, - 0, - 92, - 73, - 13, - 41, - 12, - 44, - 15 - ], - "recent_avg": 32.6, - "recent_sr": 79.7 - }, - "PARP Perera": { - "recent_scores": [ - 44, - 10, - 44 - ], - "recent_avg": 32.7, - "recent_sr": 111.4 - }, - "PD Macchi": { - "recent_scores": [ - 4, - 7, - 0, - 12 - ], - "recent_avg": 5.8, - "recent_sr": 46.9 - }, - "PDRL Perera": { - "recent_scores": [ - 0, - 4, - 0, - 1 - ], - "recent_avg": 1.2, - "recent_sr": 55.6 - }, - "PG Gillespie": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 18.2 - }, - "PHT Kaushal": { - "recent_scores": [ - 9, - 17, - 11, - 7, - 26, - 18, - 18 - ], - "recent_avg": 15.1, - "recent_sr": 43.3 - }, - "PJ Forrest": { - "recent_scores": [ - 3, - 0, - 12, - 53, - 24, - 0, - 26, - 3, - 2, - 7 - ], - "recent_avg": 13.0, - "recent_sr": 51.6 - }, - "PJ te Beest": { - "recent_scores": [ - 2, - 1 - ], - "recent_avg": 1.5, - "recent_sr": 5.7 - }, - "PJC Hoffmann": { - "recent_scores": [ - 5, - 7, - 18 - ], - "recent_avg": 10.0, - "recent_sr": 130.4 - }, - "PJK Mooney": { - "recent_scores": [ - 0, - 11 - ], - "recent_avg": 5.5, - "recent_sr": 137.5 - }, - "PLS Gamage": { - "recent_scores": [ - 3, - 1, - 0, - 0, - 2 - ], - "recent_avg": 1.2, - "recent_sr": 6.1 - }, - "PM Pushpakumara": { - "recent_scores": [ - 55, - 5, - 11, - 31 - ], - "recent_avg": 25.5, - "recent_sr": 45.3 - }, - "PS Masvaure": { - "recent_scores": [ - 19, - 86, - 11, - 64, - 44, - 72, - 13, - 42 - ], - "recent_avg": 43.9, - "recent_sr": 35.2 - }, - "PT Collins": { - "recent_scores": [ - 3, - 1, - 0, - 6 - ], - "recent_avg": 2.5, - "recent_sr": 15.2 - }, - "PW Gunaratne": { - "recent_scores": [ - 15 - ], - "recent_avg": 15.0, - "recent_sr": 100.0 - }, - "PWDM Badalge": { - "recent_scores": [ - 7, - 9, - 2 - ], - "recent_avg": 6.0, - "recent_sr": 51.4 - }, - "Pratika Rawal": { - "recent_scores": [ - 81 - ], - "recent_avg": 81.0, - "recent_sr": 44.8 - }, - "Priya Mishra": { - "recent_scores": [ - 1, - 5, - 0, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 19.4 - }, - "Qaiser Ali": { - "recent_scores": [ - 10, - 15, - 0, - 1, - 12 - ], - "recent_avg": 7.6, - "recent_sr": 38.8 - }, - "R Clarke": { - "recent_scores": [ - 82, - 14 - ], - "recent_avg": 48.0, - "recent_sr": 37.9 - }, - "R MacDonald-Gay": { - "recent_scores": [ - 16, - 6 - ], - "recent_avg": 11.0, - "recent_sr": 18.6 - }, - "R Murray": { - "recent_scores": [ - 47, - 5, - 8, - 16, - 32 - ], - "recent_avg": 21.6, - "recent_sr": 60.0 - }, - "R Ntozakhe": { - "recent_scores": [ - 3, - 1, - 3, - 1, - 0, - 0, - 0 - ], - "recent_avg": 1.1, - "recent_sr": 26.7 - }, - "R Ugarkar": { - "recent_scores": [ - 0, - 4, - 2, - 0, - 0 - ], - "recent_avg": 1.2, - "recent_sr": 30.0 - }, - "R Walters": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "RA Jones": { - "recent_scores": [ - 17, - 63, - 16 - ], - "recent_avg": 32.0, - "recent_sr": 51.3 - }, - "RA Mariu": { - "recent_scores": [ - 58, - 18 - ], - "recent_avg": 38.0, - "recent_sr": 81.7 - }, - "RA Rolfe": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "RAP Nissanka": { - "recent_scores": [ - 7, - 6, - 5, - 11, - 0, - 2 - ], - "recent_avg": 5.2, - "recent_sr": 36.0 - }, - "RC Irani": { - "recent_scores": [ - 0, - 12, - 7, - 10, - 20, - 13, - 2, - 3, - 12, - 39 - ], - "recent_avg": 11.8, - "recent_sr": 58.4 - }, - "RD Jacobs": { - "recent_scores": [ - 0, - 107, - 29, - 11, - 26 - ], - "recent_avg": 34.6, - "recent_sr": 45.3 - }, - "RD Shah": { - "recent_scores": [ - 4, - 71, - 39, - 7, - 0, - 33, - 1, - 46, - 14, - 34 - ], - "recent_avg": 24.9, - "recent_sr": 61.6 - }, - "RD Steede": { - "recent_scores": [ - 9, - 6 - ], - "recent_avg": 7.5, - "recent_sr": 68.2 - }, - "RDM Leverock": { - "recent_scores": [ - 5, - 4, - 4, - 9, - 1, - 9, - 0, - 5, - 8 - ], - "recent_avg": 5.0, - "recent_sr": 37.2 - }, - "RH Scholte": { - "recent_scores": [ - 7, - 1 - ], - "recent_avg": 4.0, - "recent_sr": 25.8 - }, - "RJ Rolls": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "RJ van Vuuren": { - "recent_scores": [ - 0, - 0, - 0, - 12, - 14 - ], - "recent_avg": 5.2, - "recent_sr": 68.4 - }, - "RK Whelan": { - "recent_scores": [ - 0, - 5 - ], - "recent_avg": 2.5, - "recent_sr": 41.7 - }, - "RL Johnson": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 26.1 - }, - "RL Powell": { - "recent_scores": [ - 23 - ], - "recent_avg": 23.0, - "recent_sr": 59.0 - }, - "RMMP Rathnayake": { - "recent_scores": [ - 35, - 27, - 39, - 7, - 62, - 82 - ], - "recent_avg": 42.0, - "recent_sr": 56.8 - }, - "RN Bhatia": { - "recent_scores": [ - 3, - 0, - 8, - 3, - 1, - 8, - 2, - 2, - 24 - ], - "recent_avg": 5.7, - "recent_sr": 44.7 - }, - "RO Hinds": { - "recent_scores": [ - 4, - 43, - 15, - 33, - 47, - 25, - 36 - ], - "recent_avg": 29.0, - "recent_sr": 35.2 - }, - "RO Hurley": { - "recent_scores": [ - 6, - 2 - ], - "recent_avg": 4.0, - "recent_sr": 47.1 - }, - "RO Hussain": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 50.0 - }, - "RP Alexander": { - "recent_scores": [ - 8, - 26 - ], - "recent_avg": 17.0, - "recent_sr": 42.0 - }, - "RP Lefebvre": { - "recent_scores": [ - 30, - 4, - 6, - 3 - ], - "recent_avg": 10.8, - "recent_sr": 63.2 - }, - "RR Beaton": { - "recent_scores": [ - 12, - 3 - ], - "recent_avg": 7.5, - "recent_sr": 27.8 - }, - "RR Ramdass": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 11.1 - }, - "RS Higgins": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 9.5 - }, - "RS Kaluwitharana": { - "recent_scores": [ - 0, - 2, - 36, - 14, - 54, - 18, - 0, - 52 - ], - "recent_avg": 22.0, - "recent_sr": 71.5 - }, - "RT Crandon": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 55.6 - }, - "RW Sims": { - "recent_scores": [ - 24 - ], - "recent_avg": 24.0, - "recent_sr": 37.5 - }, - "RW Staple": { - "recent_scores": [ - 4, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 30.8 - }, - "Rajin Saleh": { - "recent_scores": [ - 0, - 0, - 21, - 54, - 62, - 48, - 100, - 9, - 0, - 37 - ], - "recent_avg": 33.1, - "recent_sr": 33.1 - }, - "Rashid Latif": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 18.9 - }, - "Rashid Zia": { - "recent_scores": [ - 1, - 8 - ], - "recent_avg": 4.5, - "recent_sr": 15.5 - }, - "Reon King": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 25.0 - }, - "Robiul Islam": { - "recent_scores": [ - 0, - 6, - 33, - 28, - 0, - 11, - 0, - 12, - 9 - ], - "recent_avg": 11.0, - "recent_sr": 48.8 - }, - "Rumman Raees": { - "recent_scores": [ - 5, - 16, - 6, - 0 - ], - "recent_avg": 6.8, - "recent_sr": 108.0 - }, - "S Baker": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 8.9 - }, - "S Chattergoon": { - "recent_scores": [ - 19, - 57 - ], - "recent_avg": 38.0, - "recent_sr": 58.0 - }, - "S Daniel": { - "recent_scores": [ - 14, - 6, - 14, - 0, - 98, - 50, - 50, - 66, - 4, - 16 - ], - "recent_avg": 31.8, - "recent_sr": 102.6 - }, - "S Dhamala": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 30.0 - }, - "S Jyoti": { - "recent_scores": [ - 16, - 3 - ], - "recent_avg": 9.5, - "recent_sr": 44.2 - }, - "S Kalyan": { - "recent_scores": [ - 21, - 19, - 4, - 11 - ], - "recent_avg": 13.8, - "recent_sr": 43.0 - }, - "S Mukuddem": { - "recent_scores": [ - 0, - 13, - 57, - 20 - ], - "recent_avg": 22.5, - "recent_sr": 60.0 - }, - "S Naidu": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Qeshile": { - "recent_scores": [ - 22 - ], - "recent_avg": 22.0, - "recent_sr": 91.7 - }, - "S Thuraisingam": { - "recent_scores": [ - 1, - 6, - 13, - 6 - ], - "recent_avg": 6.5, - "recent_sr": 55.3 - }, - "SA Millanta": { - "recent_scores": [ - 15, - 0 - ], - "recent_avg": 7.5, - "recent_sr": 78.9 - }, - "SC Joseph": { - "recent_scores": [ - 14, - 25 - ], - "recent_avg": 19.5, - "recent_sr": 38.2 - }, - "SC Meaker": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 11.1 - }, - "SD Heazlett": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 36.4 - }, - "SD Udal": { - "recent_scores": [ - 33, - 18 - ], - "recent_avg": 25.5, - "recent_sr": 58.6 - }, - "SF Burger": { - "recent_scores": [ - 6, - 5 - ], - "recent_avg": 5.5, - "recent_sr": 55.0 - }, - "SG Satghare": { - "recent_scores": [ - 19, - 10 - ], - "recent_avg": 14.5, - "recent_sr": 26.4 - }, - "SG Whittingham": { - "recent_scores": [ - 1, - 3, - 1 - ], - "recent_avg": 1.7, - "recent_sr": 33.3 - }, - "SJ Andrews": { - "recent_scores": [ - 15, - 15 - ], - "recent_avg": 15.0, - "recent_sr": 50.0 - }, - "SJ Cameron": { - "recent_scores": [ - 8, - 1 - ], - "recent_avg": 4.5, - "recent_sr": 69.2 - }, - "SJ Harmison": { - "recent_scores": [ - 12, - 19, - 7, - 7, - 7, - 49, - 1, - 9, - 0, - 9 - ], - "recent_avg": 12.0, - "recent_sr": 50.8 - }, - "SJ Massiah": { - "recent_scores": [ - 23, - 0 - ], - "recent_avg": 11.5, - "recent_sr": 48.9 - }, - "SJ Swanepoel": { - "recent_scores": [ - 2, - 9, - 8, - 1, - 23 - ], - "recent_avg": 8.6, - "recent_sr": 43.4 - }, - "SKW Kelly": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 140.0 - }, - "SL Stewart": { - "recent_scores": [ - 14, - 2, - 6, - 4 - ], - "recent_avg": 6.5, - "recent_sr": 44.1 - }, - "SM Boland": { - "recent_scores": [ - 0, - 6, - 15, - 21, - 0, - 6, - 9, - 21, - 0, - 0 - ], - "recent_avg": 7.8, - "recent_sr": 28.9 - }, - "SM Ervine": { - "recent_scores": [ - 59 - ], - "recent_avg": 59.0, - "recent_sr": 53.6 - }, - "SM Warnapura": { - "recent_scores": [ - 31, - 65, - 2, - 8, - 61, - 90, - 62, - 66, - 115, - 35 - ], - "recent_avg": 53.5, - "recent_sr": 59.1 - }, - "SO Dowrich": { - "recent_scores": [ - 45, - 0, - 81, - 57, - 31, - 116, - 40, - 68, - 30, - 26 - ], - "recent_avg": 49.4, - "recent_sr": 50.1 - }, - "SP Jones": { - "recent_scores": [ - 15, - 31, - 20, - 19, - 11 - ], - "recent_avg": 19.2, - "recent_sr": 53.3 - }, - "SP de Alwis": { - "recent_scores": [ - 6, - 22 - ], - "recent_avg": 14.0, - "recent_sr": 52.8 - }, - "SR Clark": { - "recent_scores": [ - 6, - 32, - 1, - 31, - 1, - 0, - 1, - 4, - 3, - 32 - ], - "recent_avg": 11.1, - "recent_sr": 69.4 - }, - "SR Hain": { - "recent_scores": [ - 17, - 89 - ], - "recent_avg": 53.0, - "recent_sr": 106.0 - }, - "SR Waters": { - "recent_scores": [ - 2, - 3, - 17, - 16, - 14, - 0, - 15 - ], - "recent_avg": 9.6, - "recent_sr": 45.6 - }, - "SS Sawh": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 16.7 - }, - "SSD Arachchige": { - "recent_scores": [ - 32, - 24, - 32, - 22, - 18, - 4, - 70, - 10, - 0, - 2 - ], - "recent_avg": 21.4, - "recent_sr": 99.1 - }, - "ST Gabriel": { - "recent_scores": [ - 0, - 8, - 0, - 2, - 2, - 1, - 0, - 9, - 0, - 2 - ], - "recent_avg": 2.4, - "recent_sr": 27.9 - }, - "SV Bahutule": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 84.6 - }, - "SV Carlisle": { - "recent_scores": [ - 11, - 20, - 20, - 123, - 37 - ], - "recent_avg": 42.2, - "recent_sr": 38.8 - }, - "SW Ambris": { - "recent_scores": [ - 11, - 62, - 56, - 12, - 7, - 18 - ], - "recent_avg": 27.7, - "recent_sr": 46.6 - }, - "SW Currie": { - "recent_scores": [ - 5, - 5 - ], - "recent_avg": 5.0, - "recent_sr": 52.6 - }, - "Saad Ali": { - "recent_scores": [ - 4, - 7 - ], - "recent_avg": 5.5, - "recent_sr": 47.8 - }, - "Saad Masood": { - "recent_scores": [ - 38 - ], - "recent_avg": 38.0, - "recent_sr": 86.4 - }, - "Sabahat Rasheed": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 66.7 - }, - "Sabir Ali": { - "recent_scores": [ - 0, - 7, - 5 - ], - "recent_avg": 4.0, - "recent_sr": 92.3 - }, - "Saeed Anwar": { - "recent_scores": [ - 40, - 101, - 25, - 29, - 23 - ], - "recent_avg": 43.6, - "recent_sr": 68.6 - }, - "Sajjida Shah": { - "recent_scores": [ - 7, - 36, - 34 - ], - "recent_avg": 25.7, - "recent_sr": 44.8 - }, - "Saleem Elahi": { - "recent_scores": [ - 10, - 57 - ], - "recent_avg": 33.5, - "recent_sr": 29.3 - }, - "Salman Faris": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Sami Aslam": { - "recent_scores": [ - 40, - 53, - 11, - 37, - 96, - 26, - 91, - 56, - 134, - 15 - ], - "recent_avg": 55.9, - "recent_sr": 38.2 - }, - "Sami Faridi": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 61.5 - }, - "Sana Javed": { - "recent_scores": [ - 12, - 32, - 24 - ], - "recent_avg": 22.7, - "recent_sr": 50.0 - }, - "Sanwar Hossain": { - "recent_scores": [ - 19, - 27, - 3, - 7, - 16, - 5, - 11, - 2, - 25 - ], - "recent_avg": 12.8, - "recent_sr": 56.7 - }, - "Saqib Ali": { - "recent_scores": [ - 19, - 10 - ], - "recent_avg": 14.5, - "recent_sr": 54.7 - }, - "Saqlain Mushtaq": { - "recent_scores": [ - 20, - 10, - 4 - ], - "recent_avg": 11.3, - "recent_sr": 21.5 - }, - "Saud Shakeel": { - "recent_scores": [ - 14, - 15, - 77, - 38, - 45, - 86, - 23, - 98, - 134, - 35 - ], - "recent_avg": 56.5, - "recent_sr": 53.8 - }, - "Shabbir Ahmed": { - "recent_scores": [ - 0, - 24, - 17 - ], - "recent_avg": 13.7, - "recent_sr": 46.6 - }, - "Shahid Ahmadzai": { - "recent_scores": [ - 10, - 0, - 2, - 5, - 13, - 8 - ], - "recent_avg": 6.3, - "recent_sr": 57.6 - }, - "Shahriar Hossain": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Shahriar Nafees": { - "recent_scores": [ - 40, - 47, - 54, - 97, - 28, - 25, - 82, - 59, - 25, - 100 - ], - "recent_avg": 55.7, - "recent_sr": 60.4 - }, - "Shamyl Hussain": { - "recent_scores": [ - 6, - 4 - ], - "recent_avg": 5.0, - "recent_sr": 32.3 - }, - "Shathira Jakir": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Skhawat Ali": { - "recent_scores": [ - 10, - 0, - 8 - ], - "recent_avg": 6.0, - "recent_sr": 30.0 - }, - "Subashis Roy": { - "recent_scores": [ - 14, - 0, - 0, - 0 - ], - "recent_avg": 3.5, - "recent_sr": 23.3 - }, - "Sultana Yesmin": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Sunzamul Islam": { - "recent_scores": [ - 24 - ], - "recent_avg": 24.0, - "recent_sr": 42.1 - }, - "Suraiya Azmin": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Surya Tamang": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 30.3 - }, - "T Duffin": { - "recent_scores": [ - 58 - ], - "recent_avg": 58.0, - "recent_sr": 42.6 - }, - "T Kaitano": { - "recent_scores": [ - 40, - 12, - 40, - 94 - ], - "recent_avg": 46.5, - "recent_sr": 29.1 - }, - "T Kamungozi": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 50.0 - }, - "T Mayes": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 21.6 - }, - "T Mufudza": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 11.1 - }, - "T Mupariwa": { - "recent_scores": [ - 1, - 1, - 18, - 0, - 0, - 1, - 0, - 0, - 1, - 0 - ], - "recent_avg": 2.2, - "recent_sr": 55.0 - }, - "T Wilson": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 175.0 - }, - "TBM de Leede": { - "recent_scores": [ - 14, - 21, - 0, - 4, - 0, - 1, - 15, - 58, - 0 - ], - "recent_avg": 12.6, - "recent_sr": 53.8 - }, - "TC Bastiampillai": { - "recent_scores": [ - 1, - 11, - 8, - 49, - 20 - ], - "recent_avg": 17.8, - "recent_sr": 54.6 - }, - "TCB Fernando": { - "recent_scores": [ - 14, - 1, - 3 - ], - "recent_avg": 6.0, - "recent_sr": 46.2 - }, - "TJ Bishop": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "TJ Friend": { - "recent_scores": [ - 7, - 4, - 4, - 82, - 5, - 9, - 21 - ], - "recent_avg": 18.9, - "recent_sr": 75.4 - }, - "TJ Heggelman": { - "recent_scores": [ - 22, - 1 - ], - "recent_avg": 11.5, - "recent_sr": 32.4 - }, - "TK Canning": { - "recent_scores": [ - 13, - 0 - ], - "recent_avg": 6.5, - "recent_sr": 52.0 - }, - "TL Chivanga": { - "recent_scores": [ - 4, - 0, - 32, - 1, - 12, - 13, - 9 - ], - "recent_avg": 10.1, - "recent_sr": 32.7 - }, - "TMK Mawoyo": { - "recent_scores": [ - 18, - 82, - 61, - 58, - 15, - 8, - 59, - 4, - 57, - 175 - ], - "recent_avg": 53.7, - "recent_sr": 36.0 - }, - "TR Ambrose": { - "recent_scores": [ - 76, - 4, - 41, - 48, - 4, - 67, - 3, - 0, - 42, - 107 - ], - "recent_avg": 39.2, - "recent_sr": 49.2 - }, - "TR Gripper": { - "recent_scores": [ - 9, - 62, - 53 - ], - "recent_avg": 41.3, - "recent_sr": 39.9 - }, - "TS Hasabnis": { - "recent_scores": [ - 28, - 2, - 53, - 0, - 15, - 42 - ], - "recent_avg": 23.3, - "recent_sr": 76.1 - }, - "TS Nethula": { - "recent_scores": [ - 3, - 9, - 0 - ], - "recent_avg": 4.0, - "recent_sr": 109.1 - }, - "TS Roland-Jones": { - "recent_scores": [ - 13, - 6, - 15, - 48 - ], - "recent_avg": 20.5, - "recent_sr": 68.9 - }, - "TT Samaraweera": { - "recent_scores": [ - 12, - 11, - 56, - 83, - 17, - 83, - 0, - 21, - 101, - 56 - ], - "recent_avg": 44.0, - "recent_sr": 38.4 - }, - "TV Mufambisi": { - "recent_scores": [ - 5, - 18, - 21, - 1 - ], - "recent_avg": 11.2, - "recent_sr": 63.4 - }, - "TW Hartley": { - "recent_scores": [ - 26, - 20, - 25, - 57, - 57 - ], - "recent_avg": 37.0, - "recent_sr": 65.1 - }, - "Tabarak Dar": { - "recent_scores": [ - 21, - 24 - ], - "recent_avg": 22.5, - "recent_sr": 47.4 - }, - "Taijul Islam": { - "recent_scores": [ - 17, - 38, - 20, - 4, - 39, - 6, - 20, - 4, - 30, - 29 - ], - "recent_avg": 20.7, - "recent_sr": 41.1 - }, - "Talha Jubair": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 50.0 - }, - "Tanbir Hayder": { - "recent_scores": [ - 3, - 2 - ], - "recent_avg": 2.5, - "recent_sr": 29.4 - }, - "Tanvir Ahmed (1)": { - "recent_scores": [ - 54, - 61, - 7, - 18, - 30 - ], - "recent_avg": 34.0, - "recent_sr": 62.5 - }, - "Tapash Baisya": { - "recent_scores": [ - 18, - 29, - 66, - 14, - 6 - ], - "recent_avg": 26.6, - "recent_sr": 91.1 - }, - "Tareq Aziz": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 18.2 - }, - "Tasqeen Qadeer": { - "recent_scores": [ - 27, - 13, - 8 - ], - "recent_avg": 16.0, - "recent_sr": 33.3 - }, - "Taufeeq Umar": { - "recent_scores": [ - 20, - 33, - 107, - 19, - 6, - 23, - 58, - 133, - 61, - 58 - ], - "recent_avg": 51.8, - "recent_sr": 47.2 - }, - "Tharika Sewwandi": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "Tushar Imran": { - "recent_scores": [ - 34, - 3 - ], - "recent_avg": 18.5, - "recent_sr": 34.6 - }, - "UDU Chandana": { - "recent_scores": [ - 49, - 70, - 76 - ], - "recent_avg": 65.0, - "recent_sr": 62.3 - }, - "Urooj Mumtaz": { - "recent_scores": [ - 7, - 2, - 26 - ], - "recent_avg": 11.7, - "recent_sr": 35.4 - }, - "Usman Khan (2)": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 66.7 - }, - "Usman Rafiq": { - "recent_scores": [ - 28, - 0 - ], - "recent_avg": 14.0, - "recent_sr": 66.7 - }, - "Usman Salahuddin": { - "recent_scores": [ - 37 - ], - "recent_avg": 37.0, - "recent_sr": 30.8 - }, - "V Permaul": { - "recent_scores": [ - 5, - 26, - 16, - 23, - 18, - 20, - 14, - 13, - 10 - ], - "recent_avg": 16.1, - "recent_sr": 50.0 - }, - "VAB Tewarie": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 18.2 - }, - "VC Drakes": { - "recent_scores": [ - 27, - 48 - ], - "recent_avg": 37.5, - "recent_sr": 50.3 - }, - "VCE Wattenberg": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Vaishnavi Sharma": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 200.0 - }, - "W Mwayenga": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 9.1 - }, - "W O'Rourke": { - "recent_scores": [ - 19, - 0, - 1, - 0, - 5, - 1, - 5, - 3, - 0, - 0 - ], - "recent_avg": 3.4, - "recent_sr": 16.8 - }, - "W Sutherland": { - "recent_scores": [ - 18 - ], - "recent_avg": 18.0, - "recent_sr": 54.5 - }, - "WA Agar": { - "recent_scores": [ - 41, - 9 - ], - "recent_avg": 25.0, - "recent_sr": 116.3 - }, - "WCA Ganegama": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 87.5 - }, - "WD Balaji Rao": { - "recent_scores": [ - 5, - 9, - 1, - 1, - 6 - ], - "recent_avg": 4.4, - "recent_sr": 51.2 - }, - "WF Stelling": { - "recent_scores": [ - 1, - 39 - ], - "recent_avg": 20.0, - "recent_sr": 102.6 - }, - "WS Jayantha": { - "recent_scores": [ - 0, - 21, - 23, - 36, - 51, - 46, - 5, - 23, - 1 - ], - "recent_avg": 22.9, - "recent_sr": 64.0 - }, - "Waqar Younis": { - "recent_scores": [ - 9, - 43 - ], - "recent_avg": 26.0, - "recent_sr": 73.2 - }, - "Wasim Akram": { - "recent_scores": [ - 10, - 1, - 7, - 20, - 33 - ], - "recent_avg": 14.2, - "recent_sr": 98.6 - }, - "Y Punja": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 14.3 - }, - "Yasir Hameed": { - "recent_scores": [ - 5, - 36, - 58, - 35, - 65, - 42, - 8, - 46, - 38, - 36 - ], - "recent_avg": 36.9, - "recent_sr": 58.1 - }, - "Yousuf Youhana": { - "recent_scores": [ - 28, - 61, - 8, - 50, - 54 - ], - "recent_avg": 40.2, - "recent_sr": 76.1 - }, - "Z Crawley": { - "recent_scores": [ - 17, - 42, - 94, - 120, - 0, - 78, - 84, - 40, - 19, - 69 - ], - "recent_avg": 56.3, - "recent_sr": 63.0 - }, - "ZE Surkari": { - "recent_scores": [ - 34, - 1, - 10, - 27, - 26, - 6, - 3, - 20 - ], - "recent_avg": 15.9, - "recent_sr": 42.5 - }, - "Zafar Gohar": { - "recent_scores": [ - 71 - ], - "recent_avg": 71.0, - "recent_sr": 55.9 - }, - "Zahid Mahmood": { - "recent_scores": [ - 0, - 2, - 0, - 18 - ], - "recent_avg": 5.0, - "recent_sr": 18.2 - }, - "Zahid Shah": { - "recent_scores": [ - 6, - 5 - ], - "recent_avg": 5.5, - "recent_sr": 55.0 - }, - "Zain Abbas": { - "recent_scores": [ - 26 - ], - "recent_avg": 26.0, - "recent_sr": 47.3 - }, - "Zeeshan Siddiqi": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 33.3 - }, - "Zubayr Hamza": { - "recent_scores": [ - 37, - 58, - 31, - 12, - 23, - 43, - 62, - 41 - ], - "recent_avg": 38.4, - "recent_sr": 41.5 - }, - "A Ayre": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Lyth": { - "recent_scores": [ - 29, - 14, - 22, - 7, - 43, - 131, - 19 - ], - "recent_avg": 37.9, - "recent_sr": 49.8 - }, - "AC McDermott": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "AI Ross": { - "recent_scores": [ - 26, - 4, - 2, - 0, - 104, - 10, - 8, - 42, - 86 - ], - "recent_avg": 31.3, - "recent_sr": 106.0 - }, - "AJ Crosthwaite": { - "recent_scores": [ - 8, - 26, - 10, - 10, - 36, - 30 - ], - "recent_avg": 20.0, - "recent_sr": 100.0 - }, - "AJ Doolan": { - "recent_scores": [ - 5, - 57, - 13, - 116 - ], - "recent_avg": 47.8, - "recent_sr": 41.6 - }, - "AJ Hose": { - "recent_scores": [ - 36, - 2, - 36, - 34 - ], - "recent_avg": 27.0, - "recent_sr": 81.8 - }, - "AJ Nair": { - "recent_scores": [ - 30, - 60, - 36, - 0, - 8, - 22, - 2, - 34, - 22, - 10 - ], - "recent_avg": 22.4, - "recent_sr": 121.7 - }, - "AK Heal": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "AL Fekete": { - "recent_scores": [ - 2, - 2, - 0, - 2 - ], - "recent_avg": 1.5, - "recent_sr": 25.0 - }, - "AR Beadle": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 100.0 - }, - "AR Keath": { - "recent_scores": [ - 12, - 8 - ], - "recent_avg": 10.0, - "recent_sr": 90.9 - }, - "AW O'Brien": { - "recent_scores": [ - 8, - 10, - 20, - 6, - 28, - 8, - 16, - 2, - 26, - 0 - ], - "recent_avg": 12.4, - "recent_sr": 93.9 - }, - "AW Robinson": { - "recent_scores": [ - 50, - 8, - 38, - 2, - 44 - ], - "recent_avg": 28.4, - "recent_sr": 118.3 - }, - "B Doggett": { - "recent_scores": [ - 13, - 7 - ], - "recent_avg": 10.0, - "recent_sr": 39.2 - }, - "B Nikitaras": { - "recent_scores": [ - 2, - 16 - ], - "recent_avg": 9.0, - "recent_sr": 64.3 - }, - "BAC Howell": { - "recent_scores": [ - 2, - 22, - 0, - 44, - 86, - 0 - ], - "recent_avg": 25.7, - "recent_sr": 183.3 - }, - "BD Macdonald": { - "recent_scores": [ - 22, - 66, - 6, - 74 - ], - "recent_avg": 42.0, - "recent_sr": 158.5 - }, - "BE Young": { - "recent_scores": [ - 18, - 6 - ], - "recent_avg": 12.0, - "recent_sr": 75.0 - }, - "BG Drew": { - "recent_scores": [ - 10, - 20 - ], - "recent_avg": 15.0, - "recent_sr": 60.0 - }, - "BJ Holt": { - "recent_scores": [ - 34, - 4, - 0, - 46, - 2, - 8, - 74 - ], - "recent_avg": 24.0, - "recent_sr": 92.3 - }, - "BJ Webster": { - "recent_scores": [ - 71, - 14, - 62, - 74, - 81, - 31, - 23, - 96 - ], - "recent_avg": 56.5, - "recent_sr": 61.6 - }, - "BL Couch": { - "recent_scores": [ - 0, - 0, - 52, - 44, - 12, - 38, - 20, - 0, - 4, - 10 - ], - "recent_avg": 18.0, - "recent_sr": 113.9 - }, - "BM Edmondson": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "BS Dean": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 50.0 - }, - "C Kellaway": { - "recent_scores": [ - 38, - 0, - 14, - 2, - 66, - 58, - 28, - 56, - 82, - 26 - ], - "recent_avg": 37.0, - "recent_sr": 117.1 - }, - "C Stow": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "C Valente": { - "recent_scores": [ - 2, - 24, - 10, - 10, - 38, - 8, - 34, - 42 - ], - "recent_avg": 21.0, - "recent_sr": 110.5 - }, - "CA Philipson": { - "recent_scores": [ - 4, - 4 - ], - "recent_avg": 4.0, - "recent_sr": 26.7 - }, - "CA Rose": { - "recent_scores": [ - 2, - 14, - 8, - 2, - 28, - 10, - 54, - 64, - 0, - 8 - ], - "recent_avg": 19.0, - "recent_sr": 158.3 - }, - "CA Wakim": { - "recent_scores": [ - 0, - 0, - 24, - 32, - 14, - 24, - 40 - ], - "recent_avg": 19.1, - "recent_sr": 84.8 - }, - "CD Hartley": { - "recent_scores": [ - 18, - 8, - 46, - 14, - 20, - 22, - 10, - 8, - 14 - ], - "recent_avg": 17.8, - "recent_sr": 101.3 - }, - "CD Hinchliffe": { - "recent_scores": [ - 12, - 2, - 4, - 30, - 2, - 4, - 2, - 26, - 2, - 50 - ], - "recent_avg": 13.4, - "recent_sr": 91.8 - }, - "CJ Borgas": { - "recent_scores": [ - 16, - 10, - 12, - 8, - 10, - 22, - 16, - 30, - 62, - 48 - ], - "recent_avg": 23.4, - "recent_sr": 91.4 - }, - "CJ Rocchiccioli": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "CJ Simmons": { - "recent_scores": [ - 50, - 2, - 2, - 26, - 10, - 30, - 92, - 42, - 34, - 30 - ], - "recent_avg": 31.8, - "recent_sr": 109.7 - }, - "CJL Rogers": { - "recent_scores": [ - 43, - 52, - 58, - 222, - 105, - 151, - 126, - 110, - 30, - 7 - ], - "recent_avg": 90.4, - "recent_sr": 58.2 - }, - "CJM Sabburg": { - "recent_scores": [ - 6, - 14, - 32, - 38 - ], - "recent_avg": 22.5, - "recent_sr": 76.3 - }, - "CP Jewell": { - "recent_scores": [ - 28, - 8, - 0, - 26, - 80, - 10, - 152, - 2, - 44, - 14 - ], - "recent_avg": 36.4, - "recent_sr": 111.0 - }, - "CP Simpson": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 160.0 - }, - "CS Delport": { - "recent_scores": [ - 0, - 4, - 74, - 68, - 4, - 28, - 24, - 50, - 100, - 6 - ], - "recent_avg": 35.8, - "recent_sr": 111.9 - }, - "CS Sandri": { - "recent_scores": [ - 34, - 10, - 9, - 30, - 31, - 19, - 27, - 41 - ], - "recent_avg": 25.1, - "recent_sr": 109.2 - }, - "CT Bancroft": { - "recent_scores": [ - 29, - 15, - 103, - 62, - 58, - 0, - 53, - 25, - 14, - 87 - ], - "recent_avg": 44.6, - "recent_sr": 42.8 - }, - "D Warren": { - "recent_scores": [ - 14, - 6, - 6 - ], - "recent_avg": 8.7, - "recent_sr": 86.7 - }, - "DJ Pattinson": { - "recent_scores": [ - 21 - ], - "recent_avg": 21.0, - "recent_sr": 42.0 - }, - "DJM Moody": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 53.3 - }, - "DLR Smith": { - "recent_scores": [ - 8, - 0, - 12, - 24, - 10, - 12, - 0, - 2, - 4, - 0 - ], - "recent_avg": 7.2, - "recent_sr": 66.7 - }, - "DMK Grant": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "DP Hughes": { - "recent_scores": [ - 14, - 26, - 30, - 60, - 120, - 50, - 22, - 0, - 2, - 84 - ], - "recent_avg": 40.8, - "recent_sr": 119.3 - }, - "DR Briggs": { - "recent_scores": [ - 4, - 4, - 8, - 4, - 20, - 0, - 70 - ], - "recent_avg": 15.7, - "recent_sr": 141.0 - }, - "DR Drew": { - "recent_scores": [ - 32, - 20, - 24, - 46 - ], - "recent_avg": 30.5, - "recent_sr": 113.0 - }, - "DR Salpietro": { - "recent_scores": [ - 24, - 2 - ], - "recent_avg": 13.0, - "recent_sr": 48.1 - }, - "DW Lawrence": { - "recent_scores": [ - 40, - 16, - 64, - 8, - 132, - 57, - 25, - 81, - 0, - 96 - ], - "recent_avg": 51.9, - "recent_sr": 63.1 - }, - "Dilbar Hussain": { - "recent_scores": [ - 16, - 16 - ], - "recent_avg": 16.0, - "recent_sr": 100.0 - }, - "EJM Cowan": { - "recent_scores": [ - 14, - 62, - 94, - 48, - 61, - 40, - 36, - 60, - 53, - 39 - ], - "recent_avg": 50.7, - "recent_sr": 38.6 - }, - "EP Gulbis": { - "recent_scores": [ - 0, - 8, - 74, - 74, - 8, - 2, - 20, - 38, - 28, - 26 - ], - "recent_avg": 27.8, - "recent_sr": 133.7 - }, - "F O'Neill": { - "recent_scores": [ - 12, - 32, - 4, - 24, - 6, - 6, - 18, - 18 - ], - "recent_avg": 15.0, - "recent_sr": 93.8 - }, - "GA West": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "GD Putland": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "GS Sandhu": { - "recent_scores": [ - 30, - 0, - 14, - 10, - 32, - 8, - 0, - 4, - 26, - 4 - ], - "recent_avg": 12.8, - "recent_sr": 112.3 - }, - "H Kerr": { - "recent_scores": [ - 52, - 50, - 0, - 24, - 42 - ], - "recent_avg": 33.6, - "recent_sr": 129.2 - }, - "H McKenzie": { - "recent_scores": [ - 14, - 8, - 12 - ], - "recent_avg": 11.3, - "recent_sr": 141.7 - }, - "HD Weibgen": { - "recent_scores": [ - 48, - 2, - 56, - 20, - 60, - 76, - 16, - 22, - 2, - 12 - ], - "recent_avg": 31.4, - "recent_sr": 98.1 - }, - "HJ Hunt": { - "recent_scores": [ - 6, - 98, - 0, - 30, - 54, - 50, - 24, - 36, - 10 - ], - "recent_avg": 34.2, - "recent_sr": 102.7 - }, - "HJ Nielsen": { - "recent_scores": [ - 14, - 0, - 0, - 16, - 100, - 2, - 4, - 34, - 4, - 36 - ], - "recent_avg": 21.0, - "recent_sr": 129.6 - }, - "HNA Conway": { - "recent_scores": [ - 6, - 10, - 2, - 2, - 12 - ], - "recent_avg": 6.4, - "recent_sr": 84.2 - }, - "HP Kingston": { - "recent_scores": [ - 0, - 34, - 24 - ], - "recent_avg": 19.3, - "recent_sr": 161.1 - }, - "HT Dixon": { - "recent_scores": [ - 2, - 22, - 2, - 26 - ], - "recent_avg": 13.0, - "recent_sr": 108.3 - }, - "HTRY Thornton": { - "recent_scores": [ - 24, - 4, - 8, - 0, - 56, - 4, - 8, - 2, - 6 - ], - "recent_avg": 12.4, - "recent_sr": 91.8 - }, - "IA Cockbain": { - "recent_scores": [ - 28, - 4, - 62 - ], - "recent_avg": 31.3, - "recent_sr": 123.7 - }, - "IA Moran": { - "recent_scores": [ - 40, - 2 - ], - "recent_avg": 21.0, - "recent_sr": 123.5 - }, - "Izharulhaq Naveed": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 33.3 - }, - "J Avendano": { - "recent_scores": [ - 2, - 2, - 0, - 24, - 104, - 46, - 12, - 12, - 16, - 34 - ], - "recent_avg": 25.2, - "recent_sr": 112.5 - }, - "J Brown": { - "recent_scores": [ - 0, - 10 - ], - "recent_avg": 5.0, - "recent_sr": 100.0 - }, - "J Clayton": { - "recent_scores": [ - 12, - 30 - ], - "recent_avg": 21.0, - "recent_sr": 91.3 - }, - "J Merlo": { - "recent_scores": [ - 28, - 6, - 16, - 2, - 4, - 10, - 30, - 2, - 8, - 4 - ], - "recent_avg": 11.0, - "recent_sr": 83.3 - }, - "J Morgan": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 20.0 - }, - "J Seymour": { - "recent_scores": [ - 26, - 6, - 40, - 12, - 4, - 48, - 50, - 6, - 34, - 16 - ], - "recent_avg": 24.2, - "recent_sr": 133.0 - }, - "J Wadia": { - "recent_scores": [ - 2, - 14, - 4, - 2, - 68, - 14 - ], - "recent_avg": 17.3, - "recent_sr": 133.3 - }, - "J Weatherald": { - "recent_scores": [ - 55, - 15, - 19, - 89, - 23 - ], - "recent_avg": 40.2, - "recent_sr": 69.6 - }, - "JA Chohan": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 125.0 - }, - "JA Prestwidge": { - "recent_scores": [ - 20, - 12, - 20, - 44, - 2, - 38, - 28, - 0, - 28, - 12 - ], - "recent_avg": 20.4, - "recent_sr": 113.3 - }, - "JA Thompson": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "JC Silk": { - "recent_scores": [ - 34, - 12, - 24, - 0, - 86, - 114, - 6, - 2, - 40, - 68 - ], - "recent_avg": 38.6, - "recent_sr": 117.0 - }, - "JD Cook": { - "recent_scores": [ - 4, - 0, - 10, - 4, - 24 - ], - "recent_avg": 8.4, - "recent_sr": 95.5 - }, - "JD Smith": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 55.6 - }, - "JJ Bazley": { - "recent_scores": [ - 16, - 2, - 4, - 46, - 32, - 62, - 14, - 8, - 4, - 8 - ], - "recent_avg": 19.6, - "recent_sr": 150.8 - }, - "JJ Peirson": { - "recent_scores": [ - 2, - 16, - 20, - 28, - 26, - 26, - 22, - 100, - 48, - 2 - ], - "recent_avg": 29.0, - "recent_sr": 123.9 - }, - "JJS Sangha": { - "recent_scores": [ - 6, - 0, - 62, - 0, - 0, - 24, - 134, - 60, - 66, - 22 - ], - "recent_avg": 37.4, - "recent_sr": 116.1 - }, - "JK Lalor": { - "recent_scores": [ - 20, - 12, - 16 - ], - "recent_avg": 16.0, - "recent_sr": 114.3 - }, - "JK Reed": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 266.7 - }, - "JL Curtis": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "JM Bird": { - "recent_scores": [ - 4, - 19, - 6, - 4, - 3, - 1, - 6, - 0 - ], - "recent_avg": 5.4, - "recent_sr": 30.5 - }, - "JM Carder": { - "recent_scores": [ - 20 - ], - "recent_avg": 20.0, - "recent_sr": 71.4 - }, - "JM Clarke": { - "recent_scores": [ - 104, - 8, - 80, - 0, - 52, - 48, - 4, - 52, - 34, - 8 - ], - "recent_avg": 39.0, - "recent_sr": 115.4 - }, - "JM Holland": { - "recent_scores": [ - 5, - 0, - 1, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 13.0 - }, - "JP Wood": { - "recent_scores": [ - 90, - 58, - 4, - 54, - 24, - 4 - ], - "recent_avg": 39.0, - "recent_sr": 123.2 - }, - "JR Dean": { - "recent_scores": [ - 38, - 14, - 26, - 24, - 10, - 42, - 46, - 0, - 0, - 96 - ], - "recent_avg": 29.6, - "recent_sr": 127.6 - }, - "JR Doran": { - "recent_scores": [ - 16, - 14, - 8, - 56, - 14, - 6, - 0 - ], - "recent_avg": 16.3, - "recent_sr": 91.9 - }, - "JS Buckingham": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "JS Floros": { - "recent_scores": [ - 6, - 6, - 18, - 4, - 30, - 10, - 84, - 0, - 6, - 12 - ], - "recent_avg": 17.6, - "recent_sr": 100.0 - }, - "JS Lehmann": { - "recent_scores": [ - 0, - 18, - 130, - 0, - 10, - 92, - 80, - 4, - 16, - 0 - ], - "recent_avg": 35.0, - "recent_sr": 98.3 - }, - "JS Lenton": { - "recent_scores": [ - 20, - 20, - 12, - 4, - 4, - 40, - 54, - 46, - 36, - 14 - ], - "recent_avg": 25.0, - "recent_sr": 135.9 - }, - "JS Paris": { - "recent_scores": [ - 0, - 40, - 0, - 0, - 6, - 10, - 0, - 10, - 8, - 6 - ], - "recent_avg": 8.0, - "recent_sr": 87.0 - }, - "JW Wells": { - "recent_scores": [ - 12, - 110 - ], - "recent_avg": 61.0, - "recent_sr": 103.4 - }, - "Josh Brown": { - "recent_scores": [ - 64 - ], - "recent_avg": 64.0, - "recent_sr": 266.7 - }, - "KK Jennings": { - "recent_scores": [ - 31, - 31, - 14, - 27, - 192, - 33, - 36, - 33, - 11, - 50 - ], - "recent_avg": 45.8, - "recent_sr": 41.7 - }, - "KR Patterson": { - "recent_scores": [ - 114, - 30 - ], - "recent_avg": 72.0, - "recent_sr": 52.4 - }, - "KR Smith": { - "recent_scores": [ - 6, - 0, - 82 - ], - "recent_avg": 29.3, - "recent_sr": 102.3 - }, - "L Bowe": { - "recent_scores": [ - 0, - 0, - 4 - ], - "recent_avg": 1.3, - "recent_sr": 50.0 - }, - "L Guthrie": { - "recent_scores": [ - 0, - 22, - 12 - ], - "recent_avg": 11.3, - "recent_sr": 121.4 - }, - "L Haskett": { - "recent_scores": [ - 4, - 10 - ], - "recent_avg": 7.0, - "recent_sr": 70.0 - }, - "L Holt": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 160.0 - }, - "L Pope": { - "recent_scores": [ - 0, - 10, - 2, - 2, - 2, - 0, - 0, - 2, - 10, - 0 - ], - "recent_avg": 2.8, - "recent_sr": 37.8 - }, - "L Shaw": { - "recent_scores": [ - 28, - 42, - 30, - 34, - 26, - 48, - 38, - 0, - 66, - 64 - ], - "recent_avg": 37.6, - "recent_sr": 144.6 - }, - "LA Doran": { - "recent_scores": [ - 2, - 2, - 8 - ], - "recent_avg": 4.0, - "recent_sr": 85.7 - }, - "LC Hatcher": { - "recent_scores": [ - 2, - 0, - 40, - 12, - 0, - 6, - 10, - 18, - 4 - ], - "recent_avg": 10.2, - "recent_sr": 95.8 - }, - "LD Hearne": { - "recent_scores": [ - 2, - 4 - ], - "recent_avg": 3.0, - "recent_sr": 37.5 - }, - "LD Pfeffer": { - "recent_scores": [ - 22, - 46, - 138, - 12 - ], - "recent_avg": 54.5, - "recent_sr": 109.0 - }, - "LJ Evans": { - "recent_scores": [ - 106, - 216, - 14, - 10, - 28, - 118, - 42, - 44 - ], - "recent_avg": 72.2, - "recent_sr": 165.1 - }, - "LN O'Connor": { - "recent_scores": [ - 4, - 0, - 4, - 2, - 0, - 2, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 28.0 - }, - "LR Butterworth": { - "recent_scores": [ - 2, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 66.7 - }, - "LW Feldman": { - "recent_scores": [ - 24 - ], - "recent_avg": 24.0, - "recent_sr": 120.0 - }, - "M Bean": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "M Beardman": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 33.3 - }, - "M Bryant": { - "recent_scores": [ - 0, - 14, - 76, - 8, - 0 - ], - "recent_avg": 19.6, - "recent_sr": 163.3 - }, - "M Gilkes": { - "recent_scores": [ - 24, - 4, - 20, - 86, - 0, - 66, - 48, - 152, - 24, - 40 - ], - "recent_avg": 46.4, - "recent_sr": 150.6 - }, - "M Kelly": { - "recent_scores": [ - 0, - 4, - 34, - 26, - 2, - 2, - 10, - 6, - 46, - 6 - ], - "recent_avg": 13.6, - "recent_sr": 115.3 - }, - "M Perry": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 100.0 - }, - "M Wright": { - "recent_scores": [ - 40, - 32, - 44, - 32, - 74, - 22, - 0, - 16, - 68, - 66 - ], - "recent_avg": 39.4, - "recent_sr": 127.1 - }, - "MA Beer": { - "recent_scores": [ - 2, - 4 - ], - "recent_avg": 3.0, - "recent_sr": 20.7 - }, - "MF Hurst": { - "recent_scores": [ - 46, - 6, - 56, - 12, - 8 - ], - "recent_avg": 25.6, - "recent_sr": 88.9 - }, - "MG Gale": { - "recent_scores": [ - 0, - 8 - ], - "recent_avg": 4.0, - "recent_sr": 40.0 - }, - "MG Hogan": { - "recent_scores": [ - 6, - 10, - 6, - 4 - ], - "recent_avg": 6.5, - "recent_sr": 72.2 - }, - "MH Wessels": { - "recent_scores": [ - 8, - 40, - 8, - 22, - 62, - 44, - 2, - 6 - ], - "recent_avg": 24.0, - "recent_sr": 97.0 - }, - "MJ Buchanan": { - "recent_scores": [ - 22 - ], - "recent_avg": 22.0, - "recent_sr": 61.1 - }, - "MJ Johnston": { - "recent_scores": [ - 16, - 6, - 12, - 6, - 12, - 26 - ], - "recent_avg": 13.0, - "recent_sr": 130.0 - }, - "MJJ Critchley": { - "recent_scores": [ - 46, - 70, - 4, - 24, - 46, - 66 - ], - "recent_avg": 42.7, - "recent_sr": 113.3 - }, - "MR Day": { - "recent_scores": [ - 58 - ], - "recent_avg": 58.0, - "recent_sr": 131.8 - }, - "MS Harris": { - "recent_scores": [ - 65, - 76, - 26, - 12, - 43, - 12, - 19, - 27, - 25, - 44 - ], - "recent_avg": 34.9, - "recent_sr": 42.1 - }, - "MT Steketee": { - "recent_scores": [ - 36, - 2, - 0, - 10, - 2, - 2, - 8, - 0, - 0, - 20 - ], - "recent_avg": 8.0, - "recent_sr": 111.1 - }, - "MW Archer": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 22.2 - }, - "MW Harvey": { - "recent_scores": [ - 2, - 0, - 76, - 22, - 22, - 0, - 12, - 18, - 18, - 20 - ], - "recent_avg": 19.0, - "recent_sr": 89.6 - }, - "MW Hill": { - "recent_scores": [ - 64, - 46, - 52, - 128, - 60, - 70, - 14, - 16, - 80, - 6 - ], - "recent_avg": 53.6, - "recent_sr": 121.3 - }, - "N McAndrew": { - "recent_scores": [ - 10, - 22, - 0, - 4, - 38, - 18, - 18, - 0, - 0, - 18 - ], - "recent_avg": 12.8, - "recent_sr": 156.1 - }, - "NA McSweeney": { - "recent_scores": [ - 13, - 49, - 10 - ], - "recent_avg": 24.0, - "recent_sr": 34.0 - }, - "NCR Larkin": { - "recent_scores": [ - 0, - 10, - 116, - 42, - 18, - 10, - 96, - 18, - 8, - 24 - ], - "recent_avg": 34.2, - "recent_sr": 111.8 - }, - "ND Buchanan": { - "recent_scores": [ - 0, - 16, - 4, - 2 - ], - "recent_avg": 5.5, - "recent_sr": 68.8 - }, - "NL Bertus": { - "recent_scores": [ - 30, - 8 - ], - "recent_avg": 19.0, - "recent_sr": 82.6 - }, - "NP Winter": { - "recent_scores": [ - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "NR Hobson": { - "recent_scores": [ - 6, - 20, - 10, - 58, - 52, - 30, - 20, - 24, - 24, - 42 - ], - "recent_avg": 28.6, - "recent_sr": 111.7 - }, - "O Davies": { - "recent_scores": [ - 4, - 52, - 72, - 34, - 20, - 6, - 20, - 0, - 94, - 46 - ], - "recent_avg": 34.8, - "recent_sr": 108.7 - }, - "O Patterson": { - "recent_scores": [ - 38, - 4 - ], - "recent_avg": 21.0, - "recent_sr": 75.0 - }, - "OJ Pope": { - "recent_scores": [ - 20, - 26, - 79, - 49, - 71, - 48, - 24, - 114, - 171, - 41 - ], - "recent_avg": 64.3, - "recent_sr": 67.2 - }, - "P Hatzoglou": { - "recent_scores": [ - 18, - 2 - ], - "recent_avg": 10.0, - "recent_sr": 142.9 - }, - "P Rowe": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 50.0 - }, - "PG Dooley": { - "recent_scores": [ - 2, - 2, - 2, - 6, - 38, - 2, - 2, - 20, - 10, - 6 - ], - "recent_avg": 9.0, - "recent_sr": 76.3 - }, - "PI Walter": { - "recent_scores": [ - 28, - 66, - 38, - 4, - 32 - ], - "recent_avg": 33.6, - "recent_sr": 123.5 - }, - "Qais Ahmad": { - "recent_scores": [ - 16, - 100, - 10, - 28, - 30 - ], - "recent_avg": 36.8, - "recent_sr": 180.4 - }, - "R Hadley": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "RA Whiteley": { - "recent_scores": [ - 22, - 0, - 32 - ], - "recent_avg": 18.0, - "recent_sr": 96.4 - }, - "RGL Carters": { - "recent_scores": [ - 2, - 54, - 0, - 70, - 16, - 4, - 2, - 60, - 14, - 16 - ], - "recent_avg": 23.8, - "recent_sr": 107.2 - }, - "RJ Gibson": { - "recent_scores": [ - 14, - 20, - 48, - 10, - 0, - 16, - 6, - 44, - 0, - 2 - ], - "recent_avg": 16.0, - "recent_sr": 96.4 - }, - "RJG Lockyear": { - "recent_scores": [ - 8, - 46, - 6, - 8 - ], - "recent_avg": 17.0, - "recent_sr": 81.0 - }, - "RM Duffield": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "RP Kellepotha": { - "recent_scores": [ - 2, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "S Fanning": { - "recent_scores": [ - 62, - 58, - 2, - 82, - 62 - ], - "recent_avg": 53.2, - "recent_sr": 134.3 - }, - "S Konstas": { - "recent_scores": [ - 17, - 25, - 8, - 45, - 68 - ], - "recent_avg": 32.6, - "recent_sr": 56.0 - }, - "S McGiffin": { - "recent_scores": [ - 12, - 28 - ], - "recent_avg": 20.0, - "recent_sr": 83.3 - }, - "S Milenko": { - "recent_scores": [ - 6, - 2, - 0, - 56, - 38, - 34, - 12, - 14, - 24, - 0 - ], - "recent_avg": 18.6, - "recent_sr": 92.1 - }, - "SB Harper": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 114.3 - }, - "SCG MacGill": { - "recent_scores": [ - 2, - 0, - 29, - 4, - 20, - 0, - 0, - 0, - 1, - 2 - ], - "recent_avg": 5.8, - "recent_sr": 58.6 - }, - "SE Gotch": { - "recent_scores": [ - 30, - 36, - 12, - 22, - 4, - 0, - 16, - 8, - 10, - 20 - ], - "recent_avg": 15.8, - "recent_sr": 79.0 - }, - "SJ Coyte (2)": { - "recent_scores": [ - 0, - 12, - 22, - 24, - 66, - 2 - ], - "recent_avg": 21.0, - "recent_sr": 150.0 - }, - "SJC Keen": { - "recent_scores": [ - 8, - 28, - 30, - 18 - ], - "recent_avg": 21.0, - "recent_sr": 97.7 - }, - "SL Rainbird": { - "recent_scores": [ - 2, - 20, - 0, - 2, - 10, - 30, - 0, - 2, - 0, - 0 - ], - "recent_avg": 6.6, - "recent_sr": 94.3 - }, - "SM Elliott": { - "recent_scores": [ - 2, - 26, - 8, - 6, - 4 - ], - "recent_avg": 9.2, - "recent_sr": 69.7 - }, - "SM Whiteman": { - "recent_scores": [ - 4, - 34, - 14, - 32, - 20, - 0, - 62, - 10, - 4, - 84 - ], - "recent_avg": 26.4, - "recent_sr": 102.3 - }, - "SS Eskinazi": { - "recent_scores": [ - 14, - 24, - 50, - 0, - 42, - 8, - 108, - 34, - 0, - 132 - ], - "recent_avg": 41.2, - "recent_sr": 113.2 - }, - "Syed Faridoun": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 120.0 - }, - "T Kelly": { - "recent_scores": [ - 82, - 12, - 30, - 58, - 18, - 16, - 12, - 2, - 6, - 0 - ], - "recent_avg": 23.6, - "recent_sr": 100.9 - }, - "T Murphy": { - "recent_scores": [ - 52, - 24, - 41, - 0, - 3, - 2 - ], - "recent_avg": 20.3, - "recent_sr": 59.2 - }, - "TA Lammonby": { - "recent_scores": [ - 0, - 6, - 2 - ], - "recent_avg": 2.7, - "recent_sr": 66.7 - }, - "TB Abell": { - "recent_scores": [ - 0, - 24, - 66 - ], - "recent_avg": 30.0, - "recent_sr": 132.4 - }, - "TD Andrews": { - "recent_scores": [ - 26, - 74, - 26, - 6, - 54, - 0, - 6, - 4 - ], - "recent_avg": 24.5, - "recent_sr": 148.5 - }, - "TD Cruickshank": { - "recent_scores": [ - 0, - 4, - 30 - ], - "recent_avg": 11.3, - "recent_sr": 56.7 - }, - "TF Rogers": { - "recent_scores": [ - 8, - 16, - 64, - 106, - 46, - 30, - 26, - 60, - 2, - 18 - ], - "recent_avg": 37.6, - "recent_sr": 120.5 - }, - "TIF Triffitt": { - "recent_scores": [ - 8, - 2, - 8, - 8, - 50, - 44, - 46, - 6, - 10, - 0 - ], - "recent_avg": 18.2, - "recent_sr": 130.0 - }, - "TJ Armstrong": { - "recent_scores": [ - 22, - 8 - ], - "recent_avg": 15.0, - "recent_sr": 51.7 - }, - "TJ Dean": { - "recent_scores": [ - 64, - 22, - 14 - ], - "recent_avg": 33.3, - "recent_sr": 108.7 - }, - "TL Lawford": { - "recent_scores": [ - 4, - 8, - 6, - 12, - 8 - ], - "recent_avg": 7.6, - "recent_sr": 100.0 - }, - "TL O'Connell": { - "recent_scores": [ - 6, - 0, - 18, - 0 - ], - "recent_avg": 6.0, - "recent_sr": 70.6 - }, - "TM Beaton": { - "recent_scores": [ - 2, - 12, - 58, - 10, - 24, - 4, - 82, - 46, - 62, - 68 - ], - "recent_avg": 36.8, - "recent_sr": 154.6 - }, - "TP Alsop": { - "recent_scores": [ - 20, - 10, - 84, - 78, - 20, - 18 - ], - "recent_avg": 38.3, - "recent_sr": 125.0 - }, - "TP Doropoulos": { - "recent_scores": [ - 0, - 0, - 24 - ], - "recent_avg": 8.0, - "recent_sr": 80.0 - }, - "TP Ludeman": { - "recent_scores": [ - 20, - 16, - 4, - 56, - 10, - 28, - 26, - 2, - 26, - 58 - ], - "recent_avg": 24.6, - "recent_sr": 113.9 - }, - "TP Ward": { - "recent_scores": [ - 26, - 20, - 2, - 34, - 180, - 54, - 60, - 8, - 16 - ], - "recent_avg": 44.4, - "recent_sr": 131.6 - }, - "TS Muyeye": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 42.9 - }, - "TS Rogers": { - "recent_scores": [ - 4, - 10, - 4, - 98, - 16, - 46, - 10, - 10, - 20, - 2 - ], - "recent_avg": 22.0, - "recent_sr": 125.0 - }, - "TW Gray": { - "recent_scores": [ - 20 - ], - "recent_avg": 20.0, - "recent_sr": 142.9 - }, - "Thomas Balkin": { - "recent_scores": [ - 18, - 2, - 0 - ], - "recent_avg": 6.7, - "recent_sr": 58.8 - }, - "W Parker": { - "recent_scores": [ - 10, - 2, - 8, - 50, - 0, - 24 - ], - "recent_avg": 15.7, - "recent_sr": 130.6 - }, - "W Prestwidge": { - "recent_scores": [ - 38, - 8, - 0, - 0, - 42, - 4 - ], - "recent_avg": 15.3, - "recent_sr": 102.2 - }, - "WD Sheridan": { - "recent_scores": [ - 24, - 10, - 12, - 30, - 0, - 22, - 24, - 10 - ], - "recent_avg": 16.5, - "recent_sr": 97.1 - }, - "WER Somerville": { - "recent_scores": [ - 1, - 42, - 7, - 49, - 16 - ], - "recent_avg": 23.0, - "recent_sr": 23.5 - }, - "WG Bosisto": { - "recent_scores": [ - 6, - 4, - 46, - 0, - 72, - 2, - 6, - 18, - 8, - 42 - ], - "recent_avg": 20.4, - "recent_sr": 91.9 - }, - "Waqar Salamkheil": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 120.0 - }, - "XA Crone": { - "recent_scores": [ - 2, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "Z Evans": { - "recent_scores": [ - 0, - 12, - 4 - ], - "recent_avg": 5.3, - "recent_sr": 88.9 - }, - "Zahir Khan": { - "recent_scores": [ - 0, - 4, - 12, - 2, - 0 - ], - "recent_avg": 3.6, - "recent_sr": 69.2 - }, - "AM Rossington": { - "recent_scores": [ - 138, - 40, - 30 - ], - "recent_avg": 69.3, - "recent_sr": 150.7 - }, - "Aamer Azmat": { - "recent_scores": [ - 42, - 6, - 12, - 66, - 8 - ], - "recent_avg": 26.8, - "recent_sr": 109.8 - }, - "Abdul Bangalzai": { - "recent_scores": [ - 0, - 0, - 2, - 28 - ], - "recent_avg": 7.5, - "recent_sr": 62.5 - }, - "Abdul Nasir": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "Abdullah Fazal": { - "recent_scores": [ - 15, - 126 - ], - "recent_avg": 70.5, - "recent_sr": 50.0 - }, - "Adil Amin": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 77.8 - }, - "Ahmed Safi Abdullah": { - "recent_scores": [ - 2, - 16 - ], - "recent_avg": 9.0, - "recent_sr": 69.2 - }, - "Ahsan Hafeez": { - "recent_scores": [ - 26, - 40, - 16, - 0, - 30 - ], - "recent_avg": 22.4, - "recent_sr": 127.3 - }, - "Aimal Khan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Akbar-ur-Rehman": { - "recent_scores": [ - 2, - 6, - 22 - ], - "recent_avg": 10.0, - "recent_sr": 71.4 - }, - "Ali Majid": { - "recent_scores": [ - 18 - ], - "recent_avg": 18.0, - "recent_sr": 112.5 - }, - "Amad Butt": { - "recent_scores": [ - 6, - 18, - 2, - 14, - 54, - 46, - 16, - 12, - 16, - 0 - ], - "recent_avg": 18.4, - "recent_sr": 167.3 - }, - "Arif Yaqoob": { - "recent_scores": [ - 2, - 18, - 2 - ], - "recent_avg": 7.3, - "recent_sr": 122.2 - }, - "Arish Ali": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Ashar Zaidi": { - "recent_scores": [ - 12, - 4 - ], - "recent_avg": 8.0, - "recent_sr": 50.0 - }, - "Ashir Qureshi": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Asif Afridi": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 80.0 - }, - "Asif Mehmood": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Awais Zafar": { - "recent_scores": [ - 72 - ], - "recent_avg": 72.0, - "recent_sr": 116.1 - }, - "BR Hampton": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 100.0 - }, - "Bismillah Khan": { - "recent_scores": [ - 0, - 0, - 110 - ], - "recent_avg": 36.7, - "recent_sr": 148.6 - }, - "DJ Vilas": { - "recent_scores": [ - 34, - 24, - 13, - 15, - 8 - ], - "recent_avg": 18.8, - "recent_sr": 44.5 - }, - "Faisal Akram": { - "recent_scores": [ - 8, - 2, - 8 - ], - "recent_avg": 6.0, - "recent_sr": 75.0 - }, - "Faizan Khan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Farhan Yousaf": { - "recent_scores": [ - 8, - 0, - 116, - 38, - 60, - 4, - 30 - ], - "recent_avg": 36.6, - "recent_sr": 150.6 - }, - "Fawad Ali": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 100.0 - }, - "Gauhar Ali": { - "recent_scores": [ - 8, - 42, - 10 - ], - "recent_avg": 20.0, - "recent_sr": 136.4 - }, - "Ghulam Mudassar": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 133.3 - }, - "Gulraiz Sadaf": { - "recent_scores": [ - 52, - 84, - 4, - 54, - 26 - ], - "recent_avg": 44.0, - "recent_sr": 89.4 - }, - "Hamayun Altaf": { - "recent_scores": [ - 32 - ], - "recent_avg": 32.0, - "recent_sr": 123.1 - }, - "Hazratullah": { - "recent_scores": [ - 0, - 40, - 4, - 12 - ], - "recent_avg": 14.0, - "recent_sr": 62.2 - }, - "Hunain Shah": { - "recent_scores": [ - 18, - 2, - 0, - 8, - 0, - 6, - 0, - 4 - ], - "recent_avg": 4.8, - "recent_sr": 57.6 - }, - "Ibtisam Sheikh": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 33.3 - }, - "Ihsanullah": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Imran Khalid": { - "recent_scores": [ - 2, - 36, - 24, - 8, - 8 - ], - "recent_avg": 15.6, - "recent_sr": 88.6 - }, - "Imran Khan (2)": { - "recent_scores": [ - 10, - 0, - 6, - 0, - 0, - 0 - ], - "recent_avg": 2.7, - "recent_sr": 32.0 - }, - "J Allenby": { - "recent_scores": [ - 62, - 14 - ], - "recent_avg": 38.0, - "recent_sr": 95.0 - }, - "JK Fuller": { - "recent_scores": [ - 4, - 32, - 8, - 2 - ], - "recent_avg": 11.5, - "recent_sr": 109.5 - }, - "JL du Plooy": { - "recent_scores": [ - 24, - 48 - ], - "recent_avg": 36.0, - "recent_sr": 138.5 - }, - "Jahanzaib Sultan": { - "recent_scores": [ - 50 - ], - "recent_avg": 50.0, - "recent_sr": 113.6 - }, - "Kashif Bhatti": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 100.0 - }, - "Khalid Usman": { - "recent_scores": [ - 38, - 34, - 14 - ], - "recent_avg": 28.7, - "recent_sr": 116.2 - }, - "Mehran Mumtaz": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Mir Hamza": { - "recent_scores": [ - 29, - 4, - 8, - 2, - 0, - 4, - 4 - ], - "recent_avg": 7.3, - "recent_sr": 27.9 - }, - "Mohammad Abbas": { - "recent_scores": [ - 0, - 11, - 0, - 10, - 0, - 1, - 3, - 6, - 1, - 2 - ], - "recent_avg": 3.4, - "recent_sr": 14.9 - }, - "Mohammad Amir Khan": { - "recent_scores": [ - 0, - 0, - 14 - ], - "recent_avg": 4.7, - "recent_sr": 46.7 - }, - "Mohammad Asghar": { - "recent_scores": [ - 0, - 0, - 2 - ], - "recent_avg": 0.7, - "recent_sr": 16.7 - }, - "Mohammad Azab": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Mohammad Faiq": { - "recent_scores": [ - 10, - 10, - 36, - 68, - 38 - ], - "recent_avg": 32.4, - "recent_sr": 122.7 - }, - "Mohammad Farooq": { - "recent_scores": [ - 36, - 8, - 126, - 4 - ], - "recent_avg": 43.5, - "recent_sr": 120.8 - }, - "Mohammad Hamza": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 50.0 - }, - "Mohammad Huraira": { - "recent_scores": [ - 11, - 35 - ], - "recent_avg": 23.0, - "recent_sr": 48.4 - }, - "Mohammad Ilyas": { - "recent_scores": [ - 14, - 8, - 2, - 8, - 18, - 10, - 6, - 6, - 4, - 2 - ], - "recent_avg": 7.8, - "recent_sr": 86.7 - }, - "Mohammad Imran": { - "recent_scores": [ - 4, - 10, - 18, - 52, - 0, - 2, - 16 - ], - "recent_avg": 14.6, - "recent_sr": 188.9 - }, - "Mohammad Irfan (4)": { - "recent_scores": [ - 0, - 2, - 32, - 0, - 0, - 2, - 0, - 6 - ], - "recent_avg": 5.2, - "recent_sr": 87.5 - }, - "Mohammad Irfan (5)": { - "recent_scores": [ - 0, - 8 - ], - "recent_avg": 4.0, - "recent_sr": 133.3 - }, - "Mohammad Taha": { - "recent_scores": [ - 0, - 12 - ], - "recent_avg": 6.0, - "recent_sr": 50.0 - }, - "Mohammad Umar": { - "recent_scores": [ - 2, - 0, - 6, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 30.8 - }, - "Mohammad Zeeshan": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Mohsin Riaz": { - "recent_scores": [ - 10, - 50, - 50, - 84 - ], - "recent_avg": 48.5, - "recent_sr": 144.8 - }, - "Mubasir Khan": { - "recent_scores": [ - 22, - 12, - 6, - 10, - 10, - 12, - 42, - 18 - ], - "recent_avg": 16.5, - "recent_sr": 95.7 - }, - "Muhammad Akhlaq": { - "recent_scores": [ - 14, - 48, - 102, - 4, - 0, - 14, - 20, - 52, - 2 - ], - "recent_avg": 28.4, - "recent_sr": 123.1 - }, - "Muhammad Faizan": { - "recent_scores": [ - 16, - 18, - 0, - 12 - ], - "recent_avg": 11.5, - "recent_sr": 56.1 - }, - "Muhammad Ismail": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "Muhammad Riazullah": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 66.7 - }, - "Muhammad Shahzad": { - "recent_scores": [ - 0, - 48, - 0 - ], - "recent_avg": 16.0, - "recent_sr": 133.3 - }, - "Nabi Gul": { - "recent_scores": [ - 18 - ], - "recent_avg": 18.0, - "recent_sr": 75.0 - }, - "Najibullah Zadran": { - "recent_scores": [ - 2, - 4, - 44, - 44, - 0, - 32, - 42, - 68, - 28, - 32 - ], - "recent_avg": 29.6, - "recent_sr": 113.8 - }, - "Nasir Nawaz": { - "recent_scores": [ - 28, - 6 - ], - "recent_avg": 17.0, - "recent_sr": 77.3 - }, - "Nauman Ali": { - "recent_scores": [ - 6, - 6, - 11, - 6, - 9, - 45, - 33, - 25, - 11, - 35 - ], - "recent_avg": 18.7, - "recent_sr": 39.2 - }, - "Naved Yasin": { - "recent_scores": [ - 0, - 50, - 4 - ], - "recent_avg": 18.0, - "recent_sr": 77.1 - }, - "Razaullah": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 50.0 - }, - "Rizwan Hussain": { - "recent_scores": [ - 34, - 14, - 10, - 44, - 14, - 10, - 8, - 30 - ], - "recent_avg": 20.5, - "recent_sr": 103.8 - }, - "Rizwan Mehmood": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 53.3 - }, - "S Dadswell": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 75.0 - }, - "Saad Baig": { - "recent_scores": [ - 42, - 12, - 106, - 28, - 38, - 60, - 22, - 10, - 50, - 18 - ], - "recent_avg": 38.6, - "recent_sr": 124.5 - }, - "Saif Badar": { - "recent_scores": [ - 0, - 48, - 12, - 6, - 22, - 14, - 82, - 38, - 108, - 64 - ], - "recent_avg": 39.4, - "recent_sr": 121.6 - }, - "Saifullah Bangash": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Sajjad Ali": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 100.0 - }, - "Salman Fayyaz": { - "recent_scores": [ - 16, - 4 - ], - "recent_avg": 10.0, - "recent_sr": 166.7 - }, - "Salman Irshad": { - "recent_scores": [ - 2, - 4, - 6, - 0, - 0, - 0, - 4, - 2, - 2, - 4 - ], - "recent_avg": 2.4, - "recent_sr": 35.3 - }, - "Sameen Gul": { - "recent_scores": [ - 14, - 4, - 2 - ], - "recent_avg": 6.7, - "recent_sr": 58.8 - }, - "Sameer Minhas": { - "recent_scores": [ - 12, - 88, - 2, - 54, - 12, - 116, - 44, - 10, - 140, - 164 - ], - "recent_avg": 64.2, - "recent_sr": 151.4 - }, - "Saqib Khan": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 200.0 - }, - "Shahid Aziz": { - "recent_scores": [ - 0, - 0, - 16, - 58, - 2 - ], - "recent_avg": 15.2, - "recent_sr": 146.2 - }, - "Shahid Yousuf": { - "recent_scores": [ - 8, - 30, - 32, - 54, - 42, - 32 - ], - "recent_avg": 33.0, - "recent_sr": 99.0 - }, - "Shahzaib Khan": { - "recent_scores": [ - 2, - 0, - 14 - ], - "recent_avg": 5.3, - "recent_sr": 53.3 - }, - "Shawaiz Irfan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Sohail Akhtar": { - "recent_scores": [ - 38, - 30, - 10, - 42, - 0, - 68, - 14, - 80, - 14, - 42 - ], - "recent_avg": 33.8, - "recent_sr": 111.9 - }, - "TJ Moores": { - "recent_scores": [ - 2, - 12, - 56, - 46, - 22, - 8, - 10, - 36 - ], - "recent_avg": 24.0, - "recent_sr": 111.6 - }, - "Ubaid Shah": { - "recent_scores": [ - 8, - 2, - 0, - 6, - 28, - 2, - 6, - 0, - 0 - ], - "recent_avg": 5.8, - "recent_sr": 51.0 - }, - "Umaid Asif": { - "recent_scores": [ - 0, - 22, - 4, - 20, - 0, - 40, - 8, - 46, - 26, - 40 - ], - "recent_avg": 20.6, - "recent_sr": 166.1 - }, - "Umair Masood": { - "recent_scores": [ - 44 - ], - "recent_avg": 44.0, - "recent_sr": 78.6 - }, - "Umar Siddiq": { - "recent_scores": [ - 26, - 10, - 28, - 36, - 92, - 40, - 106 - ], - "recent_avg": 48.3, - "recent_sr": 109.0 - }, - "Umer Khan": { - "recent_scores": [ - 6, - 0, - 0, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 33.3 - }, - "WCF Smeed": { - "recent_scores": [ - 26, - 4, - 126, - 4 - ], - "recent_avg": 40.0, - "recent_sr": 133.3 - }, - "Waqas Maqsood": { - "recent_scores": [ - 0, - 2, - 14, - 24, - 2 - ], - "recent_avg": 8.4, - "recent_sr": 84.0 - }, - "Yasir Khan": { - "recent_scores": [ - 8, - 116, - 48, - 44, - 10, - 4, - 16, - 166, - 90, - 20 - ], - "recent_avg": 52.2, - "recent_sr": 141.1 - }, - "Zeeshan Ashraf": { - "recent_scores": [ - 14, - 32, - 2, - 24, - 42, - 4, - 104, - 32, - 4, - 16 - ], - "recent_avg": 27.4, - "recent_sr": 106.2 - }, - "Zeeshan Zameer": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Zohaib Khan": { - "recent_scores": [ - 20, - 6, - 10, - 0 - ], - "recent_avg": 9.0, - "recent_sr": 138.5 - }, - "A Bramble": { - "recent_scores": [ - 24, - 28, - 6, - 14, - 0, - 12, - 2, - 16, - 12, - 8 - ], - "recent_avg": 12.2, - "recent_sr": 71.8 - }, - "AB Fudadin": { - "recent_scores": [ - 32, - 62, - 28 - ], - "recent_avg": 40.7, - "recent_sr": 32.1 - }, - "AMA Dewar": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 100.0 - }, - "AR Nedd": { - "recent_scores": [ - 0, - 4, - 10, - 4, - 2, - 2 - ], - "recent_avg": 3.7, - "recent_sr": 61.1 - }, - "C Archibald": { - "recent_scores": [ - 4, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 25.0 - }, - "D Potgieter": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 33.3 - }, - "DC Green": { - "recent_scores": [ - 2, - 18, - 30, - 34 - ], - "recent_avg": 21.0, - "recent_sr": 89.4 - }, - "DE Johnson": { - "recent_scores": [ - 2, - 8, - 0 - ], - "recent_avg": 3.3, - "recent_sr": 83.3 - }, - "DK Jacobs": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 88.9 - }, - "DYA Davis": { - "recent_scores": [ - 4, - 26 - ], - "recent_avg": 15.0, - "recent_sr": 88.2 - }, - "E Leie": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 100.0 - }, - "GD Pope": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "H Miller": { - "recent_scores": [ - 4, - 60 - ], - "recent_avg": 32.0, - "recent_sr": 103.2 - }, - "I Khaleel": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "I Khan (2)": { - "recent_scores": [ - 0, - 10, - 20, - 0, - 0, - 20, - 40, - 24, - 40, - 2 - ], - "recent_avg": 15.6, - "recent_sr": 90.7 - }, - "J Bishop": { - "recent_scores": [ - 26, - 0, - 20, - 16, - 34, - 36 - ], - "recent_avg": 22.0, - "recent_sr": 134.7 - }, - "J Glen": { - "recent_scores": [ - 18, - 2, - 46, - 16, - 16, - 38, - 0, - 0, - 8, - 54 - ], - "recent_avg": 19.8, - "recent_sr": 110.0 - }, - "J Layne": { - "recent_scores": [ - 0, - 15 - ], - "recent_avg": 7.5, - "recent_sr": 68.2 - }, - "J Royal": { - "recent_scores": [ - 0, - 6, - 2, - 12, - 0, - 24, - 6, - 2 - ], - "recent_avg": 6.5, - "recent_sr": 92.9 - }, - "JA Foo": { - "recent_scores": [ - 0, - 14, - 2, - 28, - 34, - 40, - 44, - 38, - 6, - 16 - ], - "recent_avg": 22.2, - "recent_sr": 135.4 - }, - "JA Sinclair": { - "recent_scores": [ - 8, - 2, - 26, - 12, - 14, - 28 - ], - "recent_avg": 15.0, - "recent_sr": 125.0 - }, - "JA Warrican": { - "recent_scores": [ - 4, - 8, - 0, - 3, - 54, - 31, - 25, - 35, - 7, - 19 - ], - "recent_avg": 18.6, - "recent_sr": 65.5 - }, - "JB Lintott": { - "recent_scores": [ - 2, - 4, - 4, - 4 - ], - "recent_avg": 3.5, - "recent_sr": 43.8 - }, - "JC Carmichael": { - "recent_scores": [ - 8, - 2, - 4, - 4, - 18 - ], - "recent_avg": 7.2, - "recent_sr": 64.3 - }, - "JC Guillen": { - "recent_scores": [ - 0, - 44 - ], - "recent_avg": 22.0, - "recent_sr": 88.0 - }, - "JF Jeremiah": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "JJ Athanaze": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "JL Jaggesar": { - "recent_scores": [ - 20, - 10, - 2, - 2, - 10, - 0, - 0 - ], - "recent_avg": 6.3, - "recent_sr": 81.5 - }, - "JM James": { - "recent_scores": [ - 30, - 2, - 6 - ], - "recent_avg": 12.7, - "recent_sr": 158.3 - }, - "JS Louis": { - "recent_scores": [ - 0, - 22 - ], - "recent_avg": 11.0, - "recent_sr": 55.0 - }, - "JU Goolie": { - "recent_scores": [ - 0, - 30, - 0, - 48, - 10, - 44, - 22, - 22 - ], - "recent_avg": 22.0, - "recent_sr": 103.5 - }, - "K Alleyne": { - "recent_scores": [ - 22, - 72, - 10, - 78, - 8, - 82, - 84, - 26, - 22, - 4 - ], - "recent_avg": 40.8, - "recent_sr": 117.2 - }, - "K Gaston": { - "recent_scores": [ - 2, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 66.7 - }, - "K Lesporis": { - "recent_scores": [ - 30, - 8, - 0, - 2, - 44, - 8, - 40, - 100, - 22 - ], - "recent_avg": 28.2, - "recent_sr": 109.5 - }, - "K Lewis": { - "recent_scores": [ - 42, - 54, - 124, - 82, - 0, - 34 - ], - "recent_avg": 56.0, - "recent_sr": 125.4 - }, - "K Santokie": { - "recent_scores": [ - 0, - 16, - 30, - 0, - 24, - 14, - 2, - 2, - 22, - 0 - ], - "recent_avg": 11.0, - "recent_sr": 98.2 - }, - "KA Anderson": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 16.7 - }, - "KAM Corbin": { - "recent_scores": [ - 40 - ], - "recent_avg": 40.0, - "recent_sr": 71.4 - }, - "KHM James": { - "recent_scores": [ - 52, - 32, - 54, - 20, - 22, - 40, - 10, - 20, - 74, - 44 - ], - "recent_avg": 36.8, - "recent_sr": 121.1 - }, - "KJ Cottoy": { - "recent_scores": [ - 38, - 20, - 8, - 28, - 26, - 38, - 54, - 0, - 28 - ], - "recent_avg": 26.7, - "recent_sr": 111.1 - }, - "KO Wickham": { - "recent_scores": [ - 6, - 26, - 52, - 46, - 18, - 20 - ], - "recent_avg": 28.0, - "recent_sr": 106.3 - }, - "KS Melius": { - "recent_scores": [ - 0, - 24, - 16 - ], - "recent_avg": 13.3, - "recent_sr": 90.9 - }, - "KSA McKenzie": { - "recent_scores": [ - 20, - 12, - 1, - 62, - 76, - 32 - ], - "recent_avg": 33.8, - "recent_sr": 58.3 - }, - "LAS Sebastien": { - "recent_scores": [ - 0, - 6, - 66, - 4, - 50 - ], - "recent_avg": 25.2, - "recent_sr": 92.6 - }, - "LJA Julien": { - "recent_scores": [ - 14, - 2, - 4, - 34 - ], - "recent_avg": 13.5, - "recent_sr": 60.0 - }, - "LM Edward": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 100.0 - }, - "LS Boucher": { - "recent_scores": [ - 4, - 2, - 2, - 36, - 16, - 30, - 124, - 32 - ], - "recent_avg": 30.8, - "recent_sr": 96.9 - }, - "LS Lugg": { - "recent_scores": [ - 26 - ], - "recent_avg": 26.0, - "recent_sr": 61.9 - }, - "M Clarke": { - "recent_scores": [ - 24, - 0 - ], - "recent_avg": 12.0, - "recent_sr": 240.0 - }, - "M Deyal": { - "recent_scores": [ - 32, - 30, - 74, - 114, - 12, - 2, - 60, - 54, - 66, - 4 - ], - "recent_avg": 44.8, - "recent_sr": 136.6 - }, - "M Louis": { - "recent_scores": [ - 11, - 11, - 14, - 18, - 105, - 4, - 44, - 83, - 38, - 41 - ], - "recent_avg": 36.9, - "recent_sr": 41.1 - }, - "M Matthew": { - "recent_scores": [ - 12, - 14, - 2, - 42 - ], - "recent_avg": 17.5, - "recent_sr": 140.0 - }, - "M Nandu": { - "recent_scores": [ - 6, - 74 - ], - "recent_avg": 40.0, - "recent_sr": 78.4 - }, - "M Pretorius": { - "recent_scores": [ - 0, - 4, - 4, - 12, - 14, - 6, - 2, - 2, - 8, - 30 - ], - "recent_avg": 8.2, - "recent_sr": 102.5 - }, - "N Edward": { - "recent_scores": [ - 34, - 20 - ], - "recent_avg": 27.0, - "recent_sr": 87.1 - }, - "NA Gordon": { - "recent_scores": [ - 0, - 10 - ], - "recent_avg": 5.0, - "recent_sr": 55.6 - }, - "ND Stewart": { - "recent_scores": [ - 0, - 8, - 0, - 0, - 10, - 26, - 2, - 2 - ], - "recent_avg": 6.0, - "recent_sr": 141.2 - }, - "NRJ Young": { - "recent_scores": [ - 0, - 0, - 0, - 34, - 6, - 40, - 6, - 4, - 96, - 4 - ], - "recent_avg": 19.0, - "recent_sr": 88.0 - }, - "O Peters": { - "recent_scores": [ - 16, - 24, - 0, - 54, - 0, - 38, - 134, - 62 - ], - "recent_avg": 41.0, - "recent_sr": 118.0 - }, - "Q Sampson": { - "recent_scores": [ - 0, - 34, - 100, - 152, - 38, - 28, - 14, - 66, - 50 - ], - "recent_avg": 53.6, - "recent_sr": 143.5 - }, - "R Frylinck": { - "recent_scores": [ - 6, - 30, - 10 - ], - "recent_avg": 15.3, - "recent_sr": 79.3 - }, - "RA Clarke": { - "recent_scores": [ - 34, - 12, - 36, - 108, - 8 - ], - "recent_avg": 39.6, - "recent_sr": 99.0 - }, - "RA Wiggins": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 50.0 - }, - "RD John": { - "recent_scores": [ - 10, - 2, - 58, - 4, - 50, - 4 - ], - "recent_avg": 21.3, - "recent_sr": 130.6 - }, - "RO Cato": { - "recent_scores": [ - 20, - 2 - ], - "recent_avg": 11.0, - "recent_sr": 64.7 - }, - "ROO Jordan": { - "recent_scores": [ - 18, - 12 - ], - "recent_avg": 15.0, - "recent_sr": 150.0 - }, - "RR Simmonds": { - "recent_scores": [ - 6, - 20, - 8, - 26 - ], - "recent_avg": 15.0, - "recent_sr": 187.5 - }, - "RRS Cornwall": { - "recent_scores": [ - 23, - 52, - 13, - 73, - 61, - 5, - 2, - 12, - 15 - ], - "recent_avg": 28.4, - "recent_sr": 60.0 - }, - "RS Primus": { - "recent_scores": [ - 34, - 12, - 30, - 38, - 10, - 32, - 10, - 10, - 10, - 38 - ], - "recent_avg": 22.4, - "recent_sr": 119.1 - }, - "Ramaal Lewis": { - "recent_scores": [ - 30, - 10, - 54, - 8, - 2, - 4, - 74 - ], - "recent_avg": 26.0, - "recent_sr": 115.2 - }, - "S Descarte": { - "recent_scores": [ - 4, - 20, - 26, - 4, - 0, - 8, - 86, - 16, - 8 - ], - "recent_avg": 19.1, - "recent_sr": 98.9 - }, - "S Shillingford": { - "recent_scores": [ - 40, - 67, - 1, - 24, - 8, - 5, - 4, - 1, - 16, - 31 - ], - "recent_avg": 19.7, - "recent_sr": 44.0 - }, - "SA Jacobs": { - "recent_scores": [ - 2, - 2, - 14, - 8, - 0, - 2 - ], - "recent_avg": 4.7, - "recent_sr": 58.3 - }, - "SA Lewis": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "SD Parris": { - "recent_scores": [ - 30, - 14, - 12, - 0, - 10, - 18, - 58, - 70, - 114, - 62 - ], - "recent_avg": 38.8, - "recent_sr": 100.0 - }, - "SE Thomas": { - "recent_scores": [ - 20, - 24, - 4, - 2, - 40 - ], - "recent_avg": 18.0, - "recent_sr": 57.0 - }, - "T Webster": { - "recent_scores": [ - 0, - 0, - 22, - 10, - 14, - 116, - 18, - 38, - 28, - 36 - ], - "recent_avg": 28.2, - "recent_sr": 103.7 - }, - "TA Griffith": { - "recent_scores": [ - 22, - 16, - 40, - 84, - 10, - 12, - 12, - 30 - ], - "recent_avg": 28.2, - "recent_sr": 108.7 - }, - "TA Willett": { - "recent_scores": [ - 30, - 2, - 18, - 62, - 0, - 30, - 20 - ], - "recent_avg": 23.1, - "recent_sr": 88.0 - }, - "A Bonora": { - "recent_scores": [ - 16, - 18, - 8, - 6 - ], - "recent_avg": 12.0, - "recent_sr": 81.4 - }, - "A Burdett": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Goenka": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 70.0 - }, - "A Koul": { - "recent_scores": [ - 10, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 50.0 - }, - "A Makesh": { - "recent_scores": [ - 12, - 6, - 26, - 1 - ], - "recent_avg": 11.2, - "recent_sr": 63.4 - }, - "A Mehdi": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 100.0 - }, - "A Nakayama": { - "recent_scores": [ - 2, - 2, - 17, - 12 - ], - "recent_avg": 8.2, - "recent_sr": 35.9 - }, - "A Nicholas": { - "recent_scores": [ - 0, - 3, - 22, - 17 - ], - "recent_avg": 10.5, - "recent_sr": 43.8 - }, - "A Peters": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 87.5 - }, - "A Suda": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A Thyagarajan": { - "recent_scores": [ - 27, - 12, - 6 - ], - "recent_avg": 15.0, - "recent_sr": 91.8 - }, - "A Tissera": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "A Ueda": { - "recent_scores": [ - 2, - 14, - 22, - 3, - 1 - ], - "recent_avg": 8.4, - "recent_sr": 105.0 - }, - "A Umetani": { - "recent_scores": [ - 5, - 2 - ], - "recent_avg": 3.5, - "recent_sr": 36.8 - }, - "A Ziraba": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "A van den Berg": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "AAA Amsterdam": { - "recent_scores": [ - 13, - 43, - 16 - ], - "recent_avg": 24.0, - "recent_sr": 91.1 - }, - "AD Conwana": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "AD Kamania": { - "recent_scores": [ - 21, - 11 - ], - "recent_avg": 16.0, - "recent_sr": 123.1 - }, - "AG Dugmore": { - "recent_scores": [ - 68 - ], - "recent_avg": 68.0, - "recent_sr": 194.3 - }, - "AL Dodson": { - "recent_scores": [ - 38, - 8, - 31, - 0, - 39, - 41, - 11, - 0, - 27, - 7 - ], - "recent_avg": 20.2, - "recent_sr": 103.1 - }, - "AL Ndhlovu": { - "recent_scores": [ - 17 - ], - "recent_avg": 17.0, - "recent_sr": 89.5 - }, - "AM Ally": { - "recent_scores": [ - 2, - 5 - ], - "recent_avg": 3.5, - "recent_sr": 33.3 - }, - "AM Killey": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 81.8 - }, - "AM Northcote": { - "recent_scores": [ - 18, - 46, - 6, - 1, - 5, - 1, - 13, - 16 - ], - "recent_avg": 13.2, - "recent_sr": 74.1 - }, - "AS Kyobe": { - "recent_scores": [ - 25, - 1, - 2, - 18, - 1, - 36, - 9 - ], - "recent_avg": 13.1, - "recent_sr": 98.9 - }, - "AW Kay": { - "recent_scores": [ - 2, - 18, - 7 - ], - "recent_avg": 9.0, - "recent_sr": 84.4 - }, - "Aamir Javed": { - "recent_scores": [ - 25, - 55, - 44 - ], - "recent_avg": 41.3, - "recent_sr": 185.1 - }, - "Abdalah Lubega": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 66.7 - }, - "Abdul Manan": { - "recent_scores": [ - 10, - 8 - ], - "recent_avg": 9.0, - "recent_sr": 100.0 - }, - "Abdul Rashid Karim": { - "recent_scores": [ - 6, - 13 - ], - "recent_avg": 9.5, - "recent_sr": 76.0 - }, - "Abdul Sadiq": { - "recent_scores": [ - 10, - 6, - 1 - ], - "recent_avg": 5.7, - "recent_sr": 81.0 - }, - "Abdulrahman Dashti": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 28.6 - }, - "Abhiraj Singh": { - "recent_scores": [ - 2, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "Abid Mushtaq": { - "recent_scores": [ - 17, - 0, - 31, - 21 - ], - "recent_avg": 17.2, - "recent_sr": 100.0 - }, - "Adil Bhatti": { - "recent_scores": [ - 1, - 17, - 14 - ], - "recent_avg": 10.7, - "recent_sr": 88.9 - }, - "Afaq Ahmed": { - "recent_scores": [ - 14, - 3, - 3, - 22, - 19 - ], - "recent_avg": 12.2, - "recent_sr": 88.4 - }, - "Aftab Ahmed (2)": { - "recent_scores": [ - 2, - 1, - 0, - 14, - 7 - ], - "recent_avg": 4.8, - "recent_sr": 72.7 - }, - "Afzal Faiz": { - "recent_scores": [ - 15, - 34, - 10 - ], - "recent_avg": 19.7, - "recent_sr": 86.8 - }, - "Afzal Saleem": { - "recent_scores": [ - 54, - 32 - ], - "recent_avg": 43.0, - "recent_sr": 110.3 - }, - "Afzal Virk": { - "recent_scores": [ - 4, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "Ahmad Mushtaq": { - "recent_scores": [ - 4, - 8, - 5, - 12 - ], - "recent_avg": 7.2, - "recent_sr": 70.7 - }, - "Ahmed Ameel": { - "recent_scores": [ - 5, - 7 - ], - "recent_avg": 6.0, - "recent_sr": 60.0 - }, - "Ahram Jeong": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Ali Bushahri": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Alkandari Abdulrahman": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Alkandari Mohammad": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "Alotaibi Mohammed": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Alqallaf Mohammad": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "Ammar Zahir": { - "recent_scores": [ - 18, - 3 - ], - "recent_avg": 10.5, - "recent_sr": 95.5 - }, - "Ankita Ved": { - "recent_scores": [ - 9, - 43, - 15 - ], - "recent_avg": 22.3, - "recent_sr": 63.8 - }, - "Arshad Hayat": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 150.0 - }, - "Arya Pastika": { - "recent_scores": [ - 7, - 12, - 11, - 0 - ], - "recent_avg": 7.5, - "recent_sr": 52.6 - }, - "Asim Khurshid": { - "recent_scores": [ - 0, - 17 - ], - "recent_avg": 8.5, - "recent_sr": 70.8 - }, - "Aslam Doria": { - "recent_scores": [ - 12, - 8, - 4 - ], - "recent_avg": 8.0, - "recent_sr": 66.7 - }, - "Azam Mohammad": { - "recent_scores": [ - 0, - 25 - ], - "recent_avg": 12.5, - "recent_sr": 119.0 - }, - "Azan Baig": { - "recent_scores": [ - 9, - 0 - ], - "recent_avg": 4.5, - "recent_sr": 56.2 - }, - "Azmatullah Nazeer": { - "recent_scores": [ - 12, - 0, - 12 - ], - "recent_avg": 8.0, - "recent_sr": 120.0 - }, - "B Adu": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 220.0 - }, - "B Bugingo": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "B Ess": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "B Hower": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "B Kynman": { - "recent_scores": [ - 8, - 0, - 2, - 4 - ], - "recent_avg": 3.5, - "recent_sr": 73.7 - }, - "B Songa": { - "recent_scores": [ - 11, - 4, - 43, - 5, - 0 - ], - "recent_avg": 12.6, - "recent_sr": 80.8 - }, - "B Zaigham": { - "recent_scores": [ - 3, - 5 - ], - "recent_avg": 4.0, - "recent_sr": 80.0 - }, - "BS Bartley": { - "recent_scores": [ - 0, - 11, - 1, - 15, - 10 - ], - "recent_avg": 7.4, - "recent_sr": 78.7 - }, - "Babar Hussain": { - "recent_scores": [ - 29, - 8, - 0 - ], - "recent_avg": 12.3, - "recent_sr": 119.4 - }, - "Bastaki Fahad": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 10.0 - }, - "Bastaki Mahmoud": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Beidas Tareq": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 23.5 - }, - "Bilal Ahmed": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 33.3 - }, - "Bilal Mansoor": { - "recent_scores": [ - 20, - 0 - ], - "recent_avg": 10.0, - "recent_sr": 250.0 - }, - "C Appel": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "C George": { - "recent_scores": [ - 9, - 9 - ], - "recent_avg": 9.0, - "recent_sr": 94.7 - }, - "C Hawke": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "C Lenyatsa": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 100.0 - }, - "C Pervez": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "C Sakamoto": { - "recent_scores": [ - 25, - 0, - 16, - 0 - ], - "recent_avg": 10.2, - "recent_sr": 52.6 - }, - "C Yudian": { - "recent_scores": [ - 15 - ], - "recent_avg": 15.0, - "recent_sr": 250.0 - }, - "CC Blake": { - "recent_scores": [ - 1, - 10 - ], - "recent_avg": 5.5, - "recent_sr": 122.2 - }, - "CD Wright": { - "recent_scores": [ - 4, - 21, - 17 - ], - "recent_avg": 14.0, - "recent_sr": 113.5 - }, - "CF Snyman": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "CG Steenstra Toussaint": { - "recent_scores": [ - 3, - 9 - ], - "recent_avg": 6.0, - "recent_sr": 52.2 - }, - "CH Williams": { - "recent_scores": [ - 5, - 1 - ], - "recent_avg": 3.0, - "recent_sr": 50.0 - }, - "CJ Bodenstein": { - "recent_scores": [ - 11, - 27, - 10, - 2, - 10 - ], - "recent_avg": 12.0, - "recent_sr": 92.3 - }, - "CJ Botma": { - "recent_scores": [ - 0, - 6 - ], - "recent_avg": 3.0, - "recent_sr": 35.3 - }, - "CJ Erkelens": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 37.5 - }, - "CJ Phillips": { - "recent_scores": [ - 15 - ], - "recent_avg": 15.0, - "recent_sr": 60.0 - }, - "CN Kent": { - "recent_scores": [ - 24, - 7, - 1, - 3, - 21 - ], - "recent_avg": 11.2, - "recent_sr": 107.7 - }, - "CP Wellage": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 175.0 - }, - "CR Amini": { - "recent_scores": [ - 2, - 6, - 11 - ], - "recent_avg": 6.3, - "recent_sr": 86.4 - }, - "CR Kumarage": { - "recent_scores": [ - 6, - 16, - 38, - 41, - 16, - 0, - 45, - 26 - ], - "recent_avg": 23.5, - "recent_sr": 124.5 - }, - "CR Pedersen": { - "recent_scores": [ - 42, - 43, - 2, - 7, - 12 - ], - "recent_avg": 21.2, - "recent_sr": 79.7 - }, - "CRM Douglas": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 33.3 - }, - "CS Mugeri": { - "recent_scores": [ - 47, - 7, - 11, - 4, - 51, - 1, - 3, - 5, - 13 - ], - "recent_avg": 15.8, - "recent_sr": 63.7 - }, - "CW Coombe": { - "recent_scores": [ - 2, - 37, - 3 - ], - "recent_avg": 14.0, - "recent_sr": 110.5 - }, - "Chen Jinfeng": { - "recent_scores": [ - 21, - 1, - 4, - 5, - 5 - ], - "recent_avg": 7.2, - "recent_sr": 41.9 - }, - "Chen Liang": { - "recent_scores": [ - 5, - 17 - ], - "recent_avg": 11.0, - "recent_sr": 59.5 - }, - "Chen Xiaoran": { - "recent_scores": [ - 1, - 0, - 0, - 0, - 4 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "D Amirdalingame": { - "recent_scores": [ - 6, - 5 - ], - "recent_avg": 5.5, - "recent_sr": 57.9 - }, - "D Benoit": { - "recent_scores": [ - 15, - 11, - 2 - ], - "recent_avg": 9.3, - "recent_sr": 57.1 - }, - "D Desandri": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 28.6 - }, - "D Dreyer": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 80.0 - }, - "D Duraisingam": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 200.0 - }, - "D Kalifa": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "D Kniveton": { - "recent_scores": [ - 23, - 30, - 16, - 16 - ], - "recent_avg": 21.2, - "recent_sr": 79.4 - }, - "D Massil": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "D O'Bey": { - "recent_scores": [ - 8, - 5, - 1 - ], - "recent_avg": 4.7, - "recent_sr": 41.2 - }, - "D Shabbir": { - "recent_scores": [ - 36, - 23 - ], - "recent_avg": 29.5, - "recent_sr": 75.6 - }, - "D Sutherland": { - "recent_scores": [ - 6, - 5, - 0, - 9, - 10 - ], - "recent_avg": 6.0, - "recent_sr": 50.0 - }, - "D Young (2)": { - "recent_scores": [ - 7, - 4, - 5 - ], - "recent_avg": 5.3, - "recent_sr": 100.0 - }, - "DA Marage": { - "recent_scores": [ - 1, - 1, - 3 - ], - "recent_avg": 1.7, - "recent_sr": 45.5 - }, - "DG Crowley": { - "recent_scores": [ - 32, - 10, - 61, - 59, - 4, - 10, - 15, - 0 - ], - "recent_avg": 23.9, - "recent_sr": 99.0 - }, - "DI Chunan": { - "recent_scores": [ - 15, - 12, - 9, - 3 - ], - "recent_avg": 9.8, - "recent_sr": 49.4 - }, - "DJ Hawke": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 50.0 - }, - "DK Arinaitwe": { - "recent_scores": [ - 14, - 28, - 1, - 12, - 22 - ], - "recent_avg": 15.4, - "recent_sr": 77.8 - }, - "DSF Arsakulasuriya": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 77.8 - }, - "DZ Ma": { - "recent_scores": [ - 1, - 5, - 0, - 2, - 1 - ], - "recent_avg": 1.8, - "recent_sr": 25.7 - }, - "Daesik Sung": { - "recent_scores": [ - 0, - 1, - 6, - 33, - 0 - ], - "recent_avg": 8.0, - "recent_sr": 148.1 - }, - "Danial Ahmed": { - "recent_scores": [ - 4, - 5, - 2 - ], - "recent_avg": 3.7, - "recent_sr": 55.0 - }, - "E Kobayashi": { - "recent_scores": [ - 6, - 2, - 0, - 0, - 1, - 4, - 12, - 0 - ], - "recent_avg": 3.1, - "recent_sr": 37.9 - }, - "E Kuribayashi": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 10.0 - }, - "E Ngegba": { - "recent_scores": [ - 29, - 39, - 11, - 1 - ], - "recent_avg": 20.0, - "recent_sr": 87.9 - }, - "E Yamaguchi": { - "recent_scores": [ - 2, - 7, - 2, - 4, - 1, - 1 - ], - "recent_avg": 2.8, - "recent_sr": 37.0 - }, - "EH Dusabemungu": { - "recent_scores": [ - 11, - 12, - 9, - 0, - 3, - 18 - ], - "recent_avg": 8.8, - "recent_sr": 100.0 - }, - "EJ Farley": { - "recent_scores": [ - 21, - 0, - 1, - 8, - 5, - 57 - ], - "recent_avg": 15.3, - "recent_sr": 97.9 - }, - "ELT de Lange": { - "recent_scores": [ - 16, - 8, - 4, - 1 - ], - "recent_avg": 7.2, - "recent_sr": 58.0 - }, - "EM Priddle": { - "recent_scores": [ - 2, - 17, - 11, - 9 - ], - "recent_avg": 9.8, - "recent_sr": 56.5 - }, - "ETV Vaaetasi": { - "recent_scores": [ - 8, - 1 - ], - "recent_avg": 4.5, - "recent_sr": 52.9 - }, - "Eissa Jassim": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Emanuel Solomon": { - "recent_scores": [ - 14, - 2, - 70, - 1, - 10, - 36, - 8 - ], - "recent_avg": 20.1, - "recent_sr": 160.2 - }, - "Eunjin Lee": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "F Nkhoma": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 80.0 - }, - "F Sapatu": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 66.7 - }, - "F Sutherland": { - "recent_scores": [ - 20, - 5, - 6, - 17, - 0 - ], - "recent_avg": 9.6, - "recent_sr": 71.6 - }, - "F Vaaetasi": { - "recent_scores": [ - 6, - 3, - 1 - ], - "recent_avg": 3.3, - "recent_sr": 66.7 - }, - "F Vaelua": { - "recent_scores": [ - 0, - 4, - 30 - ], - "recent_avg": 11.3, - "recent_sr": 73.9 - }, - "FE Urquhart": { - "recent_scores": [ - 19, - 21, - 6 - ], - "recent_avg": 15.3, - "recent_sr": 63.9 - }, - "FS Crockwell": { - "recent_scores": [ - 5, - 14 - ], - "recent_avg": 9.5, - "recent_sr": 67.9 - }, - "Fahad Babar": { - "recent_scores": [ - 30, - 15, - 30, - 10, - 23, - 17, - 10 - ], - "recent_avg": 19.3, - "recent_sr": 94.4 - }, - "Faheem Afrad": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "Faruq Hakimin": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "Fathinah Nasri": { - "recent_scores": [ - 1, - 3 - ], - "recent_avg": 2.0, - "recent_sr": 23.5 - }, - "Feng Yu": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Fiaz Ahmad": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 120.0 - }, - "Fida Hussain": { - "recent_scores": [ - 21, - 18 - ], - "recent_avg": 19.5, - "recent_sr": 84.8 - }, - "Gaofeng Hu": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "Ghazanfar Ali": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Gulam Mustafa": { - "recent_scores": [ - 26 - ], - "recent_avg": 26.0, - "recent_sr": 118.2 - }, - "H Buruka": { - "recent_scores": [ - 3, - 1 - ], - "recent_avg": 2.0, - "recent_sr": 22.2 - }, - "H Gillett": { - "recent_scores": [ - 3, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 23.1 - }, - "H Min Jian": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 20.0 - }, - "H Ramaiya": { - "recent_scores": [ - 1, - 8 - ], - "recent_avg": 4.5, - "recent_sr": 60.0 - }, - "H Shahid": { - "recent_scores": [ - 0, - 5 - ], - "recent_avg": 2.5, - "recent_sr": 55.6 - }, - "H de Klerk": { - "recent_scores": [ - 13, - 0, - 8, - 2, - 1 - ], - "recent_avg": 4.8, - "recent_sr": 53.3 - }, - "HH Banner": { - "recent_scores": [ - 5, - 0, - 10, - 10, - 4 - ], - "recent_avg": 5.8, - "recent_sr": 90.6 - }, - "HH Patel": { - "recent_scores": [ - 15, - 5, - 12 - ], - "recent_avg": 10.7, - "recent_sr": 84.2 - }, - "HJ Yan": { - "recent_scores": [ - 0, - 11, - 1, - 0, - 1 - ], - "recent_avg": 2.6, - "recent_sr": 27.1 - }, - "HR Bhamu": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "HS Almuzahim": { - "recent_scores": [ - 45, - 21, - 2, - 17, - 7, - 1 - ], - "recent_avg": 15.5, - "recent_sr": 87.7 - }, - "HT Li": { - "recent_scores": [ - 4, - 0, - 0, - 1, - 4 - ], - "recent_avg": 1.8, - "recent_sr": 23.1 - }, - "Hammad Saeed": { - "recent_scores": [ - 1, - 30, - 6, - 24 - ], - "recent_avg": 15.2, - "recent_sr": 141.9 - }, - "Hammadullah Khan": { - "recent_scores": [ - 28, - 6, - 8 - ], - "recent_avg": 14.0, - "recent_sr": 87.5 - }, - "Han Junhui": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 50.0 - }, - "Harvinder Singh": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 61.5 - }, - "Hassan Ghulam": { - "recent_scores": [ - 0, - 27, - 15 - ], - "recent_avg": 14.0, - "recent_sr": 127.3 - }, - "Hassan Ibrahim": { - "recent_scores": [ - 16, - 29, - 1 - ], - "recent_avg": 15.3, - "recent_sr": 127.8 - }, - "Hisham Mirza": { - "recent_scores": [ - 2, - 15 - ], - "recent_avg": 8.5, - "recent_sr": 77.3 - }, - "Hongki Kim": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "Hou Rui": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Hyeji Jeong": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "Hyobum An": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "I Medhi": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "IA Gidwani": { - "recent_scores": [ - 1, - 8 - ], - "recent_avg": 4.5, - "recent_sr": 40.9 - }, - "IDGP Kisawa": { - "recent_scores": [ - 2, - 0, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 33.3 - }, - "Ibrahim Vhora": { - "recent_scores": [ - 5, - 1, - 5, - 11 - ], - "recent_avg": 5.5, - "recent_sr": 36.1 - }, - "Ibrarul Haq": { - "recent_scores": [ - 1, - 0, - 1, - 0, - 30, - 10 - ], - "recent_avg": 7.0, - "recent_sr": 140.0 - }, - "Ilhwan Seo": { - "recent_scores": [ - 6, - 9, - 14 - ], - "recent_avg": 9.7, - "recent_sr": 65.9 - }, - "Imran Ali": { - "recent_scores": [ - 0, - 3, - 12 - ], - "recent_avg": 5.0, - "recent_sr": 88.2 - }, - "Imran Ashraf": { - "recent_scores": [ - 33, - 0, - 21 - ], - "recent_avg": 18.0, - "recent_sr": 131.7 - }, - "Imran Awan": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "Imran Azam": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "Imran Bulbulia": { - "recent_scores": [ - 0, - 6, - 17, - 1, - 25 - ], - "recent_avg": 9.8, - "recent_sr": 65.3 - }, - "Imran Ismail": { - "recent_scores": [ - 31, - 55, - 17 - ], - "recent_avg": 34.3, - "recent_sr": 158.5 - }, - "Imran Patel": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 233.3 - }, - "Inayat Saeed": { - "recent_scores": [ - 13, - 3, - 21, - 5 - ], - "recent_avg": 10.5, - "recent_sr": 70.0 - }, - "Inho Cha": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Inyeong Oh": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 58.3 - }, - "J Adderley": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 100.0 - }, - "J Avok": { - "recent_scores": [ - 3, - 11, - 47, - 2, - 0 - ], - "recent_avg": 12.6, - "recent_sr": 51.6 - }, - "J Ayannike": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "J Badjan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "J Balkrisna": { - "recent_scores": [ - 12, - 12 - ], - "recent_avg": 12.0, - "recent_sr": 70.6 - }, - "J Bartholemew": { - "recent_scores": [ - 2, - 4 - ], - "recent_avg": 3.0, - "recent_sr": 60.0 - }, - "J Benjamin": { - "recent_scores": [ - 4, - 24, - 0, - 4, - 4 - ], - "recent_avg": 7.2, - "recent_sr": 124.1 - }, - "J Chilia": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "J Davidson": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 125.0 - }, - "J Francis": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "J Hazell": { - "recent_scores": [ - 2, - 8 - ], - "recent_avg": 5.0, - "recent_sr": 125.0 - }, - "J Kida": { - "recent_scores": [ - 0, - 0, - 16, - 10 - ], - "recent_avg": 6.5, - "recent_sr": 44.1 - }, - "J Roper": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "J Valenikuila": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "J Van Der Werf": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 150.0 - }, - "J Veikauyaki": { - "recent_scores": [ - 11, - 24, - 2, - 15, - 1, - 1 - ], - "recent_avg": 9.0, - "recent_sr": 85.7 - }, - "J White": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 20.0 - }, - "J Yamashita": { - "recent_scores": [ - 8, - 2, - 9, - 21, - 0 - ], - "recent_avg": 8.0, - "recent_sr": 102.6 - }, - "JA DeSilva": { - "recent_scores": [ - 5, - 1 - ], - "recent_avg": 3.0, - "recent_sr": 75.0 - }, - "JH Patel": { - "recent_scores": [ - 20, - 17, - 2, - 1, - 30, - 1, - 16, - 2, - 5 - ], - "recent_avg": 10.4, - "recent_sr": 116.0 - }, - "JK Chandubhai": { - "recent_scores": [ - 79, - 0, - 10, - 52 - ], - "recent_avg": 35.2, - "recent_sr": 139.6 - }, - "JL Lambourdiere": { - "recent_scores": [ - 0, - 30, - 9 - ], - "recent_avg": 13.0, - "recent_sr": 70.9 - }, - "JR Hansen": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "Jannadiah Halim": { - "recent_scores": [ - 3, - 8, - 2, - 2 - ], - "recent_avg": 3.8, - "recent_sr": 37.5 - }, - "Jannisar Khan": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 100.0 - }, - "Jawad Muhammad": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "Jeongyoon Kim": { - "recent_scores": [ - 20 - ], - "recent_avg": 20.0, - "recent_sr": 50.0 - }, - "Jiang Shu Yao": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 41.7 - }, - "Jiang Shuyao": { - "recent_scores": [ - 21, - 7, - 3 - ], - "recent_avg": 10.3, - "recent_sr": 51.7 - }, - "Jina Lee": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "Jinseup Park": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 14.3 - }, - "Jiwon Choi": { - "recent_scores": [ - 0, - 0, - 8, - 2, - 3, - 2, - 0 - ], - "recent_avg": 2.1, - "recent_sr": 46.9 - }, - "K Ahir": { - "recent_scores": [ - 0, - 9 - ], - "recent_avg": 4.5, - "recent_sr": 52.9 - }, - "K Anderson": { - "recent_scores": [ - 17, - 1, - 1 - ], - "recent_avg": 6.3, - "recent_sr": 36.5 - }, - "K Aswani": { - "recent_scores": [ - 9, - 31 - ], - "recent_avg": 20.0, - "recent_sr": 102.6 - }, - "K Coulter": { - "recent_scores": [ - 3, - 3 - ], - "recent_avg": 3.0, - "recent_sr": 30.0 - }, - "K Ganesh": { - "recent_scores": [ - 4, - 15, - 18, - 22, - 29, - 6, - 1, - 36 - ], - "recent_avg": 16.4, - "recent_sr": 100.8 - }, - "K Ishimoto": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 12.5 - }, - "K Kaul": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 83.3 - }, - "K Mira": { - "recent_scores": [ - 16, - 7, - 4, - 3, - 2 - ], - "recent_avg": 6.4, - "recent_sr": 54.2 - }, - "K Niras": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "K Roca": { - "recent_scores": [ - 1, - 1, - 8, - 2, - 0 - ], - "recent_avg": 2.4, - "recent_sr": 32.4 - }, - "K Saesong": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "K Seura": { - "recent_scores": [ - 5, - 8, - 2 - ], - "recent_avg": 5.0, - "recent_sr": 57.7 - }, - "K Subramanian": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 150.0 - }, - "K Suresh": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 41.7 - }, - "K Wakita": { - "recent_scores": [ - 5, - 19, - 18 - ], - "recent_avg": 14.0, - "recent_sr": 102.4 - }, - "KB Shinde": { - "recent_scores": [ - 36, - 22, - 33 - ], - "recent_avg": 30.3, - "recent_sr": 135.8 - }, - "KE Bashir": { - "recent_scores": [ - 1, - 4 - ], - "recent_avg": 2.5, - "recent_sr": 100.0 - }, - "KF Bazil": { - "recent_scores": [ - 38 - ], - "recent_avg": 38.0, - "recent_sr": 131.0 - }, - "KK Gill": { - "recent_scores": [ - 0, - 2, - 48, - 4, - 16, - 33 - ], - "recent_avg": 17.2, - "recent_sr": 63.6 - }, - "KLG Li": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "KM Umair": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 33.3 - }, - "KN Mussa": { - "recent_scores": [ - 6, - 35, - 0, - 1 - ], - "recent_avg": 10.5, - "recent_sr": 82.4 - }, - "KRS Hansen": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "KSB Tavo": { - "recent_scores": [ - 2, - 5, - 2, - 17, - 5, - 2 - ], - "recent_avg": 5.5, - "recent_sr": 66.0 - }, - "KZ Rehmtullah": { - "recent_scores": [ - 7, - 26 - ], - "recent_avg": 16.5, - "recent_sr": 126.9 - }, - "Kaleem Shah": { - "recent_scores": [ - 19, - 9, - 2 - ], - "recent_avg": 10.0, - "recent_sr": 83.3 - }, - "Kamran Mahmood": { - "recent_scores": [ - 0, - 14, - 41, - 3, - 9, - 0 - ], - "recent_avg": 11.2, - "recent_sr": 108.1 - }, - "Kashif Hussain": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "Kashif Sharif": { - "recent_scores": [ - 1, - 31 - ], - "recent_avg": 16.0, - "recent_sr": 139.1 - }, - "Kashish Agarwal": { - "recent_scores": [ - 22, - 1 - ], - "recent_avg": 11.5, - "recent_sr": 82.1 - }, - "Khaled Khan": { - "recent_scores": [ - 28 - ], - "recent_avg": 28.0, - "recent_sr": 155.6 - }, - "Khalid Butt": { - "recent_scores": [ - 31, - 14, - 4 - ], - "recent_avg": 16.3, - "recent_sr": 132.4 - }, - "Khawar Abbas": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 85.7 - }, - "Kim Yongtae": { - "recent_scores": [ - 21, - 3, - 14, - 5 - ], - "recent_avg": 10.8, - "recent_sr": 110.3 - }, - "Kumar Subba": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 25.0 - }, - "Kyungsik Kim": { - "recent_scores": [ - 12, - 0 - ], - "recent_avg": 6.0, - "recent_sr": 100.0 - }, - "L Evile": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 14.3 - }, - "L Hyde": { - "recent_scores": [ - 2, - 22, - 2, - 0, - 4 - ], - "recent_avg": 6.0, - "recent_sr": 55.6 - }, - "L Klazinga": { - "recent_scores": [ - 9, - 7, - 6 - ], - "recent_avg": 7.3, - "recent_sr": 115.8 - }, - "L Sematimba": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 90.0 - }, - "LI Wilkinson": { - "recent_scores": [ - 3, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 42.9 - }, - "LJ Cush": { - "recent_scores": [ - 65, - 1, - 15 - ], - "recent_avg": 27.0, - "recent_sr": 105.2 - }, - "LM Paterlini": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 50.0 - }, - "LP van der Westhuizen": { - "recent_scores": [ - 50, - 5, - 1, - 4, - 22, - 41, - 10, - 10, - 12 - ], - "recent_avg": 17.2, - "recent_sr": 118.3 - }, - "Lee Jungwan": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Lei Sun": { - "recent_scores": [ - 14, - 10 - ], - "recent_avg": 12.0, - "recent_sr": 49.0 - }, - "Li Jian": { - "recent_scores": [ - 15, - 1 - ], - "recent_avg": 8.0, - "recent_sr": 200.0 - }, - "Lim Jeongwook": { - "recent_scores": [ - 1, - 1, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 9.1 - }, - "Liu Xiaonan": { - "recent_scores": [ - 3, - 4, - 11, - 5, - 1, - 0, - 0, - 6 - ], - "recent_avg": 3.8, - "recent_sr": 21.3 - }, - "Lu Cangcang": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 28.6 - }, - "M Armghan Khan": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 100.0 - }, - "M Asama": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 10.0 - }, - "M Camara": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 7.7 - }, - "M Chauhan": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "M Dumbuya": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 25.0 - }, - "M Hoffman": { - "recent_scores": [ - 7, - 11 - ], - "recent_avg": 9.0, - "recent_sr": 51.4 - }, - "M Kenni": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "M Kobayashi": { - "recent_scores": [ - 9, - 14, - 4, - 50, - 24, - 38, - 12, - 3, - 29 - ], - "recent_avg": 20.3, - "recent_sr": 89.7 - }, - "M Mansaray": { - "recent_scores": [ - 5, - 2 - ], - "recent_avg": 3.5, - "recent_sr": 43.8 - }, - "M Mutumbe": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "M Nalule": { - "recent_scores": [ - 0, - 4, - 11 - ], - "recent_avg": 5.0, - "recent_sr": 50.0 - }, - "M Singh": { - "recent_scores": [ - 4, - 0, - 5 - ], - "recent_avg": 3.0, - "recent_sr": 45.0 - }, - "M Stary": { - "recent_scores": [ - 21 - ], - "recent_avg": 21.0, - "recent_sr": 65.6 - }, - "M Takada": { - "recent_scores": [ - 5, - 0 - ], - "recent_avg": 2.5, - "recent_sr": 45.5 - }, - "M Uliao": { - "recent_scores": [ - 0, - 16, - 1 - ], - "recent_avg": 5.7, - "recent_sr": 48.6 - }, - "M Yamamoto": { - "recent_scores": [ - 0, - 4, - 3, - 0 - ], - "recent_avg": 1.8, - "recent_sr": 29.2 - }, - "MB Gauna": { - "recent_scores": [ - 19, - 2, - 0, - 19, - 28, - 10 - ], - "recent_avg": 13.0, - "recent_sr": 113.0 - }, - "MG Raso": { - "recent_scores": [ - 7, - 13, - 0, - 35, - 24 - ], - "recent_avg": 15.8, - "recent_sr": 109.7 - }, - "MI Tato": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "MIA Patel": { - "recent_scores": [ - 8, - 25, - 10, - 9 - ], - "recent_avg": 13.0, - "recent_sr": 88.1 - }, - "MJ Paterlini": { - "recent_scores": [ - 21 - ], - "recent_avg": 21.0, - "recent_sr": 110.5 - }, - "MJ Turik": { - "recent_scores": [ - 2, - 8 - ], - "recent_avg": 5.0, - "recent_sr": 58.8 - }, - "MK Gohal": { - "recent_scores": [ - 3, - 5, - 29 - ], - "recent_avg": 12.3, - "recent_sr": 92.5 - }, - "MK Patel": { - "recent_scores": [ - 4, - 7 - ], - "recent_avg": 5.5, - "recent_sr": 64.7 - }, - "ML Ford": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 33.3 - }, - "ML Maiava": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 33.3 - }, - "MR Pedersen": { - "recent_scores": [ - 11, - 21, - 6, - 15 - ], - "recent_avg": 13.2, - "recent_sr": 72.6 - }, - "MS Henriksen": { - "recent_scores": [ - 57 - ], - "recent_avg": 57.0, - "recent_sr": 190.0 - }, - "Mark Bawa": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 66.7 - }, - "Md Nurul Huda": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 60.0 - }, - "Mihusan Hamid": { - "recent_scores": [ - 4, - 24, - 4, - 18, - 17, - 4 - ], - "recent_avg": 11.8, - "recent_sr": 71.7 - }, - "Mijin Hu": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 50.0 - }, - "Mitulkumar Patel": { - "recent_scores": [ - 7, - 5, - 16 - ], - "recent_avg": 9.3, - "recent_sr": 41.2 - }, - "Moazzam Imtiaz": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 160.0 - }, - "Mohamed Iqbal Noor": { - "recent_scores": [ - 4, - 1, - 2 - ], - "recent_avg": 2.3, - "recent_sr": 58.3 - }, - "Mohamed Saafee": { - "recent_scores": [ - 1, - 0, - 0 - ], - "recent_avg": 0.3, - "recent_sr": 11.1 - }, - "Mohamed Shoib": { - "recent_scores": [ - 2, - 1 - ], - "recent_avg": 1.5, - "recent_sr": 75.0 - }, - "Mohammad Afzal": { - "recent_scores": [ - 2, - 23, - 19, - 17, - 1, - 7, - 13, - 34, - 9 - ], - "recent_avg": 13.9, - "recent_sr": 89.3 - }, - "Mohammad Azam": { - "recent_scores": [ - 1, - 7, - 28, - 0, - 36, - 37, - 6, - 51, - 17 - ], - "recent_avg": 20.3, - "recent_sr": 86.3 - }, - "Mohammad Maaz Khan": { - "recent_scores": [ - 17, - 0, - 0, - 12, - 25 - ], - "recent_avg": 10.8, - "recent_sr": 142.1 - }, - "Mohammad Nazril": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 112.5 - }, - "Mohammad Shafiq": { - "recent_scores": [ - 16, - 0, - 25, - 2, - 25, - 10, - 5, - 4 - ], - "recent_avg": 10.9, - "recent_sr": 93.5 - }, - "Mohammed Asghar": { - "recent_scores": [ - 15, - 31, - 11, - 4, - 1, - 66 - ], - "recent_avg": 21.3, - "recent_sr": 117.4 - }, - "Mohammed Irfan": { - "recent_scores": [ - 5, - 63, - 13 - ], - "recent_avg": 27.0, - "recent_sr": 135.0 - }, - "Mohammed Irfan (2)": { - "recent_scores": [ - 13, - 0, - 13, - 9 - ], - "recent_avg": 8.8, - "recent_sr": 194.4 - }, - "Mohsin Raza": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 63.6 - }, - "Muawiyath Ghanee": { - "recent_scores": [ - 0, - 1, - 11 - ], - "recent_avg": 4.0, - "recent_sr": 66.7 - }, - "Mueez ul Hassan": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 66.7 - }, - "Muhaddis Muhaddis": { - "recent_scores": [ - 16, - 7, - 13, - 22, - 37 - ], - "recent_avg": 19.0, - "recent_sr": 137.7 - }, - "Muhamad Makram": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "Muhammad Abbasi": { - "recent_scores": [ - 17, - 1 - ], - "recent_avg": 9.0, - "recent_sr": 100.0 - }, - "Muhammad Asif": { - "recent_scores": [ - 3, - 2 - ], - "recent_avg": 2.5, - "recent_sr": 125.0 - }, - "Muhammad Ghous": { - "recent_scores": [ - 2, - 11, - 2, - 8, - 3, - 10, - 4 - ], - "recent_avg": 5.7, - "recent_sr": 133.3 - }, - "Muhammad Khurram": { - "recent_scores": [ - 3, - 35, - 2, - 1 - ], - "recent_avg": 10.2, - "recent_sr": 82.0 - }, - "Muhammad Saeed": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 90.9 - }, - "Muzaffar Mujeed": { - "recent_scores": [ - 15, - 16 - ], - "recent_avg": 15.5, - "recent_sr": 119.2 - }, - "N Dokarker": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 28.6 - }, - "N Ellick": { - "recent_scores": [ - 4, - 0 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "N Konchan": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 42.9 - }, - "N Miyaji": { - "recent_scores": [ - 10, - 6, - 15, - 49, - 1, - 28, - 8 - ], - "recent_avg": 16.7, - "recent_sr": 75.5 - }, - "N Nyathi": { - "recent_scores": [ - 0, - 1, - 9, - 4, - 6, - 28 - ], - "recent_avg": 8.0, - "recent_sr": 41.4 - }, - "N Ovasuru": { - "recent_scores": [ - 5, - 2, - 1, - 36 - ], - "recent_avg": 11.0, - "recent_sr": 65.7 - }, - "N Revers": { - "recent_scores": [ - 6, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 100.0 - }, - "N Sun": { - "recent_scores": [ - 2, - 0, - 1, - 3, - 4 - ], - "recent_avg": 2.0, - "recent_sr": 16.9 - }, - "N Vaasili": { - "recent_scores": [ - 16, - 7, - 10, - 2 - ], - "recent_avg": 8.8, - "recent_sr": 74.5 - }, - "N White": { - "recent_scores": [ - 0, - 15 - ], - "recent_avg": 7.5, - "recent_sr": 93.8 - }, - "NA Pratt": { - "recent_scores": [ - 19, - 60, - 76 - ], - "recent_avg": 51.7, - "recent_sr": 103.3 - }, - "NAT Watkins": { - "recent_scores": [ - 1, - 27, - 2, - 6 - ], - "recent_avg": 9.0, - "recent_sr": 87.8 - }, - "NC McGarrell": { - "recent_scores": [ - 23, - 21 - ], - "recent_avg": 22.0, - "recent_sr": 104.8 - }, - "NI Standford": { - "recent_scores": [ - 40, - 40, - 13, - 19 - ], - "recent_avg": 28.0, - "recent_sr": 160.0 - }, - "NRP Scholtz": { - "recent_scores": [ - 6, - 37, - 0, - 0, - 11, - 0, - 25, - 8, - 1, - 8 - ], - "recent_avg": 9.6, - "recent_sr": 107.9 - }, - "Na An": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 57.1 - }, - "Nadeem Butt": { - "recent_scores": [ - 12, - 5, - 0 - ], - "recent_avg": 5.7, - "recent_sr": 53.1 - }, - "Nadeem Javed": { - "recent_scores": [ - 15, - 8 - ], - "recent_avg": 11.5, - "recent_sr": 143.8 - }, - "Nadhirah Nasruddin": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Naseer Jamali": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "Nasir Abbasi": { - "recent_scores": [ - 4, - 65, - 14 - ], - "recent_avg": 27.7, - "recent_sr": 188.6 - }, - "Nisar Ahmed": { - "recent_scores": [ - 20 - ], - "recent_avg": 20.0, - "recent_sr": 66.7 - }, - "Noman Naeem": { - "recent_scores": [ - 20, - 32, - 12 - ], - "recent_avg": 21.3, - "recent_sr": 84.2 - }, - "Nur Syazwina Hanim": { - "recent_scores": [ - 2, - 1 - ], - "recent_avg": 1.5, - "recent_sr": 20.0 - }, - "O Olatunji": { - "recent_scores": [ - 0, - 49 - ], - "recent_avg": 24.5, - "recent_sr": 128.9 - }, - "OA Olympio": { - "recent_scores": [ - 2, - 4 - ], - "recent_avg": 3.0, - "recent_sr": 50.0 - }, - "OM Baker": { - "recent_scores": [ - 17, - 0, - 21, - 28 - ], - "recent_avg": 16.5, - "recent_sr": 83.5 - }, - "OSM Rae": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 42.9 - }, - "P Alam": { - "recent_scores": [ - 14, - 11 - ], - "recent_avg": 12.5, - "recent_sr": 89.3 - }, - "P Faye": { - "recent_scores": [ - 3, - 4 - ], - "recent_avg": 3.5, - "recent_sr": 87.5 - }, - "P Littlejohns": { - "recent_scores": [ - 15, - 1 - ], - "recent_avg": 8.0, - "recent_sr": 94.1 - }, - "P Ochan": { - "recent_scores": [ - 2, - 8, - 1, - 2 - ], - "recent_avg": 3.2, - "recent_sr": 56.5 - }, - "P Prathanmitr": { - "recent_scores": [ - 9, - 11, - 1, - 10 - ], - "recent_avg": 7.8, - "recent_sr": 48.4 - }, - "P Stroud": { - "recent_scores": [ - 5, - 6 - ], - "recent_avg": 5.5, - "recent_sr": 84.6 - }, - "P Sungnard": { - "recent_scores": [ - 24, - 0 - ], - "recent_avg": 12.0, - "recent_sr": 82.8 - }, - "PA Petricola": { - "recent_scores": [ - 0, - 3, - 0, - 38, - 3, - 34, - 3, - 1 - ], - "recent_avg": 10.2, - "recent_sr": 77.4 - }, - "PM Selowa": { - "recent_scores": [ - 7, - 20, - 21, - 2, - 21, - 22 - ], - "recent_avg": 15.5, - "recent_sr": 79.5 - }, - "PN Gamage": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 40.0 - }, - "PRPM Guruge": { - "recent_scores": [ - 0, - 1, - 1, - 8, - 1 - ], - "recent_avg": 2.2, - "recent_sr": 36.7 - }, - "PW Gough": { - "recent_scores": [ - 42, - 27, - 20, - 7, - 14, - 81 - ], - "recent_avg": 31.8, - "recent_sr": 104.4 - }, - "Park Keunyeol": { - "recent_scores": [ - 2, - 1, - 4, - 7, - 21, - 4 - ], - "recent_avg": 6.5, - "recent_sr": 50.0 - }, - "Pawan Kumar": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Pu Xianliang": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 66.7 - }, - "QS Tan": { - "recent_scores": [ - 0, - 0, - 1, - 3, - 2 - ], - "recent_avg": 1.2, - "recent_sr": 17.1 - }, - "Qing Yi": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "R Amarshi": { - "recent_scores": [ - 0, - 10, - 0, - 4 - ], - "recent_avg": 3.5, - "recent_sr": 66.7 - }, - "R Belgrove": { - "recent_scores": [ - 4, - 9, - 8 - ], - "recent_avg": 7.0, - "recent_sr": 72.4 - }, - "R Ebanks": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "R Kano": { - "recent_scores": [ - 48, - 8, - 34 - ], - "recent_avg": 30.0, - "recent_sr": 80.4 - }, - "R Matsumura": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 64.3 - }, - "R Parkes": { - "recent_scores": [ - 45 - ], - "recent_avg": 45.0, - "recent_sr": 125.0 - }, - "R Pathak": { - "recent_scores": [ - 1, - 5, - 3 - ], - "recent_avg": 3.0, - "recent_sr": 42.9 - }, - "R Pavadaikannan": { - "recent_scores": [ - 4, - 4 - ], - "recent_avg": 4.0, - "recent_sr": 100.0 - }, - "R Pradhan": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "R Rawal": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 66.7 - }, - "R Sangsoma": { - "recent_scores": [ - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "R Schachat": { - "recent_scores": [ - 5, - 8, - 8, - 5, - 5 - ], - "recent_avg": 6.2, - "recent_sr": 83.8 - }, - "R Tommy": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 75.0 - }, - "R Tsutsui": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "R van Schoor": { - "recent_scores": [ - 34, - 16, - 7, - 21, - 16, - 11, - 7, - 46, - 58, - 9 - ], - "recent_avg": 22.5, - "recent_sr": 105.6 - }, - "RA Marshall": { - "recent_scores": [ - 25, - 1 - ], - "recent_avg": 13.0, - "recent_sr": 74.3 - }, - "RB Javed": { - "recent_scores": [ - 6, - 1, - 1 - ], - "recent_avg": 2.7, - "recent_sr": 114.3 - }, - "RD Bovell": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 44.4 - }, - "RG Okia": { - "recent_scores": [ - 21, - 11, - 4, - 33, - 31, - 3 - ], - "recent_avg": 17.2, - "recent_sr": 98.1 - }, - "RH Kanyandula": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 87.5 - }, - "RJ Ranpura": { - "recent_scores": [ - 2, - 9, - 22, - 28 - ], - "recent_avg": 15.2, - "recent_sr": 179.4 - }, - "RJ Robinson": { - "recent_scores": [ - 1, - 8 - ], - "recent_avg": 4.5, - "recent_sr": 90.0 - }, - "RK Kanoujiya": { - "recent_scores": [ - 2, - 6, - 1, - 22 - ], - "recent_avg": 7.8, - "recent_sr": 59.6 - }, - "Rafiqul Islam": { - "recent_scores": [ - 24, - 1 - ], - "recent_avg": 12.5, - "recent_sr": 138.9 - }, - "Raz Ahsik Imtiaz": { - "recent_scores": [ - 5, - 27 - ], - "recent_avg": 16.0, - "recent_sr": 72.7 - }, - "Rewina Mohammad": { - "recent_scores": [ - 7, - 3 - ], - "recent_avg": 5.0, - "recent_sr": 45.5 - }, - "Reyhan Faiz": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "Riaz Suleman": { - "recent_scores": [ - 2, - 2, - 0 - ], - "recent_avg": 1.3, - "recent_sr": 44.4 - }, - "Riyad Khan": { - "recent_scores": [ - 14, - 2 - ], - "recent_avg": 8.0, - "recent_sr": 84.2 - }, - "Riyas Bazirhak": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "Rizwan Khaliq": { - "recent_scores": [ - 12, - 1 - ], - "recent_avg": 6.5, - "recent_sr": 52.0 - }, - "Roheel Shamus": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 100.0 - }, - "S Ambo": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 75.0 - }, - "S Appusamy": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 20.0 - }, - "S Chohan": { - "recent_scores": [ - 1, - 51, - 0, - 0 - ], - "recent_avg": 13.0, - "recent_sr": 140.5 - }, - "S Eno": { - "recent_scores": [ - 3, - 1 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "S Groenewald": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Htet Wai": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Iftikhar": { - "recent_scores": [ - 18, - 29, - 7 - ], - "recent_avg": 18.0, - "recent_sr": 60.7 - }, - "S Kubota": { - "recent_scores": [ - 3, - 0, - 7, - 1 - ], - "recent_avg": 2.8, - "recent_sr": 28.9 - }, - "S Lohani": { - "recent_scores": [ - 27 - ], - "recent_avg": 27.0, - "recent_sr": 158.8 - }, - "S Navaratnam": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 116.7 - }, - "S Parvady": { - "recent_scores": [ - 2, - 9 - ], - "recent_avg": 5.5, - "recent_sr": 47.8 - }, - "S Ramataboe": { - "recent_scores": [ - 2, - 3 - ], - "recent_avg": 2.5, - "recent_sr": 45.5 - }, - "S Rayner": { - "recent_scores": [ - 10, - 6, - 1 - ], - "recent_avg": 5.7, - "recent_sr": 54.8 - }, - "S Saeed": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Seth": { - "recent_scores": [ - 9, - 4 - ], - "recent_avg": 6.5, - "recent_sr": 38.2 - }, - "S Sivanantham": { - "recent_scores": [ - 32, - 14 - ], - "recent_avg": 23.0, - "recent_sr": 63.0 - }, - "S Tittlemier": { - "recent_scores": [ - 10, - 4 - ], - "recent_avg": 7.0, - "recent_sr": 70.0 - }, - "S Tuitoga": { - "recent_scores": [ - 15, - 5 - ], - "recent_avg": 10.0, - "recent_sr": 80.0 - }, - "S Udugalage": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Vashishat": { - "recent_scores": [ - 6, - 3 - ], - "recent_avg": 4.5, - "recent_sr": 52.9 - }, - "SA Mohamed": { - "recent_scores": [ - 23 - ], - "recent_avg": 23.0, - "recent_sr": 115.0 - }, - "SC Mucyo": { - "recent_scores": [ - 17, - 6, - 1, - 0 - ], - "recent_avg": 6.0, - "recent_sr": 43.6 - }, - "SH Ahmad": { - "recent_scores": [ - 34, - 11 - ], - "recent_avg": 22.5, - "recent_sr": 100.0 - }, - "SJ Ally": { - "recent_scores": [ - 0, - 48, - 9 - ], - "recent_avg": 19.0, - "recent_sr": 172.7 - }, - "SKG Krishnan": { - "recent_scores": [ - 10, - 4 - ], - "recent_avg": 7.0, - "recent_sr": 77.8 - }, - "SP Sharma": { - "recent_scores": [ - 12, - 8, - 0 - ], - "recent_avg": 6.7, - "recent_sr": 100.0 - }, - "SR Gurung": { - "recent_scores": [ - 15, - 6, - 2 - ], - "recent_avg": 7.7, - "recent_sr": 74.2 - }, - "SR Santhanam": { - "recent_scores": [ - 1, - 2, - 11, - 0, - 4, - 8 - ], - "recent_avg": 4.3, - "recent_sr": 70.3 - }, - "SRM Arachichige": { - "recent_scores": [ - 20, - 0 - ], - "recent_avg": 10.0, - "recent_sr": 83.3 - }, - "SS Dhindsa": { - "recent_scores": [ - 1, - 3, - 4 - ], - "recent_avg": 2.7, - "recent_sr": 53.3 - }, - "SS Nadkarni": { - "recent_scores": [ - 1, - 25, - 42 - ], - "recent_avg": 22.7, - "recent_sr": 125.9 - }, - "SW Kalworai": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 112.5 - }, - "Saad Janjua": { - "recent_scores": [ - 33, - 24 - ], - "recent_avg": 28.5, - "recent_sr": 196.6 - }, - "Sabir Zahoor": { - "recent_scores": [ - 31, - 24 - ], - "recent_avg": 27.5, - "recent_sr": 119.6 - }, - "Sajid Manzil": { - "recent_scores": [ - 2, - 8, - 11, - 16, - 2 - ], - "recent_avg": 7.8, - "recent_sr": 90.7 - }, - "Sangwook Lee": { - "recent_scores": [ - 9, - 0, - 12 - ], - "recent_avg": 7.0, - "recent_sr": 47.7 - }, - "Sarfaraj Mulla": { - "recent_scores": [ - 0, - 30, - 0 - ], - "recent_avg": 10.0, - "recent_sr": 75.0 - }, - "Shahanaz Parvin": { - "recent_scores": [ - 3, - 0 - ], - "recent_avg": 1.5, - "recent_sr": 42.9 - }, - "Shahbaz Rasheed": { - "recent_scores": [ - 14, - 38, - 36, - 4, - 22, - 6, - 9, - 7 - ], - "recent_avg": 17.0, - "recent_sr": 98.6 - }, - "Shahrulnizam Yusof": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 150.0 - }, - "Shahzad Mahmood": { - "recent_scores": [ - 9, - 0, - 4, - 0 - ], - "recent_avg": 3.2, - "recent_sr": 61.9 - }, - "Shahzeb Mohammed": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "Shanawaz Khan": { - "recent_scores": [ - 20 - ], - "recent_avg": 20.0, - "recent_sr": 87.0 - }, - "Shi Yu Feng": { - "recent_scores": [ - 0, - 0, - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Shoaib Ali": { - "recent_scores": [ - 54, - 6, - 0, - 1 - ], - "recent_avg": 15.2, - "recent_sr": 244.0 - }, - "Shoaib Qureshi": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Shoaib Razzak": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Sibtain Raza": { - "recent_scores": [ - 21, - 7 - ], - "recent_avg": 14.0, - "recent_sr": 112.0 - }, - "Sobha Aale": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 26.1 - }, - "Sohail Akhtar (2)": { - "recent_scores": [ - 13, - 21, - 6, - 25 - ], - "recent_avg": 16.2, - "recent_sr": 86.7 - }, - "Song Yang Yang": { - "recent_scores": [ - 18, - 29 - ], - "recent_avg": 23.5, - "recent_sr": 69.1 - }, - "Song Yulin": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 28.6 - }, - "Soochan Park": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Souta Wada": { - "recent_scores": [ - 23, - 2 - ], - "recent_avg": 12.5, - "recent_sr": 73.5 - }, - "Suhan Alagaratnam": { - "recent_scores": [ - 7, - 0, - 5, - 21, - 13, - 33, - 34, - 8, - 10, - 32 - ], - "recent_avg": 16.3, - "recent_sr": 113.2 - }, - "Suharril Fetri": { - "recent_scores": [ - 0, - 3, - 16, - 2 - ], - "recent_avg": 5.2, - "recent_sr": 67.7 - }, - "Suin Bang": { - "recent_scores": [ - 0, - 1 - ], - "recent_avg": 0.5, - "recent_sr": 14.3 - }, - "Sunghoon Cho": { - "recent_scores": [ - 8, - 23, - 19 - ], - "recent_avg": 16.7, - "recent_sr": 61.0 - }, - "Syed Hussain": { - "recent_scores": [ - 6, - 6 - ], - "recent_avg": 6.0, - "recent_sr": 63.2 - }, - "Sze Wan Yip": { - "recent_scores": [ - 1, - 15, - 18, - 7, - 17 - ], - "recent_avg": 11.6, - "recent_sr": 49.6 - }, - "T Caruana": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 27.3 - }, - "T Francis": { - "recent_scores": [ - 35 - ], - "recent_avg": 35.0, - "recent_sr": 145.8 - }, - "T Mlilo": { - "recent_scores": [ - 0, - 3, - 0, - 19, - 3 - ], - "recent_avg": 5.0, - "recent_sr": 48.1 - }, - "T Mohapi": { - "recent_scores": [ - 2, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 36.4 - }, - "T Ota": { - "recent_scores": [ - 10, - 12, - 0, - 4, - 4, - 39, - 0, - 2 - ], - "recent_avg": 8.9, - "recent_sr": 122.4 - }, - "T Sen": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 100.0 - }, - "T Tavo": { - "recent_scores": [ - 1, - 1, - 2 - ], - "recent_avg": 1.3, - "recent_sr": 25.0 - }, - "T Verwey": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "T van der Gun": { - "recent_scores": [ - 20, - 11 - ], - "recent_avg": 15.5, - "recent_sr": 124.0 - }, - "TC Vine": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "TDF Vehvilainen": { - "recent_scores": [ - 8, - 1 - ], - "recent_avg": 4.5, - "recent_sr": 50.0 - }, - "TK Saha": { - "recent_scores": [ - 6, - 3, - 19 - ], - "recent_avg": 9.3, - "recent_sr": 75.7 - }, - "TL Cleasby": { - "recent_scores": [ - 1, - 2 - ], - "recent_avg": 1.5, - "recent_sr": 21.4 - }, - "Taekwan Park": { - "recent_scores": [ - 7, - 6, - 6, - 0, - 10, - 11 - ], - "recent_avg": 6.7, - "recent_sr": 53.3 - }, - "Taha Ahmed": { - "recent_scores": [ - 2, - 6, - 19, - 19 - ], - "recent_avg": 11.5, - "recent_sr": 93.9 - }, - "Tandin Wangchuk": { - "recent_scores": [ - 1, - 0 - ], - "recent_avg": 0.5, - "recent_sr": 9.1 - }, - "Tehseen Hassan": { - "recent_scores": [ - 6, - 0, - 4 - ], - "recent_avg": 3.3, - "recent_sr": 71.4 - }, - "Tian Suqing": { - "recent_scores": [ - 2, - 10, - 1 - ], - "recent_avg": 4.3, - "recent_sr": 20.0 - }, - "U Rakshit": { - "recent_scores": [ - 34 - ], - "recent_avg": 34.0, - "recent_sr": 81.0 - }, - "Umar Farooq": { - "recent_scores": [ - 1, - 28, - 2 - ], - "recent_avg": 10.3, - "recent_sr": 70.5 - }, - "Usman Ali": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 40.0 - }, - "V Ahir": { - "recent_scores": [ - 4, - 0, - 2 - ], - "recent_avg": 2.0, - "recent_sr": 54.5 - }, - "V Kadiresan": { - "recent_scores": [ - 18 - ], - "recent_avg": 18.0, - "recent_sr": 66.7 - }, - "V Morea": { - "recent_scores": [ - 30, - 0, - 1, - 0 - ], - "recent_avg": 7.8, - "recent_sr": 50.8 - }, - "V Pennazza": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "V Vini": { - "recent_scores": [ - 0, - 16, - 16 - ], - "recent_avg": 10.7, - "recent_sr": 80.0 - }, - "V Yabaki": { - "recent_scores": [ - 26, - 2, - 6 - ], - "recent_avg": 11.3, - "recent_sr": 87.2 - }, - "W Banner": { - "recent_scores": [ - 5, - 5, - 1 - ], - "recent_avg": 3.7, - "recent_sr": 110.0 - }, - "W Jing Zhang": { - "recent_scores": [ - 0, - 0, - 1 - ], - "recent_avg": 0.3, - "recent_sr": 4.3 - }, - "W Tajbhay": { - "recent_scores": [ - 11, - 13, - 9 - ], - "recent_avg": 11.0, - "recent_sr": 64.7 - }, - "WTN Fernando": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 50.0 - }, - "Wang Jing": { - "recent_scores": [ - 0, - 2 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "Wang Luo Wanyu": { - "recent_scores": [ - 0, - 2, - 0 - ], - "recent_avg": 0.7, - "recent_sr": 8.7 - }, - "Wang Yu": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 25.0 - }, - "Wang Zihao": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "Waqas Akram": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 100.0 - }, - "X Ruan": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Y Naing Kyaw": { - "recent_scores": [ - 0, - 1, - 1 - ], - "recent_avg": 0.7, - "recent_sr": 28.6 - }, - "Y Razpurker": { - "recent_scores": [ - 13, - 5 - ], - "recent_avg": 9.0, - "recent_sr": 72.0 - }, - "Y Wang": { - "recent_scores": [ - 0, - 5, - 0, - 8 - ], - "recent_avg": 3.2, - "recent_sr": 36.1 - }, - "YF Zhu": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "YH Cai": { - "recent_scores": [ - 1, - 1 - ], - "recent_avg": 1.0, - "recent_sr": 15.4 - }, - "YK Ko Aung": { - "recent_scores": [ - 3, - 6 - ], - "recent_avg": 4.5, - "recent_sr": 52.9 - }, - "Yasar Idrees": { - "recent_scores": [ - 3, - 15, - 15, - 13, - 9 - ], - "recent_avg": 11.0, - "recent_sr": 101.9 - }, - "Yasir Iqbal": { - "recent_scores": [ - 6, - 0, - 14, - 8, - 7, - 17 - ], - "recent_avg": 8.7, - "recent_sr": 68.4 - }, - "Yebin Ka": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Yousif Alzaid": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "Yu Miao": { - "recent_scores": [ - 26, - 0, - 14 - ], - "recent_avg": 13.3, - "recent_sr": 48.8 - }, - "Yusuf Akalwaya": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Z Lyu": { - "recent_scores": [ - 0, - 2, - 11, - 2 - ], - "recent_avg": 3.8, - "recent_sr": 55.6 - }, - "ZH Saidi": { - "recent_scores": [ - 3, - 4 - ], - "recent_avg": 3.5, - "recent_sr": 50.0 - }, - "Zayani Syamimi": { - "recent_scores": [ - 3, - 16, - 4 - ], - "recent_avg": 7.7, - "recent_sr": 79.3 - }, - "Zeeshan Abbas": { - "recent_scores": [ - 0, - 5, - 7, - 8 - ], - "recent_avg": 5.0, - "recent_sr": 57.1 - }, - "Zhai Dian Da": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 66.7 - }, - "Zhang Peng": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 125.0 - }, - "Zhang Yanling": { - "recent_scores": [ - 9, - 2, - 0 - ], - "recent_avg": 3.7, - "recent_sr": 26.8 - }, - "Zhang Yu Fei": { - "recent_scores": [ - 56, - 6, - 53 - ], - "recent_avg": 38.3, - "recent_sr": 89.1 - }, - "Zhang Yufei": { - "recent_scores": [ - 6, - 0 - ], - "recent_avg": 3.0, - "recent_sr": 75.0 - }, - "Zhao Ning": { - "recent_scores": [ - 20, - 0, - 22, - 1 - ], - "recent_avg": 10.8, - "recent_sr": 47.8 - }, - "Zhong Wenyi": { - "recent_scores": [ - 5, - 1 - ], - "recent_avg": 3.0, - "recent_sr": 50.0 - }, - "Zhou Haijie": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 37.5 - }, - "Zou Miao": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 3.7 - }, - "A Desai": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 83.3 - }, - "A Immanuel": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 75.0 - }, - "AD Chopra": { - "recent_scores": [ - 16, - 10 - ], - "recent_avg": 13.0, - "recent_sr": 76.5 - }, - "AJ Pienaar": { - "recent_scores": [ - 32, - 36, - 4, - 20, - 36, - 20, - 10, - 14, - 8, - 2 - ], - "recent_avg": 18.2, - "recent_sr": 123.0 - }, - "AR Lamba": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 100.0 - }, - "Amshi de Silva": { - "recent_scores": [ - 0, - 18, - 0, - 18, - 0, - 2 - ], - "recent_avg": 6.3, - "recent_sr": 158.3 - }, - "BKEL Milantha": { - "recent_scores": [ - 2, - 80, - 12, - 66, - 30, - 34 - ], - "recent_avg": 37.3, - "recent_sr": 110.9 - }, - "C Chetty": { - "recent_scores": [ - 28, - 48, - 8, - 44, - 24 - ], - "recent_avg": 30.4, - "recent_sr": 100.0 - }, - "C le Roux": { - "recent_scores": [ - 0, - 40, - 0, - 2, - 0 - ], - "recent_avg": 8.4, - "recent_sr": 84.0 - }, - "CA Dry": { - "recent_scores": [ - 26, - 2, - 0, - 24, - 14, - 0, - 0 - ], - "recent_avg": 9.4, - "recent_sr": 97.1 - }, - "CP Savage": { - "recent_scores": [ - 12, - 4, - 0, - 4, - 4, - 4, - 30, - 38, - 18, - 106 - ], - "recent_avg": 22.0, - "recent_sr": 132.5 - }, - "Chaitanya Bishnoi": { - "recent_scores": [ - 70, - 32, - 0, - 2 - ], - "recent_avg": 26.0, - "recent_sr": 126.8 - }, - "DL Piedt": { - "recent_scores": [ - 32, - 45, - 6, - 27, - 56, - 0, - 9, - 19, - 1, - 6 - ], - "recent_avg": 20.1, - "recent_sr": 34.0 - }, - "Faisal Khan Ahmadzai": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 85.7 - }, - "H Richards": { - "recent_scores": [ - 0, - 32, - 2, - 8, - 0, - 22, - 48 - ], - "recent_avg": 16.0, - "recent_sr": 96.6 - }, - "J Tromp": { - "recent_scores": [ - 112, - 12, - 4, - 6, - 18, - 36 - ], - "recent_avg": 31.3, - "recent_sr": 113.3 - }, - "JG Dill": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 100.0 - }, - "KS Gattepalli": { - "recent_scores": [ - 10, - 4 - ], - "recent_avg": 7.0, - "recent_sr": 77.8 - }, - "Kunwarjeet Singh": { - "recent_scores": [ - 52, - 0, - 6, - 44, - 66 - ], - "recent_avg": 33.6, - "recent_sr": 116.7 - }, - "MW Tromp": { - "recent_scores": [ - 116, - 98, - 100, - 88, - 22, - 42, - 34, - 24, - 20, - 4 - ], - "recent_avg": 54.8, - "recent_sr": 145.7 - }, - "R Clinton": { - "recent_scores": [ - 16, - 0, - 14, - 56, - 12 - ], - "recent_avg": 19.6, - "recent_sr": 92.5 - }, - "S van Staden": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 50.0 - }, - "Sharad Lumba": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Sujit Nayak": { - "recent_scores": [ - 12, - 30, - 10 - ], - "recent_avg": 17.3, - "recent_sr": 68.4 - }, - "Sunny Patel": { - "recent_scores": [ - 64, - 52, - 32, - 4, - 2, - 40, - 0 - ], - "recent_avg": 27.7, - "recent_sr": 118.3 - }, - "T Luus": { - "recent_scores": [ - 24, - 4, - 16, - 2 - ], - "recent_avg": 11.5, - "recent_sr": 92.0 - }, - "Tajinder Singh": { - "recent_scores": [ - 8, - 132, - 14, - 20, - 46, - 10, - 44, - 28, - 28, - 8 - ], - "recent_avg": 33.8, - "recent_sr": 153.6 - }, - "Zia Shahzad": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 66.7 - }, - "Zia-ul-Haq": { - "recent_scores": [ - 2, - 0 - ], - "recent_avg": 1.0, - "recent_sr": 50.0 - }, - "Aftab Alam": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 16.7 - }, - "C Gomez": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 40.0 - }, - "D Olivier": { - "recent_scores": [ - 16, - 0, - 12, - 1, - 10, - 1, - 6, - 2, - 1, - 10 - ], - "recent_avg": 5.9, - "recent_sr": 26.1 - }, - "DA Randika": { - "recent_scores": [ - 54, - 8, - 32 - ], - "recent_avg": 31.3, - "recent_sr": 195.8 - }, - "DJ Bell-Drummond": { - "recent_scores": [ - 140, - 28, - 24, - 88, - 22, - 0 - ], - "recent_avg": 50.3, - "recent_sr": 115.3 - }, - "DS Thilakaratne": { - "recent_scores": [ - 42 - ], - "recent_avg": 42.0, - "recent_sr": 80.8 - }, - "G Sanketh": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 33.3 - }, - "GS Dinusha": { - "recent_scores": [ - 120, - 55, - 11 - ], - "recent_avg": 62.0, - "recent_sr": 59.2 - }, - "I Wijesundera": { - "recent_scores": [ - 24 - ], - "recent_avg": 24.0, - "recent_sr": 120.0 - }, - "Ibrahim Zadran": { - "recent_scores": [ - 2, - 60 - ], - "recent_avg": 31.0, - "recent_sr": 147.6 - }, - "Ishan Jayaratne": { - "recent_scores": [ - 18, - 36 - ], - "recent_avg": 27.0, - "recent_sr": 128.6 - }, - "K Nadeeshan": { - "recent_scores": [ - 16, - 0 - ], - "recent_avg": 8.0, - "recent_sr": 160.0 - }, - "K Pathiratne": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 53.8 - }, - "KKV Perera": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "KTH Ratnayake": { - "recent_scores": [ - 10, - 0 - ], - "recent_avg": 5.0, - "recent_sr": 37.0 - }, - "Karim Janat": { - "recent_scores": [ - 2, - 0, - 4, - 22 - ], - "recent_avg": 7.0, - "recent_sr": 87.5 - }, - "Kaveen Bandara": { - "recent_scores": [ - 54 - ], - "recent_avg": 54.0, - "recent_sr": 158.8 - }, - "L Embuldeniya": { - "recent_scores": [ - 6, - 2, - 3, - 2, - 40, - 17, - 5, - 13, - 47, - 0 - ], - "recent_avg": 13.5, - "recent_sr": 33.4 - }, - "LAC Ruwansiri": { - "recent_scores": [ - 18 - ], - "recent_avg": 18.0, - "recent_sr": 64.3 - }, - "LEK Edirisinghe": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 100.0 - }, - "LN Malinga": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 50.0 - }, - "LU Igalagamage": { - "recent_scores": [ - 188, - 40, - 38 - ], - "recent_avg": 88.7, - "recent_sr": 72.7 - }, - "M Lakshan": { - "recent_scores": [ - 0, - 12 - ], - "recent_avg": 6.0, - "recent_sr": 120.0 - }, - "M Subasingha": { - "recent_scores": [ - 80, - 4 - ], - "recent_avg": 42.0, - "recent_sr": 102.4 - }, - "Mohamed Shamaz": { - "recent_scores": [ - 12, - 4 - ], - "recent_avg": 8.0, - "recent_sr": 72.7 - }, - "N Vimukthi": { - "recent_scores": [ - 10, - 2, - 24 - ], - "recent_avg": 12.0, - "recent_sr": 112.5 - }, - "ND Paranavithana": { - "recent_scores": [ - 8, - 16, - 6, - 0 - ], - "recent_avg": 7.5, - "recent_sr": 78.9 - }, - "ND Perera": { - "recent_scores": [ - 28, - 4, - 26, - 80 - ], - "recent_avg": 34.5, - "recent_sr": 135.3 - }, - "PTM Dabare": { - "recent_scores": [ - 10, - 24, - 8, - 14, - 4, - 8, - 66, - 140, - 72, - 0 - ], - "recent_avg": 34.6, - "recent_sr": 113.8 - }, - "Pulina Tharanga": { - "recent_scores": [ - 12, - 2, - 8, - 28, - 10, - 8 - ], - "recent_avg": 11.3, - "recent_sr": 89.5 - }, - "RS Fernando": { - "recent_scores": [ - 26, - 0, - 38, - 0 - ], - "recent_avg": 16.0, - "recent_sr": 133.3 - }, - "S Colombage": { - "recent_scores": [ - 0, - 12, - 54, - 0 - ], - "recent_avg": 16.5, - "recent_sr": 97.1 - }, - "S Jayathilake": { - "recent_scores": [ - 8, - 14, - 68, - 10, - 2 - ], - "recent_avg": 20.4, - "recent_sr": 94.4 - }, - "S Rajapaksa": { - "recent_scores": [ - 30 - ], - "recent_avg": 30.0, - "recent_sr": 88.2 - }, - "S de Livera": { - "recent_scores": [ - 2, - 24 - ], - "recent_avg": 13.0, - "recent_sr": 81.2 - }, - "SMLD Samarakoon": { - "recent_scores": [ - 0, - 30, - 12, - 72, - 2, - 12, - 14, - 16 - ], - "recent_avg": 19.8, - "recent_sr": 109.7 - }, - "Samiullah Shenwari": { - "recent_scores": [ - 8, - 92, - 18, - 22 - ], - "recent_avg": 35.0, - "recent_sr": 175.0 - }, - "Sammu Ashan": { - "recent_scores": [ - 2, - 30 - ], - "recent_avg": 16.0, - "recent_sr": 76.2 - }, - "Tillakaratne Sampath": { - "recent_scores": [ - 0, - 10, - 38 - ], - "recent_avg": 16.0, - "recent_sr": 200.0 - }, - "W Sahan": { - "recent_scores": [ - 0, - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Yashodha Lanka": { - "recent_scores": [ - 22 - ], - "recent_avg": 22.0, - "recent_sr": 68.8 - }, - "ARS Silva": { - "recent_scores": [ - 12, - 39, - 68, - 122, - 54, - 13, - 12, - 54, - 19, - 126 - ], - "recent_avg": 51.9, - "recent_sr": 39.2 - }, - "AS Jaggernauth": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "AZ Lees": { - "recent_scores": [ - 52, - 4, - 40, - 62, - 13, - 111, - 45, - 62, - 54, - 10 - ], - "recent_avg": 45.3, - "recent_sr": 43.1 - }, - "Abdur Rauf": { - "recent_scores": [ - 8, - 0, - 44 - ], - "recent_avg": 17.3, - "recent_sr": 31.0 - }, - "Amite Hasan": { - "recent_scores": [ - 29 - ], - "recent_avg": 29.0, - "recent_sr": 70.7 - }, - "Anwar Hossain Monir": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Asim Kamal": { - "recent_scores": [ - 81, - 39, - 99 - ], - "recent_avg": 73.0, - "recent_sr": 47.9 - }, - "Azan Awais": { - "recent_scores": [ - 34, - 118 - ], - "recent_avg": 76.0, - "recent_sr": 53.9 - }, - "B Casson": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 22.7 - }, - "BE McGain": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 12.5 - }, - "BJ Arnel": { - "recent_scores": [ - 11, - 1, - 16, - 7, - 7, - 3 - ], - "recent_avg": 7.5, - "recent_sr": 30.4 - }, - "BJ Bess": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 91.7 - }, - "BJ Clark": { - "recent_scores": [ - 20, - 32 - ], - "recent_avg": 26.0, - "recent_sr": 43.0 - }, - "BP Martin": { - "recent_scores": [ - 1, - 1, - 10, - 21, - 41 - ], - "recent_avg": 14.8, - "recent_sr": 52.1 - }, - "BS Mudzinganyama": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 25.8 - }, - "C Fortuin": { - "recent_scores": [ - 3, - 20 - ], - "recent_avg": 11.5, - "recent_sr": 24.0 - }, - "CE Taylor": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 27.3 - }, - "CFK van Wyk": { - "recent_scores": [ - 0, - 41, - 102, - 13, - 21, - 41, - 46, - 41, - 36 - ], - "recent_avg": 37.9, - "recent_sr": 49.1 - }, - "CJ Connor": { - "recent_scores": [ - 50, - 3 - ], - "recent_avg": 26.5, - "recent_sr": 36.3 - }, - "CJ Sayers": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "CL Fitzpatrick": { - "recent_scores": [ - 19, - 29 - ], - "recent_avg": 24.0, - "recent_sr": 26.1 - }, - "CN Evans": { - "recent_scores": [ - 27 - ], - "recent_avg": 27.0, - "recent_sr": 33.8 - }, - "D Dasgupta": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "DG Bedingham": { - "recent_scores": [ - 82, - 35, - 66, - 49, - 44, - 41, - 25, - 59, - 23, - 28 - ], - "recent_avg": 45.2, - "recent_sr": 67.1 - }, - "DJ Terbrugge": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 8.0 - }, - "DM Bess": { - "recent_scores": [ - 5, - 59, - 32, - 0, - 27, - 1, - 18, - 31, - 34, - 1 - ], - "recent_avg": 20.8, - "recent_sr": 42.7 - }, - "DM Washington": { - "recent_scores": [ - 7 - ], - "recent_avg": 7.0, - "recent_sr": 28.0 - }, - "DP Sibley": { - "recent_scores": [ - 11, - 46, - 43, - 60, - 5, - 7, - 19, - 103, - 56, - 6 - ], - "recent_avg": 35.6, - "recent_sr": 30.2 - }, - "Dewald Pretorius": { - "recent_scores": [ - 17 - ], - "recent_avg": 17.0, - "recent_sr": 50.0 - }, - "E Liddell": { - "recent_scores": [ - 24, - 0 - ], - "recent_avg": 12.0, - "recent_sr": 21.8 - }, - "EM Moore": { - "recent_scores": [ - 23 - ], - "recent_avg": 23.0, - "recent_sr": 39.7 - }, - "EM Sampson": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "ET Smith": { - "recent_scores": [ - 16, - 7, - 64 - ], - "recent_avg": 29.0, - "recent_sr": 50.0 - }, - "F de Wet": { - "recent_scores": [ - 0, - 20 - ], - "recent_avg": 10.0, - "recent_sr": 28.2 - }, - "Farhan Adil": { - "recent_scores": [ - 33 - ], - "recent_avg": 33.0, - "recent_sr": 47.1 - }, - "Fazl-e-Akbar": { - "recent_scores": [ - 37 - ], - "recent_avg": 37.0, - "recent_sr": 56.9 - }, - "GA Stuurman": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 35.5 - }, - "H Hameed": { - "recent_scores": [ - 15, - 7, - 6, - 52, - 63, - 68, - 9, - 68, - 38, - 113 - ], - "recent_avg": 43.9, - "recent_sr": 32.0 - }, - "H Kala": { - "recent_scores": [ - 84 - ], - "recent_avg": 84.0, - "recent_sr": 41.4 - }, - "Hasan Murad": { - "recent_scores": [ - 11, - 16 - ], - "recent_avg": 13.5, - "recent_sr": 56.2 - }, - "Hasan Raza": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 5.6 - }, - "I Khan": { - "recent_scores": [ - 20 - ], - "recent_avg": 20.0, - "recent_sr": 31.2 - }, - "IT Guha": { - "recent_scores": [ - 30, - 4, - 31 - ], - "recent_avg": 21.7, - "recent_sr": 23.3 - }, - "Imran Butt (2)": { - "recent_scores": [ - 2, - 91, - 15, - 21 - ], - "recent_avg": 32.2, - "recent_sr": 35.8 - }, - "J Hayes": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 10.9 - }, - "J Hull": { - "recent_scores": [ - 9 - ], - "recent_avg": 9.0, - "recent_sr": 56.2 - }, - "J Neill": { - "recent_scores": [ - 79, - 66 - ], - "recent_avg": 72.5, - "recent_sr": 59.9 - }, - "J Smit": { - "recent_scores": [ - 12, - 4 - ], - "recent_avg": 8.0, - "recent_sr": 35.6 - }, - "JA Raval": { - "recent_scores": [ - 43, - 2, - 5, - 19, - 0, - 37, - 3, - 132, - 80, - 43 - ], - "recent_avg": 36.4, - "recent_sr": 45.0 - }, - "JC Price": { - "recent_scores": [ - 0, - 10 - ], - "recent_avg": 5.0, - "recent_sr": 35.7 - }, - "JC Tongue": { - "recent_scores": [ - 4, - 1, - 15, - 6, - 1, - 8, - 0, - 2, - 11, - 20 - ], - "recent_avg": 6.8, - "recent_sr": 32.2 - }, - "JEK Rew": { - "recent_scores": [ - 39 - ], - "recent_avg": 39.0, - "recent_sr": 43.3 - }, - "JK Silva": { - "recent_scores": [ - 10, - 31, - 30, - 37, - 13, - 40, - 64, - 43, - 101, - 115 - ], - "recent_avg": 48.4, - "recent_sr": 39.3 - }, - "JL Langer": { - "recent_scores": [ - 46, - 27, - 37, - 11, - 182, - 0, - 72, - 50, - 45, - 22 - ], - "recent_avg": 49.2, - "recent_sr": 62.5 - }, - "JP Crawley": { - "recent_scores": [ - 43, - 50 - ], - "recent_avg": 46.5, - "recent_sr": 30.3 - }, - "James Bracey": { - "recent_scores": [ - 8, - 0 - ], - "recent_avg": 4.0, - "recent_sr": 29.6 - }, - "Julie Hayes": { - "recent_scores": [ - 20 - ], - "recent_avg": 20.0, - "recent_sr": 24.4 - }, - "K Matigimu": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "KD Petersen": { - "recent_scores": [ - 45, - 61, - 2, - 21, - 35, - 63, - 24, - 78, - 55, - 154 - ], - "recent_avg": 53.8, - "recent_sr": 46.0 - }, - "KE Pike": { - "recent_scores": [ - 14 - ], - "recent_avg": 14.0, - "recent_sr": 38.9 - }, - "KK Peters": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "KL Britt": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 12.3 - }, - "KM Leng": { - "recent_scores": [ - 49 - ], - "recent_avg": 49.0, - "recent_sr": 25.7 - }, - "KN Peiris": { - "recent_scores": [ - 4, - 5 - ], - "recent_avg": 4.5, - "recent_sr": 22.5 - }, - "KT Kasuza": { - "recent_scores": [ - 26, - 28, - 12, - 38, - 63 - ], - "recent_avg": 33.4, - "recent_sr": 30.6 - }, - "Kamrul Islam Rabbi": { - "recent_scores": [ - 0, - 7, - 3, - 27, - 7, - 7, - 0 - ], - "recent_avg": 7.3, - "recent_sr": 18.1 - }, - "Kashif Ali": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 8.3 - }, - "L Senokwane": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 8.3 - }, - "LA Coleman": { - "recent_scores": [ - 21 - ], - "recent_avg": 21.0, - "recent_sr": 32.3 - }, - "LC Pearson": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "LJ Harper": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "LK Hamilton": { - "recent_scores": [ - 23 - ], - "recent_avg": 23.0, - "recent_sr": 42.6 - }, - "LK Newton": { - "recent_scores": [ - 89, - 0, - 22 - ], - "recent_avg": 37.0, - "recent_sr": 37.4 - }, - "LM Keightley": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 17.2 - }, - "LP Griffiths": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 10.0 - }, - "M Hayward": { - "recent_scores": [ - 10 - ], - "recent_avg": 10.0, - "recent_sr": 55.6 - }, - "M Jones": { - "recent_scores": [ - 62 - ], - "recent_avg": 62.0, - "recent_sr": 34.1 - }, - "MA Butcher": { - "recent_scores": [ - 113, - 60, - 48, - 8, - 52, - 138, - 114, - 13, - 158, - 31 - ], - "recent_avg": 73.5, - "recent_sr": 47.3 - }, - "MD Bell": { - "recent_scores": [ - 69, - 29, - 19, - 1, - 127 - ], - "recent_avg": 49.0, - "recent_sr": 47.9 - }, - "MD Craig": { - "recent_scores": [ - 3, - 74, - 26, - 15, - 50, - 99, - 4, - 7, - 12, - 65 - ], - "recent_avg": 35.5, - "recent_sr": 62.0 - }, - "MD Fisher": { - "recent_scores": [ - 50, - 0 - ], - "recent_avg": 25.0, - "recent_sr": 55.6 - }, - "MD Rae": { - "recent_scores": [ - 13 - ], - "recent_avg": 13.0, - "recent_sr": 108.3 - }, - "MD Stoneman": { - "recent_scores": [ - 13, - 95, - 66, - 24, - 15, - 59, - 54, - 80, - 41, - 71 - ], - "recent_avg": 51.8, - "recent_sr": 43.8 - }, - "MDUS Jayasundera": { - "recent_scores": [ - 26, - 4 - ], - "recent_avg": 15.0, - "recent_sr": 39.0 - }, - "MG Vandort": { - "recent_scores": [ - 22, - 14, - 3, - 31, - 76, - 18, - 138, - 57, - 18, - 82 - ], - "recent_avg": 45.9, - "recent_sr": 42.9 - }, - "MH Richardson": { - "recent_scores": [ - 25, - 23, - 28, - 51, - 55, - 145 - ], - "recent_avg": 54.5, - "recent_sr": 33.6 - }, - "MH Sumra": { - "recent_scores": [ - 12 - ], - "recent_avg": 12.0, - "recent_sr": 13.0 - }, - "MJ Leach": { - "recent_scores": [ - 26, - 26, - 0, - 7, - 13, - 9, - 0, - 6, - 0, - 11 - ], - "recent_avg": 9.8, - "recent_sr": 46.2 - }, - "MJ Mindley": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 29.7 - }, - "MJ Saggers": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 8.3 - }, - "ML Love": { - "recent_scores": [ - 0, - 38, - 27, - 68 - ], - "recent_avg": 33.2, - "recent_sr": 41.0 - }, - "MP Bicknell": { - "recent_scores": [ - 0, - 19 - ], - "recent_avg": 9.5, - "recent_sr": 52.8 - }, - "MR Ramprakash": { - "recent_scores": [ - 58 - ], - "recent_avg": 58.0, - "recent_sr": 43.6 - }, - "MS Crane": { - "recent_scores": [ - 6 - ], - "recent_avg": 6.0, - "recent_sr": 54.5 - }, - "Marshall Ayub": { - "recent_scores": [ - 19, - 50, - 56 - ], - "recent_avg": 41.7, - "recent_sr": 42.8 - }, - "Mohammad Ayub": { - "recent_scores": [ - 47 - ], - "recent_avg": 47.0, - "recent_sr": 28.0 - }, - "Mohammad Khalil": { - "recent_scores": [ - 5 - ], - "recent_avg": 5.0, - "recent_sr": 21.7 - }, - "Mohammad Shahid": { - "recent_scores": [ - 1, - 25, - 6, - 15, - 10 - ], - "recent_avg": 11.4, - "recent_sr": 70.4 - }, - "Mohammad Sharif": { - "recent_scores": [ - 6, - 30 - ], - "recent_avg": 18.0, - "recent_sr": 29.5 - }, - "Mohammad Zahid": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "Mushtaq Ahmed": { - "recent_scores": [ - 6, - 14 - ], - "recent_avg": 10.0, - "recent_sr": 36.4 - }, - "N Al Khadeer": { - "recent_scores": [ - 16 - ], - "recent_avg": 16.0, - "recent_sr": 51.6 - }, - "N Brand": { - "recent_scores": [ - 59, - 7 - ], - "recent_avg": 33.0, - "recent_sr": 51.2 - }, - "N Ncube": { - "recent_scores": [ - 17 - ], - "recent_avg": 17.0, - "recent_sr": 73.9 - }, - "N Wagner": { - "recent_scores": [ - 33, - 27, - 0, - 36, - 0, - 4, - 31, - 49, - 0, - 0 - ], - "recent_avg": 18.0, - "recent_sr": 66.2 - }, - "NA Buley": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "NP Mayavo": { - "recent_scores": [ - 36, - 26 - ], - "recent_avg": 31.0, - "recent_sr": 55.9 - }, - "NR Ferreira": { - "recent_scores": [ - 21 - ], - "recent_avg": 21.0, - "recent_sr": 21.2 - }, - "NRD Compton": { - "recent_scores": [ - 20, - 31, - 0, - 25, - 26, - 60, - 134, - 8, - 31, - 15 - ], - "recent_avg": 35.0, - "recent_sr": 35.1 - }, - "NT Paranavitana": { - "recent_scores": [ - 40, - 31, - 97, - 32, - 49, - 21, - 36, - 80, - 78, - 37 - ], - "recent_avg": 50.1, - "recent_sr": 37.8 - }, - "Nayeem Hasan": { - "recent_scores": [ - 30, - 18, - 3, - 24, - 22, - 20, - 9, - 14, - 25, - 19 - ], - "recent_avg": 18.4, - "recent_sr": 42.6 - }, - "O Shields": { - "recent_scores": [ - 9, - 0 - ], - "recent_avg": 4.5, - "recent_sr": 69.2 - }, - "OE Robinson": { - "recent_scores": [ - 30, - 58, - 5, - 10, - 44, - 20, - 54, - 29, - 8, - 37 - ], - "recent_avg": 29.5, - "recent_sr": 69.4 - }, - "OJ Phillips": { - "recent_scores": [ - 52, - 108 - ], - "recent_avg": 80.0, - "recent_sr": 51.1 - }, - "P Dimri": { - "recent_scores": [ - 19 - ], - "recent_avg": 19.0, - "recent_sr": 40.4 - }, - "PJ Malan": { - "recent_scores": [ - 37, - 30, - 89 - ], - "recent_avg": 52.0, - "recent_sr": 29.4 - }, - "PJ Wiseman": { - "recent_scores": [ - 32, - 26 - ], - "recent_avg": 29.0, - "recent_sr": 52.7 - }, - "PL Harris": { - "recent_scores": [ - 7, - 7, - 19, - 0, - 11, - 10, - 5, - 10, - 38, - 49 - ], - "recent_avg": 15.6, - "recent_sr": 39.8 - }, - "PR Adams": { - "recent_scores": [ - 23, - 18, - 14, - 28 - ], - "recent_avg": 20.8, - "recent_sr": 49.1 - }, - "PR George": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 18.2 - }, - "R Chandrika": { - "recent_scores": [ - 6, - 47, - 62, - 25, - 0 - ], - "recent_avg": 28.0, - "recent_sr": 31.2 - }, - "R Kaia": { - "recent_scores": [ - 0, - 11, - 48 - ], - "recent_avg": 19.7, - "recent_sr": 36.6 - }, - "R Wilson": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 25.0 - }, - "R de Swardt": { - "recent_scores": [ - 65, - 34 - ], - "recent_avg": 49.5, - "recent_sr": 44.6 - }, - "R van Tonder": { - "recent_scores": [ - 33, - 31 - ], - "recent_avg": 32.0, - "recent_sr": 37.9 - }, - "RA Austin": { - "recent_scores": [ - 22, - 17 - ], - "recent_avg": 19.5, - "recent_sr": 18.1 - }, - "RA Birch": { - "recent_scores": [ - 12, - 22 - ], - "recent_avg": 17.0, - "recent_sr": 32.7 - }, - "RA Young": { - "recent_scores": [ - 9, - 13, - 44, - 77, - 26 - ], - "recent_avg": 33.8, - "recent_sr": 40.2 - }, - "RG Hart": { - "recent_scores": [ - 11 - ], - "recent_avg": 11.0, - "recent_sr": 28.2 - }, - "RJ Burns": { - "recent_scores": [ - 26, - 38, - 13, - 55, - 61, - 49, - 18, - 81, - 157, - 25 - ], - "recent_avg": 52.3, - "recent_sr": 41.1 - }, - "RKJ Dawson": { - "recent_scores": [ - 14, - 21, - 0 - ], - "recent_avg": 11.7, - "recent_sr": 31.5 - }, - "S Campbell": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "S Kalavitigoda": { - "recent_scores": [ - 8 - ], - "recent_avg": 8.0, - "recent_sr": 14.5 - }, - "S Moseley": { - "recent_scores": [ - 14, - 14 - ], - "recent_avg": 14.0, - "recent_sr": 26.7 - }, - "S Shubha": { - "recent_scores": [ - 28, - 69 - ], - "recent_avg": 48.5, - "recent_sr": 75.2 - }, - "S van Zyl": { - "recent_scores": [ - 40, - 32, - 4, - 33, - 5, - 10, - 41, - 67, - 33, - 29 - ], - "recent_avg": 29.4, - "recent_sr": 45.3 - }, - "S von Berg": { - "recent_scores": [ - 40 - ], - "recent_avg": 40.0, - "recent_sr": 36.0 - }, - "SB Odedra": { - "recent_scores": [ - 2 - ], - "recent_avg": 2.0, - "recent_sr": 5.7 - }, - "SC Cook": { - "recent_scores": [ - 14, - 3, - 10, - 30, - 176, - 144, - 23, - 12, - 60, - 20 - ], - "recent_avg": 49.2, - "recent_sr": 44.1 - }, - "SC Kerrigan": { - "recent_scores": [ - 1 - ], - "recent_avg": 1.0, - "recent_sr": 8.3 - }, - "SD Robson": { - "recent_scores": [ - 37, - 6, - 39, - 24, - 59, - 151, - 20 - ], - "recent_avg": 48.0, - "recent_sr": 44.4 - }, - "SH Lewis": { - "recent_scores": [ - 20, - 4 - ], - "recent_avg": 12.0, - "recent_sr": 36.4 - }, - "SJ Erwee": { - "recent_scores": [ - 60, - 39, - 13, - 26, - 28, - 73, - 65, - 49, - 116, - 10 - ], - "recent_avg": 47.9, - "recent_sr": 43.2 - }, - "SR Harmer": { - "recent_scores": [ - 5, - 12, - 2, - 33, - 20, - 47, - 18, - 29, - 49, - 21 - ], - "recent_avg": 23.6, - "recent_sr": 39.5 - }, - "SR Waugh": { - "recent_scores": [ - 120, - 56, - 61, - 78, - 100, - 86, - 108, - 91 - ], - "recent_avg": 87.5, - "recent_sr": 61.7 - }, - "SS Das": { - "recent_scores": [ - 28 - ], - "recent_avg": 28.0, - "recent_sr": 26.7 - }, - "SV Collyer": { - "recent_scores": [ - 3 - ], - "recent_avg": 3.0, - "recent_sr": 12.5 - }, - "Sajedul Islam": { - "recent_scores": [ - 4, - 9, - 5 - ], - "recent_avg": 6.0, - "recent_sr": 38.3 - }, - "Sarandeep Singh": { - "recent_scores": [ - 4 - ], - "recent_avg": 4.0, - "recent_sr": 25.0 - }, - "Shadman Islam": { - "recent_scores": [ - 29, - 23, - 113, - 80, - 58, - 90, - 120, - 16, - 110, - 6 - ], - "recent_avg": 64.5, - "recent_sr": 57.6 - }, - "Shahid Nazir": { - "recent_scores": [ - 30, - 7, - 0, - 17, - 30 - ], - "recent_avg": 16.8, - "recent_sr": 47.7 - }, - "Shoaib Bashir": { - "recent_scores": [ - 0, - 14, - 3, - 12, - 1, - 3, - 0, - 5, - 5, - 9 - ], - "recent_avg": 5.2, - "recent_sr": 40.6 - }, - "T Chanderpaul": { - "recent_scores": [ - 58, - 44, - 8, - 25, - 6, - 57, - 19, - 3, - 32, - 36 - ], - "recent_avg": 28.8, - "recent_sr": 31.6 - }, - "T Makoni": { - "recent_scores": [ - 1, - 42 - ], - "recent_avg": 21.5, - "recent_sr": 34.7 - }, - "T Westley": { - "recent_scores": [ - 52, - 11, - 8, - 38, - 84 - ], - "recent_avg": 38.6, - "recent_sr": 42.4 - }, - "TA Copeland": { - "recent_scores": [ - 4, - 35 - ], - "recent_avg": 19.5, - "recent_sr": 50.6 - }, - "TA Imlach": { - "recent_scores": [ - 42, - 21, - 18, - 33, - 35, - 20 - ], - "recent_avg": 28.2, - "recent_sr": 35.4 - }, - "TA McGregor": { - "recent_scores": [ - 0 - ], - "recent_avg": 0.0, - "recent_sr": 0.0 - }, - "TE Tsiga": { - "recent_scores": [ - 1, - 38, - 57, - 13, - 9, - 26, - 18, - 2, - 26 - ], - "recent_avg": 21.1, - "recent_sr": 36.7 - }, - "TG McIntosh": { - "recent_scores": [ - 8, - 12, - 151, - 0, - 23, - 92, - 96, - 97, - 6, - 31 - ], - "recent_avg": 51.6, - "recent_sr": 36.6 - }, - "TL Moreki": { - "recent_scores": [ - 4, - 11 - ], - "recent_avg": 7.5, - "recent_sr": 22.1 - }, - "TL Tsolekile": { - "recent_scores": [ - 16, - 9 - ], - "recent_avg": 12.5, - "recent_sr": 29.8 - }, - "V Masekesa": { - "recent_scores": [ - 5, - 9, - 14, - 10 - ], - "recent_avg": 9.5, - "recent_sr": 22.8 - }, - "VA Singh": { - "recent_scores": [ - 10, - 35, - 18 - ], - "recent_avg": 21.0, - "recent_sr": 31.7 - }, - "WJ Pucovski": { - "recent_scores": [ - 72 - ], - "recent_avg": 72.0, - "recent_sr": 57.1 - }, - "Z de Bruyn": { - "recent_scores": [ - 47, - 83 - ], - "recent_avg": 65.0, - "recent_sr": 37.7 - }, - "ZS Ansari": { - "recent_scores": [ - 4, - 32, - 13 - ], - "recent_avg": 16.3, - "recent_sr": 36.0 - } - }, - "bowlers": { - "A Ashish Reddy": { - "wickets_last5": [ - 2, - 0, - 4, - 2, - 0 - ], - "recent_economy": 8.56, - "recent_wickets_per_match": 1.6 - }, - "A Badoni": { - "wickets_last5": [ - 0, - 0, - 4, - 0, - 0 - ], - "recent_economy": 11.14, - "recent_wickets_per_match": 0.8 - }, - "A Chandila": { - "wickets_last5": [ - 2, - 0, - 0, - 4, - 2 - ], - "recent_economy": 7.19, - "recent_wickets_per_match": 1.6 - }, - "A Choudhary": { - "wickets_last5": [ - 2, - 4, - 2, - 0, - 2 - ], - "recent_economy": 7.61, - "recent_wickets_per_match": 2.0 - }, - "A Dananjaya": { - "wickets_last5": [ - 7, - 8, - 2, - 7, - 2 - ], - "recent_economy": 3.58, - "recent_wickets_per_match": 5.2 - }, - "A Flintoff": { - "wickets_last5": [ - 1, - 0, - 6, - 1, - 3 - ], - "recent_economy": 2.89, - "recent_wickets_per_match": 2.2 - }, - "A Kamboj": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.55, - "recent_wickets_per_match": 1.0 - }, - "A Kumble": { - "wickets_last5": [ - 3, - 0, - 3, - 5, - 0 - ], - "recent_economy": 2.88, - "recent_wickets_per_match": 2.2 - }, - "A Mishra": { - "wickets_last5": [ - 2, - 3, - 3, - 3, - 4 - ], - "recent_economy": 3.32, - "recent_wickets_per_match": 3.0 - }, - "A Mithun": { - "wickets_last5": [ - 3, - 1, - 1, - 4 - ], - "recent_economy": 3.65, - "recent_wickets_per_match": 2.25 - }, - "A Nehra": { - "wickets_last5": [ - 3, - 1 - ], - "recent_economy": 3.33, - "recent_wickets_per_match": 2.0 - }, - "A Nel": { - "wickets_last5": [ - 1, - 4, - 4, - 6, - 3 - ], - "recent_economy": 3.24, - "recent_wickets_per_match": 3.6 - }, - "A Nortje": { - "wickets_last5": [ - 6, - 2, - 4, - 2, - 1 - ], - "recent_economy": 3.12, - "recent_wickets_per_match": 3.0 - }, - "A Singh": { - "wickets_last5": [ - 0, - 4, - 0, - 0, - 4 - ], - "recent_economy": 10.43, - "recent_wickets_per_match": 1.6 - }, - "A Symonds": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 1.92, - "recent_wickets_per_match": 0.4 - }, - "A Uniyal": { - "wickets_last5": [ - 0, - 6 - ], - "recent_economy": 10.11, - "recent_wickets_per_match": 3.0 - }, - "A Zampa": { - "wickets_last5": [ - 4, - 2, - 6, - 4, - 2 - ], - "recent_economy": 7.81, - "recent_wickets_per_match": 3.6 - }, - "AA Chavan": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 7.72, - "recent_wickets_per_match": 0.4 - }, - "AA Jhunjhunwala": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 0 - ], - "recent_economy": 7.22, - "recent_wickets_per_match": 0.4 - }, - "AA Kazi": { - "wickets_last5": [ - 2 - ], - "recent_economy": 9.23, - "recent_wickets_per_match": 2.0 - }, - "AA Noffke": { - "wickets_last5": [ - 2 - ], - "recent_economy": 5.11, - "recent_wickets_per_match": 2.0 - }, - "AB Agarkar": { - "wickets_last5": [ - 1, - 0, - 5 - ], - "recent_economy": 3.48, - "recent_wickets_per_match": 2.0 - }, - "AB Dinda": { - "wickets_last5": [ - 2, - 0, - 1, - 2, - 1 - ], - "recent_economy": 5.39, - "recent_wickets_per_match": 1.2 - }, - "AB McDonald": { - "wickets_last5": [ - 1, - 3, - 2, - 3 - ], - "recent_economy": 2.42, - "recent_wickets_per_match": 2.25 - }, - "AC Gilchrist": { - "wickets_last5": [ - 2 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 2.0 - }, - "AC Thomas": { - "wickets_last5": [ - 4, - 0, - 2, - 0, - 0 - ], - "recent_economy": 7.45, - "recent_wickets_per_match": 1.2 - }, - "AC Voges": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 2.72, - "recent_wickets_per_match": 0.0 - }, - "AD Mascarenhas": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.84, - "recent_wickets_per_match": 0.4 - }, - "AD Mathews": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.12, - "recent_wickets_per_match": 0.0 - }, - "AD Russell": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.65, - "recent_wickets_per_match": 1.0 - }, - "AF Milne": { - "wickets_last5": [ - 0, - 4, - 2, - 4, - 4 - ], - "recent_economy": 6.71, - "recent_wickets_per_match": 2.8 - }, - "AG Murtaza": { - "wickets_last5": [ - 6, - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.22, - "recent_wickets_per_match": 1.2 - }, - "AJ Finch": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.0 - }, - "AJ Hosein": { - "wickets_last5": [ - 4, - 4, - 8, - 0, - 2 - ], - "recent_economy": 5.79, - "recent_wickets_per_match": 3.6 - }, - "AJ Tye": { - "wickets_last5": [ - 4, - 6, - 0, - 8, - 2 - ], - "recent_economy": 10.58, - "recent_wickets_per_match": 4.0 - }, - "AK Markram": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 2 - ], - "recent_economy": 2.54, - "recent_wickets_per_match": 0.6 - }, - "AL Menaria": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 0 - ], - "recent_economy": 8.05, - "recent_wickets_per_match": 0.4 - }, - "AM Ghazanfar": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 6.43, - "recent_wickets_per_match": 2.0 - }, - "AM Nayar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.0 - }, - "AM Rahane": { - "wickets_last5": [ - 2 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 2.0 - }, - "AM Salvi": { - "wickets_last5": [ - 4, - 2, - 2, - 0, - 4 - ], - "recent_economy": 6.58, - "recent_wickets_per_match": 2.4 - }, - "AN Ahmed": { - "wickets_last5": [ - 2, - 0, - 2, - 2, - 0 - ], - "recent_economy": 9.21, - "recent_wickets_per_match": 1.2 - }, - "AP Dole": { - "wickets_last5": [ - 2, - 4, - 4 - ], - "recent_economy": 8.63, - "recent_wickets_per_match": 3.33 - }, - "AR Patel": { - "wickets_last5": [ - 2, - 2, - 3, - 2, - 0 - ], - "recent_economy": 2.98, - "recent_wickets_per_match": 1.8 - }, - "AS Joseph": { - "wickets_last5": [ - 3, - 3, - 5, - 7, - 2 - ], - "recent_economy": 3.62, - "recent_wickets_per_match": 4.0 - }, - "AS Rajpoot": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 10.04, - "recent_wickets_per_match": 0.4 - }, - "AS Raut": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.8, - "recent_wickets_per_match": 0.0 - }, - "AS Roy": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 4 - ], - "recent_economy": 8.24, - "recent_wickets_per_match": 1.2 - }, - "AU Rashid": { - "wickets_last5": [ - 0, - 6, - 4, - 4, - 3 - ], - "recent_economy": 3.56, - "recent_wickets_per_match": 3.4 - }, - "AUK Pathan": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 8.34, - "recent_wickets_per_match": 0.0 - }, - "Abdul Samad": { - "wickets_last5": [ - 1, - 1, - 2, - 0, - 1 - ], - "recent_economy": 3.94, - "recent_wickets_per_match": 1.0 - }, - "Abdur Razzak": { - "wickets_last5": [ - 5, - 0, - 2, - 3, - 2 - ], - "recent_economy": 3.14, - "recent_wickets_per_match": 2.4 - }, - "Abhinandan Singh": { - "wickets_last5": [ - 0, - 4, - 2 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 2.0 - }, - "Abhishek Sharma": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 9.56, - "recent_wickets_per_match": 0.2 - }, - "Akash Deep": { - "wickets_last5": [ - 2, - 1, - 10, - 2, - 3 - ], - "recent_economy": 3.76, - "recent_wickets_per_match": 3.6 - }, - "Akash Madhwal": { - "wickets_last5": [ - 6, - 2, - 0, - 0, - 4 - ], - "recent_economy": 9.72, - "recent_wickets_per_match": 2.4 - }, - "Akash Singh": { - "wickets_last5": [ - 2, - 6, - 2, - 2, - 4 - ], - "recent_economy": 8.82, - "recent_wickets_per_match": 3.2 - }, - "Aman Hakim Khan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 13.0, - "recent_wickets_per_match": 0.0 - }, - "Anand Rajan": { - "wickets_last5": [ - 2, - 2, - 2, - 2, - 2 - ], - "recent_economy": 6.99, - "recent_wickets_per_match": 2.0 - }, - "Ankit Sharma": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 7.68, - "recent_wickets_per_match": 0.4 - }, - "Ankit Soni": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 4 - ], - "recent_economy": 7.35, - "recent_wickets_per_match": 0.8 - }, - "Anureet Singh": { - "wickets_last5": [ - 0, - 2, - 2, - 0, - 2 - ], - "recent_economy": 10.07, - "recent_wickets_per_match": 1.2 - }, - "Arjun Tendulkar": { - "wickets_last5": [ - 2, - 0, - 2, - 2, - 4 - ], - "recent_economy": 7.91, - "recent_wickets_per_match": 2.0 - }, - "Arshad Khan": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 3 - ], - "recent_economy": 3.92, - "recent_wickets_per_match": 1.2 - }, - "Arshad Khan (2)": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.15, - "recent_wickets_per_match": 0.0 - }, - "Arshdeep Singh": { - "wickets_last5": [ - 3, - 1, - 3, - 2, - 2 - ], - "recent_economy": 5.21, - "recent_wickets_per_match": 2.2 - }, - "Ashok Sharma": { - "wickets_last5": [ - 0, - 4, - 4, - 0, - 2 - ], - "recent_economy": 9.72, - "recent_wickets_per_match": 2.0 - }, - "Ashwani Kumar": { - "wickets_last5": [ - 0, - 4, - 8, - 4, - 2 - ], - "recent_economy": 9.4, - "recent_wickets_per_match": 3.6 - }, - "Atharva Taide": { - "wickets_last5": [ - 0 - ], - "recent_economy": 24.0, - "recent_wickets_per_match": 0.0 - }, - "Auqib Nabi": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 10.21, - "recent_wickets_per_match": 0.0 - }, - "Avesh Khan": { - "wickets_last5": [ - 2, - 0, - 4, - 0, - 0 - ], - "recent_economy": 3.95, - "recent_wickets_per_match": 1.2 - }, - "Azhar Mahmood": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 4.54, - "recent_wickets_per_match": 0.4 - }, - "Azmatullah Omarzai": { - "wickets_last5": [ - 2, - 0, - 2, - 2, - 4 - ], - "recent_economy": 9.29, - "recent_wickets_per_match": 2.0 - }, - "B Akhil": { - "wickets_last5": [ - 0, - 0, - 4, - 0, - 0 - ], - "recent_economy": 6.29, - "recent_wickets_per_match": 0.8 - }, - "B Chipli": { - "wickets_last5": [ - 0 - ], - "recent_economy": 20.0, - "recent_wickets_per_match": 0.0 - }, - "B Geeves": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 4.61, - "recent_wickets_per_match": 1.5 - }, - "B Kumar": { - "wickets_last5": [ - 4, - 6, - 8, - 2, - 2 - ], - "recent_economy": 2.79, - "recent_wickets_per_match": 4.4 - }, - "B Laughlin": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 1 - ], - "recent_economy": 5.61, - "recent_wickets_per_match": 0.8 - }, - "B Lee": { - "wickets_last5": [ - 0, - 1, - 9, - 3, - 1 - ], - "recent_economy": 3.01, - "recent_wickets_per_match": 2.8 - }, - "B Muzarabani": { - "wickets_last5": [ - 6, - 1, - 4, - 0, - 4 - ], - "recent_economy": 3.42, - "recent_wickets_per_match": 3.0 - }, - "B Stanlake": { - "wickets_last5": [ - 0, - 0, - 3, - 1, - 0 - ], - "recent_economy": 5.7, - "recent_wickets_per_match": 0.8 - }, - "BA Bhatt": { - "wickets_last5": [ - 0, - 2, - 2, - 0, - 0 - ], - "recent_economy": 7.67, - "recent_wickets_per_match": 0.8 - }, - "BA Stokes": { - "wickets_last5": [ - 6, - 1, - 2, - 4, - 1 - ], - "recent_economy": 2.97, - "recent_wickets_per_match": 2.8 - }, - "BAW Mendis": { - "wickets_last5": [ - 0, - 6, - 2, - 1, - 2 - ], - "recent_economy": 3.13, - "recent_wickets_per_match": 2.2 - }, - "BB Sran": { - "wickets_last5": [ - 0, - 2, - 2, - 1, - 0 - ], - "recent_economy": 4.67, - "recent_wickets_per_match": 1.0 - }, - "BCJ Cutting": { - "wickets_last5": [ - 0, - 1, - 3, - 1 - ], - "recent_economy": 4.2, - "recent_wickets_per_match": 1.25 - }, - "BE Hendricks": { - "wickets_last5": [ - 6 - ], - "recent_economy": 4.45, - "recent_wickets_per_match": 6.0 - }, - "BJ Dwarshuis": { - "wickets_last5": [ - 4, - 4, - 4, - 4, - 4 - ], - "recent_economy": 6.45, - "recent_wickets_per_match": 4.0 - }, - "BJ Hodge": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 4.64, - "recent_wickets_per_match": 0.33 - }, - "BJ Rohrer": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.43, - "recent_wickets_per_match": 0.0 - }, - "BMAJ Mendis": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 0 - ], - "recent_economy": 5.3, - "recent_wickets_per_match": 0.4 - }, - "BW Hilfenhaus": { - "wickets_last5": [ - 1, - 4, - 2, - 2, - 3 - ], - "recent_economy": 2.15, - "recent_wickets_per_match": 2.4 - }, - "Basil Thampi": { - "wickets_last5": [ - 4, - 0, - 0, - 0, - 6 - ], - "recent_economy": 8.59, - "recent_wickets_per_match": 2.0 - }, - "Bipul Sharma": { - "wickets_last5": [ - 0, - 2, - 0, - 2, - 0 - ], - "recent_economy": 8.49, - "recent_wickets_per_match": 0.8 - }, - "Brijesh Sharma": { - "wickets_last5": [ - 2, - 0, - 4, - 0, - 4 - ], - "recent_economy": 8.63, - "recent_wickets_per_match": 2.0 - }, - "C Bosch": { - "wickets_last5": [ - 1, - 5, - 5, - 5 - ], - "recent_economy": 3.43, - "recent_wickets_per_match": 4.0 - }, - "C Ganapathy": { - "wickets_last5": [ - 0 - ], - "recent_economy": 13.0, - "recent_wickets_per_match": 0.0 - }, - "C Green": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 1 - ], - "recent_economy": 4.41, - "recent_wickets_per_match": 0.8 - }, - "C Munro": { - "wickets_last5": [ - 2 - ], - "recent_economy": 2.22, - "recent_wickets_per_match": 2.0 - }, - "C Nanda": { - "wickets_last5": [ - 0, - 2, - 2 - ], - "recent_economy": 6.6, - "recent_wickets_per_match": 1.33 - }, - "C Sakariya": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.65, - "recent_wickets_per_match": 2.0 - }, - "C de Grandhomme": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 0 - ], - "recent_economy": 1.96, - "recent_wickets_per_match": 0.4 - }, - "CH Gayle": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 2.98, - "recent_wickets_per_match": 0.2 - }, - "CH Morris": { - "wickets_last5": [ - 3, - 5, - 2, - 2 - ], - "recent_economy": 4.39, - "recent_wickets_per_match": 3.0 - }, - "CJ Anderson": { - "wickets_last5": [ - 1, - 2, - 0, - 0, - 0 - ], - "recent_economy": 3.2, - "recent_wickets_per_match": 0.6 - }, - "CJ Dala": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.67 - }, - "CJ Green": { - "wickets_last5": [ - 2, - 6, - 4, - 4, - 0 - ], - "recent_economy": 4.82, - "recent_wickets_per_match": 3.2 - }, - "CJ Jordan": { - "wickets_last5": [ - 1, - 4, - 2, - 7, - 4 - ], - "recent_economy": 2.68, - "recent_wickets_per_match": 3.6 - }, - "CJ McKay": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.44, - "recent_wickets_per_match": 1.0 - }, - "CK Kapugedera": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.0 - }, - "CK Langeveldt": { - "wickets_last5": [ - 3, - 1, - 2, - 5 - ], - "recent_economy": 3.21, - "recent_wickets_per_match": 2.75 - }, - "CL White": { - "wickets_last5": [ - 0, - 1, - 4, - 1 - ], - "recent_economy": 3.56, - "recent_wickets_per_match": 1.5 - }, - "CR Brathwaite": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 3.44, - "recent_wickets_per_match": 0.33 - }, - "CR Woakes": { - "wickets_last5": [ - 1, - 3, - 4, - 2, - 1 - ], - "recent_economy": 3.07, - "recent_wickets_per_match": 2.2 - }, - "CRD Fernando": { - "wickets_last5": [ - 3, - 2, - 1, - 1, - 3 - ], - "recent_economy": 3.73, - "recent_wickets_per_match": 2.0 - }, - "CV Varun": { - "wickets_last5": [ - 2, - 2, - 5, - 1 - ], - "recent_economy": 4.39, - "recent_wickets_per_match": 2.5 - }, - "D Brevis": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.08, - "recent_wickets_per_match": 1.0 - }, - "D Ferreira": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 6 - ], - "recent_economy": 6.55, - "recent_wickets_per_match": 1.6 - }, - "D Jansen": { - "wickets_last5": [ - 2, - 2, - 0, - 2, - 4 - ], - "recent_economy": 7.65, - "recent_wickets_per_match": 2.0 - }, - "D Kalyankrishna": { - "wickets_last5": [ - 2, - 0, - 2 - ], - "recent_economy": 10.2, - "recent_wickets_per_match": 1.33 - }, - "D Madushanka": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.53, - "recent_wickets_per_match": 1.0 - }, - "D Pretorius": { - "wickets_last5": [ - 2, - 3, - 2 - ], - "recent_economy": 3.13, - "recent_wickets_per_match": 2.33 - }, - "D Salunkhe": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 0 - ], - "recent_economy": 8.24, - "recent_wickets_per_match": 0.4 - }, - "D Wiese": { - "wickets_last5": [ - 2 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 2.0 - }, - "D du Preez": { - "wickets_last5": [ - 2, - 6 - ], - "recent_economy": 7.67, - "recent_wickets_per_match": 4.0 - }, - "DA Payne": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.68, - "recent_wickets_per_match": 2.0 - }, - "DA Warner": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.88, - "recent_wickets_per_match": 0.0 - }, - "DAJ Bracewell": { - "wickets_last5": [ - 2, - 2, - 1, - 2, - 4 - ], - "recent_economy": 3.13, - "recent_wickets_per_match": 2.2 - }, - "DB Ravi Teja": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 9.33, - "recent_wickets_per_match": 1.0 - }, - "DE Bollinger": { - "wickets_last5": [ - 1, - 6, - 3, - 2, - 5 - ], - "recent_economy": 3.75, - "recent_wickets_per_match": 3.4 - }, - "DG Nalkande": { - "wickets_last5": [ - 4, - 2, - 0, - 2, - 0 - ], - "recent_economy": 9.17, - "recent_wickets_per_match": 1.6 - }, - "DJ Bravo": { - "wickets_last5": [ - 2, - 2, - 1, - 1, - 1 - ], - "recent_economy": 2.46, - "recent_wickets_per_match": 1.4 - }, - "DJ Harris": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 11.08, - "recent_wickets_per_match": 0.0 - }, - "DJ Hooda": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 0 - ], - "recent_economy": 4.28, - "recent_wickets_per_match": 0.4 - }, - "DJ Hussey": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "DJ Mitchell": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.2 - }, - "DJ Muthuswami": { - "wickets_last5": [ - 0, - 2, - 4, - 0, - 0 - ], - "recent_economy": 7.55, - "recent_wickets_per_match": 1.2 - }, - "DJ Thornely": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 4 - ], - "recent_economy": 8.09, - "recent_wickets_per_match": 1.2 - }, - "DJ Willey": { - "wickets_last5": [ - 3, - 2, - 1, - 3, - 2 - ], - "recent_economy": 4.55, - "recent_wickets_per_match": 2.2 - }, - "DJG Sammy": { - "wickets_last5": [ - 3, - 2, - 2, - 0, - 0 - ], - "recent_economy": 3.44, - "recent_wickets_per_match": 1.4 - }, - "DJM Short": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.6, - "recent_wickets_per_match": 0.0 - }, - "DL Chahar": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 3 - ], - "recent_economy": 5.05, - "recent_wickets_per_match": 1.2 - }, - "DL Vettori": { - "wickets_last5": [ - 2, - 2, - 2, - 1, - 2 - ], - "recent_economy": 2.37, - "recent_wickets_per_match": 1.8 - }, - "DNT Zoysa": { - "wickets_last5": [ - 2, - 2, - 1, - 0, - 1 - ], - "recent_economy": 5.67, - "recent_wickets_per_match": 1.2 - }, - "DP Nannes": { - "wickets_last5": [ - 0, - 2, - 4, - 2, - 2 - ], - "recent_economy": 8.21, - "recent_wickets_per_match": 2.0 - }, - "DP Vijaykumar": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 2 - ], - "recent_economy": 7.78, - "recent_wickets_per_match": 0.8 - }, - "DR Sams": { - "wickets_last5": [ - 2, - 0, - 4, - 0, - 4 - ], - "recent_economy": 6.91, - "recent_wickets_per_match": 2.0 - }, - "DR Smith": { - "wickets_last5": [ - 3, - 0 - ], - "recent_economy": 3.27, - "recent_wickets_per_match": 1.5 - }, - "DS Kulkarni": { - "wickets_last5": [ - 1, - 2, - 2, - 2, - 1 - ], - "recent_economy": 4.3, - "recent_wickets_per_match": 1.6 - }, - "DS Rathi": { - "wickets_last5": [ - 0, - 0, - 4, - 0, - 0 - ], - "recent_economy": 10.88, - "recent_wickets_per_match": 0.8 - }, - "DT Christian": { - "wickets_last5": [ - 1, - 2, - 0, - 1, - 1 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 1.0 - }, - "DW Steyn": { - "wickets_last5": [ - 0, - 6, - 2, - 7, - 3 - ], - "recent_economy": 3.6, - "recent_wickets_per_match": 3.6 - }, - "E Malinga": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.08, - "recent_wickets_per_match": 0.0 - }, - "F du Plessis": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.31, - "recent_wickets_per_match": 0.0 - }, - "FA Allen": { - "wickets_last5": [ - 0, - 8, - 2, - 0, - 4 - ], - "recent_economy": 7.25, - "recent_wickets_per_match": 2.8 - }, - "FH Edwards": { - "wickets_last5": [ - 7, - 1, - 1, - 3, - 3 - ], - "recent_economy": 3.41, - "recent_wickets_per_match": 3.0 - }, - "FY Fazal": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 1.0 - }, - "Fazalhaq Farooqi": { - "wickets_last5": [ - 4, - 0, - 2, - 4 - ], - "recent_economy": 8.71, - "recent_wickets_per_match": 2.5 - }, - "G Coetzee": { - "wickets_last5": [ - 4, - 1, - 6, - 3 - ], - "recent_economy": 4.22, - "recent_wickets_per_match": 3.5 - }, - "GB Hogg": { - "wickets_last5": [ - 2, - 2, - 5, - 4 - ], - "recent_economy": 3.33, - "recent_wickets_per_match": 3.25 - }, - "GC Viljoen": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.67, - "recent_wickets_per_match": 1.0 - }, - "GD McGrath": { - "wickets_last5": [ - 7, - 2, - 4, - 2, - 7 - ], - "recent_economy": 2.27, - "recent_wickets_per_match": 4.4 - }, - "GD Phillips": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 4 - ], - "recent_economy": 4.06, - "recent_wickets_per_match": 1.4 - }, - "GF Linde": { - "wickets_last5": [ - 5, - 0, - 4 - ], - "recent_economy": 3.2, - "recent_wickets_per_match": 3.0 - }, - "GH Vihari": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 2.9, - "recent_wickets_per_match": 0.0 - }, - "GHS Garton": { - "wickets_last5": [ - 2, - 0, - 4, - 0, - 2 - ], - "recent_economy": 10.15, - "recent_wickets_per_match": 1.6 - }, - "GJ Maxwell": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.11, - "recent_wickets_per_match": 0.2 - }, - "GR Napier": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.75, - "recent_wickets_per_match": 2.0 - }, - "GS Sandhu": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 4.98, - "recent_wickets_per_match": 1.5 - }, - "Gagandeep Singh": { - "wickets_last5": [ - 2, - 0, - 1, - 2, - 0 - ], - "recent_economy": 9.33, - "recent_wickets_per_match": 1.0 - }, - "Gulbadin Naib": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "Gurjapneet Singh": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 2 - ], - "recent_economy": 7.84, - "recent_wickets_per_match": 0.8 - }, - "Gurkeerat Singh": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 6.8, - "recent_wickets_per_match": 0.33 - }, - "Gurnoor Brar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.14, - "recent_wickets_per_match": 0.0 - }, - "H Sharma": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 11.4, - "recent_wickets_per_match": 0.0 - }, - "HF Gurney": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 0 - ], - "recent_economy": 5.6, - "recent_wickets_per_match": 0.4 - }, - "HH Pandya": { - "wickets_last5": [ - 1, - 6, - 3, - 0, - 0 - ], - "recent_economy": 3.56, - "recent_wickets_per_match": 2.0 - }, - "HR Shokeen": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 4 - ], - "recent_economy": 8.4, - "recent_wickets_per_match": 0.8 - }, - "HV Patel": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 2 - ], - "recent_economy": 8.62, - "recent_wickets_per_match": 1.0 - }, - "Harbhajan Singh": { - "wickets_last5": [ - 1, - 4, - 2, - 3, - 2 - ], - "recent_economy": 2.93, - "recent_wickets_per_match": 2.4 - }, - "Harmeet Singh": { - "wickets_last5": [ - 0, - 4, - 0, - 2, - 2 - ], - "recent_economy": 7.93, - "recent_wickets_per_match": 1.6 - }, - "Harmeet Singh (2)": { - "wickets_last5": [ - 2 - ], - "recent_economy": 7.92, - "recent_wickets_per_match": 2.0 - }, - "Harpreet Brar": { - "wickets_last5": [ - 4, - 0, - 0, - 2, - 4 - ], - "recent_economy": 8.35, - "recent_wickets_per_match": 2.0 - }, - "Harsh Dubey": { - "wickets_last5": [ - 0, - 0, - 6, - 0, - 2 - ], - "recent_economy": 10.86, - "recent_wickets_per_match": 1.6 - }, - "Harshit Rana": { - "wickets_last5": [ - 0, - 4 - ], - "recent_economy": 4.36, - "recent_wickets_per_match": 2.0 - }, - "I Malhotra": { - "wickets_last5": [ - 0 - ], - "recent_economy": 23.0, - "recent_wickets_per_match": 0.0 - }, - "I Sharma": { - "wickets_last5": [ - 0, - 0, - 5, - 3, - 0 - ], - "recent_economy": 2.57, - "recent_wickets_per_match": 1.6 - }, - "I Udana": { - "wickets_last5": [ - 0, - 4, - 2, - 0, - 2 - ], - "recent_economy": 10.54, - "recent_wickets_per_match": 1.6 - }, - "IC Pandey": { - "wickets_last5": [ - 2, - 4, - 4, - 2, - 2 - ], - "recent_economy": 7.17, - "recent_wickets_per_match": 2.8 - }, - "IC Porel": { - "wickets_last5": [ - 2 - ], - "recent_economy": 8.54, - "recent_wickets_per_match": 2.0 - }, - "IK Pathan": { - "wickets_last5": [ - 0, - 3, - 5, - 1, - 2 - ], - "recent_economy": 3.15, - "recent_wickets_per_match": 2.2 - }, - "IS Sodhi": { - "wickets_last5": [ - 1, - 3, - 5, - 8, - 0 - ], - "recent_economy": 3.43, - "recent_wickets_per_match": 3.4 - }, - "Imran Tahir": { - "wickets_last5": [ - 2, - 6, - 0, - 6, - 4 - ], - "recent_economy": 3.34, - "recent_wickets_per_match": 3.6 - }, - "Iqbal Abdulla": { - "wickets_last5": [ - 0, - 4, - 0, - 4, - 0 - ], - "recent_economy": 8.73, - "recent_wickets_per_match": 1.6 - }, - "Ishan Kishan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 24.0, - "recent_wickets_per_match": 0.0 - }, - "J Botha": { - "wickets_last5": [ - 2, - 4, - 7, - 2, - 2 - ], - "recent_economy": 3.33, - "recent_wickets_per_match": 3.4 - }, - "J Little": { - "wickets_last5": [ - 0, - 4, - 2 - ], - "recent_economy": 6.44, - "recent_wickets_per_match": 2.0 - }, - "J Overton": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 3.92, - "recent_wickets_per_match": 2.0 - }, - "J Suchith": { - "wickets_last5": [ - 2, - 4, - 4, - 2, - 2 - ], - "recent_economy": 6.89, - "recent_wickets_per_match": 2.8 - }, - "J Syed Mohammad": { - "wickets_last5": [ - 0, - 4, - 0, - 4, - 0 - ], - "recent_economy": 8.69, - "recent_wickets_per_match": 1.6 - }, - "J Theron": { - "wickets_last5": [ - 2, - 2, - 0, - 0, - 4 - ], - "recent_economy": 5.66, - "recent_wickets_per_match": 1.6 - }, - "J Yadav": { - "wickets_last5": [ - 0, - 5, - 2, - 1, - 4 - ], - "recent_economy": 3.32, - "recent_wickets_per_match": 2.4 - }, - "JA Duffy": { - "wickets_last5": [ - 9, - 6, - 8, - 2 - ], - "recent_economy": 2.21, - "recent_wickets_per_match": 6.25 - }, - "JA Morkel": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.97, - "recent_wickets_per_match": 1.0 - }, - "JA Richardson": { - "wickets_last5": [ - 2, - 5, - 1, - 5 - ], - "recent_economy": 2.63, - "recent_wickets_per_match": 3.25 - }, - "JC Archer": { - "wickets_last5": [ - 6, - 5, - 6, - 1, - 2 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 4.0 - }, - "JD Ryder": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 1 - ], - "recent_economy": 3.54, - "recent_wickets_per_match": 0.4 - }, - "JD Unadkat": { - "wickets_last5": [ - 0, - 0, - 3, - 0 - ], - "recent_economy": 2.85, - "recent_wickets_per_match": 0.75 - }, - "JDP Oram": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 2 - ], - "recent_economy": 2.44, - "recent_wickets_per_match": 0.6 - }, - "JDS Neesham": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 3 - ], - "recent_economy": 4.12, - "recent_wickets_per_match": 1.2 - }, - "JE Root": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.27, - "recent_wickets_per_match": 0.4 - }, - "JE Taylor": { - "wickets_last5": [ - 0, - 2, - 0, - 4, - 2 - ], - "recent_economy": 4.32, - "recent_wickets_per_match": 1.6 - }, - "JEC Franklin": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 0 - ], - "recent_economy": 2.79, - "recent_wickets_per_match": 0.4 - }, - "JH Kallis": { - "wickets_last5": [ - 0, - 4, - 0, - 0, - 0 - ], - "recent_economy": 2.74, - "recent_wickets_per_match": 0.8 - }, - "JJ Bumrah": { - "wickets_last5": [ - 2, - 6, - 4, - 3, - 2 - ], - "recent_economy": 2.61, - "recent_wickets_per_match": 3.4 - }, - "JJ van der Wath": { - "wickets_last5": [ - 3, - 3, - 0, - 0, - 2 - ], - "recent_economy": 5.65, - "recent_wickets_per_match": 1.6 - }, - "JL Pattinson": { - "wickets_last5": [ - 0, - 6, - 3, - 2, - 6 - ], - "recent_economy": 2.83, - "recent_wickets_per_match": 3.4 - }, - "JM Kemp": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.78, - "recent_wickets_per_match": 0.0 - }, - "JO Holder": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 2 - ], - "recent_economy": 3.29, - "recent_wickets_per_match": 1.0 - }, - "JP Behrendorff": { - "wickets_last5": [ - 4, - 2, - 0, - 6, - 0 - ], - "recent_economy": 7.88, - "recent_wickets_per_match": 2.4 - }, - "JP Duminy": { - "wickets_last5": [ - 0, - 0, - 4, - 0, - 0 - ], - "recent_economy": 3.63, - "recent_wickets_per_match": 0.8 - }, - "JP Faulkner": { - "wickets_last5": [ - 6 - ], - "recent_economy": 3.54, - "recent_wickets_per_match": 6.0 - }, - "JPR Scantlebury-Searles": { - "wickets_last5": [ - 0, - 6, - 0, - 2, - 0 - ], - "recent_economy": 9.75, - "recent_wickets_per_match": 1.6 - }, - "JR Hazlewood": { - "wickets_last5": [ - 3, - 4, - 7, - 2, - 1 - ], - "recent_economy": 2.87, - "recent_wickets_per_match": 3.4 - }, - "JR Hopes": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 1 - ], - "recent_economy": 5.92, - "recent_wickets_per_match": 0.4 - }, - "JW Hastings": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.88, - "recent_wickets_per_match": 1.0 - }, - "Jalaj S Saxena": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "Jaskaran Singh": { - "wickets_last5": [ - 3, - 0, - 1 - ], - "recent_economy": 3.85, - "recent_wickets_per_match": 1.33 - }, - "Joginder Sharma": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.06, - "recent_wickets_per_match": 0.5 - }, - "K Goel": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.31, - "recent_wickets_per_match": 0.0 - }, - "K Gowtham": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.16, - "recent_wickets_per_match": 1.0 - }, - "K Kartikeya": { - "wickets_last5": [ - 0, - 2, - 2, - 0, - 0 - ], - "recent_economy": 8.95, - "recent_wickets_per_match": 0.8 - }, - "K Khejroliya": { - "wickets_last5": [ - 0, - 2, - 4, - 0, - 2 - ], - "recent_economy": 10.07, - "recent_wickets_per_match": 1.6 - }, - "K Rabada": { - "wickets_last5": [ - 3, - 2, - 9, - 6, - 2 - ], - "recent_economy": 3.25, - "recent_wickets_per_match": 4.4 - }, - "K Santokie": { - "wickets_last5": [ - 6, - 4, - 2, - 2, - 0 - ], - "recent_economy": 8.97, - "recent_wickets_per_match": 2.8 - }, - "K Upadhyay": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 8.46, - "recent_wickets_per_match": 0.0 - }, - "K Yadav": { - "wickets_last5": [ - 2, - 2, - 0 - ], - "recent_economy": 9.33, - "recent_wickets_per_match": 1.33 - }, - "KA Jamieson": { - "wickets_last5": [ - 5, - 6, - 6, - 1, - 2 - ], - "recent_economy": 3.14, - "recent_wickets_per_match": 4.0 - }, - "KA Maharaj": { - "wickets_last5": [ - 3, - 3, - 9, - 4, - 1 - ], - "recent_economy": 3.08, - "recent_wickets_per_match": 4.0 - }, - "KA Pollard": { - "wickets_last5": [ - 0, - 4, - 0, - 2, - 0 - ], - "recent_economy": 6.6, - "recent_wickets_per_match": 1.2 - }, - "KAJ Roach": { - "wickets_last5": [ - 6, - 1, - 2, - 7, - 2 - ], - "recent_economy": 3.09, - "recent_wickets_per_match": 3.6 - }, - "KC Cariappa": { - "wickets_last5": [ - 0, - 0, - 4, - 2, - 2 - ], - "recent_economy": 8.75, - "recent_wickets_per_match": 1.6 - }, - "KH Pandya": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 1 - ], - "recent_economy": 5.54, - "recent_wickets_per_match": 0.4 - }, - "KJ Abbott": { - "wickets_last5": [ - 0, - 5, - 4, - 10, - 0 - ], - "recent_economy": 2.44, - "recent_wickets_per_match": 3.8 - }, - "KK Ahmed": { - "wickets_last5": [ - 3, - 1, - 0, - 0, - 0 - ], - "recent_economy": 6.65, - "recent_wickets_per_match": 0.8 - }, - "KK Cooper": { - "wickets_last5": [ - 2, - 4, - 2, - 2, - 4 - ], - "recent_economy": 9.16, - "recent_wickets_per_match": 2.8 - }, - "KL Nagarkoti": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 0 - ], - "recent_economy": 9.07, - "recent_wickets_per_match": 0.4 - }, - "KM Asif": { - "wickets_last5": [ - 4, - 2, - 0, - 0, - 2 - ], - "recent_economy": 8.34, - "recent_wickets_per_match": 1.6 - }, - "KMA Paul": { - "wickets_last5": [ - 3, - 0, - 3 - ], - "recent_economy": 2.91, - "recent_wickets_per_match": 2.0 - }, - "KMDN Kulasekara": { - "wickets_last5": [ - 2, - 3, - 2, - 0, - 3 - ], - "recent_economy": 3.06, - "recent_wickets_per_match": 2.0 - }, - "KP Appanna": { - "wickets_last5": [ - 0, - 2, - 2, - 0, - 8 - ], - "recent_economy": 7.66, - "recent_wickets_per_match": 2.4 - }, - "KP Pietersen": { - "wickets_last5": [ - 0, - 1, - 4, - 0, - 0 - ], - "recent_economy": 4.19, - "recent_wickets_per_match": 1.0 - }, - "KR Mayers": { - "wickets_last5": [ - 6, - 1, - 0, - 1, - 2 - ], - "recent_economy": 2.91, - "recent_wickets_per_match": 2.0 - }, - "KR Sen": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.18, - "recent_wickets_per_match": 2.0 - }, - "KS Williamson": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 3.53, - "recent_wickets_per_match": 0.2 - }, - "KT Maphaka": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 3.72, - "recent_wickets_per_match": 2.0 - }, - "KV Sharma": { - "wickets_last5": [ - 4 - ], - "recent_economy": 4.86, - "recent_wickets_per_match": 4.0 - }, - "KW Richardson": { - "wickets_last5": [ - 1, - 2, - 2, - 3, - 3 - ], - "recent_economy": 6.02, - "recent_wickets_per_match": 2.2 - }, - "Kamran Khan": { - "wickets_last5": [ - 0, - 4, - 4, - 0, - 0 - ], - "recent_economy": 10.85, - "recent_wickets_per_match": 1.6 - }, - "Karanveer Singh": { - "wickets_last5": [ - 0, - 2, - 2, - 0, - 8 - ], - "recent_economy": 10.79, - "recent_wickets_per_match": 2.4 - }, - "Karim Janat": { - "wickets_last5": [ - 0, - 2, - 4, - 0 - ], - "recent_economy": 7.73, - "recent_wickets_per_match": 1.5 - }, - "Kartik Tyagi": { - "wickets_last5": [ - 0, - 4, - 0, - 6, - 6 - ], - "recent_economy": 10.13, - "recent_wickets_per_match": 3.2 - }, - "Krish Bhagat": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 10.5, - "recent_wickets_per_match": 0.0 - }, - "Kuldeep Yadav": { - "wickets_last5": [ - 4, - 4, - 8, - 4, - 3 - ], - "recent_economy": 3.77, - "recent_wickets_per_match": 4.6 - }, - "L Ablish": { - "wickets_last5": [ - 0, - 4, - 6 - ], - "recent_economy": 9.6, - "recent_wickets_per_match": 3.33 - }, - "L Balaji": { - "wickets_last5": [ - 7, - 0 - ], - "recent_economy": 3.43, - "recent_wickets_per_match": 3.5 - }, - "L Ngidi": { - "wickets_last5": [ - 3, - 2, - 3, - 1, - 1 - ], - "recent_economy": 3.83, - "recent_wickets_per_match": 2.0 - }, - "L Wood": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 5.95, - "recent_wickets_per_match": 0.5 - }, - "LA Carseldine": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.29, - "recent_wickets_per_match": 2.0 - }, - "LB Williams": { - "wickets_last5": [ - 0, - 3 - ], - "recent_economy": 3.21, - "recent_wickets_per_match": 1.5 - }, - "LE Plunkett": { - "wickets_last5": [ - 4, - 3, - 9, - 2, - 1 - ], - "recent_economy": 3.16, - "recent_wickets_per_match": 3.8 - }, - "LH Ferguson": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.76, - "recent_wickets_per_match": 0.0 - }, - "LI Meriwala": { - "wickets_last5": [ - 2 - ], - "recent_economy": 9.79, - "recent_wickets_per_match": 2.0 - }, - "LJ Wright": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.85, - "recent_wickets_per_match": 0.0 - }, - "LMP Simmons": { - "wickets_last5": [ - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.32, - "recent_wickets_per_match": 0.25 - }, - "LPC Silva": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 3.73, - "recent_wickets_per_match": 0.33 - }, - "LR Shukla": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 0 - ], - "recent_economy": 8.38, - "recent_wickets_per_match": 0.4 - }, - "LRPL Taylor": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 2 - ], - "recent_economy": 3.04, - "recent_wickets_per_match": 0.6 - }, - "LS Livingstone": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.4 - }, - "Lalit Yadav": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 2 - ], - "recent_economy": 11.84, - "recent_wickets_per_match": 0.8 - }, - "M Ashwin": { - "wickets_last5": [ - 0, - 0, - 2, - 4, - 2 - ], - "recent_economy": 9.06, - "recent_wickets_per_match": 1.6 - }, - "M Jansen": { - "wickets_last5": [ - 7, - 5, - 0, - 4, - 3 - ], - "recent_economy": 2.73, - "recent_wickets_per_match": 3.8 - }, - "M Kartik": { - "wickets_last5": [ - 2, - 7, - 1 - ], - "recent_economy": 2.8, - "recent_wickets_per_match": 3.33 - }, - "M Manhas": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "M Markande": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.75, - "recent_wickets_per_match": 0.0 - }, - "M Morkel": { - "wickets_last5": [ - 4, - 9, - 3, - 5, - 5 - ], - "recent_economy": 2.79, - "recent_wickets_per_match": 5.2 - }, - "M Muralitharan": { - "wickets_last5": [ - 9, - 4, - 2, - 3, - 6 - ], - "recent_economy": 3.45, - "recent_wickets_per_match": 4.8 - }, - "M Ntini": { - "wickets_last5": [ - 0, - 2, - 2, - 3, - 5 - ], - "recent_economy": 3.19, - "recent_wickets_per_match": 2.4 - }, - "M Pathirana": { - "wickets_last5": [ - 6, - 4, - 8, - 2, - 0 - ], - "recent_economy": 6.3, - "recent_wickets_per_match": 4.0 - }, - "M Prasidh Krishna": { - "wickets_last5": [ - 8, - 1, - 5, - 6, - 1 - ], - "recent_economy": 4.61, - "recent_wickets_per_match": 4.2 - }, - "M Shahrukh Khan": { - "wickets_last5": [ - 2, - 0, - 0 - ], - "recent_economy": 9.33, - "recent_wickets_per_match": 0.67 - }, - "M Siddharth": { - "wickets_last5": [ - 4, - 4, - 2, - 2, - 0 - ], - "recent_economy": 9.08, - "recent_wickets_per_match": 2.4 - }, - "M Theekshana": { - "wickets_last5": [ - 2, - 3 - ], - "recent_economy": 3.09, - "recent_wickets_per_match": 2.5 - }, - "M Tiwari": { - "wickets_last5": [ - 0, - 4, - 4, - 0 - ], - "recent_economy": 7.36, - "recent_wickets_per_match": 2.0 - }, - "M Vijay": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.9, - "recent_wickets_per_match": 0.0 - }, - "M de Lange": { - "wickets_last5": [ - 1, - 8 - ], - "recent_economy": 3.65, - "recent_wickets_per_match": 4.5 - }, - "MA Khote": { - "wickets_last5": [ - 0, - 4 - ], - "recent_economy": 10.2, - "recent_wickets_per_match": 2.0 - }, - "MA Starc": { - "wickets_last5": [ - 5, - 4, - 4, - 8, - 10 - ], - "recent_economy": 3.99, - "recent_wickets_per_match": 6.2 - }, - "MA Wood": { - "wickets_last5": [ - 0, - 2, - 7, - 2, - 0 - ], - "recent_economy": 3.68, - "recent_wickets_per_match": 2.2 - }, - "MB Parmar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.11, - "recent_wickets_per_match": 0.0 - }, - "MC Henriques": { - "wickets_last5": [ - 0, - 1, - 0, - 1 - ], - "recent_economy": 2.95, - "recent_wickets_per_match": 0.5 - }, - "MD Shanaka": { - "wickets_last5": [ - 0, - 2, - 2, - 1, - 5 - ], - "recent_economy": 3.28, - "recent_wickets_per_match": 2.0 - }, - "MF Maharoof": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 1 - ], - "recent_economy": 2.85, - "recent_wickets_per_match": 0.4 - }, - "MG Bracewell": { - "wickets_last5": [ - 1, - 0, - 6, - 1, - 2 - ], - "recent_economy": 3.07, - "recent_wickets_per_match": 2.0 - }, - "MG Johnson": { - "wickets_last5": [ - 3, - 4, - 4, - 1, - 2 - ], - "recent_economy": 4.12, - "recent_wickets_per_match": 2.8 - }, - "MG Neser": { - "wickets_last5": [ - 5, - 4, - 6, - 5, - 2 - ], - "recent_economy": 3.18, - "recent_wickets_per_match": 4.4 - }, - "MJ Clarke": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 0 - ], - "recent_economy": 2.58, - "recent_wickets_per_match": 0.4 - }, - "MJ Henry": { - "wickets_last5": [ - 11, - 1, - 4, - 7, - 9 - ], - "recent_economy": 2.5, - "recent_wickets_per_match": 6.4 - }, - "MJ McClenaghan": { - "wickets_last5": [ - 1, - 4, - 2, - 4, - 3 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 2.8 - }, - "MJ Santner": { - "wickets_last5": [ - 2, - 0, - 5, - 7, - 13 - ], - "recent_economy": 3.52, - "recent_wickets_per_match": 5.4 - }, - "MJ Suthar": { - "wickets_last5": [ - 0, - 2, - 2, - 0 - ], - "recent_economy": 11.04, - "recent_wickets_per_match": 1.0 - }, - "MK Lomror": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 0 - ], - "recent_economy": 9.09, - "recent_wickets_per_match": 0.4 - }, - "MK Tiwary": { - "wickets_last5": [ - 0, - 0, - 4, - 0, - 1 - ], - "recent_economy": 6.21, - "recent_wickets_per_match": 1.0 - }, - "MM Ali": { - "wickets_last5": [ - 3, - 1, - 2, - 3, - 2 - ], - "recent_economy": 3.82, - "recent_wickets_per_match": 2.2 - }, - "MM Patel": { - "wickets_last5": [ - 1, - 1, - 0, - 5, - 2 - ], - "recent_economy": 3.2, - "recent_wickets_per_match": 1.8 - }, - "MM Sharma": { - "wickets_last5": [ - 1, - 2, - 2, - 1, - 2 - ], - "recent_economy": 5.9, - "recent_wickets_per_match": 1.6 - }, - "MN Samuels": { - "wickets_last5": [ - 1, - 1, - 2, - 2, - 1 - ], - "recent_economy": 2.97, - "recent_wickets_per_match": 1.4 - }, - "MP Stoinis": { - "wickets_last5": [ - 0, - 10, - 2, - 6, - 6 - ], - "recent_economy": 7.37, - "recent_wickets_per_match": 4.8 - }, - "MP Yadav": { - "wickets_last5": [ - 2, - 1, - 1 - ], - "recent_economy": 6.08, - "recent_wickets_per_match": 1.33 - }, - "MR Marsh": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 0 - ], - "recent_economy": 3.44, - "recent_wickets_per_match": 0.6 - }, - "MS Gony": { - "wickets_last5": [ - 2 - ], - "recent_economy": 9.84, - "recent_wickets_per_match": 2.0 - }, - "MW Short": { - "wickets_last5": [ - 2, - 2, - 6, - 8, - 0 - ], - "recent_economy": 7.04, - "recent_wickets_per_match": 3.6 - }, - "Mandeep Singh": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 13.0, - "recent_wickets_per_match": 0.0 - }, - "Mashrafe Mortaza": { - "wickets_last5": [ - 0, - 3, - 1, - 1, - 2 - ], - "recent_economy": 2.87, - "recent_wickets_per_match": 1.4 - }, - "Mayank Dagar": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 0 - ], - "recent_economy": 9.58, - "recent_wickets_per_match": 0.4 - }, - "Mohammad Asif": { - "wickets_last5": [ - 1, - 3, - 2, - 7, - 5 - ], - "recent_economy": 2.95, - "recent_wickets_per_match": 3.6 - }, - "Mohammad Hafeez": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 2.55, - "recent_wickets_per_match": 0.4 - }, - "Mohammad Nabi": { - "wickets_last5": [ - 2, - 0, - 4, - 0, - 4 - ], - "recent_economy": 5.44, - "recent_wickets_per_match": 2.0 - }, - "Mohammed Shami": { - "wickets_last5": [ - 4, - 2, - 4, - 3, - 2 - ], - "recent_economy": 3.52, - "recent_wickets_per_match": 3.0 - }, - "Mohammed Siraj": { - "wickets_last5": [ - 2, - 4, - 3, - 7, - 9 - ], - "recent_economy": 3.35, - "recent_wickets_per_match": 5.0 - }, - "Mohit Rathee": { - "wickets_last5": [ - 0 - ], - "recent_economy": 14.5, - "recent_wickets_per_match": 0.0 - }, - "Mohsin Khan": { - "wickets_last5": [ - 1, - 4, - 0 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 1.67 - }, - "Monu Kumar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "Mujeeb Ur Rahman": { - "wickets_last5": [ - 0, - 2, - 2, - 4, - 0 - ], - "recent_economy": 6.94, - "recent_wickets_per_match": 1.6 - }, - "Mukesh Choudhary": { - "wickets_last5": [ - 2, - 4, - 4, - 0, - 2 - ], - "recent_economy": 8.18, - "recent_wickets_per_match": 2.4 - }, - "Mukesh Kumar": { - "wickets_last5": [ - 1, - 4, - 2 - ], - "recent_economy": 3.3, - "recent_wickets_per_match": 2.33 - }, - "Musheer Khan": { - "wickets_last5": [ - 2 - ], - "recent_economy": 13.5, - "recent_wickets_per_match": 2.0 - }, - "Mustafizur Rahman": { - "wickets_last5": [ - 1, - 2, - 1, - 0, - 1 - ], - "recent_economy": 3.12, - "recent_wickets_per_match": 1.0 - }, - "N Burger": { - "wickets_last5": [ - 3, - 4, - 7 - ], - "recent_economy": 3.64, - "recent_wickets_per_match": 4.67 - }, - "N Rana": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.33, - "recent_wickets_per_match": 0.0 - }, - "N Thushara": { - "wickets_last5": [ - 2, - 0, - 2, - 6, - 2 - ], - "recent_economy": 8.87, - "recent_wickets_per_match": 2.4 - }, - "N Wadhera": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.76, - "recent_wickets_per_match": 0.0 - }, - "NA Saini": { - "wickets_last5": [ - 0, - 4 - ], - "recent_economy": 3.88, - "recent_wickets_per_match": 2.0 - }, - "NB Singh": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 3.36, - "recent_wickets_per_match": 1.0 - }, - "ND Doshi": { - "wickets_last5": [ - 2, - 0, - 0, - 2 - ], - "recent_economy": 8.21, - "recent_wickets_per_match": 1.0 - }, - "NJ Rimmington": { - "wickets_last5": [ - 8, - 2, - 2, - 2, - 2 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 3.2 - }, - "NL McCullum": { - "wickets_last5": [ - 0, - 1, - 1, - 3, - 3 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.6 - }, - "NLTC Perera": { - "wickets_last5": [ - 4, - 0, - 2, - 3, - 2 - ], - "recent_economy": 4.18, - "recent_wickets_per_match": 2.2 - }, - "NM Coulter-Nile": { - "wickets_last5": [ - 2, - 1, - 1, - 0, - 3 - ], - "recent_economy": 5.9, - "recent_wickets_per_match": 1.4 - }, - "NT Ellis": { - "wickets_last5": [ - 0, - 3, - 1, - 4, - 2 - ], - "recent_economy": 4.08, - "recent_wickets_per_match": 2.0 - }, - "Naman Dhir": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 8.49, - "recent_wickets_per_match": 0.4 - }, - "Navdeep Saini": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.69, - "recent_wickets_per_match": 0.0 - }, - "Naveen-ul-Haq": { - "wickets_last5": [ - 6, - 2, - 2, - 2, - 2 - ], - "recent_economy": 6.86, - "recent_wickets_per_match": 2.8 - }, - "Nithish Kumar Reddy": { - "wickets_last5": [ - 0, - 0, - 3, - 0, - 2 - ], - "recent_economy": 4.27, - "recent_wickets_per_match": 1.0 - }, - "Noor Ahmad": { - "wickets_last5": [ - 6, - 4, - 4, - 2, - 2 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 3.6 - }, - "O Thomas": { - "wickets_last5": [ - 0, - 6, - 6 - ], - "recent_economy": 5.37, - "recent_wickets_per_match": 4.0 - }, - "OC McCoy": { - "wickets_last5": [ - 2, - 0, - 2, - 2 - ], - "recent_economy": 9.22, - "recent_wickets_per_match": 1.5 - }, - "OF Smith": { - "wickets_last5": [ - 1, - 2, - 0, - 1, - 1 - ], - "recent_economy": 4.81, - "recent_wickets_per_match": 1.0 - }, - "P Amarnath": { - "wickets_last5": [ - 2, - 0, - 4, - 4, - 2 - ], - "recent_economy": 10.78, - "recent_wickets_per_match": 2.4 - }, - "P Awana": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 11.83, - "recent_wickets_per_match": 0.0 - }, - "P Dubey": { - "wickets_last5": [ - 2, - 2, - 0, - 0, - 0 - ], - "recent_economy": 8.35, - "recent_wickets_per_match": 0.8 - }, - "P Kumar": { - "wickets_last5": [ - 2, - 8, - 6, - 4, - 2 - ], - "recent_economy": 2.6, - "recent_wickets_per_match": 4.4 - }, - "P Negi": { - "wickets_last5": [ - 2 - ], - "recent_economy": 5.33, - "recent_wickets_per_match": 2.0 - }, - "P Parameswaran": { - "wickets_last5": [ - 2, - 6, - 2, - 4, - 0 - ], - "recent_economy": 7.79, - "recent_wickets_per_match": 2.8 - }, - "P Prasanth": { - "wickets_last5": [ - 0 - ], - "recent_economy": 18.0, - "recent_wickets_per_match": 0.0 - }, - "P Ray Barman": { - "wickets_last5": [ - 0 - ], - "recent_economy": 14.0, - "recent_wickets_per_match": 0.0 - }, - "P Sahu": { - "wickets_last5": [ - 0, - 4, - 0, - 0, - 2 - ], - "recent_economy": 8.07, - "recent_wickets_per_match": 1.2 - }, - "P Suyal": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 2 - ], - "recent_economy": 7.85, - "recent_wickets_per_match": 0.8 - }, - "PC Valthaty": { - "wickets_last5": [ - 0, - 2, - 2, - 2, - 0 - ], - "recent_economy": 7.57, - "recent_wickets_per_match": 1.2 - }, - "PD Collingwood": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 1 - ], - "recent_economy": 2.28, - "recent_wickets_per_match": 0.6 - }, - "PH Solanki": { - "wickets_last5": [ - 4, - 0 - ], - "recent_economy": 6.33, - "recent_wickets_per_match": 2.0 - }, - "PHKD Mendis": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.73, - "recent_wickets_per_match": 0.0 - }, - "PJ Cummins": { - "wickets_last5": [ - 6, - 2, - 3, - 3, - 7 - ], - "recent_economy": 2.65, - "recent_wickets_per_match": 4.2 - }, - "PJ Sangwan": { - "wickets_last5": [ - 2, - 0, - 4, - 0, - 0 - ], - "recent_economy": 7.76, - "recent_wickets_per_match": 1.2 - }, - "PM Sarvesh Kumar": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 7.94, - "recent_wickets_per_match": 1.0 - }, - "PP Chawla": { - "wickets_last5": [ - 4, - 2, - 1 - ], - "recent_economy": 3.26, - "recent_wickets_per_match": 2.33 - }, - "PP Hinge": { - "wickets_last5": [ - 6, - 2, - 4, - 4, - 2 - ], - "recent_economy": 10.79, - "recent_wickets_per_match": 3.6 - }, - "PP Ojha": { - "wickets_last5": [ - 10, - 1, - 3, - 4, - 1 - ], - "recent_economy": 2.45, - "recent_wickets_per_match": 3.8 - }, - "PR Veer": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.5, - "recent_wickets_per_match": 0.0 - }, - "PV Tambe": { - "wickets_last5": [ - 2, - 2, - 2 - ], - "recent_economy": 3.82, - "recent_wickets_per_match": 2.0 - }, - "PVD Chameera": { - "wickets_last5": [ - 0, - 5, - 2, - 1, - 1 - ], - "recent_economy": 3.08, - "recent_wickets_per_match": 1.8 - }, - "PVSN Raju": { - "wickets_last5": [ - 4, - 0 - ], - "recent_economy": 9.93, - "recent_wickets_per_match": 2.0 - }, - "PWA Mulder": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 4 - ], - "recent_economy": 2.5, - "recent_wickets_per_match": 1.4 - }, - "PWH de Silva": { - "wickets_last5": [ - 0, - 0, - 0, - 4 - ], - "recent_economy": 3.55, - "recent_wickets_per_match": 1.0 - }, - "Pankaj Singh": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 3.85, - "recent_wickets_per_match": 1.0 - }, - "Parvez Rasool": { - "wickets_last5": [ - 2 - ], - "recent_economy": 5.8, - "recent_wickets_per_match": 2.0 - }, - "Prince Yadav": { - "wickets_last5": [ - 0, - 0, - 2, - 3 - ], - "recent_economy": 8.38, - "recent_wickets_per_match": 1.25 - }, - "R Ashwin": { - "wickets_last5": [ - 1, - 3, - 5, - 1, - 5 - ], - "recent_economy": 3.55, - "recent_wickets_per_match": 3.0 - }, - "R Bhatia": { - "wickets_last5": [ - 0, - 0, - 4, - 0, - 0 - ], - "recent_economy": 8.75, - "recent_wickets_per_match": 0.8 - }, - "R Dhawan": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 5.92, - "recent_wickets_per_match": 0.33 - }, - "R Goyal": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.25, - "recent_wickets_per_match": 0.0 - }, - "R McLaren": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 3.5, - "recent_wickets_per_match": 1.5 - }, - "R Ninan": { - "wickets_last5": [ - 4, - 2 - ], - "recent_economy": 10.83, - "recent_wickets_per_match": 3.0 - }, - "R Parag": { - "wickets_last5": [ - 3 - ], - "recent_economy": 5.78, - "recent_wickets_per_match": 3.0 - }, - "R Powell": { - "wickets_last5": [ - 0, - 2, - 2 - ], - "recent_economy": 12.16, - "recent_wickets_per_match": 1.33 - }, - "R Rampaul": { - "wickets_last5": [ - 5, - 4, - 1, - 3, - 1 - ], - "recent_economy": 2.8, - "recent_wickets_per_match": 2.8 - }, - "R Ravindra": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 0 - ], - "recent_economy": 3.27, - "recent_wickets_per_match": 0.4 - }, - "R Sai Kishore": { - "wickets_last5": [ - 3, - 1 - ], - "recent_economy": 4.2, - "recent_wickets_per_match": 2.0 - }, - "R Sanjay Yadav": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "R Sathish": { - "wickets_last5": [ - 0, - 0, - 4, - 0, - 2 - ], - "recent_economy": 9.96, - "recent_wickets_per_match": 1.2 - }, - "R Sharma": { - "wickets_last5": [ - 1, - 1, - 1, - 3 - ], - "recent_economy": 5.05, - "recent_wickets_per_match": 1.5 - }, - "R Shepherd": { - "wickets_last5": [ - 0, - 4, - 2, - 0, - 8 - ], - "recent_economy": 6.93, - "recent_wickets_per_match": 2.8 - }, - "R Shukla": { - "wickets_last5": [ - 2, - 2, - 2, - 0, - 4 - ], - "recent_economy": 9.6, - "recent_wickets_per_match": 2.0 - }, - "R Tewatia": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 8.25, - "recent_wickets_per_match": 0.4 - }, - "R Vinay Kumar": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.62, - "recent_wickets_per_match": 1.0 - }, - "RA Bawa": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 7.69, - "recent_wickets_per_match": 2.0 - }, - "RA Jadeja": { - "wickets_last5": [ - 6, - 4, - 4, - 4, - 0 - ], - "recent_economy": 2.85, - "recent_wickets_per_match": 3.6 - }, - "RA Shaikh": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 0.0 - }, - "RA Tripathi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "RD Chahar": { - "wickets_last5": [ - 3 - ], - "recent_economy": 5.03, - "recent_wickets_per_match": 3.0 - }, - "RE van der Merwe": { - "wickets_last5": [ - 2, - 2, - 1, - 0, - 2 - ], - "recent_economy": 4.4, - "recent_wickets_per_match": 1.4 - }, - "RG More": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 9.24, - "recent_wickets_per_match": 1.0 - }, - "RG Sharma": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 2.95, - "recent_wickets_per_match": 0.0 - }, - "RJ Gleeson": { - "wickets_last5": [ - 2, - 4, - 6, - 0, - 4 - ], - "recent_economy": 7.21, - "recent_wickets_per_match": 3.2 - }, - "RJ Harris": { - "wickets_last5": [ - 2, - 6, - 2, - 7, - 1 - ], - "recent_economy": 2.63, - "recent_wickets_per_match": 3.6 - }, - "RJ Peterson": { - "wickets_last5": [ - 3, - 4, - 0, - 2, - 5 - ], - "recent_economy": 3.51, - "recent_wickets_per_match": 2.8 - }, - "RJW Topley": { - "wickets_last5": [ - 1, - 3, - 4, - 1, - 2 - ], - "recent_economy": 5.26, - "recent_wickets_per_match": 2.2 - }, - "RN ten Doeschate": { - "wickets_last5": [ - 1, - 0, - 0, - 3, - 1 - ], - "recent_economy": 5.89, - "recent_wickets_per_match": 1.0 - }, - "RP Meredith": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 6.05, - "recent_wickets_per_match": 0.33 - }, - "RP Singh": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 6 - ], - "recent_economy": 4.1, - "recent_wickets_per_match": 1.2 - }, - "RR Bhatkal": { - "wickets_last5": [ - 0 - ], - "recent_economy": 17.5, - "recent_wickets_per_match": 0.0 - }, - "RR Bose": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "RR Powar": { - "wickets_last5": [ - 3, - 3 - ], - "recent_economy": 2.69, - "recent_wickets_per_match": 3.0 - }, - "RR Raje": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 4 - ], - "recent_economy": 9.22, - "recent_wickets_per_match": 1.2 - }, - "RS Bopara": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.25, - "recent_wickets_per_match": 0.0 - }, - "RS Gavaskar": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.92, - "recent_wickets_per_match": 0.5 - }, - "RS Ghosh": { - "wickets_last5": [ - 2 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 2.0 - }, - "RS Hangargekar": { - "wickets_last5": [ - 0, - 6 - ], - "recent_economy": 7.4, - "recent_wickets_per_match": 3.0 - }, - "RV Gomez": { - "wickets_last5": [ - 2, - 0, - 4, - 0, - 0 - ], - "recent_economy": 5.67, - "recent_wickets_per_match": 1.2 - }, - "RV Patel": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "RW Price": { - "wickets_last5": [ - 1, - 5, - 4, - 2, - 9 - ], - "recent_economy": 2.8, - "recent_wickets_per_match": 4.2 - }, - "Raghu Sharma": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 0 - ], - "recent_economy": 8.67, - "recent_wickets_per_match": 0.4 - }, - "Ramandeep Singh": { - "wickets_last5": [ - 1 - ], - "recent_economy": 10.17, - "recent_wickets_per_match": 1.0 - }, - "Rashid Khan": { - "wickets_last5": [ - 0, - 6, - 2, - 4, - 2 - ], - "recent_economy": 5.9, - "recent_wickets_per_match": 2.8 - }, - "Rasikh Salam": { - "wickets_last5": [ - 6, - 4, - 4, - 6, - 2 - ], - "recent_economy": 7.82, - "recent_wickets_per_match": 4.4 - }, - "Ravi Bishnoi": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.79, - "recent_wickets_per_match": 1.0 - }, - "S Aravind": { - "wickets_last5": [ - 1 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 1.0 - }, - "S Badree": { - "wickets_last5": [ - 0, - 2, - 2, - 0, - 2 - ], - "recent_economy": 6.56, - "recent_wickets_per_match": 1.2 - }, - "S Dhawan": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 2.0, - "recent_wickets_per_match": 0.0 - }, - "S Dube": { - "wickets_last5": [ - 0, - 0, - 1, - 0 - ], - "recent_economy": 5.62, - "recent_wickets_per_match": 0.25 - }, - "S Gopal": { - "wickets_last5": [ - 2, - 2, - 2, - 2, - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 1.6 - }, - "S Joseph": { - "wickets_last5": [ - 3, - 4, - 8, - 5, - 9 - ], - "recent_economy": 3.31, - "recent_wickets_per_match": 5.8 - }, - "S Kaul": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 6.72, - "recent_wickets_per_match": 0.5 - }, - "S Kaushik": { - "wickets_last5": [ - 0, - 0, - 0, - 4, - 0 - ], - "recent_economy": 9.41, - "recent_wickets_per_match": 0.8 - }, - "S Ladda": { - "wickets_last5": [ - 2 - ], - "recent_economy": 11.43, - "recent_wickets_per_match": 2.0 - }, - "S Lamichhane": { - "wickets_last5": [ - 3, - 3, - 1, - 4, - 1 - ], - "recent_economy": 3.68, - "recent_wickets_per_match": 2.4 - }, - "S Midhun": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "S Nadeem": { - "wickets_last5": [ - 4, - 4 - ], - "recent_economy": 3.37, - "recent_wickets_per_match": 4.0 - }, - "S Narwal": { - "wickets_last5": [ - 0, - 0, - 8, - 0, - 4 - ], - "recent_economy": 11.11, - "recent_wickets_per_match": 2.4 - }, - "S Rana": { - "wickets_last5": [ - 6, - 1, - 10, - 8, - 2 - ], - "recent_economy": 2.91, - "recent_wickets_per_match": 5.4 - }, - "S Randiv": { - "wickets_last5": [ - 3, - 2, - 4, - 7, - 1 - ], - "recent_economy": 3.16, - "recent_wickets_per_match": 3.4 - }, - "S Sandeep Warrier": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.95, - "recent_wickets_per_match": 0.0 - }, - "S Sreesanth": { - "wickets_last5": [ - 3, - 0, - 5, - 5, - 4 - ], - "recent_economy": 3.88, - "recent_wickets_per_match": 3.4 - }, - "S Sriram": { - "wickets_last5": [ - 3 - ], - "recent_economy": 4.39, - "recent_wickets_per_match": 3.0 - }, - "S Tyagi": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.14, - "recent_wickets_per_match": 0.0 - }, - "S Vidyut": { - "wickets_last5": [ - 2 - ], - "recent_economy": 9.69, - "recent_wickets_per_match": 2.0 - }, - "SA Abbott": { - "wickets_last5": [ - 2, - 1, - 3, - 0, - 1 - ], - "recent_economy": 5.37, - "recent_wickets_per_match": 1.4 - }, - "SA Yadav": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.5, - "recent_wickets_per_match": 0.0 - }, - "SB Bangar": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 5.12, - "recent_wickets_per_match": 0.0 - }, - "SB Jakati": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.4 - }, - "SB Joshi": { - "wickets_last5": [ - 0, - 2, - 0, - 0 - ], - "recent_economy": 8.95, - "recent_wickets_per_match": 0.5 - }, - "SB Styris": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 3.26, - "recent_wickets_per_match": 0.4 - }, - "SB Wagh": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.4 - }, - "SC Ganguly": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.09, - "recent_wickets_per_match": 0.0 - }, - "SC Kuggeleijn": { - "wickets_last5": [ - 0, - 2, - 4 - ], - "recent_economy": 4.62, - "recent_wickets_per_match": 2.0 - }, - "SD Chitnis": { - "wickets_last5": [ - 4, - 0 - ], - "recent_economy": 8.53, - "recent_wickets_per_match": 2.0 - }, - "SE Bond": { - "wickets_last5": [ - 8, - 5, - 3, - 9, - 7 - ], - "recent_economy": 3.3, - "recent_wickets_per_match": 6.4 - }, - "SE Rutherford": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 1 - ], - "recent_economy": 7.76, - "recent_wickets_per_match": 0.4 - }, - "SH Johnson": { - "wickets_last5": [ - 2, - 2, - 2, - 2, - 6 - ], - "recent_economy": 8.05, - "recent_wickets_per_match": 2.8 - }, - "SJ Srivastava": { - "wickets_last5": [ - 4, - 4, - 4, - 2, - 4 - ], - "recent_economy": 7.65, - "recent_wickets_per_match": 3.6 - }, - "SK Raina": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 1 - ], - "recent_economy": 3.06, - "recent_wickets_per_match": 0.6 - }, - "SK Trivedi": { - "wickets_last5": [ - 2, - 2, - 2, - 0, - 0 - ], - "recent_economy": 6.19, - "recent_wickets_per_match": 1.2 - }, - "SK Warne": { - "wickets_last5": [ - 2, - 7, - 6, - 6, - 4 - ], - "recent_economy": 2.87, - "recent_wickets_per_match": 5.0 - }, - "SL Malinga": { - "wickets_last5": [ - 3, - 7, - 2, - 3, - 2 - ], - "recent_economy": 3.11, - "recent_wickets_per_match": 3.4 - }, - "SM Boland": { - "wickets_last5": [ - 4, - 5, - 4, - 3, - 4 - ], - "recent_economy": 3.07, - "recent_wickets_per_match": 4.0 - }, - "SM Curran": { - "wickets_last5": [ - 2, - 1, - 0, - 1, - 2 - ], - "recent_economy": 3.13, - "recent_wickets_per_match": 1.2 - }, - "SM Harwood": { - "wickets_last5": [ - 2 - ], - "recent_economy": 5.32, - "recent_wickets_per_match": 2.0 - }, - "SM Pollock": { - "wickets_last5": [ - 5, - 4, - 5, - 1, - 7 - ], - "recent_economy": 2.42, - "recent_wickets_per_match": 4.4 - }, - "SMSM Senanayake": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.17, - "recent_wickets_per_match": 1.0 - }, - "SN Khan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 18.0, - "recent_wickets_per_match": 0.0 - }, - "SN Thakur": { - "wickets_last5": [ - 0, - 2, - 1, - 1, - 2 - ], - "recent_economy": 4.05, - "recent_wickets_per_match": 1.2 - }, - "SP Narine": { - "wickets_last5": [ - 6, - 0, - 3, - 4, - 8 - ], - "recent_economy": 2.95, - "recent_wickets_per_match": 4.2 - }, - "SPD Smith": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 3.47, - "recent_wickets_per_match": 0.4 - }, - "SR Dubey": { - "wickets_last5": [ - 4, - 4, - 2, - 0 - ], - "recent_economy": 6.34, - "recent_wickets_per_match": 2.5 - }, - "SR Tendulkar": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.27, - "recent_wickets_per_match": 0.2 - }, - "SR Watson": { - "wickets_last5": [ - 0, - 1, - 0, - 3, - 1 - ], - "recent_economy": 2.95, - "recent_wickets_per_match": 1.0 - }, - "SS Agarwal": { - "wickets_last5": [ - 2 - ], - "recent_economy": 10.5, - "recent_wickets_per_match": 2.0 - }, - "SS Cottrell": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 4.11, - "recent_wickets_per_match": 1.0 - }, - "SS Iyer": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.0, - "recent_wickets_per_match": 0.0 - }, - "SS Mishra": { - "wickets_last5": [ - 4, - 0 - ], - "recent_economy": 7.4, - "recent_wickets_per_match": 2.0 - }, - "SS Mundhe": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.29, - "recent_wickets_per_match": 2.0 - }, - "SS Sarkar": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 8.16, - "recent_wickets_per_match": 1.0 - }, - "SSB Magala": { - "wickets_last5": [ - 1, - 5, - 3, - 1, - 3 - ], - "recent_economy": 5.85, - "recent_wickets_per_match": 2.6 - }, - "ST Jayasuriya": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 0 - ], - "recent_economy": 3.22, - "recent_wickets_per_match": 0.4 - }, - "STR Binny": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 0 - ], - "recent_economy": 3.3, - "recent_wickets_per_match": 0.6 - }, - "SW Tait": { - "wickets_last5": [ - 0, - 2, - 3 - ], - "recent_economy": 3.93, - "recent_wickets_per_match": 1.67 - }, - "SZ Mulani": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.82, - "recent_wickets_per_match": 0.0 - }, - "Sachin Baby": { - "wickets_last5": [ - 2, - 4 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 3.0 - }, - "Sakib Hussain": { - "wickets_last5": [ - 2, - 2, - 4, - 4, - 2 - ], - "recent_economy": 8.6, - "recent_wickets_per_match": 2.8 - }, - "Sandeep Sharma": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 8.68, - "recent_wickets_per_match": 0.5 - }, - "Shahbaz Ahmed": { - "wickets_last5": [ - 0, - 2, - 1 - ], - "recent_economy": 4.81, - "recent_wickets_per_match": 1.0 - }, - "Shahid Afridi": { - "wickets_last5": [ - 1, - 1, - 3, - 1, - 2 - ], - "recent_economy": 3.51, - "recent_wickets_per_match": 1.6 - }, - "Shakib Al Hasan": { - "wickets_last5": [ - 4, - 0, - 1, - 4, - 5 - ], - "recent_economy": 3.71, - "recent_wickets_per_match": 2.8 - }, - "Shashank Singh": { - "wickets_last5": [ - 2, - 0, - 2, - 4, - 0 - ], - "recent_economy": 9.16, - "recent_wickets_per_match": 1.6 - }, - "Shivam Mavi": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 0 - ], - "recent_economy": 8.64, - "recent_wickets_per_match": 0.6 - }, - "Shivam Sharma": { - "wickets_last5": [ - 1, - 0, - 4, - 1, - 2 - ], - "recent_economy": 4.66, - "recent_wickets_per_match": 1.6 - }, - "Shivang Kumar": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 4 - ], - "recent_economy": 9.4, - "recent_wickets_per_match": 1.2 - }, - "Shoaib Ahmed": { - "wickets_last5": [ - 0, - 4, - 0, - 2, - 0 - ], - "recent_economy": 10.1, - "recent_wickets_per_match": 1.2 - }, - "Shoaib Akhtar": { - "wickets_last5": [ - 2, - 2, - 7, - 4, - 3 - ], - "recent_economy": 3.1, - "recent_wickets_per_match": 3.6 - }, - "Shoaib Malik": { - "wickets_last5": [ - 7, - 0, - 4, - 0, - 2 - ], - "recent_economy": 3.03, - "recent_wickets_per_match": 2.6 - }, - "Sikandar Raza": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 8 - ], - "recent_economy": 2.94, - "recent_wickets_per_match": 2.2 - }, - "Simarjeet Singh": { - "wickets_last5": [ - 0, - 0, - 0, - 4, - 0 - ], - "recent_economy": 13.1, - "recent_wickets_per_match": 0.8 - }, - "Sohail Tanvir": { - "wickets_last5": [ - 2, - 3 - ], - "recent_economy": 3.65, - "recent_wickets_per_match": 2.5 - }, - "Sumit Kumar": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.82, - "recent_wickets_per_match": 0.0 - }, - "Sunny Gupta": { - "wickets_last5": [ - 0 - ], - "recent_economy": 14.21, - "recent_wickets_per_match": 0.0 - }, - "Suryansh Shedge": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 11.09, - "recent_wickets_per_match": 0.0 - }, - "Suyash Sharma": { - "wickets_last5": [ - 2, - 2, - 0, - 0, - 2 - ], - "recent_economy": 10.84, - "recent_wickets_per_match": 1.2 - }, - "Swapnil Singh": { - "wickets_last5": [ - 0, - 0, - 2, - 4, - 0 - ], - "recent_economy": 7.53, - "recent_wickets_per_match": 1.2 - }, - "T Henderson": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.75, - "recent_wickets_per_match": 0.0 - }, - "T Natarajan": { - "wickets_last5": [ - 3 - ], - "recent_economy": 2.8, - "recent_wickets_per_match": 3.0 - }, - "T Shamsi": { - "wickets_last5": [ - 5, - 4 - ], - "recent_economy": 3.45, - "recent_wickets_per_match": 4.5 - }, - "T Stubbs": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.0 - }, - "T Thushara": { - "wickets_last5": [ - 0, - 2, - 6, - 7, - 2 - ], - "recent_economy": 3.43, - "recent_wickets_per_match": 3.4 - }, - "T Vijay": { - "wickets_last5": [ - 0 - ], - "recent_economy": 14.5, - "recent_wickets_per_match": 0.0 - }, - "TA Boult": { - "wickets_last5": [ - 5, - 8, - 4, - 5, - 4 - ], - "recent_economy": 3.31, - "recent_wickets_per_match": 5.2 - }, - "TG Southee": { - "wickets_last5": [ - 2, - 2, - 2, - 1, - 2 - ], - "recent_economy": 4.31, - "recent_wickets_per_match": 1.8 - }, - "TH David": { - "wickets_last5": [ - 0, - 6 - ], - "recent_economy": 6.86, - "recent_wickets_per_match": 3.0 - }, - "TK Curran": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 2.98, - "recent_wickets_per_match": 1.0 - }, - "TL Suman": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.11, - "recent_wickets_per_match": 0.4 - }, - "TM Dilshan": { - "wickets_last5": [ - 1, - 2, - 2, - 1, - 1 - ], - "recent_economy": 3.01, - "recent_wickets_per_match": 1.4 - }, - "TM Head": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 4.25, - "recent_wickets_per_match": 0.2 - }, - "TP Sudhindra": { - "wickets_last5": [ - 0, - 0, - 2 - ], - "recent_economy": 10.7, - "recent_wickets_per_match": 0.67 - }, - "TS Mills": { - "wickets_last5": [ - 0, - 4 - ], - "recent_economy": 7.44, - "recent_wickets_per_match": 2.0 - }, - "TU Deshpande": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 8.76, - "recent_wickets_per_match": 1.0 - }, - "Tejas Baroka": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.43, - "recent_wickets_per_match": 0.0 - }, - "Tilak Varma": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 6.8, - "recent_wickets_per_match": 0.0 - }, - "UT Yadav": { - "wickets_last5": [ - 2, - 0, - 3, - 5, - 2 - ], - "recent_economy": 3.19, - "recent_wickets_per_match": 2.4 - }, - "Umar Gul": { - "wickets_last5": [ - 1, - 4, - 1, - 0, - 6 - ], - "recent_economy": 3.47, - "recent_wickets_per_match": 2.4 - }, - "Umran Malik": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 3 - ], - "recent_economy": 6.58, - "recent_wickets_per_match": 1.2 - }, - "V Kaverappa": { - "wickets_last5": [ - 4 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 4.0 - }, - "V Kohli": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 2.71, - "recent_wickets_per_match": 0.2 - }, - "V Nigam": { - "wickets_last5": [ - 0, - 2, - 0, - 2, - 0 - ], - "recent_economy": 11.58, - "recent_wickets_per_match": 0.8 - }, - "V Pratap Singh": { - "wickets_last5": [ - 2, - 6, - 2, - 2, - 4 - ], - "recent_economy": 8.81, - "recent_wickets_per_match": 3.2 - }, - "V Puthur": { - "wickets_last5": [ - 0, - 2, - 2, - 2, - 6 - ], - "recent_economy": 8.88, - "recent_wickets_per_match": 2.4 - }, - "V Sehwag": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 3.08, - "recent_wickets_per_match": 0.2 - }, - "V Shankar": { - "wickets_last5": [ - 2, - 0, - 0, - 2, - 0 - ], - "recent_economy": 5.37, - "recent_wickets_per_match": 0.8 - }, - "V Viyaskanth": { - "wickets_last5": [ - 0, - 6, - 0, - 0, - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 1.2 - }, - "VG Arora": { - "wickets_last5": [ - 0, - 2, - 2, - 4, - 2 - ], - "recent_economy": 8.39, - "recent_wickets_per_match": 2.0 - }, - "VR Aaron": { - "wickets_last5": [ - 1, - 1, - 2, - 1, - 3 - ], - "recent_economy": 4.57, - "recent_wickets_per_match": 1.6 - }, - "VR Iyer": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.6, - "recent_wickets_per_match": 0.0 - }, - "VRV Singh": { - "wickets_last5": [ - 3, - 2, - 2, - 0, - 2 - ], - "recent_economy": 3.23, - "recent_wickets_per_match": 1.8 - }, - "VS Malik": { - "wickets_last5": [ - 2, - 0, - 4, - 0, - 0 - ], - "recent_economy": 6.46, - "recent_wickets_per_match": 1.2 - }, - "VS Yeligati": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.94, - "recent_wickets_per_match": 0.0 - }, - "VY Mahesh": { - "wickets_last5": [ - 0, - 4, - 0, - 2, - 2 - ], - "recent_economy": 7.35, - "recent_wickets_per_match": 1.6 - }, - "Vijaykumar Vyshak": { - "wickets_last5": [ - 0, - 2, - 4, - 0, - 2 - ], - "recent_economy": 9.63, - "recent_wickets_per_match": 1.6 - }, - "Vivrant Sharma": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.71, - "recent_wickets_per_match": 0.0 - }, - "W O'Rourke": { - "wickets_last5": [ - 3, - 3, - 4, - 3, - 4 - ], - "recent_economy": 2.98, - "recent_wickets_per_match": 3.4 - }, - "WA Mota": { - "wickets_last5": [ - 2, - 0, - 2, - 2, - 0 - ], - "recent_economy": 6.55, - "recent_wickets_per_match": 1.2 - }, - "WD Parnell": { - "wickets_last5": [ - 2, - 6, - 2, - 1, - 3 - ], - "recent_economy": 4.57, - "recent_wickets_per_match": 2.8 - }, - "WG Jacks": { - "wickets_last5": [ - 2, - 3, - 1, - 0, - 6 - ], - "recent_economy": 4.61, - "recent_wickets_per_match": 2.4 - }, - "WPUJC Vaas": { - "wickets_last5": [ - 1, - 0, - 3, - 2, - 4 - ], - "recent_economy": 2.47, - "recent_wickets_per_match": 2.0 - }, - "Washington Sundar": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 0 - ], - "recent_economy": 2.98, - "recent_wickets_per_match": 0.8 - }, - "XC Bartlett": { - "wickets_last5": [ - 6, - 4, - 0, - 2, - 2 - ], - "recent_economy": 6.05, - "recent_wickets_per_match": 2.8 - }, - "Y Gnaneswara Rao": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.0 - }, - "Y Nagar": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 0 - ], - "recent_economy": 9.77, - "recent_wickets_per_match": 0.4 - }, - "Y Prithvi Raj": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 9.82, - "recent_wickets_per_match": 1.0 - }, - "Y Venugopal Rao": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 10.8, - "recent_wickets_per_match": 0.0 - }, - "YA Abdulla": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 5.47, - "recent_wickets_per_match": 1.0 - }, - "YBK Jaiswal": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "YK Pathan": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 5.19, - "recent_wickets_per_match": 0.4 - }, - "YS Chahal": { - "wickets_last5": [ - 2, - 1, - 0, - 4, - 1 - ], - "recent_economy": 6.15, - "recent_wickets_per_match": 1.6 - }, - "Yash Dayal": { - "wickets_last5": [ - 2, - 4, - 0, - 0, - 2 - ], - "recent_economy": 9.11, - "recent_wickets_per_match": 1.6 - }, - "Yash Raj Punja": { - "wickets_last5": [ - 0, - 2, - 4, - 4, - 0 - ], - "recent_economy": 9.21, - "recent_wickets_per_match": 2.0 - }, - "Yash Thakur": { - "wickets_last5": [ - 4, - 0, - 2, - 0, - 2 - ], - "recent_economy": 11.31, - "recent_wickets_per_match": 1.6 - }, - "Yudhvir Singh": { - "wickets_last5": [ - 6, - 2, - 0, - 0, - 0 - ], - "recent_economy": 11.13, - "recent_wickets_per_match": 1.6 - }, - "Yuvraj Singh": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.56, - "recent_wickets_per_match": 0.0 - }, - "Z Khan": { - "wickets_last5": [ - 5, - 5, - 3, - 6, - 2 - ], - "recent_economy": 3.44, - "recent_wickets_per_match": 4.2 - }, - "Zeeshan Ansari": { - "wickets_last5": [ - 0, - 2, - 4, - 0, - 2 - ], - "recent_economy": 9.69, - "recent_wickets_per_match": 1.6 - }, - "A Adekunle": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 2 - ], - "recent_economy": 5.49, - "recent_wickets_per_match": 1.0 - }, - "A Ahmadhel": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.5 - }, - "A Aitken": { - "wickets_last5": [ - 1, - 0, - 2 - ], - "recent_economy": 4.15, - "recent_wickets_per_match": 1.0 - }, - "A Aitken-Drummond": { - "wickets_last5": [ - 0, - 3, - 0, - 0, - 1 - ], - "recent_economy": 4.33, - "recent_wickets_per_match": 0.8 - }, - "A Akhigbe": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 1 - ], - "recent_economy": 4.38, - "recent_wickets_per_match": 0.8 - }, - "A Akurut": { - "wickets_last5": [ - 2, - 1, - 0 - ], - "recent_economy": 2.32, - "recent_wickets_per_match": 1.0 - }, - "A Alexander": { - "wickets_last5": [ - 1, - 2, - 1, - 2, - 0 - ], - "recent_economy": 5.24, - "recent_wickets_per_match": 1.2 - }, - "A Alfonso": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 1.0 - }, - "A Amado": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 2.0, - "recent_wickets_per_match": 0.5 - }, - "A Andrews": { - "wickets_last5": [ - 0, - 2, - 3 - ], - "recent_economy": 5.71, - "recent_wickets_per_match": 1.67 - }, - "A Andriani": { - "wickets_last5": [ - 2, - 1, - 2, - 1, - 1 - ], - "recent_economy": 3.66, - "recent_wickets_per_match": 1.4 - }, - "A Ashok": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 7.42, - "recent_wickets_per_match": 0.67 - }, - "A Ashokan": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 1.0 - }, - "A Athanaze": { - "wickets_last5": [ - 0, - 0, - 0, - 1 - ], - "recent_economy": 3.04, - "recent_wickets_per_match": 0.25 - }, - "A Augastin": { - "wickets_last5": [ - 1, - 2, - 1, - 2, - 1 - ], - "recent_economy": 4.4, - "recent_wickets_per_match": 1.4 - }, - "A Awasthi": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 15.56, - "recent_wickets_per_match": 0.5 - }, - "A Beresford-Peirse": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 0 - ], - "recent_economy": 8.27, - "recent_wickets_per_match": 0.6 - }, - "A Bester": { - "wickets_last5": [ - 1, - 2, - 2, - 1, - 1 - ], - "recent_economy": 5.39, - "recent_wickets_per_match": 1.4 - }, - "A Bhargava": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.0 - }, - "A Bhattarai": { - "wickets_last5": [ - 0, - 2, - 0, - 0 - ], - "recent_economy": 6.92, - "recent_wickets_per_match": 0.5 - }, - "A Bidari": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.46, - "recent_wickets_per_match": 1.0 - }, - "A Bierwisch": { - "wickets_last5": [ - 0, - 1, - 4, - 0, - 3 - ], - "recent_economy": 3.41, - "recent_wickets_per_match": 1.6 - }, - "A Bishnoi": { - "wickets_last5": [ - 1, - 1, - 4, - 0, - 1 - ], - "recent_economy": 7.04, - "recent_wickets_per_match": 1.4 - }, - "A Bohara": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.64, - "recent_wickets_per_match": 0.5 - }, - "A Bosch": { - "wickets_last5": [ - 0, - 3 - ], - "recent_economy": 4.78, - "recent_wickets_per_match": 1.5 - }, - "A Brindle": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.86, - "recent_wickets_per_match": 0.0 - }, - "A Brown-Carrera": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 2 - ], - "recent_economy": 3.3, - "recent_wickets_per_match": 0.8 - }, - "A Bushell": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.0 - }, - "A Busing-Volschenk": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 7.4, - "recent_wickets_per_match": 2.0 - }, - "A Canning": { - "wickets_last5": [ - 0, - 1, - 3, - 0, - 1 - ], - "recent_economy": 4.17, - "recent_wickets_per_match": 1.0 - }, - "A Capsey": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 1 - ], - "recent_economy": 5.25, - "recent_wickets_per_match": 0.6 - }, - "A Chandel": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.3, - "recent_wickets_per_match": 0.0 - }, - "A Charles": { - "wickets_last5": [ - 1 - ], - "recent_economy": 1.12, - "recent_wickets_per_match": 1.0 - }, - "A Chaubey": { - "wickets_last5": [ - 0, - 0, - 0, - 3 - ], - "recent_economy": 7.35, - "recent_wickets_per_match": 0.75 - }, - "A Chaudhary": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 0 - ], - "recent_economy": 7.26, - "recent_wickets_per_match": 0.6 - }, - "A Chenthamara": { - "wickets_last5": [ - 1, - 2, - 2, - 1, - 3 - ], - "recent_economy": 6.44, - "recent_wickets_per_match": 1.8 - }, - "A Cheung": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 7.26, - "recent_wickets_per_match": 0.5 - }, - "A Chilia": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 4.25, - "recent_wickets_per_match": 0.33 - }, - "A Conteh": { - "wickets_last5": [ - 2 - ], - "recent_economy": 12.46, - "recent_wickets_per_match": 2.0 - }, - "A Cossa": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 2 - ], - "recent_economy": 6.28, - "recent_wickets_per_match": 0.6 - }, - "A Curavic": { - "wickets_last5": [ - 1 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 1.0 - }, - "A Dalzell": { - "wickets_last5": [ - 0, - 4, - 0, - 0, - 0 - ], - "recent_economy": 4.56, - "recent_wickets_per_match": 0.8 - }, - "A Das": { - "wickets_last5": [ - 2, - 1, - 4 - ], - "recent_economy": 4.19, - "recent_wickets_per_match": 2.33 - }, - "A Davidson-Soler": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 1 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.4 - }, - "A Daxini": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "A Dcosta": { - "wickets_last5": [ - 1, - 5, - 0, - 0, - 0 - ], - "recent_economy": 4.66, - "recent_wickets_per_match": 1.2 - }, - "A Denuwan": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 7.05, - "recent_wickets_per_match": 0.33 - }, - "A Dercksen": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.77, - "recent_wickets_per_match": 0.0 - }, - "A Desai": { - "wickets_last5": [ - 4, - 2, - 4 - ], - "recent_economy": 9.38, - "recent_wickets_per_match": 3.33 - }, - "A Dhabe": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 4 - ], - "recent_economy": 6.78, - "recent_wickets_per_match": 1.4 - }, - "A Dhar": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "A Dhingra": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 0 - ], - "recent_economy": 7.4, - "recent_wickets_per_match": 0.6 - }, - "A Dineshi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.6, - "recent_wickets_per_match": 0.0 - }, - "A Dirannehelage": { - "wickets_last5": [ - 2, - 3, - 1, - 1, - 3 - ], - "recent_economy": 1.54, - "recent_wickets_per_match": 2.0 - }, - "A Dizija": { - "wickets_last5": [ - 2, - 1, - 0, - 0 - ], - "recent_economy": 10.57, - "recent_wickets_per_match": 0.75 - }, - "A Djorovic": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 9.4, - "recent_wickets_per_match": 0.0 - }, - "A Doddaballapur": { - "wickets_last5": [ - 1, - 1, - 3, - 0, - 3 - ], - "recent_economy": 3.57, - "recent_wickets_per_match": 1.6 - }, - "A Donovan": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 1 - ], - "recent_economy": 5.92, - "recent_wickets_per_match": 0.6 - }, - "A Dowling": { - "wickets_last5": [ - 0, - 0, - 4 - ], - "recent_economy": 9.6, - "recent_wickets_per_match": 1.33 - }, - "A Dutt": { - "wickets_last5": [ - 3, - 3, - 2, - 1, - 2 - ], - "recent_economy": 3.87, - "recent_wickets_per_match": 2.2 - }, - "A Emch": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.67, - "recent_wickets_per_match": 0.0 - }, - "A Fillie": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 0 - ], - "recent_economy": 5.84, - "recent_wickets_per_match": 0.4 - }, - "A Fujikawa": { - "wickets_last5": [ - 1, - 3, - 1, - 0, - 0 - ], - "recent_economy": 4.86, - "recent_wickets_per_match": 1.0 - }, - "A Galan": { - "wickets_last5": [ - 1, - 1, - 1, - 1, - 3 - ], - "recent_economy": 3.63, - "recent_wickets_per_match": 1.4 - }, - "A Gardner": { - "wickets_last5": [ - 3, - 6, - 2, - 6, - 12 - ], - "recent_economy": 2.6, - "recent_wickets_per_match": 5.8 - }, - "A Gbla": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 8.53, - "recent_wickets_per_match": 0.67 - }, - "A Gianani": { - "wickets_last5": [ - 0 - ], - "recent_economy": 1.41, - "recent_wickets_per_match": 0.0 - }, - "A Gisdaki": { - "wickets_last5": [ - 0 - ], - "recent_economy": 14.0, - "recent_wickets_per_match": 0.0 - }, - "A Gulati": { - "wickets_last5": [ - 1, - 2, - 0, - 2, - 0 - ], - "recent_economy": 8.55, - "recent_wickets_per_match": 1.0 - }, - "A Gunasekar": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 6.51, - "recent_wickets_per_match": 0.5 - }, - "A Gupta": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 2 - ], - "recent_economy": 7.48, - "recent_wickets_per_match": 0.6 - }, - "A Gurung": { - "wickets_last5": [ - 1, - 2, - 0, - 1, - 0 - ], - "recent_economy": 3.95, - "recent_wickets_per_match": 0.8 - }, - "A Hartley": { - "wickets_last5": [ - 2, - 4, - 0, - 0, - 1 - ], - "recent_economy": 4.01, - "recent_wickets_per_match": 1.4 - }, - "A Hewage": { - "wickets_last5": [ - 1 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 1.0 - }, - "A Hlubi": { - "wickets_last5": [ - 3, - 0 - ], - "recent_economy": 3.65, - "recent_wickets_per_match": 1.5 - }, - "A Hogg": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 0.0 - }, - "A Husain": { - "wickets_last5": [ - 1, - 3, - 2, - 0, - 1 - ], - "recent_economy": 6.42, - "recent_wickets_per_match": 1.4 - }, - "A Ikuzwe": { - "wickets_last5": [ - 2, - 2, - 1, - 1, - 2 - ], - "recent_economy": 3.63, - "recent_wickets_per_match": 1.6 - }, - "A Ilahi": { - "wickets_last5": [ - 0, - 2, - 2, - 1 - ], - "recent_economy": 3.96, - "recent_wickets_per_match": 1.25 - }, - "A Iopu": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 5.7, - "recent_wickets_per_match": 0.67 - }, - "A Johnson": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.5, - "recent_wickets_per_match": 0.0 - }, - "A Joshi": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.98, - "recent_wickets_per_match": 0.0 - }, - "A Kalasi": { - "wickets_last5": [ - 1, - 0, - 0, - 2, - 2 - ], - "recent_economy": 5.83, - "recent_wickets_per_match": 1.0 - }, - "A Kanada": { - "wickets_last5": [ - 0, - 3 - ], - "recent_economy": 6.27, - "recent_wickets_per_match": 1.5 - }, - "A Kanukuntla": { - "wickets_last5": [ - 0, - 1, - 3, - 2, - 0 - ], - "recent_economy": 3.48, - "recent_wickets_per_match": 1.2 - }, - "A Kanwal": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.57, - "recent_wickets_per_match": 1.0 - }, - "A Karmacharya": { - "wickets_last5": [ - 0, - 4, - 0, - 2, - 0 - ], - "recent_economy": 4.31, - "recent_wickets_per_match": 1.2 - }, - "A Karn": { - "wickets_last5": [ - 0, - 2, - 2 - ], - "recent_economy": 4.77, - "recent_wickets_per_match": 1.33 - }, - "A Kato-Stafford": { - "wickets_last5": [ - 1, - 2, - 0, - 4, - 1 - ], - "recent_economy": 3.87, - "recent_wickets_per_match": 1.6 - }, - "A Kaul": { - "wickets_last5": [ - 1, - 0, - 3 - ], - "recent_economy": 5.31, - "recent_wickets_per_match": 1.33 - }, - "A Kayuni": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "A Kessar": { - "wickets_last5": [ - 2, - 0, - 2, - 2 - ], - "recent_economy": 4.89, - "recent_wickets_per_match": 1.5 - }, - "A Khaka": { - "wickets_last5": [ - 3, - 6, - 3, - 1, - 0 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 2.6 - }, - "A Khan": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.94, - "recent_wickets_per_match": 1.0 - }, - "A Khasanov": { - "wickets_last5": [ - 0, - 2, - 0, - 0 - ], - "recent_economy": 7.56, - "recent_wickets_per_match": 0.5 - }, - "A Kheterpal": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 0 - ], - "recent_economy": 7.33, - "recent_wickets_per_match": 0.6 - }, - "A Khullar": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 0 - ], - "recent_economy": 3.29, - "recent_wickets_per_match": 0.4 - }, - "A King": { - "wickets_last5": [ - 2, - 9, - 1, - 0, - 0 - ], - "recent_economy": 2.7, - "recent_wickets_per_match": 2.4 - }, - "A Kirschbaum": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 2 - ], - "recent_economy": 3.45, - "recent_wickets_per_match": 1.0 - }, - "A Kohli": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 0 - ], - "recent_economy": 5.84, - "recent_wickets_per_match": 0.6 - }, - "A Konhu": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 5.12, - "recent_wickets_per_match": 0.5 - }, - "A Kontopirakis": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 5.1, - "recent_wickets_per_match": 0.4 - }, - "A Krishna": { - "wickets_last5": [ - 2, - 1, - 4, - 0, - 2 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 1.8 - }, - "A Kshirsagar": { - "wickets_last5": [ - 1, - 0, - 0, - 2 - ], - "recent_economy": 5.79, - "recent_wickets_per_match": 0.75 - }, - "A Kuthalingham": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.45, - "recent_wickets_per_match": 0.5 - }, - "A Lazic": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 13.2, - "recent_wickets_per_match": 0.0 - }, - "A Le Ray": { - "wickets_last5": [ - 2, - 2, - 1 - ], - "recent_economy": 4.18, - "recent_wickets_per_match": 1.67 - }, - "A Levaci": { - "wickets_last5": [ - 1, - 0, - 2, - 3, - 1 - ], - "recent_economy": 4.64, - "recent_wickets_per_match": 1.4 - }, - "A Limdawala": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 7.34, - "recent_wickets_per_match": 0.2 - }, - "A Lupascu": { - "wickets_last5": [ - 1, - 4, - 0 - ], - "recent_economy": 4.48, - "recent_wickets_per_match": 1.67 - }, - "A Magdalenic": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 11.05, - "recent_wickets_per_match": 0.0 - }, - "A Maheshwari": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 1 - ], - "recent_economy": 9.56, - "recent_wickets_per_match": 0.8 - }, - "A Makri": { - "wickets_last5": [ - 2, - 1, - 1, - 1, - 0 - ], - "recent_economy": 3.97, - "recent_wickets_per_match": 1.0 - }, - "A Manousis": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 6.68, - "recent_wickets_per_match": 0.67 - }, - "A Mansale": { - "wickets_last5": [ - 0, - 3, - 1, - 0, - 0 - ], - "recent_economy": 8.18, - "recent_wickets_per_match": 0.8 - }, - "A Mare": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 4.48, - "recent_wickets_per_match": 0.4 - }, - "A Martel": { - "wickets_last5": [ - 2, - 2, - 2, - 2, - 2 - ], - "recent_economy": 5.85, - "recent_wickets_per_match": 2.0 - }, - "A Martin": { - "wickets_last5": [ - 2, - 1, - 0, - 1, - 4 - ], - "recent_economy": 4.09, - "recent_wickets_per_match": 1.6 - }, - "A Mazvishaya": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 1 - ], - "recent_economy": 5.56, - "recent_wickets_per_match": 0.4 - }, - "A Mehmood": { - "wickets_last5": [ - 2, - 0, - 0 - ], - "recent_economy": 4.97, - "recent_wickets_per_match": 0.67 - }, - "A Mene-Ejegi": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 4 - ], - "recent_economy": 5.04, - "recent_wickets_per_match": 1.2 - }, - "A Merritt": { - "wickets_last5": [ - 2, - 0, - 0, - 1, - 4 - ], - "recent_economy": 6.3, - "recent_wickets_per_match": 1.4 - }, - "A Mesarovic": { - "wickets_last5": [ - 2, - 1, - 2, - 0, - 2 - ], - "recent_economy": 3.51, - "recent_wickets_per_match": 1.4 - }, - "A Meyenborg": { - "wickets_last5": [ - 2, - 2, - 3, - 2, - 2 - ], - "recent_economy": 3.92, - "recent_wickets_per_match": 2.2 - }, - "A Mohamed": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 3 - ], - "recent_economy": 5.11, - "recent_wickets_per_match": 0.8 - }, - "A Mohammed": { - "wickets_last5": [ - 0, - 0, - 2, - 3, - 2 - ], - "recent_economy": 5.9, - "recent_wickets_per_match": 1.4 - }, - "A Mokgotlhe": { - "wickets_last5": [ - 0, - 2, - 0, - 2, - 2 - ], - "recent_economy": 2.48, - "recent_wickets_per_match": 1.2 - }, - "A Mongar": { - "wickets_last5": [ - 0, - 1, - 2, - 2, - 0 - ], - "recent_economy": 6.26, - "recent_wickets_per_match": 1.0 - }, - "A Morris": { - "wickets_last5": [ - 2, - 0, - 0, - 2, - 1 - ], - "recent_economy": 7.35, - "recent_wickets_per_match": 1.0 - }, - "A Munisar": { - "wickets_last5": [ - 1, - 2, - 1, - 0, - 2 - ], - "recent_economy": 4.98, - "recent_wickets_per_match": 1.2 - }, - "A Musaev": { - "wickets_last5": [ - 0, - 0, - 0, - 1 - ], - "recent_economy": 9.71, - "recent_wickets_per_match": 0.25 - }, - "A Nagarajan": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 9.93, - "recent_wickets_per_match": 0.2 - }, - "A Nanda": { - "wickets_last5": [ - 2, - 4, - 1, - 0, - 1 - ], - "recent_economy": 7.14, - "recent_wickets_per_match": 1.6 - }, - "A Nao": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 0 - ], - "recent_economy": 5.01, - "recent_wickets_per_match": 0.6 - }, - "A Nathwani": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 10.35, - "recent_wickets_per_match": 0.4 - }, - "A Natubhai Ahir": { - "wickets_last5": [ - 0, - 1, - 2, - 2, - 2 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 1.4 - }, - "A Ndiraya": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 3.46, - "recent_wickets_per_match": 0.33 - }, - "A Ndlovu": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 3.96, - "recent_wickets_per_match": 1.0 - }, - "A Neill": { - "wickets_last5": [ - 1, - 1, - 1, - 3, - 2 - ], - "recent_economy": 5.7, - "recent_wickets_per_match": 1.6 - }, - "A Obulor": { - "wickets_last5": [ - 1, - 1, - 0, - 3, - 0 - ], - "recent_economy": 5.93, - "recent_wickets_per_match": 1.0 - }, - "A Orfila": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 7.8, - "recent_wickets_per_match": 0.33 - }, - "A Ostergaard": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 0 - ], - "recent_economy": 4.26, - "recent_wickets_per_match": 0.6 - }, - "A Parima": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 5.01, - "recent_wickets_per_match": 0.2 - }, - "A Paul": { - "wickets_last5": [ - 3, - 1, - 1, - 3, - 1 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 1.8 - }, - "A Perera": { - "wickets_last5": [ - 5, - 0, - 1, - 1, - 1 - ], - "recent_economy": 2.87, - "recent_wickets_per_match": 1.6 - }, - "A Prashar": { - "wickets_last5": [ - 2, - 1, - 0, - 1, - 2 - ], - "recent_economy": 5.39, - "recent_wickets_per_match": 1.2 - }, - "A Prince": { - "wickets_last5": [ - 1, - 1, - 0, - 0 - ], - "recent_economy": 3.54, - "recent_wickets_per_match": 0.5 - }, - "A Pusthay": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 5.55, - "recent_wickets_per_match": 0.67 - }, - "A Rameshan": { - "wickets_last5": [ - 2, - 1, - 2, - 1, - 4 - ], - "recent_economy": 2.81, - "recent_wickets_per_match": 2.0 - }, - "A Rangaswamy": { - "wickets_last5": [ - 1, - 2, - 1, - 2, - 2 - ], - "recent_economy": 2.52, - "recent_wickets_per_match": 1.6 - }, - "A Razmilic": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 13.15, - "recent_wickets_per_match": 0.2 - }, - "A Reddy": { - "wickets_last5": [ - 3, - 1, - 0, - 1, - 2 - ], - "recent_economy": 6.22, - "recent_wickets_per_match": 1.4 - }, - "A Reyes": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.31, - "recent_wickets_per_match": 0.0 - }, - "A Salomao": { - "wickets_last5": [ - 2, - 1, - 1, - 2, - 2 - ], - "recent_economy": 4.2, - "recent_wickets_per_match": 1.6 - }, - "A Sathyan": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 1.0 - }, - "A Savvani": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 0 - ], - "recent_economy": 5.37, - "recent_wickets_per_match": 0.6 - }, - "A Sawyer": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.57, - "recent_wickets_per_match": 0.0 - }, - "A Shahi": { - "wickets_last5": [ - 2, - 0, - 1, - 3, - 0 - ], - "recent_economy": 6.44, - "recent_wickets_per_match": 1.2 - }, - "A Shahzad": { - "wickets_last5": [ - 4 - ], - "recent_economy": 3.61, - "recent_wickets_per_match": 4.0 - }, - "A Sharafu": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "A Sharma": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.44, - "recent_wickets_per_match": 1.0 - }, - "A Shrubsole": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 5 - ], - "recent_economy": 2.55, - "recent_wickets_per_match": 1.6 - }, - "A Shukla": { - "wickets_last5": [ - 1, - 2, - 0, - 2, - 0 - ], - "recent_economy": 6.36, - "recent_wickets_per_match": 1.0 - }, - "A Simelane": { - "wickets_last5": [ - 1, - 2, - 1, - 0, - 0 - ], - "recent_economy": 7.68, - "recent_wickets_per_match": 0.8 - }, - "A Sokovagone": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.36, - "recent_wickets_per_match": 0.0 - }, - "A Stocks": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 6 - ], - "recent_economy": 4.24, - "recent_wickets_per_match": 1.4 - }, - "A Stoilova": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.57, - "recent_wickets_per_match": 0.0 - }, - "A Sutherland": { - "wickets_last5": [ - 6, - 0, - 5, - 2, - 1 - ], - "recent_economy": 3.1, - "recent_wickets_per_match": 2.8 - }, - "A Suwanchonrathi": { - "wickets_last5": [ - 0, - 0, - 3, - 0, - 0 - ], - "recent_economy": 4.66, - "recent_wickets_per_match": 0.6 - }, - "A Tagilala": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.14, - "recent_wickets_per_match": 0.0 - }, - "A Taylor": { - "wickets_last5": [ - 3, - 0, - 1, - 1, - 2 - ], - "recent_economy": 2.86, - "recent_wickets_per_match": 1.4 - }, - "A Tector": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 1 - ], - "recent_economy": 6.15, - "recent_wickets_per_match": 0.4 - }, - "A Thorpe": { - "wickets_last5": [ - 4, - 1, - 0, - 0, - 3 - ], - "recent_economy": 6.21, - "recent_wickets_per_match": 1.6 - }, - "A Tripathi": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 11.54, - "recent_wickets_per_match": 1.0 - }, - "A Trivedi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 15.0, - "recent_wickets_per_match": 0.0 - }, - "A Turay": { - "wickets_last5": [ - 3, - 3, - 0, - 4, - 2 - ], - "recent_economy": 5.66, - "recent_wickets_per_match": 2.4 - }, - "A Turkmen": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 2 - ], - "recent_economy": 8.4, - "recent_wickets_per_match": 0.8 - }, - "A Vaidya": { - "wickets_last5": [ - 1, - 1, - 2, - 1, - 2 - ], - "recent_economy": 1.95, - "recent_wickets_per_match": 1.4 - }, - "A Vailoa": { - "wickets_last5": [ - 1, - 1, - 1, - 1, - 4 - ], - "recent_economy": 4.76, - "recent_wickets_per_match": 1.6 - }, - "A Vala": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 4.11, - "recent_wickets_per_match": 0.4 - }, - "A Venkatesh": { - "wickets_last5": [ - 3, - 0, - 4, - 1, - 4 - ], - "recent_economy": 5.87, - "recent_wickets_per_match": 2.4 - }, - "A Vessik": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 1 - ], - "recent_economy": 2.64, - "recent_wickets_per_match": 0.6 - }, - "A Wanjira": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.36, - "recent_wickets_per_match": 0.2 - }, - "A Wellington": { - "wickets_last5": [ - 2 - ], - "recent_economy": 2.28, - "recent_wickets_per_match": 2.0 - }, - "A Wichakam": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.12, - "recent_wickets_per_match": 0.0 - }, - "A Wright": { - "wickets_last5": [ - 4, - 2, - 0, - 2, - 1 - ], - "recent_economy": 3.41, - "recent_wickets_per_match": 1.8 - }, - "A Yon": { - "wickets_last5": [ - 4, - 1, - 0 - ], - "recent_economy": 5.19, - "recent_wickets_per_match": 1.67 - }, - "A Zimunu": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 0 - ], - "recent_economy": 6.74, - "recent_wickets_per_match": 0.4 - }, - "AA Alleyne": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 1 - ], - "recent_economy": 5.25, - "recent_wickets_per_match": 0.6 - }, - "AA Banner": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 7.87, - "recent_wickets_per_match": 0.33 - }, - "AA Gajic": { - "wickets_last5": [ - 2, - 2, - 1, - 0, - 0 - ], - "recent_economy": 10.61, - "recent_wickets_per_match": 1.0 - }, - "AA Hussein": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 7.65, - "recent_wickets_per_match": 1.0 - }, - "AA Jimoh": { - "wickets_last5": [ - 1, - 1, - 2, - 1, - 0 - ], - "recent_economy": 5.37, - "recent_wickets_per_match": 1.0 - }, - "AA Moiane": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.0 - }, - "AA Navicha": { - "wickets_last5": [ - 1, - 2, - 0, - 0, - 0 - ], - "recent_economy": 8.38, - "recent_wickets_per_match": 0.6 - }, - "AA Paradkar": { - "wickets_last5": [ - 2 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 2.0 - }, - "AA Patil": { - "wickets_last5": [ - 2, - 3, - 1, - 0, - 2 - ], - "recent_economy": 4.06, - "recent_wickets_per_match": 1.6 - }, - "AA Rahayu": { - "wickets_last5": [ - 3, - 0, - 4, - 0, - 0 - ], - "recent_economy": 4.96, - "recent_wickets_per_match": 1.4 - }, - "AA Senn": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.75, - "recent_wickets_per_match": 2.0 - }, - "AAH Bhikari": { - "wickets_last5": [ - 0, - 1, - 1, - 1 - ], - "recent_economy": 9.48, - "recent_wickets_per_match": 0.75 - }, - "AAM Eliane": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 6.48, - "recent_wickets_per_match": 0.33 - }, - "AAP Atkinson": { - "wickets_last5": [ - 3, - 7, - 3, - 3, - 0 - ], - "recent_economy": 3.33, - "recent_wickets_per_match": 3.2 - }, - "AAP Rivero": { - "wickets_last5": [ - 0, - 4, - 1, - 1, - 1 - ], - "recent_economy": 5.37, - "recent_wickets_per_match": 1.4 - }, - "AAhan Achar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 17.0, - "recent_wickets_per_match": 0.0 - }, - "AB Kamara": { - "wickets_last5": [ - 2, - 0, - 2, - 2 - ], - "recent_economy": 4.09, - "recent_wickets_per_match": 1.5 - }, - "AB Kaur": { - "wickets_last5": [ - 0, - 0, - 2, - 2, - 0 - ], - "recent_economy": 6.18, - "recent_wickets_per_match": 0.8 - }, - "AB Martinez": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 1.83, - "recent_wickets_per_match": 0.0 - }, - "AB Mengoumou": { - "wickets_last5": [ - 0, - 3, - 1, - 0, - 1 - ], - "recent_economy": 6.28, - "recent_wickets_per_match": 1.0 - }, - "AB Sharma": { - "wickets_last5": [ - 0 - ], - "recent_economy": 24.0, - "recent_wickets_per_match": 0.0 - }, - "AB Slebsager": { - "wickets_last5": [ - 1, - 5, - 2, - 3, - 0 - ], - "recent_economy": 3.25, - "recent_wickets_per_match": 2.2 - }, - "ABY Smith": { - "wickets_last5": [ - 0, - 0, - 2, - 2, - 1 - ], - "recent_economy": 5.47, - "recent_wickets_per_match": 1.0 - }, - "AC Agar": { - "wickets_last5": [ - 0, - 2, - 5, - 0, - 2 - ], - "recent_economy": 2.76, - "recent_wickets_per_match": 1.8 - }, - "AC Botha": { - "wickets_last5": [ - 2, - 3, - 0, - 2, - 1 - ], - "recent_economy": 4.73, - "recent_wickets_per_match": 1.6 - }, - "AC Brodin": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 2.78, - "recent_wickets_per_match": 1.0 - }, - "AC Douglas": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 1.5 - }, - "AC Evans": { - "wickets_last5": [ - 1, - 4, - 2, - 5, - 1 - ], - "recent_economy": 4.04, - "recent_wickets_per_match": 2.6 - }, - "AC Frame": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.82, - "recent_wickets_per_match": 0.0 - }, - "AC Jayangani": { - "wickets_last5": [ - 1, - 3, - 1, - 2, - 1 - ], - "recent_economy": 3.91, - "recent_wickets_per_match": 1.6 - }, - "AC Kerr": { - "wickets_last5": [ - 1, - 2, - 2, - 0, - 2 - ], - "recent_economy": 4.73, - "recent_wickets_per_match": 1.4 - }, - "AC Mushangwe": { - "wickets_last5": [ - 0, - 0, - 0, - 1 - ], - "recent_economy": 3.9, - "recent_wickets_per_match": 0.25 - }, - "AC Septien": { - "wickets_last5": [ - 1, - 2, - 1 - ], - "recent_economy": 2.22, - "recent_wickets_per_match": 1.33 - }, - "ACF Stokes": { - "wickets_last5": [ - 3, - 3, - 3 - ], - "recent_economy": 3.51, - "recent_wickets_per_match": 3.0 - }, - "AD Diwan Ali": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.44, - "recent_wickets_per_match": 0.0 - }, - "ADL Stokoe": { - "wickets_last5": [ - 1, - 0, - 0, - 2 - ], - "recent_economy": 5.27, - "recent_wickets_per_match": 0.75 - }, - "ADP Diaz": { - "wickets_last5": [ - 0, - 3 - ], - "recent_economy": 1.54, - "recent_wickets_per_match": 1.5 - }, - "AE Isesele": { - "wickets_last5": [ - 2, - 0, - 1, - 1, - 1 - ], - "recent_economy": 8.86, - "recent_wickets_per_match": 1.0 - }, - "AE Moe": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.14, - "recent_wickets_per_match": 0.0 - }, - "AE Paraam": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 1 - ], - "recent_economy": 8.81, - "recent_wickets_per_match": 0.8 - }, - "AE Satterthwaite": { - "wickets_last5": [ - 0, - 4, - 1, - 0, - 1 - ], - "recent_economy": 5.7, - "recent_wickets_per_match": 1.2 - }, - "AEMP Durayalage": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.48, - "recent_wickets_per_match": 1.0 - }, - "AF Aoina": { - "wickets_last5": [ - 2, - 0, - 4, - 0, - 1 - ], - "recent_economy": 5.02, - "recent_wickets_per_match": 1.4 - }, - "AF Ifill": { - "wickets_last5": [ - 2, - 1, - 3, - 0, - 4 - ], - "recent_economy": 3.74, - "recent_wickets_per_match": 2.0 - }, - "AF Mapu": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 3.27, - "recent_wickets_per_match": 0.2 - }, - "AG Cremer": { - "wickets_last5": [ - 3, - 1, - 8, - 9, - 7 - ], - "recent_economy": 3.27, - "recent_wickets_per_match": 5.6 - }, - "AG Rao": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 2 - ], - "recent_economy": 4.85, - "recent_wickets_per_match": 1.0 - }, - "AG Weligamage": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 3 - ], - "recent_economy": 8.37, - "recent_wickets_per_match": 1.0 - }, - "AH Maqsood": { - "wickets_last5": [ - 1, - 0, - 3, - 0, - 3 - ], - "recent_economy": 5.29, - "recent_wickets_per_match": 1.4 - }, - "AI Chudasama": { - "wickets_last5": [ - 1, - 2, - 2, - 0, - 1 - ], - "recent_economy": 3.97, - "recent_wickets_per_match": 1.2 - }, - "AISD Kainoco": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.5 - }, - "AIV Benatar": { - "wickets_last5": [ - 1, - 3, - 0, - 1, - 1 - ], - "recent_economy": 4.17, - "recent_wickets_per_match": 1.2 - }, - "AJ Hall": { - "wickets_last5": [ - 3, - 3, - 3, - 1, - 3 - ], - "recent_economy": 3.32, - "recent_wickets_per_match": 2.6 - }, - "AJ Kenealy": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.18, - "recent_wickets_per_match": 0.6 - }, - "AJ McKay": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.82, - "recent_wickets_per_match": 1.0 - }, - "AJ Michael": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 9.75, - "recent_wickets_per_match": 0.67 - }, - "AJ Parmar": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 2 - ], - "recent_economy": 6.76, - "recent_wickets_per_match": 0.8 - }, - "AJ Prajapati": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 0 - ], - "recent_economy": 4.26, - "recent_wickets_per_match": 0.8 - }, - "AJ Redmond": { - "wickets_last5": [ - 0, - 2, - 0, - 0 - ], - "recent_economy": 4.45, - "recent_wickets_per_match": 0.5 - }, - "AJ Turner": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 3.77, - "recent_wickets_per_match": 1.0 - }, - "AJA Samuels": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 0 - ], - "recent_economy": 6.71, - "recent_wickets_per_match": 0.6 - }, - "AK Bangura": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 8.45, - "recent_wickets_per_match": 0.2 - }, - "AK Gokoel": { - "wickets_last5": [ - 4, - 0, - 0, - 1, - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.2 - }, - "AK Gonerara": { - "wickets_last5": [ - 2, - 3, - 0, - 0, - 0 - ], - "recent_economy": 4.53, - "recent_wickets_per_match": 1.0 - }, - "AK Kitchen": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 7.3, - "recent_wickets_per_match": 0.67 - }, - "AK Maguire": { - "wickets_last5": [ - 2, - 0, - 2, - 2, - 3 - ], - "recent_economy": 6.07, - "recent_wickets_per_match": 1.8 - }, - "AK Muslar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.23, - "recent_wickets_per_match": 0.0 - }, - "AK Perera": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 13.5, - "recent_wickets_per_match": 0.0 - }, - "AK Peters": { - "wickets_last5": [ - 0, - 0, - 1, - 0 - ], - "recent_economy": 4.3, - "recent_wickets_per_match": 0.25 - }, - "AL Kerai": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "AL Kerrison": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.8, - "recent_wickets_per_match": 0.0 - }, - "AL Mangue": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 9.14, - "recent_wickets_per_match": 0.5 - }, - "AL Mundundo": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 1 - ], - "recent_economy": 3.65, - "recent_wickets_per_match": 1.0 - }, - "AL Phehlukwayo": { - "wickets_last5": [ - 2, - 5, - 3, - 1 - ], - "recent_economy": 3.36, - "recent_wickets_per_match": 2.75 - }, - "AL Seddon": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 8.13, - "recent_wickets_per_match": 0.2 - }, - "AL Stephen": { - "wickets_last5": [ - 0, - 3, - 0 - ], - "recent_economy": 7.59, - "recent_wickets_per_match": 1.0 - }, - "AL Tiwari": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "AL Watkins": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.23, - "recent_wickets_per_match": 0.0 - }, - "AM Ellis": { - "wickets_last5": [ - 1, - 0, - 2, - 1, - 3 - ], - "recent_economy": 5.77, - "recent_wickets_per_match": 1.4 - }, - "AM Fernando": { - "wickets_last5": [ - 5, - 2, - 4, - 4, - 0 - ], - "recent_economy": 3.06, - "recent_wickets_per_match": 3.0 - }, - "AM Guruge": { - "wickets_last5": [ - 2, - 4, - 0, - 1 - ], - "recent_economy": 4.59, - "recent_wickets_per_match": 1.75 - }, - "AM Hardie": { - "wickets_last5": [ - 0, - 0, - 4, - 2, - 0 - ], - "recent_economy": 7.96, - "recent_wickets_per_match": 1.2 - }, - "AM Healey": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 1 - ], - "recent_economy": 4.39, - "recent_wickets_per_match": 0.8 - }, - "AM Kamara": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 8.43, - "recent_wickets_per_match": 0.4 - }, - "AM Kimote": { - "wickets_last5": [ - 1, - 0, - 3, - 2, - 2 - ], - "recent_economy": 5.31, - "recent_wickets_per_match": 1.6 - }, - "AM Kupito": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.14, - "recent_wickets_per_match": 0.0 - }, - "AM McCarthy": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "AM Oyede": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "AM Patel": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 0 - ], - "recent_economy": 5.47, - "recent_wickets_per_match": 0.4 - }, - "AM Peterson": { - "wickets_last5": [ - 2, - 4, - 1, - 2, - 1 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 2.0 - }, - "AM Phangiso": { - "wickets_last5": [ - 2, - 2, - 1, - 2, - 3 - ], - "recent_economy": 4.57, - "recent_wickets_per_match": 2.0 - }, - "AM Rajpurohit": { - "wickets_last5": [ - 1, - 1, - 1 - ], - "recent_economy": 9.55, - "recent_wickets_per_match": 1.0 - }, - "AM Tribe": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.31, - "recent_wickets_per_match": 0.0 - }, - "AM Zepeda": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 3.72, - "recent_wickets_per_match": 0.4 - }, - "AMN Andersen": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "AN Davidson-Richards": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.96, - "recent_wickets_per_match": 1.0 - }, - "AN Hyobeom": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.25, - "recent_wickets_per_match": 0.0 - }, - "AN Kelly": { - "wickets_last5": [ - 2, - 1, - 0, - 2, - 2 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 1.4 - }, - "AN Lascu": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 10.76, - "recent_wickets_per_match": 0.4 - }, - "AN Toube": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 1 - ], - "recent_economy": 7.54, - "recent_wickets_per_match": 0.6 - }, - "AO Suji": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 2 - ], - "recent_economy": 6.21, - "recent_wickets_per_match": 0.8 - }, - "AP Devcich": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 4.69, - "recent_wickets_per_match": 0.4 - }, - "APC Kilowan": { - "wickets_last5": [ - 1, - 4, - 2, - 1 - ], - "recent_economy": 1.35, - "recent_wickets_per_match": 2.0 - }, - "APS Sanchez": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 1.0 - }, - "AQM Yako": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.4, - "recent_wickets_per_match": 0.0 - }, - "AR Adams": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 0 - ], - "recent_economy": 5.32, - "recent_wickets_per_match": 0.6 - }, - "AR Balla": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.5, - "recent_wickets_per_match": 0.0 - }, - "AR Bisht": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 5.7, - "recent_wickets_per_match": 0.67 - }, - "AR Cusack": { - "wickets_last5": [ - 1, - 0, - 4, - 2, - 3 - ], - "recent_economy": 4.01, - "recent_wickets_per_match": 2.0 - }, - "AR Leo": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 2 - ], - "recent_economy": 5.18, - "recent_wickets_per_match": 0.8 - }, - "AR McBrine": { - "wickets_last5": [ - 1, - 7, - 1, - 4, - 7 - ], - "recent_economy": 3.16, - "recent_wickets_per_match": 4.0 - }, - "AR Menon": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "AR Naidoo": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 17.33, - "recent_wickets_per_match": 0.0 - }, - "AR Nurse": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 0 - ], - "recent_economy": 6.54, - "recent_wickets_per_match": 0.6 - }, - "AR Patwa": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.5 - }, - "AR Perez Rivero": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 2.0 - }, - "AR Puri": { - "wickets_last5": [ - 2, - 0, - 2, - 1, - 1 - ], - "recent_economy": 8.44, - "recent_wickets_per_match": 1.2 - }, - "AR Ramjani": { - "wickets_last5": [ - 2, - 4, - 1, - 2, - 0 - ], - "recent_economy": 4.78, - "recent_wickets_per_match": 1.8 - }, - "AR Shetty": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 4.64, - "recent_wickets_per_match": 0.5 - }, - "AR Valdez": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 0 - ], - "recent_economy": 6.48, - "recent_wickets_per_match": 0.6 - }, - "AR White": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 5.01, - "recent_wickets_per_match": 0.2 - }, - "ARH Patel": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.86, - "recent_wickets_per_match": 0.0 - }, - "AS Abioye": { - "wickets_last5": [ - 0, - 2, - 1 - ], - "recent_economy": 8.45, - "recent_wickets_per_match": 1.0 - }, - "AS Broomfield": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 1.0 - }, - "AS Dean": { - "wickets_last5": [ - 1, - 0, - 2 - ], - "recent_economy": 4.73, - "recent_wickets_per_match": 1.0 - }, - "AS Gorad": { - "wickets_last5": [ - 1, - 0, - 1, - 1 - ], - "recent_economy": 5.01, - "recent_wickets_per_match": 0.75 - }, - "AS Hansra": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.3, - "recent_wickets_per_match": 0.0 - }, - "AS Kumaran": { - "wickets_last5": [ - 0 - ], - "recent_economy": 36.0, - "recent_wickets_per_match": 0.0 - }, - "AS Mehmi": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 1 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.8 - }, - "AS Nadkarni": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.0 - }, - "AS Qwele": { - "wickets_last5": [ - 3, - 1, - 1, - 3, - 1 - ], - "recent_economy": 3.92, - "recent_wickets_per_match": 1.8 - }, - "AS Samra": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 9.22, - "recent_wickets_per_match": 0.0 - }, - "AS Taai": { - "wickets_last5": [ - 2 - ], - "recent_economy": 2.25, - "recent_wickets_per_match": 2.0 - }, - "AS Wikman": { - "wickets_last5": [ - 0, - 0, - 0, - 1 - ], - "recent_economy": 7.37, - "recent_wickets_per_match": 0.25 - }, - "AS Withanage": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 0 - ], - "recent_economy": 6.66, - "recent_wickets_per_match": 0.6 - }, - "AS van Beuge": { - "wickets_last5": [ - 3, - 5, - 0, - 0, - 0 - ], - "recent_economy": 5.03, - "recent_wickets_per_match": 1.6 - }, - "ASF Sirah": { - "wickets_last5": [ - 1, - 5, - 3, - 2, - 2 - ], - "recent_economy": 4.81, - "recent_wickets_per_match": 2.6 - }, - "ASS Fletcher": { - "wickets_last5": [ - 1, - 4, - 0, - 2, - 3 - ], - "recent_economy": 6.32, - "recent_wickets_per_match": 2.0 - }, - "AT Nidamanuru": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "ATS Silva": { - "wickets_last5": [ - 0, - 2, - 0, - 3 - ], - "recent_economy": 4.67, - "recent_wickets_per_match": 1.25 - }, - "AUKDS Kalugala": { - "wickets_last5": [ - 0, - 1, - 0, - 2 - ], - "recent_economy": 5.76, - "recent_wickets_per_match": 0.75 - }, - "AV Lalcheta": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 4.43, - "recent_wickets_per_match": 1.0 - }, - "AV Lazarus": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 2 - ], - "recent_economy": 6.88, - "recent_wickets_per_match": 0.8 - }, - "AW Hawkins-Kay": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.47, - "recent_wickets_per_match": 0.4 - }, - "AW Wambua": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.86, - "recent_wickets_per_match": 1.0 - }, - "AY Patel": { - "wickets_last5": [ - 6, - 12, - 3, - 2, - 0 - ], - "recent_economy": 3.28, - "recent_wickets_per_match": 4.6 - }, - "AZ Shah": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 9.87, - "recent_wickets_per_match": 0.5 - }, - "Aakash Chand": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 5.71, - "recent_wickets_per_match": 1.0 - }, - "Aamer Jamal": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 6 - ], - "recent_economy": 4.6, - "recent_wickets_per_match": 1.8 - }, - "Aamer Yamin": { - "wickets_last5": [ - 1, - 0, - 1, - 0 - ], - "recent_economy": 5.44, - "recent_wickets_per_match": 0.5 - }, - "Aamir Kaleem": { - "wickets_last5": [ - 2, - 0, - 2, - 1, - 2 - ], - "recent_economy": 3.87, - "recent_wickets_per_match": 1.4 - }, - "Aamir Lal": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 2 - ], - "recent_economy": 5.58, - "recent_wickets_per_match": 1.2 - }, - "Aarif Sheikh": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.15, - "recent_wickets_per_match": 0.2 - }, - "Aarnav Patel": { - "wickets_last5": [ - 0, - 0, - 3 - ], - "recent_economy": 6.55, - "recent_wickets_per_match": 1.0 - }, - "Aaron Jones": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.47, - "recent_wickets_per_match": 0.0 - }, - "Aarti Priya": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 1 - ], - "recent_economy": 4.31, - "recent_wickets_per_match": 0.6 - }, - "Aashita Gupta": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.0 - }, - "Aayan Afzal Khan": { - "wickets_last5": [ - 0, - 1, - 3, - 3, - 0 - ], - "recent_economy": 5.56, - "recent_wickets_per_match": 1.4 - }, - "Abbas Afridi": { - "wickets_last5": [ - 0, - 2, - 4, - 0 - ], - "recent_economy": 10.84, - "recent_wickets_per_match": 1.5 - }, - "Abbas Ghani": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 1 - ], - "recent_economy": 8.88, - "recent_wickets_per_match": 0.4 - }, - "Abdul Bashir": { - "wickets_last5": [ - 1, - 0, - 0, - 1 - ], - "recent_economy": 8.31, - "recent_wickets_per_match": 0.5 - }, - "Abdul Gaffar Saqlain": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 10.83, - "recent_wickets_per_match": 1.5 - }, - "Abdul Majid": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 5.13, - "recent_wickets_per_match": 0.2 - }, - "Abdul Majid Abbasi": { - "wickets_last5": [ - 1, - 2, - 0, - 1, - 2 - ], - "recent_economy": 5.57, - "recent_wickets_per_match": 1.2 - }, - "Abdul Naser Baluch": { - "wickets_last5": [ - 2, - 1, - 3, - 2, - 3 - ], - "recent_economy": 4.62, - "recent_wickets_per_match": 2.2 - }, - "Abdul Rauf": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.74, - "recent_wickets_per_match": 0.0 - }, - "Abdul Razzaq": { - "wickets_last5": [ - 2, - 0, - 2, - 3, - 4 - ], - "recent_economy": 3.37, - "recent_wickets_per_match": 2.2 - }, - "Abdul Salman Khan": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 6.56, - "recent_wickets_per_match": 0.5 - }, - "Abdul Waheed": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 6.58, - "recent_wickets_per_match": 0.2 - }, - "Abdul Wahid": { - "wickets_last5": [ - 0, - 0, - 2, - 1, - 0 - ], - "recent_economy": 9.82, - "recent_wickets_per_match": 0.6 - }, - "Abdul-Shakoor Rahimzei": { - "wickets_last5": [ - 1, - 2, - 0, - 4 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 1.75 - }, - "Abdullah Akbarjan": { - "wickets_last5": [ - 1, - 1, - 5, - 3, - 1 - ], - "recent_economy": 5.95, - "recent_wickets_per_match": 2.2 - }, - "Abdullah Jasat": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.82, - "recent_wickets_per_match": 0.0 - }, - "Abdullah Mahmood": { - "wickets_last5": [ - 2, - 3, - 2, - 2, - 0 - ], - "recent_economy": 5.5, - "recent_wickets_per_match": 1.8 - }, - "Abdullah Mohd Yousaf": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 7.35, - "recent_wickets_per_match": 0.4 - }, - "Abdullah Rana": { - "wickets_last5": [ - 0, - 3, - 1, - 2, - 2 - ], - "recent_economy": 8.26, - "recent_wickets_per_match": 1.6 - }, - "Abdullah Sheikh": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 0.5 - }, - "Abdullahi Ismail": { - "wickets_last5": [ - 3, - 1, - 0, - 0, - 1 - ], - "recent_economy": 4.52, - "recent_wickets_per_match": 1.0 - }, - "Abdur Rehman": { - "wickets_last5": [ - 3, - 1, - 5, - 5, - 4 - ], - "recent_economy": 2.38, - "recent_wickets_per_match": 3.6 - }, - "Abdurrahman Ahmadzai": { - "wickets_last5": [ - 0, - 0, - 2 - ], - "recent_economy": 4.2, - "recent_wickets_per_match": 0.67 - }, - "Abeera Waris": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 0 - ], - "recent_economy": 6.8, - "recent_wickets_per_match": 0.6 - }, - "Abhijeet Ahuja": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 2.0 - }, - "Abhishek Anand": { - "wickets_last5": [ - 0, - 0, - 1, - 0 - ], - "recent_economy": 2.06, - "recent_wickets_per_match": 0.25 - }, - "Abid Ullah Shah": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 10.92, - "recent_wickets_per_match": 0.5 - }, - "Abidullah Kotwa": { - "wickets_last5": [ - 2, - 0, - 1 - ], - "recent_economy": 8.81, - "recent_wickets_per_match": 1.0 - }, - "Abraar Khan": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 1.0 - }, - "Abrar Ahmed": { - "wickets_last5": [ - 2, - 5, - 0, - 1, - 5 - ], - "recent_economy": 3.43, - "recent_wickets_per_match": 2.6 - }, - "Absar Khan": { - "wickets_last5": [ - 1 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 1.0 - }, - "Abu Hider": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.33, - "recent_wickets_per_match": 1.0 - }, - "Abu Jayed": { - "wickets_last5": [ - 0, - 0, - 0, - 6, - 4 - ], - "recent_economy": 3.28, - "recent_wickets_per_match": 2.0 - }, - "Abubacarr Kuyateh": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 5.38, - "recent_wickets_per_match": 1.0 - }, - "Abul Farhad": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 9.04, - "recent_wickets_per_match": 0.2 - }, - "Abul Hasan": { - "wickets_last5": [ - 2, - 1, - 0 - ], - "recent_economy": 3.93, - "recent_wickets_per_match": 1.0 - }, - "Ada Bhasin": { - "wickets_last5": [ - 3, - 1, - 1, - 0, - 0 - ], - "recent_economy": 3.63, - "recent_wickets_per_match": 1.0 - }, - "Adam Senn": { - "wickets_last5": [ - 2, - 4, - 4, - 1, - 2 - ], - "recent_economy": 6.72, - "recent_wickets_per_match": 2.6 - }, - "Adama Kamara": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 1 - ], - "recent_economy": 5.14, - "recent_wickets_per_match": 0.6 - }, - "Adil Butt": { - "wickets_last5": [ - 1, - 3, - 1, - 2, - 0 - ], - "recent_economy": 8.41, - "recent_wickets_per_match": 1.4 - }, - "Adil Khan": { - "wickets_last5": [ - 0, - 1, - 1, - 2, - 2 - ], - "recent_economy": 6.19, - "recent_wickets_per_match": 1.2 - }, - "Adil Latheef": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 4.57, - "recent_wickets_per_match": 0.67 - }, - "Aditya Panwar": { - "wickets_last5": [ - 2, - 0, - 0, - 1, - 3 - ], - "recent_economy": 8.68, - "recent_wickets_per_match": 1.2 - }, - "Adnan Gondal": { - "wickets_last5": [ - 2 - ], - "recent_economy": 2.5, - "recent_wickets_per_match": 2.0 - }, - "Adnan Idrees": { - "wickets_last5": [ - 0, - 2, - 0, - 2, - 0 - ], - "recent_economy": 7.62, - "recent_wickets_per_match": 0.8 - }, - "Adnan Mirza": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 8.15, - "recent_wickets_per_match": 0.2 - }, - "Adnan Razzaq": { - "wickets_last5": [ - 0, - 0, - 3, - 0, - 1 - ], - "recent_economy": 8.18, - "recent_wickets_per_match": 0.8 - }, - "Adnan Shnwarei": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.3, - "recent_wickets_per_match": 0.0 - }, - "Adnan Syed": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.71, - "recent_wickets_per_match": 0.0 - }, - "Afida Afthab": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 1 - ], - "recent_economy": 3.12, - "recent_wickets_per_match": 0.8 - }, - "Afif Hossain": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 8.75, - "recent_wickets_per_match": 0.2 - }, - "Afif Khattak": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.63, - "recent_wickets_per_match": 1.0 - }, - "Aftab Ahmed": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 1 - ], - "recent_economy": 3.1, - "recent_wickets_per_match": 0.6 - }, - "Aftab Hussain": { - "wickets_last5": [ - 1, - 1, - 2, - 2, - 3 - ], - "recent_economy": 3.52, - "recent_wickets_per_match": 1.8 - }, - "Aftab Kayani": { - "wickets_last5": [ - 2, - 2, - 1, - 2, - 2 - ], - "recent_economy": 4.88, - "recent_wickets_per_match": 1.8 - }, - "Agha Salman": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 3.44, - "recent_wickets_per_match": 0.2 - }, - "Ahmad Khalid Ahmadzai": { - "wickets_last5": [ - 1, - 2, - 3, - 0, - 3 - ], - "recent_economy": 6.99, - "recent_wickets_per_match": 1.8 - }, - "Ahmad Raza": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 1 - ], - "recent_economy": 6.79, - "recent_wickets_per_match": 0.4 - }, - "Ahmad Ullah": { - "wickets_last5": [ - 0 - ], - "recent_economy": 15.5, - "recent_wickets_per_match": 0.0 - }, - "Ahmadschah Ahmadzai": { - "wickets_last5": [ - 2 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 2.0 - }, - "Ahmadullah Shinwari": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 3 - ], - "recent_economy": 6.66, - "recent_wickets_per_match": 1.0 - }, - "Ahmed Al Zadjali": { - "wickets_last5": [ - 0 - ], - "recent_economy": 15.0, - "recent_wickets_per_match": 0.0 - }, - "Ahmed Aqeel": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 5.53, - "recent_wickets_per_match": 0.2 - }, - "Ahmed Baladraf": { - "wickets_last5": [ - 1, - 3, - 1, - 2 - ], - "recent_economy": 6.46, - "recent_wickets_per_match": 1.75 - }, - "Ahmed Daniyal": { - "wickets_last5": [ - 0, - 4, - 6, - 6, - 0 - ], - "recent_economy": 8.82, - "recent_wickets_per_match": 3.2 - }, - "Ahmed Faiz": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "Ahmed Hassan": { - "wickets_last5": [ - 2, - 0, - 0, - 1 - ], - "recent_economy": 6.1, - "recent_wickets_per_match": 0.75 - }, - "Ahmed Raid": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.0 - }, - "Ahmed Raza": { - "wickets_last5": [ - 0, - 1, - 2, - 1, - 1 - ], - "recent_economy": 5.12, - "recent_wickets_per_match": 1.0 - }, - "Ahmed Shehzad": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.5, - "recent_wickets_per_match": 0.0 - }, - "Ahmed Wardak": { - "wickets_last5": [ - 2, - 0, - 2, - 2 - ], - "recent_economy": 4.26, - "recent_wickets_per_match": 1.5 - }, - "Ahmer Bin Nisar": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 8.62, - "recent_wickets_per_match": 0.4 - }, - "Ahsan Khan": { - "wickets_last5": [ - 0, - 0, - 2, - 1, - 0 - ], - "recent_economy": 7.89, - "recent_wickets_per_match": 0.6 - }, - "Ahsan Malik": { - "wickets_last5": [ - 3, - 3, - 0, - 3, - 0 - ], - "recent_economy": 5.19, - "recent_wickets_per_match": 1.8 - }, - "Aiman Anwer": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 1 - ], - "recent_economy": 3.96, - "recent_wickets_per_match": 0.4 - }, - "Ainna Hamizah Hashim": { - "wickets_last5": [ - 0, - 1, - 1, - 2, - 1 - ], - "recent_economy": 3.52, - "recent_wickets_per_match": 1.0 - }, - "Aishath Meesa Rameez": { - "wickets_last5": [ - 0, - 0, - 3 - ], - "recent_economy": 7.95, - "recent_wickets_per_match": 1.0 - }, - "Aisya Eleesa": { - "wickets_last5": [ - 0, - 0, - 2, - 1, - 0 - ], - "recent_economy": 5.06, - "recent_wickets_per_match": 0.6 - }, - "Aizaz Cheema": { - "wickets_last5": [ - 0, - 0, - 1, - 5, - 4 - ], - "recent_economy": 3.33, - "recent_wickets_per_match": 2.0 - }, - "Aizaz Khan": { - "wickets_last5": [ - 1, - 0, - 2, - 1, - 3 - ], - "recent_economy": 4.3, - "recent_wickets_per_match": 1.4 - }, - "Ajay Kumar": { - "wickets_last5": [ - 0, - 2, - 6, - 3 - ], - "recent_economy": 4.26, - "recent_wickets_per_match": 2.75 - }, - "Ajaz Patel": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.5, - "recent_wickets_per_match": 0.0 - }, - "Ajhar Alam": { - "wickets_last5": [ - 0, - 1, - 2 - ], - "recent_economy": 9.13, - "recent_wickets_per_match": 1.0 - }, - "Ajin Soman": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 2 - ], - "recent_economy": 7.67, - "recent_wickets_per_match": 1.0 - }, - "Akash Babu": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 0.0 - }, - "Akhil Anil": { - "wickets_last5": [ - 1, - 2, - 2, - 1, - 0 - ], - "recent_economy": 5.19, - "recent_wickets_per_match": 1.2 - }, - "Akhil Arjunan": { - "wickets_last5": [ - 0, - 4, - 0, - 1, - 1 - ], - "recent_economy": 7.98, - "recent_wickets_per_match": 1.2 - }, - "Akhil Kumar": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 3 - ], - "recent_economy": 4.71, - "recent_wickets_per_match": 1.2 - }, - "Akif Raja": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 1 - ], - "recent_economy": 3.95, - "recent_wickets_per_match": 0.8 - }, - "Akramullah Malikzada": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 10.5, - "recent_wickets_per_match": 0.5 - }, - "Al Maseera Jahangir": { - "wickets_last5": [ - 2 - ], - "recent_economy": 2.62, - "recent_wickets_per_match": 2.0 - }, - "Al-Amin Hossain": { - "wickets_last5": [ - 3, - 0, - 3, - 0, - 1 - ], - "recent_economy": 2.97, - "recent_wickets_per_match": 1.4 - }, - "Alam Nakash": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 6.96, - "recent_wickets_per_match": 0.4 - }, - "Aleena Khan": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 0 - ], - "recent_economy": 8.74, - "recent_wickets_per_match": 0.4 - }, - "Alex Carthew": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.47, - "recent_wickets_per_match": 1.0 - }, - "Alexandros Karvelas": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 6.89, - "recent_wickets_per_match": 0.67 - }, - "Alfredo Puentes": { - "wickets_last5": [ - 0 - ], - "recent_economy": 18.0, - "recent_wickets_per_match": 0.0 - }, - "Ali Abdulla Popalzae": { - "wickets_last5": [ - 3 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 3.0 - }, - "Ali Dawood": { - "wickets_last5": [ - 1, - 1, - 3, - 6, - 1 - ], - "recent_economy": 5.63, - "recent_wickets_per_match": 2.4 - }, - "Ali Hasan": { - "wickets_last5": [ - 1, - 1, - 1, - 1, - 1 - ], - "recent_economy": 7.53, - "recent_wickets_per_match": 1.0 - }, - "Ali Hussain": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 10.39, - "recent_wickets_per_match": 0.4 - }, - "Ali Khan": { - "wickets_last5": [ - 0, - 2, - 4, - 0, - 0 - ], - "recent_economy": 7.18, - "recent_wickets_per_match": 1.2 - }, - "Ali Masood": { - "wickets_last5": [ - 3, - 2, - 1, - 1, - 0 - ], - "recent_economy": 7.16, - "recent_wickets_per_match": 1.4 - }, - "Ali Muaaz": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "Ali Naqi": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 5.85, - "recent_wickets_per_match": 0.0 - }, - "Ali Naseer": { - "wickets_last5": [ - 3, - 0, - 4, - 0, - 0 - ], - "recent_economy": 4.72, - "recent_wickets_per_match": 1.4 - }, - "Ali Nawaz": { - "wickets_last5": [ - 0, - 0, - 3, - 0, - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.6 - }, - "Ali Nayyer": { - "wickets_last5": [ - 1, - 0, - 3, - 3, - 1 - ], - "recent_economy": 4.86, - "recent_wickets_per_match": 1.6 - }, - "Ali Rasool": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 10.41, - "recent_wickets_per_match": 0.4 - }, - "Ali Saleem": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 1.0 - }, - "Ali Sheikh": { - "wickets_last5": [ - 0, - 2, - 2, - 0, - 2 - ], - "recent_economy": 7.44, - "recent_wickets_per_match": 1.2 - }, - "Ali Waqar": { - "wickets_last5": [ - 2, - 0, - 0, - 1, - 0 - ], - "recent_economy": 7.34, - "recent_wickets_per_match": 0.6 - }, - "Ali Yalmaz": { - "wickets_last5": [ - 0, - 3, - 2, - 0, - 0 - ], - "recent_economy": 8.53, - "recent_wickets_per_match": 1.0 - }, - "Alice Davis": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.57, - "recent_wickets_per_match": 1.0 - }, - "Alifiya Sayed": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 1 - ], - "recent_economy": 3.5, - "recent_wickets_per_match": 0.8 - }, - "Alina Aslam": { - "wickets_last5": [ - 1, - 2, - 0, - 3, - 2 - ], - "recent_economy": 4.48, - "recent_wickets_per_match": 1.6 - }, - "Aliya Riaz": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 5.76, - "recent_wickets_per_match": 0.4 - }, - "Alok Kapali": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 3.55, - "recent_wickets_per_match": 0.2 - }, - "Altaf Gill": { - "wickets_last5": [ - 0 - ], - "recent_economy": 13.0, - "recent_wickets_per_match": 0.0 - }, - "Amal Jacob": { - "wickets_last5": [ - 1, - 3, - 0, - 2, - 0 - ], - "recent_economy": 6.73, - "recent_wickets_per_match": 1.2 - }, - "Amalin Sorfina": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 0.0 - }, - "Amandeep Singh": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 0 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.6 - }, - "Amar Sharma": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 2 - ], - "recent_economy": 9.46, - "recent_wickets_per_match": 0.8 - }, - "Amarpal Kaur": { - "wickets_last5": [ - 2, - 4, - 1, - 0, - 1 - ], - "recent_economy": 4.95, - "recent_wickets_per_match": 1.6 - }, - "Amaya Rajapaksha": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 5.24, - "recent_wickets_per_match": 0.2 - }, - "Amber Kainat": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 1.0 - }, - "Ameel Mauroof": { - "wickets_last5": [ - 0, - 4 - ], - "recent_economy": 8.78, - "recent_wickets_per_match": 2.0 - }, - "Ameer Saiyed": { - "wickets_last5": [ - 1, - 2, - 1, - 0, - 0 - ], - "recent_economy": 8.36, - "recent_wickets_per_match": 0.8 - }, - "Amina Kashif": { - "wickets_last5": [ - 0, - 3, - 0, - 1, - 1 - ], - "recent_economy": 4.36, - "recent_wickets_per_match": 1.0 - }, - "Aminata Kamara": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.81, - "recent_wickets_per_match": 0.2 - }, - "Aminul Islam": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 6.92, - "recent_wickets_per_match": 0.67 - }, - "Aminul Islam Biplob": { - "wickets_last5": [ - 3, - 0, - 1, - 0, - 2 - ], - "recent_economy": 8.5, - "recent_wickets_per_match": 1.2 - }, - "Aminul Islam Chowdhury": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.11, - "recent_wickets_per_match": 2.0 - }, - "Amir Ali": { - "wickets_last5": [ - 2, - 0, - 1 - ], - "recent_economy": 7.14, - "recent_wickets_per_match": 1.0 - }, - "Amir Butt": { - "wickets_last5": [ - 0, - 2, - 2, - 0, - 1 - ], - "recent_economy": 8.51, - "recent_wickets_per_match": 1.0 - }, - "Amir Farooq": { - "wickets_last5": [ - 0, - 1, - 2, - 0, - 0 - ], - "recent_economy": 7.02, - "recent_wickets_per_match": 0.6 - }, - "Amir Hamza": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 6.43, - "recent_wickets_per_match": 0.5 - }, - "Amir Hayat": { - "wickets_last5": [ - 0, - 3, - 4, - 2, - 0 - ], - "recent_economy": 3.59, - "recent_wickets_per_match": 1.8 - }, - "Amir Khan": { - "wickets_last5": [ - 0, - 0, - 3 - ], - "recent_economy": 4.91, - "recent_wickets_per_match": 1.0 - }, - "Amir Mangal": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.67, - "recent_wickets_per_match": 1.0 - }, - "Amir Zaib": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 0 - ], - "recent_economy": 8.74, - "recent_wickets_per_match": 0.6 - }, - "Amit Uniyal": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.81, - "recent_wickets_per_match": 0.5 - }, - "Amjad Javed": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.87, - "recent_wickets_per_match": 0.0 - }, - "Amjad Mahboob": { - "wickets_last5": [ - 0, - 2, - 2, - 0, - 3 - ], - "recent_economy": 3.79, - "recent_wickets_per_match": 1.4 - }, - "Amjad Sher": { - "wickets_last5": [ - 0, - 2, - 1, - 2, - 2 - ], - "recent_economy": 6.85, - "recent_wickets_per_match": 1.4 - }, - "Amma Kashif": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 3.24, - "recent_wickets_per_match": 0.0 - }, - "Ammad Uddin": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "Ammar Khalid": { - "wickets_last5": [ - 2, - 1, - 2, - 1 - ], - "recent_economy": 4.17, - "recent_wickets_per_match": 1.5 - }, - "Amna Khan": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 8.21, - "recent_wickets_per_match": 0.33 - }, - "Amna Tariq": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 1 - ], - "recent_economy": 3.9, - "recent_wickets_per_match": 0.8 - }, - "Amoluk Singh": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.32, - "recent_wickets_per_match": 0.0 - }, - "Anam Amin": { - "wickets_last5": [ - 2, - 3, - 0, - 0, - 1 - ], - "recent_economy": 4.51, - "recent_wickets_per_match": 1.2 - }, - "Anas Khan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 14.0, - "recent_wickets_per_match": 0.0 - }, - "Anasim Khan": { - "wickets_last5": [ - 2, - 3, - 1, - 0, - 0 - ], - "recent_economy": 7.68, - "recent_wickets_per_match": 1.2 - }, - "Andre Jarju": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 1.5 - }, - "Aneeta Santhosh": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.0 - }, - "Angela Busa": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.36, - "recent_wickets_per_match": 0.2 - }, - "Anik Ahmed": { - "wickets_last5": [ - 0, - 2, - 0, - 0 - ], - "recent_economy": 7.68, - "recent_wickets_per_match": 0.5 - }, - "Anique Uddin": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 4.43, - "recent_wickets_per_match": 1.5 - }, - "Anjali Chand": { - "wickets_last5": [ - 4, - 0, - 6 - ], - "recent_economy": 0.41, - "recent_wickets_per_match": 3.33 - }, - "Anjar Tadarus": { - "wickets_last5": [ - 3, - 6, - 0 - ], - "recent_economy": 6.24, - "recent_wickets_per_match": 3.0 - }, - "Anjuli Ghalley": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.24, - "recent_wickets_per_match": 0.2 - }, - "Ankit Dubey": { - "wickets_last5": [ - 0, - 3 - ], - "recent_economy": 3.64, - "recent_wickets_per_match": 1.5 - }, - "Ankush Singh": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.2, - "recent_wickets_per_match": 1.0 - }, - "Anmoldeep Singh": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.61, - "recent_wickets_per_match": 0.0 - }, - "Anoop Orsu": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 8.65, - "recent_wickets_per_match": 0.33 - }, - "Anowarul Islam": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.29, - "recent_wickets_per_match": 0.0 - }, - "Ansar Iqbal": { - "wickets_last5": [ - 3, - 1 - ], - "recent_economy": 4.86, - "recent_wickets_per_match": 2.0 - }, - "Ansh Patel": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 5.25, - "recent_wickets_per_match": 1.5 - }, - "Anshuman Rath": { - "wickets_last5": [ - 4, - 3, - 3, - 0, - 3 - ], - "recent_economy": 2.42, - "recent_wickets_per_match": 2.6 - }, - "Anskumar Ahir": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 5.51, - "recent_wickets_per_match": 0.5 - }, - "Anu Kadayat": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 10.15, - "recent_wickets_per_match": 0.0 - }, - "Anwar Ali": { - "wickets_last5": [ - 6, - 2, - 2, - 2, - 6 - ], - "recent_economy": 10.52, - "recent_wickets_per_match": 3.6 - }, - "Anwar Rahman": { - "wickets_last5": [ - 2, - 3, - 2, - 0 - ], - "recent_economy": 3.75, - "recent_wickets_per_match": 1.75 - }, - "Aphsal Ashraf": { - "wickets_last5": [ - 2 - ], - "recent_economy": 8.75, - "recent_wickets_per_match": 2.0 - }, - "Apsari Begam": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 0.0 - }, - "Aqib Ilyas": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 0 - ], - "recent_economy": 5.4, - "recent_wickets_per_match": 0.6 - }, - "Aqib Iqbal": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 1 - ], - "recent_economy": 6.38, - "recent_wickets_per_match": 0.8 - }, - "Aqif Farooq": { - "wickets_last5": [ - 1, - 1, - 1 - ], - "recent_economy": 9.8, - "recent_wickets_per_match": 1.0 - }, - "Arafat Minhas": { - "wickets_last5": [ - 1, - 2, - 5 - ], - "recent_economy": 3.25, - "recent_wickets_per_match": 2.67 - }, - "Arafat Sunny": { - "wickets_last5": [ - 1, - 2, - 0, - 0, - 3 - ], - "recent_economy": 4.37, - "recent_wickets_per_match": 1.2 - }, - "Archara Supriya": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 2 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.8 - }, - "Areeba Mughal": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.0 - }, - "Arif Nasir Uddin": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "Arif Ullah": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 4 - ], - "recent_economy": 6.86, - "recent_wickets_per_match": 1.4 - }, - "Arjun Vinod": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 8.45, - "recent_wickets_per_match": 0.2 - }, - "Arsalan Ahmed": { - "wickets_last5": [ - 2, - 0, - 1 - ], - "recent_economy": 9.57, - "recent_wickets_per_match": 1.0 - }, - "Arsalan Qadir": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "Arshad Iqbal": { - "wickets_last5": [ - 2, - 0, - 6, - 0, - 0 - ], - "recent_economy": 10.16, - "recent_wickets_per_match": 1.6 - }, - "Arslan Amjad": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 3 - ], - "recent_economy": 9.03, - "recent_wickets_per_match": 1.2 - }, - "Arun Yadav": { - "wickets_last5": [ - 2, - 1, - 0, - 1, - 0 - ], - "recent_economy": 8.42, - "recent_wickets_per_match": 0.8 - }, - "Aryan Lakra": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.02, - "recent_wickets_per_match": 0.0 - }, - "Asad Ali": { - "wickets_last5": [ - 0, - 1, - 0, - 1 - ], - "recent_economy": 3.54, - "recent_wickets_per_match": 0.5 - }, - "Asad Ali Rehemtulla": { - "wickets_last5": [ - 1, - 0, - 3, - 4, - 2 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 2.0 - }, - "Asad Mohammad": { - "wickets_last5": [ - 0, - 0, - 0, - 2 - ], - "recent_economy": 6.67, - "recent_wickets_per_match": 0.5 - }, - "Asad Rasheed": { - "wickets_last5": [ - 0, - 2, - 3 - ], - "recent_economy": 8.62, - "recent_wickets_per_match": 1.67 - }, - "Ashar Abbas": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.43, - "recent_wickets_per_match": 0.0 - }, - "Ashfaq Ahmed": { - "wickets_last5": [ - 2, - 1, - 1, - 0, - 0 - ], - "recent_economy": 4.81, - "recent_wickets_per_match": 0.8 - }, - "Ashi Chopla": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 0 - ], - "recent_economy": 3.26, - "recent_wickets_per_match": 0.4 - }, - "Ashiqullah Said": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 1.5 - }, - "Ashish Rana": { - "wickets_last5": [ - 3, - 0 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 1.5 - }, - "Ashmal Hashmi": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 6.41, - "recent_wickets_per_match": 0.2 - }, - "Ashraful Shuvo": { - "wickets_last5": [ - 1, - 4, - 0, - 0, - 0 - ], - "recent_economy": 6.38, - "recent_wickets_per_match": 1.0 - }, - "Ashwin Vinod": { - "wickets_last5": [ - 0, - 3, - 1, - 1, - 3 - ], - "recent_economy": 6.87, - "recent_wickets_per_match": 1.6 - }, - "Ashwini Balaji": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 0 - ], - "recent_economy": 4.05, - "recent_wickets_per_match": 0.6 - }, - "Asif Ali": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.8, - "recent_wickets_per_match": 0.0 - }, - "Asif Bevinje": { - "wickets_last5": [ - 2, - 0, - 2, - 0, - 2 - ], - "recent_economy": 5.68, - "recent_wickets_per_match": 1.2 - }, - "Asif Iqbal": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 8.4, - "recent_wickets_per_match": 2.0 - }, - "Asif Javed": { - "wickets_last5": [ - 1, - 4, - 3, - 1, - 0 - ], - "recent_economy": 4.09, - "recent_wickets_per_match": 1.8 - }, - "Asif Khan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "Asif Shaikh": { - "wickets_last5": [ - 1, - 3, - 1, - 2, - 0 - ], - "recent_economy": 6.06, - "recent_wickets_per_match": 1.4 - }, - "Asim Ashraf": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 10.67, - "recent_wickets_per_match": 0.0 - }, - "Aslam Bera": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 1 - ], - "recent_economy": 7.03, - "recent_wickets_per_match": 0.6 - }, - "Aslam Mohammad": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 2 - ], - "recent_economy": 5.04, - "recent_wickets_per_match": 0.8 - }, - "Aslan Jafri": { - "wickets_last5": [ - 0, - 3, - 0, - 3, - 1 - ], - "recent_economy": 8.87, - "recent_wickets_per_match": 1.4 - }, - "Asmavia Iqbal": { - "wickets_last5": [ - 1, - 2, - 1, - 1, - 3 - ], - "recent_economy": 5.24, - "recent_wickets_per_match": 1.6 - }, - "Asrar Ahmed": { - "wickets_last5": [ - 1, - 0, - 2 - ], - "recent_economy": 9.79, - "recent_wickets_per_match": 1.0 - }, - "Assad Borham": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "Assad Mehmood": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 3.35, - "recent_wickets_per_match": 0.5 - }, - "Aswad Khan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "Ateeq Iqbal": { - "wickets_last5": [ - 0, - 3, - 1, - 1, - 3 - ], - "recent_economy": 5.52, - "recent_wickets_per_match": 1.6 - }, - "Atif Kamal": { - "wickets_last5": [ - 1, - 4, - 0, - 2, - 1 - ], - "recent_economy": 7.08, - "recent_wickets_per_match": 1.6 - }, - "Atif Mehmood": { - "wickets_last5": [ - 2, - 0, - 5, - 2 - ], - "recent_economy": 4.02, - "recent_wickets_per_match": 2.25 - }, - "Atif Rasheed": { - "wickets_last5": [ - 4, - 2, - 0, - 0, - 0 - ], - "recent_economy": 6.89, - "recent_wickets_per_match": 1.2 - }, - "Atif-Ur-Rehman": { - "wickets_last5": [ - 1, - 3, - 2, - 1, - 0 - ], - "recent_economy": 4.28, - "recent_wickets_per_match": 1.4 - }, - "Attia Diwan Ali": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 4.63, - "recent_wickets_per_match": 0.33 - }, - "Aue Oru": { - "wickets_last5": [ - 0, - 0, - 4, - 3, - 0 - ], - "recent_economy": 5.92, - "recent_wickets_per_match": 1.4 - }, - "Aung Ko Ko": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.5, - "recent_wickets_per_match": 0.0 - }, - "Avi Dixit": { - "wickets_last5": [ - 3, - 2, - 0, - 0 - ], - "recent_economy": 5.08, - "recent_wickets_per_match": 1.25 - }, - "Avishka Iroshan": { - "wickets_last5": [ - 2, - 0, - 1, - 1, - 0 - ], - "recent_economy": 9.68, - "recent_wickets_per_match": 0.8 - }, - "Awais Ahmad": { - "wickets_last5": [ - 0, - 0, - 2, - 1 - ], - "recent_economy": 7.02, - "recent_wickets_per_match": 0.75 - }, - "Awais Ikram": { - "wickets_last5": [ - 0, - 0, - 2, - 1, - 2 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 1.0 - }, - "Ayan Khan": { - "wickets_last5": [ - 2, - 0, - 0, - 1, - 1 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 0.8 - }, - "Ayaz Dadabhai": { - "wickets_last5": [ - 3, - 2, - 2, - 1, - 3 - ], - "recent_economy": 4.69, - "recent_wickets_per_match": 2.2 - }, - "Ayesha Hasan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.94, - "recent_wickets_per_match": 0.0 - }, - "Ayesha Zafar": { - "wickets_last5": [ - 2, - 0, - 0, - 1, - 0 - ], - "recent_economy": 4.39, - "recent_wickets_per_match": 0.6 - }, - "Aysha": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 0 - ], - "recent_economy": 5.42, - "recent_wickets_per_match": 0.4 - }, - "Ayyaz Qureshi": { - "wickets_last5": [ - 0, - 2, - 1, - 2 - ], - "recent_economy": 8.2, - "recent_wickets_per_match": 1.25 - }, - "Azam Khalil": { - "wickets_last5": [ - 2, - 2, - 0 - ], - "recent_economy": 5.65, - "recent_wickets_per_match": 1.33 - }, - "Aziz Mohammad": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 6.27, - "recent_wickets_per_match": 0.5 - }, - "Aziz Sualley": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.8 - }, - "Azmat Ali": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.25, - "recent_wickets_per_match": 0.0 - }, - "Azri Azhar": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 9.16, - "recent_wickets_per_match": 0.0 - }, - "Azyan Farhath": { - "wickets_last5": [ - 1, - 2, - 0, - 0, - 1 - ], - "recent_economy": 6.68, - "recent_wickets_per_match": 0.8 - }, - "B Akhilesh Reddy": { - "wickets_last5": [ - 0, - 0, - 1, - 0 - ], - "recent_economy": 5.13, - "recent_wickets_per_match": 0.25 - }, - "B Arora": { - "wickets_last5": [ - 2, - 1, - 1, - 1, - 2 - ], - "recent_economy": 7.32, - "recent_wickets_per_match": 1.4 - }, - "B Balala": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 6.34, - "recent_wickets_per_match": 0.4 - }, - "B Bhadriraju": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 2 - ], - "recent_economy": 5.48, - "recent_wickets_per_match": 0.8 - }, - "B Biza": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.09, - "recent_wickets_per_match": 0.0 - }, - "B Dugic": { - "wickets_last5": [ - 1, - 0, - 5, - 0, - 1 - ], - "recent_economy": 8.34, - "recent_wickets_per_match": 1.4 - }, - "B Ercegovcevic": { - "wickets_last5": [ - 1 - ], - "recent_economy": 1.2, - "recent_wickets_per_match": 1.0 - }, - "B Etim": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 0 - ], - "recent_economy": 5.22, - "recent_wickets_per_match": 0.4 - }, - "B Evans": { - "wickets_last5": [ - 3, - 2 - ], - "recent_economy": 3.34, - "recent_wickets_per_match": 2.5 - }, - "B Fernando": { - "wickets_last5": [ - 6, - 6, - 2, - 4, - 0 - ], - "recent_economy": 6.81, - "recent_wickets_per_match": 3.6 - }, - "B Freeman": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.92, - "recent_wickets_per_match": 0.0 - }, - "B Gaanamong": { - "wickets_last5": [ - 4, - 1, - 0, - 1 - ], - "recent_economy": 4.56, - "recent_wickets_per_match": 1.5 - }, - "B George": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 10.78, - "recent_wickets_per_match": 0.2 - }, - "B Isaac": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.34, - "recent_wickets_per_match": 0.0 - }, - "B Ito-Davis": { - "wickets_last5": [ - 1, - 0, - 2, - 1, - 3 - ], - "recent_economy": 4.84, - "recent_wickets_per_match": 1.4 - }, - "B Jerkovic": { - "wickets_last5": [ - 0, - 1, - 0, - 3, - 0 - ], - "recent_economy": 10.11, - "recent_wickets_per_match": 0.8 - }, - "B Kalki Kumar": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.36, - "recent_wickets_per_match": 0.0 - }, - "B Karki": { - "wickets_last5": [ - 2 - ], - "recent_economy": 1.92, - "recent_wickets_per_match": 2.0 - }, - "B Kasinja": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 5.11, - "recent_wickets_per_match": 0.4 - }, - "B Keganne": { - "wickets_last5": [ - 1, - 2, - 0, - 0 - ], - "recent_economy": 7.8, - "recent_wickets_per_match": 0.75 - }, - "B Kgosiemang": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.78, - "recent_wickets_per_match": 0.0 - }, - "B Khumalo": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 1 - ], - "recent_economy": 5.68, - "recent_wickets_per_match": 0.6 - }, - "B Lekau": { - "wickets_last5": [ - 1, - 0, - 0, - 1 - ], - "recent_economy": 5.58, - "recent_wickets_per_match": 0.5 - }, - "B Leo": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.43, - "recent_wickets_per_match": 0.0 - }, - "B Lewis": { - "wickets_last5": [ - 2, - 1, - 3, - 0, - 0 - ], - "recent_economy": 5.24, - "recent_wickets_per_match": 1.2 - }, - "B Maes Loch": { - "wickets_last5": [ - 3, - 1, - 1, - 1 - ], - "recent_economy": 2.56, - "recent_wickets_per_match": 1.5 - }, - "B Mahesh": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 1 - ], - "recent_economy": 6.12, - "recent_wickets_per_match": 0.8 - }, - "B Maphosa": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.15, - "recent_wickets_per_match": 0.0 - }, - "B Masaba": { - "wickets_last5": [ - 2, - 0, - 2 - ], - "recent_economy": 8.59, - "recent_wickets_per_match": 1.33 - }, - "B Mavuta": { - "wickets_last5": [ - 4, - 5, - 0, - 4 - ], - "recent_economy": 3.78, - "recent_wickets_per_match": 3.25 - }, - "B Maximo": { - "wickets_last5": [ - 2, - 1, - 1 - ], - "recent_economy": 3.67, - "recent_wickets_per_match": 1.33 - }, - "B Mejaro": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 1 - ], - "recent_economy": 8.74, - "recent_wickets_per_match": 0.6 - }, - "B Mngoma": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.37, - "recent_wickets_per_match": 0.0 - }, - "B Mosoaboli": { - "wickets_last5": [ - 0, - 0, - 2 - ], - "recent_economy": 4.03, - "recent_wickets_per_match": 0.67 - }, - "B Mpedi": { - "wickets_last5": [ - 1, - 1, - 0, - 3, - 1 - ], - "recent_economy": 3.79, - "recent_wickets_per_match": 1.2 - }, - "B Murekatete": { - "wickets_last5": [ - 3, - 1, - 0, - 0, - 0 - ], - "recent_economy": 5.06, - "recent_wickets_per_match": 0.8 - }, - "B Murtagh": { - "wickets_last5": [ - 2, - 0, - 1 - ], - "recent_economy": 2.79, - "recent_wickets_per_match": 1.0 - }, - "B Namuunzul": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.39, - "recent_wickets_per_match": 0.0 - }, - "B Ndipo": { - "wickets_last5": [ - 2, - 0, - 1 - ], - "recent_economy": 2.69, - "recent_wickets_per_match": 1.0 - }, - "B Niaz": { - "wickets_last5": [ - 0, - 3, - 2, - 1, - 1 - ], - "recent_economy": 7.12, - "recent_wickets_per_match": 1.4 - }, - "B Passoni": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "B Phelenyane": { - "wickets_last5": [ - 0, - 1, - 1, - 2, - 1 - ], - "recent_economy": 3.76, - "recent_wickets_per_match": 1.0 - }, - "B Pondani": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 6.74, - "recent_wickets_per_match": 0.2 - }, - "B Regmi": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 4.39, - "recent_wickets_per_match": 1.0 - }, - "B Schuster": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.85, - "recent_wickets_per_match": 0.5 - }, - "B Shanti": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.8, - "recent_wickets_per_match": 0.0 - }, - "B Shetty": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 1 - ], - "recent_economy": 4.58, - "recent_wickets_per_match": 0.8 - }, - "B Shikongo": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 6.2, - "recent_wickets_per_match": 0.2 - }, - "B Shotorova": { - "wickets_last5": [ - 3, - 2, - 0, - 1, - 0 - ], - "recent_economy": 2.72, - "recent_wickets_per_match": 1.2 - }, - "B Siddharth": { - "wickets_last5": [ - 0, - 0, - 3, - 1, - 1 - ], - "recent_economy": 4.21, - "recent_wickets_per_match": 1.0 - }, - "B Taylan": { - "wickets_last5": [ - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.46, - "recent_wickets_per_match": 0.25 - }, - "B Terbish": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 15.69, - "recent_wickets_per_match": 0.0 - }, - "B Tlali": { - "wickets_last5": [ - 0, - 0, - 2, - 4, - 2 - ], - "recent_economy": 2.73, - "recent_wickets_per_match": 1.6 - }, - "B Unenchtseceg": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 0.67 - }, - "B Verdon": { - "wickets_last5": [ - 3 - ], - "recent_economy": 0.43, - "recent_wickets_per_match": 3.0 - }, - "B Wani": { - "wickets_last5": [ - 0, - 1, - 0, - 1 - ], - "recent_economy": 3.12, - "recent_wickets_per_match": 0.5 - }, - "B Ward": { - "wickets_last5": [ - 0, - 4, - 0, - 0 - ], - "recent_economy": 6.03, - "recent_wickets_per_match": 1.0 - }, - "B White": { - "wickets_last5": [ - 1, - 1, - 3 - ], - "recent_economy": 5.65, - "recent_wickets_per_match": 1.67 - }, - "B Williams": { - "wickets_last5": [ - 0 - ], - "recent_economy": 13.0, - "recent_wickets_per_match": 0.0 - }, - "B Yadav": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 0 - ], - "recent_economy": 8.1, - "recent_wickets_per_match": 0.4 - }, - "B van Zyl": { - "wickets_last5": [ - 3, - 1, - 1, - 3, - 1 - ], - "recent_economy": 5.18, - "recent_wickets_per_match": 1.8 - }, - "BA Carse": { - "wickets_last5": [ - 3, - 6, - 5, - 4, - 5 - ], - "recent_economy": 4.56, - "recent_wickets_per_match": 4.6 - }, - "BA Pai": { - "wickets_last5": [ - 3, - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 1.5 - }, - "BAA Zammitt": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.0 - }, - "BAD Manenti": { - "wickets_last5": [ - 0, - 2, - 2, - 2, - 0 - ], - "recent_economy": 5.77, - "recent_wickets_per_match": 1.2 - }, - "BC Fortuin": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.77, - "recent_wickets_per_match": 0.0 - }, - "BD Glover": { - "wickets_last5": [ - 2, - 0, - 0, - 2, - 0 - ], - "recent_economy": 5.23, - "recent_wickets_per_match": 0.8 - }, - "BDH Stevens": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.33, - "recent_wickets_per_match": 0.0 - }, - "BE Fletcher": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 8.59, - "recent_wickets_per_match": 1.0 - }, - "BE Johnson": { - "wickets_last5": [ - 0 - ], - "recent_economy": 16.0, - "recent_wickets_per_match": 0.0 - }, - "BF Mailata": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 2 - ], - "recent_economy": 6.86, - "recent_wickets_per_match": 1.0 - }, - "BF Smith": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.33, - "recent_wickets_per_match": 1.0 - }, - "BFW de Leede": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 3.66, - "recent_wickets_per_match": 0.2 - }, - "BG Illing": { - "wickets_last5": [ - 2, - 1, - 3, - 1, - 1 - ], - "recent_economy": 3.85, - "recent_wickets_per_match": 1.6 - }, - "BG Lister": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.83, - "recent_wickets_per_match": 0.0 - }, - "BJ Bennett": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 4.15, - "recent_wickets_per_match": 0.2 - }, - "BJ Currie": { - "wickets_last5": [ - 0, - 2, - 3, - 2, - 5 - ], - "recent_economy": 4.63, - "recent_wickets_per_match": 2.4 - }, - "BJ Diamanti": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.5, - "recent_wickets_per_match": 0.0 - }, - "BJ McCarthy": { - "wickets_last5": [ - 2, - 6, - 4 - ], - "recent_economy": 3.09, - "recent_wickets_per_match": 4.0 - }, - "BJ McMullen": { - "wickets_last5": [ - 0, - 1, - 2, - 0, - 3 - ], - "recent_economy": 5.18, - "recent_wickets_per_match": 1.2 - }, - "BK Majji": { - "wickets_last5": [ - 3, - 2, - 0 - ], - "recent_economy": 3.88, - "recent_wickets_per_match": 1.67 - }, - "BK Stroud": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 4.55, - "recent_wickets_per_match": 0.2 - }, - "BM Anusha": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.75, - "recent_wickets_per_match": 0.0 - }, - "BM Halliday": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 5.09, - "recent_wickets_per_match": 0.2 - }, - "BM Scholtz": { - "wickets_last5": [ - 0, - 1, - 0, - 3, - 4 - ], - "recent_economy": 4.34, - "recent_wickets_per_match": 1.6 - }, - "BM Tickner": { - "wickets_last5": [ - 0, - 7, - 4, - 4, - 4 - ], - "recent_economy": 3.64, - "recent_wickets_per_match": 3.8 - }, - "BM Wheeler": { - "wickets_last5": [ - 3, - 1, - 2, - 2, - 0 - ], - "recent_economy": 5.67, - "recent_wickets_per_match": 1.6 - }, - "BMA Mbida": { - "wickets_last5": [ - 2, - 1, - 1, - 1, - 0 - ], - "recent_economy": 3.53, - "recent_wickets_per_match": 1.0 - }, - "BMSM Kumari": { - "wickets_last5": [ - 0, - 3, - 0, - 2, - 0 - ], - "recent_economy": 4.32, - "recent_wickets_per_match": 1.0 - }, - "BN Toube": { - "wickets_last5": [ - 4, - 1, - 0, - 1, - 1 - ], - "recent_economy": 4.91, - "recent_wickets_per_match": 1.4 - }, - "BP Adapaka": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 6.64, - "recent_wickets_per_match": 0.4 - }, - "BRM Taylor": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "BS Stephenson": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 1 - ], - "recent_economy": 4.73, - "recent_wickets_per_match": 0.8 - }, - "BTJ Wheal": { - "wickets_last5": [ - 0, - 0, - 2, - 2, - 3 - ], - "recent_economy": 3.84, - "recent_wickets_per_match": 1.4 - }, - "BV Sears": { - "wickets_last5": [ - 1, - 3, - 5 - ], - "recent_economy": 3.8, - "recent_wickets_per_match": 3.0 - }, - "BV Vitori": { - "wickets_last5": [ - 6, - 1, - 0, - 5 - ], - "recent_economy": 3.22, - "recent_wickets_per_match": 3.0 - }, - "BYA Mendis": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.29, - "recent_wickets_per_match": 0.0 - }, - "Babar Hayat": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "Bakhtiar Tahiri": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 9.22, - "recent_wickets_per_match": 0.2 - }, - "Baljinder Singh": { - "wickets_last5": [ - 1 - ], - "recent_economy": 9.67, - "recent_wickets_per_match": 1.0 - }, - "Baljit Singh": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 4.38, - "recent_wickets_per_match": 1.5 - }, - "Baseer Khan": { - "wickets_last5": [ - 1, - 1, - 1, - 2, - 1 - ], - "recent_economy": 7.34, - "recent_wickets_per_match": 1.2 - }, - "Bashar Khan": { - "wickets_last5": [ - 3, - 1, - 1, - 1 - ], - "recent_economy": 3.66, - "recent_wickets_per_match": 1.5 - }, - "Basharat Hussain": { - "wickets_last5": [ - 0, - 0, - 0, - 1 - ], - "recent_economy": 8.78, - "recent_wickets_per_match": 0.25 - }, - "Bashir Ahmad": { - "wickets_last5": [ - 0 - ], - "recent_economy": 18.0, - "recent_wickets_per_match": 0.0 - }, - "Bashir Shah": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 0 - ], - "recent_economy": 6.28, - "recent_wickets_per_match": 0.6 - }, - "Basil Hameed": { - "wickets_last5": [ - 0, - 3, - 0, - 1, - 1 - ], - "recent_economy": 4.18, - "recent_wickets_per_match": 1.0 - }, - "Basir Ahamad": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 4.26, - "recent_wickets_per_match": 0.4 - }, - "Baz Aybui": { - "wickets_last5": [ - 1, - 1, - 3, - 1, - 0 - ], - "recent_economy": 6.26, - "recent_wickets_per_match": 1.2 - }, - "Bhargav Narasimha": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 8.15, - "recent_wickets_per_match": 0.67 - }, - "Bhumeshswar Jagroo": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.88, - "recent_wickets_per_match": 0.0 - }, - "Bibina Baby": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.55, - "recent_wickets_per_match": 0.0 - }, - "Bilal Aftab": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 1.0 - }, - "Bilal Ahmad Mir": { - "wickets_last5": [ - 0, - 2, - 2, - 3, - 3 - ], - "recent_economy": 8.33, - "recent_wickets_per_match": 2.0 - }, - "Bilal Hassun": { - "wickets_last5": [ - 2, - 2, - 1, - 1 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 1.5 - }, - "Bilal Khan": { - "wickets_last5": [ - 3, - 1, - 2, - 0, - 1 - ], - "recent_economy": 5.23, - "recent_wickets_per_match": 1.4 - }, - "Bilal Masud": { - "wickets_last5": [ - 0, - 1, - 3, - 2, - 1 - ], - "recent_economy": 7.28, - "recent_wickets_per_match": 1.4 - }, - "Bilal Muhammad": { - "wickets_last5": [ - 2, - 0, - 2, - 2, - 0 - ], - "recent_economy": 7.17, - "recent_wickets_per_match": 1.2 - }, - "Bilal Safdar": { - "wickets_last5": [ - 3, - 0, - 0 - ], - "recent_economy": 5.36, - "recent_wickets_per_match": 1.0 - }, - "Bilal Shah": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "Bilal Tahir": { - "wickets_last5": [ - 1, - 0, - 2, - 1, - 1 - ], - "recent_economy": 6.24, - "recent_wickets_per_match": 1.0 - }, - "Bilal Zalmai": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.75, - "recent_wickets_per_match": 1.0 - }, - "Bilawal Bhatti": { - "wickets_last5": [ - 1, - 5 - ], - "recent_economy": 3.92, - "recent_wickets_per_match": 3.0 - }, - "Bipin Kumar": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 9.05, - "recent_wickets_per_match": 0.2 - }, - "Bismah Maroof": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.66, - "recent_wickets_per_match": 0.2 - }, - "Boio Ray": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "Borna Pejic": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.67, - "recent_wickets_per_match": 0.0 - }, - "Bukhar Illikkal": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 0 - ], - "recent_economy": 8.55, - "recent_wickets_per_match": 0.4 - }, - "C Abel": { - "wickets_last5": [ - 2, - 1, - 2, - 2, - 0 - ], - "recent_economy": 4.19, - "recent_wickets_per_match": 1.4 - }, - "C Agafili": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 3.65, - "recent_wickets_per_match": 0.67 - }, - "C Anayo": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.23, - "recent_wickets_per_match": 0.0 - }, - "C Aweko": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 0 - ], - "recent_economy": 3.07, - "recent_wickets_per_match": 0.4 - }, - "C Bah": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 7.38, - "recent_wickets_per_match": 0.2 - }, - "C Beckford": { - "wickets_last5": [ - 2 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 2.0 - }, - "C Bevin": { - "wickets_last5": [ - 2, - 0, - 0 - ], - "recent_economy": 8.24, - "recent_wickets_per_match": 0.67 - }, - "C Boyle": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 2 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.8 - }, - "C Breteche": { - "wickets_last5": [ - 1, - 0, - 0, - 2, - 1 - ], - "recent_economy": 3.47, - "recent_wickets_per_match": 0.8 - }, - "C Bull": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 2 - ], - "recent_economy": 7.36, - "recent_wickets_per_match": 1.0 - }, - "C Bwanali": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 1 - ], - "recent_economy": 4.13, - "recent_wickets_per_match": 0.6 - }, - "C Campher": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 4.46, - "recent_wickets_per_match": 0.2 - }, - "C Cassell": { - "wickets_last5": [ - 1, - 1, - 1, - 1, - 0 - ], - "recent_economy": 5.93, - "recent_wickets_per_match": 0.8 - }, - "C Chatonzwa": { - "wickets_last5": [ - 2, - 1, - 1, - 0, - 1 - ], - "recent_economy": 6.1, - "recent_wickets_per_match": 1.0 - }, - "C Chatphaisan": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 1 - ], - "recent_economy": 6.33, - "recent_wickets_per_match": 1.0 - }, - "C Chukwuonye": { - "wickets_last5": [ - 3, - 4, - 0, - 4, - 1 - ], - "recent_economy": 3.36, - "recent_wickets_per_match": 2.4 - }, - "C Cirino": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 6.18, - "recent_wickets_per_match": 0.5 - }, - "C Cirlig": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 5.11, - "recent_wickets_per_match": 0.5 - }, - "C Connolly": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.2, - "recent_wickets_per_match": 0.0 - }, - "C Dickson": { - "wickets_last5": [ - 0, - 2, - 2, - 0, - 2 - ], - "recent_economy": 5.59, - "recent_wickets_per_match": 1.2 - }, - "C Floyd": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.35, - "recent_wickets_per_match": 0.0 - }, - "C Forshaw": { - "wickets_last5": [ - 0, - 2, - 1, - 3, - 0 - ], - "recent_economy": 7.59, - "recent_wickets_per_match": 1.2 - }, - "C Greenshields": { - "wickets_last5": [ - 0, - 2, - 3 - ], - "recent_economy": 5.21, - "recent_wickets_per_match": 1.67 - }, - "C Gwilliam-Lopez": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.68, - "recent_wickets_per_match": 1.0 - }, - "C Henery": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 1 - ], - "recent_economy": 5.61, - "recent_wickets_per_match": 1.0 - }, - "C Hinze": { - "wickets_last5": [ - 3, - 2, - 3, - 1, - 2 - ], - "recent_economy": 3.61, - "recent_wickets_per_match": 2.2 - }, - "C Jennings": { - "wickets_last5": [ - 1, - 2, - 1 - ], - "recent_economy": 4.34, - "recent_wickets_per_match": 1.33 - }, - "C Karunaratne": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.12, - "recent_wickets_per_match": 1.0 - }, - "C Kauripeke": { - "wickets_last5": [ - 1 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 1.0 - }, - "C Kyewuta": { - "wickets_last5": [ - 0, - 2, - 1, - 2, - 2 - ], - "recent_economy": 7.84, - "recent_wickets_per_match": 1.4 - }, - "C Liebenberg": { - "wickets_last5": [ - 2, - 0, - 0 - ], - "recent_economy": 9.62, - "recent_wickets_per_match": 0.67 - }, - "C Lokuge": { - "wickets_last5": [ - 1, - 3, - 4, - 0, - 0 - ], - "recent_economy": 2.24, - "recent_wickets_per_match": 1.6 - }, - "C Magaia": { - "wickets_last5": [ - 4, - 0, - 2, - 2, - 3 - ], - "recent_economy": 3.59, - "recent_wickets_per_match": 2.2 - }, - "C Mahamalage": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 4 - ], - "recent_economy": 5.66, - "recent_wickets_per_match": 1.0 - }, - "C Miles": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 0.0 - }, - "C Milner": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.4, - "recent_wickets_per_match": 0.0 - }, - "C Moyo": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 5.65, - "recent_wickets_per_match": 0.0 - }, - "C Munoz-Mills": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.67, - "recent_wickets_per_match": 0.0 - }, - "C Murray": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 1 - ], - "recent_economy": 5.91, - "recent_wickets_per_match": 0.6 - }, - "C Murrombe": { - "wickets_last5": [ - 4, - 0, - 0, - 3, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.4 - }, - "C Mutasa": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 7.61, - "recent_wickets_per_match": 0.33 - }, - "C Namugenyi": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.5 - }, - "C Olphert": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.41, - "recent_wickets_per_match": 0.0 - }, - "C Ostergaard": { - "wickets_last5": [ - 1, - 1, - 1, - 2, - 1 - ], - "recent_economy": 3.16, - "recent_wickets_per_match": 1.2 - }, - "C Outerbridge": { - "wickets_last5": [ - 1, - 0, - 0, - 3 - ], - "recent_economy": 4.95, - "recent_wickets_per_match": 1.0 - }, - "C Pavely": { - "wickets_last5": [ - 0, - 4 - ], - "recent_economy": 6.62, - "recent_wickets_per_match": 2.0 - }, - "C Pengkumta": { - "wickets_last5": [ - 2 - ], - "recent_economy": 1.0, - "recent_wickets_per_match": 2.0 - }, - "C Perry": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 0 - ], - "recent_economy": 5.62, - "recent_wickets_per_match": 0.6 - }, - "C Pervez": { - "wickets_last5": [ - 3, - 3, - 2, - 0, - 2 - ], - "recent_economy": 3.8, - "recent_wickets_per_match": 2.0 - }, - "C Piparo": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.86, - "recent_wickets_per_match": 1.0 - }, - "C Prasad": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.69, - "recent_wickets_per_match": 0.0 - }, - "C Raack": { - "wickets_last5": [ - 1, - 3, - 3, - 0 - ], - "recent_economy": 3.01, - "recent_wickets_per_match": 1.75 - }, - "C Roberts": { - "wickets_last5": [ - 0, - 1, - 3, - 0 - ], - "recent_economy": 9.16, - "recent_wickets_per_match": 1.0 - }, - "C Rububagumya": { - "wickets_last5": [ - 2, - 2, - 0, - 1, - 2 - ], - "recent_economy": 9.6, - "recent_wickets_per_match": 1.4 - }, - "C Rumistrzewicz": { - "wickets_last5": [ - 2, - 1, - 1, - 5, - 2 - ], - "recent_economy": 3.41, - "recent_wickets_per_match": 2.2 - }, - "C Sewsunker": { - "wickets_last5": [ - 0, - 0, - 0, - 1 - ], - "recent_economy": 6.78, - "recent_wickets_per_match": 0.25 - }, - "C Shivakumar": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "C Smith": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 3 - ], - "recent_economy": 5.86, - "recent_wickets_per_match": 0.8 - }, - "C Sosa": { - "wickets_last5": [ - 1, - 1, - 1, - 1, - 0 - ], - "recent_economy": 3.73, - "recent_wickets_per_match": 0.8 - }, - "C Sridev": { - "wickets_last5": [ - 2, - 2, - 1, - 1 - ], - "recent_economy": 7.59, - "recent_wickets_per_match": 1.5 - }, - "C Sudarsanan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.88, - "recent_wickets_per_match": 0.0 - }, - "C Sutthiruang": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.4 - }, - "C Tchale": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 1 - ], - "recent_economy": 8.82, - "recent_wickets_per_match": 0.6 - }, - "C Trott": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.08, - "recent_wickets_per_match": 0.0 - }, - "C Udekwe": { - "wickets_last5": [ - 0, - 2, - 1, - 2, - 2 - ], - "recent_economy": 6.52, - "recent_wickets_per_match": 1.4 - }, - "C Umutonni": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.5, - "recent_wickets_per_match": 0.0 - }, - "C Viljoen": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 2.25, - "recent_wickets_per_match": 1.0 - }, - "C Waiswa": { - "wickets_last5": [ - 1, - 2, - 1, - 1, - 0 - ], - "recent_economy": 8.1, - "recent_wickets_per_match": 1.0 - }, - "C Wickramasinghe": { - "wickets_last5": [ - 4, - 0, - 2, - 4, - 0 - ], - "recent_economy": 7.94, - "recent_wickets_per_match": 2.0 - }, - "C Wijesinghe": { - "wickets_last5": [ - 0, - 4, - 6 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 3.33 - }, - "C Wright": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.6, - "recent_wickets_per_match": 2.0 - }, - "C Wyngaard": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "C Zavoiu": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 1 - ], - "recent_economy": 6.89, - "recent_wickets_per_match": 0.4 - }, - "C de Lange": { - "wickets_last5": [ - 1, - 0, - 2, - 2, - 1 - ], - "recent_economy": 3.39, - "recent_wickets_per_match": 1.2 - }, - "C van der Westhuizen": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 2.15, - "recent_wickets_per_match": 2.0 - }, - "CA Henry": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.65, - "recent_wickets_per_match": 0.0 - }, - "CA Keita": { - "wickets_last5": [ - 1, - 0, - 3, - 0, - 2 - ], - "recent_economy": 6.46, - "recent_wickets_per_match": 1.2 - }, - "CA Liyanage": { - "wickets_last5": [ - 0 - ], - "recent_economy": 14.0, - "recent_wickets_per_match": 0.0 - }, - "CA Numungu": { - "wickets_last5": [ - 4 - ], - "recent_economy": 1.44, - "recent_wickets_per_match": 4.0 - }, - "CA Soper": { - "wickets_last5": [ - 0, - 0, - 2, - 4, - 0 - ], - "recent_economy": 4.58, - "recent_wickets_per_match": 1.2 - }, - "CA Young": { - "wickets_last5": [ - 0, - 0, - 3 - ], - "recent_economy": 3.47, - "recent_wickets_per_match": 1.0 - }, - "CAH Stevenson": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "CAJ Meschede": { - "wickets_last5": [ - 2, - 2, - 1, - 0 - ], - "recent_economy": 4.74, - "recent_wickets_per_match": 1.25 - }, - "CAK Rajitha": { - "wickets_last5": [ - 0, - 8, - 1, - 2, - 3 - ], - "recent_economy": 3.51, - "recent_wickets_per_match": 2.8 - }, - "CB Mpofu": { - "wickets_last5": [ - 3, - 1, - 0, - 1, - 2 - ], - "recent_economy": 2.86, - "recent_wickets_per_match": 1.4 - }, - "CB Roposo": { - "wickets_last5": [ - 0, - 2, - 1, - 2, - 1 - ], - "recent_economy": 7.84, - "recent_wickets_per_match": 1.2 - }, - "CB Sole": { - "wickets_last5": [ - 0, - 1, - 3, - 2, - 2 - ], - "recent_economy": 4.34, - "recent_wickets_per_match": 1.6 - }, - "CBRLS Kumara": { - "wickets_last5": [ - 0, - 0, - 6, - 3, - 0 - ], - "recent_economy": 3.92, - "recent_wickets_per_match": 1.8 - }, - "CC Blake": { - "wickets_last5": [ - 3, - 4, - 2, - 1, - 1 - ], - "recent_economy": 6.62, - "recent_wickets_per_match": 2.2 - }, - "CC van Slobbe": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 2 - ], - "recent_economy": 5.71, - "recent_wickets_per_match": 0.8 - }, - "CD Barnwell": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 8.74, - "recent_wickets_per_match": 0.4 - }, - "CD Mboe": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 2.34, - "recent_wickets_per_match": 2.0 - }, - "CD de Lange": { - "wickets_last5": [ - 0, - 6, - 3, - 2, - 2 - ], - "recent_economy": 5.12, - "recent_wickets_per_match": 2.6 - }, - "CE Dean": { - "wickets_last5": [ - 0, - 6, - 2 - ], - "recent_economy": 3.66, - "recent_wickets_per_match": 2.67 - }, - "CE McConchie": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 1 - ], - "recent_economy": 4.62, - "recent_wickets_per_match": 0.8 - }, - "CG Campbell": { - "wickets_last5": [ - 1 - ], - "recent_economy": 9.65, - "recent_wickets_per_match": 1.0 - }, - "CG Osborne": { - "wickets_last5": [ - 0, - 3 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 1.5 - }, - "CG Williams": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 1 - ], - "recent_economy": 4.47, - "recent_wickets_per_match": 0.4 - }, - "CH Abeyratne": { - "wickets_last5": [ - 1, - 0, - 0, - 0 - ], - "recent_economy": 6.45, - "recent_wickets_per_match": 0.25 - }, - "CH van Koolwijk": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.64, - "recent_wickets_per_match": 0.5 - }, - "CI Manidom": { - "wickets_last5": [ - 1, - 1, - 2, - 1, - 0 - ], - "recent_economy": 4.95, - "recent_wickets_per_match": 1.0 - }, - "CJ Ana": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 3.46, - "recent_wickets_per_match": 0.33 - }, - "CJ Boyce": { - "wickets_last5": [ - 2, - 4, - 2, - 0, - 0 - ], - "recent_economy": 7.81, - "recent_wickets_per_match": 1.6 - }, - "CJ Bruell": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.3, - "recent_wickets_per_match": 0.0 - }, - "CJ Chibhabha": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 3.79, - "recent_wickets_per_match": 0.33 - }, - "CJ Delany": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 8.57, - "recent_wickets_per_match": 0.0 - }, - "CJ Dias": { - "wickets_last5": [ - 1, - 0, - 2, - 2, - 0 - ], - "recent_economy": 2.82, - "recent_wickets_per_match": 1.0 - }, - "CJ Gannon": { - "wickets_last5": [ - 2, - 0, - 0, - 2, - 0 - ], - "recent_economy": 8.12, - "recent_wickets_per_match": 0.8 - }, - "CJ Langford": { - "wickets_last5": [ - 0, - 2, - 1 - ], - "recent_economy": 5.68, - "recent_wickets_per_match": 1.0 - }, - "CJ Metcalfe": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.85, - "recent_wickets_per_match": 0.2 - }, - "CJA Amini": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 9.6, - "recent_wickets_per_match": 0.0 - }, - "CJPF Kalugamage": { - "wickets_last5": [ - 2, - 2, - 4, - 0, - 3 - ], - "recent_economy": 7.23, - "recent_wickets_per_match": 2.2 - }, - "CK Jasmat": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 1 - ], - "recent_economy": 5.61, - "recent_wickets_per_match": 0.8 - }, - "CK Tshuma": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.4, - "recent_wickets_per_match": 1.0 - }, - "CL Cairns": { - "wickets_last5": [ - 4, - 4 - ], - "recent_economy": 3.05, - "recent_wickets_per_match": 4.0 - }, - "CL Tryon": { - "wickets_last5": [ - 0, - 3 - ], - "recent_economy": 4.63, - "recent_wickets_per_match": 1.5 - }, - "CM Akachukwu": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 2 - ], - "recent_economy": 8.34, - "recent_wickets_per_match": 0.6 - }, - "CM Carroll": { - "wickets_last5": [ - 1, - 0, - 0, - 2, - 0 - ], - "recent_economy": 8.11, - "recent_wickets_per_match": 0.6 - }, - "CM Edwards": { - "wickets_last5": [ - 0, - 2, - 1, - 0 - ], - "recent_economy": 2.55, - "recent_wickets_per_match": 0.75 - }, - "CM Gough": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 0 - ], - "recent_economy": 5.38, - "recent_wickets_per_match": 0.6 - }, - "CM Greechan": { - "wickets_last5": [ - 3, - 0, - 4, - 1, - 0 - ], - "recent_economy": 2.89, - "recent_wickets_per_match": 1.6 - }, - "CM Madsen": { - "wickets_last5": [ - 1, - 0, - 0, - 1 - ], - "recent_economy": 8.4, - "recent_wickets_per_match": 0.5 - }, - "CM Mbebe": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 0 - ], - "recent_economy": 7.45, - "recent_wickets_per_match": 0.6 - }, - "CM McBride": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 4.28, - "recent_wickets_per_match": 0.2 - }, - "CM Scott": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.25, - "recent_wickets_per_match": 0.0 - }, - "CM Wright": { - "wickets_last5": [ - 3, - 1, - 1, - 1, - 0 - ], - "recent_economy": 3.54, - "recent_wickets_per_match": 1.2 - }, - "CN Ackermann": { - "wickets_last5": [ - 0, - 1, - 4, - 1, - 0 - ], - "recent_economy": 3.28, - "recent_wickets_per_match": 1.2 - }, - "CN Greaves": { - "wickets_last5": [ - 3, - 1, - 1, - 1, - 1 - ], - "recent_economy": 5.12, - "recent_wickets_per_match": 1.4 - }, - "CN Nation": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "CO Obuya": { - "wickets_last5": [ - 0, - 0, - 3, - 0, - 1 - ], - "recent_economy": 5.15, - "recent_wickets_per_match": 0.8 - }, - "CP Schofield": { - "wickets_last5": [ - 0, - 1, - 1, - 2 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 1.0 - }, - "CPPM Sadun": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 1 - ], - "recent_economy": 5.25, - "recent_wickets_per_match": 0.6 - }, - "CR Pagydyala": { - "wickets_last5": [ - 0, - 4, - 2 - ], - "recent_economy": 2.82, - "recent_wickets_per_match": 2.0 - }, - "CR Seneviratna": { - "wickets_last5": [ - 0, - 4, - 1, - 2, - 0 - ], - "recent_economy": 3.46, - "recent_wickets_per_match": 1.4 - }, - "CR Smith": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.56, - "recent_wickets_per_match": 0.0 - }, - "CR Suryawanshi": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.54, - "recent_wickets_per_match": 1.0 - }, - "CS Fraser": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 1 - ], - "recent_economy": 5.01, - "recent_wickets_per_match": 0.4 - }, - "CS MacLeod": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.63, - "recent_wickets_per_match": 0.0 - }, - "CS Martin": { - "wickets_last5": [ - 3, - 1, - 3, - 2, - 2 - ], - "recent_economy": 3.42, - "recent_wickets_per_match": 2.2 - }, - "CS Nascimento": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 4 - ], - "recent_economy": 5.76, - "recent_wickets_per_match": 1.2 - }, - "CT Mumba": { - "wickets_last5": [ - 2, - 3, - 5 - ], - "recent_economy": 3.55, - "recent_wickets_per_match": 3.33 - }, - "CT Mutombodzi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.53, - "recent_wickets_per_match": 0.0 - }, - "CT Tremlett": { - "wickets_last5": [ - 4, - 0, - 4, - 7, - 3 - ], - "recent_economy": 2.7, - "recent_wickets_per_match": 3.6 - }, - "CV Fernandes Torres": { - "wickets_last5": [ - 1 - ], - "recent_economy": 1.76, - "recent_wickets_per_match": 1.0 - }, - "CV Harrison": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 10.32, - "recent_wickets_per_match": 0.5 - }, - "CV Ranasinghe": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 1 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 0.6 - }, - "CW Perchard": { - "wickets_last5": [ - 2, - 2, - 2, - 1 - ], - "recent_economy": 4.53, - "recent_wickets_per_match": 1.75 - }, - "Cai Yuzhi": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.2 - }, - "Camila Valdes": { - "wickets_last5": [ - 0, - 1, - 1, - 1 - ], - "recent_economy": 8.96, - "recent_wickets_per_match": 0.75 - }, - "Chado Om": { - "wickets_last5": [ - 1, - 3, - 0 - ], - "recent_economy": 5.42, - "recent_wickets_per_match": 1.33 - }, - "Chamalka Fernando": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.33, - "recent_wickets_per_match": 0.0 - }, - "Chan Ka Man": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 3.76, - "recent_wickets_per_match": 0.2 - }, - "Chan Sau Har": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 2 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 1.2 - }, - "Charanjeet Singh": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.5 - }, - "Chare Smith": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 2 - ], - "recent_economy": 5.03, - "recent_wickets_per_match": 1.2 - }, - "Chaudhary Akram": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 0 - ], - "recent_economy": 8.82, - "recent_wickets_per_match": 0.6 - }, - "Chaya Mughal": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 2.59, - "recent_wickets_per_match": 1.0 - }, - "Chayanisa Phengpaen": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.29, - "recent_wickets_per_match": 0.2 - }, - "Chen Xinyu": { - "wickets_last5": [ - 3, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.12, - "recent_wickets_per_match": 0.6 - }, - "Chen Zhuo Yue": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.41, - "recent_wickets_per_match": 0.0 - }, - "Chinyenum George": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 6.46, - "recent_wickets_per_match": 1.0 - }, - "Christina Baret": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.29, - "recent_wickets_per_match": 0.0 - }, - "Constanza Oyarce": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 12.09, - "recent_wickets_per_match": 0.0 - }, - "Constanza Vergara": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.5, - "recent_wickets_per_match": 0.0 - }, - "Cynthia Konadu": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.2, - "recent_wickets_per_match": 1.0 - }, - "D Abeyrathna": { - "wickets_last5": [ - 0, - 2, - 0, - 3, - 0 - ], - "recent_economy": 6.68, - "recent_wickets_per_match": 1.0 - }, - "D Ahir": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 11.14, - "recent_wickets_per_match": 0.0 - }, - "D Ajekun": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 9.1, - "recent_wickets_per_match": 0.4 - }, - "D Bhaskara": { - "wickets_last5": [ - 0, - 0, - 0, - 1 - ], - "recent_economy": 6.75, - "recent_wickets_per_match": 0.25 - }, - "D Birrell": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.36, - "recent_wickets_per_match": 1.0 - }, - "D Bishoo": { - "wickets_last5": [ - 2, - 5, - 0, - 4, - 0 - ], - "recent_economy": 3.82, - "recent_wickets_per_match": 2.2 - }, - "D Bourne": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.17, - "recent_wickets_per_match": 0.5 - }, - "D Brown": { - "wickets_last5": [ - 3, - 3, - 7, - 1, - 2 - ], - "recent_economy": 2.93, - "recent_wickets_per_match": 3.2 - }, - "D Busingye": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.1, - "recent_wickets_per_match": 1.0 - }, - "D Dawa": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "D Demic": { - "wickets_last5": [ - 4, - 1 - ], - "recent_economy": 1.45, - "recent_wickets_per_match": 2.5 - }, - "D Devnarain": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 5.13, - "recent_wickets_per_match": 0.2 - }, - "D Dewald": { - "wickets_last5": [ - 0, - 1, - 1, - 2, - 0 - ], - "recent_economy": 6.76, - "recent_wickets_per_match": 0.8 - }, - "D Dhingra": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.09, - "recent_wickets_per_match": 0.0 - }, - "D Dlamini": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 6.29, - "recent_wickets_per_match": 0.33 - }, - "D Doyle-Calle": { - "wickets_last5": [ - 2, - 0, - 0 - ], - "recent_economy": 2.16, - "recent_wickets_per_match": 0.67 - }, - "D Dzimau": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 3.68, - "recent_wickets_per_match": 1.0 - }, - "D Enkhtsetseg": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.11, - "recent_wickets_per_match": 0.0 - }, - "D Finau": { - "wickets_last5": [ - 0, - 0, - 3, - 0, - 1 - ], - "recent_economy": 9.05, - "recent_wickets_per_match": 0.8 - }, - "D Fisher": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 3.84, - "recent_wickets_per_match": 1.0 - }, - "D Foerster": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 2 - ], - "recent_economy": 4.6, - "recent_wickets_per_match": 1.0 - }, - "D Forrester": { - "wickets_last5": [ - 0, - 4, - 4, - 2 - ], - "recent_economy": 6.68, - "recent_wickets_per_match": 2.5 - }, - "D Foxcroft": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 0.0 - }, - "D Gaikwad": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 14.1, - "recent_wickets_per_match": 0.5 - }, - "D Ganesh": { - "wickets_last5": [ - 3, - 0, - 1, - 1, - 0 - ], - "recent_economy": 6.43, - "recent_wickets_per_match": 1.0 - }, - "D Gim": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 1.0 - }, - "D Golechha": { - "wickets_last5": [ - 4, - 1, - 1, - 1, - 2 - ], - "recent_economy": 2.37, - "recent_wickets_per_match": 1.8 - }, - "D Gough": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.39, - "recent_wickets_per_match": 1.0 - }, - "D Hazell": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 3.06, - "recent_wickets_per_match": 1.0 - }, - "D Hemalatha": { - "wickets_last5": [ - 0, - 0, - 3, - 1, - 0 - ], - "recent_economy": 4.98, - "recent_wickets_per_match": 0.8 - }, - "D Heyliger": { - "wickets_last5": [ - 3, - 1, - 2, - 0, - 1 - ], - "recent_economy": 5.22, - "recent_wickets_per_match": 1.4 - }, - "D Igihozo": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.4, - "recent_wickets_per_match": 1.0 - }, - "D Jakiel": { - "wickets_last5": [ - 2, - 1, - 4, - 1, - 0 - ], - "recent_economy": 4.27, - "recent_wickets_per_match": 1.6 - }, - "D Jamyansuren": { - "wickets_last5": [ - 1 - ], - "recent_economy": 12.67, - "recent_wickets_per_match": 1.0 - }, - "D Johnson": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 0 - ], - "recent_economy": 6.87, - "recent_wickets_per_match": 0.4 - }, - "D Kalvin": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 1 - ], - "recent_economy": 8.14, - "recent_wickets_per_match": 0.6 - }, - "D Kansonkho": { - "wickets_last5": [ - 0, - 2, - 1, - 0 - ], - "recent_economy": 8.55, - "recent_wickets_per_match": 0.75 - }, - "D Kegasitswe": { - "wickets_last5": [ - 2, - 0, - 1 - ], - "recent_economy": 11.24, - "recent_wickets_per_match": 1.0 - }, - "D Klein": { - "wickets_last5": [ - 2, - 0, - 2, - 2, - 1 - ], - "recent_economy": 5.42, - "recent_wickets_per_match": 1.4 - }, - "D Koralalage": { - "wickets_last5": [ - 0, - 1, - 2, - 4, - 1 - ], - "recent_economy": 1.3, - "recent_wickets_per_match": 1.6 - }, - "D Lohia": { - "wickets_last5": [ - 2, - 0, - 0, - 2, - 2 - ], - "recent_economy": 4.27, - "recent_wickets_per_match": 1.2 - }, - "D Maisuria": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 7.94, - "recent_wickets_per_match": 1.5 - }, - "D Marikova-Moodley": { - "wickets_last5": [ - 2, - 2, - 1, - 4 - ], - "recent_economy": 3.76, - "recent_wickets_per_match": 2.25 - }, - "D Marks": { - "wickets_last5": [ - 0, - 3, - 2, - 0, - 1 - ], - "recent_economy": 8.75, - "recent_wickets_per_match": 1.2 - }, - "D Medagoda": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 4.2, - "recent_wickets_per_match": 0.2 - }, - "D Mogan": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 9.45, - "recent_wickets_per_match": 0.33 - }, - "D Muhumuza": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.33 - }, - "D Mullen": { - "wickets_last5": [ - 1, - 3, - 1, - 1, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.2 - }, - "D Murphy": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 4.94, - "recent_wickets_per_match": 0.2 - }, - "D Myers": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.91, - "recent_wickets_per_match": 0.0 - }, - "D Nanayakkara": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 5.62, - "recent_wickets_per_match": 0.2 - }, - "D Nanda": { - "wickets_last5": [ - 0, - 2, - 2, - 1 - ], - "recent_economy": 2.92, - "recent_wickets_per_match": 1.25 - }, - "D Nikolov": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 9.5, - "recent_wickets_per_match": 0.2 - }, - "D Njoroge": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "D Panda": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 2 - ], - "recent_economy": 9.46, - "recent_wickets_per_match": 1.0 - }, - "D Parashar": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 2 - ], - "recent_economy": 4.31, - "recent_wickets_per_match": 0.8 - }, - "D Paterson": { - "wickets_last5": [ - 6, - 7, - 3, - 3, - 2 - ], - "recent_economy": 2.87, - "recent_wickets_per_match": 4.2 - }, - "D Pavelic": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 2.95, - "recent_wickets_per_match": 2.0 - }, - "D Pearce": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.33, - "recent_wickets_per_match": 0.0 - }, - "D Polpitiya": { - "wickets_last5": [ - 0, - 1, - 0, - 3 - ], - "recent_economy": 7.7, - "recent_wickets_per_match": 1.0 - }, - "D Ramani": { - "wickets_last5": [ - 1, - 2, - 2, - 1, - 1 - ], - "recent_economy": 8.05, - "recent_wickets_per_match": 1.4 - }, - "D Ravu": { - "wickets_last5": [ - 0, - 1, - 2, - 0, - 0 - ], - "recent_economy": 4.38, - "recent_wickets_per_match": 0.6 - }, - "D Rawat": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 4 - ], - "recent_economy": 8.05, - "recent_wickets_per_match": 1.0 - }, - "D Robson": { - "wickets_last5": [ - 2, - 2, - 1, - 3, - 0 - ], - "recent_economy": 5.37, - "recent_wickets_per_match": 1.6 - }, - "D Ruynekova": { - "wickets_last5": [ - 0, - 3, - 1, - 1, - 1 - ], - "recent_economy": 2.62, - "recent_wickets_per_match": 1.2 - }, - "D Sabir": { - "wickets_last5": [ - 3, - 3, - 0, - 1, - 0 - ], - "recent_economy": 4.72, - "recent_wickets_per_match": 1.4 - }, - "D Samarawickrama": { - "wickets_last5": [ - 1 - ], - "recent_economy": 10.5, - "recent_wickets_per_match": 1.0 - }, - "D Saxena": { - "wickets_last5": [ - 2, - 2, - 0, - 0, - 3 - ], - "recent_economy": 5.17, - "recent_wickets_per_match": 1.4 - }, - "D Siva Kumar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.5, - "recent_wickets_per_match": 0.0 - }, - "D St Ange": { - "wickets_last5": [ - 0, - 1, - 0, - 2 - ], - "recent_economy": 6.09, - "recent_wickets_per_match": 0.75 - }, - "D Staddon": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 3.39, - "recent_wickets_per_match": 0.5 - }, - "D Suzuki": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 5 - ], - "recent_economy": 4.78, - "recent_wickets_per_match": 1.4 - }, - "D Svilicic": { - "wickets_last5": [ - 0, - 1, - 1, - 0 - ], - "recent_economy": 10.7, - "recent_wickets_per_match": 0.5 - }, - "D Tanase": { - "wickets_last5": [ - 0, - 4, - 0 - ], - "recent_economy": 2.4, - "recent_wickets_per_match": 1.33 - }, - "D Tekyildirim": { - "wickets_last5": [ - 4, - 1, - 1, - 2, - 4 - ], - "recent_economy": 2.8, - "recent_wickets_per_match": 2.4 - }, - "D Tucker": { - "wickets_last5": [ - 3, - 1 - ], - "recent_economy": 5.34, - "recent_wickets_per_match": 2.0 - }, - "D Unhale": { - "wickets_last5": [ - 2, - 0, - 1, - 1, - 0 - ], - "recent_economy": 4.09, - "recent_wickets_per_match": 0.8 - }, - "D Uwizeye": { - "wickets_last5": [ - 1 - ], - "recent_economy": 1.2, - "recent_wickets_per_match": 1.0 - }, - "D Visser": { - "wickets_last5": [ - 2, - 1, - 1, - 0, - 2 - ], - "recent_economy": 4.39, - "recent_wickets_per_match": 1.2 - }, - "D Vora": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.85, - "recent_wickets_per_match": 0.0 - }, - "D Wabwire": { - "wickets_last5": [ - 1, - 3, - 0, - 1, - 0 - ], - "recent_economy": 5.64, - "recent_wickets_per_match": 1.0 - }, - "D Wangmo": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 0 - ], - "recent_economy": 4.6, - "recent_wickets_per_match": 0.6 - }, - "D Wheatley": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.6, - "recent_wickets_per_match": 0.0 - }, - "D Wotu": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 2 - ], - "recent_economy": 5.41, - "recent_wickets_per_match": 0.6 - }, - "D Wulandari": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.19, - "recent_wickets_per_match": 0.2 - }, - "D la Cock": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.0 - }, - "D van Niekerk": { - "wickets_last5": [ - 1, - 3, - 0, - 2, - 2 - ], - "recent_economy": 2.25, - "recent_wickets_per_match": 1.6 - }, - "DA Blignaut": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 9.38, - "recent_wickets_per_match": 0.4 - }, - "DA Galia": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.25, - "recent_wickets_per_match": 0.0 - }, - "DAL Paramitha": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 1 - ], - "recent_economy": 5.07, - "recent_wickets_per_match": 0.8 - }, - "DAM Louis": { - "wickets_last5": [ - 2, - 1, - 2, - 1, - 3 - ], - "recent_economy": 7.91, - "recent_wickets_per_match": 1.8 - }, - "DAS Gunaratne": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.6 - }, - "DB Lakhani": { - "wickets_last5": [ - 1, - 0, - 1, - 3, - 0 - ], - "recent_economy": 6.13, - "recent_wickets_per_match": 1.0 - }, - "DB Loic": { - "wickets_last5": [ - 2, - 0, - 3, - 2, - 0 - ], - "recent_economy": 3.58, - "recent_wickets_per_match": 1.4 - }, - "DB Sharma": { - "wickets_last5": [ - 3, - 2, - 4, - 2, - 9 - ], - "recent_economy": 2.34, - "recent_wickets_per_match": 4.0 - }, - "DBL Powell": { - "wickets_last5": [ - 1, - 1, - 2, - 2, - 1 - ], - "recent_economy": 3.53, - "recent_wickets_per_match": 1.4 - }, - "DC Delany": { - "wickets_last5": [ - 2, - 1, - 1, - 2, - 1 - ], - "recent_economy": 6.94, - "recent_wickets_per_match": 1.4 - }, - "DC Drakes": { - "wickets_last5": [ - 0, - 2, - 2, - 2, - 0 - ], - "recent_economy": 8.43, - "recent_wickets_per_match": 1.2 - }, - "DC Smith": { - "wickets_last5": [ - 2, - 2, - 2, - 1, - 0 - ], - "recent_economy": 4.98, - "recent_wickets_per_match": 1.4 - }, - "DC Stovell": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 3 - ], - "recent_economy": 5.95, - "recent_wickets_per_match": 1.2 - }, - "DE Bernard": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 3.48, - "recent_wickets_per_match": 2.0 - }, - "DE Budge": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.53, - "recent_wickets_per_match": 0.0 - }, - "DE Burgess": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.33 - }, - "DE Martel": { - "wickets_last5": [ - 1, - 0, - 0, - 1 - ], - "recent_economy": 5.43, - "recent_wickets_per_match": 0.5 - }, - "DE Roache": { - "wickets_last5": [ - 3 - ], - "recent_economy": 5.43, - "recent_wickets_per_match": 3.0 - }, - "DEM Carter": { - "wickets_last5": [ - 1, - 0, - 3, - 1, - 0 - ], - "recent_economy": 3.02, - "recent_wickets_per_match": 1.0 - }, - "DF Jacobs": { - "wickets_last5": [ - 0, - 1, - 3 - ], - "recent_economy": 4.07, - "recent_wickets_per_match": 1.33 - }, - "DG Blampied": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 5.77, - "recent_wickets_per_match": 0.0 - }, - "DG Weakley": { - "wickets_last5": [ - 3 - ], - "recent_economy": 12.24, - "recent_wickets_per_match": 3.0 - }, - "DGAPD Wiswi": { - "wickets_last5": [ - 2, - 1, - 1, - 0, - 0 - ], - "recent_economy": 6.65, - "recent_wickets_per_match": 0.8 - }, - "DH Sharma": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.46, - "recent_wickets_per_match": 2.0 - }, - "DI Allan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.33, - "recent_wickets_per_match": 0.0 - }, - "DI Dusabemungu": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.0 - }, - "DJ Hall": { - "wickets_last5": [ - 2, - 2, - 1, - 2, - 1 - ], - "recent_economy": 7.33, - "recent_wickets_per_match": 1.6 - }, - "DJ Hawoe": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.6, - "recent_wickets_per_match": 0.0 - }, - "DJ Malan": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 3.44, - "recent_wickets_per_match": 0.4 - }, - "DJ Mokoatsela": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.2, - "recent_wickets_per_match": 0.0 - }, - "DJ Turkich": { - "wickets_last5": [ - 1, - 0, - 3, - 0, - 0 - ], - "recent_economy": 4.95, - "recent_wickets_per_match": 0.8 - }, - "DJS Dottin": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 3 - ], - "recent_economy": 5.49, - "recent_wickets_per_match": 1.0 - }, - "DK Anefie": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 0 - ], - "recent_economy": 3.84, - "recent_wickets_per_match": 0.6 - }, - "DK Butler": { - "wickets_last5": [ - 0, - 0, - 1, - 1 - ], - "recent_economy": 4.26, - "recent_wickets_per_match": 0.5 - }, - "DK Dahyabhai Ahir": { - "wickets_last5": [ - 0, - 4, - 0, - 1, - 1 - ], - "recent_economy": 6.67, - "recent_wickets_per_match": 1.2 - }, - "DK Mathias": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 0 - ], - "recent_economy": 7.33, - "recent_wickets_per_match": 0.4 - }, - "DK Pallekonda": { - "wickets_last5": [ - 2, - 0, - 3, - 0, - 2 - ], - "recent_economy": 8.43, - "recent_wickets_per_match": 1.4 - }, - "DK Shetty": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 0 - ], - "recent_economy": 8.43, - "recent_wickets_per_match": 0.6 - }, - "DKD Warnakulasuriya": { - "wickets_last5": [ - 3, - 3, - 2, - 1, - 0 - ], - "recent_economy": 7.03, - "recent_wickets_per_match": 1.8 - }, - "DKJ Claude": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 10.43, - "recent_wickets_per_match": 0.4 - }, - "DL Brangman": { - "wickets_last5": [ - 0, - 1, - 3, - 2 - ], - "recent_economy": 7.13, - "recent_wickets_per_match": 1.5 - }, - "DL Graham": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 1 - ], - "recent_economy": 7.23, - "recent_wickets_per_match": 0.6 - }, - "DL Maddy": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 8.67, - "recent_wickets_per_match": 1.5 - }, - "DLS van Bunge": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.23, - "recent_wickets_per_match": 0.2 - }, - "DM Braat": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 4.02, - "recent_wickets_per_match": 1.0 - }, - "DM Gondaria": { - "wickets_last5": [ - 0, - 1, - 0, - 1 - ], - "recent_economy": 6.56, - "recent_wickets_per_match": 0.5 - }, - "DM Kavinisseri": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.17, - "recent_wickets_per_match": 0.0 - }, - "DM Kimmince": { - "wickets_last5": [ - 1, - 0, - 5, - 1, - 0 - ], - "recent_economy": 3.7, - "recent_wickets_per_match": 1.4 - }, - "DM Nakrani": { - "wickets_last5": [ - 0, - 1, - 0, - 2 - ], - "recent_economy": 8.32, - "recent_wickets_per_match": 0.75 - }, - "DM de Silva": { - "wickets_last5": [ - 0, - 0, - 3, - 0, - 0 - ], - "recent_economy": 3.12, - "recent_wickets_per_match": 0.6 - }, - "DMW Rawlins": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 1 - ], - "recent_economy": 6.79, - "recent_wickets_per_match": 0.6 - }, - "DN Wellalage": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.69, - "recent_wickets_per_match": 0.0 - }, - "DN Wyatt": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 5.23, - "recent_wickets_per_match": 0.2 - }, - "DNA Ankrah": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 1.9, - "recent_wickets_per_match": 1.0 - }, - "DO Leicher": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 1 - ], - "recent_economy": 5.61, - "recent_wickets_per_match": 0.4 - }, - "DP David": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 4.86, - "recent_wickets_per_match": 0.5 - }, - "DP Hernandez": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.77, - "recent_wickets_per_match": 0.0 - }, - "DP Michael": { - "wickets_last5": [ - 2, - 0, - 2, - 2, - 0 - ], - "recent_economy": 8.54, - "recent_wickets_per_match": 1.2 - }, - "DP Vaidya": { - "wickets_last5": [ - 1, - 3, - 2, - 0, - 1 - ], - "recent_economy": 3.84, - "recent_wickets_per_match": 1.4 - }, - "DPMD Jayawardene": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 3.93, - "recent_wickets_per_match": 0.4 - }, - "DPS Tyagi": { - "wickets_last5": [ - 3, - 2, - 1, - 1, - 2 - ], - "recent_economy": 6.71, - "recent_wickets_per_match": 1.8 - }, - "DR Bangi": { - "wickets_last5": [ - 1, - 0, - 4, - 1 - ], - "recent_economy": 2.17, - "recent_wickets_per_match": 1.5 - }, - "DR Briggs": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.74, - "recent_wickets_per_match": 2.0 - }, - "DR Brown": { - "wickets_last5": [ - 0, - 0, - 1, - 2 - ], - "recent_economy": 6.69, - "recent_wickets_per_match": 0.75 - }, - "DR Flynn": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 0.0 - }, - "DR Gibson": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 4.06, - "recent_wickets_per_match": 1.0 - }, - "DR Hooper": { - "wickets_last5": [ - 0, - 2, - 1 - ], - "recent_economy": 4.1, - "recent_wickets_per_match": 1.0 - }, - "DR Mousley": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.38, - "recent_wickets_per_match": 0.0 - }, - "DR Tuffey": { - "wickets_last5": [ - 0, - 3, - 4, - 4, - 1 - ], - "recent_economy": 2.78, - "recent_wickets_per_match": 2.4 - }, - "DS Airee": { - "wickets_last5": [ - 2, - 1, - 4, - 0, - 1 - ], - "recent_economy": 4.48, - "recent_wickets_per_match": 1.6 - }, - "DS Bajwa": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 4.71, - "recent_wickets_per_match": 0.33 - }, - "DS Gamage": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 3.6, - "recent_wickets_per_match": 1.0 - }, - "DS Vlachopoulou": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 1.57, - "recent_wickets_per_match": 0.67 - }, - "DS Wesonga": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.0 - }, - "DSK Madushanka": { - "wickets_last5": [ - 3 - ], - "recent_economy": 3.69, - "recent_wickets_per_match": 3.0 - }, - "DT Doram": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.67, - "recent_wickets_per_match": 0.0 - }, - "DT Johnston": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 0 - ], - "recent_economy": 4.28, - "recent_wickets_per_match": 0.6 - }, - "DT Tiripano": { - "wickets_last5": [ - 0, - 2, - 1, - 3, - 1 - ], - "recent_economy": 2.83, - "recent_wickets_per_match": 1.4 - }, - "DV Devjani Mutreja": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 3 - ], - "recent_economy": 4.39, - "recent_wickets_per_match": 0.8 - }, - "DV Macome": { - "wickets_last5": [ - 1, - 2, - 3, - 1, - 0 - ], - "recent_economy": 6.38, - "recent_wickets_per_match": 1.4 - }, - "DV Varghese": { - "wickets_last5": [ - 1, - 1, - 1, - 2, - 0 - ], - "recent_economy": 7.41, - "recent_wickets_per_match": 1.0 - }, - "DVD Madampage": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 1 - ], - "recent_economy": 5.88, - "recent_wickets_per_match": 0.8 - }, - "Damini Ramesh": { - "wickets_last5": [ - 1, - 4, - 0, - 0, - 0 - ], - "recent_economy": 3.81, - "recent_wickets_per_match": 1.0 - }, - "Danish Aziz": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.4, - "recent_wickets_per_match": 0.0 - }, - "Danish Jasnaik": { - "wickets_last5": [ - 0, - 1, - 0, - 1 - ], - "recent_economy": 9.67, - "recent_wickets_per_match": 0.5 - }, - "Danyal Raja": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 2 - ], - "recent_economy": 4.91, - "recent_wickets_per_match": 1.0 - }, - "Davion Codner": { - "wickets_last5": [ - 1, - 0, - 0, - 1 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.5 - }, - "Dawood Ahmadzai": { - "wickets_last5": [ - 2, - 0, - 0, - 4, - 1 - ], - "recent_economy": 6.49, - "recent_wickets_per_match": 1.4 - }, - "Dayal Joy": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.33 - }, - "Dayyaan Galiem": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 2.0 - }, - "Dechen Zangmo": { - "wickets_last5": [ - 2 - ], - "recent_economy": 2.5, - "recent_wickets_per_match": 2.0 - }, - "Deep Harian": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.85, - "recent_wickets_per_match": 0.0 - }, - "Delawar Khan": { - "wickets_last5": [ - 1, - 1, - 3, - 0, - 1 - ], - "recent_economy": 7.16, - "recent_wickets_per_match": 1.2 - }, - "Deng Jinqi": { - "wickets_last5": [ - 0, - 1, - 2, - 0, - 0 - ], - "recent_economy": 8.92, - "recent_wickets_per_match": 0.6 - }, - "Deya Stefanova": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 4.33, - "recent_wickets_per_match": 1.0 - }, - "Dhananjay Rao": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 4 - ], - "recent_economy": 6.28, - "recent_wickets_per_match": 1.2 - }, - "Dharmendra Manani": { - "wickets_last5": [ - 2 - ], - "recent_economy": 5.22, - "recent_wickets_per_match": 2.0 - }, - "Diana Baig": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 0 - ], - "recent_economy": 5.42, - "recent_wickets_per_match": 0.6 - }, - "Dilini Ishara": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.25, - "recent_wickets_per_match": 0.0 - }, - "Dilum Fernando": { - "wickets_last5": [ - 0, - 1, - 3, - 1 - ], - "recent_economy": 6.67, - "recent_wickets_per_match": 1.25 - }, - "Disna Jayasooriya": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 6.67, - "recent_wickets_per_match": 1.0 - }, - "Divya Kandpal": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 0 - ], - "recent_economy": 5.65, - "recent_wickets_per_match": 0.4 - }, - "Dok Da Nit": { - "wickets_last5": [ - 1, - 2, - 1 - ], - "recent_economy": 3.85, - "recent_wickets_per_match": 1.33 - }, - "E Anyipo": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.19, - "recent_wickets_per_match": 0.0 - }, - "E Bakiweyem": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.43, - "recent_wickets_per_match": 1.0 - }, - "E Batkhuyag": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 8.4, - "recent_wickets_per_match": 0.5 - }, - "E Beukes": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 2 - ], - "recent_economy": 6.73, - "recent_wickets_per_match": 1.0 - }, - "E Bisht": { - "wickets_last5": [ - 3 - ], - "recent_economy": 1.16, - "recent_wickets_per_match": 3.0 - }, - "E Bourgaize": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 8.67, - "recent_wickets_per_match": 0.0 - }, - "E Chance": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.95, - "recent_wickets_per_match": 0.0 - }, - "E Chigumbura": { - "wickets_last5": [ - 0, - 1, - 4, - 0, - 0 - ], - "recent_economy": 2.39, - "recent_wickets_per_match": 1.0 - }, - "E Duffy": { - "wickets_last5": [ - 1, - 2, - 1, - 2, - 0 - ], - "recent_economy": 3.31, - "recent_wickets_per_match": 1.2 - }, - "E Eduard": { - "wickets_last5": [ - 3, - 0 - ], - "recent_economy": 4.86, - "recent_wickets_per_match": 1.5 - }, - "E Ernest": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.96, - "recent_wickets_per_match": 0.6 - }, - "E Frimpong": { - "wickets_last5": [ - 0, - 3, - 0, - 1 - ], - "recent_economy": 3.1, - "recent_wickets_per_match": 1.0 - }, - "E Frosler": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "E Gouge": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.45, - "recent_wickets_per_match": 0.0 - }, - "E Guehoada": { - "wickets_last5": [ - 1, - 4, - 0, - 5, - 1 - ], - "recent_economy": 2.46, - "recent_wickets_per_match": 2.2 - }, - "E Haven": { - "wickets_last5": [ - 3, - 2 - ], - "recent_economy": 4.31, - "recent_wickets_per_match": 2.5 - }, - "E Isaneez": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "E Jabarkhel": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 1 - ], - "recent_economy": 6.32, - "recent_wickets_per_match": 0.8 - }, - "E Kabwere": { - "wickets_last5": [ - 2, - 0, - 1, - 2, - 5 - ], - "recent_economy": 3.81, - "recent_wickets_per_match": 2.0 - }, - "E Kahamker": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.18, - "recent_wickets_per_match": 0.2 - }, - "E Kallous": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 0 - ], - "recent_economy": 4.04, - "recent_wickets_per_match": 0.6 - }, - "E Kamara": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 7.93, - "recent_wickets_per_match": 0.2 - }, - "E Karimi": { - "wickets_last5": [ - 1, - 1, - 2, - 1, - 2 - ], - "recent_economy": 7.01, - "recent_wickets_per_match": 1.4 - }, - "E Konasova": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 2.94, - "recent_wickets_per_match": 0.4 - }, - "E Kubwimana": { - "wickets_last5": [ - 0, - 3, - 0, - 1, - 1 - ], - "recent_economy": 7.98, - "recent_wickets_per_match": 1.0 - }, - "E Kuchey": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.51, - "recent_wickets_per_match": 0.0 - }, - "E Kuncova": { - "wickets_last5": [ - 1, - 2, - 1, - 4, - 0 - ], - "recent_economy": 3.09, - "recent_wickets_per_match": 1.6 - }, - "E Kusuda-Nairn": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 2 - ], - "recent_economy": 3.56, - "recent_wickets_per_match": 0.6 - }, - "E Kuyumcu": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 8.73, - "recent_wickets_per_match": 0.0 - }, - "E Leie": { - "wickets_last5": [ - 0, - 0, - 4, - 0 - ], - "recent_economy": 5.79, - "recent_wickets_per_match": 1.0 - }, - "E Mapisa": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.21, - "recent_wickets_per_match": 1.0 - }, - "E Marx": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 1 - ], - "recent_economy": 4.86, - "recent_wickets_per_match": 0.6 - }, - "E Mathew": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 13.11, - "recent_wickets_per_match": 0.0 - }, - "E Mbofana": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 2 - ], - "recent_economy": 4.95, - "recent_wickets_per_match": 0.8 - }, - "E Millington": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 7.92, - "recent_wickets_per_match": 0.33 - }, - "E Mmese": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 1 - ], - "recent_economy": 2.63, - "recent_wickets_per_match": 0.4 - }, - "E Moiane": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 2.36, - "recent_wickets_per_match": 1.0 - }, - "E Mulenga": { - "wickets_last5": [ - 0, - 1, - 0, - 0 - ], - "recent_economy": 5.54, - "recent_wickets_per_match": 0.25 - }, - "E Ndubudem": { - "wickets_last5": [ - 2, - 1, - 2, - 1, - 2 - ], - "recent_economy": 3.92, - "recent_wickets_per_match": 1.6 - }, - "E Niyomugabo": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 0 - ], - "recent_economy": 8.71, - "recent_wickets_per_match": 0.6 - }, - "E Ochieng": { - "wickets_last5": [ - 3, - 2, - 0, - 1, - 0 - ], - "recent_economy": 6.95, - "recent_wickets_per_match": 1.2 - }, - "E Otieno": { - "wickets_last5": [ - 1, - 4, - 3, - 0, - 2 - ], - "recent_economy": 5.49, - "recent_wickets_per_match": 2.0 - }, - "E Packard": { - "wickets_last5": [ - 2, - 0, - 2, - 1, - 0 - ], - "recent_economy": 6.49, - "recent_wickets_per_match": 1.0 - }, - "E Prokic": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 0 - ], - "recent_economy": 4.91, - "recent_wickets_per_match": 0.6 - }, - "E Richard": { - "wickets_last5": [ - 1, - 2, - 0, - 1, - 0 - ], - "recent_economy": 3.68, - "recent_wickets_per_match": 0.8 - }, - "E Robinson": { - "wickets_last5": [ - 2, - 3, - 2, - 2, - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 2.0 - }, - "E Rukiriza": { - "wickets_last5": [ - 1, - 1, - 1, - 1, - 2 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 1.2 - }, - "E Sagoe": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 9.78, - "recent_wickets_per_match": 0.5 - }, - "E Samson": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 6.38, - "recent_wickets_per_match": 1.5 - }, - "E Schiferli": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 0 - ], - "recent_economy": 4.73, - "recent_wickets_per_match": 0.6 - }, - "E Sebareme": { - "wickets_last5": [ - 1, - 1, - 2, - 0, - 0 - ], - "recent_economy": 8.52, - "recent_wickets_per_match": 0.8 - }, - "E Toguchi-Quinn": { - "wickets_last5": [ - 0, - 1, - 3, - 1, - 5 - ], - "recent_economy": 5.63, - "recent_wickets_per_match": 2.0 - }, - "E Ul Haq": { - "wickets_last5": [ - 0 - ], - "recent_economy": 24.0, - "recent_wickets_per_match": 0.0 - }, - "E Ungerman": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 4.07, - "recent_wickets_per_match": 0.4 - }, - "E Vukusic": { - "wickets_last5": [ - 0, - 1, - 3, - 0 - ], - "recent_economy": 3.15, - "recent_wickets_per_match": 1.0 - }, - "E Wachira": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.8, - "recent_wickets_per_match": 0.0 - }, - "E Waithaka": { - "wickets_last5": [ - 0, - 1, - 0, - 1 - ], - "recent_economy": 5.26, - "recent_wickets_per_match": 0.5 - }, - "E Walker": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 8.19, - "recent_wickets_per_match": 0.33 - }, - "EA Burns": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 4.41, - "recent_wickets_per_match": 0.33 - }, - "EA Osborne": { - "wickets_last5": [ - 5 - ], - "recent_economy": 1.98, - "recent_wickets_per_match": 5.0 - }, - "EA Perry": { - "wickets_last5": [ - 1, - 0, - 1, - 4, - 2 - ], - "recent_economy": 2.99, - "recent_wickets_per_match": 1.6 - }, - "EAJ Richardson": { - "wickets_last5": [ - 0, - 2, - 1, - 1, - 1 - ], - "recent_economy": 5.42, - "recent_wickets_per_match": 1.0 - }, - "EAS Ferrary": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 3 - ], - "recent_economy": 3.43, - "recent_wickets_per_match": 1.2 - }, - "EB Ringera": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 11.04, - "recent_wickets_per_match": 0.33 - }, - "EC Bargna": { - "wickets_last5": [ - 2, - 1, - 0, - 1, - 0 - ], - "recent_economy": 5.79, - "recent_wickets_per_match": 0.8 - }, - "EC Rainsford": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 3 - ], - "recent_economy": 3.92, - "recent_wickets_per_match": 1.0 - }, - "ECB Moore": { - "wickets_last5": [ - 1, - 0, - 0, - 2, - 1 - ], - "recent_economy": 6.48, - "recent_wickets_per_match": 0.8 - }, - "ECM Egodagamage": { - "wickets_last5": [ - 4, - 1 - ], - "recent_economy": 4.23, - "recent_wickets_per_match": 2.5 - }, - "ED Silva": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 1 - ], - "recent_economy": 9.96, - "recent_wickets_per_match": 0.8 - }, - "EE Corder": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.61, - "recent_wickets_per_match": 0.0 - }, - "EF Beard": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.33, - "recent_wickets_per_match": 0.0 - }, - "EF Faalupega": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 2.0 - }, - "EFB Estrada": { - "wickets_last5": [ - 0, - 1, - 3, - 0, - 1 - ], - "recent_economy": 1.42, - "recent_wickets_per_match": 1.0 - }, - "EGS Kana": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.55, - "recent_wickets_per_match": 1.0 - }, - "EH Hutchinson": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 0 - ], - "recent_economy": 3.67, - "recent_wickets_per_match": 0.6 - }, - "EHSN Silva": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.71, - "recent_wickets_per_match": 0.0 - }, - "EJ Carson": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 4.82, - "recent_wickets_per_match": 0.4 - }, - "EJ Tice": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.45, - "recent_wickets_per_match": 0.0 - }, - "EJB Miles": { - "wickets_last5": [ - 2, - 2, - 0 - ], - "recent_economy": 5.75, - "recent_wickets_per_match": 1.33 - }, - "EK Hubbard": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.2 - }, - "EL Arlott": { - "wickets_last5": [ - 0, - 2, - 2, - 2 - ], - "recent_economy": 3.71, - "recent_wickets_per_match": 1.5 - }, - "EL Bartram": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 3 - ], - "recent_economy": 8.25, - "recent_wickets_per_match": 1.2 - }, - "EM Bermingham": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.61, - "recent_wickets_per_match": 0.2 - }, - "EMDY Munaweera": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "EN Lynch": { - "wickets_last5": [ - 2, - 2, - 1, - 0, - 3 - ], - "recent_economy": 3.57, - "recent_wickets_per_match": 1.6 - }, - "EP Thompson": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.23, - "recent_wickets_per_match": 0.0 - }, - "ER Oza": { - "wickets_last5": [ - 2, - 1, - 1, - 2, - 2 - ], - "recent_economy": 3.19, - "recent_wickets_per_match": 1.6 - }, - "ES Grammenou": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 0.0 - }, - "ET Williams": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 1 - ], - "recent_economy": 4.72, - "recent_wickets_per_match": 0.8 - }, - "EU Kejarukua": { - "wickets_last5": [ - 1, - 1, - 0, - 2, - 0 - ], - "recent_economy": 6.34, - "recent_wickets_per_match": 0.8 - }, - "Eashal Ibrahim": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.43, - "recent_wickets_per_match": 0.0 - }, - "Ebadat Hossain": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 5 - ], - "recent_economy": 3.84, - "recent_wickets_per_match": 1.2 - }, - "Ebrahim Naseri": { - "wickets_last5": [ - 1 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 1.0 - }, - "Edward Fleming": { - "wickets_last5": [ - 2, - 1, - 1, - 3, - 3 - ], - "recent_economy": 6.31, - "recent_wickets_per_match": 2.0 - }, - "Edward Taylor": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 5.29, - "recent_wickets_per_match": 1.0 - }, - "Ehsan Adil": { - "wickets_last5": [ - 1, - 2, - 2 - ], - "recent_economy": 3.19, - "recent_wickets_per_match": 1.67 - }, - "Ehsan Khan": { - "wickets_last5": [ - 2, - 2, - 2, - 2, - 3 - ], - "recent_economy": 4.92, - "recent_wickets_per_match": 2.2 - }, - "Ehsan Nawaz": { - "wickets_last5": [ - 1, - 0, - 1, - 4, - 2 - ], - "recent_economy": 5.02, - "recent_wickets_per_match": 1.6 - }, - "Elan Talker": { - "wickets_last5": [ - 0, - 0, - 2, - 1, - 1 - ], - "recent_economy": 6.78, - "recent_wickets_per_match": 0.8 - }, - "Elias Hasan": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 9.38, - "recent_wickets_per_match": 0.4 - }, - "Elias Sunny": { - "wickets_last5": [ - 0, - 2, - 3, - 7 - ], - "recent_economy": 3.6, - "recent_wickets_per_match": 3.0 - }, - "Elias Tilman": { - "wickets_last5": [ - 1, - 0, - 3, - 0, - 0 - ], - "recent_economy": 5.75, - "recent_wickets_per_match": 0.8 - }, - "Elizabeth Annor": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "Ellen Asante": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "Elyza Wall": { - "wickets_last5": [ - 1, - 1, - 0, - 2 - ], - "recent_economy": 6.99, - "recent_wickets_per_match": 1.0 - }, - "Emaan Ejaz": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 9.12, - "recent_wickets_per_match": 0.67 - }, - "Emilia Toro": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.05, - "recent_wickets_per_match": 0.0 - }, - "Emily Merrien": { - "wickets_last5": [ - 3, - 1, - 2 - ], - "recent_economy": 4.43, - "recent_wickets_per_match": 2.0 - }, - "Emily Sirs": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 2.22, - "recent_wickets_per_match": 0.0 - }, - "Emma Patel": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 0 - ], - "recent_economy": 7.41, - "recent_wickets_per_match": 0.6 - }, - "Emmanuella Nyaaba": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.93, - "recent_wickets_per_match": 1.0 - }, - "Emran Shahbakhsh": { - "wickets_last5": [ - 0 - ], - "recent_economy": 13.0, - "recent_wickets_per_match": 0.0 - }, - "Esam Rahman": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 5.18, - "recent_wickets_per_match": 0.2 - }, - "Esperanza Rubio": { - "wickets_last5": [ - 0, - 3 - ], - "recent_economy": 7.46, - "recent_wickets_per_match": 1.5 - }, - "Ethan D'Souza": { - "wickets_last5": [ - 1, - 0, - 0, - 4 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 1.25 - }, - "Eva Somsel Yangzom": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "Ezgi Nur Kilic": { - "wickets_last5": [ - 1, - 3, - 1, - 2, - 3 - ], - "recent_economy": 2.53, - "recent_wickets_per_match": 2.0 - }, - "F Akankwasa": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 7.42, - "recent_wickets_per_match": 0.2 - }, - "F Bangur": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 5.92, - "recent_wickets_per_match": 0.2 - }, - "F Banunaek": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 1 - ], - "recent_economy": 6.34, - "recent_wickets_per_match": 0.6 - }, - "F Behardien": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.14, - "recent_wickets_per_match": 0.0 - }, - "F Chenda": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.36, - "recent_wickets_per_match": 0.0 - }, - "F Chipare": { - "wickets_last5": [ - 1, - 1, - 4, - 0, - 0 - ], - "recent_economy": 3.91, - "recent_wickets_per_match": 1.2 - }, - "F Choudary": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 10.33, - "recent_wickets_per_match": 0.5 - }, - "F Clarke": { - "wickets_last5": [ - 1, - 2, - 0, - 1 - ], - "recent_economy": 5.79, - "recent_wickets_per_match": 1.0 - }, - "F Copley": { - "wickets_last5": [ - 3, - 2, - 2, - 0 - ], - "recent_economy": 2.82, - "recent_wickets_per_match": 1.75 - }, - "F Damiao Couana": { - "wickets_last5": [ - 1, - 1, - 1 - ], - "recent_economy": 5.45, - "recent_wickets_per_match": 1.0 - }, - "F Effiong": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 3.11, - "recent_wickets_per_match": 1.0 - }, - "F Eseigbe": { - "wickets_last5": [ - 1, - 2, - 0, - 4, - 2 - ], - "recent_economy": 5.54, - "recent_wickets_per_match": 1.8 - }, - "F Guirrugo": { - "wickets_last5": [ - 2, - 1, - 0 - ], - "recent_economy": 4.22, - "recent_wickets_per_match": 1.0 - }, - "F Hand": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.84, - "recent_wickets_per_match": 1.0 - }, - "F Irakoze": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "F Khaliq": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.5 - }, - "F Martin": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 2.86, - "recent_wickets_per_match": 0.67 - }, - "F Mutua": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 0 - ], - "recent_economy": 5.04, - "recent_wickets_per_match": 0.4 - }, - "F Najjumba": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 1 - ], - "recent_economy": 5.89, - "recent_wickets_per_match": 0.6 - }, - "F Nsubuga": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 8.13, - "recent_wickets_per_match": 0.2 - }, - "F Odhiambo": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 0 - ], - "recent_economy": 5.09, - "recent_wickets_per_match": 0.6 - }, - "F Overdijk": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 4.09, - "recent_wickets_per_match": 0.4 - }, - "F Pessima": { - "wickets_last5": [ - 2, - 1, - 0, - 1, - 0 - ], - "recent_economy": 3.68, - "recent_wickets_per_match": 0.8 - }, - "F Samanyika": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 5.5, - "recent_wickets_per_match": 0.4 - }, - "F Sisifo": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 5.49, - "recent_wickets_per_match": 0.67 - }, - "F Song": { - "wickets_last5": [ - 1, - 1, - 1, - 3, - 0 - ], - "recent_economy": 4.22, - "recent_wickets_per_match": 1.2 - }, - "F Stoman": { - "wickets_last5": [ - 1, - 2, - 2, - 2, - 1 - ], - "recent_economy": 4.35, - "recent_wickets_per_match": 1.6 - }, - "F Suluoto": { - "wickets_last5": [ - 0 - ], - "recent_economy": 16.0, - "recent_wickets_per_match": 0.0 - }, - "F Tanguy": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 1 - ], - "recent_economy": 4.15, - "recent_wickets_per_match": 0.6 - }, - "F Zirahangaje": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 7.17, - "recent_wickets_per_match": 0.5 - }, - "FA Cossa": { - "wickets_last5": [ - 3, - 3, - 2 - ], - "recent_economy": 3.85, - "recent_wickets_per_match": 2.67 - }, - "FA Sargent": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.4 - }, - "FC Jonas": { - "wickets_last5": [ - 3, - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.15, - "recent_wickets_per_match": 0.8 - }, - "FC Leydon-Davis": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 4.65, - "recent_wickets_per_match": 2.0 - }, - "FC Muniz": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 5.41, - "recent_wickets_per_match": 0.67 - }, - "FDM Devonshire": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "FFZ Nhaduate": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 6.52, - "recent_wickets_per_match": 2.0 - }, - "FG Kemp": { - "wickets_last5": [ - 1, - 2, - 2, - 1 - ], - "recent_economy": 4.99, - "recent_wickets_per_match": 1.5 - }, - "FJ Klaassen": { - "wickets_last5": [ - 0, - 2, - 1, - 1, - 0 - ], - "recent_economy": 5.24, - "recent_wickets_per_match": 0.8 - }, - "FJ Mpegna": { - "wickets_last5": [ - 0 - ], - "recent_economy": 16.62, - "recent_wickets_per_match": 0.0 - }, - "FL Albanjari": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 2.0, - "recent_wickets_per_match": 2.0 - }, - "FL Mackay": { - "wickets_last5": [ - 2, - 4, - 2, - 1, - 0 - ], - "recent_economy": 3.95, - "recent_wickets_per_match": 1.8 - }, - "FL Patel": { - "wickets_last5": [ - 0, - 1, - 2, - 0, - 0 - ], - "recent_economy": 3.59, - "recent_wickets_per_match": 0.6 - }, - "FLV Pula": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.75, - "recent_wickets_per_match": 0.0 - }, - "FN Walsh": { - "wickets_last5": [ - 3, - 2 - ], - "recent_economy": 9.96, - "recent_wickets_per_match": 2.5 - }, - "FO Kibasu": { - "wickets_last5": [ - 1, - 1, - 1, - 3 - ], - "recent_economy": 4.35, - "recent_wickets_per_match": 1.5 - }, - "FR Davies": { - "wickets_last5": [ - 1, - 1, - 3, - 1, - 2 - ], - "recent_economy": 3.89, - "recent_wickets_per_match": 1.6 - }, - "Fahad Tariq": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.67, - "recent_wickets_per_match": 0.0 - }, - "Faheem Ashraf": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 0 - ], - "recent_economy": 3.66, - "recent_wickets_per_match": 0.8 - }, - "Faheem Nazir": { - "wickets_last5": [ - 1, - 2, - 0, - 1, - 0 - ], - "recent_economy": 7.28, - "recent_wickets_per_match": 0.8 - }, - "Fahima Khatun": { - "wickets_last5": [ - 0, - 0, - 2, - 1, - 3 - ], - "recent_economy": 4.23, - "recent_wickets_per_match": 1.2 - }, - "Faisal Khan": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 0 - ], - "recent_economy": 7.81, - "recent_wickets_per_match": 0.4 - }, - "Faisal Raza": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 9.12, - "recent_wickets_per_match": 0.33 - }, - "Faizal Salehji": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.57, - "recent_wickets_per_match": 0.0 - }, - "Faizalmahmed Patel": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 7.43, - "recent_wickets_per_match": 0.5 - }, - "Fakhar Zaman": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.19, - "recent_wickets_per_match": 0.0 - }, - "Fakhrul Mohon": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 1 - ], - "recent_economy": 7.28, - "recent_wickets_per_match": 0.6 - }, - "Fanyan Mughal": { - "wickets_last5": [ - 1, - 1, - 1, - 1, - 0 - ], - "recent_economy": 7.84, - "recent_wickets_per_match": 0.8 - }, - "Faraaz Mehti Abbas": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.2 - }, - "Farhad Reza": { - "wickets_last5": [ - 0, - 2, - 0, - 2, - 1 - ], - "recent_economy": 4.89, - "recent_wickets_per_match": 1.0 - }, - "Farhan Ahmed": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 7.6, - "recent_wickets_per_match": 0.5 - }, - "Farial Zia Safdar": { - "wickets_last5": [ - 2, - 3 - ], - "recent_economy": 2.42, - "recent_wickets_per_match": 2.5 - }, - "Faridullah Shams": { - "wickets_last5": [ - 0, - 3, - 1, - 1 - ], - "recent_economy": 8.56, - "recent_wickets_per_match": 1.25 - }, - "Fariha Trisna": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 4.65, - "recent_wickets_per_match": 0.2 - }, - "Faris Al Balushi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 13.71, - "recent_wickets_per_match": 0.0 - }, - "Farmanullah Ghari": { - "wickets_last5": [ - 0, - 0, - 1, - 3 - ], - "recent_economy": 5.32, - "recent_wickets_per_match": 1.0 - }, - "Farwa Baber": { - "wickets_last5": [ - 0, - 2, - 1 - ], - "recent_economy": 3.06, - "recent_wickets_per_match": 1.0 - }, - "Farzan Afzal": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.26, - "recent_wickets_per_match": 1.0 - }, - "Fathimath Anaal": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.57, - "recent_wickets_per_match": 0.0 - }, - "Fathimath Malha": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.08, - "recent_wickets_per_match": 0.0 - }, - "Fatima Amir": { - "wickets_last5": [ - 0, - 0, - 1, - 0 - ], - "recent_economy": 3.92, - "recent_wickets_per_match": 0.25 - }, - "Fatima Sana": { - "wickets_last5": [ - 3, - 2, - 2, - 2, - 0 - ], - "recent_economy": 5.42, - "recent_wickets_per_match": 1.8 - }, - "Fawad Ahmed": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 7.57, - "recent_wickets_per_match": 1.0 - }, - "Fawad Alam": { - "wickets_last5": [ - 0, - 0, - 2 - ], - "recent_economy": 3.38, - "recent_wickets_per_match": 0.67 - }, - "Fayaz Khan": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 0 - ], - "recent_economy": 10.11, - "recent_wickets_per_match": 0.4 - }, - "Fayaz Mohammad": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.67, - "recent_wickets_per_match": 0.0 - }, - "Fayyaz Ahmed": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.06, - "recent_wickets_per_match": 0.0 - }, - "Fayyaz Butt": { - "wickets_last5": [ - 0, - 2, - 2, - 3, - 1 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 1.6 - }, - "Fazil Muhammad": { - "wickets_last5": [ - 0, - 4, - 0, - 0, - 1 - ], - "recent_economy": 6.55, - "recent_wickets_per_match": 1.0 - }, - "Fazil Rahman": { - "wickets_last5": [ - 4, - 4, - 0, - 2, - 3 - ], - "recent_economy": 6.86, - "recent_wickets_per_match": 2.6 - }, - "Festus Benn": { - "wickets_last5": [ - 1, - 3, - 1, - 0, - 1 - ], - "recent_economy": 6.2, - "recent_wickets_per_match": 1.2 - }, - "Firas Hussain": { - "wickets_last5": [ - 0, - 1, - 2, - 1, - 1 - ], - "recent_economy": 8.52, - "recent_wickets_per_match": 1.0 - }, - "Fitri Sham": { - "wickets_last5": [ - 2, - 0, - 2, - 0, - 0 - ], - "recent_economy": 8.28, - "recent_wickets_per_match": 0.8 - }, - "Fiza": { - "wickets_last5": [ - 2, - 1, - 2, - 1, - 1 - ], - "recent_economy": 4.9, - "recent_wickets_per_match": 1.4 - }, - "Florencia Martinez": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 7.35, - "recent_wickets_per_match": 0.0 - }, - "Francesca Galan": { - "wickets_last5": [ - 1 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 1.0 - }, - "Franz Bur": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 7.58, - "recent_wickets_per_match": 1.0 - }, - "Furkan Tuskan": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 6.21, - "recent_wickets_per_match": 0.5 - }, - "G Axtell": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 5.45, - "recent_wickets_per_match": 0.5 - }, - "G Ayan": { - "wickets_last5": [ - 2, - 0, - 1, - 1, - 1 - ], - "recent_economy": 3.43, - "recent_wickets_per_match": 1.0 - }, - "G Bakiweyem": { - "wickets_last5": [ - 0, - 3, - 1, - 1, - 0 - ], - "recent_economy": 4.3, - "recent_wickets_per_match": 1.0 - }, - "G Bruno": { - "wickets_last5": [ - 2 - ], - "recent_economy": 7.78, - "recent_wickets_per_match": 2.0 - }, - "G Burrows": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 7.67, - "recent_wickets_per_match": 1.0 - }, - "G Candiru": { - "wickets_last5": [ - 3, - 2, - 1, - 4, - 5 - ], - "recent_economy": 4.06, - "recent_wickets_per_match": 3.0 - }, - "G Cengiz": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 1 - ], - "recent_economy": 4.41, - "recent_wickets_per_match": 0.6 - }, - "G Chilia": { - "wickets_last5": [ - 0, - 0, - 2, - 0 - ], - "recent_economy": 4.55, - "recent_wickets_per_match": 0.5 - }, - "G Chohan": { - "wickets_last5": [ - 0, - 3, - 0, - 0, - 2 - ], - "recent_economy": 5.05, - "recent_wickets_per_match": 1.0 - }, - "G Dempsey": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 5.68, - "recent_wickets_per_match": 0.4 - }, - "G Essoun": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.6, - "recent_wickets_per_match": 1.0 - }, - "G Fatouros": { - "wickets_last5": [ - 0, - 2, - 3 - ], - "recent_economy": 6.1, - "recent_wickets_per_match": 1.67 - }, - "G Fernando": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 9.3, - "recent_wickets_per_match": 0.5 - }, - "G Fontenla": { - "wickets_last5": [ - 1, - 1, - 1 - ], - "recent_economy": 3.06, - "recent_wickets_per_match": 1.0 - }, - "G Ford": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.53, - "recent_wickets_per_match": 0.2 - }, - "G Goudie": { - "wickets_last5": [ - 3 - ], - "recent_economy": 2.57, - "recent_wickets_per_match": 3.0 - }, - "G Ilarionova": { - "wickets_last5": [ - 0, - 1, - 2, - 1, - 0 - ], - "recent_economy": 4.32, - "recent_wickets_per_match": 0.8 - }, - "G Ingabire": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 1.0 - }, - "G Irvin": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.2, - "recent_wickets_per_match": 0.0 - }, - "G Ishimwe": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 2 - ], - "recent_economy": 3.77, - "recent_wickets_per_match": 0.6 - }, - "G Jafta": { - "wickets_last5": [ - 1, - 1, - 2 - ], - "recent_economy": 4.26, - "recent_wickets_per_match": 1.33 - }, - "G Johnson": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 7.42, - "recent_wickets_per_match": 0.0 - }, - "G Kansonkho": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 10.33, - "recent_wickets_per_match": 0.33 - }, - "G Kodali": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 5 - ], - "recent_economy": 5.04, - "recent_wickets_per_match": 1.2 - }, - "G Kuthalingham": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.62, - "recent_wickets_per_match": 0.5 - }, - "G Madanayake": { - "wickets_last5": [ - 1, - 0, - 1, - 3, - 0 - ], - "recent_economy": 3.15, - "recent_wickets_per_match": 1.0 - }, - "G Mallett": { - "wickets_last5": [ - 2, - 3, - 1, - 2, - 4 - ], - "recent_economy": 4.08, - "recent_wickets_per_match": 2.4 - }, - "G Matome": { - "wickets_last5": [ - 2, - 1, - 0, - 1, - 2 - ], - "recent_economy": 3.16, - "recent_wickets_per_match": 1.2 - }, - "G Mckeon": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 7.89, - "recent_wickets_per_match": 0.2 - }, - "G Morales": { - "wickets_last5": [ - 2, - 0, - 2 - ], - "recent_economy": 2.05, - "recent_wickets_per_match": 1.33 - }, - "G Motie": { - "wickets_last5": [ - 5, - 3, - 3, - 0, - 1 - ], - "recent_economy": 3.49, - "recent_wickets_per_match": 2.4 - }, - "G Mubiru": { - "wickets_last5": [ - 2, - 0, - 2 - ], - "recent_economy": 5.33, - "recent_wickets_per_match": 1.33 - }, - "G Mugwaneza": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.6, - "recent_wickets_per_match": 1.0 - }, - "G Newton": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 6.23, - "recent_wickets_per_match": 0.33 - }, - "G Ngegba": { - "wickets_last5": [ - 4, - 0, - 1, - 2, - 6 - ], - "recent_economy": 4.85, - "recent_wickets_per_match": 2.6 - }, - "G Obukor": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 3.91, - "recent_wickets_per_match": 0.0 - }, - "G Oliveira": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 2 - ], - "recent_economy": 8.18, - "recent_wickets_per_match": 0.8 - }, - "G Quaicoe": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 6.13, - "recent_wickets_per_match": 1.5 - }, - "G Ribeiro": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 5.1, - "recent_wickets_per_match": 0.33 - }, - "G Richardson": { - "wickets_last5": [ - 0, - 1, - 2, - 1 - ], - "recent_economy": 6.8, - "recent_wickets_per_match": 1.0 - }, - "G Sesay": { - "wickets_last5": [ - 3, - 1, - 1, - 2, - 0 - ], - "recent_economy": 2.24, - "recent_wickets_per_match": 1.4 - }, - "G Setshwane": { - "wickets_last5": [ - 3, - 1, - 0, - 3, - 1 - ], - "recent_economy": 3.54, - "recent_wickets_per_match": 1.6 - }, - "G Shukla": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 1 - ], - "recent_economy": 4.83, - "recent_wickets_per_match": 0.4 - }, - "G Singh": { - "wickets_last5": [ - 0, - 4, - 0, - 1, - 1 - ], - "recent_economy": 5.04, - "recent_wickets_per_match": 1.2 - }, - "G Stewart": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 3 - ], - "recent_economy": 9.21, - "recent_wickets_per_match": 1.2 - }, - "G Sultana": { - "wickets_last5": [ - 0, - 2, - 2, - 0, - 3 - ], - "recent_economy": 4.73, - "recent_wickets_per_match": 1.4 - }, - "G Toka": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 3 - ], - "recent_economy": 6.29, - "recent_wickets_per_match": 0.6 - }, - "G Urjindulam": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.43, - "recent_wickets_per_match": 0.0 - }, - "G Venkateswaran": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 2 - ], - "recent_economy": 10.74, - "recent_wickets_per_match": 0.8 - }, - "G Voll": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "G Wareham": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.64, - "recent_wickets_per_match": 1.0 - }, - "G Wetherall": { - "wickets_last5": [ - 1, - 2, - 2, - 5, - 2 - ], - "recent_economy": 4.39, - "recent_wickets_per_match": 2.4 - }, - "G Wijekoon": { - "wickets_last5": [ - 0, - 2, - 2 - ], - "recent_economy": 8.21, - "recent_wickets_per_match": 1.33 - }, - "GA Elwiss": { - "wickets_last5": [ - 0, - 0, - 1, - 0 - ], - "recent_economy": 3.09, - "recent_wickets_per_match": 0.25 - }, - "GA Lamb": { - "wickets_last5": [ - 3 - ], - "recent_economy": 4.41, - "recent_wickets_per_match": 3.0 - }, - "GA Priandana": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 8.06, - "recent_wickets_per_match": 0.4 - }, - "GA Rogers": { - "wickets_last5": [ - 3, - 0, - 1, - 1 - ], - "recent_economy": 5.3, - "recent_wickets_per_match": 1.25 - }, - "GA Stuurman": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.22, - "recent_wickets_per_match": 1.0 - }, - "GB Brent": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 4.43, - "recent_wickets_per_match": 0.4 - }, - "GBK Roland": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 12.51, - "recent_wickets_per_match": 0.0 - }, - "GC Galanis": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 0 - ], - "recent_economy": 5.64, - "recent_wickets_per_match": 0.8 - }, - "GC Murtaza": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 1 - ], - "recent_economy": 7.58, - "recent_wickets_per_match": 0.6 - }, - "GC Smith": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.09, - "recent_wickets_per_match": 0.0 - }, - "GC Tonge": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.51, - "recent_wickets_per_match": 1.0 - }, - "GD Arta": { - "wickets_last5": [ - 0, - 1, - 4, - 0 - ], - "recent_economy": 4.55, - "recent_wickets_per_match": 1.25 - }, - "GD Drummond": { - "wickets_last5": [ - 0, - 1, - 1, - 0 - ], - "recent_economy": 4.64, - "recent_wickets_per_match": 0.5 - }, - "GD Elliott": { - "wickets_last5": [ - 2, - 0, - 1, - 1 - ], - "recent_economy": 2.98, - "recent_wickets_per_match": 1.0 - }, - "GDR Eranga": { - "wickets_last5": [ - 3, - 1, - 3 - ], - "recent_economy": 1.73, - "recent_wickets_per_match": 2.33 - }, - "GE Mathurin": { - "wickets_last5": [ - 0, - 4, - 2, - 0, - 2 - ], - "recent_economy": 7.24, - "recent_wickets_per_match": 1.6 - }, - "GEF Barnett": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.57, - "recent_wickets_per_match": 0.0 - }, - "GEM Brealey": { - "wickets_last5": [ - 0, - 0, - 1, - 0 - ], - "recent_economy": 2.81, - "recent_wickets_per_match": 0.25 - }, - "GES Sullivan": { - "wickets_last5": [ - 3, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.04, - "recent_wickets_per_match": 0.6 - }, - "GF Cardos": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "GG Alta": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 0 - ], - "recent_economy": 10.57, - "recent_wickets_per_match": 0.6 - }, - "GG Banner": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 7.05, - "recent_wickets_per_match": 1.5 - }, - "GH Dockrell": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.21, - "recent_wickets_per_match": 1.0 - }, - "GH Lewis": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 6.52, - "recent_wickets_per_match": 0.2 - }, - "GH O'Brien": { - "wickets_last5": [ - 3 - ], - "recent_economy": 2.81, - "recent_wickets_per_match": 3.0 - }, - "GH Worker": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "GI Gokoel": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 9.6, - "recent_wickets_per_match": 0.0 - }, - "GI Hume": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 4.18, - "recent_wickets_per_match": 0.67 - }, - "GI Maiden": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 1.0 - }, - "GJ Batty": { - "wickets_last5": [ - 0, - 4, - 1, - 2, - 1 - ], - "recent_economy": 3.39, - "recent_wickets_per_match": 1.6 - }, - "GJ Delany": { - "wickets_last5": [ - 1, - 0, - 0, - 2, - 0 - ], - "recent_economy": 5.78, - "recent_wickets_per_match": 0.6 - }, - "GJ McCarter": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.75, - "recent_wickets_per_match": 0.0 - }, - "GJ Snyman": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "GJ van Rensburg": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 7.23, - "recent_wickets_per_match": 0.4 - }, - "GJP Kruger": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 4.88, - "recent_wickets_per_match": 0.67 - }, - "GK Berg": { - "wickets_last5": [ - 4, - 0, - 0, - 3, - 2 - ], - "recent_economy": 5.24, - "recent_wickets_per_match": 1.8 - }, - "GK Diviya": { - "wickets_last5": [ - 1, - 1, - 1 - ], - "recent_economy": 4.74, - "recent_wickets_per_match": 1.0 - }, - "GK Ghalley": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.67, - "recent_wickets_per_match": 0.0 - }, - "GL Adams": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.03, - "recent_wickets_per_match": 0.0 - }, - "GM Harris": { - "wickets_last5": [ - 1, - 4, - 0, - 1, - 3 - ], - "recent_economy": 3.75, - "recent_wickets_per_match": 1.8 - }, - "GM Muthui": { - "wickets_last5": [ - 5, - 1, - 3, - 0, - 5 - ], - "recent_economy": 1.91, - "recent_wickets_per_match": 2.8 - }, - "GM Ntambalika": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 3 - ], - "recent_economy": 6.49, - "recent_wickets_per_match": 1.0 - }, - "GMK Jayaweera": { - "wickets_last5": [ - 4, - 0, - 0 - ], - "recent_economy": 8.86, - "recent_wickets_per_match": 1.33 - }, - "GP Meade": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 1 - ], - "recent_economy": 6.6, - "recent_wickets_per_match": 0.4 - }, - "GP Swann": { - "wickets_last5": [ - 3, - 2, - 2, - 3, - 4 - ], - "recent_economy": 3.65, - "recent_wickets_per_match": 2.8 - }, - "GP Tom": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 0 - ], - "recent_economy": 3.55, - "recent_wickets_per_match": 0.6 - }, - "GR Russ": { - "wickets_last5": [ - 0, - 2, - 1, - 2, - 3 - ], - "recent_economy": 5.23, - "recent_wickets_per_match": 1.6 - }, - "GRD Munasinghe": { - "wickets_last5": [ - 2, - 2, - 0, - 2, - 2 - ], - "recent_economy": 6.21, - "recent_wickets_per_match": 1.6 - }, - "GS Sequeira": { - "wickets_last5": [ - 2, - 2, - 3 - ], - "recent_economy": 3.81, - "recent_wickets_per_match": 2.33 - }, - "GSNFG Jayasuriya": { - "wickets_last5": [ - 2, - 2, - 2, - 0, - 0 - ], - "recent_economy": 10.36, - "recent_wickets_per_match": 1.2 - }, - "GT Main": { - "wickets_last5": [ - 3, - 1, - 2, - 2, - 2 - ], - "recent_economy": 5.25, - "recent_wickets_per_match": 2.0 - }, - "GT Taylor": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 1 - ], - "recent_economy": 8.05, - "recent_wickets_per_match": 0.8 - }, - "GW Aldridge": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.87, - "recent_wickets_per_match": 0.5 - }, - "Gaba Frank": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 1.0 - }, - "Gabor Torok": { - "wickets_last5": [ - 0 - ], - "recent_economy": 15.0, - "recent_wickets_per_match": 0.0 - }, - "Gargi Arya": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.25, - "recent_wickets_per_match": 1.0 - }, - "Garret Banner": { - "wickets_last5": [ - 1, - 1, - 2, - 0, - 2 - ], - "recent_economy": 5.53, - "recent_wickets_per_match": 1.2 - }, - "Gaurav Mishra": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 0 - ], - "recent_economy": 5.8, - "recent_wickets_per_match": 0.6 - }, - "Gaurav Tiwari": { - "wickets_last5": [ - 2, - 0, - 0, - 1, - 3 - ], - "recent_economy": 6.52, - "recent_wickets_per_match": 1.2 - }, - "Gayan Munaweera": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 8.35, - "recent_wickets_per_match": 0.33 - }, - "Geovanis Uwase": { - "wickets_last5": [ - 0, - 0, - 2, - 3, - 0 - ], - "recent_economy": 5.6, - "recent_wickets_per_match": 1.0 - }, - "Ghayour Ahmad": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.16, - "recent_wickets_per_match": 0.0 - }, - "Ghulam Abbas Butt": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 6.96, - "recent_wickets_per_match": 0.4 - }, - "Ghulam Ahmadi": { - "wickets_last5": [ - 1, - 1, - 2, - 0, - 0 - ], - "recent_economy": 6.6, - "recent_wickets_per_match": 0.8 - }, - "Ghulam Fatima": { - "wickets_last5": [ - 2, - 4, - 0, - 0, - 5 - ], - "recent_economy": 5.32, - "recent_wickets_per_match": 2.2 - }, - "Gong Yuting": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 4.61, - "recent_wickets_per_match": 0.2 - }, - "Guido Angeletti": { - "wickets_last5": [ - 0, - 1, - 1, - 2, - 3 - ], - "recent_economy": 4.88, - "recent_wickets_per_match": 1.4 - }, - "Guillermo Aburto": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.14, - "recent_wickets_per_match": 0.5 - }, - "Gulsan Jha": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 5 - ], - "recent_economy": 4.59, - "recent_wickets_per_match": 1.6 - }, - "Gurdeep Singh": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 1.0 - }, - "Gurpratap Singh": { - "wickets_last5": [ - 5, - 2, - 2, - 3, - 0 - ], - "recent_economy": 5.08, - "recent_wickets_per_match": 2.4 - }, - "Gurpreet Singh": { - "wickets_last5": [ - 3, - 1, - 1, - 0, - 1 - ], - "recent_economy": 7.61, - "recent_wickets_per_match": 1.2 - }, - "H Agarwal": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 1 - ], - "recent_economy": 4.68, - "recent_wickets_per_match": 0.8 - }, - "H Aggarwal": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 6.86, - "recent_wickets_per_match": 1.5 - }, - "H Beresford-Peirse": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 9.05, - "recent_wickets_per_match": 0.67 - }, - "H Bharadwaj": { - "wickets_last5": [ - 0, - 1, - 1, - 4, - 2 - ], - "recent_economy": 5.11, - "recent_wickets_per_match": 1.6 - }, - "H Carlyon": { - "wickets_last5": [ - 0, - 0, - 2, - 0 - ], - "recent_economy": 4.39, - "recent_wickets_per_match": 0.5 - }, - "H Celik": { - "wickets_last5": [ - 1, - 4, - 3, - 0, - 0 - ], - "recent_economy": 3.86, - "recent_wickets_per_match": 1.6 - }, - "H Chamto": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.53, - "recent_wickets_per_match": 0.2 - }, - "H Dandapani": { - "wickets_last5": [ - 3, - 1, - 0, - 2 - ], - "recent_economy": 4.84, - "recent_wickets_per_match": 1.5 - }, - "H Dassanayake": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 2.87, - "recent_wickets_per_match": 0.0 - }, - "H Davids": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 4.62, - "recent_wickets_per_match": 0.5 - }, - "H Deol": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 0 - ], - "recent_economy": 5.36, - "recent_wickets_per_match": 0.4 - }, - "H Deshan": { - "wickets_last5": [ - 0, - 1, - 1, - 2, - 0 - ], - "recent_economy": 6.57, - "recent_wickets_per_match": 0.8 - }, - "H Dhami": { - "wickets_last5": [ - 3 - ], - "recent_economy": 5.41, - "recent_wickets_per_match": 3.0 - }, - "H Dhavina": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.48, - "recent_wickets_per_match": 0.0 - }, - "H Doriga": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "H Elder": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 4.33, - "recent_wickets_per_match": 0.5 - }, - "H Eulenkamp": { - "wickets_last5": [ - 3, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.5 - }, - "H Fennell": { - "wickets_last5": [ - 2, - 1, - 0, - 2, - 3 - ], - "recent_economy": 5.53, - "recent_wickets_per_match": 1.6 - }, - "H Gori": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.85, - "recent_wickets_per_match": 1.0 - }, - "H Goto": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.33, - "recent_wickets_per_match": 0.0 - }, - "H Graham": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.62, - "recent_wickets_per_match": 1.0 - }, - "H Hiri": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 1 - ], - "recent_economy": 5.79, - "recent_wickets_per_match": 0.6 - }, - "H Hotchandani": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 4.7, - "recent_wickets_per_match": 0.0 - }, - "H Ishimwe": { - "wickets_last5": [ - 2, - 2, - 2, - 4, - 0 - ], - "recent_economy": 5.71, - "recent_wickets_per_match": 2.0 - }, - "H Ivanov": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.62, - "recent_wickets_per_match": 0.0 - }, - "H Karunaratne": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 5.66, - "recent_wickets_per_match": 0.4 - }, - "H Kaur": { - "wickets_last5": [ - 1, - 2, - 0, - 0 - ], - "recent_economy": 3.33, - "recent_wickets_per_match": 0.75 - }, - "H Kaushik": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.82, - "recent_wickets_per_match": 0.0 - }, - "H Khogiyani": { - "wickets_last5": [ - 0, - 1, - 2, - 1, - 1 - ], - "recent_economy": 7.61, - "recent_wickets_per_match": 1.0 - }, - "H Khuttan": { - "wickets_last5": [ - 0, - 2, - 3, - 0, - 0 - ], - "recent_economy": 6.63, - "recent_wickets_per_match": 1.0 - }, - "H Klaasen": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.6, - "recent_wickets_per_match": 0.0 - }, - "H Klazinge": { - "wickets_last5": [ - 0, - 0, - 4, - 3, - 1 - ], - "recent_economy": 5.16, - "recent_wickets_per_match": 1.6 - }, - "H Lakov": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 0 - ], - "recent_economy": 10.03, - "recent_wickets_per_match": 0.6 - }, - "H Leko": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 1 - ], - "recent_economy": 3.15, - "recent_wickets_per_match": 0.8 - }, - "H Lin Aung": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.84, - "recent_wickets_per_match": 0.0 - }, - "H Lin Oo": { - "wickets_last5": [ - 0, - 0, - 4, - 1, - 3 - ], - "recent_economy": 5.85, - "recent_wickets_per_match": 1.6 - }, - "H Little": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 3.91, - "recent_wickets_per_match": 0.0 - }, - "H Masakadza": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 1 - ], - "recent_economy": 2.87, - "recent_wickets_per_match": 0.6 - }, - "H Mbam": { - "wickets_last5": [ - 1, - 1, - 3, - 3 - ], - "recent_economy": 4.89, - "recent_wickets_per_match": 2.0 - }, - "H Mumford": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 0 - ], - "recent_economy": 3.48, - "recent_wickets_per_match": 0.4 - }, - "H Nguyen": { - "wickets_last5": [ - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.46, - "recent_wickets_per_match": 0.25 - }, - "H Osinde": { - "wickets_last5": [ - 2, - 1, - 0, - 4, - 1 - ], - "recent_economy": 3.98, - "recent_wickets_per_match": 1.6 - }, - "H Patel": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 1 - ], - "recent_economy": 5.38, - "recent_wickets_per_match": 0.4 - }, - "H Pattenden": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 8.09, - "recent_wickets_per_match": 0.33 - }, - "H Pieterse": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.67, - "recent_wickets_per_match": 1.0 - }, - "H Rashid": { - "wickets_last5": [ - 0, - 1, - 2 - ], - "recent_economy": 6.48, - "recent_wickets_per_match": 1.0 - }, - "H Rathod": { - "wickets_last5": [ - 2, - 3, - 2, - 2, - 0 - ], - "recent_economy": 5.9, - "recent_wickets_per_match": 1.8 - }, - "H Roy": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 3.13, - "recent_wickets_per_match": 2.0 - }, - "H Satheedevi": { - "wickets_last5": [ - 1, - 2, - 1, - 0, - 2 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.2 - }, - "H Sawaneh": { - "wickets_last5": [ - 0, - 0, - 2 - ], - "recent_economy": 5.45, - "recent_wickets_per_match": 0.67 - }, - "H Shreya": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.53, - "recent_wickets_per_match": 0.0 - }, - "H Sin Yee": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.24, - "recent_wickets_per_match": 0.0 - }, - "H Singh": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 10.32, - "recent_wickets_per_match": 0.33 - }, - "H Ssenyondo": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 0 - ], - "recent_economy": 7.66, - "recent_wickets_per_match": 0.6 - }, - "H Thaker": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 0 - ], - "recent_economy": 4.71, - "recent_wickets_per_match": 0.4 - }, - "H Venkataram": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 0 - ], - "recent_economy": 6.22, - "recent_wickets_per_match": 0.4 - }, - "H Virdee": { - "wickets_last5": [ - 1 - ], - "recent_economy": 13.0, - "recent_wickets_per_match": 1.0 - }, - "HA Chohan": { - "wickets_last5": [ - 2, - 2, - 2, - 2, - 1 - ], - "recent_economy": 4.21, - "recent_wickets_per_match": 1.8 - }, - "HA Daluwatta": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.35, - "recent_wickets_per_match": 0.0 - }, - "HA Varaiya": { - "wickets_last5": [ - 1, - 1, - 1, - 3, - 1 - ], - "recent_economy": 4.23, - "recent_wickets_per_match": 1.4 - }, - "HAG Madhushanka": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "HAM Samuddika": { - "wickets_last5": [ - 1, - 0, - 0, - 2, - 1 - ], - "recent_economy": 3.6, - "recent_wickets_per_match": 0.8 - }, - "HAM Shah": { - "wickets_last5": [ - 2, - 0, - 3, - 0, - 0 - ], - "recent_economy": 5.51, - "recent_wickets_per_match": 1.0 - }, - "HASD Siriwardene": { - "wickets_last5": [ - 0, - 2, - 1, - 2, - 0 - ], - "recent_economy": 5.49, - "recent_wickets_per_match": 1.0 - }, - "HB Dickson": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 1 - ], - "recent_economy": 4.73, - "recent_wickets_per_match": 0.8 - }, - "HB Shipley": { - "wickets_last5": [ - 3, - 0, - 1, - 3, - 5 - ], - "recent_economy": 4.65, - "recent_wickets_per_match": 2.4 - }, - "HC Knight": { - "wickets_last5": [ - 0, - 0, - 3, - 2, - 0 - ], - "recent_economy": 2.33, - "recent_wickets_per_match": 1.0 - }, - "HC Overdijk": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.62, - "recent_wickets_per_match": 1.0 - }, - "HDJ Siegers": { - "wickets_last5": [ - 1, - 3, - 1, - 0, - 1 - ], - "recent_economy": 4.81, - "recent_wickets_per_match": 1.2 - }, - "HER Tyler": { - "wickets_last5": [ - 1, - 2, - 1 - ], - "recent_economy": 6.83, - "recent_wickets_per_match": 1.33 - }, - "HH Aung": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 4.32, - "recent_wickets_per_match": 0.4 - }, - "HHC Gunaratne": { - "wickets_last5": [ - 5, - 2, - 1, - 0 - ], - "recent_economy": 4.68, - "recent_wickets_per_match": 2.0 - }, - "HJ Darlington": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 4.64, - "recent_wickets_per_match": 1.0 - }, - "HJ Manenti": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.2 - }, - "HJ Thomas": { - "wickets_last5": [ - 3, - 1, - 4, - 2, - 0 - ], - "recent_economy": 3.1, - "recent_wickets_per_match": 2.0 - }, - "HK Bennett": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.03, - "recent_wickets_per_match": 0.0 - }, - "HK Kukreja": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.5 - }, - "HK Matthews": { - "wickets_last5": [ - 2, - 3, - 0, - 3, - 1 - ], - "recent_economy": 4.38, - "recent_wickets_per_match": 1.8 - }, - "HL Colvin": { - "wickets_last5": [ - 0, - 3, - 3 - ], - "recent_economy": 3.04, - "recent_wickets_per_match": 2.0 - }, - "HL Ferling": { - "wickets_last5": [ - 0, - 3 - ], - "recent_economy": 2.63, - "recent_wickets_per_match": 1.5 - }, - "HL Harji": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 2 - ], - "recent_economy": 7.69, - "recent_wickets_per_match": 0.6 - }, - "HL Tau": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.26, - "recent_wickets_per_match": 0.0 - }, - "HM Omary": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.5, - "recent_wickets_per_match": 0.0 - }, - "HM Rowe": { - "wickets_last5": [ - 4, - 0, - 2, - 2, - 0 - ], - "recent_economy": 3.96, - "recent_wickets_per_match": 1.6 - }, - "HMCM Bandara": { - "wickets_last5": [ - 0, - 3, - 4, - 5 - ], - "recent_economy": 3.37, - "recent_wickets_per_match": 3.0 - }, - "HMD Rasangika": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "HMHE Parsons": { - "wickets_last5": [ - 0, - 7, - 0, - 0, - 1 - ], - "recent_economy": 9.18, - "recent_wickets_per_match": 1.6 - }, - "HMRKB Herath": { - "wickets_last5": [ - 3, - 7, - 5, - 3, - 4 - ], - "recent_economy": 2.68, - "recent_wickets_per_match": 4.4 - }, - "HN Ya France": { - "wickets_last5": [ - 3, - 1, - 0, - 1, - 0 - ], - "recent_economy": 3.62, - "recent_wickets_per_match": 1.0 - }, - "HNK Jensen": { - "wickets_last5": [ - 2, - 0, - 2, - 1, - 1 - ], - "recent_economy": 4.41, - "recent_wickets_per_match": 1.2 - }, - "HR Huddleston": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 0.6 - }, - "HR Walsh": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 0 - ], - "recent_economy": 7.08, - "recent_wickets_per_match": 0.4 - }, - "HRA Rainey": { - "wickets_last5": [ - 1, - 0, - 1, - 5, - 0 - ], - "recent_economy": 5.29, - "recent_wickets_per_match": 1.4 - }, - "HS Baidwan": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 2 - ], - "recent_economy": 5.19, - "recent_wickets_per_match": 0.8 - }, - "HS Bedi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "HT Tector": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.73, - "recent_wickets_per_match": 0.4 - }, - "HV Mandhyan": { - "wickets_last5": [ - 1 - ], - "recent_economy": 8.16, - "recent_wickets_per_match": 1.0 - }, - "HWA Landheer": { - "wickets_last5": [ - 1, - 1, - 1, - 4, - 0 - ], - "recent_economy": 2.93, - "recent_wickets_per_match": 1.4 - }, - "Habib Khan": { - "wickets_last5": [ - 1, - 1, - 2, - 1, - 2 - ], - "recent_economy": 8.35, - "recent_wickets_per_match": 1.4 - }, - "Habiba Islam": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.31, - "recent_wickets_per_match": 0.0 - }, - "Hadia Siddiqui": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 0 - ], - "recent_economy": 4.14, - "recent_wickets_per_match": 0.6 - }, - "Hadisullah Tarakhel": { - "wickets_last5": [ - 1, - 1, - 1 - ], - "recent_economy": 9.84, - "recent_wickets_per_match": 1.0 - }, - "Haider Ali": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 2 - ], - "recent_economy": 4.16, - "recent_wickets_per_match": 1.0 - }, - "Haider Butt": { - "wickets_last5": [ - 1, - 0, - 3, - 3, - 0 - ], - "recent_economy": 9.85, - "recent_wickets_per_match": 1.4 - }, - "Hailey Wong": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.5, - "recent_wickets_per_match": 0.0 - }, - "Hala Azmat": { - "wickets_last5": [ - 4, - 0, - 0, - 0 - ], - "recent_economy": 5.23, - "recent_wickets_per_match": 1.0 - }, - "Haliam Kwon": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.25, - "recent_wickets_per_match": 0.0 - }, - "Hamid Mahmood": { - "wickets_last5": [ - 0, - 2, - 0, - 2, - 1 - ], - "recent_economy": 5.17, - "recent_wickets_per_match": 1.0 - }, - "Hamid Safi": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 0 - ], - "recent_economy": 10.43, - "recent_wickets_per_match": 0.6 - }, - "Hammadullah Shinwari": { - "wickets_last5": [ - 1, - 0, - 0, - 4, - 6 - ], - "recent_economy": 5.14, - "recent_wickets_per_match": 2.2 - }, - "Hamza Dar": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 6.58, - "recent_wickets_per_match": 0.2 - }, - "Hamza Khan": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 10.5, - "recent_wickets_per_match": 0.0 - }, - "Hamza Tahir": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.58, - "recent_wickets_per_match": 0.0 - }, - "Han Lili": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 0 - ], - "recent_economy": 4.24, - "recent_wickets_per_match": 0.6 - }, - "Hardeep Singh": { - "wickets_last5": [ - 2, - 1, - 0, - 0 - ], - "recent_economy": 7.88, - "recent_wickets_per_match": 0.75 - }, - "Haris Karim": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 12.48, - "recent_wickets_per_match": 0.5 - }, - "Haris Rauf": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.85, - "recent_wickets_per_match": 1.0 - }, - "Haroon Arshad": { - "wickets_last5": [ - 2, - 1, - 4, - 1, - 0 - ], - "recent_economy": 7.06, - "recent_wickets_per_match": 1.6 - }, - "Haroon Shahid": { - "wickets_last5": [ - 1, - 1, - 1 - ], - "recent_economy": 5.8, - "recent_wickets_per_match": 1.0 - }, - "Harprit Singh": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 9.79, - "recent_wickets_per_match": 0.5 - }, - "Harry Johnson": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 1 - ], - "recent_economy": 8.02, - "recent_wickets_per_match": 0.6 - }, - "Hasan Ali": { - "wickets_last5": [ - 4, - 4, - 0, - 0, - 2 - ], - "recent_economy": 2.97, - "recent_wickets_per_match": 2.0 - }, - "Hasan Cakir": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.43, - "recent_wickets_per_match": 1.0 - }, - "Hasan Mahmud": { - "wickets_last5": [ - 0, - 2, - 3, - 0, - 1 - ], - "recent_economy": 3.38, - "recent_wickets_per_match": 1.2 - }, - "Hasan Murad": { - "wickets_last5": [ - 6, - 6 - ], - "recent_economy": 2.63, - "recent_wickets_per_match": 6.0 - }, - "Haseeb Amjad": { - "wickets_last5": [ - 3, - 2 - ], - "recent_economy": 4.04, - "recent_wickets_per_match": 2.5 - }, - "Hashir Hussain": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.14, - "recent_wickets_per_match": 1.0 - }, - "Hassan Khan Mohammad": { - "wickets_last5": [ - 0, - 2, - 1, - 2, - 2 - ], - "recent_economy": 8.68, - "recent_wickets_per_match": 1.4 - }, - "Hassan Mehmood": { - "wickets_last5": [ - 1, - 0, - 3, - 2 - ], - "recent_economy": 7.38, - "recent_wickets_per_match": 1.5 - }, - "Hassan Nasir": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 4.29, - "recent_wickets_per_match": 0.67 - }, - "Hassnain Shah": { - "wickets_last5": [ - 2, - 0, - 2, - 4, - 3 - ], - "recent_economy": 5.75, - "recent_wickets_per_match": 2.2 - }, - "Hawwa Ifasha": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.5, - "recent_wickets_per_match": 0.0 - }, - "Hawwa Shaaiqa": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.5, - "recent_wickets_per_match": 0.0 - }, - "Hayatullah Niazi": { - "wickets_last5": [ - 0, - 0, - 3 - ], - "recent_economy": 3.5, - "recent_wickets_per_match": 1.0 - }, - "Hazrat Luqman": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 9.16, - "recent_wickets_per_match": 0.5 - }, - "Heal Theara": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.89, - "recent_wickets_per_match": 0.2 - }, - "Hein Zin Aung": { - "wickets_last5": [ - 0 - ], - "recent_economy": 13.0, - "recent_wickets_per_match": 0.0 - }, - "Hiba Shamshad": { - "wickets_last5": [ - 1, - 0, - 1, - 0 - ], - "recent_economy": 4.41, - "recent_wickets_per_match": 0.5 - }, - "Hilva Noor": { - "wickets_last5": [ - 1, - 3, - 0, - 2, - 1 - ], - "recent_economy": 0.66, - "recent_wickets_per_match": 1.4 - }, - "Hina Hussain": { - "wickets_last5": [ - 3 - ], - "recent_economy": 3.21, - "recent_wickets_per_match": 3.0 - }, - "Hisham Sheikh": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 6.58, - "recent_wickets_per_match": 0.2 - }, - "Hor Siv na": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 2.71, - "recent_wickets_per_match": 0.0 - }, - "Humaira Tasneem": { - "wickets_last5": [ - 1, - 0, - 2, - 0 - ], - "recent_economy": 3.69, - "recent_wickets_per_match": 0.75 - }, - "Humna Bilal": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 8.73, - "recent_wickets_per_match": 1.0 - }, - "Hung Ying Ho": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 0 - ], - "recent_economy": 2.72, - "recent_wickets_per_match": 0.6 - }, - "Hussain Talat": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.75, - "recent_wickets_per_match": 0.0 - }, - "Huzaif Yousuf": { - "wickets_last5": [ - 1, - 0, - 0, - 3, - 0 - ], - "recent_economy": 8.43, - "recent_wickets_per_match": 0.8 - }, - "Huzaifa Mohammed": { - "wickets_last5": [ - 0, - 0, - 1, - 3, - 3 - ], - "recent_economy": 5.86, - "recent_wickets_per_match": 1.4 - }, - "Hwanhee Lee": { - "wickets_last5": [ - 0, - 3, - 1 - ], - "recent_economy": 8.56, - "recent_wickets_per_match": 1.33 - }, - "Hyejin Park": { - "wickets_last5": [ - 0, - 0, - 0, - 2 - ], - "recent_economy": 2.77, - "recent_wickets_per_match": 0.5 - }, - "I Alumo": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 2 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 0.8 - }, - "I Asif": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "I Bardis": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 1.0 - }, - "I Barma": { - "wickets_last5": [ - 1, - 0, - 0, - 2, - 2 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 1.0 - }, - "I Bist": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 3 - ], - "recent_economy": 6.06, - "recent_wickets_per_match": 1.0 - }, - "I Chathurani": { - "wickets_last5": [ - 2, - 3, - 1, - 3, - 0 - ], - "recent_economy": 2.85, - "recent_wickets_per_match": 1.8 - }, - "I Chuma": { - "wickets_last5": [ - 0, - 3, - 0, - 1, - 0 - ], - "recent_economy": 4.18, - "recent_wickets_per_match": 0.8 - }, - "I Danladi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.69, - "recent_wickets_per_match": 0.0 - }, - "I Edwards": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 1 - ], - "recent_economy": 4.41, - "recent_wickets_per_match": 1.0 - }, - "I Elec": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 4 - ], - "recent_economy": 6.75, - "recent_wickets_per_match": 1.2 - }, - "I Goordial-John": { - "wickets_last5": [ - 1, - 3, - 0, - 0, - 1 - ], - "recent_economy": 4.73, - "recent_wickets_per_match": 1.0 - }, - "I Kaia": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.71, - "recent_wickets_per_match": 0.0 - }, - "I Kamara": { - "wickets_last5": [ - 2, - 2, - 1 - ], - "recent_economy": 6.62, - "recent_wickets_per_match": 1.67 - }, - "I Katzarski": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.86, - "recent_wickets_per_match": 0.0 - }, - "I Koroma": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.86, - "recent_wickets_per_match": 0.0 - }, - "I Master": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 9.64, - "recent_wickets_per_match": 0.67 - }, - "I Mugisha": { - "wickets_last5": [ - 1, - 1, - 2, - 0, - 0 - ], - "recent_economy": 8.7, - "recent_wickets_per_match": 0.8 - }, - "I Muhawenimana": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 1 - ], - "recent_economy": 3.32, - "recent_wickets_per_match": 0.4 - }, - "I Muntean": { - "wickets_last5": [ - 2, - 3, - 2, - 0, - 0 - ], - "recent_economy": 3.5, - "recent_wickets_per_match": 1.4 - }, - "I Mustafoev": { - "wickets_last5": [ - 2, - 0, - 1 - ], - "recent_economy": 9.81, - "recent_wickets_per_match": 1.0 - }, - "I Mutoni": { - "wickets_last5": [ - 0, - 0, - 2, - 1, - 1 - ], - "recent_economy": 4.68, - "recent_wickets_per_match": 0.8 - }, - "I Mwebaze": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 5.33, - "recent_wickets_per_match": 0.5 - }, - "I Nakisuuyi": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 1 - ], - "recent_economy": 4.88, - "recent_wickets_per_match": 0.8 - }, - "I Nandakumar": { - "wickets_last5": [ - 4, - 0, - 2 - ], - "recent_economy": 4.47, - "recent_wickets_per_match": 2.0 - }, - "I Nandera": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 3.75, - "recent_wickets_per_match": 1.5 - }, - "I Ntirenganya": { - "wickets_last5": [ - 1, - 4, - 0, - 1, - 0 - ], - "recent_economy": 3.5, - "recent_wickets_per_match": 1.2 - }, - "I Quee": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 2.91, - "recent_wickets_per_match": 2.0 - }, - "I Ranaweera": { - "wickets_last5": [ - 0, - 2, - 1, - 1, - 3 - ], - "recent_economy": 3.36, - "recent_wickets_per_match": 1.4 - }, - "I Rodriguez": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 2.91, - "recent_wickets_per_match": 1.0 - }, - "I Shukla": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 0 - ], - "recent_economy": 4.19, - "recent_wickets_per_match": 0.6 - }, - "I Siriwardanalage": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.8, - "recent_wickets_per_match": 0.0 - }, - "I Stewart": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 0 - ], - "recent_economy": 9.79, - "recent_wickets_per_match": 0.4 - }, - "I Suhun": { - "wickets_last5": [ - 2, - 0, - 0, - 1, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.6 - }, - "I Takahashi": { - "wickets_last5": [ - 2, - 1, - 1, - 2, - 3 - ], - "recent_economy": 3.68, - "recent_wickets_per_match": 1.8 - }, - "I Tchakou": { - "wickets_last5": [ - 2, - 3, - 0, - 0, - 0 - ], - "recent_economy": 4.61, - "recent_wickets_per_match": 1.0 - }, - "I Toua": { - "wickets_last5": [ - 2, - 2, - 1, - 0, - 0 - ], - "recent_economy": 3.04, - "recent_wickets_per_match": 1.0 - }, - "I Uboh": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 2 - ], - "recent_economy": 7.85, - "recent_wickets_per_match": 0.6 - }, - "I Waqavakatoga": { - "wickets_last5": [ - 3, - 1, - 1, - 2, - 2 - ], - "recent_economy": 4.13, - "recent_wickets_per_match": 1.8 - }, - "I Wardlaw": { - "wickets_last5": [ - 1, - 1, - 1, - 3, - 3 - ], - "recent_economy": 6.49, - "recent_wickets_per_match": 1.8 - }, - "I van Zyl": { - "wickets_last5": [ - 1, - 1, - 2, - 0, - 1 - ], - "recent_economy": 3.92, - "recent_wickets_per_match": 1.0 - }, - "I van der Woning": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.44, - "recent_wickets_per_match": 0.4 - }, - "IC Simao": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 3 - ], - "recent_economy": 8.23, - "recent_wickets_per_match": 0.6 - }, - "IDM Latin": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 10.5, - "recent_wickets_per_match": 0.0 - }, - "IDR Bradshaw": { - "wickets_last5": [ - 1, - 1, - 8 - ], - "recent_economy": 2.7, - "recent_wickets_per_match": 3.33 - }, - "IE O'Brien": { - "wickets_last5": [ - 6, - 6, - 3, - 3, - 3 - ], - "recent_economy": 3.56, - "recent_wickets_per_match": 4.2 - }, - "IECM Wong": { - "wickets_last5": [ - 2, - 3 - ], - "recent_economy": 3.9, - "recent_wickets_per_match": 2.5 - }, - "IG Butler": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.01, - "recent_wickets_per_match": 2.0 - }, - "IG Holland": { - "wickets_last5": [ - 2, - 0, - 4, - 4, - 4 - ], - "recent_economy": 8.25, - "recent_wickets_per_match": 2.8 - }, - "IGTP Wiguna": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 1 - ], - "recent_economy": 7.82, - "recent_wickets_per_match": 0.6 - }, - "IGTR Kumara": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 0.0 - }, - "IH Romaine": { - "wickets_last5": [ - 1, - 0, - 0, - 0 - ], - "recent_economy": 6.56, - "recent_wickets_per_match": 0.25 - }, - "IJR Zwilling": { - "wickets_last5": [ - 1, - 1, - 4, - 3, - 2 - ], - "recent_economy": 3.02, - "recent_wickets_per_match": 2.2 - }, - "IK Cheema": { - "wickets_last5": [ - 0, - 0, - 3 - ], - "recent_economy": 2.44, - "recent_wickets_per_match": 1.0 - }, - "IK Gamantika": { - "wickets_last5": [ - 0, - 0, - 2, - 1 - ], - "recent_economy": 7.14, - "recent_wickets_per_match": 0.75 - }, - "IKEG Artawan": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 1 - ], - "recent_economy": 6.63, - "recent_wickets_per_match": 0.6 - }, - "IKO Aboagye": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 5.25, - "recent_wickets_per_match": 2.0 - }, - "IL Parks": { - "wickets_last5": [ - 2 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 2.0 - }, - "IM Vaghela": { - "wickets_last5": [ - 1, - 1, - 0, - 2, - 0 - ], - "recent_economy": 3.84, - "recent_wickets_per_match": 0.8 - }, - "IMHC Joyce": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 4 - ], - "recent_economy": 3.27, - "recent_wickets_per_match": 1.2 - }, - "IO Okpe": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.25, - "recent_wickets_per_match": 0.5 - }, - "IP Swaney": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 14.6, - "recent_wickets_per_match": 0.0 - }, - "IS Mananelage": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 2.77, - "recent_wickets_per_match": 0.5 - }, - "IT Guha": { - "wickets_last5": [ - 4, - 9, - 2 - ], - "recent_economy": 2.19, - "recent_wickets_per_match": 5.0 - }, - "IW Budiarta": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 5.26, - "recent_wickets_per_match": 0.67 - }, - "IY Mckeon": { - "wickets_last5": [ - 0, - 1, - 2 - ], - "recent_economy": 4.29, - "recent_wickets_per_match": 1.0 - }, - "Ian Roberts": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.5, - "recent_wickets_per_match": 0.0 - }, - "Ibrahim Hassan": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 7.22, - "recent_wickets_per_match": 0.2 - }, - "Ibrahim Jabarkhel": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 1 - ], - "recent_economy": 5.38, - "recent_wickets_per_match": 0.8 - }, - "Ibrahim Kursad Dalyan": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 0 - ], - "recent_economy": 8.68, - "recent_wickets_per_match": 0.6 - }, - "Ibrahim Nashath": { - "wickets_last5": [ - 2, - 2, - 0, - 1, - 1 - ], - "recent_economy": 5.08, - "recent_wickets_per_match": 1.2 - }, - "Ibrahim Rahimi": { - "wickets_last5": [ - 0, - 0, - 1, - 0 - ], - "recent_economy": 8.5, - "recent_wickets_per_match": 0.25 - }, - "Ibrahim Rizan": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.5 - }, - "Ibrar Ahmad": { - "wickets_last5": [ - 2, - 0, - 1, - 1, - 0 - ], - "recent_economy": 9.45, - "recent_wickets_per_match": 0.8 - }, - "Iftekar Jaman": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "Iftikhar Ahmed": { - "wickets_last5": [ - 0, - 0, - 0, - 1 - ], - "recent_economy": 4.69, - "recent_wickets_per_match": 0.25 - }, - "Iftikhar Anjum": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.31, - "recent_wickets_per_match": 0.0 - }, - "Iftikhar Kankhel": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 3 - ], - "recent_economy": 9.85, - "recent_wickets_per_match": 0.8 - }, - "Ihsanullah": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.22, - "recent_wickets_per_match": 0.0 - }, - "Ihsanullah Wafa": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.5 - }, - "Ijaz Hussain": { - "wickets_last5": [ - 0, - 3, - 3, - 2, - 2 - ], - "recent_economy": 7.09, - "recent_wickets_per_match": 2.0 - }, - "Ikbal Hossain": { - "wickets_last5": [ - 0, - 0, - 3 - ], - "recent_economy": 4.59, - "recent_wickets_per_match": 1.0 - }, - "Ikramullah Khan": { - "wickets_last5": [ - 3, - 1, - 1, - 2, - 1 - ], - "recent_economy": 6.85, - "recent_wickets_per_match": 1.6 - }, - "Ilenia Sims": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 0 - ], - "recent_economy": 5.78, - "recent_wickets_per_match": 0.6 - }, - "Ilyas Ahmed": { - "wickets_last5": [ - 1, - 0, - 2, - 1, - 0 - ], - "recent_economy": 6.06, - "recent_wickets_per_match": 0.8 - }, - "Ilyas Ataullah": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 4 - ], - "recent_economy": 7.78, - "recent_wickets_per_match": 1.2 - }, - "Ilyas Cetin": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 12.44, - "recent_wickets_per_match": 0.67 - }, - "Imad Wasim": { - "wickets_last5": [ - 2, - 6, - 0, - 0, - 0 - ], - "recent_economy": 6.43, - "recent_wickets_per_match": 1.6 - }, - "Imal Zuwak": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "Imran Ahmed Kaneez": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 2 - ], - "recent_economy": 5.64, - "recent_wickets_per_match": 0.6 - }, - "Imran Ameer": { - "wickets_last5": [ - 1, - 4, - 2, - 0, - 0 - ], - "recent_economy": 8.12, - "recent_wickets_per_match": 1.4 - }, - "Imran Anwar": { - "wickets_last5": [ - 1, - 2, - 1, - 3, - 0 - ], - "recent_economy": 5.6, - "recent_wickets_per_match": 1.4 - }, - "Imran Arif": { - "wickets_last5": [ - 1, - 3, - 3, - 3, - 1 - ], - "recent_economy": 6.05, - "recent_wickets_per_match": 2.2 - }, - "Imran Butt": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 7.96, - "recent_wickets_per_match": 1.5 - }, - "Imran Haider": { - "wickets_last5": [ - 0, - 1, - 1, - 2, - 3 - ], - "recent_economy": 5.45, - "recent_wickets_per_match": 1.4 - }, - "Imran Khan": { - "wickets_last5": [ - 0, - 0, - 4, - 2, - 6 - ], - "recent_economy": 8.55, - "recent_wickets_per_match": 2.4 - }, - "Imran Khan (1)": { - "wickets_last5": [ - 2, - 2, - 2 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 2.0 - }, - "Imran Khan (4)": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.54, - "recent_wickets_per_match": 0.0 - }, - "Imran Yousaf": { - "wickets_last5": [ - 1, - 2, - 0, - 2, - 1 - ], - "recent_economy": 6.51, - "recent_wickets_per_match": 1.2 - }, - "Imtiaz Khan": { - "wickets_last5": [ - 1, - 3, - 1, - 0 - ], - "recent_economy": 8.13, - "recent_wickets_per_match": 1.25 - }, - "Inam-ul-Haq": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 4 - ], - "recent_economy": 5.45, - "recent_wickets_per_match": 1.4 - }, - "Inshaf Farook": { - "wickets_last5": [ - 3, - 2, - 1, - 1, - 0 - ], - "recent_economy": 4.27, - "recent_wickets_per_match": 1.4 - }, - "Iqbal Hossain": { - "wickets_last5": [ - 0, - 3 - ], - "recent_economy": 5.61, - "recent_wickets_per_match": 1.5 - }, - "Iqbal Hussain": { - "wickets_last5": [ - 0, - 0, - 1, - 4, - 2 - ], - "recent_economy": 6.16, - "recent_wickets_per_match": 1.4 - }, - "Iqra Sahar": { - "wickets_last5": [ - 0, - 0, - 1, - 4, - 0 - ], - "recent_economy": 3.95, - "recent_wickets_per_match": 1.0 - }, - "Iram Javed": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 5.47, - "recent_wickets_per_match": 0.33 - }, - "Irfan Ahmed": { - "wickets_last5": [ - 2, - 0, - 2 - ], - "recent_economy": 5.3, - "recent_wickets_per_match": 1.33 - }, - "Irfan Hafejee": { - "wickets_last5": [ - 0, - 2, - 1, - 0 - ], - "recent_economy": 7.65, - "recent_wickets_per_match": 0.75 - }, - "Irfan Ringku": { - "wickets_last5": [ - 3, - 2, - 3, - 1, - 3 - ], - "recent_economy": 5.75, - "recent_wickets_per_match": 2.4 - }, - "Irfan Safi": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 9.63, - "recent_wickets_per_match": 0.2 - }, - "Irfan Sarfraz": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "Irshad Mubbashar": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 0.5 - }, - "Isa Zaroo": { - "wickets_last5": [ - 2, - 1, - 1 - ], - "recent_economy": 9.11, - "recent_wickets_per_match": 1.33 - }, - "Isaiah O'Brien": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.0 - }, - "Ishtiaq Ahmad": { - "wickets_last5": [ - 3, - 2, - 2, - 1, - 2 - ], - "recent_economy": 6.8, - "recent_wickets_per_match": 2.0 - }, - "Ismail Ali": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "Ismaila Tanba": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.5, - "recent_wickets_per_match": 0.0 - }, - "Israr Khan": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.4, - "recent_wickets_per_match": 0.0 - }, - "Itibarshah Deedar": { - "wickets_last5": [ - 2, - 0, - 0, - 1, - 0 - ], - "recent_economy": 6.06, - "recent_wickets_per_match": 0.6 - }, - "Izatullah Dawlatzai": { - "wickets_last5": [ - 0, - 1, - 0, - 2 - ], - "recent_economy": 3.07, - "recent_wickets_per_match": 0.75 - }, - "Izaz Ali": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 0 - ], - "recent_economy": 9.06, - "recent_wickets_per_match": 0.6 - }, - "Izhar Hussain": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.43, - "recent_wickets_per_match": 0.0 - }, - "J Ajiambo": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 1 - ], - "recent_economy": 4.26, - "recent_wickets_per_match": 0.8 - }, - "J Albin": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 0 - ], - "recent_economy": 9.8, - "recent_wickets_per_match": 0.4 - }, - "J Baguma": { - "wickets_last5": [ - 0, - 1, - 3, - 0, - 2 - ], - "recent_economy": 6.85, - "recent_wickets_per_match": 1.2 - }, - "J Baker": { - "wickets_last5": [ - 0, - 0, - 3 - ], - "recent_economy": 7.28, - "recent_wickets_per_match": 1.0 - }, - "J Baleicikoibia": { - "wickets_last5": [ - 0, - 0, - 2, - 0 - ], - "recent_economy": 9.43, - "recent_wickets_per_match": 0.5 - }, - "J Batinibulu": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 8.32, - "recent_wickets_per_match": 0.5 - }, - "J Blades": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 7.17, - "recent_wickets_per_match": 0.33 - }, - "J Broad": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 0 - ], - "recent_economy": 6.9, - "recent_wickets_per_match": 0.6 - }, - "J Buchanan": { - "wickets_last5": [ - 0, - 1, - 2, - 0, - 1 - ], - "recent_economy": 5.79, - "recent_wickets_per_match": 0.8 - }, - "J Bulele": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.5 - }, - "J Butler": { - "wickets_last5": [ - 3, - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.83, - "recent_wickets_per_match": 0.8 - }, - "J Byrappa": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 0 - ], - "recent_economy": 6.41, - "recent_wickets_per_match": 0.6 - }, - "J Campbell": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.25, - "recent_wickets_per_match": 1.0 - }, - "J Chialoufas": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.5 - }, - "J Chirila": { - "wickets_last5": [ - 1, - 0, - 1, - 0 - ], - "recent_economy": 2.5, - "recent_wickets_per_match": 0.5 - }, - "J Coetzee": { - "wickets_last5": [ - 4, - 2, - 3, - 3, - 2 - ], - "recent_economy": 2.97, - "recent_wickets_per_match": 2.8 - }, - "J Cutinho": { - "wickets_last5": [ - 1, - 4, - 0, - 1 - ], - "recent_economy": 6.72, - "recent_wickets_per_match": 1.5 - }, - "J Daley": { - "wickets_last5": [ - 0, - 4 - ], - "recent_economy": 4.74, - "recent_wickets_per_match": 2.0 - }, - "J Danikula": { - "wickets_last5": [ - 1, - 1, - 3, - 1, - 1 - ], - "recent_economy": 7.53, - "recent_wickets_per_match": 1.4 - }, - "J Dickinson": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.75, - "recent_wickets_per_match": 1.0 - }, - "J Dowling": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 1 - ], - "recent_economy": 6.73, - "recent_wickets_per_match": 0.8 - }, - "J Drysdale": { - "wickets_last5": [ - 0, - 2, - 4, - 0, - 2 - ], - "recent_economy": 8.28, - "recent_wickets_per_match": 1.6 - }, - "J Dzulfikar": { - "wickets_last5": [ - 0, - 1, - 3, - 2, - 1 - ], - "recent_economy": 2.97, - "recent_wickets_per_match": 1.4 - }, - "J Edmiston": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 2.27, - "recent_wickets_per_match": 1.0 - }, - "J Edwards": { - "wickets_last5": [ - 2, - 8, - 0, - 2, - 2 - ], - "recent_economy": 9.35, - "recent_wickets_per_match": 2.8 - }, - "J Efosa": { - "wickets_last5": [ - 2, - 2, - 2, - 0, - 1 - ], - "recent_economy": 4.21, - "recent_wickets_per_match": 1.4 - }, - "J Erdenesuvd": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 5.94, - "recent_wickets_per_match": 0.4 - }, - "J Essex": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.4, - "recent_wickets_per_match": 0.0 - }, - "J Evans": { - "wickets_last5": [ - 1, - 2, - 2, - 0, - 3 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 1.6 - }, - "J Fernando": { - "wickets_last5": [ - 1, - 2, - 0, - 0, - 2 - ], - "recent_economy": 5.36, - "recent_wickets_per_match": 1.0 - }, - "J Gallimore": { - "wickets_last5": [ - 0 - ], - "recent_economy": 21.0, - "recent_wickets_per_match": 0.0 - }, - "J George": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 7.11, - "recent_wickets_per_match": 0.2 - }, - "J Ghadiyali": { - "wickets_last5": [ - 0, - 3, - 0, - 1 - ], - "recent_economy": 5.3, - "recent_wickets_per_match": 1.0 - }, - "J Giyanani": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.33, - "recent_wickets_per_match": 0.0 - }, - "J Glasgow": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 1 - ], - "recent_economy": 4.19, - "recent_wickets_per_match": 0.6 - }, - "J Goswami": { - "wickets_last5": [ - 3, - 1, - 5, - 5 - ], - "recent_economy": 2.17, - "recent_wickets_per_match": 3.5 - }, - "J Grzinic": { - "wickets_last5": [ - 0 - ], - "recent_economy": 24.0, - "recent_wickets_per_match": 0.0 - }, - "J Gunasekar": { - "wickets_last5": [ - 1, - 1, - 2, - 4, - 1 - ], - "recent_economy": 2.97, - "recent_wickets_per_match": 1.8 - }, - "J Henry": { - "wickets_last5": [ - 1, - 2, - 0, - 0, - 2 - ], - "recent_economy": 8.08, - "recent_wickets_per_match": 1.0 - }, - "J Hicks": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 1 - ], - "recent_economy": 5.26, - "recent_wickets_per_match": 0.8 - }, - "J Hill": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 7.95, - "recent_wickets_per_match": 1.5 - }, - "J Horrocks": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 0 - ], - "recent_economy": 6.59, - "recent_wickets_per_match": 0.6 - }, - "J Hurley": { - "wickets_last5": [ - 0, - 1, - 2, - 3 - ], - "recent_economy": 6.8, - "recent_wickets_per_match": 1.5 - }, - "J Intan": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 2.11, - "recent_wickets_per_match": 0.67 - }, - "J Jagroo": { - "wickets_last5": [ - 0, - 1, - 0, - 0 - ], - "recent_economy": 7.58, - "recent_wickets_per_match": 0.25 - }, - "J Jarvis": { - "wickets_last5": [ - 1, - 1, - 2, - 2, - 3 - ], - "recent_economy": 4.32, - "recent_wickets_per_match": 1.8 - }, - "J Jojo": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.05, - "recent_wickets_per_match": 0.5 - }, - "J Kariko": { - "wickets_last5": [ - 4, - 0, - 1 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 1.67 - }, - "J Kgang": { - "wickets_last5": [ - 0, - 1, - 0, - 3 - ], - "recent_economy": 3.36, - "recent_wickets_per_match": 1.0 - }, - "J Khadka": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 1 - ], - "recent_economy": 7.69, - "recent_wickets_per_match": 0.6 - }, - "J Kila": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 3 - ], - "recent_economy": 5.59, - "recent_wickets_per_match": 0.6 - }, - "J Kominkova": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 0 - ], - "recent_economy": 2.89, - "recent_wickets_per_match": 0.6 - }, - "J Kowa": { - "wickets_last5": [ - 2, - 1, - 1, - 3, - 3 - ], - "recent_economy": 1.76, - "recent_wickets_per_match": 2.0 - }, - "J Lassayo": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 2 - ], - "recent_economy": 5.48, - "recent_wickets_per_match": 0.8 - }, - "J Lewis": { - "wickets_last5": [ - 3 - ], - "recent_economy": 2.87, - "recent_wickets_per_match": 3.0 - }, - "J Liyanage": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 10.53, - "recent_wickets_per_match": 0.0 - }, - "J Long": { - "wickets_last5": [ - 1 - ], - "recent_economy": 10.62, - "recent_wickets_per_match": 1.0 - }, - "J Louw": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.55, - "recent_wickets_per_match": 0.0 - }, - "J Madan": { - "wickets_last5": [ - 1, - 3, - 1, - 0 - ], - "recent_economy": 10.6, - "recent_wickets_per_match": 1.25 - }, - "J Maguire": { - "wickets_last5": [ - 0, - 0, - 3, - 2, - 1 - ], - "recent_economy": 5.83, - "recent_wickets_per_match": 1.2 - }, - "J Marples": { - "wickets_last5": [ - 0 - ], - "recent_economy": 14.0, - "recent_wickets_per_match": 0.0 - }, - "J Martins": { - "wickets_last5": [ - 1, - 1, - 3, - 1, - 2 - ], - "recent_economy": 7.18, - "recent_wickets_per_match": 1.6 - }, - "J Masquater": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "J Matharu": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.18, - "recent_wickets_per_match": 0.0 - }, - "J Mathew": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.5 - }, - "J Mbabazi": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 0 - ], - "recent_economy": 6.35, - "recent_wickets_per_match": 0.6 - }, - "J Miyaji": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 2 - ], - "recent_economy": 7.11, - "recent_wickets_per_match": 1.0 - }, - "J Moondra": { - "wickets_last5": [ - 4, - 2 - ], - "recent_economy": 6.6, - "recent_wickets_per_match": 3.0 - }, - "J Mubarak": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 5.03, - "recent_wickets_per_match": 0.0 - }, - "J Mulder": { - "wickets_last5": [ - 2 - ], - "recent_economy": 2.52, - "recent_wickets_per_match": 2.0 - }, - "J Newland": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.14, - "recent_wickets_per_match": 0.0 - }, - "J Nkomo": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 2 - ], - "recent_economy": 3.09, - "recent_wickets_per_match": 0.8 - }, - "J Nyirankundineza": { - "wickets_last5": [ - 1, - 1, - 0, - 2, - 2 - ], - "recent_economy": 3.19, - "recent_wickets_per_match": 1.2 - }, - "J Nyumbu": { - "wickets_last5": [ - 0, - 0, - 5 - ], - "recent_economy": 3.43, - "recent_wickets_per_match": 1.67 - }, - "J Ogolla": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.8, - "recent_wickets_per_match": 0.0 - }, - "J Perman": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 0 - ], - "recent_economy": 7.42, - "recent_wickets_per_match": 0.4 - }, - "J Perry": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.2, - "recent_wickets_per_match": 0.0 - }, - "J Post": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.43, - "recent_wickets_per_match": 0.0 - }, - "J Proctor": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 2 - ], - "recent_economy": 6.95, - "recent_wickets_per_match": 0.8 - }, - "J Prodehl": { - "wickets_last5": [ - 2 - ], - "recent_economy": 2.5, - "recent_wickets_per_match": 2.0 - }, - "J Ramanandi": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.44, - "recent_wickets_per_match": 0.2 - }, - "J Rasu": { - "wickets_last5": [ - 2, - 4, - 2, - 1, - 4 - ], - "recent_economy": 7.71, - "recent_wickets_per_match": 2.6 - }, - "J Raubenheimer": { - "wickets_last5": [ - 3 - ], - "recent_economy": 5.28, - "recent_wickets_per_match": 3.0 - }, - "J Reb": { - "wickets_last5": [ - 0 - ], - "recent_economy": 16.71, - "recent_wickets_per_match": 0.0 - }, - "J Rokoro": { - "wickets_last5": [ - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.95, - "recent_wickets_per_match": 0.25 - }, - "J Sanele": { - "wickets_last5": [ - 2, - 0, - 1, - 1, - 3 - ], - "recent_economy": 5.04, - "recent_wickets_per_match": 1.4 - }, - "J Santhanam": { - "wickets_last5": [ - 1, - 1, - 2, - 2, - 3 - ], - "recent_economy": 4.29, - "recent_wickets_per_match": 1.8 - }, - "J Sebanja": { - "wickets_last5": [ - 1, - 1, - 0, - 0 - ], - "recent_economy": 6.94, - "recent_wickets_per_match": 0.5 - }, - "J Shaju": { - "wickets_last5": [ - 2, - 2, - 4, - 0, - 0 - ], - "recent_economy": 6.2, - "recent_wickets_per_match": 1.6 - }, - "J Singye": { - "wickets_last5": [ - 0, - 1, - 3 - ], - "recent_economy": 5.69, - "recent_wickets_per_match": 1.33 - }, - "J Sonia": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 1.0 - }, - "J Souckova": { - "wickets_last5": [ - 0 - ], - "recent_economy": 1.26, - "recent_wickets_per_match": 0.0 - }, - "J Stanigze": { - "wickets_last5": [ - 1, - 2, - 2, - 0, - 1 - ], - "recent_economy": 6.59, - "recent_wickets_per_match": 1.2 - }, - "J Sumerauer": { - "wickets_last5": [ - 4, - 2, - 3, - 1 - ], - "recent_economy": 4.61, - "recent_wickets_per_match": 2.5 - }, - "J Thinley": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.33, - "recent_wickets_per_match": 0.0 - }, - "J Thomas": { - "wickets_last5": [ - 2, - 0, - 2, - 0, - 0 - ], - "recent_economy": 6.82, - "recent_wickets_per_match": 0.8 - }, - "J Tuffin": { - "wickets_last5": [ - 0, - 1, - 4, - 0, - 3 - ], - "recent_economy": 6.05, - "recent_wickets_per_match": 1.6 - }, - "J Tugsjargal": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 6.62, - "recent_wickets_per_match": 0.4 - }, - "J Ulrik": { - "wickets_last5": [ - 2 - ], - "recent_economy": 2.77, - "recent_wickets_per_match": 2.0 - }, - "J Vijay": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.43, - "recent_wickets_per_match": 0.0 - }, - "J Wilson": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 1 - ], - "recent_economy": 8.37, - "recent_wickets_per_match": 0.8 - }, - "J Winster": { - "wickets_last5": [ - 1, - 2, - 0, - 2 - ], - "recent_economy": 3.91, - "recent_wickets_per_match": 1.25 - }, - "J Yon": { - "wickets_last5": [ - 0, - 0, - 2, - 4, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.2 - }, - "J de Figueiredo": { - "wickets_last5": [ - 1, - 0, - 2 - ], - "recent_economy": 4.06, - "recent_wickets_per_match": 1.0 - }, - "J van Heerden": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 2 - ], - "recent_economy": 7.98, - "recent_wickets_per_match": 1.0 - }, - "JA Burrows": { - "wickets_last5": [ - 1, - 1, - 2, - 1, - 0 - ], - "recent_economy": 7.36, - "recent_wickets_per_match": 1.0 - }, - "JA Clarkson": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 5.66, - "recent_wickets_per_match": 0.4 - }, - "JA Davies": { - "wickets_last5": [ - 0, - 4, - 2, - 2, - 0 - ], - "recent_economy": 7.71, - "recent_wickets_per_match": 1.6 - }, - "JA Diergaardt": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.71, - "recent_wickets_per_match": 0.0 - }, - "JA Fitzgerald": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.2 - }, - "JA Miranda": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 6.37, - "recent_wickets_per_match": 0.33 - }, - "JA Stiglitz": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 6.45, - "recent_wickets_per_match": 0.2 - }, - "JA Turner": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 5.49, - "recent_wickets_per_match": 1.0 - }, - "JAM Henri": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 1 - ], - "recent_economy": 7.44, - "recent_wickets_per_match": 0.8 - }, - "JAN Ngono": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 1 - ], - "recent_economy": 4.6, - "recent_wickets_per_match": 0.6 - }, - "JAR Blain": { - "wickets_last5": [ - 0, - 2, - 1, - 5, - 1 - ], - "recent_economy": 3.62, - "recent_wickets_per_match": 1.8 - }, - "JB Abega": { - "wickets_last5": [ - 3, - 0, - 0, - 1, - 5 - ], - "recent_economy": 3.83, - "recent_wickets_per_match": 1.8 - }, - "JB Reva": { - "wickets_last5": [ - 0, - 2, - 3, - 0, - 1 - ], - "recent_economy": 5.12, - "recent_wickets_per_match": 1.2 - }, - "JB Richards": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "JC Balt": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.85, - "recent_wickets_per_match": 0.0 - }, - "JC Cullen": { - "wickets_last5": [ - 2, - 0, - 0 - ], - "recent_economy": 7.12, - "recent_wickets_per_match": 0.67 - }, - "JC Darji": { - "wickets_last5": [ - 5, - 0, - 2, - 5, - 0 - ], - "recent_economy": 3.81, - "recent_wickets_per_match": 2.4 - }, - "JC Molina": { - "wickets_last5": [ - 3, - 1 - ], - "recent_economy": 2.25, - "recent_wickets_per_match": 2.0 - }, - "JC Tongue": { - "wickets_last5": [ - 0, - 3, - 5, - 6, - 7 - ], - "recent_economy": 3.83, - "recent_wickets_per_match": 4.2 - }, - "JC Tredwell": { - "wickets_last5": [ - 6, - 6 - ], - "recent_economy": 2.45, - "recent_wickets_per_match": 6.0 - }, - "JD Baker": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 6.92, - "recent_wickets_per_match": 0.33 - }, - "JD Bhatt": { - "wickets_last5": [ - 2, - 3, - 1 - ], - "recent_economy": 8.81, - "recent_wickets_per_match": 2.0 - }, - "JD Campbell": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 2.81, - "recent_wickets_per_match": 0.0 - }, - "JD Nel": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 1 - ], - "recent_economy": 4.54, - "recent_wickets_per_match": 0.6 - }, - "JD Newton": { - "wickets_last5": [ - 1, - 1, - 1, - 0 - ], - "recent_economy": 4.29, - "recent_wickets_per_match": 0.75 - }, - "JD Wildermuth": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 15.36, - "recent_wickets_per_match": 0.0 - }, - "JDF Vandersay": { - "wickets_last5": [ - 3, - 2 - ], - "recent_economy": 5.21, - "recent_wickets_per_match": 2.5 - }, - "JE Pitcher": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.55, - "recent_wickets_per_match": 0.2 - }, - "JE Ronalds": { - "wickets_last5": [ - 2, - 5, - 0, - 2, - 1 - ], - "recent_economy": 3.37, - "recent_wickets_per_match": 2.0 - }, - "JE Scott": { - "wickets_last5": [ - 0, - 0, - 2 - ], - "recent_economy": 5.89, - "recent_wickets_per_match": 0.67 - }, - "JE Titmuss": { - "wickets_last5": [ - 3, - 0, - 0, - 2 - ], - "recent_economy": 3.97, - "recent_wickets_per_match": 1.25 - }, - "JEA Doctora": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 4 - ], - "recent_economy": 7.59, - "recent_wickets_per_match": 0.8 - }, - "JF Bangura": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.43, - "recent_wickets_per_match": 0.0 - }, - "JF Chester": { - "wickets_last5": [ - 0 - ], - "recent_economy": 14.57, - "recent_wickets_per_match": 0.0 - }, - "JF Jimenez": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 1.37, - "recent_wickets_per_match": 0.0 - }, - "JF Mooney": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 0 - ], - "recent_economy": 4.87, - "recent_wickets_per_match": 0.6 - }, - "JG Bethell": { - "wickets_last5": [ - 0, - 4, - 1, - 0, - 3 - ], - "recent_economy": 3.9, - "recent_wickets_per_match": 1.6 - }, - "JG Kaur": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.55, - "recent_wickets_per_match": 0.0 - }, - "JG Kimaro": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 1 - ], - "recent_economy": 5.36, - "recent_wickets_per_match": 0.6 - }, - "JH Davey": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 1 - ], - "recent_economy": 2.99, - "recent_wickets_per_match": 0.8 - }, - "JH Kiani": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.31, - "recent_wickets_per_match": 1.0 - }, - "JH Stander": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 6.08, - "recent_wickets_per_match": 1.0 - }, - "JI Rodrigues": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 0.0 - }, - "JI de Villiers": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 3 - ], - "recent_economy": 6.17, - "recent_wickets_per_match": 0.6 - }, - "JJ Davidson": { - "wickets_last5": [ - 1, - 2, - 1, - 1, - 1 - ], - "recent_economy": 6.66, - "recent_wickets_per_match": 1.2 - }, - "JJ Griffin": { - "wickets_last5": [ - 0 - ], - "recent_economy": 13.0, - "recent_wickets_per_match": 0.0 - }, - "JJ Huo": { - "wickets_last5": [ - 0, - 1, - 2 - ], - "recent_economy": 8.23, - "recent_wickets_per_match": 1.0 - }, - "JJ Nyambo": { - "wickets_last5": [ - 0, - 1, - 1, - 2, - 1 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 1.0 - }, - "JJ Smit": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 3 - ], - "recent_economy": 4.23, - "recent_wickets_per_match": 1.2 - }, - "JJ Tucker": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.84, - "recent_wickets_per_match": 0.0 - }, - "JJ Wright": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.04, - "recent_wickets_per_match": 0.0 - }, - "JK Kamande": { - "wickets_last5": [ - 2, - 0, - 0, - 1, - 0 - ], - "recent_economy": 5.51, - "recent_wickets_per_match": 0.6 - }, - "JK Masara": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "JK Mukhiya": { - "wickets_last5": [ - 0, - 0, - 4, - 4, - 0 - ], - "recent_economy": 6.68, - "recent_wickets_per_match": 1.6 - }, - "JK Vifah": { - "wickets_last5": [ - 1, - 1, - 2, - 0, - 1 - ], - "recent_economy": 4.28, - "recent_wickets_per_match": 1.0 - }, - "JKC Ahir": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 9.9, - "recent_wickets_per_match": 0.0 - }, - "JKC Claxton": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 6.31, - "recent_wickets_per_match": 0.2 - }, - "JKD Andreano": { - "wickets_last5": [ - 1, - 1, - 1, - 1, - 1 - ], - "recent_economy": 4.98, - "recent_wickets_per_match": 1.0 - }, - "JL Aras": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 3.7, - "recent_wickets_per_match": 0.33 - }, - "JL Denly": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 0 - ], - "recent_economy": 2.88, - "recent_wickets_per_match": 0.4 - }, - "JL Gunn": { - "wickets_last5": [ - 5, - 3, - 2, - 0, - 3 - ], - "recent_economy": 1.77, - "recent_wickets_per_match": 2.6 - }, - "JL Hunter": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.11, - "recent_wickets_per_match": 0.2 - }, - "JL Jonassen": { - "wickets_last5": [ - 1, - 0, - 1, - 3, - 2 - ], - "recent_economy": 2.39, - "recent_wickets_per_match": 1.4 - }, - "JL Kovacic": { - "wickets_last5": [ - 1, - 2, - 0, - 1 - ], - "recent_economy": 6.06, - "recent_wickets_per_match": 1.0 - }, - "JL Martel": { - "wickets_last5": [ - 1, - 3, - 3 - ], - "recent_economy": 5.03, - "recent_wickets_per_match": 2.33 - }, - "JL Ontong": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.15, - "recent_wickets_per_match": 1.0 - }, - "JL Tutty": { - "wickets_last5": [ - 0, - 1, - 2, - 2, - 0 - ], - "recent_economy": 7.42, - "recent_wickets_per_match": 1.0 - }, - "JL de Mey": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 8.59, - "recent_wickets_per_match": 0.5 - }, - "JM Anderson": { - "wickets_last5": [ - 4, - 2, - 2, - 2, - 5 - ], - "recent_economy": 2.81, - "recent_wickets_per_match": 3.0 - }, - "JM Apio": { - "wickets_last5": [ - 0, - 0, - 0, - 2 - ], - "recent_economy": 4.68, - "recent_wickets_per_match": 0.5 - }, - "JM Davison": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 2 - ], - "recent_economy": 5.52, - "recent_wickets_per_match": 1.0 - }, - "JM Dibble": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.23, - "recent_wickets_per_match": 0.0 - }, - "JM Iradukunda": { - "wickets_last5": [ - 0, - 3, - 1, - 4, - 1 - ], - "recent_economy": 6.29, - "recent_wickets_per_match": 1.8 - }, - "JM Joao": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 7.93, - "recent_wickets_per_match": 0.0 - }, - "JM Kerr": { - "wickets_last5": [ - 1, - 1, - 1, - 1, - 2 - ], - "recent_economy": 4.66, - "recent_wickets_per_match": 1.2 - }, - "JM Muirhead": { - "wickets_last5": [ - 2, - 0, - 2, - 2, - 0 - ], - "recent_economy": 7.28, - "recent_wickets_per_match": 1.2 - }, - "JM Nthenya": { - "wickets_last5": [ - 2, - 1, - 0, - 0 - ], - "recent_economy": 4.3, - "recent_wickets_per_match": 0.75 - }, - "JM Polarouthu": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.48, - "recent_wickets_per_match": 0.0 - }, - "JM Vujinovich": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 1 - ], - "recent_economy": 9.5, - "recent_wickets_per_match": 0.6 - }, - "JM Watkin": { - "wickets_last5": [ - 2, - 2, - 0, - 1 - ], - "recent_economy": 4.03, - "recent_wickets_per_match": 1.25 - }, - "JM Willathgamuwa": { - "wickets_last5": [ - 0, - 1, - 2, - 1 - ], - "recent_economy": 4.24, - "recent_wickets_per_match": 1.0 - }, - "JMJ Lynn": { - "wickets_last5": [ - 3 - ], - "recent_economy": 4.62, - "recent_wickets_per_match": 3.0 - }, - "JN Frylinck": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 3 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 0.6 - }, - "JN Gillespie": { - "wickets_last5": [ - 5, - 2, - 0, - 1, - 3 - ], - "recent_economy": 2.81, - "recent_wickets_per_match": 2.2 - }, - "JN Loftie-Eaton": { - "wickets_last5": [ - 0, - 3, - 1, - 0, - 0 - ], - "recent_economy": 4.28, - "recent_wickets_per_match": 0.8 - }, - "JN Mohammed": { - "wickets_last5": [ - 0, - 0, - 1, - 3, - 2 - ], - "recent_economy": 4.56, - "recent_wickets_per_match": 1.2 - }, - "JN Snape": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "JN du Plooy": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 9.68, - "recent_wickets_per_match": 0.5 - }, - "JNK Shannon": { - "wickets_last5": [ - 1 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 1.0 - }, - "JNT Seales": { - "wickets_last5": [ - 3, - 4, - 2, - 1, - 3 - ], - "recent_economy": 3.31, - "recent_wickets_per_match": 2.6 - }, - "JO Adedeji": { - "wickets_last5": [ - 2, - 0, - 0, - 1, - 0 - ], - "recent_economy": 6.15, - "recent_wickets_per_match": 0.6 - }, - "JO Ngoche": { - "wickets_last5": [ - 0, - 1, - 2, - 1, - 0 - ], - "recent_economy": 4.51, - "recent_wickets_per_match": 0.8 - }, - "JOA Gordon": { - "wickets_last5": [ - 0, - 1, - 6, - 1, - 1 - ], - "recent_economy": 4.46, - "recent_wickets_per_match": 1.8 - }, - "JP Cabrera": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 0 - ], - "recent_economy": 5.26, - "recent_wickets_per_match": 0.6 - }, - "JP Kaltapau": { - "wickets_last5": [ - 1 - ], - "recent_economy": 12.75, - "recent_wickets_per_match": 1.0 - }, - "JQK Moala": { - "wickets_last5": [ - 4, - 3, - 0, - 2, - 1 - ], - "recent_economy": 4.24, - "recent_wickets_per_match": 2.0 - }, - "JR Barry": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 1 - ], - "recent_economy": 8.94, - "recent_wickets_per_match": 0.8 - }, - "JR Cope": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.57, - "recent_wickets_per_match": 0.0 - }, - "JR Lennox": { - "wickets_last5": [ - 1, - 2, - 3, - 1, - 2 - ], - "recent_economy": 4.39, - "recent_wickets_per_match": 1.8 - }, - "JR Lucky": { - "wickets_last5": [ - 0 - ], - "recent_economy": 24.0, - "recent_wickets_per_match": 0.0 - }, - "JR Newton": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 1 - ], - "recent_economy": 7.17, - "recent_wickets_per_match": 1.0 - }, - "JRD Ngana": { - "wickets_last5": [ - 0 - ], - "recent_economy": 1.12, - "recent_wickets_per_match": 0.0 - }, - "JRMVB Sanjaya": { - "wickets_last5": [ - 1, - 1, - 2, - 1, - 2 - ], - "recent_economy": 7.1, - "recent_wickets_per_match": 1.4 - }, - "JS Henriksen": { - "wickets_last5": [ - 0, - 0, - 0, - 1 - ], - "recent_economy": 12.47, - "recent_wickets_per_match": 0.25 - }, - "JS Iggo": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 8.5, - "recent_wickets_per_match": 0.67 - }, - "JS Kundi": { - "wickets_last5": [ - 1, - 0, - 3, - 0, - 0 - ], - "recent_economy": 8.71, - "recent_wickets_per_match": 0.8 - }, - "JS Malhotra": { - "wickets_last5": [ - 1, - 1, - 0, - 0 - ], - "recent_economy": 3.75, - "recent_wickets_per_match": 0.5 - }, - "JS Ndanu": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.31, - "recent_wickets_per_match": 0.4 - }, - "JS Patel": { - "wickets_last5": [ - 2, - 1, - 4, - 4, - 2 - ], - "recent_economy": 3.02, - "recent_wickets_per_match": 2.6 - }, - "JS Pooranakaran": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 1 - ], - "recent_economy": 4.9, - "recent_wickets_per_match": 0.6 - }, - "JT Ball": { - "wickets_last5": [ - 1, - 0, - 1, - 1 - ], - "recent_economy": 3.26, - "recent_wickets_per_match": 0.75 - }, - "JT Brassell": { - "wickets_last5": [ - 0, - 4, - 2, - 1, - 2 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 1.8 - }, - "JT Darrell": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 2.93, - "recent_wickets_per_match": 1.5 - }, - "JT Manase": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.95, - "recent_wickets_per_match": 0.0 - }, - "JT Pooranakaran": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 10.03, - "recent_wickets_per_match": 0.2 - }, - "JT Smuts": { - "wickets_last5": [ - 1, - 3, - 0, - 1 - ], - "recent_economy": 5.47, - "recent_wickets_per_match": 1.25 - }, - "JV Chand": { - "wickets_last5": [ - 1, - 1, - 1, - 4, - 1 - ], - "recent_economy": 5.84, - "recent_wickets_per_match": 1.6 - }, - "JW Chilia": { - "wickets_last5": [ - 1, - 2, - 2, - 0, - 1 - ], - "recent_economy": 5.69, - "recent_wickets_per_match": 1.2 - }, - "JW Dernbach": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 2 - ], - "recent_economy": 6.71, - "recent_wickets_per_match": 0.8 - }, - "JW Wilson": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.56, - "recent_wickets_per_match": 1.0 - }, - "JWM Dalrymple": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 5.77, - "recent_wickets_per_match": 0.4 - }, - "JWN Moses": { - "wickets_last5": [ - 2, - 0, - 2 - ], - "recent_economy": 4.62, - "recent_wickets_per_match": 1.33 - }, - "JWW Gardner": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 0 - ], - "recent_economy": 7.86, - "recent_wickets_per_match": 0.6 - }, - "Jagrat Dubey": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 1 - ], - "recent_economy": 6.26, - "recent_wickets_per_match": 0.6 - }, - "Jahanara Alam": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 2 - ], - "recent_economy": 5.14, - "recent_wickets_per_match": 0.8 - }, - "Jahandad Khan": { - "wickets_last5": [ - 2, - 0, - 6, - 0, - 6 - ], - "recent_economy": 9.15, - "recent_wickets_per_match": 2.8 - }, - "Jai Sinh": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 4 - ], - "recent_economy": 7.28, - "recent_wickets_per_match": 1.4 - }, - "Jaikumar Thakur": { - "wickets_last5": [ - 1, - 0, - 0, - 2 - ], - "recent_economy": 7.71, - "recent_wickets_per_match": 0.75 - }, - "Jaison Jerome": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 9.73, - "recent_wickets_per_match": 0.2 - }, - "Jakob Gul": { - "wickets_last5": [ - 1, - 2, - 1, - 1, - 3 - ], - "recent_economy": 7.16, - "recent_wickets_per_match": 1.6 - }, - "Jamal Stanikzai": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 8.53, - "recent_wickets_per_match": 0.5 - }, - "Jamshid Nasiri": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 2 - ], - "recent_economy": 4.56, - "recent_wickets_per_match": 1.0 - }, - "Janak Prakash": { - "wickets_last5": [ - 0, - 1, - 4, - 2, - 4 - ], - "recent_economy": 4.08, - "recent_wickets_per_match": 2.2 - }, - "Jandu Hamoud": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 7.06, - "recent_wickets_per_match": 1.0 - }, - "Jannatul Ferdus": { - "wickets_last5": [ - 0, - 1, - 2, - 1, - 5 - ], - "recent_economy": 4.08, - "recent_wickets_per_match": 1.8 - }, - "Jasdeep Singh": { - "wickets_last5": [ - 2, - 0, - 2, - 4, - 2 - ], - "recent_economy": 7.37, - "recent_wickets_per_match": 2.0 - }, - "Jaspal Singh": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 0 - ], - "recent_economy": 8.7, - "recent_wickets_per_match": 0.4 - }, - "Jaspreet Singh": { - "wickets_last5": [ - 1, - 1, - 2, - 1 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 1.25 - }, - "Jaswinder Singh": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.6 - }, - "Jatinder Singh": { - "wickets_last5": [ - 0, - 0, - 1, - 0 - ], - "recent_economy": 4.65, - "recent_wickets_per_match": 0.25 - }, - "Javed Hina": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "Javeria Khan": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 2 - ], - "recent_economy": 5.94, - "recent_wickets_per_match": 0.8 - }, - "Javeria Rauf": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.85, - "recent_wickets_per_match": 0.5 - }, - "Javid Patel": { - "wickets_last5": [ - 0, - 1, - 2, - 0, - 1 - ], - "recent_economy": 6.88, - "recent_wickets_per_match": 0.8 - }, - "Jaweed Sadran": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 6.91, - "recent_wickets_per_match": 0.2 - }, - "Jay Odedra": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 3 - ], - "recent_economy": 3.76, - "recent_wickets_per_match": 1.2 - }, - "Jayasooriya": { - "wickets_last5": [ - 0, - 0, - 2, - 2, - 1 - ], - "recent_economy": 3.48, - "recent_wickets_per_match": 1.0 - }, - "Jaza Mariyam": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 5.8, - "recent_wickets_per_match": 0.5 - }, - "Jeon Myeong": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.85, - "recent_wickets_per_match": 1.0 - }, - "Jiaping Li": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 2 - ], - "recent_economy": 6.09, - "recent_wickets_per_match": 0.6 - }, - "Jihad Hossain": { - "wickets_last5": [ - 1 - ], - "recent_economy": 20.0, - "recent_wickets_per_match": 1.0 - }, - "Jitesh Patel": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 6.89, - "recent_wickets_per_match": 0.5 - }, - "Jitin Singh": { - "wickets_last5": [ - 2, - 1, - 1, - 0, - 1 - ], - "recent_economy": 9.56, - "recent_wickets_per_match": 1.0 - }, - "Jiyeon Park": { - "wickets_last5": [ - 0, - 0, - 2, - 1 - ], - "recent_economy": 4.29, - "recent_wickets_per_match": 0.75 - }, - "Joanna Child": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.92, - "recent_wickets_per_match": 0.0 - }, - "Joanne Hicks": { - "wickets_last5": [ - 0 - ], - "recent_economy": 1.68, - "recent_wickets_per_match": 0.0 - }, - "Jobayer Hossen": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 5 - ], - "recent_economy": 5.76, - "recent_wickets_per_match": 1.2 - }, - "John Bartlett": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.0 - }, - "Jonte Smith": { - "wickets_last5": [ - 0, - 4, - 1, - 2, - 2 - ], - "recent_economy": 5.67, - "recent_wickets_per_match": 1.8 - }, - "Joshua Asia": { - "wickets_last5": [ - 3, - 4, - 3, - 2, - 0 - ], - "recent_economy": 4.48, - "recent_wickets_per_match": 2.4 - }, - "Joyleen Kaur": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 2 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.8 - }, - "Jubair Hossain": { - "wickets_last5": [ - 3, - 2, - 7, - 2, - 2 - ], - "recent_economy": 4.11, - "recent_wickets_per_match": 3.2 - }, - "Jun Hyunwoo": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 1.0 - }, - "Junaid Aziz": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 11.67, - "recent_wickets_per_match": 0.0 - }, - "Junaid Khan": { - "wickets_last5": [ - 1, - 0, - 3, - 2, - 5 - ], - "recent_economy": 3.26, - "recent_wickets_per_match": 2.2 - }, - "Junaid Sheikh": { - "wickets_last5": [ - 2, - 3 - ], - "recent_economy": 4.2, - "recent_wickets_per_match": 2.5 - }, - "Junaid Siddique": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.67, - "recent_wickets_per_match": 0.0 - }, - "Junaid Siddique (2)": { - "wickets_last5": [ - 1, - 2, - 2, - 3, - 2 - ], - "recent_economy": 4.65, - "recent_wickets_per_match": 2.0 - }, - "Junaid Siddiqui": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 1 - ], - "recent_economy": 4.49, - "recent_wickets_per_match": 0.4 - }, - "K Amuge": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 2 - ], - "recent_economy": 3.39, - "recent_wickets_per_match": 1.0 - }, - "K Anjali Sarvani": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 0 - ], - "recent_economy": 8.32, - "recent_wickets_per_match": 0.6 - }, - "K Arua": { - "wickets_last5": [ - 1, - 2, - 2, - 1, - 0 - ], - "recent_economy": 2.87, - "recent_wickets_per_match": 1.2 - }, - "K Babu": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 0 - ], - "recent_economy": 9.53, - "recent_wickets_per_match": 0.6 - }, - "K Bhurtel": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.9, - "recent_wickets_per_match": 0.0 - }, - "K Birkenstock": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 0 - ], - "recent_economy": 5.32, - "recent_wickets_per_match": 0.4 - }, - "K Boniface": { - "wickets_last5": [ - 0, - 0, - 2, - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.5 - }, - "K Brock-Nielsen": { - "wickets_last5": [ - 0, - 1, - 1, - 0 - ], - "recent_economy": 6.4, - "recent_wickets_per_match": 0.5 - }, - "K Burrows": { - "wickets_last5": [ - 3 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 3.0 - }, - "K Canavarci": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 2 - ], - "recent_economy": 3.5, - "recent_wickets_per_match": 0.8 - }, - "K Cawte": { - "wickets_last5": [ - 4, - 0, - 1, - 2 - ], - "recent_economy": 6.35, - "recent_wickets_per_match": 1.75 - }, - "K Chigora": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 1 - ], - "recent_economy": 4.48, - "recent_wickets_per_match": 0.8 - }, - "K Christie": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "K Dangol": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 2 - ], - "recent_economy": 4.53, - "recent_wickets_per_match": 0.6 - }, - "K Dorji": { - "wickets_last5": [ - 1, - 1, - 0, - 2 - ], - "recent_economy": 8.37, - "recent_wickets_per_match": 1.0 - }, - "K Fletcher": { - "wickets_last5": [ - 1, - 1, - 1, - 2, - 0 - ], - "recent_economy": 6.24, - "recent_wickets_per_match": 1.0 - }, - "K Fraser": { - "wickets_last5": [ - 2, - 1, - 3, - 1, - 3 - ], - "recent_economy": 3.87, - "recent_wickets_per_match": 2.0 - }, - "K Fubler": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 2 - ], - "recent_economy": 5.73, - "recent_wickets_per_match": 0.6 - }, - "K Gilham": { - "wickets_last5": [ - 2, - 1, - 2 - ], - "recent_economy": 6.24, - "recent_wickets_per_match": 1.67 - }, - "K Gore": { - "wickets_last5": [ - 2, - 2, - 4 - ], - "recent_economy": 6.14, - "recent_wickets_per_match": 2.67 - }, - "K Goud": { - "wickets_last5": [ - 7, - 2 - ], - "recent_economy": 3.23, - "recent_wickets_per_match": 4.5 - }, - "K Govind": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.29, - "recent_wickets_per_match": 1.0 - }, - "K Hinds": { - "wickets_last5": [ - 2, - 2, - 0, - 0, - 1 - ], - "recent_economy": 7.83, - "recent_wickets_per_match": 1.0 - }, - "K Inakale": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 2 - ], - "recent_economy": 6.85, - "recent_wickets_per_match": 0.6 - }, - "K Irakoze": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 0 - ], - "recent_economy": 7.85, - "recent_wickets_per_match": 0.6 - }, - "K Jaikaran": { - "wickets_last5": [ - 2, - 3, - 0, - 1, - 1 - ], - "recent_economy": 5.23, - "recent_wickets_per_match": 1.4 - }, - "K Joshi": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 8.4, - "recent_wickets_per_match": 0.2 - }, - "K Juma": { - "wickets_last5": [ - 2, - 1, - 3, - 2, - 1 - ], - "recent_economy": 3.35, - "recent_wickets_per_match": 1.8 - }, - "K Kadowaki-Fleming": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.43, - "recent_wickets_per_match": 0.0 - }, - "K Kanwar": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "K Kapadia": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 5.64, - "recent_wickets_per_match": 0.4 - }, - "K Kato-Stafford": { - "wickets_last5": [ - 0, - 2, - 1, - 2, - 1 - ], - "recent_economy": 2.67, - "recent_wickets_per_match": 1.2 - }, - "K Kavindi": { - "wickets_last5": [ - 1, - 0, - 0, - 0 - ], - "recent_economy": 5.71, - "recent_wickets_per_match": 0.25 - }, - "K Kekez": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.92, - "recent_wickets_per_match": 0.0 - }, - "K Kisova": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 3.82, - "recent_wickets_per_match": 0.0 - }, - "K Klein": { - "wickets_last5": [ - 2, - 3, - 0, - 3, - 0 - ], - "recent_economy": 4.86, - "recent_wickets_per_match": 1.6 - }, - "K Kubota": { - "wickets_last5": [ - 2, - 1, - 1, - 0, - 1 - ], - "recent_economy": 2.9, - "recent_wickets_per_match": 1.0 - }, - "K Kunwar": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 1 - ], - "recent_economy": 3.51, - "recent_wickets_per_match": 0.8 - }, - "K Lake": { - "wickets_last5": [ - 1, - 0, - 0, - 2, - 1 - ], - "recent_economy": 3.82, - "recent_wickets_per_match": 0.8 - }, - "K Macheka": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 6.84, - "recent_wickets_per_match": 2.0 - }, - "K Mahekdeep": { - "wickets_last5": [ - 1, - 3, - 0, - 2, - 0 - ], - "recent_economy": 4.23, - "recent_wickets_per_match": 1.2 - }, - "K Marasini": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 8.16, - "recent_wickets_per_match": 0.33 - }, - "K Maseko": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 0.0 - }, - "K Mataora": { - "wickets_last5": [ - 0 - ], - "recent_economy": 14.0, - "recent_wickets_per_match": 0.0 - }, - "K McGill": { - "wickets_last5": [ - 3, - 1, - 1 - ], - "recent_economy": 4.22, - "recent_wickets_per_match": 1.67 - }, - "K Mendon": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 1.0 - }, - "K Mirpuri": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 5.33, - "recent_wickets_per_match": 0.67 - }, - "K Mishara": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "K Modise": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 8.2, - "recent_wickets_per_match": 2.0 - }, - "K Moingoto": { - "wickets_last5": [ - 2, - 0, - 0 - ], - "recent_economy": 2.56, - "recent_wickets_per_match": 0.67 - }, - "K Moses": { - "wickets_last5": [ - 0 - ], - "recent_economy": 17.0, - "recent_wickets_per_match": 0.0 - }, - "K Motlanka": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 3 - ], - "recent_economy": 6.8, - "recent_wickets_per_match": 0.8 - }, - "K Mtunduwatha": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "K Nagnama": { - "wickets_last5": [ - 1 - ], - "recent_economy": 11.04, - "recent_wickets_per_match": 1.0 - }, - "K Namchaikul": { - "wickets_last5": [ - 1, - 1, - 0, - 2, - 2 - ], - "recent_economy": 4.84, - "recent_wickets_per_match": 1.2 - }, - "K Nanno": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 4.29, - "recent_wickets_per_match": 0.33 - }, - "K Nassoro": { - "wickets_last5": [ - 2, - 2, - 0, - 0, - 1 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 1.0 - }, - "K Ndlovu": { - "wickets_last5": [ - 0, - 3, - 2, - 0, - 1 - ], - "recent_economy": 3.77, - "recent_wickets_per_match": 1.2 - }, - "K Nestor": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 3 - ], - "recent_economy": 7.62, - "recent_wickets_per_match": 1.0 - }, - "K Nima": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.33, - "recent_wickets_per_match": 1.0 - }, - "K Oala": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 3.48, - "recent_wickets_per_match": 1.0 - }, - "K Ogola": { - "wickets_last5": [ - 0, - 1, - 1, - 1 - ], - "recent_economy": 3.88, - "recent_wickets_per_match": 0.75 - }, - "K Ota": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 0 - ], - "recent_economy": 3.6, - "recent_wickets_per_match": 0.4 - }, - "K Paskova": { - "wickets_last5": [ - 0, - 0, - 1, - 1 - ], - "recent_economy": 4.79, - "recent_wickets_per_match": 0.5 - }, - "K Peddrick": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 4.91, - "recent_wickets_per_match": 0.4 - }, - "K Penjor": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.31, - "recent_wickets_per_match": 0.0 - }, - "K Pierre": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 3.67, - "recent_wickets_per_match": 0.5 - }, - "K Piet": { - "wickets_last5": [ - 1, - 1, - 4, - 0, - 3 - ], - "recent_economy": 4.48, - "recent_wickets_per_match": 1.8 - }, - "K Ramharack": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 1 - ], - "recent_economy": 5.11, - "recent_wickets_per_match": 0.6 - }, - "K Reyneke": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 6.27, - "recent_wickets_per_match": 1.0 - }, - "K Robert": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 6.73, - "recent_wickets_per_match": 1.5 - }, - "K Samten": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 3 - ], - "recent_economy": 4.18, - "recent_wickets_per_match": 0.8 - }, - "K Sathish": { - "wickets_last5": [ - 2, - 2, - 0, - 0 - ], - "recent_economy": 7.18, - "recent_wickets_per_match": 1.0 - }, - "K Schultz": { - "wickets_last5": [ - 2 - ], - "recent_economy": 7.43, - "recent_wickets_per_match": 2.0 - }, - "K Senamontree": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "K Sequiera": { - "wickets_last5": [ - 2, - 0, - 1 - ], - "recent_economy": 3.08, - "recent_wickets_per_match": 1.0 - }, - "K Sinclair": { - "wickets_last5": [ - 3, - 3, - 3, - 1 - ], - "recent_economy": 3.94, - "recent_wickets_per_match": 2.5 - }, - "K Sonavale": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 1.2, - "recent_wickets_per_match": 1.0 - }, - "K Srandeva": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 1 - ], - "recent_economy": 4.81, - "recent_wickets_per_match": 1.0 - }, - "K Subramanian": { - "wickets_last5": [ - 2 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 2.0 - }, - "K Suwanchonrathi": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.29, - "recent_wickets_per_match": 1.0 - }, - "K Tari": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 1.0 - }, - "K Tereza": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 5.92, - "recent_wickets_per_match": 0.33 - }, - "K Tesarikova": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "K Thuchila": { - "wickets_last5": [ - 1, - 6, - 0, - 0, - 2 - ], - "recent_economy": 4.29, - "recent_wickets_per_match": 1.8 - }, - "K Venkatraman": { - "wickets_last5": [ - 1, - 3, - 3, - 2, - 0 - ], - "recent_economy": 6.06, - "recent_wickets_per_match": 1.8 - }, - "K Vislapuu": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 10.76, - "recent_wickets_per_match": 0.4 - }, - "K Waiswa": { - "wickets_last5": [ - 0 - ], - "recent_economy": 23.0, - "recent_wickets_per_match": 0.0 - }, - "K Weeraratne": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.06, - "recent_wickets_per_match": 0.0 - }, - "K Winda Prastini": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 4.96, - "recent_wickets_per_match": 1.5 - }, - "K Xolmuradov": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.62, - "recent_wickets_per_match": 0.0 - }, - "KA Bazil": { - "wickets_last5": [ - 2, - 0, - 0, - 1, - 0 - ], - "recent_economy": 8.94, - "recent_wickets_per_match": 0.6 - }, - "KA Green": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 3.38, - "recent_wickets_per_match": 0.2 - }, - "KA Heffernan": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.5 - }, - "KA Knight": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 6.29, - "recent_wickets_per_match": 1.5 - }, - "KAB Hynam-Nyberg": { - "wickets_last5": [ - 1, - 2, - 1, - 0, - 1 - ], - "recent_economy": 6.64, - "recent_wickets_per_match": 1.0 - }, - "KAC Wong": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 9.64, - "recent_wickets_per_match": 0.5 - }, - "KADA Kanchana": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 3 - ], - "recent_economy": 4.71, - "recent_wickets_per_match": 1.0 - }, - "KB Ahir": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 0 - ], - "recent_economy": 6.55, - "recent_wickets_per_match": 0.8 - }, - "KB Patil": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "KC D'Souza": { - "wickets_last5": [ - 3, - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.7, - "recent_wickets_per_match": 0.8 - }, - "KC Hodsoll": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.6, - "recent_wickets_per_match": 1.0 - }, - "KC Ramamoorthy": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 1 - ], - "recent_economy": 6.97, - "recent_wickets_per_match": 0.6 - }, - "KC Thompson": { - "wickets_last5": [ - 2, - 0, - 0, - 0 - ], - "recent_economy": 2.57, - "recent_wickets_per_match": 0.5 - }, - "KD Jayawant": { - "wickets_last5": [ - 0, - 3 - ], - "recent_economy": 2.0, - "recent_wickets_per_match": 1.5 - }, - "KD Mehta": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 5.58, - "recent_wickets_per_match": 2.0 - }, - "KD Mills": { - "wickets_last5": [ - 2, - 0, - 3, - 2, - 1 - ], - "recent_economy": 2.98, - "recent_wickets_per_match": 1.6 - }, - "KD Shah": { - "wickets_last5": [ - 3, - 4, - 0 - ], - "recent_economy": 4.31, - "recent_wickets_per_match": 2.33 - }, - "KDA Lukies": { - "wickets_last5": [ - 4, - 3, - 2, - 0, - 1 - ], - "recent_economy": 4.32, - "recent_wickets_per_match": 2.0 - }, - "KDC Clarke": { - "wickets_last5": [ - 4, - 3, - 1 - ], - "recent_economy": 6.4, - "recent_wickets_per_match": 2.67 - }, - "KDU Prabodhani": { - "wickets_last5": [ - 1, - 2, - 2, - 0, - 1 - ], - "recent_economy": 4.77, - "recent_wickets_per_match": 1.2 - }, - "KE Broadmore": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.78, - "recent_wickets_per_match": 0.5 - }, - "KE Bryce": { - "wickets_last5": [ - 3, - 2, - 0, - 0, - 1 - ], - "recent_economy": 5.64, - "recent_wickets_per_match": 1.2 - }, - "KE Ebrahim": { - "wickets_last5": [ - 1, - 1, - 0, - 2 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 1.0 - }, - "KE Pike": { - "wickets_last5": [ - 1 - ], - "recent_economy": 1.7, - "recent_wickets_per_match": 1.0 - }, - "KH Abe": { - "wickets_last5": [ - 1 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 1.0 - }, - "KH Brunt": { - "wickets_last5": [ - 8, - 2, - 2, - 1, - 4 - ], - "recent_economy": 2.63, - "recent_wickets_per_match": 3.4 - }, - "KH Prajapati": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "KH Sciver-Brunt": { - "wickets_last5": [ - 0, - 3, - 0, - 1, - 2 - ], - "recent_economy": 6.57, - "recent_wickets_per_match": 1.2 - }, - "KIC Asalanka": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.84, - "recent_wickets_per_match": 0.0 - }, - "KJ Coetzer": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.65, - "recent_wickets_per_match": 0.2 - }, - "KJ Ferrary": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 7.92, - "recent_wickets_per_match": 0.5 - }, - "KJ Garth": { - "wickets_last5": [ - 2, - 2, - 3, - 1 - ], - "recent_economy": 2.86, - "recent_wickets_per_match": 2.0 - }, - "KJ O'Brien": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.08, - "recent_wickets_per_match": 0.0 - }, - "KJ Patel": { - "wickets_last5": [ - 1, - 1, - 0, - 2, - 0 - ], - "recent_economy": 6.11, - "recent_wickets_per_match": 0.8 - }, - "KJ Young": { - "wickets_last5": [ - 1, - 2, - 0 - ], - "recent_economy": 7.56, - "recent_wickets_per_match": 1.0 - }, - "KK Dobell": { - "wickets_last5": [ - 0, - 2, - 2 - ], - "recent_economy": 4.04, - "recent_wickets_per_match": 1.33 - }, - "KK Donovan": { - "wickets_last5": [ - 3, - 1, - 0, - 2, - 2 - ], - "recent_economy": 3.44, - "recent_wickets_per_match": 1.6 - }, - "KK Lin Thu": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.3, - "recent_wickets_per_match": 1.0 - }, - "KK Tillett": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 18.0, - "recent_wickets_per_match": 0.5 - }, - "KKN Egodage": { - "wickets_last5": [ - 3, - 1, - 4, - 2, - 0 - ], - "recent_economy": 3.54, - "recent_wickets_per_match": 2.0 - }, - "KL Cross": { - "wickets_last5": [ - 1, - 3, - 6, - 0, - 1 - ], - "recent_economy": 3.6, - "recent_wickets_per_match": 2.2 - }, - "KL George": { - "wickets_last5": [ - 3, - 1 - ], - "recent_economy": 4.54, - "recent_wickets_per_match": 2.0 - }, - "KL Gordon": { - "wickets_last5": [ - 3 - ], - "recent_economy": 3.25, - "recent_wickets_per_match": 3.0 - }, - "KL Pulford": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.25, - "recent_wickets_per_match": 1.0 - }, - "KM Beams": { - "wickets_last5": [ - 0 - ], - "recent_economy": 1.09, - "recent_wickets_per_match": 0.0 - }, - "KM Chingaipe": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 0 - ], - "recent_economy": 5.14, - "recent_wickets_per_match": 0.6 - }, - "KM Dabengwa": { - "wickets_last5": [ - 3, - 2 - ], - "recent_economy": 3.32, - "recent_wickets_per_match": 2.5 - }, - "KM Jarvis": { - "wickets_last5": [ - 0, - 7, - 3, - 3, - 3 - ], - "recent_economy": 2.52, - "recent_wickets_per_match": 3.2 - }, - "KMA Aziz": { - "wickets_last5": [ - 0, - 1, - 1, - 3, - 2 - ], - "recent_economy": 5.38, - "recent_wickets_per_match": 1.4 - }, - "KMC Bandara": { - "wickets_last5": [ - 1 - ], - "recent_economy": 8.07, - "recent_wickets_per_match": 1.0 - }, - "KN Chaddha": { - "wickets_last5": [ - 0, - 1, - 4, - 2, - 0 - ], - "recent_economy": 6.67, - "recent_wickets_per_match": 1.4 - }, - "KN Gabhane": { - "wickets_last5": [ - 2 - ], - "recent_economy": 9.67, - "recent_wickets_per_match": 2.0 - }, - "KN Mirchandani": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.5 - }, - "KN Singh": { - "wickets_last5": [ - 0, - 0, - 1, - 1 - ], - "recent_economy": 7.14, - "recent_wickets_per_match": 0.5 - }, - "KNA Bandara": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 8.31, - "recent_wickets_per_match": 1.0 - }, - "KO Elliott": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 0.0 - }, - "KO Meth": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 1.81, - "recent_wickets_per_match": 2.0 - }, - "KOK Williams": { - "wickets_last5": [ - 4, - 1, - 1, - 2, - 0 - ], - "recent_economy": 5.25, - "recent_wickets_per_match": 1.6 - }, - "KP Meiyappan": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 6.12, - "recent_wickets_per_match": 0.2 - }, - "KR Ebanks": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.33, - "recent_wickets_per_match": 2.0 - }, - "KR Frost": { - "wickets_last5": [ - 1, - 3, - 0 - ], - "recent_economy": 2.77, - "recent_wickets_per_match": 1.33 - }, - "KR Jha": { - "wickets_last5": [ - 0, - 1, - 1, - 2, - 0 - ], - "recent_economy": 7.35, - "recent_wickets_per_match": 0.8 - }, - "KRP Silva": { - "wickets_last5": [ - 2, - 2, - 1, - 2 - ], - "recent_economy": 3.93, - "recent_wickets_per_match": 1.75 - }, - "KS Ahuja": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "KS Airee": { - "wickets_last5": [ - 2, - 0, - 0 - ], - "recent_economy": 4.95, - "recent_wickets_per_match": 0.67 - }, - "KS Bagabena": { - "wickets_last5": [ - 2 - ], - "recent_economy": 5.54, - "recent_wickets_per_match": 2.0 - }, - "KS Gautam": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.0 - }, - "KS Kasse": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.36, - "recent_wickets_per_match": 1.0 - }, - "KS Leverock": { - "wickets_last5": [ - 2, - 0, - 0, - 1 - ], - "recent_economy": 6.55, - "recent_wickets_per_match": 0.75 - }, - "KS Lokuarachchi": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 3 - ], - "recent_economy": 4.32, - "recent_wickets_per_match": 1.2 - }, - "KTGD Prasad": { - "wickets_last5": [ - 5, - 4, - 8, - 6, - 1 - ], - "recent_economy": 2.88, - "recent_wickets_per_match": 4.8 - }, - "KV Mehta": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 0.0 - }, - "KV Morea": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 1 - ], - "recent_economy": 4.87, - "recent_wickets_per_match": 0.8 - }, - "KV Vakuruivalu": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 0 - ], - "recent_economy": 2.27, - "recent_wickets_per_match": 0.6 - }, - "KY Chan": { - "wickets_last5": [ - 0, - 1, - 0, - 0 - ], - "recent_economy": 3.91, - "recent_wickets_per_match": 0.25 - }, - "KY Wilfried": { - "wickets_last5": [ - 0, - 3, - 0, - 1, - 0 - ], - "recent_economy": 7.69, - "recent_wickets_per_match": 0.8 - }, - "Kabir Berlia": { - "wickets_last5": [ - 0, - 3, - 2, - 1, - 0 - ], - "recent_economy": 9.83, - "recent_wickets_per_match": 1.2 - }, - "Kainat Imtiaz": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 4.96, - "recent_wickets_per_match": 0.2 - }, - "Kaleem Sana": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 0 - ], - "recent_economy": 4.04, - "recent_wickets_per_match": 0.6 - }, - "Kaleemullah": { - "wickets_last5": [ - 0, - 3, - 3, - 1, - 0 - ], - "recent_economy": 3.04, - "recent_wickets_per_match": 1.4 - }, - "Kamal Raiz": { - "wickets_last5": [ - 1, - 2, - 1 - ], - "recent_economy": 4.33, - "recent_wickets_per_match": 1.33 - }, - "Kamal Soukhiya": { - "wickets_last5": [ - 2, - 1, - 5, - 1, - 1 - ], - "recent_economy": 5.72, - "recent_wickets_per_match": 2.0 - }, - "Kamran Ahmadzai": { - "wickets_last5": [ - 0, - 0, - 4, - 1, - 0 - ], - "recent_economy": 8.74, - "recent_wickets_per_match": 1.0 - }, - "Kamran Khan (2)": { - "wickets_last5": [ - 0 - ], - "recent_economy": 22.36, - "recent_wickets_per_match": 0.0 - }, - "Kamran Shazad": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 5.54, - "recent_wickets_per_match": 2.0 - }, - "Kamran Wahid": { - "wickets_last5": [ - 1, - 2, - 3, - 0, - 1 - ], - "recent_economy": 8.24, - "recent_wickets_per_match": 1.4 - }, - "Kanchan Rana": { - "wickets_last5": [ - 0, - 1, - 3, - 2, - 0 - ], - "recent_economy": 4.21, - "recent_wickets_per_match": 1.2 - }, - "Karan KC": { - "wickets_last5": [ - 2, - 1, - 0, - 4, - 3 - ], - "recent_economy": 5.05, - "recent_wickets_per_match": 2.0 - }, - "Karan Singh": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 2 - ], - "recent_economy": 7.16, - "recent_wickets_per_match": 0.6 - }, - "Karanbir Singh": { - "wickets_last5": [ - 0, - 0, - 2, - 3, - 0 - ], - "recent_economy": 11.11, - "recent_wickets_per_match": 1.0 - }, - "Karma Dorji": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 0 - ], - "recent_economy": 6.69, - "recent_wickets_per_match": 0.4 - }, - "Karri Gullem Keen": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 5.59, - "recent_wickets_per_match": 0.4 - }, - "Karthik Jayaraj": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "Karthik Pillai": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.18, - "recent_wickets_per_match": 0.0 - }, - "Karuna Bhandari": { - "wickets_last5": [ - 4, - 1, - 3, - 0, - 1 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 1.8 - }, - "Karweng NG": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 8.46, - "recent_wickets_per_match": 0.0 - }, - "Kashif Abbas": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "Kashif Daud": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 0 - ], - "recent_economy": 4.2, - "recent_wickets_per_match": 0.8 - }, - "Kashif Khan": { - "wickets_last5": [ - 2, - 0, - 0, - 2 - ], - "recent_economy": 6.16, - "recent_wickets_per_match": 1.0 - }, - "Kashif Siddique": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 1.0 - }, - "Kasir Ahmed": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 10.5, - "recent_wickets_per_match": 1.0 - }, - "Kate Awuah": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 6.66, - "recent_wickets_per_match": 0.33 - }, - "Kaung Htet Kyaw": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.82, - "recent_wickets_per_match": 0.2 - }, - "Kawsar Khan": { - "wickets_last5": [ - 4, - 0, - 1, - 3, - 1 - ], - "recent_economy": 4.57, - "recent_wickets_per_match": 1.8 - }, - "Kerry Fraser": { - "wickets_last5": [ - 2, - 1, - 1, - 1, - 1 - ], - "recent_economy": 4.47, - "recent_wickets_per_match": 1.2 - }, - "Khadija Imtiaz": { - "wickets_last5": [ - 3, - 0, - 1, - 1, - 2 - ], - "recent_economy": 5.15, - "recent_wickets_per_match": 1.4 - }, - "Khadija Khalil": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 0 - ], - "recent_economy": 5.62, - "recent_wickets_per_match": 0.4 - }, - "Khadija Tul Kubra": { - "wickets_last5": [ - 1, - 3, - 0, - 0, - 1 - ], - "recent_economy": 3.46, - "recent_wickets_per_match": 1.0 - }, - "Khaibar Deldar": { - "wickets_last5": [ - 0, - 2, - 1, - 1, - 0 - ], - "recent_economy": 7.83, - "recent_wickets_per_match": 0.8 - }, - "Khalander Mustafa": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 6.13, - "recent_wickets_per_match": 2.0 - }, - "Khaled Ahmed": { - "wickets_last5": [ - 2, - 3, - 1, - 0, - 3 - ], - "recent_economy": 3.49, - "recent_wickets_per_match": 1.8 - }, - "Khalid Ahmadi": { - "wickets_last5": [ - 3, - 3, - 3, - 2, - 2 - ], - "recent_economy": 4.64, - "recent_wickets_per_match": 2.6 - }, - "Khalid Niazi": { - "wickets_last5": [ - 0, - 0, - 3, - 2, - 1 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 1.2 - }, - "Khalid Zahid": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 6.26, - "recent_wickets_per_match": 0.67 - }, - "Khan Arbaaz": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 4.09, - "recent_wickets_per_match": 1.0 - }, - "Khawar Ali": { - "wickets_last5": [ - 1, - 0, - 3, - 3, - 2 - ], - "recent_economy": 4.58, - "recent_wickets_per_match": 1.8 - }, - "Khin Aye": { - "wickets_last5": [ - 3, - 0 - ], - "recent_economy": 7.35, - "recent_wickets_per_match": 1.5 - }, - "Khizar Hayat": { - "wickets_last5": [ - 2, - 1, - 1, - 1 - ], - "recent_economy": 6.57, - "recent_wickets_per_match": 1.25 - }, - "Khurram Chohan": { - "wickets_last5": [ - 0, - 5, - 1, - 3, - 0 - ], - "recent_economy": 5.63, - "recent_wickets_per_match": 1.8 - }, - "Khurram Khan": { - "wickets_last5": [ - 0, - 0, - 0, - 3 - ], - "recent_economy": 6.66, - "recent_wickets_per_match": 0.75 - }, - "Khusboo Kandpal": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 0 - ], - "recent_economy": 5.08, - "recent_wickets_per_match": 0.6 - }, - "Khushdil Shah": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 0 - ], - "recent_economy": 5.65, - "recent_wickets_per_match": 0.4 - }, - "Khushi Sharma": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 4.71, - "recent_wickets_per_match": 0.2 - }, - "Khuzaima Tanveer": { - "wickets_last5": [ - 1, - 0, - 2 - ], - "recent_economy": 4.43, - "recent_wickets_per_match": 1.0 - }, - "Kim Daeyeon": { - "wickets_last5": [ - 2, - 2, - 0, - 2, - 3 - ], - "recent_economy": 4.49, - "recent_wickets_per_match": 1.8 - }, - "Kim Rang": { - "wickets_last5": [ - 1 - ], - "recent_economy": 8.4, - "recent_wickets_per_match": 1.0 - }, - "Kinaanath Ismail": { - "wickets_last5": [ - 0 - ], - "recent_economy": 14.16, - "recent_wickets_per_match": 0.0 - }, - "Kinley Bidha": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.51, - "recent_wickets_per_match": 0.5 - }, - "Kiyo Fujikawa": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 4.31, - "recent_wickets_per_match": 0.4 - }, - "Komalpreet Grewal": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.07, - "recent_wickets_per_match": 1.0 - }, - "Komang Putra": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.14, - "recent_wickets_per_match": 0.0 - }, - "Kuldeep Gurjar": { - "wickets_last5": [ - 1, - 2, - 0, - 1, - 1 - ], - "recent_economy": 7.69, - "recent_wickets_per_match": 1.0 - }, - "Kuldeep Lal": { - "wickets_last5": [ - 0, - 0, - 1, - 3 - ], - "recent_economy": 4.82, - "recent_wickets_per_match": 1.0 - }, - "Kulwinderjeet Singh": { - "wickets_last5": [ - 2 - ], - "recent_economy": 7.2, - "recent_wickets_per_match": 2.0 - }, - "Kushal Malla": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 3.65, - "recent_wickets_per_match": 0.2 - }, - "Kyte Gullem Keen": { - "wickets_last5": [ - 0, - 1, - 1, - 3, - 0 - ], - "recent_economy": 6.11, - "recent_wickets_per_match": 1.0 - }, - "L Anyait": { - "wickets_last5": [ - 1, - 1, - 1, - 2, - 2 - ], - "recent_economy": 2.87, - "recent_wickets_per_match": 1.4 - }, - "L Barnett": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 1 - ], - "recent_economy": 4.83, - "recent_wickets_per_match": 0.8 - }, - "L Berthe": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "L Bigula": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 4.95, - "recent_wickets_per_match": 0.5 - }, - "L Bonner": { - "wickets_last5": [ - 2, - 2, - 0, - 1, - 5 - ], - "recent_economy": 5.24, - "recent_wickets_per_match": 2.0 - }, - "L Botha": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.33, - "recent_wickets_per_match": 1.0 - }, - "L Bruce": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 2 - ], - "recent_economy": 7.28, - "recent_wickets_per_match": 0.6 - }, - "L Bull": { - "wickets_last5": [ - 2, - 0, - 0, - 1, - 1 - ], - "recent_economy": 6.47, - "recent_wickets_per_match": 0.8 - }, - "L Cardoso": { - "wickets_last5": [ - 2, - 2, - 1, - 1, - 0 - ], - "recent_economy": 5.57, - "recent_wickets_per_match": 1.2 - }, - "L Cheatle": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.56, - "recent_wickets_per_match": 0.0 - }, - "L Chipanga": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 0 - ], - "recent_economy": 3.35, - "recent_wickets_per_match": 0.6 - }, - "L Dalbina": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 2 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.6 - }, - "L Delany": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 3.52, - "recent_wickets_per_match": 0.2 - }, - "L Denny": { - "wickets_last5": [ - 0, - 2, - 2, - 0, - 2 - ], - "recent_economy": 6.66, - "recent_wickets_per_match": 1.2 - }, - "L Enoch": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.0 - }, - "L Erdenebulgan": { - "wickets_last5": [ - 0, - 3, - 1, - 0, - 2 - ], - "recent_economy": 7.1, - "recent_wickets_per_match": 1.2 - }, - "L Filer": { - "wickets_last5": [ - 2, - 2, - 3, - 0, - 4 - ], - "recent_economy": 3.9, - "recent_wickets_per_match": 2.2 - }, - "L Gharasim": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.5 - }, - "L Gregory": { - "wickets_last5": [ - 0, - 3, - 1 - ], - "recent_economy": 4.73, - "recent_wickets_per_match": 1.33 - }, - "L Greig": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.32, - "recent_wickets_per_match": 2.0 - }, - "L Hamilton": { - "wickets_last5": [ - 2, - 1, - 3, - 0 - ], - "recent_economy": 3.89, - "recent_wickets_per_match": 1.5 - }, - "L Holmgaard": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 2 - ], - "recent_economy": 2.74, - "recent_wickets_per_match": 1.0 - }, - "L Horan": { - "wickets_last5": [ - 5, - 0, - 1 - ], - "recent_economy": 2.04, - "recent_wickets_per_match": 2.0 - }, - "L Hornby-Wheeler": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.67, - "recent_wickets_per_match": 0.0 - }, - "L Idambo": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 9.17, - "recent_wickets_per_match": 0.2 - }, - "L Jie": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 3.6, - "recent_wickets_per_match": 0.33 - }, - "L Jones": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 4.28, - "recent_wickets_per_match": 2.0 - }, - "L Karlsson": { - "wickets_last5": [ - 3, - 2, - 1, - 0, - 4 - ], - "recent_economy": 4.99, - "recent_wickets_per_match": 2.0 - }, - "L Keny": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 5 - ], - "recent_economy": 3.67, - "recent_wickets_per_match": 1.4 - }, - "L Khotso": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.56, - "recent_wickets_per_match": 0.5 - }, - "L Klokgieters": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 2 - ], - "recent_economy": 4.6, - "recent_wickets_per_match": 0.8 - }, - "L Kooagile": { - "wickets_last5": [ - 1 - ], - "recent_economy": 1.38, - "recent_wickets_per_match": 1.0 - }, - "L Krvaric": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 2 - ], - "recent_economy": 3.19, - "recent_wickets_per_match": 0.6 - }, - "L Lamin": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 8.4, - "recent_wickets_per_match": 0.33 - }, - "L Lee": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 3.42, - "recent_wickets_per_match": 0.67 - }, - "L Leemhuis": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.5 - }, - "L Little": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 6 - ], - "recent_economy": 4.1, - "recent_wickets_per_match": 1.8 - }, - "L Mabhero": { - "wickets_last5": [ - 0, - 1, - 1, - 3, - 1 - ], - "recent_economy": 4.24, - "recent_wickets_per_match": 1.2 - }, - "L Makgale": { - "wickets_last5": [ - 3, - 1 - ], - "recent_economy": 1.62, - "recent_wickets_per_match": 2.0 - }, - "L Malino": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 2 - ], - "recent_economy": 4.65, - "recent_wickets_per_match": 0.8 - }, - "L Mamba": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 1 - ], - "recent_economy": 5.18, - "recent_wickets_per_match": 0.8 - }, - "L Maphane": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 10.5, - "recent_wickets_per_match": 0.5 - }, - "L Maritz": { - "wickets_last5": [ - 4, - 0, - 0 - ], - "recent_economy": 6.26, - "recent_wickets_per_match": 1.33 - }, - "L Martin": { - "wickets_last5": [ - 0, - 4 - ], - "recent_economy": 5.18, - "recent_wickets_per_match": 2.0 - }, - "L McCarthy": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.18, - "recent_wickets_per_match": 1.0 - }, - "L Moises": { - "wickets_last5": [ - 1, - 1, - 3, - 1, - 0 - ], - "recent_economy": 4.4, - "recent_wickets_per_match": 1.2 - }, - "L Monanthane": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 3 - ], - "recent_economy": 7.96, - "recent_wickets_per_match": 1.2 - }, - "L Mophakedi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.22, - "recent_wickets_per_match": 0.0 - }, - "L Nou": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 5.57, - "recent_wickets_per_match": 1.0 - }, - "L Ntanzi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "L Nyarko": { - "wickets_last5": [ - 0, - 2, - 1, - 3, - 3 - ], - "recent_economy": 3.45, - "recent_wickets_per_match": 1.8 - }, - "L Ostergaard": { - "wickets_last5": [ - 1, - 1, - 2, - 1, - 1 - ], - "recent_economy": 3.52, - "recent_wickets_per_match": 1.2 - }, - "L Paul": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 0.0 - }, - "L Phiri": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 1 - ], - "recent_economy": 4.08, - "recent_wickets_per_match": 0.8 - }, - "L Piety": { - "wickets_last5": [ - 2, - 0, - 6, - 3, - 0 - ], - "recent_economy": 3.56, - "recent_wickets_per_match": 2.2 - }, - "L Polaki": { - "wickets_last5": [ - 1, - 2, - 1, - 0, - 1 - ], - "recent_economy": 3.41, - "recent_wickets_per_match": 1.0 - }, - "L Qiao": { - "wickets_last5": [ - 1, - 2, - 1, - 1, - 1 - ], - "recent_economy": 3.52, - "recent_wickets_per_match": 1.2 - }, - "L Ramjit": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 3 - ], - "recent_economy": 3.78, - "recent_wickets_per_match": 1.2 - }, - "L Rika": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.33, - "recent_wickets_per_match": 0.0 - }, - "L Samani": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "L Sanogo": { - "wickets_last5": [ - 3, - 2, - 0, - 0, - 0 - ], - "recent_economy": 6.62, - "recent_wickets_per_match": 1.0 - }, - "L Shafeeg": { - "wickets_last5": [ - 1, - 0, - 3, - 1, - 1 - ], - "recent_economy": 5.47, - "recent_wickets_per_match": 1.2 - }, - "L Shetty": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.47, - "recent_wickets_per_match": 0.0 - }, - "L Siaka": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 4.17, - "recent_wickets_per_match": 0.4 - }, - "L Sipamla": { - "wickets_last5": [ - 1, - 4, - 7 - ], - "recent_economy": 3.36, - "recent_wickets_per_match": 4.0 - }, - "L Solomone": { - "wickets_last5": [ - 2 - ], - "recent_economy": 7.33, - "recent_wickets_per_match": 2.0 - }, - "L Sormus": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 1 - ], - "recent_economy": 3.47, - "recent_wickets_per_match": 0.8 - }, - "L Tastuki": { - "wickets_last5": [ - 1, - 1, - 2, - 1, - 2 - ], - "recent_economy": 2.34, - "recent_wickets_per_match": 1.4 - }, - "L Taylor": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 0 - ], - "recent_economy": 4.38, - "recent_wickets_per_match": 0.6 - }, - "L Thobela": { - "wickets_last5": [ - 0 - ], - "recent_economy": 1.09, - "recent_wickets_per_match": 0.0 - }, - "L Tshuma": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 1 - ], - "recent_economy": 5.31, - "recent_wickets_per_match": 0.8 - }, - "L Udeh": { - "wickets_last5": [ - 0, - 1, - 1, - 4, - 0 - ], - "recent_economy": 3.83, - "recent_wickets_per_match": 1.2 - }, - "L Visser": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 3 - ], - "recent_economy": 5.82, - "recent_wickets_per_match": 1.0 - }, - "L Vuadreu": { - "wickets_last5": [ - 4 - ], - "recent_economy": 3.2, - "recent_wickets_per_match": 4.0 - }, - "L Wahmowe": { - "wickets_last5": [ - 4, - 2, - 2 - ], - "recent_economy": 4.03, - "recent_wickets_per_match": 2.67 - }, - "L Ward": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 1.0 - }, - "L Wesley": { - "wickets_last5": [ - 0, - 1, - 1, - 1 - ], - "recent_economy": 6.32, - "recent_wickets_per_match": 0.75 - }, - "LA Burns": { - "wickets_last5": [ - 0, - 2, - 2, - 2, - 1 - ], - "recent_economy": 3.52, - "recent_wickets_per_match": 1.4 - }, - "LA Dawson": { - "wickets_last5": [ - 1, - 1, - 4, - 2 - ], - "recent_economy": 2.93, - "recent_wickets_per_match": 2.0 - }, - "LA Dunbar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.0 - }, - "LA Goncalves": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 1 - ], - "recent_economy": 6.29, - "recent_wickets_per_match": 0.8 - }, - "LA Marsh": { - "wickets_last5": [ - 4, - 3, - 3, - 3, - 1 - ], - "recent_economy": 2.57, - "recent_wickets_per_match": 2.8 - }, - "LA McBride": { - "wickets_last5": [ - 0, - 3, - 2 - ], - "recent_economy": 3.59, - "recent_wickets_per_match": 1.67 - }, - "LA Musiani": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 7.05, - "recent_wickets_per_match": 0.4 - }, - "LA Simango": { - "wickets_last5": [ - 2, - 1, - 1, - 0, - 0 - ], - "recent_economy": 5.38, - "recent_wickets_per_match": 0.8 - }, - "LAR Bommareddy": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 4 - ], - "recent_economy": 3.81, - "recent_wickets_per_match": 0.8 - }, - "LC Le Tissier": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 3.58, - "recent_wickets_per_match": 0.33 - }, - "LC Sthalekar": { - "wickets_last5": [ - 2, - 2, - 4, - 1, - 1 - ], - "recent_economy": 1.71, - "recent_wickets_per_match": 2.0 - }, - "LCN Smith": { - "wickets_last5": [ - 0, - 3, - 2, - 1, - 0 - ], - "recent_economy": 4.86, - "recent_wickets_per_match": 1.2 - }, - "LD Chukkapalli-Llinares": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.69, - "recent_wickets_per_match": 0.0 - }, - "LD Madushanka": { - "wickets_last5": [ - 0, - 2, - 4, - 0, - 2 - ], - "recent_economy": 7.59, - "recent_wickets_per_match": 1.6 - }, - "LE Kaushalya": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.29, - "recent_wickets_per_match": 0.0 - }, - "LF Muller": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 1 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.6 - }, - "LG Moras": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 0 - ], - "recent_economy": 6.51, - "recent_wickets_per_match": 0.4 - }, - "LH Rodrigues": { - "wickets_last5": [ - 1, - 2, - 0, - 0, - 2 - ], - "recent_economy": 4.95, - "recent_wickets_per_match": 1.0 - }, - "LHB Harrington-Myers": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 5.11, - "recent_wickets_per_match": 1.0 - }, - "LI Haoye": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 1 - ], - "recent_economy": 3.89, - "recent_wickets_per_match": 0.6 - }, - "LI Salomone": { - "wickets_last5": [ - 2, - 1, - 2, - 0, - 2 - ], - "recent_economy": 7.04, - "recent_wickets_per_match": 1.4 - }, - "LJ Leokaoke": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 1 - ], - "recent_economy": 6.82, - "recent_wickets_per_match": 0.6 - }, - "LJ Myott": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 2 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.0 - }, - "LJ Payas": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 0 - ], - "recent_economy": 4.02, - "recent_wickets_per_match": 0.6 - }, - "LJ Woodcock": { - "wickets_last5": [ - 2, - 1, - 0, - 0 - ], - "recent_economy": 5.53, - "recent_wickets_per_match": 0.75 - }, - "LK Bell": { - "wickets_last5": [ - 3, - 2, - 8, - 3, - 3 - ], - "recent_economy": 3.56, - "recent_wickets_per_match": 3.8 - }, - "LK Bennett": { - "wickets_last5": [ - 1, - 2, - 1, - 1, - 3 - ], - "recent_economy": 4.81, - "recent_wickets_per_match": 1.6 - }, - "LK Hamilton": { - "wickets_last5": [ - 6 - ], - "recent_economy": 3.32, - "recent_wickets_per_match": 6.0 - }, - "LK O'Reilly": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 0 - ], - "recent_economy": 3.4, - "recent_wickets_per_match": 0.6 - }, - "LK Sharma": { - "wickets_last5": [ - 1 - ], - "recent_economy": 9.67, - "recent_wickets_per_match": 1.0 - }, - "LKW Ezechiel": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 10.7, - "recent_wickets_per_match": 0.33 - }, - "LL Dimba": { - "wickets_last5": [ - 2, - 0, - 1, - 2, - 1 - ], - "recent_economy": 4.84, - "recent_wickets_per_match": 1.2 - }, - "LL Htun": { - "wickets_last5": [ - 1, - 0, - 3, - 1, - 0 - ], - "recent_economy": 3.19, - "recent_wickets_per_match": 1.0 - }, - "LL Tsotsobe": { - "wickets_last5": [ - 2, - 5, - 1, - 2, - 1 - ], - "recent_economy": 2.99, - "recent_wickets_per_match": 2.2 - }, - "LM Christensen": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "LM Gabriel": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 6.51, - "recent_wickets_per_match": 0.2 - }, - "LM Jongwe": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 1.0 - }, - "LM Kasperek": { - "wickets_last5": [ - 0, - 2, - 4, - 1, - 3 - ], - "recent_economy": 4.01, - "recent_wickets_per_match": 2.0 - }, - "LM Sims": { - "wickets_last5": [ - 2, - 0, - 3 - ], - "recent_economy": 3.43, - "recent_wickets_per_match": 1.67 - }, - "LMM Tahuhu": { - "wickets_last5": [ - 1, - 0, - 2, - 3, - 1 - ], - "recent_economy": 3.31, - "recent_wickets_per_match": 1.4 - }, - "LN McCarthy": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 0 - ], - "recent_economy": 3.16, - "recent_wickets_per_match": 0.6 - }, - "LN Oluoch": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 1 - ], - "recent_economy": 8.79, - "recent_wickets_per_match": 0.6 - }, - "LN Onyango": { - "wickets_last5": [ - 2, - 0, - 2, - 0, - 3 - ], - "recent_economy": 4.15, - "recent_wickets_per_match": 1.4 - }, - "LN Rajbanshi": { - "wickets_last5": [ - 2, - 4, - 1, - 0, - 1 - ], - "recent_economy": 3.67, - "recent_wickets_per_match": 1.6 - }, - "LO Telea": { - "wickets_last5": [ - 0, - 5, - 1, - 2, - 2 - ], - "recent_economy": 2.93, - "recent_wickets_per_match": 2.0 - }, - "LP Kasturiarachchige": { - "wickets_last5": [ - 1, - 0, - 2 - ], - "recent_economy": 7.9, - "recent_wickets_per_match": 1.0 - }, - "LR Doolan": { - "wickets_last5": [ - 3, - 2, - 0, - 0 - ], - "recent_economy": 5.08, - "recent_wickets_per_match": 1.25 - }, - "LR Gaonkar": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 7.17, - "recent_wickets_per_match": 0.5 - }, - "LS Baker": { - "wickets_last5": [ - 1, - 0, - 5 - ], - "recent_economy": 3.53, - "recent_wickets_per_match": 2.0 - }, - "LS Barkania": { - "wickets_last5": [ - 3, - 2, - 2, - 1, - 2 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 2.0 - }, - "LS Mulivai": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 3.91, - "recent_wickets_per_match": 0.5 - }, - "LS Simelane": { - "wickets_last5": [ - 0, - 2, - 1, - 2, - 2 - ], - "recent_economy": 6.2, - "recent_wickets_per_match": 1.4 - }, - "LT Bichard": { - "wickets_last5": [ - 2, - 1, - 3, - 0, - 2 - ], - "recent_economy": 6.7, - "recent_wickets_per_match": 1.6 - }, - "LV Boas": { - "wickets_last5": [ - 0, - 1, - 3, - 1, - 1 - ], - "recent_economy": 5.43, - "recent_wickets_per_match": 1.2 - }, - "LV Mandhate": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 3.89, - "recent_wickets_per_match": 1.5 - }, - "LV van Beek": { - "wickets_last5": [ - 1, - 0, - 2, - 1, - 4 - ], - "recent_economy": 5.96, - "recent_wickets_per_match": 1.6 - }, - "LW Potthoff": { - "wickets_last5": [ - 3, - 1 - ], - "recent_economy": 5.12, - "recent_wickets_per_match": 2.0 - }, - "LY Loch Srey": { - "wickets_last5": [ - 1, - 2, - 1, - 0, - 0 - ], - "recent_economy": 4.05, - "recent_wickets_per_match": 0.8 - }, - "Laiba": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 5.8, - "recent_wickets_per_match": 0.5 - }, - "Laiba Nasrullah": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 9.1, - "recent_wickets_per_match": 0.0 - }, - "Lakshit Gupta": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 0 - ], - "recent_economy": 10.29, - "recent_wickets_per_match": 0.4 - }, - "Lata Mondal": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 0 - ], - "recent_economy": 5.52, - "recent_wickets_per_match": 0.4 - }, - "Latsha Haleemath": { - "wickets_last5": [ - 0, - 0, - 2, - 0 - ], - "recent_economy": 9.29, - "recent_wickets_per_match": 0.5 - }, - "Lee Kangmin": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.36, - "recent_wickets_per_match": 0.0 - }, - "Lemar Momand": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 5.49, - "recent_wickets_per_match": 0.2 - }, - "Lihara Ayeysekara": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 2 - ], - "recent_economy": 7.32, - "recent_wickets_per_match": 0.6 - }, - "Likitha Yadav": { - "wickets_last5": [ - 2, - 1, - 3, - 2, - 1 - ], - "recent_economy": 2.6, - "recent_wickets_per_match": 1.8 - }, - "Lily Lamb": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 4.08, - "recent_wickets_per_match": 0.67 - }, - "Lily Rani Biswas": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "Lopamudra": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.61, - "recent_wickets_per_match": 0.0 - }, - "Lovedeep Singh": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 2 - ], - "recent_economy": 7.23, - "recent_wickets_per_match": 0.8 - }, - "Luca Petre": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 2 - ], - "recent_economy": 7.1, - "recent_wickets_per_match": 0.8 - }, - "Lucas Rossi": { - "wickets_last5": [ - 1, - 1, - 4, - 0, - 0 - ], - "recent_economy": 5.12, - "recent_wickets_per_match": 1.2 - }, - "Lucky Ali": { - "wickets_last5": [ - 2, - 1, - 1, - 0, - 0 - ], - "recent_economy": 8.11, - "recent_wickets_per_match": 0.8 - }, - "Luis Hermida": { - "wickets_last5": [ - 1, - 1, - 0, - 3, - 1 - ], - "recent_economy": 4.86, - "recent_wickets_per_match": 1.2 - }, - "Lujaina": { - "wickets_last5": [ - 1, - 1, - 3 - ], - "recent_economy": 4.13, - "recent_wickets_per_match": 1.67 - }, - "Luka Woods": { - "wickets_last5": [ - 3, - 0, - 0, - 0, - 2 - ], - "recent_economy": 8.48, - "recent_wickets_per_match": 1.0 - }, - "Luo Shilin": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 10.36, - "recent_wickets_per_match": 0.0 - }, - "Luqman Butt": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 0 - ], - "recent_economy": 4.72, - "recent_wickets_per_match": 0.6 - }, - "Luqman Hussan": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.13, - "recent_wickets_per_match": 0.0 - }, - "Ly Saomakara": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 4.64, - "recent_wickets_per_match": 1.0 - }, - "Lyu Yihan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 0.0 - }, - "M Abdulla": { - "wickets_last5": [ - 1, - 1, - 6, - 0, - 1 - ], - "recent_economy": 4.78, - "recent_wickets_per_match": 1.8 - }, - "M Aboagye": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 3.48, - "recent_wickets_per_match": 1.0 - }, - "M Ahono": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.82, - "recent_wickets_per_match": 1.0 - }, - "M Akayezu": { - "wickets_last5": [ - 2, - 2, - 2, - 1, - 0 - ], - "recent_economy": 3.58, - "recent_wickets_per_match": 1.4 - }, - "M Akhigbe": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "M Altankhuyag": { - "wickets_last5": [ - 1 - ], - "recent_economy": 17.65, - "recent_wickets_per_match": 1.0 - }, - "M Ansari": { - "wickets_last5": [ - 4, - 0, - 4, - 2, - 2 - ], - "recent_economy": 6.14, - "recent_wickets_per_match": 2.4 - }, - "M Anyigo": { - "wickets_last5": [ - 3 - ], - "recent_economy": 1.5, - "recent_wickets_per_match": 3.0 - }, - "M Ariokot": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 2 - ], - "recent_economy": 5.41, - "recent_wickets_per_match": 0.6 - }, - "M Artur": { - "wickets_last5": [ - 0, - 2, - 1, - 2, - 0 - ], - "recent_economy": 4.55, - "recent_wickets_per_match": 1.0 - }, - "M Ayodhya": { - "wickets_last5": [ - 2, - 2, - 1, - 1, - 0 - ], - "recent_economy": 5.56, - "recent_wickets_per_match": 1.2 - }, - "M Badenhorst": { - "wickets_last5": [ - 0, - 1, - 4, - 0, - 0 - ], - "recent_economy": 7.94, - "recent_wickets_per_match": 1.0 - }, - "M Batnasan": { - "wickets_last5": [ - 1, - 3, - 2, - 3 - ], - "recent_economy": 6.22, - "recent_wickets_per_match": 2.25 - }, - "M Beardman": { - "wickets_last5": [ - 6, - 6, - 2, - 6, - 4 - ], - "recent_economy": 7.22, - "recent_wickets_per_match": 4.8 - }, - "M Bhatia": { - "wickets_last5": [ - 0, - 0, - 2 - ], - "recent_economy": 4.06, - "recent_wickets_per_match": 0.67 - }, - "M Bibi": { - "wickets_last5": [ - 1, - 3, - 2, - 2, - 3 - ], - "recent_economy": 3.55, - "recent_wickets_per_match": 2.2 - }, - "M Biu": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 2 - ], - "recent_economy": 6.05, - "recent_wickets_per_match": 0.6 - }, - "M Brasier": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 8.06, - "recent_wickets_per_match": 0.5 - }, - "M Breban": { - "wickets_last5": [ - 3 - ], - "recent_economy": 5.52, - "recent_wickets_per_match": 3.0 - }, - "M Campopiano": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 5.58, - "recent_wickets_per_match": 0.67 - }, - "M Chabula": { - "wickets_last5": [ - 1, - 2, - 1, - 3, - 1 - ], - "recent_economy": 4.35, - "recent_wickets_per_match": 1.6 - }, - "M Chadha": { - "wickets_last5": [ - 1, - 2, - 1, - 2, - 2 - ], - "recent_economy": 8.91, - "recent_wickets_per_match": 1.6 - }, - "M Charlie": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 5.23, - "recent_wickets_per_match": 1.5 - }, - "M Chaudhary": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 2.0 - }, - "M Chereches": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 5.28, - "recent_wickets_per_match": 0.5 - }, - "M Choamba": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 0 - ], - "recent_economy": 3.65, - "recent_wickets_per_match": 0.6 - }, - "M Cope": { - "wickets_last5": [ - 0, - 2, - 1, - 1, - 2 - ], - "recent_economy": 8.08, - "recent_wickets_per_match": 1.2 - }, - "M Corazon": { - "wickets_last5": [ - 3, - 0, - 0, - 0, - 1 - ], - "recent_economy": 2.22, - "recent_wickets_per_match": 0.8 - }, - "M Dale-Bradley": { - "wickets_last5": [ - 0, - 1, - 1, - 4, - 2 - ], - "recent_economy": 5.8, - "recent_wickets_per_match": 1.6 - }, - "M Daniels": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 0 - ], - "recent_economy": 4.87, - "recent_wickets_per_match": 0.4 - }, - "M Desmond": { - "wickets_last5": [ - 3, - 1, - 1, - 1, - 2 - ], - "recent_economy": 3.38, - "recent_wickets_per_match": 1.6 - }, - "M Dixit": { - "wickets_last5": [ - 2, - 0, - 1, - 2, - 2 - ], - "recent_economy": 7.31, - "recent_wickets_per_match": 1.4 - }, - "M Dlamini": { - "wickets_last5": [ - 3, - 2, - 0, - 2, - 0 - ], - "recent_economy": 4.76, - "recent_wickets_per_match": 1.4 - }, - "M Durdevac": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.77, - "recent_wickets_per_match": 0.0 - }, - "M Elikana": { - "wickets_last5": [ - 2 - ], - "recent_economy": 0.86, - "recent_wickets_per_match": 2.0 - }, - "M Enkhzul": { - "wickets_last5": [ - 0, - 2, - 0, - 4, - 0 - ], - "recent_economy": 3.8, - "recent_wickets_per_match": 1.2 - }, - "M Faheem": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 7.89, - "recent_wickets_per_match": 0.0 - }, - "M Faraz Akram": { - "wickets_last5": [ - 1, - 0, - 3 - ], - "recent_economy": 5.44, - "recent_wickets_per_match": 1.33 - }, - "M Fontaine": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.18, - "recent_wickets_per_match": 0.0 - }, - "M Fru": { - "wickets_last5": [ - 1, - 3, - 1, - 0 - ], - "recent_economy": 8.76, - "recent_wickets_per_match": 1.25 - }, - "M Gaur": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 3.38, - "recent_wickets_per_match": 2.0 - }, - "M Gherasim": { - "wickets_last5": [ - 0, - 1, - 0, - 0 - ], - "recent_economy": 5.81, - "recent_wickets_per_match": 0.25 - }, - "M Gill": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 2.36, - "recent_wickets_per_match": 0.5 - }, - "M Gogev": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.62, - "recent_wickets_per_match": 0.2 - }, - "M Gorases": { - "wickets_last5": [ - 0, - 0, - 3, - 1, - 1 - ], - "recent_economy": 6.72, - "recent_wickets_per_match": 1.0 - }, - "M Gouws": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.67, - "recent_wickets_per_match": 1.0 - }, - "M Grzinic": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 2.0 - }, - "M Heingo": { - "wickets_last5": [ - 0, - 3 - ], - "recent_economy": 5.47, - "recent_wickets_per_match": 1.5 - }, - "M Hill": { - "wickets_last5": [ - 2, - 3, - 0, - 0, - 1 - ], - "recent_economy": 3.2, - "recent_wickets_per_match": 1.2 - }, - "M Holmes": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 3.95, - "recent_wickets_per_match": 0.33 - }, - "M Hundal": { - "wickets_last5": [ - 1, - 1, - 3, - 3, - 1 - ], - "recent_economy": 4.77, - "recent_wickets_per_match": 1.8 - }, - "M Idambo": { - "wickets_last5": [ - 1, - 2, - 0, - 0, - 2 - ], - "recent_economy": 3.84, - "recent_wickets_per_match": 1.0 - }, - "M Imimole": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.69, - "recent_wickets_per_match": 0.0 - }, - "M Janicijevic": { - "wickets_last5": [ - 2, - 0, - 1, - 1, - 0 - ], - "recent_economy": 7.82, - "recent_wickets_per_match": 0.8 - }, - "M Jayphert": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.92, - "recent_wickets_per_match": 0.0 - }, - "M Jele": { - "wickets_last5": [ - 1, - 3, - 0, - 1, - 0 - ], - "recent_economy": 7.79, - "recent_wickets_per_match": 1.0 - }, - "M Jenkinson": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 8.11, - "recent_wickets_per_match": 1.0 - }, - "M Jevdjenovic": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 2 - ], - "recent_economy": 3.77, - "recent_wickets_per_match": 0.6 - }, - "M Jobarteh": { - "wickets_last5": [ - 1, - 0, - 3, - 3, - 0 - ], - "recent_economy": 7.59, - "recent_wickets_per_match": 1.4 - }, - "M Joshi": { - "wickets_last5": [ - 1, - 0, - 2, - 1, - 2 - ], - "recent_economy": 5.25, - "recent_wickets_per_match": 1.2 - }, - "M Kachingo": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 1 - ], - "recent_economy": 4.44, - "recent_wickets_per_match": 0.6 - }, - "M Kadyan": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 6.51, - "recent_wickets_per_match": 0.4 - }, - "M Kanno": { - "wickets_last5": [ - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.3, - "recent_wickets_per_match": 0.25 - }, - "M Kapp": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 1.78, - "recent_wickets_per_match": 0.5 - }, - "M Kasselman": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 0.0 - }, - "M Kaswan": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 1 - ], - "recent_economy": 4.15, - "recent_wickets_per_match": 0.8 - }, - "M Kaukura": { - "wickets_last5": [ - 1, - 2, - 0, - 3 - ], - "recent_economy": 5.36, - "recent_wickets_per_match": 1.5 - }, - "M Kaur": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "M Kearvell": { - "wickets_last5": [ - 2, - 0, - 0, - 0 - ], - "recent_economy": 4.96, - "recent_wickets_per_match": 0.5 - }, - "M Khauta": { - "wickets_last5": [ - 0, - 0, - 2 - ], - "recent_economy": 8.77, - "recent_wickets_per_match": 0.67 - }, - "M Khojbariya": { - "wickets_last5": [ - 0, - 2, - 1, - 4, - 0 - ], - "recent_economy": 9.07, - "recent_wickets_per_match": 1.4 - }, - "M Klaas": { - "wickets_last5": [ - 0, - 3 - ], - "recent_economy": 4.18, - "recent_wickets_per_match": 1.5 - }, - "M Kojo": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.51, - "recent_wickets_per_match": 0.5 - }, - "M Koli": { - "wickets_last5": [ - 1, - 2, - 0, - 0, - 2 - ], - "recent_economy": 7.37, - "recent_wickets_per_match": 1.0 - }, - "M Kpaka": { - "wickets_last5": [ - 0, - 3, - 0, - 1, - 2 - ], - "recent_economy": 5.77, - "recent_wickets_per_match": 1.2 - }, - "M Kristensen": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 0.5 - }, - "M Kulfiwala": { - "wickets_last5": [ - 2 - ], - "recent_economy": 1.2, - "recent_wickets_per_match": 2.0 - }, - "M Kyriacou": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 6.49, - "recent_wickets_per_match": 0.5 - }, - "M Landsman": { - "wickets_last5": [ - 2 - ], - "recent_economy": 2.64, - "recent_wickets_per_match": 2.0 - }, - "M Leporoporo": { - "wickets_last5": [ - 0, - 0, - 5, - 0 - ], - "recent_economy": 6.55, - "recent_wickets_per_match": 1.25 - }, - "M Levitt": { - "wickets_last5": [ - 2, - 3, - 0, - 2, - 0 - ], - "recent_economy": 4.88, - "recent_wickets_per_match": 1.4 - }, - "M Mabvuka": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.65, - "recent_wickets_per_match": 1.0 - }, - "M Madara": { - "wickets_last5": [ - 1, - 2, - 2, - 2, - 0 - ], - "recent_economy": 3.48, - "recent_wickets_per_match": 1.4 - }, - "M Magagula": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 9.16, - "recent_wickets_per_match": 0.0 - }, - "M Malle": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.79, - "recent_wickets_per_match": 0.5 - }, - "M Mani": { - "wickets_last5": [ - 2, - 0, - 2 - ], - "recent_economy": 6.15, - "recent_wickets_per_match": 1.33 - }, - "M Manivannan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.47, - "recent_wickets_per_match": 0.0 - }, - "M Martinez": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 0 - ], - "recent_economy": 4.99, - "recent_wickets_per_match": 0.4 - }, - "M Matobole": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.59, - "recent_wickets_per_match": 1.0 - }, - "M Mavunga": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 5.92, - "recent_wickets_per_match": 0.2 - }, - "M McColl": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.81, - "recent_wickets_per_match": 0.0 - }, - "M Mete": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.7, - "recent_wickets_per_match": 1.0 - }, - "M Methtananda": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.5, - "recent_wickets_per_match": 0.0 - }, - "M Modise": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.2, - "recent_wickets_per_match": 0.0 - }, - "M Modric": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "M Montgomery": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.0 - }, - "M Mooketsi": { - "wickets_last5": [ - 1, - 3, - 2 - ], - "recent_economy": 6.87, - "recent_wickets_per_match": 2.0 - }, - "M Mumford": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 0.0 - }, - "M Musinguzi": { - "wickets_last5": [ - 2, - 0, - 2, - 0, - 0 - ], - "recent_economy": 6.3, - "recent_wickets_per_match": 0.8 - }, - "M Mwamadi": { - "wickets_last5": [ - 2 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 2.0 - }, - "M Mwangi": { - "wickets_last5": [ - 0, - 1, - 1, - 0 - ], - "recent_economy": 3.61, - "recent_wickets_per_match": 0.5 - }, - "M Mwatile": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 1 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.8 - }, - "M Ndhambi": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 5.27, - "recent_wickets_per_match": 0.33 - }, - "M Ngoche": { - "wickets_last5": [ - 2, - 0, - 0 - ], - "recent_economy": 2.76, - "recent_wickets_per_match": 0.67 - }, - "M Nguni": { - "wickets_last5": [ - 2, - 0, - 1, - 1, - 1 - ], - "recent_economy": 6.11, - "recent_wickets_per_match": 1.0 - }, - "M Noble": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.6, - "recent_wickets_per_match": 1.0 - }, - "M Ochieng": { - "wickets_last5": [ - 2, - 3, - 1, - 0, - 2 - ], - "recent_economy": 3.71, - "recent_wickets_per_match": 1.6 - }, - "M Ogawa": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 7.08, - "recent_wickets_per_match": 0.4 - }, - "M Ortiz": { - "wickets_last5": [ - 2, - 1, - 2 - ], - "recent_economy": 3.33, - "recent_wickets_per_match": 1.67 - }, - "M Ozturk": { - "wickets_last5": [ - 2, - 1, - 2, - 0, - 1 - ], - "recent_economy": 7.85, - "recent_wickets_per_match": 1.2 - }, - "M Parinitha": { - "wickets_last5": [ - 0, - 1, - 3, - 2, - 3 - ], - "recent_economy": 3.96, - "recent_wickets_per_match": 1.8 - }, - "M Paryani": { - "wickets_last5": [ - 2 - ], - "recent_economy": 0.75, - "recent_wickets_per_match": 2.0 - }, - "M Pascal": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 3.71, - "recent_wickets_per_match": 0.33 - }, - "M Perisic": { - "wickets_last5": [ - 1, - 1, - 1, - 2 - ], - "recent_economy": 2.19, - "recent_wickets_per_match": 1.25 - }, - "M Phiase": { - "wickets_last5": [ - 1, - 3, - 0, - 0, - 1 - ], - "recent_economy": 2.44, - "recent_wickets_per_match": 1.0 - }, - "M Podosky": { - "wickets_last5": [ - 3, - 0, - 0, - 1, - 0 - ], - "recent_economy": 6.86, - "recent_wickets_per_match": 0.8 - }, - "M Polimeri": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "M Prasanna": { - "wickets_last5": [ - 2, - 1, - 1, - 0 - ], - "recent_economy": 8.89, - "recent_wickets_per_match": 1.0 - }, - "M Pushpakumara": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.87, - "recent_wickets_per_match": 0.0 - }, - "M Raikes": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 13.7, - "recent_wickets_per_match": 0.4 - }, - "M Ramafifi": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 1 - ], - "recent_economy": 5.17, - "recent_wickets_per_match": 0.6 - }, - "M Ribeiro": { - "wickets_last5": [ - 2, - 2, - 1, - 1, - 1 - ], - "recent_economy": 4.01, - "recent_wickets_per_match": 1.4 - }, - "M Robinson": { - "wickets_last5": [ - 1, - 0, - 2, - 4, - 0 - ], - "recent_economy": 4.55, - "recent_wickets_per_match": 1.4 - }, - "M Saastamoinen": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 2 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.6 - }, - "M Salum": { - "wickets_last5": [ - 3 - ], - "recent_economy": 1.2, - "recent_wickets_per_match": 3.0 - }, - "M Sarenac": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 0 - ], - "recent_economy": 6.74, - "recent_wickets_per_match": 0.4 - }, - "M Sedgwick": { - "wickets_last5": [ - 0 - ], - "recent_economy": 21.0, - "recent_wickets_per_match": 0.0 - }, - "M Sefati": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 4.4, - "recent_wickets_per_match": 0.5 - }, - "M Separovic": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 11.91, - "recent_wickets_per_match": 0.33 - }, - "M Shahbaz Butt": { - "wickets_last5": [ - 3, - 1, - 1 - ], - "recent_economy": 4.85, - "recent_wickets_per_match": 1.67 - }, - "M Shehani": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.8, - "recent_wickets_per_match": 0.0 - }, - "M Sheriff": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 3.31, - "recent_wickets_per_match": 0.33 - }, - "M Short": { - "wickets_last5": [ - 0, - 3, - 2, - 0, - 2 - ], - "recent_economy": 2.38, - "recent_wickets_per_match": 1.4 - }, - "M Shumba": { - "wickets_last5": [ - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.05, - "recent_wickets_per_match": 0.25 - }, - "M Simpson-Parker": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.75, - "recent_wickets_per_match": 1.0 - }, - "M Smith": { - "wickets_last5": [ - 2 - ], - "recent_economy": 9.67, - "recent_wickets_per_match": 2.0 - }, - "M Spoors": { - "wickets_last5": [ - 0, - 3, - 0 - ], - "recent_economy": 5.41, - "recent_wickets_per_match": 1.0 - }, - "M Stanikzai": { - "wickets_last5": [ - 0, - 2, - 2, - 0, - 2 - ], - "recent_economy": 9.17, - "recent_wickets_per_match": 1.2 - }, - "M Stevanovic": { - "wickets_last5": [ - 3, - 3, - 0, - 1 - ], - "recent_economy": 2.77, - "recent_wickets_per_match": 1.75 - }, - "M Stoman": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.94, - "recent_wickets_per_match": 2.0 - }, - "M Strano": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 2 - ], - "recent_economy": 7.41, - "recent_wickets_per_match": 0.8 - }, - "M Syahadat Ramli": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 0 - ], - "recent_economy": 6.29, - "recent_wickets_per_match": 0.6 - }, - "M Syrioti": { - "wickets_last5": [ - 1, - 0, - 1, - 3, - 0 - ], - "recent_economy": 4.08, - "recent_wickets_per_match": 1.0 - }, - "M Taniyama": { - "wickets_last5": [ - 0, - 0, - 1, - 3, - 2 - ], - "recent_economy": 5.86, - "recent_wickets_per_match": 1.2 - }, - "M Taylor": { - "wickets_last5": [ - 2 - ], - "recent_economy": 5.25, - "recent_wickets_per_match": 2.0 - }, - "M Tilau": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 5.87, - "recent_wickets_per_match": 2.0 - }, - "M Tom": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 3.06, - "recent_wickets_per_match": 0.33 - }, - "M Trajkovi": { - "wickets_last5": [ - 1, - 1, - 1, - 2, - 1 - ], - "recent_economy": 2.17, - "recent_wickets_per_match": 1.2 - }, - "M Trajkovic": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 2.0 - }, - "M Turay": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 2.86, - "recent_wickets_per_match": 0.67 - }, - "M Turner": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 3.82, - "recent_wickets_per_match": 0.67 - }, - "M Ulmanova": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 2.93, - "recent_wickets_per_match": 1.0 - }, - "M Upadhayay": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 5.45, - "recent_wickets_per_match": 0.2 - }, - "M Uwase": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 0.0 - }, - "M Valner": { - "wickets_last5": [ - 4, - 1, - 3, - 3, - 1 - ], - "recent_economy": 2.41, - "recent_wickets_per_match": 2.4 - }, - "M Vandrasi": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.27, - "recent_wickets_per_match": 0.2 - }, - "M Vervitsioti": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 1 - ], - "recent_economy": 3.61, - "recent_wickets_per_match": 0.8 - }, - "M Vivekanandan": { - "wickets_last5": [ - 2, - 2, - 0, - 1, - 1 - ], - "recent_economy": 9.81, - "recent_wickets_per_match": 1.2 - }, - "M Vua": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 3.43, - "recent_wickets_per_match": 0.67 - }, - "M Vumiliya": { - "wickets_last5": [ - 1, - 1, - 0, - 2, - 0 - ], - "recent_economy": 3.56, - "recent_wickets_per_match": 0.8 - }, - "M Wai Siu": { - "wickets_last5": [ - 0, - 0, - 2, - 1, - 1 - ], - "recent_economy": 4.74, - "recent_wickets_per_match": 0.8 - }, - "M Walker": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.71, - "recent_wickets_per_match": 1.0 - }, - "M Watson": { - "wickets_last5": [ - 0 - ], - "recent_economy": 15.0, - "recent_wickets_per_match": 0.0 - }, - "M Whelan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.15, - "recent_wickets_per_match": 0.0 - }, - "M Yanagida": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 0 - ], - "recent_economy": 3.52, - "recent_wickets_per_match": 0.6 - }, - "M Yousaf": { - "wickets_last5": [ - 0, - 3, - 0, - 0 - ], - "recent_economy": 2.6, - "recent_wickets_per_match": 0.75 - }, - "M Yunusu Issa": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 5.23, - "recent_wickets_per_match": 0.4 - }, - "M Zdravkova": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 2.62, - "recent_wickets_per_match": 0.33 - }, - "M Zhu": { - "wickets_last5": [ - 2, - 1, - 1 - ], - "recent_economy": 5.33, - "recent_wickets_per_match": 1.33 - }, - "M Zondeki": { - "wickets_last5": [ - 3, - 3, - 4, - 9, - 0 - ], - "recent_economy": 3.39, - "recent_wickets_per_match": 3.8 - }, - "M Zwilling": { - "wickets_last5": [ - 1, - 0, - 1, - 3 - ], - "recent_economy": 4.12, - "recent_wickets_per_match": 1.25 - }, - "M du Preez": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.5 - }, - "M van Lingen": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 5.33, - "recent_wickets_per_match": 0.2 - }, - "MA Algi": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 2 - ], - "recent_economy": 10.03, - "recent_wickets_per_match": 1.0 - }, - "MA Aponso": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "MA Baig": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.91, - "recent_wickets_per_match": 0.0 - }, - "MA Leask": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.12, - "recent_wickets_per_match": 0.2 - }, - "MA Nyabela": { - "wickets_last5": [ - 2, - 0, - 1, - 1, - 2 - ], - "recent_economy": 3.54, - "recent_wickets_per_match": 1.2 - }, - "MA Parker": { - "wickets_last5": [ - 2, - 1, - 1 - ], - "recent_economy": 4.88, - "recent_wickets_per_match": 1.33 - }, - "MA Tsemane": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 1 - ], - "recent_economy": 4.3, - "recent_wickets_per_match": 0.6 - }, - "MADI Hemantha": { - "wickets_last5": [ - 2, - 6, - 4, - 6, - 4 - ], - "recent_economy": 5.62, - "recent_wickets_per_match": 4.4 - }, - "MB Tambe": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 6.84, - "recent_wickets_per_match": 1.0 - }, - "MB van Schelven": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.57, - "recent_wickets_per_match": 0.0 - }, - "MBA Lamplough": { - "wickets_last5": [ - 2, - 1, - 1, - 3, - 3 - ], - "recent_economy": 2.52, - "recent_wickets_per_match": 2.0 - }, - "MBS Jonkman": { - "wickets_last5": [ - 2, - 0, - 1, - 2 - ], - "recent_economy": 4.17, - "recent_wickets_per_match": 1.25 - }, - "MC Alex": { - "wickets_last5": [ - 1, - 2, - 0, - 0, - 0 - ], - "recent_economy": 7.98, - "recent_wickets_per_match": 0.6 - }, - "MC Sorensen": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 4 - ], - "recent_economy": 6.21, - "recent_wickets_per_match": 1.4 - }, - "MD Bates": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 3.71, - "recent_wickets_per_match": 1.5 - }, - "MD Bimenyimana": { - "wickets_last5": [ - 1, - 1, - 0, - 3, - 3 - ], - "recent_economy": 5.83, - "recent_wickets_per_match": 1.6 - }, - "MD Botha": { - "wickets_last5": [ - 4, - 3, - 3, - 1, - 1 - ], - "recent_economy": 3.16, - "recent_wickets_per_match": 2.4 - }, - "MD Dai": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 2 - ], - "recent_economy": 3.79, - "recent_wickets_per_match": 0.8 - }, - "MD Garratt": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "MD Gunathilaka": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 3.36, - "recent_wickets_per_match": 0.2 - }, - "MD Rocha": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 3.9, - "recent_wickets_per_match": 0.5 - }, - "MDK Perera": { - "wickets_last5": [ - 2, - 5, - 0, - 0, - 3 - ], - "recent_economy": 3.16, - "recent_wickets_per_match": 2.0 - }, - "ME Bessala": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 0 - ], - "recent_economy": 4.97, - "recent_wickets_per_match": 0.4 - }, - "ME Leoela": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.67, - "recent_wickets_per_match": 1.0 - }, - "ME Violleau": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.59, - "recent_wickets_per_match": 0.2 - }, - "MEC de Fouw": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 3.25, - "recent_wickets_per_match": 2.0 - }, - "MEK Hussey": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.67, - "recent_wickets_per_match": 0.0 - }, - "MEMO Scott-Hayward": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.88, - "recent_wickets_per_match": 0.5 - }, - "MF Manjate": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 0.0 - }, - "MFD Douma": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 2.35, - "recent_wickets_per_match": 0.4 - }, - "MFI Assuncao": { - "wickets_last5": [ - 1, - 1, - 0, - 0 - ], - "recent_economy": 10.08, - "recent_wickets_per_match": 0.5 - }, - "MG Erasmus": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 0 - ], - "recent_economy": 5.41, - "recent_wickets_per_match": 0.6 - }, - "MG Hunter": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 5.67, - "recent_wickets_per_match": 0.5 - }, - "MG Maceira": { - "wickets_last5": [ - 2 - ], - "recent_economy": 5.1, - "recent_wickets_per_match": 2.0 - }, - "MGMCP Gunawardene": { - "wickets_last5": [ - 0, - 0, - 2, - 1 - ], - "recent_economy": 6.45, - "recent_wickets_per_match": 0.75 - }, - "MGSM Fernando": { - "wickets_last5": [ - 0, - 1, - 4, - 0, - 0 - ], - "recent_economy": 5.52, - "recent_wickets_per_match": 1.0 - }, - "MH Ushanga": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 1 - ], - "recent_economy": 5.68, - "recent_wickets_per_match": 0.6 - }, - "MH Yardy": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 2 - ], - "recent_economy": 5.49, - "recent_wickets_per_match": 1.2 - }, - "MI Khagoitsa": { - "wickets_last5": [ - 1, - 4, - 1, - 5, - 0 - ], - "recent_economy": 4.76, - "recent_wickets_per_match": 2.2 - }, - "MI Shakim": { - "wickets_last5": [ - 1, - 1, - 1 - ], - "recent_economy": 3.85, - "recent_wickets_per_match": 1.0 - }, - "MI Tato": { - "wickets_last5": [ - 2, - 3, - 2, - 1, - 0 - ], - "recent_economy": 2.64, - "recent_wickets_per_match": 1.6 - }, - "MIW van den Raad": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 1 - ], - "recent_economy": 8.57, - "recent_wickets_per_match": 0.6 - }, - "MJ Ansell": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 2 - ], - "recent_economy": 5.26, - "recent_wickets_per_match": 0.8 - }, - "MJ Fisher": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.21, - "recent_wickets_per_match": 2.0 - }, - "MJ Guptill": { - "wickets_last5": [ - 0, - 0, - 3, - 0, - 0 - ], - "recent_economy": 3.86, - "recent_wickets_per_match": 0.6 - }, - "MJ Humphreys": { - "wickets_last5": [ - 2, - 5, - 7, - 1, - 0 - ], - "recent_economy": 3.35, - "recent_wickets_per_match": 3.0 - }, - "MJ Mason": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.77, - "recent_wickets_per_match": 0.0 - }, - "MJ Owen": { - "wickets_last5": [ - 0, - 4, - 4, - 2, - 6 - ], - "recent_economy": 6.96, - "recent_wickets_per_match": 3.2 - }, - "MJ Potts": { - "wickets_last5": [ - 0, - 5, - 3, - 2, - 3 - ], - "recent_economy": 3.47, - "recent_wickets_per_match": 2.6 - }, - "MJ Ross": { - "wickets_last5": [ - 2, - 1, - 1, - 2 - ], - "recent_economy": 5.25, - "recent_wickets_per_match": 1.5 - }, - "MJ Swepson": { - "wickets_last5": [ - 3, - 5, - 0, - 2 - ], - "recent_economy": 3.02, - "recent_wickets_per_match": 2.5 - }, - "MJ Tugaga": { - "wickets_last5": [ - 2, - 0, - 1, - 0 - ], - "recent_economy": 5.01, - "recent_wickets_per_match": 0.75 - }, - "MJ Tumukunde": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 2 - ], - "recent_economy": 3.93, - "recent_wickets_per_match": 0.6 - }, - "MJG Nielsen": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 3.38, - "recent_wickets_per_match": 0.2 - }, - "MJG Rippon": { - "wickets_last5": [ - 0, - 1, - 2, - 4, - 0 - ], - "recent_economy": 4.94, - "recent_wickets_per_match": 1.4 - }, - "MJM Kavana": { - "wickets_last5": [ - 1, - 3, - 0, - 1, - 1 - ], - "recent_economy": 5.34, - "recent_wickets_per_match": 1.2 - }, - "MK Amusa": { - "wickets_last5": [ - 1, - 1, - 1, - 1, - 1 - ], - "recent_economy": 3.42, - "recent_wickets_per_match": 1.0 - }, - "MK Anafie": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 1 - ], - "recent_economy": 5.13, - "recent_wickets_per_match": 0.8 - }, - "MK Hollard": { - "wickets_last5": [ - 3, - 3 - ], - "recent_economy": 5.77, - "recent_wickets_per_match": 3.0 - }, - "MK Thakur": { - "wickets_last5": [ - 2, - 1, - 2, - 0, - 1 - ], - "recent_economy": 4.98, - "recent_wickets_per_match": 1.2 - }, - "MK Villiers": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.03, - "recent_wickets_per_match": 2.0 - }, - "ML Bojang": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 1 - ], - "recent_economy": 4.14, - "recent_wickets_per_match": 0.6 - }, - "ML Castillo": { - "wickets_last5": [ - 3, - 3, - 0, - 1, - 1 - ], - "recent_economy": 4.89, - "recent_wickets_per_match": 1.6 - }, - "ML Green": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 5.68, - "recent_wickets_per_match": 0.2 - }, - "ML Kostic": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 1 - ], - "recent_economy": 11.3, - "recent_wickets_per_match": 0.6 - }, - "ML Lewis": { - "wickets_last5": [ - 0, - 2, - 0, - 3, - 0 - ], - "recent_economy": 6.52, - "recent_wickets_per_match": 1.0 - }, - "ML Schutt": { - "wickets_last5": [ - 0, - 2, - 6, - 1 - ], - "recent_economy": 1.97, - "recent_wickets_per_match": 2.25 - }, - "MLG Silva": { - "wickets_last5": [ - 2 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 2.0 - }, - "MLN Sissako": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 4.25, - "recent_wickets_per_match": 0.4 - }, - "MM Baig": { - "wickets_last5": [ - 1, - 1, - 1, - 2, - 0 - ], - "recent_economy": 7.08, - "recent_wickets_per_match": 1.0 - }, - "MM Dekeling": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 6.41, - "recent_wickets_per_match": 0.2 - }, - "MM Iqbal": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.0 - }, - "MM Lanning": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 1.25, - "recent_wickets_per_match": 0.0 - }, - "MM Letsoalo": { - "wickets_last5": [ - 2, - 0, - 0, - 1, - 3 - ], - "recent_economy": 3.02, - "recent_wickets_per_match": 1.2 - }, - "MM Mabathoana": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 0 - ], - "recent_economy": 7.2, - "recent_wickets_per_match": 0.4 - }, - "MM Penfold": { - "wickets_last5": [ - 3, - 2, - 0, - 4, - 0 - ], - "recent_economy": 3.82, - "recent_wickets_per_match": 1.8 - }, - "MM Sarwar": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 1.0 - }, - "MM Siddique": { - "wickets_last5": [ - 3, - 2, - 0, - 0, - 2 - ], - "recent_economy": 5.42, - "recent_wickets_per_match": 1.4 - }, - "MMR Obili": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 1 - ], - "recent_economy": 7.32, - "recent_wickets_per_match": 0.8 - }, - "MN Waller": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 6 - ], - "recent_economy": 2.88, - "recent_wickets_per_match": 1.6 - }, - "MNM Aslam": { - "wickets_last5": [ - 2, - 3, - 0, - 0, - 1 - ], - "recent_economy": 6.55, - "recent_wickets_per_match": 1.2 - }, - "MNR Cooray": { - "wickets_last5": [ - 2, - 2, - 1, - 1, - 0 - ], - "recent_economy": 5.75, - "recent_wickets_per_match": 1.2 - }, - "MO Bacarese": { - "wickets_last5": [ - 1, - 0, - 1, - 0 - ], - "recent_economy": 5.61, - "recent_wickets_per_match": 0.5 - }, - "MO Jones": { - "wickets_last5": [ - 2, - 0, - 0, - 1, - 1 - ], - "recent_economy": 5.37, - "recent_wickets_per_match": 0.8 - }, - "MO Kain": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.35, - "recent_wickets_per_match": 0.0 - }, - "MP Ainsworth": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 2 - ], - "recent_economy": 9.03, - "recent_wickets_per_match": 0.6 - }, - "MP Enright": { - "wickets_last5": [ - 1, - 3, - 0, - 2, - 5 - ], - "recent_economy": 3.44, - "recent_wickets_per_match": 2.2 - }, - "MP Kuhnemann": { - "wickets_last5": [ - 7, - 9, - 1, - 6, - 3 - ], - "recent_economy": 3.23, - "recent_wickets_per_match": 5.2 - }, - "MP O'Dowd": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.53, - "recent_wickets_per_match": 0.0 - }, - "MPGT Ketiyage": { - "wickets_last5": [ - 0 - ], - "recent_economy": 15.0, - "recent_wickets_per_match": 0.0 - }, - "MPM Pathirannehelage": { - "wickets_last5": [ - 1, - 1, - 4, - 1, - 0 - ], - "recent_economy": 3.42, - "recent_wickets_per_match": 1.4 - }, - "MPP San": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 0 - ], - "recent_economy": 3.38, - "recent_wickets_per_match": 0.6 - }, - "MR Adair": { - "wickets_last5": [ - 3, - 3, - 4, - 0, - 1 - ], - "recent_economy": 3.58, - "recent_wickets_per_match": 2.2 - }, - "MR Corteen-Coleman": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.72, - "recent_wickets_per_match": 2.0 - }, - "MR Dorgan": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 1.0 - }, - "MR Gillespie": { - "wickets_last5": [ - 6, - 5, - 6, - 5 - ], - "recent_economy": 4.04, - "recent_wickets_per_match": 5.5 - }, - "MR Meshram": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.42, - "recent_wickets_per_match": 0.0 - }, - "MR Montfort": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.29, - "recent_wickets_per_match": 2.0 - }, - "MR Swart": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 4.79, - "recent_wickets_per_match": 0.4 - }, - "MRJ Watt": { - "wickets_last5": [ - 1, - 2, - 1, - 2, - 2 - ], - "recent_economy": 4.56, - "recent_wickets_per_match": 1.6 - }, - "MS Aulakh": { - "wickets_last5": [ - 2, - 0, - 1 - ], - "recent_economy": 6.87, - "recent_wickets_per_match": 1.0 - }, - "MS Beresford": { - "wickets_last5": [ - 1, - 0, - 2, - 2, - 1 - ], - "recent_economy": 4.45, - "recent_wickets_per_match": 1.2 - }, - "MS Chapman": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 7.8, - "recent_wickets_per_match": 0.0 - }, - "MS Crane": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.95, - "recent_wickets_per_match": 1.0 - }, - "MS Diawara": { - "wickets_last5": [ - 0, - 2, - 1 - ], - "recent_economy": 6.77, - "recent_wickets_per_match": 1.0 - }, - "MS Graham": { - "wickets_last5": [ - 0, - 1, - 0, - 2 - ], - "recent_economy": 6.99, - "recent_wickets_per_match": 0.75 - }, - "MS Kasprowicz": { - "wickets_last5": [ - 2, - 2, - 3, - 1, - 3 - ], - "recent_economy": 3.53, - "recent_wickets_per_match": 2.2 - }, - "MS Panesar": { - "wickets_last5": [ - 1, - 2, - 3, - 1, - 1 - ], - "recent_economy": 3.02, - "recent_wickets_per_match": 1.6 - }, - "MSN Ekani": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 0 - ], - "recent_economy": 6.84, - "recent_wickets_per_match": 0.4 - }, - "MT Diaby": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.0 - }, - "MT Jacob": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.67, - "recent_wickets_per_match": 0.0 - }, - "MT Renshaw": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.0 - }, - "MT Waqanisau": { - "wickets_last5": [ - 2, - 2, - 1, - 1, - 1 - ], - "recent_economy": 3.58, - "recent_wickets_per_match": 1.4 - }, - "MTMMJ Ave": { - "wickets_last5": [ - 0, - 0, - 3, - 1, - 2 - ], - "recent_economy": 5.7, - "recent_wickets_per_match": 1.2 - }, - "MV Fare": { - "wickets_last5": [ - 1, - 2, - 2, - 0, - 1 - ], - "recent_economy": 2.21, - "recent_wickets_per_match": 1.2 - }, - "MV Lehmann": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.4, - "recent_wickets_per_match": 0.0 - }, - "MV Matsau": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.6 - }, - "MV Pavlovic": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 1 - ], - "recent_economy": 7.93, - "recent_wickets_per_match": 0.4 - }, - "MVT Fernando": { - "wickets_last5": [ - 2, - 4, - 4, - 5, - 2 - ], - "recent_economy": 3.07, - "recent_wickets_per_match": 3.4 - }, - "MW Forde": { - "wickets_last5": [ - 8, - 4, - 2 - ], - "recent_economy": 5.35, - "recent_wickets_per_match": 4.67 - }, - "MW Jones": { - "wickets_last5": [ - 0, - 1, - 3 - ], - "recent_economy": 7.28, - "recent_wickets_per_match": 1.33 - }, - "MW Machan": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.99, - "recent_wickets_per_match": 0.2 - }, - "MW Parkinson": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.03, - "recent_wickets_per_match": 1.0 - }, - "MWR Stokes": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 4.36, - "recent_wickets_per_match": 0.33 - }, - "MY Bawa": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 2.57, - "recent_wickets_per_match": 1.5 - }, - "Ma Luz Barcelona": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.73, - "recent_wickets_per_match": 0.0 - }, - "Ma Qiancheng": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 0 - ], - "recent_economy": 8.69, - "recent_wickets_per_match": 0.6 - }, - "Ma Ruike": { - "wickets_last5": [ - 1, - 2, - 2, - 2, - 2 - ], - "recent_economy": 3.41, - "recent_wickets_per_match": 1.8 - }, - "Maaha Naseer": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "Maahi Madhavan": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 4.93, - "recent_wickets_per_match": 2.0 - }, - "Maaz Khan": { - "wickets_last5": [ - 0, - 4, - 0 - ], - "recent_economy": 9.91, - "recent_wickets_per_match": 1.33 - }, - "Madeeha Zuberi": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 0 - ], - "recent_economy": 3.92, - "recent_wickets_per_match": 0.4 - }, - "Madhawa Basnayaka": { - "wickets_last5": [ - 1, - 1, - 2, - 1 - ], - "recent_economy": 7.3, - "recent_wickets_per_match": 1.25 - }, - "Mah Noor": { - "wickets_last5": [ - 0, - 3, - 0, - 0, - 0 - ], - "recent_economy": 8.09, - "recent_wickets_per_match": 0.6 - }, - "Mah Noor Amir": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 7.22, - "recent_wickets_per_match": 0.4 - }, - "Maham Tariq": { - "wickets_last5": [ - 0, - 1, - 1, - 2 - ], - "recent_economy": 6.26, - "recent_wickets_per_match": 1.0 - }, - "Mahedi Hasan": { - "wickets_last5": [ - 1, - 0, - 3, - 4, - 0 - ], - "recent_economy": 5.29, - "recent_wickets_per_match": 1.6 - }, - "Mahewish Khan": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 4.19, - "recent_wickets_per_match": 2.0 - }, - "Mahirah Izzati Ismail": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 0.5 - }, - "Mahmad Data": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "Mahmud Jasat": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 7.26, - "recent_wickets_per_match": 0.0 - }, - "Mahmudul Hasan Joy": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.46, - "recent_wickets_per_match": 0.0 - }, - "Mahmudullah": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.2 - }, - "Maira Khan": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.41, - "recent_wickets_per_match": 0.4 - }, - "Maira Saleem": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.08, - "recent_wickets_per_match": 0.0 - }, - "Malyun Hassan": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 2.59, - "recent_wickets_per_match": 0.67 - }, - "Malyun Yusuf": { - "wickets_last5": [ - 4, - 1, - 1, - 1 - ], - "recent_economy": 2.79, - "recent_wickets_per_match": 1.75 - }, - "Manal Malik": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.0 - }, - "Manan Ali": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.94, - "recent_wickets_per_match": 0.0 - }, - "Manish Sharma": { - "wickets_last5": [ - 1, - 0, - 2 - ], - "recent_economy": 7.71, - "recent_wickets_per_match": 1.0 - }, - "Manpreet Singh": { - "wickets_last5": [ - 4, - 4, - 0, - 3, - 1 - ], - "recent_economy": 3.48, - "recent_wickets_per_match": 2.4 - }, - "Mansi Parmar": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 4.94, - "recent_wickets_per_match": 0.5 - }, - "Mansoor Amjad": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.5, - "recent_wickets_per_match": 1.0 - }, - "Mansoor Shah": { - "wickets_last5": [ - 0, - 2, - 0, - 2, - 3 - ], - "recent_economy": 8.5, - "recent_wickets_per_match": 1.4 - }, - "Marcelle Hanekom": { - "wickets_last5": [ - 2, - 0, - 0, - 3, - 0 - ], - "recent_economy": 6.55, - "recent_wickets_per_match": 1.0 - }, - "Maria Ahsan": { - "wickets_last5": [ - 0, - 3 - ], - "recent_economy": 3.68, - "recent_wickets_per_match": 1.5 - }, - "Maria Jasvi": { - "wickets_last5": [ - 2, - 2, - 1, - 2, - 0 - ], - "recent_economy": 4.69, - "recent_wickets_per_match": 1.4 - }, - "Maria Penna": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "Mariam Hasan": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 2.67, - "recent_wickets_per_match": 2.0 - }, - "Mariam Waseem": { - "wickets_last5": [ - 2 - ], - "recent_economy": 1.68, - "recent_wickets_per_match": 2.0 - }, - "Mariamma Hyder": { - "wickets_last5": [ - 0, - 0, - 2, - 1, - 0 - ], - "recent_economy": 5.3, - "recent_wickets_per_match": 0.6 - }, - "Marica Taira": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.75, - "recent_wickets_per_match": 0.0 - }, - "Marina Iqbal": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 7.35, - "recent_wickets_per_match": 0.33 - }, - "Mariska Kornet": { - "wickets_last5": [ - 1, - 0, - 2 - ], - "recent_economy": 6.6, - "recent_wickets_per_match": 1.0 - }, - "Marsya Qistina Binti": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "Martina Quinn": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 0.0 - }, - "Marufa Akter": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 2 - ], - "recent_economy": 3.86, - "recent_wickets_per_match": 1.0 - }, - "Maryam Omar": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.57, - "recent_wickets_per_match": 0.4 - }, - "Maryyam Ashraf": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.32, - "recent_wickets_per_match": 1.0 - }, - "Mas Elysa": { - "wickets_last5": [ - 0, - 1, - 1, - 2, - 1 - ], - "recent_economy": 5.76, - "recent_wickets_per_match": 1.0 - }, - "Mashael Waqas": { - "wickets_last5": [ - 0 - ], - "recent_economy": 15.0, - "recent_wickets_per_match": 0.0 - }, - "Masood Jayezeh": { - "wickets_last5": [ - 0 - ], - "recent_economy": 17.0, - "recent_wickets_per_match": 0.0 - }, - "Matilda Fred": { - "wickets_last5": [ - 1 - ], - "recent_economy": 1.76, - "recent_wickets_per_match": 1.0 - }, - "Matiullah Khan": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.97, - "recent_wickets_per_match": 1.0 - }, - "Matthew Walker": { - "wickets_last5": [ - 1, - 2, - 0 - ], - "recent_economy": 6.75, - "recent_wickets_per_match": 1.0 - }, - "Mayank Nagayach": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 7.62, - "recent_wickets_per_match": 0.2 - }, - "Mazharul Islam": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 1 - ], - "recent_economy": 7.15, - "recent_wickets_per_match": 0.8 - }, - "Md Shafiqul Haque": { - "wickets_last5": [ - 2 - ], - "recent_economy": 8.33, - "recent_wickets_per_match": 2.0 - }, - "Md Shuayeb": { - "wickets_last5": [ - 2, - 0, - 1, - 1 - ], - "recent_economy": 7.58, - "recent_wickets_per_match": 1.0 - }, - "Meet Bhavsar": { - "wickets_last5": [ - 2, - 1, - 1, - 2, - 0 - ], - "recent_economy": 9.23, - "recent_wickets_per_match": 1.2 - }, - "Meghana Lakayil": { - "wickets_last5": [ - 3, - 0 - ], - "recent_economy": 5.76, - "recent_wickets_per_match": 1.5 - }, - "Meghna Rajan": { - "wickets_last5": [ - 0, - 0, - 3, - 0, - 2 - ], - "recent_economy": 3.97, - "recent_wickets_per_match": 1.0 - }, - "Meghna Singh": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 2.0 - }, - "Mehak Thakur": { - "wickets_last5": [ - 2, - 0, - 0, - 1 - ], - "recent_economy": 2.6, - "recent_wickets_per_match": 0.75 - }, - "Mehboob Ali": { - "wickets_last5": [ - 2, - 0, - 3, - 1, - 1 - ], - "recent_economy": 6.34, - "recent_wickets_per_match": 1.4 - }, - "Mehedi Hasan Miraz": { - "wickets_last5": [ - 3, - 6, - 2, - 3, - 0 - ], - "recent_economy": 2.7, - "recent_wickets_per_match": 2.8 - }, - "Mehrab Hossain jnr": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 4.26, - "recent_wickets_per_match": 0.4 - }, - "Mehran Khan": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.28, - "recent_wickets_per_match": 0.0 - }, - "Memoona Riaz": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 2.5, - "recent_wickets_per_match": 1.0 - }, - "Mengting Liu": { - "wickets_last5": [ - 3, - 2, - 3, - 4, - 2 - ], - "recent_economy": 2.71, - "recent_wickets_per_match": 2.8 - }, - "Merwais Shinwari": { - "wickets_last5": [ - 0, - 3, - 1 - ], - "recent_economy": 7.02, - "recent_wickets_per_match": 1.33 - }, - "Metty Fernandes": { - "wickets_last5": [ - 1, - 2, - 1, - 2, - 0 - ], - "recent_economy": 2.37, - "recent_wickets_per_match": 1.2 - }, - "Milad Momend": { - "wickets_last5": [ - 2, - 1, - 2, - 1, - 4 - ], - "recent_economy": 8.41, - "recent_wickets_per_match": 2.0 - }, - "Milind Kumar": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "Mina Baek": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 4.94, - "recent_wickets_per_match": 1.5 - }, - "Mirab Razwan": { - "wickets_last5": [ - 0, - 2, - 1, - 1, - 0 - ], - "recent_economy": 3.7, - "recent_wickets_per_match": 0.8 - }, - "Mirab Sajjad": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.25, - "recent_wickets_per_match": 0.0 - }, - "Miriam Ehsun": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.7, - "recent_wickets_per_match": 1.0 - }, - "Mirza Ahmed": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 2 - ], - "recent_economy": 7.45, - "recent_wickets_per_match": 1.0 - }, - "Mobashar Ashraf": { - "wickets_last5": [ - 1, - 2, - 2 - ], - "recent_economy": 7.87, - "recent_wickets_per_match": 1.67 - }, - "Moe Ei Phyu": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 10.91, - "recent_wickets_per_match": 0.0 - }, - "Mohamad Junaid Khushi": { - "wickets_last5": [ - 1 - ], - "recent_economy": 12.57, - "recent_wickets_per_match": 1.0 - }, - "Mohamed Arief": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.5, - "recent_wickets_per_match": 0.0 - }, - "Mohamed Coulibaly": { - "wickets_last5": [ - 1, - 0, - 0, - 1 - ], - "recent_economy": 7.06, - "recent_wickets_per_match": 0.5 - }, - "Mohamed Ishmath": { - "wickets_last5": [ - 0, - 0, - 2, - 1, - 0 - ], - "recent_economy": 5.41, - "recent_wickets_per_match": 0.6 - }, - "Mohamed Khan": { - "wickets_last5": [ - 2, - 1, - 0, - 0 - ], - "recent_economy": 6.17, - "recent_wickets_per_match": 0.75 - }, - "Mohamed Mahfooz": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 10.9, - "recent_wickets_per_match": 0.33 - }, - "Mohamed Miuvaan": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.44, - "recent_wickets_per_match": 0.0 - }, - "Mohamed Rishwan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.57, - "recent_wickets_per_match": 0.0 - }, - "Mohamed Roshan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.33, - "recent_wickets_per_match": 0.0 - }, - "Mohamed Shafeeq": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 2 - ], - "recent_economy": 8.92, - "recent_wickets_per_match": 0.8 - }, - "Mohamed Shiyam": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 14.08, - "recent_wickets_per_match": 0.33 - }, - "Mohamed Turay": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 2 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.8 - }, - "Mohameed Taiwo": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 2.67, - "recent_wickets_per_match": 2.0 - }, - "Mohammad Aadil Alam": { - "wickets_last5": [ - 1, - 3, - 1, - 0, - 0 - ], - "recent_economy": 3.28, - "recent_wickets_per_match": 1.0 - }, - "Mohammad Ahnaff": { - "wickets_last5": [ - 0 - ], - "recent_economy": 15.0, - "recent_wickets_per_match": 0.0 - }, - "Mohammad Ahsan": { - "wickets_last5": [ - 0, - 0, - 1, - 3 - ], - "recent_economy": 8.75, - "recent_wickets_per_match": 1.0 - }, - "Mohammad Ali": { - "wickets_last5": [ - 0, - 2, - 0, - 4 - ], - "recent_economy": 3.76, - "recent_wickets_per_match": 1.5 - }, - "Mohammad Amin": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.5 - }, - "Mohammad Amir": { - "wickets_last5": [ - 4, - 5, - 4, - 2, - 5 - ], - "recent_economy": 2.58, - "recent_wickets_per_match": 4.0 - }, - "Mohammad Asaduzzaman": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.22, - "recent_wickets_per_match": 0.4 - }, - "Mohammad Ashraful": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.74, - "recent_wickets_per_match": 0.2 - }, - "Mohammad Atif": { - "wickets_last5": [ - 1, - 1, - 3, - 3, - 2 - ], - "recent_economy": 2.29, - "recent_wickets_per_match": 2.0 - }, - "Mohammad Ayaz": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.23, - "recent_wickets_per_match": 0.0 - }, - "Mohammad Boota": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "Mohammad Ghazanfar": { - "wickets_last5": [ - 0, - 1, - 1, - 2, - 0 - ], - "recent_economy": 8.2, - "recent_wickets_per_match": 0.8 - }, - "Mohammad Hasnain": { - "wickets_last5": [ - 4, - 6, - 2, - 2, - 2 - ], - "recent_economy": 8.5, - "recent_wickets_per_match": 3.2 - }, - "Mohammad Irfan": { - "wickets_last5": [ - 3, - 4, - 0, - 3 - ], - "recent_economy": 3.09, - "recent_wickets_per_match": 2.5 - }, - "Mohammad Kamran": { - "wickets_last5": [ - 3, - 2, - 3, - 0, - 4 - ], - "recent_economy": 2.2, - "recent_wickets_per_match": 2.4 - }, - "Mohammad Kashif": { - "wickets_last5": [ - 2, - 3, - 0 - ], - "recent_economy": 4.79, - "recent_wickets_per_match": 1.67 - }, - "Mohammad Khan Rafah": { - "wickets_last5": [ - 3, - 1, - 2, - 3, - 1 - ], - "recent_economy": 5.18, - "recent_wickets_per_match": 2.0 - }, - "Mohammad Mohsin": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 2 - ], - "recent_economy": 10.15, - "recent_wickets_per_match": 0.8 - }, - "Mohammad Nadeem": { - "wickets_last5": [ - 0, - 4, - 0, - 0, - 0 - ], - "recent_economy": 5.29, - "recent_wickets_per_match": 0.8 - }, - "Mohammad Naveed": { - "wickets_last5": [ - 2, - 0, - 0, - 1, - 1 - ], - "recent_economy": 4.64, - "recent_wickets_per_match": 0.8 - }, - "Mohammad Nawaz": { - "wickets_last5": [ - 1, - 4, - 6 - ], - "recent_economy": 3.64, - "recent_wickets_per_match": 3.67 - }, - "Mohammad Nawaz (3)": { - "wickets_last5": [ - 0, - 1, - 4 - ], - "recent_economy": 2.26, - "recent_wickets_per_match": 1.67 - }, - "Mohammad Saifuddin": { - "wickets_last5": [ - 1, - 3, - 1, - 1, - 2 - ], - "recent_economy": 5.55, - "recent_wickets_per_match": 1.6 - }, - "Mohammad Sami": { - "wickets_last5": [ - 1, - 0, - 3, - 4, - 0 - ], - "recent_economy": 3.62, - "recent_wickets_per_match": 1.6 - }, - "Mohammad Shahid": { - "wickets_last5": [ - 0, - 0, - 4, - 1 - ], - "recent_economy": 2.6, - "recent_wickets_per_match": 1.25 - }, - "Mohammad Shahzad (2)": { - "wickets_last5": [ - 1, - 3, - 4 - ], - "recent_economy": 4.94, - "recent_wickets_per_match": 2.67 - }, - "Mohammad Tauqir": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 2 - ], - "recent_economy": 5.01, - "recent_wickets_per_match": 0.6 - }, - "Mohammad Waheed": { - "wickets_last5": [ - 1, - 3, - 0, - 0 - ], - "recent_economy": 7.93, - "recent_wickets_per_match": 1.0 - }, - "Mohammad Wasim": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 3.87, - "recent_wickets_per_match": 1.5 - }, - "Mohammed Al Balushi": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 15.5, - "recent_wickets_per_match": 0.0 - }, - "Mohammed Alamgir": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 1 - ], - "recent_economy": 7.78, - "recent_wickets_per_match": 0.6 - }, - "Mohammed Aslam": { - "wickets_last5": [ - 3 - ], - "recent_economy": 4.56, - "recent_wickets_per_match": 3.0 - }, - "Mohammed Awais": { - "wickets_last5": [ - 0, - 3, - 1, - 1, - 1 - ], - "recent_economy": 5.2, - "recent_wickets_per_match": 1.2 - }, - "Mohammed Faraazuddin": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 8.93, - "recent_wickets_per_match": 0.4 - }, - "Mohammed Irshad": { - "wickets_last5": [ - 3, - 1, - 3, - 4, - 0 - ], - "recent_economy": 6.32, - "recent_wickets_per_match": 2.2 - }, - "Mohammed Jamadar": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 4.99, - "recent_wickets_per_match": 0.4 - }, - "Mohammed Nadeem": { - "wickets_last5": [ - 0, - 2, - 2, - 0, - 2 - ], - "recent_economy": 5.25, - "recent_wickets_per_match": 1.2 - }, - "Mohammed Qasim": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 3.31, - "recent_wickets_per_match": 1.0 - }, - "Mohsin Zaki": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 1 - ], - "recent_economy": 7.67, - "recent_wickets_per_match": 0.6 - }, - "Mokbul Ahammed": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "Mominul Haque": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.2 - }, - "Mosaddek Hossain": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 3.77, - "recent_wickets_per_match": 0.0 - }, - "Moshiur Rahman": { - "wickets_last5": [ - 0 - ], - "recent_economy": 21.0, - "recent_wickets_per_match": 0.0 - }, - "Mounica Chowdary": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 4.53, - "recent_wickets_per_match": 0.0 - }, - "Mrittunjoy Chowdhury": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.18, - "recent_wickets_per_match": 0.0 - }, - "Mubeen Tariq": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.86, - "recent_wickets_per_match": 0.0 - }, - "Mudassar Bukhari": { - "wickets_last5": [ - 0, - 3, - 1, - 0, - 3 - ], - "recent_economy": 4.97, - "recent_wickets_per_match": 1.4 - }, - "Mudassir Iqbal": { - "wickets_last5": [ - 0, - 4, - 4, - 1, - 0 - ], - "recent_economy": 3.96, - "recent_wickets_per_match": 1.8 - }, - "Muhammad Adil": { - "wickets_last5": [ - 0, - 2, - 1 - ], - "recent_economy": 8.71, - "recent_wickets_per_match": 1.0 - }, - "Muhammad Afis": { - "wickets_last5": [ - 0 - ], - "recent_economy": 18.0, - "recent_wickets_per_match": 0.0 - }, - "Muhammad Ajmal": { - "wickets_last5": [ - 0, - 4, - 1, - 1, - 1 - ], - "recent_economy": 4.93, - "recent_wickets_per_match": 1.4 - }, - "Muhammad Akram": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 10.68, - "recent_wickets_per_match": 0.0 - }, - "Muhammad Amin": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.83, - "recent_wickets_per_match": 0.5 - }, - "Muhammad Amir": { - "wickets_last5": [ - 3, - 0, - 0, - 2, - 1 - ], - "recent_economy": 5.93, - "recent_wickets_per_match": 1.2 - }, - "Muhammad Ansar": { - "wickets_last5": [ - 0, - 3 - ], - "recent_economy": 8.53, - "recent_wickets_per_match": 1.5 - }, - "Muhammad Arfan": { - "wickets_last5": [ - 1, - 2, - 1, - 0, - 0 - ], - "recent_economy": 6.94, - "recent_wickets_per_match": 0.8 - }, - "Muhammad Asim": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 9.7, - "recent_wickets_per_match": 0.0 - }, - "Muhammad Burhan": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.85, - "recent_wickets_per_match": 2.0 - }, - "Muhammad Fahad": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 1 - ], - "recent_economy": 6.81, - "recent_wickets_per_match": 0.8 - }, - "Muhammad Fahim": { - "wickets_last5": [ - 2, - 0, - 2, - 0, - 0 - ], - "recent_economy": 9.54, - "recent_wickets_per_match": 0.8 - }, - "Muhammad Farooq": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.52, - "recent_wickets_per_match": 0.0 - }, - "Muhammad Jabir": { - "wickets_last5": [ - 1, - 2, - 2, - 0, - 1 - ], - "recent_economy": 8.3, - "recent_wickets_per_match": 1.2 - }, - "Muhammad Jawadullah": { - "wickets_last5": [ - 2, - 2, - 1, - 1, - 1 - ], - "recent_economy": 5.3, - "recent_wickets_per_match": 1.4 - }, - "Muhammad Kashif": { - "wickets_last5": [ - 1, - 1, - 0, - 2, - 0 - ], - "recent_economy": 5.79, - "recent_wickets_per_match": 0.8 - }, - "Muhammad Moiz": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 0 - ], - "recent_economy": 7.13, - "recent_wickets_per_match": 0.4 - }, - "Muhammad Murad": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 4 - ], - "recent_economy": 8.14, - "recent_wickets_per_match": 1.4 - }, - "Muhammad Musa": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.06, - "recent_wickets_per_match": 0.0 - }, - "Muhammad Nadeem": { - "wickets_last5": [ - 1, - 2, - 3, - 3, - 0 - ], - "recent_economy": 5.14, - "recent_wickets_per_match": 1.8 - }, - "Muhammad Nadir": { - "wickets_last5": [ - 2, - 2, - 1, - 4, - 5 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 2.8 - }, - "Muhammad Rohid": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 4.88, - "recent_wickets_per_match": 0.67 - }, - "Muhammad Saleem": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 2.21, - "recent_wickets_per_match": 0.5 - }, - "Muhammad Salman": { - "wickets_last5": [ - 0, - 3, - 0, - 1, - 3 - ], - "recent_economy": 5.35, - "recent_wickets_per_match": 1.4 - }, - "Muhammad Saqib": { - "wickets_last5": [ - 0, - 2, - 0, - 2, - 1 - ], - "recent_economy": 8.71, - "recent_wickets_per_match": 1.0 - }, - "Muhammad Saqlain": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.38, - "recent_wickets_per_match": 2.0 - }, - "Muhammad Shoaib Ahmed": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 7.46, - "recent_wickets_per_match": 2.0 - }, - "Muhammad Siddiqui": { - "wickets_last5": [ - 0, - 4, - 1, - 1, - 0 - ], - "recent_economy": 7.93, - "recent_wickets_per_match": 1.2 - }, - "Muhammad Soban": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 8.23, - "recent_wickets_per_match": 0.2 - }, - "Muhammad Tahir": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 6.67, - "recent_wickets_per_match": 1.0 - }, - "Muhammad Tanveer": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.51, - "recent_wickets_per_match": 0.0 - }, - "Muhammad Usman": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.0 - }, - "Muhammad Wafiq": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.57, - "recent_wickets_per_match": 0.0 - }, - "Muhammad Younis": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.29, - "recent_wickets_per_match": 0.0 - }, - "Muhammad Zaghlool": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "Muhammad Zohaib": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 3.6, - "recent_wickets_per_match": 0.5 - }, - "Muhammed Imran": { - "wickets_last5": [ - 4, - 1, - 5, - 1, - 1 - ], - "recent_economy": 4.91, - "recent_wickets_per_match": 2.4 - }, - "Muhammed Manga": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.55, - "recent_wickets_per_match": 0.0 - }, - "Muhammed Turkmen": { - "wickets_last5": [ - 0, - 3, - 1, - 0 - ], - "recent_economy": 5.82, - "recent_wickets_per_match": 1.0 - }, - "Muhammet Bicer": { - "wickets_last5": [ - 0 - ], - "recent_economy": 1.33, - "recent_wickets_per_match": 0.0 - }, - "Muhammet Kursat": { - "wickets_last5": [ - 0, - 0, - 3 - ], - "recent_economy": 4.97, - "recent_wickets_per_match": 1.0 - }, - "Mujeeb-ur-Rehman": { - "wickets_last5": [ - 2, - 1, - 1 - ], - "recent_economy": 6.9, - "recent_wickets_per_match": 1.33 - }, - "Mujibur Ali": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.19, - "recent_wickets_per_match": 0.0 - }, - "Muktar Ali": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.5, - "recent_wickets_per_match": 0.0 - }, - "Murat Ipek": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.75, - "recent_wickets_per_match": 0.0 - }, - "Murat Yilmaz": { - "wickets_last5": [ - 1, - 3, - 2, - 0, - 0 - ], - "recent_economy": 7.89, - "recent_wickets_per_match": 1.2 - }, - "Murid Ekrami": { - "wickets_last5": [ - 1, - 2, - 3, - 1, - 2 - ], - "recent_economy": 5.02, - "recent_wickets_per_match": 1.8 - }, - "Murtaza Yamin": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.67, - "recent_wickets_per_match": 0.0 - }, - "Musa Khan Ahmadzai": { - "wickets_last5": [ - 0, - 1, - 4, - 3, - 2 - ], - "recent_economy": 6.67, - "recent_wickets_per_match": 2.0 - }, - "Musa Shaheen": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "Musaddiq Ahmed": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 1 - ], - "recent_economy": 6.91, - "recent_wickets_per_match": 0.8 - }, - "Musawar Shah": { - "wickets_last5": [ - 2, - 0, - 3, - 2, - 0 - ], - "recent_economy": 6.81, - "recent_wickets_per_match": 1.4 - }, - "Musfirah Nur Ainaa": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.5, - "recent_wickets_per_match": 0.0 - }, - "Muslim Yar": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 2 - ], - "recent_economy": 6.92, - "recent_wickets_per_match": 1.0 - }, - "Mustafa Atmaca": { - "wickets_last5": [ - 1 - ], - "recent_economy": 14.0, - "recent_wickets_per_match": 1.0 - }, - "Mustafa Balkis": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 10.29, - "recent_wickets_per_match": 0.0 - }, - "Mustafa Omer": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.53, - "recent_wickets_per_match": 0.0 - }, - "Mustakim Aslam": { - "wickets_last5": [ - 1, - 2, - 0, - 0 - ], - "recent_economy": 7.82, - "recent_wickets_per_match": 0.75 - }, - "Mustapha Suwareh": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 13.09, - "recent_wickets_per_match": 0.5 - }, - "Mustapha Yusuf": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 1 - ], - "recent_economy": 8.07, - "recent_wickets_per_match": 0.6 - }, - "Muzahir Raza": { - "wickets_last5": [ - 0, - 1, - 0, - 1 - ], - "recent_economy": 2.46, - "recent_wickets_per_match": 0.5 - }, - "Myat Thu Aung": { - "wickets_last5": [ - 2, - 0, - 1 - ], - "recent_economy": 7.14, - "recent_wickets_per_match": 1.0 - }, - "N Advani": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "N Ahir": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 10.97, - "recent_wickets_per_match": 0.2 - }, - "N Asuramanage": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 5.49, - "recent_wickets_per_match": 0.2 - }, - "N Baneti": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "N Benjamin": { - "wickets_last5": [ - 1, - 1, - 0, - 2, - 3 - ], - "recent_economy": 5.44, - "recent_wickets_per_match": 1.4 - }, - "N Bidaisee": { - "wickets_last5": [ - 4, - 2, - 2, - 0, - 2 - ], - "recent_economy": 7.79, - "recent_wickets_per_match": 2.0 - }, - "N Boje": { - "wickets_last5": [ - 5, - 0, - 0, - 0, - 2 - ], - "recent_economy": 3.24, - "recent_wickets_per_match": 1.4 - }, - "N Boochatham": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 0 - ], - "recent_economy": 5.2, - "recent_wickets_per_match": 0.6 - }, - "N Caruana": { - "wickets_last5": [ - 0, - 2, - 1, - 1, - 1 - ], - "recent_economy": 1.78, - "recent_wickets_per_match": 1.0 - }, - "N Chabula": { - "wickets_last5": [ - 2, - 3, - 1, - 1, - 3 - ], - "recent_economy": 4.07, - "recent_wickets_per_match": 2.0 - }, - "N Choden": { - "wickets_last5": [ - 3, - 0, - 0, - 0, - 2 - ], - "recent_economy": 3.89, - "recent_wickets_per_match": 1.0 - }, - "N D'souza": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.3, - "recent_wickets_per_match": 0.0 - }, - "N Davidovic": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 3 - ], - "recent_economy": 11.31, - "recent_wickets_per_match": 0.8 - }, - "N De Bromhead": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 4.25, - "recent_wickets_per_match": 0.33 - }, - "N Deonarine": { - "wickets_last5": [ - 0, - 1, - 2, - 2, - 6 - ], - "recent_economy": 2.92, - "recent_wickets_per_match": 2.2 - }, - "N Dutta": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 0.4 - }, - "N Gnanapragasam": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.44, - "recent_wickets_per_match": 0.0 - }, - "N Gumaliyele": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 2.57, - "recent_wickets_per_match": 0.5 - }, - "N Gwanzura": { - "wickets_last5": [ - 0, - 2, - 1 - ], - "recent_economy": 3.6, - "recent_wickets_per_match": 1.0 - }, - "N Hirani": { - "wickets_last5": [ - 1, - 1, - 4, - 0, - 1 - ], - "recent_economy": 5.75, - "recent_wickets_per_match": 1.4 - }, - "N Ihmeling": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.62, - "recent_wickets_per_match": 0.0 - }, - "N Jagadish": { - "wickets_last5": [ - 0, - 0, - 3, - 1, - 0 - ], - "recent_economy": 3.8, - "recent_wickets_per_match": 0.8 - }, - "N Joshi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 1.5, - "recent_wickets_per_match": 0.0 - }, - "N Kakor": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 0 - ], - "recent_economy": 6.79, - "recent_wickets_per_match": 0.6 - }, - "N Kayani": { - "wickets_last5": [ - 0, - 4 - ], - "recent_economy": 2.82, - "recent_wickets_per_match": 2.0 - }, - "N Khumalo": { - "wickets_last5": [ - 1, - 0, - 0, - 2 - ], - "recent_economy": 7.27, - "recent_wickets_per_match": 0.75 - }, - "N Krishna": { - "wickets_last5": [ - 1, - 2, - 0, - 2, - 0 - ], - "recent_economy": 9.6, - "recent_wickets_per_match": 1.0 - }, - "N Liyanage": { - "wickets_last5": [ - 1, - 2, - 0, - 2, - 3 - ], - "recent_economy": 3.74, - "recent_wickets_per_match": 1.6 - }, - "N M'shangwe": { - "wickets_last5": [ - 3, - 5 - ], - "recent_economy": 3.29, - "recent_wickets_per_match": 4.0 - }, - "N Mabila": { - "wickets_last5": [ - 3, - 1, - 0, - 1, - 0 - ], - "recent_economy": 5.03, - "recent_wickets_per_match": 1.0 - }, - "N Madziva": { - "wickets_last5": [ - 0, - 0, - 2, - 4, - 3 - ], - "recent_economy": 5.11, - "recent_wickets_per_match": 1.8 - }, - "N Magagula": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 6.71, - "recent_wickets_per_match": 0.33 - }, - "N Mamba": { - "wickets_last5": [ - 1, - 2, - 0, - 0, - 0 - ], - "recent_economy": 6.91, - "recent_wickets_per_match": 0.6 - }, - "N Master": { - "wickets_last5": [ - 2, - 0, - 2, - 3, - 0 - ], - "recent_economy": 4.85, - "recent_wickets_per_match": 1.4 - }, - "N Mlaba": { - "wickets_last5": [ - 11, - 1, - 0, - 3 - ], - "recent_economy": 3.79, - "recent_wickets_per_match": 3.75 - }, - "N Mokoena": { - "wickets_last5": [ - 0, - 0, - 3 - ], - "recent_economy": 6.09, - "recent_wickets_per_match": 1.0 - }, - "N Mugabe": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.0 - }, - "N Mutasa": { - "wickets_last5": [ - 0, - 0, - 0, - 2 - ], - "recent_economy": 7.44, - "recent_wickets_per_match": 0.5 - }, - "N Nankov": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.54, - "recent_wickets_per_match": 1.0 - }, - "N Naranbaatar": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 11.36, - "recent_wickets_per_match": 0.4 - }, - "N Navaika": { - "wickets_last5": [ - 2, - 0, - 0, - 1, - 4 - ], - "recent_economy": 3.28, - "recent_wickets_per_match": 1.4 - }, - "N Ndouteng": { - "wickets_last5": [ - 2 - ], - "recent_economy": 14.5, - "recent_wickets_per_match": 2.0 - }, - "N Ndzeute": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 1 - ], - "recent_economy": 9.74, - "recent_wickets_per_match": 1.0 - }, - "N Nipiko": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 1 - ], - "recent_economy": 7.29, - "recent_wickets_per_match": 0.4 - }, - "N Niranjana": { - "wickets_last5": [ - 5 - ], - "recent_economy": 2.36, - "recent_wickets_per_match": 5.0 - }, - "N Nojic": { - "wickets_last5": [ - 0, - 0, - 2, - 1, - 2 - ], - "recent_economy": 2.76, - "recent_wickets_per_match": 1.0 - }, - "N Nuntarach": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 0 - ], - "recent_economy": 5.42, - "recent_wickets_per_match": 0.6 - }, - "N Pathan": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 1 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.6 - }, - "N Peter": { - "wickets_last5": [ - 0, - 3 - ], - "recent_economy": 5.44, - "recent_wickets_per_match": 1.5 - }, - "N Pokana": { - "wickets_last5": [ - 2, - 1, - 1, - 0, - 2 - ], - "recent_economy": 4.43, - "recent_wickets_per_match": 1.2 - }, - "N Pradeep": { - "wickets_last5": [ - 1, - 2, - 0, - 6, - 4 - ], - "recent_economy": 3.26, - "recent_wickets_per_match": 2.6 - }, - "N Robertson-Jack": { - "wickets_last5": [ - 1, - 1, - 0, - 3, - 3 - ], - "recent_economy": 5.93, - "recent_wickets_per_match": 1.6 - }, - "N Salekar": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 7.28, - "recent_wickets_per_match": 0.4 - }, - "N Senamontree": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 1 - ], - "recent_economy": 5.26, - "recent_wickets_per_match": 0.6 - }, - "N Shangase": { - "wickets_last5": [ - 2, - 2, - 2, - 1, - 0 - ], - "recent_economy": 6.43, - "recent_wickets_per_match": 1.4 - }, - "N Shree Charani": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.88, - "recent_wickets_per_match": 0.0 - }, - "N Sibanda": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 4.92, - "recent_wickets_per_match": 0.4 - }, - "N Simelane": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 4.75, - "recent_wickets_per_match": 0.67 - }, - "N Sitompul": { - "wickets_last5": [ - 3, - 2, - 1 - ], - "recent_economy": 2.62, - "recent_wickets_per_match": 2.0 - }, - "N Sonne-Rudd": { - "wickets_last5": [ - 1, - 1, - 1, - 1 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 1.0 - }, - "N Tanner": { - "wickets_last5": [ - 0, - 2, - 1, - 1, - 0 - ], - "recent_economy": 7.1, - "recent_wickets_per_match": 0.8 - }, - "N Thailappan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 13.33, - "recent_wickets_per_match": 0.0 - }, - "N Tokizawa": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 3 - ], - "recent_economy": 2.86, - "recent_wickets_per_match": 1.2 - }, - "N Toleva": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.05, - "recent_wickets_per_match": 0.0 - }, - "N Tropolova": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 2.82, - "recent_wickets_per_match": 0.67 - }, - "N Tyagi": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 1 - ], - "recent_economy": 6.12, - "recent_wickets_per_match": 0.8 - }, - "N Vanua": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 4.43, - "recent_wickets_per_match": 0.4 - }, - "N Vare": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 9.5, - "recent_wickets_per_match": 0.5 - }, - "N Venables": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.6 - }, - "N Vichara": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.62, - "recent_wickets_per_match": 0.0 - }, - "N Zimonjic": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.4 - }, - "N de Klerk": { - "wickets_last5": [ - 1, - 1, - 2, - 1 - ], - "recent_economy": 3.99, - "recent_wickets_per_match": 1.25 - }, - "NA Greenwood": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 7.12, - "recent_wickets_per_match": 0.2 - }, - "NA Janes": { - "wickets_last5": [ - 0 - ], - "recent_economy": 24.0, - "recent_wickets_per_match": 0.0 - }, - "NA Karnik": { - "wickets_last5": [ - 1, - 1, - 3, - 3, - 2 - ], - "recent_economy": 7.39, - "recent_wickets_per_match": 2.0 - }, - "NA Maiolo": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "NC Monteiro": { - "wickets_last5": [ - 2, - 0, - 1, - 1, - 1 - ], - "recent_economy": 5.35, - "recent_wickets_per_match": 1.0 - }, - "NCK Liyanage": { - "wickets_last5": [ - 1, - 2, - 0, - 0 - ], - "recent_economy": 5.84, - "recent_wickets_per_match": 0.75 - }, - "ND Laegsgaard": { - "wickets_last5": [ - 2, - 1, - 2 - ], - "recent_economy": 3.17, - "recent_wickets_per_match": 1.67 - }, - "NE Bonner": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 2.62, - "recent_wickets_per_match": 0.0 - }, - "NE Farrant": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 2 - ], - "recent_economy": 4.54, - "recent_wickets_per_match": 0.8 - }, - "NG Jones": { - "wickets_last5": [ - 2, - 0, - 3, - 0 - ], - "recent_economy": 2.92, - "recent_wickets_per_match": 1.25 - }, - "NG Smith": { - "wickets_last5": [ - 8, - 1, - 9, - 8, - 0 - ], - "recent_economy": 3.44, - "recent_wickets_per_match": 5.2 - }, - "NH Berejo": { - "wickets_last5": [ - 2, - 4, - 1, - 0, - 1 - ], - "recent_economy": 4.9, - "recent_wickets_per_match": 1.6 - }, - "NH Ekanayake": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.67, - "recent_wickets_per_match": 1.0 - }, - "NH Naureen": { - "wickets_last5": [ - 3 - ], - "recent_economy": 10.67, - "recent_wickets_per_match": 3.0 - }, - "NH Patel": { - "wickets_last5": [ - 1, - 1, - 1, - 1, - 0 - ], - "recent_economy": 3.78, - "recent_wickets_per_match": 0.8 - }, - "NIAF Paynter": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.36, - "recent_wickets_per_match": 2.0 - }, - "NJ Amongin": { - "wickets_last5": [ - 3, - 1, - 1, - 2, - 1 - ], - "recent_economy": 2.37, - "recent_wickets_per_match": 1.6 - }, - "NJ Astle": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 3.04, - "recent_wickets_per_match": 0.2 - }, - "NJ Browne": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 5.54, - "recent_wickets_per_match": 0.2 - }, - "NJ Carey": { - "wickets_last5": [ - 1, - 1, - 1, - 1, - 1 - ], - "recent_economy": 5.01, - "recent_wickets_per_match": 1.0 - }, - "NJ Pius": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.5, - "recent_wickets_per_match": 1.0 - }, - "NJ Qaeze": { - "wickets_last5": [ - 2 - ], - "recent_economy": 5.57, - "recent_wickets_per_match": 2.0 - }, - "NJ Shaw": { - "wickets_last5": [ - 5, - 3 - ], - "recent_economy": 2.16, - "recent_wickets_per_match": 4.0 - }, - "NJM Salima": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 1.43, - "recent_wickets_per_match": 0.5 - }, - "NK Aneesh Kumar": { - "wickets_last5": [ - 1, - 2, - 0, - 0, - 0 - ], - "recent_economy": 6.91, - "recent_wickets_per_match": 0.6 - }, - "NK Ariani": { - "wickets_last5": [ - 0, - 0, - 1, - 3, - 1 - ], - "recent_economy": 3.89, - "recent_wickets_per_match": 1.0 - }, - "NK Crafton": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.86, - "recent_wickets_per_match": 0.0 - }, - "NK Patel": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 1 - ], - "recent_economy": 5.75, - "recent_wickets_per_match": 0.4 - }, - "NK Tiwari": { - "wickets_last5": [ - 1, - 1, - 3, - 3, - 1 - ], - "recent_economy": 6.1, - "recent_wickets_per_match": 1.8 - }, - "NK Yadav": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 1 - ], - "recent_economy": 4.46, - "recent_wickets_per_match": 0.8 - }, - "NKD Murtiari": { - "wickets_last5": [ - 1, - 2, - 1, - 1, - 2 - ], - "recent_economy": 0.65, - "recent_wickets_per_match": 1.4 - }, - "NKDP Putri": { - "wickets_last5": [ - 0, - 2, - 1, - 1 - ], - "recent_economy": 0.95, - "recent_wickets_per_match": 1.0 - }, - "NKF Rada Rani": { - "wickets_last5": [ - 2, - 2, - 1, - 0, - 0 - ], - "recent_economy": 4.09, - "recent_wickets_per_match": 1.0 - }, - "NL Ujawe": { - "wickets_last5": [ - 1, - 0, - 2, - 0 - ], - "recent_economy": 6.33, - "recent_wickets_per_match": 0.75 - }, - "NLKWR Dewi": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 3.84, - "recent_wickets_per_match": 0.4 - }, - "NM Ambo": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.4 - }, - "NM Carter": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.41, - "recent_wickets_per_match": 1.0 - }, - "NM Cherriath": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 3.5, - "recent_wickets_per_match": 0.67 - }, - "NM Hauritz": { - "wickets_last5": [ - 3, - 3, - 1, - 3, - 7 - ], - "recent_economy": 3.2, - "recent_wickets_per_match": 3.4 - }, - "NM Lyon": { - "wickets_last5": [ - 5, - 0, - 6, - 3, - 0 - ], - "recent_economy": 3.29, - "recent_wickets_per_match": 2.8 - }, - "NM Meepage": { - "wickets_last5": [ - 3, - 2, - 1, - 0 - ], - "recent_economy": 3.55, - "recent_wickets_per_match": 1.5 - }, - "NM Mokhachane": { - "wickets_last5": [ - 3, - 0, - 3, - 0, - 3 - ], - "recent_economy": 2.75, - "recent_wickets_per_match": 1.8 - }, - "NM Odhiambo": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.64, - "recent_wickets_per_match": 2.0 - }, - "NM Salonen": { - "wickets_last5": [ - 2, - 2, - 0, - 2, - 2 - ], - "recent_economy": 5.49, - "recent_wickets_per_match": 1.6 - }, - "NM Sheikh": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 2.16, - "recent_wickets_per_match": 0.5 - }, - "NMP Suwandewi": { - "wickets_last5": [ - 2, - 0, - 5, - 0, - 0 - ], - "recent_economy": 2.64, - "recent_wickets_per_match": 1.4 - }, - "NMS Param": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 6.61, - "recent_wickets_per_match": 0.67 - }, - "NN Banner": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 1 - ], - "recent_economy": 5.94, - "recent_wickets_per_match": 0.6 - }, - "NN Odhiambo": { - "wickets_last5": [ - 0, - 2, - 1, - 1, - 1 - ], - "recent_economy": 5.58, - "recent_wickets_per_match": 1.0 - }, - "NN Saidi": { - "wickets_last5": [ - 3, - 0, - 3, - 0, - 1 - ], - "recent_economy": 4.73, - "recent_wickets_per_match": 1.4 - }, - "NND de Silva": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.52, - "recent_wickets_per_match": 0.2 - }, - "NO Miller": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.05, - "recent_wickets_per_match": 1.0 - }, - "NO Tindo": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 1.0 - }, - "NP Dalgaard": { - "wickets_last5": [ - 3, - 2, - 1, - 3, - 0 - ], - "recent_economy": 3.61, - "recent_wickets_per_match": 1.8 - }, - "NP Kenjige": { - "wickets_last5": [ - 0, - 0, - 8, - 0, - 2 - ], - "recent_economy": 9.12, - "recent_wickets_per_match": 2.0 - }, - "NR Johns-Wickberg": { - "wickets_last5": [ - 1, - 3, - 1, - 3, - 1 - ], - "recent_economy": 4.97, - "recent_wickets_per_match": 1.8 - }, - "NR Kirton": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 4.94, - "recent_wickets_per_match": 0.4 - }, - "NR Kumar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "NR Sciver": { - "wickets_last5": [ - 1, - 4, - 3, - 1, - 0 - ], - "recent_economy": 2.47, - "recent_wickets_per_match": 1.8 - }, - "NR Sciver-Brunt": { - "wickets_last5": [ - 0, - 1, - 1, - 0 - ], - "recent_economy": 2.76, - "recent_wickets_per_match": 0.5 - }, - "NS Dhaliwal": { - "wickets_last5": [ - 0 - ], - "recent_economy": 20.0, - "recent_wickets_per_match": 0.0 - }, - "NSK Mehta": { - "wickets_last5": [ - 2, - 2, - 1, - 0, - 1 - ], - "recent_economy": 5.7, - "recent_wickets_per_match": 1.2 - }, - "NSS Sharma": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 1 - ], - "recent_economy": 8.38, - "recent_wickets_per_match": 0.8 - }, - "NT Gireesh": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 7.95, - "recent_wickets_per_match": 0.4 - }, - "NT Rajendran": { - "wickets_last5": [ - 2, - 3, - 1, - 1, - 2 - ], - "recent_economy": 6.78, - "recent_wickets_per_match": 1.8 - }, - "NW Bracken": { - "wickets_last5": [ - 0, - 3 - ], - "recent_economy": 3.11, - "recent_wickets_per_match": 1.5 - }, - "NW Sariani": { - "wickets_last5": [ - 1, - 1, - 4, - 3, - 1 - ], - "recent_economy": 3.48, - "recent_wickets_per_match": 2.0 - }, - "Nabaa Naseem": { - "wickets_last5": [ - 1, - 1, - 3 - ], - "recent_economy": 8.32, - "recent_wickets_per_match": 1.67 - }, - "Nadeem Ahmed": { - "wickets_last5": [ - 0, - 0, - 2, - 1, - 0 - ], - "recent_economy": 4.36, - "recent_wickets_per_match": 0.6 - }, - "Nadeem Khan": { - "wickets_last5": [ - 4, - 2, - 3 - ], - "recent_economy": 4.7, - "recent_wickets_per_match": 3.0 - }, - "Nader Zahadiafzal": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "Naeem Islam": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.29, - "recent_wickets_per_match": 0.0 - }, - "Nahid Rana": { - "wickets_last5": [ - 5, - 6, - 3, - 1, - 0 - ], - "recent_economy": 4.44, - "recent_wickets_per_match": 3.0 - }, - "Nahida Akter": { - "wickets_last5": [ - 0, - 4, - 2, - 0, - 1 - ], - "recent_economy": 3.72, - "recent_wickets_per_match": 1.4 - }, - "Naiem Bameri": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.67, - "recent_wickets_per_match": 1.0 - }, - "Naila Nazir": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.82, - "recent_wickets_per_match": 0.0 - }, - "Naina Saju": { - "wickets_last5": [ - 0, - 2, - 0, - 4, - 0 - ], - "recent_economy": 4.81, - "recent_wickets_per_match": 1.2 - }, - "Najeeb Amar": { - "wickets_last5": [ - 3, - 0 - ], - "recent_economy": 3.75, - "recent_wickets_per_match": 1.5 - }, - "Najjam Shahzad": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 1 - ], - "recent_economy": 5.27, - "recent_wickets_per_match": 0.8 - }, - "Najwa Akram": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 0 - ], - "recent_economy": 7.33, - "recent_wickets_per_match": 0.4 - }, - "Namgay Thinley": { - "wickets_last5": [ - 2, - 1, - 1, - 1, - 1 - ], - "recent_economy": 5.14, - "recent_wickets_per_match": 1.2 - }, - "Nanthita Boonsukham": { - "wickets_last5": [ - 0, - 5 - ], - "recent_economy": 3.21, - "recent_wickets_per_match": 2.5 - }, - "Nary Thapa": { - "wickets_last5": [ - 2, - 0, - 1, - 1, - 0 - ], - "recent_economy": 2.76, - "recent_wickets_per_match": 0.8 - }, - "Naseem Khan": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 0 - ], - "recent_economy": 8.89, - "recent_wickets_per_match": 0.4 - }, - "Naseem Shah": { - "wickets_last5": [ - 4, - 2, - 3, - 6, - 3 - ], - "recent_economy": 3.64, - "recent_wickets_per_match": 3.6 - }, - "Nashra Sandhu": { - "wickets_last5": [ - 2, - 2, - 1, - 2, - 3 - ], - "recent_economy": 5.92, - "recent_wickets_per_match": 2.0 - }, - "Nasir Aziz": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 5.65, - "recent_wickets_per_match": 0.67 - }, - "Nasir Hossain": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 2 - ], - "recent_economy": 2.64, - "recent_wickets_per_match": 0.6 - }, - "Nasrulla Rana": { - "wickets_last5": [ - 4, - 2, - 1, - 0, - 0 - ], - "recent_economy": 5.17, - "recent_wickets_per_match": 1.4 - }, - "Nasum Ahmed": { - "wickets_last5": [ - 3, - 2, - 2, - 0, - 0 - ], - "recent_economy": 5.66, - "recent_wickets_per_match": 1.4 - }, - "Natalia Pervaiz": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 6.86, - "recent_wickets_per_match": 0.0 - }, - "Natalie Clarke": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 3.71, - "recent_wickets_per_match": 0.2 - }, - "Nathan Ingleston": { - "wickets_last5": [ - 0, - 2, - 1 - ], - "recent_economy": 5.67, - "recent_wickets_per_match": 1.0 - }, - "Natim Hassam": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 2 - ], - "recent_economy": 5.91, - "recent_wickets_per_match": 0.8 - }, - "Naved-ul-Hasan": { - "wickets_last5": [ - 5 - ], - "recent_economy": 2.51, - "recent_wickets_per_match": 5.0 - }, - "Naveed Ahmed": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.54, - "recent_wickets_per_match": 0.0 - }, - "Naveed Fakhr": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.2, - "recent_wickets_per_match": 1.0 - }, - "Naveed Shahid": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 1 - ], - "recent_economy": 6.76, - "recent_wickets_per_match": 0.6 - }, - "Naveena Shetty": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "Navid Abdollahpour": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.6, - "recent_wickets_per_match": 1.0 - }, - "Navid Balouch": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.5, - "recent_wickets_per_match": 0.0 - }, - "Nawaf Ahmed": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 2 - ], - "recent_economy": 6.78, - "recent_wickets_per_match": 0.8 - }, - "Nawed Al Balushi": { - "wickets_last5": [ - 1, - 1, - 4 - ], - "recent_economy": 9.56, - "recent_wickets_per_match": 2.0 - }, - "Nayab Razwan": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 2 - ], - "recent_economy": 4.67, - "recent_wickets_per_match": 0.8 - }, - "Nazakat Ali": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.74, - "recent_wickets_per_match": 0.5 - }, - "Nazmul Hossain": { - "wickets_last5": [ - 3 - ], - "recent_economy": 2.76, - "recent_wickets_per_match": 3.0 - }, - "Nazmul Hossain Shanto": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.75, - "recent_wickets_per_match": 0.0 - }, - "Nazmul Huda": { - "wickets_last5": [ - 1, - 1, - 1, - 0 - ], - "recent_economy": 7.1, - "recent_wickets_per_match": 0.75 - }, - "Nazmul Islam": { - "wickets_last5": [ - 4 - ], - "recent_economy": 2.62, - "recent_wickets_per_match": 4.0 - }, - "Nazril Rahman": { - "wickets_last5": [ - 2, - 0, - 2 - ], - "recent_economy": 3.68, - "recent_wickets_per_match": 1.33 - }, - "Nazwan Ismail": { - "wickets_last5": [ - 1, - 1, - 2, - 1, - 2 - ], - "recent_economy": 8.93, - "recent_wickets_per_match": 1.4 - }, - "Neeraj Mishra": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 7.66, - "recent_wickets_per_match": 0.4 - }, - "Nestor Dhamba": { - "wickets_last5": [ - 1, - 0, - 2, - 1, - 3 - ], - "recent_economy": 3.93, - "recent_wickets_per_match": 1.4 - }, - "Ngawang Thinley": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 3 - ], - "recent_economy": 6.86, - "recent_wickets_per_match": 1.2 - }, - "Niaz Ali": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.54, - "recent_wickets_per_match": 0.0 - }, - "Nida Dar": { - "wickets_last5": [ - 1, - 3, - 1, - 4, - 1 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 2.0 - }, - "Nik Nur Atiela": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 3 - ], - "recent_economy": 4.47, - "recent_wickets_per_match": 1.0 - }, - "Nikhil": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.89, - "recent_wickets_per_match": 1.0 - }, - "Nikhil Chaudhary": { - "wickets_last5": [ - 0, - 4, - 0, - 0, - 2 - ], - "recent_economy": 7.25, - "recent_wickets_per_match": 1.2 - }, - "Nilansh Keswani": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 6.33, - "recent_wickets_per_match": 0.5 - }, - "Nilusha Waruwangodage": { - "wickets_last5": [ - 2 - ], - "recent_economy": 1.64, - "recent_wickets_per_match": 2.0 - }, - "Nimish Lathief": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 1 - ], - "recent_economy": 8.14, - "recent_wickets_per_match": 0.8 - }, - "Nisha Ali": { - "wickets_last5": [ - 5, - 2, - 4, - 2, - 0 - ], - "recent_economy": 2.08, - "recent_wickets_per_match": 2.6 - }, - "Nitesh Hooda": { - "wickets_last5": [ - 2, - 0, - 3, - 1 - ], - "recent_economy": 3.68, - "recent_wickets_per_match": 1.5 - }, - "Niv Nagavkar": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 5.49, - "recent_wickets_per_match": 0.0 - }, - "Nizakat Khan": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 1 - ], - "recent_economy": 4.75, - "recent_wickets_per_match": 0.6 - }, - "Noah Mead": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 1 - ], - "recent_economy": 7.62, - "recent_wickets_per_match": 0.8 - }, - "Noman Amjad": { - "wickets_last5": [ - 2, - 0, - 0 - ], - "recent_economy": 7.7, - "recent_wickets_per_match": 0.67 - }, - "Nonoha Yasumoto": { - "wickets_last5": [ - 2, - 1, - 2, - 3, - 2 - ], - "recent_economy": 4.53, - "recent_wickets_per_match": 2.0 - }, - "Noor Hayati Zakaria": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 5.64, - "recent_wickets_per_match": 0.33 - }, - "Noorkhan Ahmedi": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.08, - "recent_wickets_per_match": 1.0 - }, - "Nooruddin Mujadady": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 0 - ], - "recent_economy": 9.16, - "recent_wickets_per_match": 0.4 - }, - "Noorullah Sidiqi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 16.29, - "recent_wickets_per_match": 0.0 - }, - "Nouman Sarwar": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.73, - "recent_wickets_per_match": 0.4 - }, - "Ntombizonke MKhatshwa": { - "wickets_last5": [ - 2, - 1, - 3, - 3, - 1 - ], - "recent_economy": 5.46, - "recent_wickets_per_match": 2.0 - }, - "Nur Alya Batrisyia": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 5.64, - "recent_wickets_per_match": 0.67 - }, - "Nur Arianna Natsya": { - "wickets_last5": [ - 3, - 2, - 0, - 1 - ], - "recent_economy": 3.71, - "recent_wickets_per_match": 1.5 - }, - "Nur Dania Syuhada": { - "wickets_last5": [ - 0, - 0, - 2, - 2, - 0 - ], - "recent_economy": 4.07, - "recent_wickets_per_match": 0.8 - }, - "Nur Izzatul Syafiqa": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.75, - "recent_wickets_per_match": 0.0 - }, - "Nur Nadihirah": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 3.77, - "recent_wickets_per_match": 0.5 - }, - "Nur Qalysha": { - "wickets_last5": [ - 0, - 0, - 3, - 0, - 0 - ], - "recent_economy": 6.24, - "recent_wickets_per_match": 0.6 - }, - "Nurin Imanina": { - "wickets_last5": [ - 0, - 0, - 5 - ], - "recent_economy": 4.85, - "recent_wickets_per_match": 1.67 - }, - "Nyeing Cham Soe": { - "wickets_last5": [ - 3, - 0, - 1, - 0, - 2 - ], - "recent_economy": 7.3, - "recent_wickets_per_match": 1.2 - }, - "O Amarjargal": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 1 - ], - "recent_economy": 5.25, - "recent_wickets_per_match": 0.8 - }, - "O Bastin": { - "wickets_last5": [ - 1, - 3, - 1, - 1, - 0 - ], - "recent_economy": 3.66, - "recent_wickets_per_match": 1.2 - }, - "O Batisani": { - "wickets_last5": [ - 1 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 1.0 - }, - "O Bell": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 0 - ], - "recent_economy": 3.62, - "recent_wickets_per_match": 0.4 - }, - "O Casasola": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 5.53, - "recent_wickets_per_match": 0.67 - }, - "O Chare": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 2 - ], - "recent_economy": 5.01, - "recent_wickets_per_match": 0.8 - }, - "O Davidson": { - "wickets_last5": [ - 1, - 1, - 1, - 1, - 2 - ], - "recent_economy": 4.95, - "recent_wickets_per_match": 1.2 - }, - "O Duff": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.54, - "recent_wickets_per_match": 0.2 - }, - "O Erdenebaatar": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 1 - ], - "recent_economy": 2.53, - "recent_wickets_per_match": 0.6 - }, - "O Gholami": { - "wickets_last5": [ - 2, - 0, - 0, - 1 - ], - "recent_economy": 5.93, - "recent_wickets_per_match": 0.75 - }, - "O Isesele": { - "wickets_last5": [ - 0, - 0, - 0, - 1 - ], - "recent_economy": 9.68, - "recent_wickets_per_match": 0.25 - }, - "O Isiyaku": { - "wickets_last5": [ - 4, - 3, - 3, - 0, - 1 - ], - "recent_economy": 5.65, - "recent_wickets_per_match": 2.2 - }, - "O Kamchomphu": { - "wickets_last5": [ - 1, - 0, - 3, - 1, - 3 - ], - "recent_economy": 4.54, - "recent_wickets_per_match": 1.6 - }, - "O Keitsemang": { - "wickets_last5": [ - 2, - 0, - 0, - 2, - 3 - ], - "recent_economy": 3.89, - "recent_wickets_per_match": 1.4 - }, - "O Kgeresi": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 4 - ], - "recent_economy": 2.63, - "recent_wickets_per_match": 1.0 - }, - "O Kirsten": { - "wickets_last5": [ - 4, - 0, - 2, - 0 - ], - "recent_economy": 3.83, - "recent_wickets_per_match": 1.5 - }, - "O Lefaga": { - "wickets_last5": [ - 0, - 3, - 2, - 0, - 1 - ], - "recent_economy": 3.06, - "recent_wickets_per_match": 1.2 - }, - "O Lutbayar": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 8.75, - "recent_wickets_per_match": 0.4 - }, - "O Matsolo": { - "wickets_last5": [ - 4, - 2, - 2, - 0, - 3 - ], - "recent_economy": 3.7, - "recent_wickets_per_match": 2.2 - }, - "O Mondlane": { - "wickets_last5": [ - 3, - 0, - 2, - 0, - 0 - ], - "recent_economy": 2.16, - "recent_wickets_per_match": 1.0 - }, - "O Morgan": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 8.18, - "recent_wickets_per_match": 1.5 - }, - "O Muzondo": { - "wickets_last5": [ - 1, - 4, - 3, - 0, - 3 - ], - "recent_economy": 4.39, - "recent_wickets_per_match": 2.2 - }, - "O Omonkhobio": { - "wickets_last5": [ - 2, - 0, - 0, - 1, - 1 - ], - "recent_economy": 4.83, - "recent_wickets_per_match": 0.8 - }, - "O Prendergast": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 1 - ], - "recent_economy": 6.09, - "recent_wickets_per_match": 0.4 - }, - "O Qudratov": { - "wickets_last5": [ - 3 - ], - "recent_economy": 11.1, - "recent_wickets_per_match": 3.0 - }, - "O Ranedoumoun": { - "wickets_last5": [ - 2, - 3, - 0, - 3, - 1 - ], - "recent_economy": 2.8, - "recent_wickets_per_match": 1.8 - }, - "O Sam Arthur": { - "wickets_last5": [ - 1, - 1, - 0, - 2, - 0 - ], - "recent_economy": 5.82, - "recent_wickets_per_match": 0.8 - }, - "O Touray": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 15.33, - "recent_wickets_per_match": 0.5 - }, - "OD Hald": { - "wickets_last5": [ - 4, - 1 - ], - "recent_economy": 2.77, - "recent_wickets_per_match": 2.5 - }, - "OE Taylor": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 2 - ], - "recent_economy": 7.85, - "recent_wickets_per_match": 0.8 - }, - "OEG Baartman": { - "wickets_last5": [ - 4, - 6, - 4, - 2, - 2 - ], - "recent_economy": 5.95, - "recent_wickets_per_match": 3.6 - }, - "OF Rios": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.18, - "recent_wickets_per_match": 0.0 - }, - "OGL Bascome": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 3 - ], - "recent_economy": 6.93, - "recent_wickets_per_match": 0.6 - }, - "OH Agbomadzie": { - "wickets_last5": [ - 1, - 2, - 3, - 0, - 4 - ], - "recent_economy": 4.46, - "recent_wickets_per_match": 2.0 - }, - "OJ Hairs": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.85, - "recent_wickets_per_match": 1.0 - }, - "OJ Herrington": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.5 - }, - "OJ Webster": { - "wickets_last5": [ - 0, - 2, - 1, - 1, - 3 - ], - "recent_economy": 6.51, - "recent_wickets_per_match": 1.4 - }, - "OJR Groves": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "OK Mohamed": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "OL Pitcher": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.0 - }, - "OP Stone": { - "wickets_last5": [ - 3, - 5, - 3, - 4, - 3 - ], - "recent_economy": 3.9, - "recent_wickets_per_match": 3.6 - }, - "OS Dlamini": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 6.77, - "recent_wickets_per_match": 0.5 - }, - "OSB Tilley": { - "wickets_last5": [ - 2, - 0, - 1, - 1, - 0 - ], - "recent_economy": 8.54, - "recent_wickets_per_match": 0.8 - }, - "OT Wallerson": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.44, - "recent_wickets_per_match": 0.0 - }, - "OU Ranasinghe": { - "wickets_last5": [ - 2, - 1, - 1, - 2, - 0 - ], - "recent_economy": 4.76, - "recent_wickets_per_match": 1.2 - }, - "Obed Yosef": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 2 - ], - "recent_economy": 6.96, - "recent_wickets_per_match": 0.6 - }, - "Oliver Rowe": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.14, - "recent_wickets_per_match": 1.0 - }, - "Omar Hayat": { - "wickets_last5": [ - 1, - 1, - 3, - 2, - 3 - ], - "recent_economy": 7.33, - "recent_wickets_per_match": 2.0 - }, - "Omar Hussain": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.57, - "recent_wickets_per_match": 0.0 - }, - "Omar Rassol": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 0 - ], - "recent_economy": 9.4, - "recent_wickets_per_match": 0.4 - }, - "Omid Mailk Khel": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.5, - "recent_wickets_per_match": 0.0 - }, - "Omid Shafi Rahman": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.65, - "recent_wickets_per_match": 0.0 - }, - "Osama Mahmood": { - "wickets_last5": [ - 0, - 1, - 3, - 0, - 0 - ], - "recent_economy": 5.77, - "recent_wickets_per_match": 0.8 - }, - "Osman Khan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 20.0, - "recent_wickets_per_match": 0.0 - }, - "Owais Ahmed": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 1 - ], - "recent_economy": 6.87, - "recent_wickets_per_match": 0.8 - }, - "P Agboya": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 1 - ], - "recent_economy": 5.21, - "recent_wickets_per_match": 0.6 - }, - "P Agrawal": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 4.98, - "recent_wickets_per_match": 0.4 - }, - "P Aho": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 0 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 0.6 - }, - "P Alako": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 4.86, - "recent_wickets_per_match": 1.0 - }, - "P Arrighi": { - "wickets_last5": [ - 1, - 2, - 1 - ], - "recent_economy": 6.81, - "recent_wickets_per_match": 1.33 - }, - "P Bhandari": { - "wickets_last5": [ - 1, - 2, - 0, - 2, - 0 - ], - "recent_economy": 3.33, - "recent_wickets_per_match": 1.0 - }, - "P Bhart": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.75, - "recent_wickets_per_match": 1.0 - }, - "P Buccimazza": { - "wickets_last5": [ - 2, - 1, - 1 - ], - "recent_economy": 5.1, - "recent_wickets_per_match": 1.33 - }, - "P Cabebula": { - "wickets_last5": [ - 2, - 0, - 1, - 1, - 3 - ], - "recent_economy": 5.67, - "recent_wickets_per_match": 1.4 - }, - "P Chabuta": { - "wickets_last5": [ - 1, - 3, - 1, - 1 - ], - "recent_economy": 3.14, - "recent_wickets_per_match": 1.5 - }, - "P Chakraborty": { - "wickets_last5": [ - 1 - ], - "recent_economy": 0.5, - "recent_wickets_per_match": 1.0 - }, - "P Chilongia": { - "wickets_last5": [ - 2, - 1, - 1, - 0, - 1 - ], - "recent_economy": 5.33, - "recent_wickets_per_match": 1.0 - }, - "P Cuinica": { - "wickets_last5": [ - 3, - 0, - 0, - 0, - 3 - ], - "recent_economy": 2.81, - "recent_wickets_per_match": 1.2 - }, - "P Dakainivanua": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 2 - ], - "recent_economy": 5.89, - "recent_wickets_per_match": 1.0 - }, - "P Deol": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.75, - "recent_wickets_per_match": 0.0 - }, - "P Desungnoen": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.55, - "recent_wickets_per_match": 0.0 - }, - "P Donkaew": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 1.5 - }, - "P Fernando": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.67, - "recent_wickets_per_match": 0.0 - }, - "P Florin": { - "wickets_last5": [ - 0, - 2, - 0, - 3, - 0 - ], - "recent_economy": 7.06, - "recent_wickets_per_match": 1.0 - }, - "P Gheewala": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 3 - ], - "recent_economy": 7.13, - "recent_wickets_per_match": 1.0 - }, - "P Ghosh": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "P Gopalkrishnan": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 1.0 - }, - "P Gundecha": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 6.49, - "recent_wickets_per_match": 1.0 - }, - "P Hingorani": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 7.86, - "recent_wickets_per_match": 0.33 - }, - "P Jayawickrama": { - "wickets_last5": [ - 0, - 7, - 2, - 5, - 11 - ], - "recent_economy": 2.9, - "recent_wickets_per_match": 5.0 - }, - "P Jayeshbhai Patel": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 5.37, - "recent_wickets_per_match": 0.33 - }, - "P Jirapatananukul": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 5.58, - "recent_wickets_per_match": 2.0 - }, - "P Kaveao": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 1 - ], - "recent_economy": 4.77, - "recent_wickets_per_match": 0.6 - }, - "P Kerai": { - "wickets_last5": [ - 0, - 1, - 4, - 2, - 0 - ], - "recent_economy": 6.4, - "recent_wickets_per_match": 1.4 - }, - "P Khadka": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 0 - ], - "recent_economy": 4.05, - "recent_wickets_per_match": 0.4 - }, - "P Koech": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 5.76, - "recent_wickets_per_match": 0.4 - }, - "P Kotoisuva": { - "wickets_last5": [ - 0, - 2, - 0, - 1 - ], - "recent_economy": 5.63, - "recent_wickets_per_match": 0.75 - }, - "P Kumbhare": { - "wickets_last5": [ - 3, - 3, - 2, - 1, - 0 - ], - "recent_economy": 4.32, - "recent_wickets_per_match": 1.8 - }, - "P Kurup": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.18, - "recent_wickets_per_match": 2.0 - }, - "P Madhukar": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 6.28, - "recent_wickets_per_match": 1.0 - }, - "P Malav": { - "wickets_last5": [ - 2, - 3, - 2, - 1, - 1 - ], - "recent_economy": 7.66, - "recent_wickets_per_match": 1.8 - }, - "P Malemikia": { - "wickets_last5": [ - 0, - 0, - 1, - 3, - 1 - ], - "recent_economy": 3.18, - "recent_wickets_per_match": 1.0 - }, - "P Manning": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 1 - ], - "recent_economy": 7.79, - "recent_wickets_per_match": 0.6 - }, - "P Mapotsane": { - "wickets_last5": [ - 2, - 0, - 2, - 0, - 0 - ], - "recent_economy": 3.05, - "recent_wickets_per_match": 0.8 - }, - "P Marange": { - "wickets_last5": [ - 3, - 1, - 1, - 2, - 2 - ], - "recent_economy": 3.79, - "recent_wickets_per_match": 1.8 - }, - "P Masih": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 3.41, - "recent_wickets_per_match": 1.0 - }, - "P Maya": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 1 - ], - "recent_economy": 5.36, - "recent_wickets_per_match": 0.6 - }, - "P Maziya": { - "wickets_last5": [ - 1, - 1, - 1, - 2, - 2 - ], - "recent_economy": 5.56, - "recent_wickets_per_match": 1.4 - }, - "P Mishra": { - "wickets_last5": [ - 2, - 0, - 0, - 3, - 0 - ], - "recent_economy": 6.12, - "recent_wickets_per_match": 1.0 - }, - "P Modimo": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 3.96, - "recent_wickets_per_match": 1.5 - }, - "P Molkenboer": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.84, - "recent_wickets_per_match": 1.0 - }, - "P Munorwei": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 6.27, - "recent_wickets_per_match": 0.67 - }, - "P Murungi": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 2 - ], - "recent_economy": 6.72, - "recent_wickets_per_match": 0.6 - }, - "P Nedeljkovic": { - "wickets_last5": [ - 1, - 3, - 1, - 1, - 1 - ], - "recent_economy": 7.79, - "recent_wickets_per_match": 1.4 - }, - "P Neighbour": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.63, - "recent_wickets_per_match": 0.0 - }, - "P Pirabakaran": { - "wickets_last5": [ - 1, - 2, - 1 - ], - "recent_economy": 6.15, - "recent_wickets_per_match": 1.33 - }, - "P Pratt": { - "wickets_last5": [ - 1, - 0, - 2, - 3 - ], - "recent_economy": 3.95, - "recent_wickets_per_match": 1.5 - }, - "P Pushparajan": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 1 - ], - "recent_economy": 8.12, - "recent_wickets_per_match": 0.8 - }, - "P Pustoslemsek": { - "wickets_last5": [ - 1, - 1, - 1, - 2, - 0 - ], - "recent_economy": 6.38, - "recent_wickets_per_match": 1.0 - }, - "P Raghunath": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 3.41, - "recent_wickets_per_match": 0.33 - }, - "P Raho": { - "wickets_last5": [ - 0, - 0, - 3, - 1 - ], - "recent_economy": 6.96, - "recent_wickets_per_match": 1.0 - }, - "P Rathnayake": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "P Rawat": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.23, - "recent_wickets_per_match": 0.0 - }, - "P Roy": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.94, - "recent_wickets_per_match": 1.0 - }, - "P Sabu": { - "wickets_last5": [ - 4, - 3, - 3, - 1, - 0 - ], - "recent_economy": 4.17, - "recent_wickets_per_match": 2.2 - }, - "P Sapesa": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.8, - "recent_wickets_per_match": 0.0 - }, - "P Sarraf": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 0 - ], - "recent_economy": 4.57, - "recent_wickets_per_match": 0.6 - }, - "P Senjug": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 1 - ], - "recent_economy": 2.94, - "recent_wickets_per_match": 0.6 - }, - "P Sharma": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 0 - ], - "recent_economy": 5.91, - "recent_wickets_per_match": 0.6 - }, - "P Shetty": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 5.28, - "recent_wickets_per_match": 0.4 - }, - "P Siaka": { - "wickets_last5": [ - 1, - 1, - 4, - 3, - 1 - ], - "recent_economy": 2.35, - "recent_wickets_per_match": 2.0 - }, - "P Silas": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 15.23, - "recent_wickets_per_match": 0.0 - }, - "P Subrayen": { - "wickets_last5": [ - 2, - 4 - ], - "recent_economy": 3.26, - "recent_wickets_per_match": 3.0 - }, - "P Taylor": { - "wickets_last5": [ - 2, - 1, - 2, - 2 - ], - "recent_economy": 7.91, - "recent_wickets_per_match": 1.75 - }, - "P Thongsa": { - "wickets_last5": [ - 0, - 3, - 2, - 0, - 1 - ], - "recent_economy": 4.87, - "recent_wickets_per_match": 1.2 - }, - "P Timong": { - "wickets_last5": [ - 4, - 0, - 6 - ], - "recent_economy": 2.09, - "recent_wickets_per_match": 3.33 - }, - "P Useni": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 2 - ], - "recent_economy": 6.07, - "recent_wickets_per_match": 0.8 - }, - "P Utseya": { - "wickets_last5": [ - 3, - 5, - 3 - ], - "recent_economy": 3.11, - "recent_wickets_per_match": 3.67 - }, - "P Vastrakar": { - "wickets_last5": [ - 2, - 5, - 4, - 4, - 1 - ], - "recent_economy": 3.17, - "recent_wickets_per_match": 3.2 - }, - "P Vekaria": { - "wickets_last5": [ - 1, - 1, - 1, - 1, - 0 - ], - "recent_economy": 7.43, - "recent_wickets_per_match": 0.8 - }, - "PA Chatterji": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.77, - "recent_wickets_per_match": 0.2 - }, - "PA Desai": { - "wickets_last5": [ - 1, - 0, - 2, - 3 - ], - "recent_economy": 3.78, - "recent_wickets_per_match": 1.5 - }, - "PA Hitchcock": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 0 - ], - "recent_economy": 5.22, - "recent_wickets_per_match": 0.4 - }, - "PA Wadenpohl": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 6.9, - "recent_wickets_per_match": 0.33 - }, - "PA van Meekeren": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 9.67, - "recent_wickets_per_match": 0.0 - }, - "PADLR Sandakan": { - "wickets_last5": [ - 7, - 2, - 3, - 5, - 0 - ], - "recent_economy": 3.85, - "recent_wickets_per_match": 3.4 - }, - "PC Connell": { - "wickets_last5": [ - 0, - 2, - 3, - 2 - ], - "recent_economy": 5.97, - "recent_wickets_per_match": 1.75 - }, - "PC McGeown": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 0 - ], - "recent_economy": 4.05, - "recent_wickets_per_match": 0.6 - }, - "PC de Silva": { - "wickets_last5": [ - 4, - 0, - 2, - 2, - 4 - ], - "recent_economy": 7.73, - "recent_wickets_per_match": 2.4 - }, - "PD Blignaut": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 1.0 - }, - "PD Hennessy": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "PDRL Perera": { - "wickets_last5": [ - 2, - 1, - 0, - 1, - 0 - ], - "recent_economy": 4.63, - "recent_wickets_per_match": 0.8 - }, - "PE Kruger": { - "wickets_last5": [ - 1, - 2, - 4, - 0, - 2 - ], - "recent_economy": 7.69, - "recent_wickets_per_match": 1.8 - }, - "PE Kulume": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 4.35, - "recent_wickets_per_match": 0.4 - }, - "PE Mendonca": { - "wickets_last5": [ - 2, - 0, - 5, - 0, - 2 - ], - "recent_economy": 5.23, - "recent_wickets_per_match": 1.8 - }, - "PEA Karunarathna": { - "wickets_last5": [ - 0, - 2, - 1, - 2, - 1 - ], - "recent_economy": 5.68, - "recent_wickets_per_match": 1.2 - }, - "PF Gallagher": { - "wickets_last5": [ - 3, - 2, - 1, - 1, - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.6 - }, - "PG Raut": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.67, - "recent_wickets_per_match": 0.0 - }, - "PJ Ongondo": { - "wickets_last5": [ - 1, - 0, - 0, - 2, - 2 - ], - "recent_economy": 5.86, - "recent_wickets_per_match": 1.0 - }, - "PK Dimitri": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 8.84, - "recent_wickets_per_match": 0.5 - }, - "PK Matautaava": { - "wickets_last5": [ - 3, - 0, - 3, - 0, - 3 - ], - "recent_economy": 6.38, - "recent_wickets_per_match": 1.8 - }, - "PK Mohanarangam": { - "wickets_last5": [ - 3, - 2, - 3, - 4, - 1 - ], - "recent_economy": 3.25, - "recent_wickets_per_match": 2.6 - }, - "PKD Chase": { - "wickets_last5": [ - 2, - 1, - 2, - 2, - 0 - ], - "recent_economy": 5.93, - "recent_wickets_per_match": 1.4 - }, - "PKM Mahawattage": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.59, - "recent_wickets_per_match": 0.0 - }, - "PL Mommsen": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.75, - "recent_wickets_per_match": 0.5 - }, - "PM Liyanagamage": { - "wickets_last5": [ - 2, - 4, - 2, - 4, - 2 - ], - "recent_economy": 8.49, - "recent_wickets_per_match": 2.8 - }, - "PM Seelaar": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.87, - "recent_wickets_per_match": 0.4 - }, - "PM Siddle": { - "wickets_last5": [ - 2, - 3, - 2, - 1, - 3 - ], - "recent_economy": 2.85, - "recent_wickets_per_match": 2.2 - }, - "PN Agarwal": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "PPS Win": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 3.71, - "recent_wickets_per_match": 1.0 - }, - "PR Brown": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.71, - "recent_wickets_per_match": 0.0 - }, - "PR Stirling": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.5, - "recent_wickets_per_match": 0.0 - }, - "PR Surve": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 10.38, - "recent_wickets_per_match": 0.2 - }, - "PRCS Kumarihami": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 0.0 - }, - "PRP Boissevain": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 8.48, - "recent_wickets_per_match": 0.33 - }, - "PS Roberts": { - "wickets_last5": [ - 0, - 0, - 0, - 1 - ], - "recent_economy": 5.23, - "recent_wickets_per_match": 0.25 - }, - "PSRK Sudarshan": { - "wickets_last5": [ - 1, - 0, - 2, - 1, - 2 - ], - "recent_economy": 8.28, - "recent_wickets_per_match": 1.2 - }, - "PUKK Arachchige": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 6.22, - "recent_wickets_per_match": 0.67 - }, - "PV Naringrekar": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.38, - "recent_wickets_per_match": 0.0 - }, - "PV Vuniwaqa": { - "wickets_last5": [ - 1, - 0, - 0, - 3 - ], - "recent_economy": 8.67, - "recent_wickets_per_match": 1.0 - }, - "PW Borren": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.72, - "recent_wickets_per_match": 0.2 - }, - "PY Lavine": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.0 - }, - "PZ Kamunya": { - "wickets_last5": [ - 1, - 0, - 0, - 0 - ], - "recent_economy": 6.81, - "recent_wickets_per_match": 0.25 - }, - "Paing Danu": { - "wickets_last5": [ - 1, - 2, - 1, - 1 - ], - "recent_economy": 4.7, - "recent_wickets_per_match": 1.25 - }, - "Pan Ei Phyu": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 0 - ], - "recent_economy": 4.38, - "recent_wickets_per_match": 0.6 - }, - "Panna Ghosh": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 2 - ], - "recent_economy": 4.49, - "recent_wickets_per_match": 0.6 - }, - "Paras Singh": { - "wickets_last5": [ - 0, - 2, - 1 - ], - "recent_economy": 8.8, - "recent_wickets_per_match": 1.0 - }, - "Pargat Singh": { - "wickets_last5": [ - 0, - 1, - 1, - 3, - 1 - ], - "recent_economy": 5.34, - "recent_wickets_per_match": 1.2 - }, - "Parveen Kumar": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 1 - ], - "recent_economy": 3.95, - "recent_wickets_per_match": 0.8 - }, - "Parvindar Kumar": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 0 - ], - "recent_economy": 7.65, - "recent_wickets_per_match": 0.6 - }, - "Patrick Nou": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 5.52, - "recent_wickets_per_match": 0.0 - }, - "Pavandeep Singh": { - "wickets_last5": [ - 2, - 5, - 0, - 1, - 2 - ], - "recent_economy": 4.76, - "recent_wickets_per_match": 2.0 - }, - "Pech Pisa": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.6, - "recent_wickets_per_match": 0.0 - }, - "Pen Samon": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 0.0 - }, - "Phoup Srey Pheak": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 1 - ], - "recent_economy": 3.82, - "recent_wickets_per_match": 0.8 - }, - "Pooja Kumari": { - "wickets_last5": [ - 2, - 3 - ], - "recent_economy": 2.82, - "recent_wickets_per_match": 2.5 - }, - "Poonam Yadav": { - "wickets_last5": [ - 1, - 1, - 1, - 1, - 0 - ], - "recent_economy": 4.62, - "recent_wickets_per_match": 0.8 - }, - "Poorvaja Jagdeesha": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 6.13, - "recent_wickets_per_match": 0.2 - }, - "Prachi Kumari": { - "wickets_last5": [ - 0, - 1, - 4, - 0, - 1 - ], - "recent_economy": 4.58, - "recent_wickets_per_match": 1.2 - }, - "Prajna Jagdeesha": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 4.83, - "recent_wickets_per_match": 0.33 - }, - "Prasad Anish": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 9.87, - "recent_wickets_per_match": 0.0 - }, - "Prashant Shukla": { - "wickets_last5": [ - 4, - 2, - 4, - 0 - ], - "recent_economy": 3.57, - "recent_wickets_per_match": 2.5 - }, - "Pratik Singh Bais": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 6.89, - "recent_wickets_per_match": 0.2 - }, - "Pratis GC": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 3.16, - "recent_wickets_per_match": 1.0 - }, - "Praveen Santhanakrishnan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.67, - "recent_wickets_per_match": 0.0 - }, - "Preeti Bose": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 1.0 - }, - "Priyada Murali": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.13, - "recent_wickets_per_match": 0.0 - }, - "Puja Mahato": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.6 - }, - "Purvi Kumari": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.62, - "recent_wickets_per_match": 0.0 - }, - "Pyae Phyo Wai": { - "wickets_last5": [ - 1, - 2, - 2, - 1, - 2 - ], - "recent_economy": 6.28, - "recent_wickets_per_match": 1.6 - }, - "Q Abel": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 1 - ], - "recent_economy": 5.54, - "recent_wickets_per_match": 0.8 - }, - "Q Joseph": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 2 - ], - "recent_economy": 6.1, - "recent_wickets_per_match": 1.0 - }, - "Q Stephens": { - "wickets_last5": [ - 1, - 1, - 2, - 2, - 1 - ], - "recent_economy": 6.46, - "recent_wickets_per_match": 1.4 - }, - "QF Djakaridja": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.91, - "recent_wickets_per_match": 0.2 - }, - "Qadeer Ahmed": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 1 - ], - "recent_economy": 4.53, - "recent_wickets_per_match": 0.8 - }, - "Qamar Mushtaque": { - "wickets_last5": [ - 0, - 0, - 2, - 1, - 1 - ], - "recent_economy": 7.1, - "recent_wickets_per_match": 0.8 - }, - "Qanita Jalil": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 2 - ], - "recent_economy": 2.58, - "recent_wickets_per_match": 1.0 - }, - "Qasim Akram": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 8.27, - "recent_wickets_per_match": 0.67 - }, - "Qasim Anwar": { - "wickets_last5": [ - 0, - 0, - 3 - ], - "recent_economy": 4.57, - "recent_wickets_per_match": 1.0 - }, - "Qi Shuai": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.43, - "recent_wickets_per_match": 0.0 - }, - "Qudratullah Mir Afzail": { - "wickets_last5": [ - 1, - 0, - 3, - 0, - 0 - ], - "recent_economy": 5.37, - "recent_wickets_per_match": 0.8 - }, - "R Abdulkareem": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 3 - ], - "recent_economy": 8.93, - "recent_wickets_per_match": 1.2 - }, - "R Abdulrasak": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 1 - ], - "recent_economy": 4.26, - "recent_wickets_per_match": 0.4 - }, - "R Adotei": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.39, - "recent_wickets_per_match": 0.0 - }, - "R Agamiire": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 1.3, - "recent_wickets_per_match": 0.5 - }, - "R Aggarwal": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.25, - "recent_wickets_per_match": 0.0 - }, - "R Airee": { - "wickets_last5": [ - 3, - 0, - 1, - 1, - 0 - ], - "recent_economy": 5.54, - "recent_wickets_per_match": 1.0 - }, - "R Andrew": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.27, - "recent_wickets_per_match": 0.0 - }, - "R Ankad": { - "wickets_last5": [ - 1, - 1, - 1, - 3, - 1 - ], - "recent_economy": 5.19, - "recent_wickets_per_match": 1.4 - }, - "R Athapaththu": { - "wickets_last5": [ - 3, - 1, - 2, - 2, - 3 - ], - "recent_economy": 6.18, - "recent_wickets_per_match": 2.2 - }, - "R Aurora": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.0 - }, - "R Avdylaj": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 7.73, - "recent_wickets_per_match": 0.2 - }, - "R Avery": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 0 - ], - "recent_economy": 7.71, - "recent_wickets_per_match": 0.6 - }, - "R Baaleri": { - "wickets_last5": [ - 0, - 0, - 0, - 4, - 3 - ], - "recent_economy": 7.95, - "recent_wickets_per_match": 1.4 - }, - "R Bakum": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 1.0 - }, - "R Baruah": { - "wickets_last5": [ - 0, - 0, - 3, - 0, - 0 - ], - "recent_economy": 7.67, - "recent_wickets_per_match": 0.6 - }, - "R Bowers-Fleming": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 1.0 - }, - "R Brar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.92, - "recent_wickets_per_match": 0.0 - }, - "R Castillo": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 6.12, - "recent_wickets_per_match": 0.4 - }, - "R Chanda": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 7.71, - "recent_wickets_per_match": 0.33 - }, - "R Chaudhary": { - "wickets_last5": [ - 2, - 2, - 1, - 3, - 1 - ], - "recent_economy": 3.48, - "recent_wickets_per_match": 1.8 - }, - "R Choden": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 1 - ], - "recent_economy": 5.81, - "recent_wickets_per_match": 0.8 - }, - "R Coker": { - "wickets_last5": [ - 0, - 4, - 0, - 1, - 1 - ], - "recent_economy": 4.44, - "recent_wickets_per_match": 1.2 - }, - "R Cunningham": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 11.03, - "recent_wickets_per_match": 1.0 - }, - "R Dhakal": { - "wickets_last5": [ - 2, - 0, - 1 - ], - "recent_economy": 5.96, - "recent_wickets_per_match": 1.0 - }, - "R Dhami": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "R Dhar": { - "wickets_last5": [ - 2 - ], - "recent_economy": 2.12, - "recent_wickets_per_match": 2.0 - }, - "R Dhiman": { - "wickets_last5": [ - 0, - 1, - 2, - 1 - ], - "recent_economy": 6.16, - "recent_wickets_per_match": 1.0 - }, - "R Dianish": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 7.67, - "recent_wickets_per_match": 0.5 - }, - "R Drake": { - "wickets_last5": [ - 0, - 1, - 2, - 0, - 0 - ], - "recent_economy": 5.77, - "recent_wickets_per_match": 0.6 - }, - "R Edwards": { - "wickets_last5": [ - 2, - 0, - 4, - 0, - 6 - ], - "recent_economy": 4.39, - "recent_wickets_per_match": 2.4 - }, - "R Endo": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 5.79, - "recent_wickets_per_match": 0.0 - }, - "R Francis": { - "wickets_last5": [ - 1, - 0, - 1, - 3, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.0 - }, - "R Frylinck": { - "wickets_last5": [ - 2, - 0, - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.67 - }, - "R Galgalikar": { - "wickets_last5": [ - 3 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 3.0 - }, - "R Gnanaraj": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 9.47, - "recent_wickets_per_match": 0.5 - }, - "R Goodwin": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.14, - "recent_wickets_per_match": 0.0 - }, - "R Haiong": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 2.66, - "recent_wickets_per_match": 0.2 - }, - "R Hashu": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 1 - ], - "recent_economy": 6.85, - "recent_wickets_per_match": 0.8 - }, - "R Hekure": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 2 - ], - "recent_economy": 4.98, - "recent_wickets_per_match": 1.0 - }, - "R Home": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.0 - }, - "R Hubbard": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 5.45, - "recent_wickets_per_match": 0.33 - }, - "R Immadi": { - "wickets_last5": [ - 2, - 1, - 0, - 4, - 2 - ], - "recent_economy": 3.74, - "recent_wickets_per_match": 1.8 - }, - "R Jeyakumar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "R Johnson": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 8.57, - "recent_wickets_per_match": 1.0 - }, - "R Jones": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.5, - "recent_wickets_per_match": 0.0 - }, - "R Kalimuthu": { - "wickets_last5": [ - 0, - 2, - 5, - 1, - 2 - ], - "recent_economy": 7.17, - "recent_wickets_per_match": 2.0 - }, - "R Kanai": { - "wickets_last5": [ - 0, - 1, - 0, - 1 - ], - "recent_economy": 4.4, - "recent_wickets_per_match": 0.5 - }, - "R Kanoh": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 0 - ], - "recent_economy": 3.66, - "recent_wickets_per_match": 0.6 - }, - "R Kanojiya": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.2, - "recent_wickets_per_match": 0.0 - }, - "R Kassim": { - "wickets_last5": [ - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.45, - "recent_wickets_per_match": 0.25 - }, - "R Khasana": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 6.84, - "recent_wickets_per_match": 1.0 - }, - "R Khullar": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 1 - ], - "recent_economy": 4.48, - "recent_wickets_per_match": 0.8 - }, - "R Klein": { - "wickets_last5": [ - 0, - 0, - 2, - 3, - 2 - ], - "recent_economy": 4.55, - "recent_wickets_per_match": 1.4 - }, - "R Kumar": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 11.25, - "recent_wickets_per_match": 0.0 - }, - "R Limema": { - "wickets_last5": [ - 0, - 2, - 3, - 0, - 0 - ], - "recent_economy": 3.83, - "recent_wickets_per_match": 1.0 - }, - "R MacDonald-Gay": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 3.7, - "recent_wickets_per_match": 1.5 - }, - "R Mahajan": { - "wickets_last5": [ - 1, - 2, - 1 - ], - "recent_economy": 5.82, - "recent_wickets_per_match": 1.33 - }, - "R Malhotra": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 5.15, - "recent_wickets_per_match": 0.2 - }, - "R Mangal": { - "wickets_last5": [ - 1, - 0, - 1, - 3, - 1 - ], - "recent_economy": 7.45, - "recent_wickets_per_match": 1.2 - }, - "R Mazumder": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.77, - "recent_wickets_per_match": 0.0 - }, - "R Misra": { - "wickets_last5": [ - 0, - 1, - 1, - 0 - ], - "recent_economy": 2.75, - "recent_wickets_per_match": 0.5 - }, - "R Mondol": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 3 - ], - "recent_economy": 9.49, - "recent_wickets_per_match": 0.8 - }, - "R Muriyalo": { - "wickets_last5": [ - 2, - 0, - 3, - 1, - 0 - ], - "recent_economy": 2.49, - "recent_wickets_per_match": 1.2 - }, - "R Musamali": { - "wickets_last5": [ - 1, - 2, - 1, - 2, - 0 - ], - "recent_economy": 3.7, - "recent_wickets_per_match": 1.2 - }, - "R Nehonde": { - "wickets_last5": [ - 0, - 0, - 1, - 1 - ], - "recent_economy": 6.86, - "recent_wickets_per_match": 0.5 - }, - "R Ngarava": { - "wickets_last5": [ - 5, - 0, - 0, - 1, - 6 - ], - "recent_economy": 3.45, - "recent_wickets_per_match": 2.4 - }, - "R Nil": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 7.22, - "recent_wickets_per_match": 0.33 - }, - "R Ntozakhe": { - "wickets_last5": [ - 1, - 1, - 1, - 2, - 0 - ], - "recent_economy": 3.44, - "recent_wickets_per_match": 1.0 - }, - "R Oa": { - "wickets_last5": [ - 2, - 3, - 1, - 5, - 1 - ], - "recent_economy": 2.59, - "recent_wickets_per_match": 2.4 - }, - "R Olipa": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "R Ova": { - "wickets_last5": [ - 0, - 1, - 0, - 3, - 2 - ], - "recent_economy": 4.94, - "recent_wickets_per_match": 1.2 - }, - "R Padunglerd": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 1.57, - "recent_wickets_per_match": 0.2 - }, - "R Panchal": { - "wickets_last5": [ - 1, - 0, - 2, - 0 - ], - "recent_economy": 4.03, - "recent_wickets_per_match": 0.75 - }, - "R Parkin": { - "wickets_last5": [ - 2, - 0, - 0, - 1 - ], - "recent_economy": 6.23, - "recent_wickets_per_match": 0.75 - }, - "R Pathan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "R Patten": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 9.6, - "recent_wickets_per_match": 0.33 - }, - "R Pavlickova": { - "wickets_last5": [ - 4, - 0, - 1, - 0, - 0 - ], - "recent_economy": 2.28, - "recent_wickets_per_match": 1.0 - }, - "R Rijke": { - "wickets_last5": [ - 1, - 3, - 1, - 1 - ], - "recent_economy": 3.52, - "recent_wickets_per_match": 1.5 - }, - "R Rohan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.36, - "recent_wickets_per_match": 0.0 - }, - "R Rohmalia": { - "wickets_last5": [ - 7, - 0 - ], - "recent_economy": 0.56, - "recent_wickets_per_match": 3.5 - }, - "R Sakurano-Thomas": { - "wickets_last5": [ - 1, - 1, - 0, - 2, - 3 - ], - "recent_economy": 4.22, - "recent_wickets_per_match": 1.4 - }, - "R Samson": { - "wickets_last5": [ - 2, - 0, - 1, - 1, - 3 - ], - "recent_economy": 3.66, - "recent_wickets_per_match": 1.4 - }, - "R Sandeep": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.38, - "recent_wickets_per_match": 0.0 - }, - "R Satheesan": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 8.14, - "recent_wickets_per_match": 0.2 - }, - "R Sewwandi": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 8.71, - "recent_wickets_per_match": 1.0 - }, - "R Sheshadri": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 6.67, - "recent_wickets_per_match": 0.33 - }, - "R Shimwamana": { - "wickets_last5": [ - 1, - 1, - 0, - 2, - 1 - ], - "recent_economy": 3.82, - "recent_wickets_per_match": 1.0 - }, - "R Siriwardena": { - "wickets_last5": [ - 0, - 0, - 3, - 3, - 4 - ], - "recent_economy": 6.46, - "recent_wickets_per_match": 2.0 - }, - "R Siwa": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 1.0 - }, - "R Slater": { - "wickets_last5": [ - 1, - 1, - 3, - 1, - 1 - ], - "recent_economy": 3.65, - "recent_wickets_per_match": 1.4 - }, - "R Smith": { - "wickets_last5": [ - 2, - 0, - 0, - 2, - 0 - ], - "recent_economy": 8.06, - "recent_wickets_per_match": 0.8 - }, - "R Sutton": { - "wickets_last5": [ - 1 - ], - "recent_economy": 1.2, - "recent_wickets_per_match": 1.0 - }, - "R Telemachus": { - "wickets_last5": [ - 2, - 2, - 3, - 1 - ], - "recent_economy": 4.91, - "recent_wickets_per_match": 2.0 - }, - "R Thapliyal": { - "wickets_last5": [ - 2, - 2, - 1, - 1, - 4 - ], - "recent_economy": 5.23, - "recent_wickets_per_match": 2.0 - }, - "R Trumpelmann": { - "wickets_last5": [ - 3, - 3, - 3, - 1, - 1 - ], - "recent_economy": 4.43, - "recent_wickets_per_match": 2.2 - }, - "R Uwimana": { - "wickets_last5": [ - 1, - 1, - 3, - 2, - 1 - ], - "recent_economy": 4.66, - "recent_wickets_per_match": 1.6 - }, - "RA Abolarin": { - "wickets_last5": [ - 0, - 0, - 2, - 1, - 1 - ], - "recent_economy": 3.14, - "recent_wickets_per_match": 0.8 - }, - "RA Lewis": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.23, - "recent_wickets_per_match": 0.5 - }, - "RA Mair": { - "wickets_last5": [ - 2, - 4, - 5, - 0, - 2 - ], - "recent_economy": 5.31, - "recent_wickets_per_match": 2.6 - }, - "RA Reifer": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 3.1, - "recent_wickets_per_match": 0.2 - }, - "RA Tappin": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.62, - "recent_wickets_per_match": 0.0 - }, - "RAJ Smith": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.29, - "recent_wickets_per_match": 0.0 - }, - "RAS Lakmal": { - "wickets_last5": [ - 1, - 2, - 0, - 1, - 2 - ], - "recent_economy": 2.78, - "recent_wickets_per_match": 1.2 - }, - "RC Belbashi": { - "wickets_last5": [ - 0, - 3, - 0, - 3, - 1 - ], - "recent_economy": 3.05, - "recent_wickets_per_match": 1.4 - }, - "RD Atangana": { - "wickets_last5": [ - 1, - 0, - 3, - 1, - 3 - ], - "recent_economy": 2.57, - "recent_wickets_per_match": 1.6 - }, - "RD Berrington": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.18, - "recent_wickets_per_match": 0.2 - }, - "RD Pangestuti": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 2.69, - "recent_wickets_per_match": 0.2 - }, - "RD Penalba": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.86, - "recent_wickets_per_match": 1.0 - }, - "RD de Sousa": { - "wickets_last5": [ - 1, - 1, - 1, - 1, - 1 - ], - "recent_economy": 2.62, - "recent_wickets_per_match": 1.0 - }, - "RDB Ahir": { - "wickets_last5": [ - 2, - 2, - 1, - 2, - 2 - ], - "recent_economy": 5.19, - "recent_wickets_per_match": 1.8 - }, - "RDM Leverock": { - "wickets_last5": [ - 1, - 2, - 3, - 0, - 0 - ], - "recent_economy": 3.56, - "recent_wickets_per_match": 1.2 - }, - "RE Francis": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.25, - "recent_wickets_per_match": 0.0 - }, - "RG Aga": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 2 - ], - "recent_economy": 4.22, - "recent_wickets_per_match": 1.0 - }, - "RG Mukasa": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 2 - ], - "recent_economy": 6.9, - "recent_wickets_per_match": 0.8 - }, - "RG Somashekhar": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 3.57, - "recent_wickets_per_match": 0.33 - }, - "RGA Amah": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.43, - "recent_wickets_per_match": 0.0 - }, - "RH Candy": { - "wickets_last5": [ - 0, - 1, - 0, - 4 - ], - "recent_economy": 4.84, - "recent_wickets_per_match": 1.25 - }, - "RJ Ainsworth": { - "wickets_last5": [ - 1, - 1, - 0, - 0 - ], - "recent_economy": 10.62, - "recent_wickets_per_match": 0.5 - }, - "RJ Campbell": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 6.32, - "recent_wickets_per_match": 0.5 - }, - "RJ Hatchman": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 4.89, - "recent_wickets_per_match": 0.5 - }, - "RJ Kirtley": { - "wickets_last5": [ - 2, - 5, - 8 - ], - "recent_economy": 2.89, - "recent_wickets_per_match": 5.0 - }, - "RJ Nicol": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.59, - "recent_wickets_per_match": 0.0 - }, - "RJ Pierre": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 0 - ], - "recent_economy": 9.24, - "recent_wickets_per_match": 0.4 - }, - "RJ Ranpura": { - "wickets_last5": [ - 0, - 1, - 3, - 2, - 2 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 1.6 - }, - "RJ Sidebottom": { - "wickets_last5": [ - 2, - 1, - 0, - 3, - 3 - ], - "recent_economy": 2.7, - "recent_wickets_per_match": 1.8 - }, - "RJ Trott": { - "wickets_last5": [ - 3, - 4, - 1, - 1 - ], - "recent_economy": 4.79, - "recent_wickets_per_match": 2.25 - }, - "RJG Palmer": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 6.89, - "recent_wickets_per_match": 0.2 - }, - "RK Kiseto": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 1 - ], - "recent_economy": 7.65, - "recent_wickets_per_match": 0.6 - }, - "RK Kleinveldt": { - "wickets_last5": [ - 2, - 4, - 4, - 0 - ], - "recent_economy": 3.37, - "recent_wickets_per_match": 2.5 - }, - "RK Parwin": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.82, - "recent_wickets_per_match": 0.0 - }, - "RK Paudel": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 5.7, - "recent_wickets_per_match": 0.2 - }, - "RK Raval": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "RK Singh": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.0, - "recent_wickets_per_match": 1.0 - }, - "RK Willis": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.0 - }, - "RL Bhudia": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.88, - "recent_wickets_per_match": 1.0 - }, - "RL Blake": { - "wickets_last5": [ - 0, - 1, - 0, - 0 - ], - "recent_economy": 5.33, - "recent_wickets_per_match": 0.25 - }, - "RL Chase": { - "wickets_last5": [ - 3, - 0, - 1, - 1, - 1 - ], - "recent_economy": 3.98, - "recent_wickets_per_match": 1.2 - }, - "RL D'Souza": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 1 - ], - "recent_economy": 5.7, - "recent_wickets_per_match": 0.6 - }, - "RL Grundy": { - "wickets_last5": [ - 1, - 1, - 1 - ], - "recent_economy": 4.84, - "recent_wickets_per_match": 1.0 - }, - "RL Haynes": { - "wickets_last5": [ - 0, - 0, - 2, - 1 - ], - "recent_economy": 1.92, - "recent_wickets_per_match": 0.75 - }, - "RLB Rambukwella": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.52, - "recent_wickets_per_match": 0.5 - }, - "RM D'Souza": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "RM Dorji": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 1 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.6 - }, - "RM Farrell": { - "wickets_last5": [ - 7, - 3 - ], - "recent_economy": 1.26, - "recent_wickets_per_match": 5.0 - }, - "RM Haq": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 5 - ], - "recent_economy": 4.64, - "recent_wickets_per_match": 1.6 - }, - "RM Hill": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.69, - "recent_wickets_per_match": 2.0 - }, - "RM Hira": { - "wickets_last5": [ - 1, - 2, - 1, - 1, - 1 - ], - "recent_economy": 7.88, - "recent_wickets_per_match": 1.2 - }, - "RM Koda": { - "wickets_last5": [ - 2, - 2, - 3, - 2 - ], - "recent_economy": 4.97, - "recent_wickets_per_match": 2.25 - }, - "RM Magare": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 1 - ], - "recent_economy": 6.9, - "recent_wickets_per_match": 0.8 - }, - "RM West": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 3.13, - "recent_wickets_per_match": 0.5 - }, - "RMAM Avery": { - "wickets_last5": [ - 0, - 1, - 0, - 3, - 1 - ], - "recent_economy": 4.45, - "recent_wickets_per_match": 1.0 - }, - "RML Taylor": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 2 - ], - "recent_economy": 5.53, - "recent_wickets_per_match": 1.0 - }, - "RMR Brathwaite": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 9.09, - "recent_wickets_per_match": 0.4 - }, - "RMS Eranga": { - "wickets_last5": [ - 4, - 0, - 1, - 3, - 1 - ], - "recent_economy": 3.42, - "recent_wickets_per_match": 1.8 - }, - "RN Lewis": { - "wickets_last5": [ - 3 - ], - "recent_economy": 3.22, - "recent_wickets_per_match": 3.0 - }, - "RN Patel": { - "wickets_last5": [ - 1, - 2, - 0, - 0, - 1 - ], - "recent_economy": 5.25, - "recent_wickets_per_match": 0.8 - }, - "RO Mazumba": { - "wickets_last5": [ - 1, - 1, - 2, - 1, - 1 - ], - "recent_economy": 3.41, - "recent_wickets_per_match": 1.2 - }, - "ROC Dunka": { - "wickets_last5": [ - 1, - 0, - 1, - 3, - 1 - ], - "recent_economy": 5.88, - "recent_wickets_per_match": 1.2 - }, - "RP Burl": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 0 - ], - "recent_economy": 6.84, - "recent_wickets_per_match": 0.4 - }, - "RP Mitchell": { - "wickets_last5": [ - 0, - 1, - 2, - 0 - ], - "recent_economy": 7.44, - "recent_wickets_per_match": 0.75 - }, - "RP Yadav": { - "wickets_last5": [ - 0, - 2, - 3, - 0, - 1 - ], - "recent_economy": 7.24, - "recent_wickets_per_match": 1.2 - }, - "RR Behera": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "RR Emrit": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.07, - "recent_wickets_per_match": 0.0 - }, - "RR Hendricks": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 6.71, - "recent_wickets_per_match": 0.33 - }, - "RR Joshi": { - "wickets_last5": [ - 2 - ], - "recent_economy": 7.05, - "recent_wickets_per_match": 2.0 - }, - "RR Patel": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 4.93, - "recent_wickets_per_match": 0.67 - }, - "RR Sarwan": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.35, - "recent_wickets_per_match": 0.0 - }, - "RR Saun": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.46, - "recent_wickets_per_match": 0.0 - }, - "RR Seth": { - "wickets_last5": [ - 0, - 1, - 1, - 2, - 4 - ], - "recent_economy": 4.95, - "recent_wickets_per_match": 1.6 - }, - "RR Sharan": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 1 - ], - "recent_economy": 8.26, - "recent_wickets_per_match": 0.6 - }, - "RR Simmonds": { - "wickets_last5": [ - 2, - 4, - 0, - 6, - 2 - ], - "recent_economy": 7.72, - "recent_wickets_per_match": 2.8 - }, - "RR Watson": { - "wickets_last5": [ - 0, - 1, - 2, - 0 - ], - "recent_economy": 4.14, - "recent_wickets_per_match": 0.75 - }, - "RS Gayakwad": { - "wickets_last5": [ - 2, - 2, - 3, - 0 - ], - "recent_economy": 2.39, - "recent_wickets_per_match": 1.75 - }, - "RS Glen": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 8.08, - "recent_wickets_per_match": 0.2 - }, - "RS Quyn": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 0.2 - }, - "RS Williams": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.85, - "recent_wickets_per_match": 1.0 - }, - "RSK Samson": { - "wickets_last5": [ - 2 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 2.0 - }, - "RSM Lili'i": { - "wickets_last5": [ - 2, - 0, - 1, - 1, - 2 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 1.2 - }, - "RT Lyons": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.77, - "recent_wickets_per_match": 1.0 - }, - "RT Raghavan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.33, - "recent_wickets_per_match": 0.0 - }, - "RTM Mendis": { - "wickets_last5": [ - 2, - 6, - 0, - 6, - 6 - ], - "recent_economy": 3.56, - "recent_wickets_per_match": 4.0 - }, - "RV Auora": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.74, - "recent_wickets_per_match": 0.0 - }, - "RV Hawkins": { - "wickets_last5": [ - 2, - 2, - 0, - 0, - 1 - ], - "recent_economy": 3.94, - "recent_wickets_per_match": 1.0 - }, - "RV Nascimento": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 2 - ], - "recent_economy": 5.61, - "recent_wickets_per_match": 1.0 - }, - "RV Scholes": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 2.46, - "recent_wickets_per_match": 0.33 - }, - "RV Viraj": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 12.19, - "recent_wickets_per_match": 0.67 - }, - "Raag Kapur": { - "wickets_last5": [ - 0, - 2, - 0, - 2, - 0 - ], - "recent_economy": 7.14, - "recent_wickets_per_match": 0.8 - }, - "Raaz Mohammad": { - "wickets_last5": [ - 2, - 0, - 1, - 2, - 4 - ], - "recent_economy": 6.98, - "recent_wickets_per_match": 1.8 - }, - "Rabbjyot Rajput": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 0 - ], - "recent_economy": 5.3, - "recent_wickets_per_match": 0.6 - }, - "Rabeya Khan": { - "wickets_last5": [ - 0, - 1, - 0, - 3, - 0 - ], - "recent_economy": 5.17, - "recent_wickets_per_match": 0.8 - }, - "Rabia Iqbal": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.0 - }, - "Rabia Mushtaq": { - "wickets_last5": [ - 2, - 2, - 1 - ], - "recent_economy": 5.64, - "recent_wickets_per_match": 1.67 - }, - "Rabia Sahan": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 2.55, - "recent_wickets_per_match": 1.0 - }, - "Rachel Delaney": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 2 - ], - "recent_economy": 3.98, - "recent_wickets_per_match": 0.8 - }, - "Rafaqat Ali": { - "wickets_last5": [ - 0 - ], - "recent_economy": 14.67, - "recent_wickets_per_match": 0.0 - }, - "Rafiulah Alokozai": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 1 - ], - "recent_economy": 8.31, - "recent_wickets_per_match": 0.6 - }, - "Rafiullah": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 7.28, - "recent_wickets_per_match": 0.2 - }, - "Raghav Dhawan": { - "wickets_last5": [ - 1 - ], - "recent_economy": 10.29, - "recent_wickets_per_match": 1.0 - }, - "Ragne Hallik": { - "wickets_last5": [ - 2, - 0, - 2, - 2, - 0 - ], - "recent_economy": 3.21, - "recent_wickets_per_match": 1.2 - }, - "Rahat Ali": { - "wickets_last5": [ - 1, - 2, - 4, - 4, - 2 - ], - "recent_economy": 3.19, - "recent_wickets_per_match": 2.6 - }, - "Rahat Kazi": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 7.32, - "recent_wickets_per_match": 0.2 - }, - "Rahel Khan": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.5 - }, - "Rahim Khan": { - "wickets_last5": [ - 0, - 0, - 3, - 1, - 0 - ], - "recent_economy": 5.65, - "recent_wickets_per_match": 0.8 - }, - "Rahima Yahaya": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.62, - "recent_wickets_per_match": 1.0 - }, - "Rahimgul Naseri": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 7.97, - "recent_wickets_per_match": 0.2 - }, - "Rahman Ademi": { - "wickets_last5": [ - 0, - 1, - 0, - 0 - ], - "recent_economy": 6.84, - "recent_wickets_per_match": 0.25 - }, - "Rahmatullah Mangal": { - "wickets_last5": [ - 1, - 4, - 1, - 1, - 4 - ], - "recent_economy": 6.78, - "recent_wickets_per_match": 2.2 - }, - "Raihan Hossain": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 7.02, - "recent_wickets_per_match": 0.33 - }, - "Raihan Stanikzai": { - "wickets_last5": [ - 1, - 1, - 1, - 0 - ], - "recent_economy": 7.25, - "recent_wickets_per_match": 0.75 - }, - "Raja Adeel": { - "wickets_last5": [ - 2, - 3, - 1, - 1, - 3 - ], - "recent_economy": 5.12, - "recent_wickets_per_match": 2.0 - }, - "Rakibul Hasan": { - "wickets_last5": [ - 3, - 1, - 3, - 1 - ], - "recent_economy": 4.45, - "recent_wickets_per_match": 2.0 - }, - "Ram Krishan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 16.0, - "recent_wickets_per_match": 0.0 - }, - "Ramanjot Singh": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 10.33, - "recent_wickets_per_match": 0.0 - }, - "Rameen Shamim": { - "wickets_last5": [ - 0, - 2, - 1, - 1, - 2 - ], - "recent_economy": 4.15, - "recent_wickets_per_match": 1.2 - }, - "Rameesha Shahid": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 2 - ], - "recent_economy": 4.61, - "recent_wickets_per_match": 1.0 - }, - "Rameez Khan": { - "wickets_last5": [ - 4, - 2, - 5, - 2, - 0 - ], - "recent_economy": 6.32, - "recent_wickets_per_match": 2.6 - }, - "Rashad Al Balushi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.0 - }, - "Rashid Khan (2)": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.67, - "recent_wickets_per_match": 0.0 - }, - "Rashidatu Salia": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.27, - "recent_wickets_per_match": 0.0 - }, - "Rashmeka Badri Narayanan": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 5.67, - "recent_wickets_per_match": 0.33 - }, - "Raunaq Kapur": { - "wickets_last5": [ - 1 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 1.0 - }, - "Ravinder Gill": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.5, - "recent_wickets_per_match": 0.0 - }, - "Ravinderpal Singh": { - "wickets_last5": [ - 0, - 0, - 2 - ], - "recent_economy": 6.46, - "recent_wickets_per_match": 0.67 - }, - "Raza Hasan": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.39, - "recent_wickets_per_match": 2.0 - }, - "Raza Iqbal": { - "wickets_last5": [ - 3, - 0, - 2 - ], - "recent_economy": 4.21, - "recent_wickets_per_match": 1.67 - }, - "Raza-ur-Rehman": { - "wickets_last5": [ - 1, - 0, - 0, - 0 - ], - "recent_economy": 5.89, - "recent_wickets_per_match": 0.25 - }, - "Razmal Shigiwal": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.33, - "recent_wickets_per_match": 1.0 - }, - "Reehana Khan": { - "wickets_last5": [ - 1, - 1, - 0, - 3, - 0 - ], - "recent_economy": 3.9, - "recent_wickets_per_match": 1.0 - }, - "Regina Khan": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 3 - ], - "recent_economy": 5.65, - "recent_wickets_per_match": 1.0 - }, - "Rehan Ahmed": { - "wickets_last5": [ - 4, - 3, - 6, - 2, - 8 - ], - "recent_economy": 3.97, - "recent_wickets_per_match": 4.6 - }, - "Renuka Singh": { - "wickets_last5": [ - 0, - 1, - 2 - ], - "recent_economy": 3.59, - "recent_wickets_per_match": 1.0 - }, - "Rhyda Ofori": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.71, - "recent_wickets_per_match": 0.0 - }, - "Rhys Burinaga": { - "wickets_last5": [ - 1, - 4, - 1 - ], - "recent_economy": 7.1, - "recent_wickets_per_match": 2.0 - }, - "Riaz Afridi": { - "wickets_last5": [ - 2, - 0, - 3 - ], - "recent_economy": 6.94, - "recent_wickets_per_match": 1.67 - }, - "Riazat Ali Shah": { - "wickets_last5": [ - 2, - 1, - 2, - 3, - 0 - ], - "recent_economy": 6.94, - "recent_wickets_per_match": 1.6 - }, - "Rida Syeda": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 8.38, - "recent_wickets_per_match": 0.0 - }, - "Rinitha Rajith": { - "wickets_last5": [ - 1 - ], - "recent_economy": 1.6, - "recent_wickets_per_match": 1.0 - }, - "Rishad Hossain": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 1 - ], - "recent_economy": 5.13, - "recent_wickets_per_match": 1.0 - }, - "Rishitha Rajith": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.67, - "recent_wickets_per_match": 0.0 - }, - "Rithika Rajith": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.87, - "recent_wickets_per_match": 0.0 - }, - "Rithika Sriram": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 3.9, - "recent_wickets_per_match": 0.67 - }, - "Ritik Tomar": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 8.08, - "recent_wickets_per_match": 0.2 - }, - "Ritu Moni": { - "wickets_last5": [ - 0, - 1, - 3, - 0, - 0 - ], - "recent_economy": 4.68, - "recent_wickets_per_match": 0.8 - }, - "Riya Pradhan": { - "wickets_last5": [ - 3, - 1, - 0, - 0, - 2 - ], - "recent_economy": 5.38, - "recent_wickets_per_match": 1.2 - }, - "Riya Sharma": { - "wickets_last5": [ - 2, - 2, - 2, - 1, - 3 - ], - "recent_economy": 4.26, - "recent_wickets_per_match": 2.0 - }, - "Riyaa Bhasin": { - "wickets_last5": [ - 1, - 3, - 0, - 0, - 2 - ], - "recent_economy": 3.97, - "recent_wickets_per_match": 1.2 - }, - "Riyaz Kajalwala": { - "wickets_last5": [ - 0 - ], - "recent_economy": 28.0, - "recent_wickets_per_match": 0.0 - }, - "Rizpha Bano": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.54, - "recent_wickets_per_match": 0.0 - }, - "Rizwan Butt": { - "wickets_last5": [ - 0, - 2, - 1, - 1, - 3 - ], - "recent_economy": 6.15, - "recent_wickets_per_match": 1.4 - }, - "Rizwan Cheema": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 6.83, - "recent_wickets_per_match": 0.2 - }, - "Rizwan Haider": { - "wickets_last5": [ - 3, - 0, - 2, - 2, - 0 - ], - "recent_economy": 6.41, - "recent_wickets_per_match": 1.4 - }, - "Robert Raina": { - "wickets_last5": [ - 0, - 1, - 3, - 0, - 1 - ], - "recent_economy": 6.38, - "recent_wickets_per_match": 1.0 - }, - "Robiul Islam": { - "wickets_last5": [ - 2, - 0, - 0, - 6, - 10 - ], - "recent_economy": 2.57, - "recent_wickets_per_match": 3.6 - }, - "Robiul Khan": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.0 - }, - "Rohan Bhavesh Patel": { - "wickets_last5": [ - 1, - 0, - 1, - 2 - ], - "recent_economy": 7.16, - "recent_wickets_per_match": 1.0 - }, - "Rohan Mustafa": { - "wickets_last5": [ - 0, - 1, - 1, - 2, - 2 - ], - "recent_economy": 6.23, - "recent_wickets_per_match": 1.2 - }, - "Roheed Akhtar": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 0 - ], - "recent_economy": 5.52, - "recent_wickets_per_match": 0.6 - }, - "Ronald Ebanks": { - "wickets_last5": [ - 1, - 3, - 1, - 1, - 3 - ], - "recent_economy": 3.6, - "recent_wickets_per_match": 1.8 - }, - "Ronitkumar Ahir": { - "wickets_last5": [ - 4, - 4, - 4 - ], - "recent_economy": 2.3, - "recent_wickets_per_match": 4.0 - }, - "Roopa Nagraj": { - "wickets_last5": [ - 0, - 0, - 0, - 1 - ], - "recent_economy": 4.25, - "recent_wickets_per_match": 0.25 - }, - "Roshni Ramesh": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "Roshni Sebastian": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 5.28, - "recent_wickets_per_match": 0.67 - }, - "Rosine Irera": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 1 - ], - "recent_economy": 4.65, - "recent_wickets_per_match": 0.6 - }, - "Rubel Hossain": { - "wickets_last5": [ - 4, - 0, - 1, - 0, - 0 - ], - "recent_economy": 3.86, - "recent_wickets_per_match": 1.0 - }, - "Ruchitha Venkatesh": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.0 - }, - "Rudolph Fox": { - "wickets_last5": [ - 1, - 0, - 0, - 3, - 0 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 0.8 - }, - "Rumaisa Jawad Nasir": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 8.53, - "recent_wickets_per_match": 1.0 - }, - "Rumana Ahmed": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 2 - ], - "recent_economy": 3.81, - "recent_wickets_per_match": 0.6 - }, - "Rumeysa Alp": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "Rumman Raees": { - "wickets_last5": [ - 3, - 1, - 3, - 0, - 1 - ], - "recent_economy": 6.16, - "recent_wickets_per_match": 1.6 - }, - "Rupesh Singh": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 8.4, - "recent_wickets_per_match": 0.67 - }, - "S Akiteng": { - "wickets_last5": [ - 1, - 4, - 0, - 0, - 2 - ], - "recent_economy": 3.98, - "recent_wickets_per_match": 1.4 - }, - "S Alavala": { - "wickets_last5": [ - 2 - ], - "recent_economy": 7.92, - "recent_wickets_per_match": 2.0 - }, - "S Arachchige": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 1.0 - }, - "S Asha": { - "wickets_last5": [ - 0, - 5 - ], - "recent_economy": 4.09, - "recent_wickets_per_match": 2.5 - }, - "S Austin": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 3 - ], - "recent_economy": 5.09, - "recent_wickets_per_match": 1.4 - }, - "S Baker": { - "wickets_last5": [ - 3 - ], - "recent_economy": 4.71, - "recent_wickets_per_match": 3.0 - }, - "S Banamali": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 3 - ], - "recent_economy": 8.64, - "recent_wickets_per_match": 0.8 - }, - "S Basharat": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 3.86, - "recent_wickets_per_match": 0.5 - }, - "S Bau": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 1 - ], - "recent_economy": 5.45, - "recent_wickets_per_match": 0.8 - }, - "S Bevin": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "S Bhanushali": { - "wickets_last5": [ - 1, - 2, - 1 - ], - "recent_economy": 6.6, - "recent_wickets_per_match": 1.33 - }, - "S Bhardwaj": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 1 - ], - "recent_economy": 3.25, - "recent_wickets_per_match": 0.8 - }, - "S Bhari": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 2 - ], - "recent_economy": 3.74, - "recent_wickets_per_match": 0.6 - }, - "S Biko": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.5, - "recent_wickets_per_match": 0.5 - }, - "S Bist": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.2 - }, - "S Bodha": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.33, - "recent_wickets_per_match": 0.0 - }, - "S Borakambi": { - "wickets_last5": [ - 2, - 2, - 0 - ], - "recent_economy": 3.77, - "recent_wickets_per_match": 1.33 - }, - "S Brunsgaard": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.57, - "recent_wickets_per_match": 0.0 - }, - "S Budhathoki": { - "wickets_last5": [ - 4, - 1 - ], - "recent_economy": 2.74, - "recent_wickets_per_match": 2.5 - }, - "S Burdekin": { - "wickets_last5": [ - 1, - 4, - 1, - 1, - 3 - ], - "recent_economy": 5.78, - "recent_wickets_per_match": 2.0 - }, - "S Chandnani": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "S Channa": { - "wickets_last5": [ - 1, - 2, - 0, - 2, - 1 - ], - "recent_economy": 3.64, - "recent_wickets_per_match": 1.2 - }, - "S Chaturongrattana": { - "wickets_last5": [ - 1, - 0, - 1, - 0 - ], - "recent_economy": 5.3, - "recent_wickets_per_match": 0.5 - }, - "S Chaudhary": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 6.56, - "recent_wickets_per_match": 0.4 - }, - "S Chinawa": { - "wickets_last5": [ - 1, - 2, - 0, - 1, - 0 - ], - "recent_economy": 3.26, - "recent_wickets_per_match": 0.8 - }, - "S Choden": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 10.31, - "recent_wickets_per_match": 0.2 - }, - "S Cholasseri": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 6.66, - "recent_wickets_per_match": 0.67 - }, - "S Clarke": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.57, - "recent_wickets_per_match": 0.0 - }, - "S Conteh": { - "wickets_last5": [ - 2, - 1, - 0, - 2, - 5 - ], - "recent_economy": 4.99, - "recent_wickets_per_match": 2.0 - }, - "S Crowie": { - "wickets_last5": [ - 2, - 1, - 2 - ], - "recent_economy": 6.83, - "recent_wickets_per_match": 1.67 - }, - "S Dabholkatr": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 1 - ], - "recent_economy": 3.36, - "recent_wickets_per_match": 0.8 - }, - "S Davizi": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.8, - "recent_wickets_per_match": 0.4 - }, - "S Desungnoen": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.11, - "recent_wickets_per_match": 0.2 - }, - "S Devasia": { - "wickets_last5": [ - 3 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 3.0 - }, - "S Devata": { - "wickets_last5": [ - 2 - ], - "recent_economy": 1.5, - "recent_wickets_per_match": 2.0 - }, - "S Dhadwal": { - "wickets_last5": [ - 1, - 1, - 3, - 0, - 1 - ], - "recent_economy": 2.45, - "recent_wickets_per_match": 1.2 - }, - "S Dhakal": { - "wickets_last5": [ - 0, - 1, - 2, - 0, - 0 - ], - "recent_economy": 3.78, - "recent_wickets_per_match": 0.6 - }, - "S Dhaniram": { - "wickets_last5": [ - 1, - 5, - 2, - 0, - 0 - ], - "recent_economy": 4.47, - "recent_wickets_per_match": 1.6 - }, - "S Dharnidharka": { - "wickets_last5": [ - 0, - 4, - 0, - 1, - 2 - ], - "recent_economy": 3.1, - "recent_wickets_per_match": 1.4 - }, - "S Draunivudi": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.19, - "recent_wickets_per_match": 0.0 - }, - "S Dunukedeniya": { - "wickets_last5": [ - 4, - 1, - 2, - 2, - 2 - ], - "recent_economy": 1.55, - "recent_wickets_per_match": 2.2 - }, - "S Dzimau": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "S Ecclestone": { - "wickets_last5": [ - 8, - 5, - 5, - 5, - 10 - ], - "recent_economy": 2.96, - "recent_wickets_per_match": 6.6 - }, - "S Elayaperumal": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 0.0 - }, - "S Elmsjoo": { - "wickets_last5": [ - 2, - 0, - 1, - 3 - ], - "recent_economy": 4.18, - "recent_wickets_per_match": 1.5 - }, - "S Farooq": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 0 - ], - "recent_economy": 3.71, - "recent_wickets_per_match": 0.6 - }, - "S Foster": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 10.17, - "recent_wickets_per_match": 0.0 - }, - "S Fouch\u00e9": { - "wickets_last5": [ - 0, - 3, - 0, - 1, - 4 - ], - "recent_economy": 5.2, - "recent_wickets_per_match": 1.6 - }, - "S Franklin": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.61, - "recent_wickets_per_match": 0.0 - }, - "S Gajnabi": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 2 - ], - "recent_economy": 4.98, - "recent_wickets_per_match": 1.0 - }, - "S Galabova": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.68, - "recent_wickets_per_match": 0.0 - }, - "S Gasteratos": { - "wickets_last5": [ - 2, - 3, - 2 - ], - "recent_economy": 3.97, - "recent_wickets_per_match": 2.33 - }, - "S Georgota": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 4 - ], - "recent_economy": 4.2, - "recent_wickets_per_match": 1.2 - }, - "S Gill": { - "wickets_last5": [ - 2, - 1, - 7, - 4, - 2 - ], - "recent_economy": 2.86, - "recent_wickets_per_match": 3.2 - }, - "S Gimhani": { - "wickets_last5": [ - 0, - 0, - 1, - 3, - 0 - ], - "recent_economy": 7.7, - "recent_wickets_per_match": 0.8 - }, - "S Glenn": { - "wickets_last5": [ - 3, - 0, - 1, - 0, - 1 - ], - "recent_economy": 4.63, - "recent_wickets_per_match": 1.0 - }, - "S Godara": { - "wickets_last5": [ - 1, - 2, - 2, - 0, - 0 - ], - "recent_economy": 5.79, - "recent_wickets_per_match": 1.0 - }, - "S Gokhale": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.94, - "recent_wickets_per_match": 0.0 - }, - "S Gooch": { - "wickets_last5": [ - 0, - 2, - 2, - 0, - 3 - ], - "recent_economy": 7.81, - "recent_wickets_per_match": 1.4 - }, - "S Gulecha": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 6.25, - "recent_wickets_per_match": 0.0 - }, - "S Haggo": { - "wickets_last5": [ - 1, - 1, - 0, - 0 - ], - "recent_economy": 5.76, - "recent_wickets_per_match": 0.5 - }, - "S Hanson": { - "wickets_last5": [ - 3, - 0, - 1, - 1 - ], - "recent_economy": 3.51, - "recent_wickets_per_match": 1.25 - }, - "S Hector": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.92, - "recent_wickets_per_match": 0.0 - }, - "S Hongsi": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 8.7, - "recent_wickets_per_match": 0.5 - }, - "S Horley": { - "wickets_last5": [ - 1, - 1, - 4, - 3 - ], - "recent_economy": 3.31, - "recent_wickets_per_match": 2.25 - }, - "S Houghton": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 15.0, - "recent_wickets_per_match": 0.5 - }, - "S Hunter": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 5.71, - "recent_wickets_per_match": 0.0 - }, - "S Hussein": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 4.7, - "recent_wickets_per_match": 0.67 - }, - "S Immadi": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 3 - ], - "recent_economy": 3.13, - "recent_wickets_per_match": 1.2 - }, - "S Ingabire": { - "wickets_last5": [ - 2, - 2, - 2, - 0, - 1 - ], - "recent_economy": 5.32, - "recent_wickets_per_match": 1.4 - }, - "S Ishaque": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "S Ismail": { - "wickets_last5": [ - 1, - 1, - 5, - 3, - 3 - ], - "recent_economy": 3.75, - "recent_wickets_per_match": 2.6 - }, - "S Ivetic": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 2.25, - "recent_wickets_per_match": 0.0 - }, - "S Jamil": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.4 - }, - "S Jayasinghe": { - "wickets_last5": [ - 1, - 1, - 2, - 2, - 0 - ], - "recent_economy": 5.41, - "recent_wickets_per_match": 1.2 - }, - "S Jeelany": { - "wickets_last5": [ - 1, - 3, - 0, - 1, - 0 - ], - "recent_economy": 2.83, - "recent_wickets_per_match": 1.0 - }, - "S Jegannathan": { - "wickets_last5": [ - 2, - 2, - 2, - 3, - 2 - ], - "recent_economy": 5.89, - "recent_wickets_per_match": 2.2 - }, - "S Jimmy": { - "wickets_last5": [ - 3, - 1, - 1, - 0, - 4 - ], - "recent_economy": 3.59, - "recent_wickets_per_match": 1.8 - }, - "S Kailath": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 6.83, - "recent_wickets_per_match": 0.33 - }, - "S Kakai": { - "wickets_last5": [ - 2 - ], - "recent_economy": 2.84, - "recent_wickets_per_match": 2.0 - }, - "S Kamate": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 3 - ], - "recent_economy": 5.5, - "recent_wickets_per_match": 0.6 - }, - "S Kambalapalli": { - "wickets_last5": [ - 2, - 1, - 1, - 2, - 3 - ], - "recent_economy": 2.49, - "recent_wickets_per_match": 1.8 - }, - "S Kananji": { - "wickets_last5": [ - 3, - 3, - 1, - 1, - 1 - ], - "recent_economy": 4.57, - "recent_wickets_per_match": 1.8 - }, - "S Kanankege": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 5.12, - "recent_wickets_per_match": 0.4 - }, - "S Kaneria": { - "wickets_last5": [ - 0, - 2, - 0, - 1 - ], - "recent_economy": 3.7, - "recent_wickets_per_match": 0.75 - }, - "S Kato": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 0 - ], - "recent_economy": 4.59, - "recent_wickets_per_match": 0.6 - }, - "S Khadka": { - "wickets_last5": [ - 1, - 0, - 2, - 0 - ], - "recent_economy": 2.84, - "recent_wickets_per_match": 0.75 - }, - "S Kharvi": { - "wickets_last5": [ - 0, - 3, - 1, - 0, - 1 - ], - "recent_economy": 8.62, - "recent_wickets_per_match": 1.0 - }, - "S Khatiwada": { - "wickets_last5": [ - 1 - ], - "recent_economy": 0.5, - "recent_wickets_per_match": 1.0 - }, - "S Khatri": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.43, - "recent_wickets_per_match": 0.0 - }, - "S Khurana": { - "wickets_last5": [ - 1 - ], - "recent_economy": 1.76, - "recent_wickets_per_match": 1.0 - }, - "S Kijiana": { - "wickets_last5": [ - 0, - 1, - 2, - 0 - ], - "recent_economy": 4.92, - "recent_wickets_per_match": 0.75 - }, - "S Kizito": { - "wickets_last5": [ - 1, - 0, - 0, - 2, - 0 - ], - "recent_economy": 4.86, - "recent_wickets_per_match": 0.6 - }, - "S Kolcharam": { - "wickets_last5": [ - 1, - 0, - 1, - 3, - 0 - ], - "recent_economy": 5.03, - "recent_wickets_per_match": 1.0 - }, - "S Kolcunova": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 0 - ], - "recent_economy": 2.87, - "recent_wickets_per_match": 0.6 - }, - "S Kollery": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.0 - }, - "S Koppolu": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 0 - ], - "recent_economy": 8.97, - "recent_wickets_per_match": 0.4 - }, - "S Kotte": { - "wickets_last5": [ - 0, - 1, - 1, - 5, - 2 - ], - "recent_economy": 2.45, - "recent_wickets_per_match": 1.8 - }, - "S Krisheta": { - "wickets_last5": [ - 0, - 1, - 2, - 0, - 3 - ], - "recent_economy": 4.88, - "recent_wickets_per_match": 1.2 - }, - "S Kruger": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.25, - "recent_wickets_per_match": 0.0 - }, - "S Kubheka": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 9.16, - "recent_wickets_per_match": 0.0 - }, - "S Kucuksucu": { - "wickets_last5": [ - 2, - 0, - 1 - ], - "recent_economy": 3.27, - "recent_wickets_per_match": 1.0 - }, - "S Kushretha": { - "wickets_last5": [ - 2, - 1, - 3, - 0, - 2 - ], - "recent_economy": 5.56, - "recent_wickets_per_match": 1.6 - }, - "S Lackay": { - "wickets_last5": [ - 2 - ], - "recent_economy": 14.75, - "recent_wickets_per_match": 2.0 - }, - "S Laomi": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 5.76, - "recent_wickets_per_match": 0.4 - }, - "S Lateh": { - "wickets_last5": [ - 3, - 0, - 0, - 0 - ], - "recent_economy": 2.86, - "recent_wickets_per_match": 0.75 - }, - "S Linden": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "S Loubser": { - "wickets_last5": [ - 1, - 3, - 1, - 3, - 1 - ], - "recent_economy": 3.62, - "recent_wickets_per_match": 1.8 - }, - "S Lundell": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 4.93, - "recent_wickets_per_match": 1.0 - }, - "S Luus": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 3.83, - "recent_wickets_per_match": 0.0 - }, - "S Mabuza": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 0 - ], - "recent_economy": 5.65, - "recent_wickets_per_match": 0.4 - }, - "S MacMahon": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 0 - ], - "recent_economy": 4.2, - "recent_wickets_per_match": 0.6 - }, - "S Maduranga": { - "wickets_last5": [ - 3, - 1, - 0, - 1, - 0 - ], - "recent_economy": 5.95, - "recent_wickets_per_match": 1.0 - }, - "S Magar": { - "wickets_last5": [ - 1, - 4, - 2, - 2 - ], - "recent_economy": 3.82, - "recent_wickets_per_match": 2.25 - }, - "S Mahmood": { - "wickets_last5": [ - 2, - 4 - ], - "recent_economy": 2.09, - "recent_wickets_per_match": 3.0 - }, - "S Malikzai": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.67, - "recent_wickets_per_match": 1.0 - }, - "S Malla": { - "wickets_last5": [ - 4, - 3, - 0, - 1 - ], - "recent_economy": 6.61, - "recent_wickets_per_match": 2.0 - }, - "S Malwatta": { - "wickets_last5": [ - 1, - 2, - 1 - ], - "recent_economy": 5.38, - "recent_wickets_per_match": 1.33 - }, - "S Matijevic": { - "wickets_last5": [ - 1, - 2, - 0, - 1, - 1 - ], - "recent_economy": 3.18, - "recent_wickets_per_match": 1.0 - }, - "S Matsikenyeri": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "S Meyenborg": { - "wickets_last5": [ - 1, - 4, - 0 - ], - "recent_economy": 3.88, - "recent_wickets_per_match": 1.67 - }, - "S Miyaji": { - "wickets_last5": [ - 1, - 2, - 1, - 1, - 0 - ], - "recent_economy": 2.17, - "recent_wickets_per_match": 1.0 - }, - "S Molineux": { - "wickets_last5": [ - 0, - 4, - 4 - ], - "recent_economy": 2.26, - "recent_wickets_per_match": 2.67 - }, - "S Mongar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.33, - "recent_wickets_per_match": 0.0 - }, - "S Mostary": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.56, - "recent_wickets_per_match": 0.4 - }, - "S Mosweu": { - "wickets_last5": [ - 0, - 1, - 3, - 0, - 1 - ], - "recent_economy": 6.22, - "recent_wickets_per_match": 1.0 - }, - "S Mtae": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 1 - ], - "recent_economy": 4.84, - "recent_wickets_per_match": 0.6 - }, - "S Muniandy": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.9, - "recent_wickets_per_match": 0.0 - }, - "S Murari": { - "wickets_last5": [ - 1, - 1, - 1, - 1, - 1 - ], - "recent_economy": 6.17, - "recent_wickets_per_match": 1.0 - }, - "S Muthusamy": { - "wickets_last5": [ - 1, - 0, - 11, - 4, - 5 - ], - "recent_economy": 3.61, - "recent_wickets_per_match": 4.2 - }, - "S Nadigotla": { - "wickets_last5": [ - 0, - 0, - 3, - 1 - ], - "recent_economy": 5.91, - "recent_wickets_per_match": 1.0 - }, - "S Naidu": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.12, - "recent_wickets_per_match": 1.0 - }, - "S Nair": { - "wickets_last5": [ - 1, - 1, - 0, - 2, - 1 - ], - "recent_economy": 3.95, - "recent_wickets_per_match": 1.0 - }, - "S Nampiina": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 1 - ], - "recent_economy": 4.86, - "recent_wickets_per_match": 0.8 - }, - "S Namusha": { - "wickets_last5": [ - 0, - 0, - 1, - 3, - 0 - ], - "recent_economy": 2.07, - "recent_wickets_per_match": 0.8 - }, - "S Nisansala": { - "wickets_last5": [ - 1, - 2, - 0, - 1, - 5 - ], - "recent_economy": 4.34, - "recent_wickets_per_match": 1.8 - }, - "S Nitschke": { - "wickets_last5": [ - 2, - 1, - 3, - 1 - ], - "recent_economy": 1.74, - "recent_wickets_per_match": 1.75 - }, - "S Nsubuga": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 3 - ], - "recent_economy": 8.67, - "recent_wickets_per_match": 1.2 - }, - "S Nunna": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 6.78, - "recent_wickets_per_match": 0.2 - }, - "S Ogundipe": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 3.89, - "recent_wickets_per_match": 0.33 - }, - "S Ostergaard": { - "wickets_last5": [ - 2, - 2, - 0, - 2, - 2 - ], - "recent_economy": 5.08, - "recent_wickets_per_match": 1.6 - }, - "S Ozkunduz": { - "wickets_last5": [ - 1, - 0, - 3, - 1, - 0 - ], - "recent_economy": 2.4, - "recent_wickets_per_match": 1.0 - }, - "S Pakhrin": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 1.5, - "recent_wickets_per_match": 0.5 - }, - "S Pandey": { - "wickets_last5": [ - 0, - 3 - ], - "recent_economy": 3.46, - "recent_wickets_per_match": 1.5 - }, - "S Parker": { - "wickets_last5": [ - 2, - 0, - 1 - ], - "recent_economy": 4.04, - "recent_wickets_per_match": 1.0 - }, - "S Pattenden": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.62, - "recent_wickets_per_match": 0.0 - }, - "S Pillai": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 6.37, - "recent_wickets_per_match": 0.2 - }, - "S Pitabeddara": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 7.84, - "recent_wickets_per_match": 0.2 - }, - "S Pradhan": { - "wickets_last5": [ - 1, - 2, - 0, - 2, - 1 - ], - "recent_economy": 5.49, - "recent_wickets_per_match": 1.2 - }, - "S Prasanna": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.48, - "recent_wickets_per_match": 0.0 - }, - "S Ramakrishnan": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.57, - "recent_wickets_per_match": 0.0 - }, - "S Ramautar": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.54, - "recent_wickets_per_match": 1.0 - }, - "S Ranade": { - "wickets_last5": [ - 0, - 4, - 0, - 1 - ], - "recent_economy": 3.31, - "recent_wickets_per_match": 1.25 - }, - "S Raveendrakumar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "S Ravichandran": { - "wickets_last5": [ - 0, - 5, - 1, - 1, - 1 - ], - "recent_economy": 4.82, - "recent_wickets_per_match": 1.6 - }, - "S Ravikumar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.89, - "recent_wickets_per_match": 0.0 - }, - "S Ravoka": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.33 - }, - "S Rengarajan": { - "wickets_last5": [ - 1 - ], - "recent_economy": 8.84, - "recent_wickets_per_match": 1.0 - }, - "S Rokuad": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.92, - "recent_wickets_per_match": 0.0 - }, - "S Rossi": { - "wickets_last5": [ - 3, - 0, - 0, - 0 - ], - "recent_economy": 6.77, - "recent_wickets_per_match": 0.75 - }, - "S Rukmal": { - "wickets_last5": [ - 0, - 0, - 3, - 0, - 1 - ], - "recent_economy": 5.89, - "recent_wickets_per_match": 0.8 - }, - "S Sadarangani": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 1 - ], - "recent_economy": 4.67, - "recent_wickets_per_match": 0.6 - }, - "S Saeed": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.54, - "recent_wickets_per_match": 1.0 - }, - "S Saenya": { - "wickets_last5": [ - 1 - ], - "recent_economy": 1.0, - "recent_wickets_per_match": 1.0 - }, - "S Sajana": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.55, - "recent_wickets_per_match": 0.2 - }, - "S Samuels": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.82, - "recent_wickets_per_match": 0.0 - }, - "S Sandeepani": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 0.0 - }, - "S Sarandeva": { - "wickets_last5": [ - 1, - 0, - 2, - 3, - 0 - ], - "recent_economy": 4.21, - "recent_wickets_per_match": 1.2 - }, - "S Sarthak": { - "wickets_last5": [ - 2, - 2, - 0, - 4, - 4 - ], - "recent_economy": 6.57, - "recent_wickets_per_match": 2.4 - }, - "S Selvaraj": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 1 - ], - "recent_economy": 6.33, - "recent_wickets_per_match": 0.6 - }, - "S Sengupta": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 1 - ], - "recent_economy": 8.51, - "recent_wickets_per_match": 0.8 - }, - "S Shailesh": { - "wickets_last5": [ - 1, - 0, - 1, - 2 - ], - "recent_economy": 6.22, - "recent_wickets_per_match": 1.0 - }, - "S Sharma": { - "wickets_last5": [ - 4 - ], - "recent_economy": 1.82, - "recent_wickets_per_match": 4.0 - }, - "S Sheridan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.74, - "recent_wickets_per_match": 0.0 - }, - "S Shermatov": { - "wickets_last5": [ - 0 - ], - "recent_economy": 31.0, - "recent_wickets_per_match": 0.0 - }, - "S Shrivastava": { - "wickets_last5": [ - 1, - 2, - 1, - 1, - 4 - ], - "recent_economy": 5.49, - "recent_wickets_per_match": 1.8 - }, - "S Siegers": { - "wickets_last5": [ - 2, - 1, - 2, - 1, - 0 - ], - "recent_economy": 4.67, - "recent_wickets_per_match": 1.2 - }, - "S Sigaiwasa": { - "wickets_last5": [ - 2, - 2, - 0, - 1, - 2 - ], - "recent_economy": 3.98, - "recent_wickets_per_match": 1.4 - }, - "S Simic": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 1 - ], - "recent_economy": 2.63, - "recent_wickets_per_match": 0.4 - }, - "S Simpson": { - "wickets_last5": [ - 2, - 4 - ], - "recent_economy": 5.18, - "recent_wickets_per_match": 3.0 - }, - "S Singh": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "S Snater": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 9.11, - "recent_wickets_per_match": 0.5 - }, - "S Sola": { - "wickets_last5": [ - 3, - 0, - 0, - 2, - 2 - ], - "recent_economy": 4.96, - "recent_wickets_per_match": 1.4 - }, - "S Solman": { - "wickets_last5": [ - 2, - 0, - 0, - 1, - 1 - ], - "recent_economy": 3.86, - "recent_wickets_per_match": 0.8 - }, - "S Stanikzay": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 0 - ], - "recent_economy": 6.21, - "recent_wickets_per_match": 0.6 - }, - "S Stephen": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 6.49, - "recent_wickets_per_match": 0.2 - }, - "S Sugaya-Slater": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.65, - "recent_wickets_per_match": 0.2 - }, - "S Sunday": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 1.0 - }, - "S Tabuisulu": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 0 - ], - "recent_economy": 6.96, - "recent_wickets_per_match": 0.4 - }, - "S Talamarla": { - "wickets_last5": [ - 0, - 1, - 2, - 2, - 2 - ], - "recent_economy": 3.66, - "recent_wickets_per_match": 1.4 - }, - "S Tarawally": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 0 - ], - "recent_economy": 5.49, - "recent_wickets_per_match": 0.4 - }, - "S Thakor": { - "wickets_last5": [ - 3, - 0, - 2, - 4, - 1 - ], - "recent_economy": 3.39, - "recent_wickets_per_match": 2.0 - }, - "S Thakur": { - "wickets_last5": [ - 0, - 2, - 0, - 1 - ], - "recent_economy": 7.92, - "recent_wickets_per_match": 0.75 - }, - "S Thanikaithasan": { - "wickets_last5": [ - 3 - ], - "recent_economy": 3.14, - "recent_wickets_per_match": 3.0 - }, - "S Thapa": { - "wickets_last5": [ - 0, - 0, - 1, - 5, - 1 - ], - "recent_economy": 6.85, - "recent_wickets_per_match": 1.4 - }, - "S Tino": { - "wickets_last5": [ - 1, - 2, - 0, - 3, - 2 - ], - "recent_economy": 4.58, - "recent_wickets_per_match": 1.6 - }, - "S Tippoch": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 3 - ], - "recent_economy": 2.7, - "recent_wickets_per_match": 1.2 - }, - "S Tobgay": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.5, - "recent_wickets_per_match": 0.0 - }, - "S Toffoletto": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "S Tosic": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 2 - ], - "recent_economy": 12.45, - "recent_wickets_per_match": 1.0 - }, - "S Tuhadeleni": { - "wickets_last5": [ - 1, - 1, - 2, - 2, - 1 - ], - "recent_economy": 6.47, - "recent_wickets_per_match": 1.4 - }, - "S Vaia": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 2 - ], - "recent_economy": 4.17, - "recent_wickets_per_match": 0.6 - }, - "S Vashisht": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 4 - ], - "recent_economy": 6.25, - "recent_wickets_per_match": 1.4 - }, - "S Vasilakis": { - "wickets_last5": [ - 0, - 2, - 0, - 1 - ], - "recent_economy": 6.28, - "recent_wickets_per_match": 0.75 - }, - "S Vats": { - "wickets_last5": [ - 3, - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.81, - "recent_wickets_per_match": 0.6 - }, - "S Vaz": { - "wickets_last5": [ - 1, - 2, - 1, - 4, - 1 - ], - "recent_economy": 6.06, - "recent_wickets_per_match": 1.8 - }, - "S Veerapathiran": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 1 - ], - "recent_economy": 8.13, - "recent_wickets_per_match": 0.6 - }, - "S Venkataraman": { - "wickets_last5": [ - 1, - 3, - 1, - 1, - 0 - ], - "recent_economy": 2.33, - "recent_wickets_per_match": 1.2 - }, - "S Vesawkar": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.5, - "recent_wickets_per_match": 2.0 - }, - "S Vig": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.0 - }, - "S Vijay Unni": { - "wickets_last5": [ - 3, - 2, - 2, - 5, - 0 - ], - "recent_economy": 5.01, - "recent_wickets_per_match": 2.4 - }, - "S Vijayakumar": { - "wickets_last5": [ - 0, - 2, - 4 - ], - "recent_economy": 8.55, - "recent_wickets_per_match": 2.0 - }, - "S Vithayathil": { - "wickets_last5": [ - 2 - ], - "recent_economy": 2.67, - "recent_wickets_per_match": 2.0 - }, - "S Walaza": { - "wickets_last5": [ - 1, - 3, - 1, - 3, - 0 - ], - "recent_economy": 5.63, - "recent_wickets_per_match": 1.6 - }, - "S Wankhade": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.74, - "recent_wickets_per_match": 0.0 - }, - "S Waqabaca": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 4.89, - "recent_wickets_per_match": 1.0 - }, - "S Waqas Ahmed": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 2.0 - }, - "S Weleilakeba": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.3, - "recent_wickets_per_match": 0.0 - }, - "S Wetoto": { - "wickets_last5": [ - 1, - 3, - 1, - 0, - 0 - ], - "recent_economy": 3.65, - "recent_wickets_per_match": 1.0 - }, - "S Wickramasekara": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.28, - "recent_wickets_per_match": 0.0 - }, - "S Williams": { - "wickets_last5": [ - 1, - 0, - 1, - 1 - ], - "recent_economy": 5.54, - "recent_wickets_per_match": 0.75 - }, - "S Yenamandra": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 4.18, - "recent_wickets_per_match": 0.67 - }, - "S Yeshi": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 2 - ], - "recent_economy": 4.47, - "recent_wickets_per_match": 0.6 - }, - "S Yildirim": { - "wickets_last5": [ - 3, - 2, - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 1.67 - }, - "S di Bartolomeo": { - "wickets_last5": [ - 2, - 2, - 1, - 2, - 5 - ], - "recent_economy": 4.55, - "recent_wickets_per_match": 2.4 - }, - "SA Ahmad": { - "wickets_last5": [ - 2, - 3, - 0, - 2, - 2 - ], - "recent_economy": 4.47, - "recent_wickets_per_match": 1.8 - }, - "SA Akenji": { - "wickets_last5": [ - 1, - 1, - 2, - 1, - 2 - ], - "recent_economy": 5.05, - "recent_wickets_per_match": 1.4 - }, - "SA Campbelle": { - "wickets_last5": [ - 1, - 1, - 2, - 0, - 0 - ], - "recent_economy": 3.1, - "recent_wickets_per_match": 0.8 - }, - "SA Dias": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.43, - "recent_wickets_per_match": 0.0 - }, - "SA Engelbrecht": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.5, - "recent_wickets_per_match": 0.0 - }, - "SA Jumbe": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 3 - ], - "recent_economy": 6.79, - "recent_wickets_per_match": 1.0 - }, - "SA Mohandas": { - "wickets_last5": [ - 0, - 2, - 3, - 0, - 0 - ], - "recent_economy": 6.91, - "recent_wickets_per_match": 1.0 - }, - "SA Okpe": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 3.43, - "recent_wickets_per_match": 1.5 - }, - "SA Panayan": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 1 - ], - "recent_economy": 8.34, - "recent_wickets_per_match": 0.8 - }, - "SA Pradhan": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 8.92, - "recent_wickets_per_match": 0.5 - }, - "SA Sathiya": { - "wickets_last5": [ - 0, - 1, - 1, - 2, - 1 - ], - "recent_economy": 4.7, - "recent_wickets_per_match": 1.0 - }, - "SA Wittmann": { - "wickets_last5": [ - 2, - 1, - 1, - 0, - 1 - ], - "recent_economy": 3.53, - "recent_wickets_per_match": 1.0 - }, - "SA van Breda": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.67, - "recent_wickets_per_match": 0.0 - }, - "SACA King": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.79, - "recent_wickets_per_match": 0.0 - }, - "SAN Maypriani": { - "wickets_last5": [ - 1, - 3, - 2, - 2, - 1 - ], - "recent_economy": 3.64, - "recent_wickets_per_match": 1.8 - }, - "SB Chamundaiah": { - "wickets_last5": [ - 2, - 0, - 0 - ], - "recent_economy": 4.74, - "recent_wickets_per_match": 0.67 - }, - "SB Martinez": { - "wickets_last5": [ - 1, - 1, - 3, - 2, - 0 - ], - "recent_economy": 2.03, - "recent_wickets_per_match": 1.4 - }, - "SC Getkate": { - "wickets_last5": [ - 1, - 2, - 2, - 2 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 1.75 - }, - "SC Kumari": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 4 - ], - "recent_economy": 2.71, - "recent_wickets_per_match": 1.4 - }, - "SC Meaker": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 5.28, - "recent_wickets_per_match": 1.0 - }, - "SC Selman": { - "wickets_last5": [ - 3, - 0, - 1, - 2, - 0 - ], - "recent_economy": 4.23, - "recent_wickets_per_match": 1.2 - }, - "SC Williams": { - "wickets_last5": [ - 0, - 1, - 2, - 0, - 2 - ], - "recent_economy": 3.02, - "recent_wickets_per_match": 1.0 - }, - "SC de Oliveira": { - "wickets_last5": [ - 1, - 3, - 4, - 0, - 4 - ], - "recent_economy": 6.72, - "recent_wickets_per_match": 2.4 - }, - "SC van Schalkwyk": { - "wickets_last5": [ - 2, - 2, - 4, - 2, - 0 - ], - "recent_economy": 8.29, - "recent_wickets_per_match": 2.0 - }, - "SCJ Broad": { - "wickets_last5": [ - 4, - 2, - 5, - 5, - 6 - ], - "recent_economy": 3.26, - "recent_wickets_per_match": 4.4 - }, - "SD Bahadur": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.9, - "recent_wickets_per_match": 0.0 - }, - "SD Parry": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 4.66, - "recent_wickets_per_match": 2.0 - }, - "SD Ranawaka": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 2 - ], - "recent_economy": 4.79, - "recent_wickets_per_match": 1.0 - }, - "SD Valjalo": { - "wickets_last5": [ - 4, - 0, - 1, - 1, - 0 - ], - "recent_economy": 7.61, - "recent_wickets_per_match": 1.2 - }, - "SDJJ Dima": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 9.35, - "recent_wickets_per_match": 0.5 - }, - "SDM Herath": { - "wickets_last5": [ - 0 - ], - "recent_economy": 1.33, - "recent_wickets_per_match": 0.0 - }, - "SE Aley": { - "wickets_last5": [ - 2 - ], - "recent_economy": 2.1, - "recent_wickets_per_match": 2.0 - }, - "SEA Ruck": { - "wickets_last5": [ - 2, - 0, - 2, - 1, - 1 - ], - "recent_economy": 4.08, - "recent_wickets_per_match": 1.2 - }, - "SF Daley": { - "wickets_last5": [ - 0, - 3, - 0, - 0, - 0 - ], - "recent_economy": 5.07, - "recent_wickets_per_match": 0.6 - }, - "SF Jerome": { - "wickets_last5": [ - 1, - 1, - 2, - 2, - 0 - ], - "recent_economy": 4.33, - "recent_wickets_per_match": 1.2 - }, - "SF Mire": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 2.19, - "recent_wickets_per_match": 0.5 - }, - "SF Nhavotso": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 7.09, - "recent_wickets_per_match": 0.33 - }, - "SF Tiai": { - "wickets_last5": [ - 1, - 0, - 4, - 4, - 1 - ], - "recent_economy": 4.79, - "recent_wickets_per_match": 2.0 - }, - "SFM Devine": { - "wickets_last5": [ - 1, - 0, - 0, - 3, - 0 - ], - "recent_economy": 4.85, - "recent_wickets_per_match": 0.8 - }, - "SFS Cheema": { - "wickets_last5": [ - 1, - 0, - 3, - 5, - 1 - ], - "recent_economy": 5.53, - "recent_wickets_per_match": 2.0 - }, - "SG Borthwick": { - "wickets_last5": [ - 4 - ], - "recent_economy": 6.31, - "recent_wickets_per_match": 4.0 - }, - "SG Diaby": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 0 - ], - "recent_economy": 6.32, - "recent_wickets_per_match": 0.6 - }, - "SG Whittingham": { - "wickets_last5": [ - 1, - 2, - 3, - 0 - ], - "recent_economy": 4.51, - "recent_wickets_per_match": 1.5 - }, - "SH Lawlor": { - "wickets_last5": [ - 0, - 0, - 1, - 1 - ], - "recent_economy": 6.3, - "recent_wickets_per_match": 0.5 - }, - "SH Obed": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 0 - ], - "recent_economy": 6.52, - "recent_wickets_per_match": 0.6 - }, - "SHA Rance": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 6.06, - "recent_wickets_per_match": 0.5 - }, - "SHA Sheth": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 1.0 - }, - "SI Bara": { - "wickets_last5": [ - 1, - 0, - 1, - 4, - 2 - ], - "recent_economy": 0.82, - "recent_wickets_per_match": 1.6 - }, - "SI Kamea": { - "wickets_last5": [ - 2, - 3, - 2, - 2, - 1 - ], - "recent_economy": 4.38, - "recent_wickets_per_match": 2.0 - }, - "SI Mahmood": { - "wickets_last5": [ - 1, - 4, - 0, - 2, - 7 - ], - "recent_economy": 4.38, - "recent_wickets_per_match": 2.8 - }, - "SIP Fernando": { - "wickets_last5": [ - 0, - 2, - 1, - 1, - 0 - ], - "recent_economy": 3.48, - "recent_wickets_per_match": 0.8 - }, - "SIR Dunkley": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.33, - "recent_wickets_per_match": 0.0 - }, - "SJ Andrews": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 1.79, - "recent_wickets_per_match": 1.0 - }, - "SJ Benn": { - "wickets_last5": [ - 3, - 5, - 1, - 2, - 7 - ], - "recent_economy": 2.96, - "recent_wickets_per_match": 3.6 - }, - "SJ Bruce": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 0 - ], - "recent_economy": 5.32, - "recent_wickets_per_match": 0.6 - }, - "SJ Coyte": { - "wickets_last5": [ - 4, - 1, - 1 - ], - "recent_economy": 1.49, - "recent_wickets_per_match": 2.0 - }, - "SJ Harmison": { - "wickets_last5": [ - 4, - 2, - 2, - 2, - 1 - ], - "recent_economy": 3.25, - "recent_wickets_per_match": 2.2 - }, - "SJ Hughes-Pinan": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 1 - ], - "recent_economy": 3.98, - "recent_wickets_per_match": 0.6 - }, - "SJ Modani": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "SJ Patel": { - "wickets_last5": [ - 1, - 0, - 1, - 4, - 0 - ], - "recent_economy": 6.65, - "recent_wickets_per_match": 1.2 - }, - "SK Atai": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.38, - "recent_wickets_per_match": 0.0 - }, - "SK Awiah": { - "wickets_last5": [ - 0, - 2, - 2, - 1, - 3 - ], - "recent_economy": 5.18, - "recent_wickets_per_match": 1.6 - }, - "SK Dolawatte": { - "wickets_last5": [ - 0, - 1, - 2 - ], - "recent_economy": 4.31, - "recent_wickets_per_match": 1.0 - }, - "SK Gedara": { - "wickets_last5": [ - 1, - 0, - 2 - ], - "recent_economy": 7.06, - "recent_wickets_per_match": 1.0 - }, - "SK Lahiri": { - "wickets_last5": [ - 0, - 5, - 3 - ], - "recent_economy": 6.54, - "recent_wickets_per_match": 2.67 - }, - "SK Naidu": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.33, - "recent_wickets_per_match": 0.0 - }, - "SK Rana": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.43, - "recent_wickets_per_match": 0.0 - }, - "SK Ravuri": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 6 - ], - "recent_economy": 3.65, - "recent_wickets_per_match": 1.4 - }, - "SK Reddy": { - "wickets_last5": [ - 3, - 0, - 1, - 1 - ], - "recent_economy": 2.72, - "recent_wickets_per_match": 1.25 - }, - "SK Shetty": { - "wickets_last5": [ - 1 - ], - "recent_economy": 1.71, - "recent_wickets_per_match": 1.0 - }, - "SK Sonpethkar": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.59, - "recent_wickets_per_match": 1.0 - }, - "SK Springer": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 6.45, - "recent_wickets_per_match": 0.67 - }, - "SKDT Madusanka": { - "wickets_last5": [ - 1, - 0, - 0, - 2, - 3 - ], - "recent_economy": 9.97, - "recent_wickets_per_match": 1.2 - }, - "SKPD Ayu": { - "wickets_last5": [ - 2 - ], - "recent_economy": 1.5, - "recent_wickets_per_match": 2.0 - }, - "SKR Mallidi": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 9.3, - "recent_wickets_per_match": 0.5 - }, - "SKS Gill": { - "wickets_last5": [ - 2, - 0, - 1, - 1, - 0 - ], - "recent_economy": 6.2, - "recent_wickets_per_match": 0.8 - }, - "SKW Kelly": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 4.64, - "recent_wickets_per_match": 0.67 - }, - "SL Clephane": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.76, - "recent_wickets_per_match": 0.0 - }, - "SL Gomez": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 5.49, - "recent_wickets_per_match": 0.2 - }, - "SL Kalis": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 1 - ], - "recent_economy": 4.12, - "recent_wickets_per_match": 0.4 - }, - "SL Munroe": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 0 - ], - "recent_economy": 4.06, - "recent_wickets_per_match": 0.4 - }, - "SL Quintyne": { - "wickets_last5": [ - 1, - 2, - 2, - 0, - 0 - ], - "recent_economy": 4.3, - "recent_wickets_per_match": 1.0 - }, - "SM Ariyasinghage": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.5, - "recent_wickets_per_match": 0.0 - }, - "SM Benade": { - "wickets_last5": [ - 2, - 1, - 1 - ], - "recent_economy": 1.68, - "recent_wickets_per_match": 1.33 - }, - "SM Dhakal": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 6.81, - "recent_wickets_per_match": 0.5 - }, - "SM Dhanusri": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.31, - "recent_wickets_per_match": 0.0 - }, - "SM Don": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 2.06, - "recent_wickets_per_match": 1.0 - }, - "SM Mayers": { - "wickets_last5": [ - 0, - 1, - 0, - 1 - ], - "recent_economy": 4.57, - "recent_wickets_per_match": 0.5 - }, - "SM Nash": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 4 - ], - "recent_economy": 5.42, - "recent_wickets_per_match": 1.0 - }, - "SM Sharif": { - "wickets_last5": [ - 0, - 2, - 2, - 2, - 2 - ], - "recent_economy": 6.85, - "recent_wickets_per_match": 1.6 - }, - "SM Sharma": { - "wickets_last5": [ - 2, - 1, - 0, - 3, - 1 - ], - "recent_economy": 4.95, - "recent_wickets_per_match": 1.4 - }, - "SM Solia": { - "wickets_last5": [ - 2, - 1, - 2, - 1, - 4 - ], - "recent_economy": 5.14, - "recent_wickets_per_match": 2.0 - }, - "SM Tupou": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "SM Warnakulasuriya": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 2 - ], - "recent_economy": 7.66, - "recent_wickets_per_match": 0.6 - }, - "SMHH Aung": { - "wickets_last5": [ - 1 - ], - "recent_economy": 13.71, - "recent_wickets_per_match": 1.0 - }, - "SMK Waththage": { - "wickets_last5": [ - 4 - ], - "recent_economy": 3.84, - "recent_wickets_per_match": 4.0 - }, - "SMR Ruelas": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 1.5, - "recent_wickets_per_match": 0.5 - }, - "SN Netravalkar": { - "wickets_last5": [ - 4, - 4, - 6, - 2, - 6 - ], - "recent_economy": 7.06, - "recent_wickets_per_match": 4.4 - }, - "SN Pradhan": { - "wickets_last5": [ - 3 - ], - "recent_economy": 7.25, - "recent_wickets_per_match": 3.0 - }, - "SN Shihepo": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.86, - "recent_wickets_per_match": 0.0 - }, - "SN Swamy": { - "wickets_last5": [ - 1, - 0, - 1, - 3, - 2 - ], - "recent_economy": 7.31, - "recent_wickets_per_match": 1.4 - }, - "SNJ O'Keefe": { - "wickets_last5": [ - 2, - 1, - 3, - 3, - 12 - ], - "recent_economy": 2.54, - "recent_wickets_per_match": 4.2 - }, - "SO Ngoche": { - "wickets_last5": [ - 1, - 2, - 2, - 0, - 1 - ], - "recent_economy": 4.96, - "recent_wickets_per_match": 1.2 - }, - "SO Tikolo": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 4.87, - "recent_wickets_per_match": 0.4 - }, - "SP Gauchan": { - "wickets_last5": [ - 1, - 0, - 3, - 3, - 0 - ], - "recent_economy": 3.79, - "recent_wickets_per_match": 1.4 - }, - "SP Krishnamurthi": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 3 - ], - "recent_economy": 4.29, - "recent_wickets_per_match": 0.6 - }, - "SPS Shikongo": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 1 - ], - "recent_economy": 6.29, - "recent_wickets_per_match": 0.6 - }, - "SPY Baron": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.27, - "recent_wickets_per_match": 0.0 - }, - "SR Bhudia": { - "wickets_last5": [ - 0, - 0, - 1, - 3, - 1 - ], - "recent_economy": 4.7, - "recent_wickets_per_match": 1.0 - }, - "SR Clark": { - "wickets_last5": [ - 1, - 3, - 1, - 6, - 1 - ], - "recent_economy": 2.75, - "recent_wickets_per_match": 2.4 - }, - "SR Magar": { - "wickets_last5": [ - 1, - 2, - 1 - ], - "recent_economy": 2.45, - "recent_wickets_per_match": 1.33 - }, - "SR McAnanama-Brereton": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 1 - ], - "recent_economy": 4.7, - "recent_wickets_per_match": 0.8 - }, - "SR Patel": { - "wickets_last5": [ - 3, - 0, - 0, - 1, - 1 - ], - "recent_economy": 3.08, - "recent_wickets_per_match": 1.0 - }, - "SR Patil": { - "wickets_last5": [ - 1, - 3, - 1 - ], - "recent_economy": 4.33, - "recent_wickets_per_match": 1.67 - }, - "SR Rocket": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 1 - ], - "recent_economy": 8.05, - "recent_wickets_per_match": 0.6 - }, - "SR Taylor": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 0 - ], - "recent_economy": 7.43, - "recent_wickets_per_match": 0.4 - }, - "SR Thadani": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.32, - "recent_wickets_per_match": 0.0 - }, - "SR Thompson": { - "wickets_last5": [ - 3, - 5 - ], - "recent_economy": 3.11, - "recent_wickets_per_match": 4.0 - }, - "SRMJJ Arachchilage": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.74, - "recent_wickets_per_match": 0.0 - }, - "SS Connell": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 4.99, - "recent_wickets_per_match": 0.2 - }, - "SS Grimmond": { - "wickets_last5": [ - 1, - 0, - 0, - 4, - 0 - ], - "recent_economy": 4.12, - "recent_wickets_per_match": 1.0 - }, - "SS Kang": { - "wickets_last5": [ - 2, - 1, - 1, - 4, - 2 - ], - "recent_economy": 4.66, - "recent_wickets_per_match": 2.0 - }, - "SS Pathirana": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.4 - }, - "SS Shukla": { - "wickets_last5": [ - 1, - 0, - 0, - 2, - 2 - ], - "recent_economy": 4.44, - "recent_wickets_per_match": 1.0 - }, - "SS Weerakkody": { - "wickets_last5": [ - 0, - 2, - 0, - 2, - 2 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 1.2 - }, - "SSM Stanislaus": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 9.47, - "recent_wickets_per_match": 0.5 - }, - "ST Eyyunni": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 1 - ], - "recent_economy": 4.87, - "recent_wickets_per_match": 0.6 - }, - "ST Finn": { - "wickets_last5": [ - 0, - 3, - 2, - 0, - 3 - ], - "recent_economy": 3.39, - "recent_wickets_per_match": 1.6 - }, - "ST Frohnmayer": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 0 - ], - "recent_economy": 5.19, - "recent_wickets_per_match": 0.6 - }, - "ST Gabriel": { - "wickets_last5": [ - 2, - 2, - 1, - 2, - 2 - ], - "recent_economy": 3.66, - "recent_wickets_per_match": 1.8 - }, - "ST Yalimaiwai": { - "wickets_last5": [ - 0, - 2, - 2 - ], - "recent_economy": 5.61, - "recent_wickets_per_match": 1.33 - }, - "ST de Silva": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 4 - ], - "recent_economy": 10.77, - "recent_wickets_per_match": 1.2 - }, - "STRA de Silva": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 0 - ], - "recent_economy": 8.16, - "recent_wickets_per_match": 0.4 - }, - "SV Wiig": { - "wickets_last5": [ - 4 - ], - "recent_economy": 8.33, - "recent_wickets_per_match": 4.0 - }, - "SVE Bharathi": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 5.77, - "recent_wickets_per_match": 0.4 - }, - "SW Bates": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 6.26, - "recent_wickets_per_match": 0.4 - }, - "SW Masakadza": { - "wickets_last5": [ - 2, - 4, - 5, - 5, - 2 - ], - "recent_economy": 2.82, - "recent_wickets_per_match": 3.6 - }, - "SY Win": { - "wickets_last5": [ - 1, - 0, - 3, - 1, - 3 - ], - "recent_economy": 4.86, - "recent_wickets_per_match": 1.6 - }, - "SYD Chan": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 0 - ], - "recent_economy": 3.07, - "recent_wickets_per_match": 0.6 - }, - "SZ Thakor": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.51, - "recent_wickets_per_match": 0.0 - }, - "SZ Vayani": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 2 - ], - "recent_economy": 5.67, - "recent_wickets_per_match": 1.0 - }, - "Saad Bin Zafar": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 4.1, - "recent_wickets_per_match": 0.4 - }, - "Saad Nasim": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.3, - "recent_wickets_per_match": 0.0 - }, - "Saarah Smith": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 8.77, - "recent_wickets_per_match": 1.0 - }, - "Sabah Nawab": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.08, - "recent_wickets_per_match": 1.0 - }, - "Sabbir Rahman": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.06, - "recent_wickets_per_match": 0.0 - }, - "Saber Zakhil": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.96, - "recent_wickets_per_match": 0.0 - }, - "Sabikun Nahar Jesmin": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 5.04, - "recent_wickets_per_match": 1.5 - }, - "Sabir Ali": { - "wickets_last5": [ - 0, - 1, - 0, - 2 - ], - "recent_economy": 4.62, - "recent_wickets_per_match": 0.75 - }, - "Sabnam Rai": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 1.64, - "recent_wickets_per_match": 2.0 - }, - "Sabreen Zaki": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 6.17, - "recent_wickets_per_match": 0.0 - }, - "Sachin Ganpat Shinde": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 12.89, - "recent_wickets_per_match": 0.0 - }, - "Sachin Kumar": { - "wickets_last5": [ - 4, - 0, - 1, - 0, - 1 - ], - "recent_economy": 6.9, - "recent_wickets_per_match": 1.2 - }, - "Sadaf Shamas": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.57, - "recent_wickets_per_match": 0.0 - }, - "Sadamali Bhakshala": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 6.19, - "recent_wickets_per_match": 0.2 - }, - "Sadat Said": { - "wickets_last5": [ - 2, - 0, - 2 - ], - "recent_economy": 7.29, - "recent_wickets_per_match": 1.33 - }, - "Sadia Iqbal": { - "wickets_last5": [ - 3, - 2, - 1, - 4, - 2 - ], - "recent_economy": 5.26, - "recent_wickets_per_match": 2.4 - }, - "Sadia Yousuf": { - "wickets_last5": [ - 2, - 1, - 2, - 1, - 0 - ], - "recent_economy": 3.61, - "recent_wickets_per_match": 1.2 - }, - "Saee Parkhi": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "Saeed Ahmed": { - "wickets_last5": [ - 1, - 1, - 2 - ], - "recent_economy": 9.14, - "recent_wickets_per_match": 1.33 - }, - "Saeed Ajmal": { - "wickets_last5": [ - 6, - 5, - 5, - 3, - 2 - ], - "recent_economy": 2.31, - "recent_wickets_per_match": 4.2 - }, - "Saeed Waqar Ali": { - "wickets_last5": [ - 0, - 1, - 2, - 1, - 0 - ], - "recent_economy": 9.47, - "recent_wickets_per_match": 0.8 - }, - "Sagar Kumar Ahir": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 9.67, - "recent_wickets_per_match": 1.0 - }, - "Sagar Pun": { - "wickets_last5": [ - 1, - 2, - 2, - 0, - 0 - ], - "recent_economy": 5.17, - "recent_wickets_per_match": 1.0 - }, - "Sageer Ahmad": { - "wickets_last5": [ - 1, - 2, - 0, - 0, - 0 - ], - "recent_economy": 5.6, - "recent_wickets_per_match": 0.6 - }, - "Saghir Khan": { - "wickets_last5": [ - 3, - 1, - 0, - 2, - 2 - ], - "recent_economy": 7.68, - "recent_wickets_per_match": 1.6 - }, - "Sahel Zadran": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 5.94, - "recent_wickets_per_match": 0.2 - }, - "Sahil Chauhan": { - "wickets_last5": [ - 2, - 0, - 0, - 2, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.8 - }, - "Sahir Naqash": { - "wickets_last5": [ - 1, - 2, - 0, - 3, - 1 - ], - "recent_economy": 7.14, - "recent_wickets_per_match": 1.4 - }, - "Sai Hla Htwe": { - "wickets_last5": [ - 0, - 1, - 2, - 0, - 0 - ], - "recent_economy": 5.19, - "recent_wickets_per_match": 0.6 - }, - "Said Hakim": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 6.51, - "recent_wickets_per_match": 0.0 - }, - "Saif Hassan": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.5 - }, - "Saim Ayub": { - "wickets_last5": [ - 1, - 0, - 2, - 1 - ], - "recent_economy": 5.59, - "recent_wickets_per_match": 1.0 - }, - "Saira Jabeen": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 5.22, - "recent_wickets_per_match": 0.0 - }, - "Sajad Ahmadzai": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 5.57, - "recent_wickets_per_match": 0.4 - }, - "Sajedul Islam": { - "wickets_last5": [ - 0, - 1, - 2 - ], - "recent_economy": 3.75, - "recent_wickets_per_match": 1.0 - }, - "Sajid Khan": { - "wickets_last5": [ - 4, - 1, - 5, - 6, - 9 - ], - "recent_economy": 3.58, - "recent_wickets_per_match": 5.0 - }, - "Sajid Khan Afridi": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 9.2, - "recent_wickets_per_match": 0.33 - }, - "Sajid Liaqat": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.67 - }, - "Sajid Patel": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 0.0 - }, - "Sajid Safi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 15.0, - "recent_wickets_per_match": 0.0 - }, - "Salma Khatun": { - "wickets_last5": [ - 1, - 2, - 3, - 0, - 2 - ], - "recent_economy": 3.28, - "recent_wickets_per_match": 1.6 - }, - "Salman Mirza": { - "wickets_last5": [ - 0, - 2, - 4, - 2, - 0 - ], - "recent_economy": 10.57, - "recent_wickets_per_match": 1.6 - }, - "Salman Nazar": { - "wickets_last5": [ - 1, - 0, - 4, - 1, - 4 - ], - "recent_economy": 6.17, - "recent_wickets_per_match": 2.0 - }, - "Salman Patel": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 8.3, - "recent_wickets_per_match": 0.67 - }, - "Salman Sharjeel": { - "wickets_last5": [ - 1, - 1, - 1, - 2, - 1 - ], - "recent_economy": 9.21, - "recent_wickets_per_match": 1.2 - }, - "Salvin Stanly": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 0 - ], - "recent_economy": 7.46, - "recent_wickets_per_match": 0.4 - }, - "Samader Shadab": { - "wickets_last5": [ - 0, - 1, - 2 - ], - "recent_economy": 7.96, - "recent_wickets_per_match": 1.0 - }, - "Samarth Shetty": { - "wickets_last5": [ - 0, - 1, - 2 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 1.0 - }, - "Sameer Othman": { - "wickets_last5": [ - 1, - 2, - 0, - 2, - 0 - ], - "recent_economy": 9.92, - "recent_wickets_per_match": 1.0 - }, - "Sameer Yousuf": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 7.13, - "recent_wickets_per_match": 0.67 - }, - "Sameera Khan": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 1 - ], - "recent_economy": 4.7, - "recent_wickets_per_match": 0.6 - }, - "Sami Sohail": { - "wickets_last5": [ - 2, - 1, - 0, - 2, - 0 - ], - "recent_economy": 4.74, - "recent_wickets_per_match": 1.0 - }, - "Sami Ullah": { - "wickets_last5": [ - 1, - 1, - 3, - 1, - 2 - ], - "recent_economy": 5.94, - "recent_wickets_per_match": 1.6 - }, - "Samiha Konuganti": { - "wickets_last5": [ - 2, - 1, - 0, - 1, - 0 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 0.8 - }, - "Samiullah Rahmani": { - "wickets_last5": [ - 2, - 2, - 0, - 2, - 2 - ], - "recent_economy": 7.79, - "recent_wickets_per_match": 1.6 - }, - "San Nyo Htwe": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.43, - "recent_wickets_per_match": 0.0 - }, - "Sana Mir": { - "wickets_last5": [ - 1, - 1, - 4, - 3, - 1 - ], - "recent_economy": 3.18, - "recent_wickets_per_match": 2.0 - }, - "Sana Ullah": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 6.87, - "recent_wickets_per_match": 0.67 - }, - "Sandeep Goud": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.08, - "recent_wickets_per_match": 0.0 - }, - "Sandeep Nair": { - "wickets_last5": [ - 2, - 0, - 0, - 0 - ], - "recent_economy": 6.76, - "recent_wickets_per_match": 0.5 - }, - "Sangay Yangzom": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 8.44, - "recent_wickets_per_match": 0.0 - }, - "Sangita Rai": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "Sani E Zehra": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 7.47, - "recent_wickets_per_match": 0.5 - }, - "Sania Khan": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 3.78, - "recent_wickets_per_match": 0.67 - }, - "Saniyah Zia": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.33, - "recent_wickets_per_match": 0.0 - }, - "Sanjay Kumar Ahir": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 0 - ], - "recent_economy": 5.21, - "recent_wickets_per_match": 0.4 - }, - "Sanjida Akter Meghla": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 5.51, - "recent_wickets_per_match": 0.5 - }, - "Santiago Duggan": { - "wickets_last5": [ - 2, - 1, - 1, - 1, - 1 - ], - "recent_economy": 4.65, - "recent_wickets_per_match": 1.2 - }, - "Santosh Yadav": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 0.0 - }, - "Sapan Mehta": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "Saqib Anwar": { - "wickets_last5": [ - 0, - 1, - 3, - 0, - 2 - ], - "recent_economy": 6.66, - "recent_wickets_per_match": 1.2 - }, - "Saqib Naveed": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 11.84, - "recent_wickets_per_match": 0.0 - }, - "Saqib Zulfiqar": { - "wickets_last5": [ - 0, - 3, - 0, - 0, - 2 - ], - "recent_economy": 5.48, - "recent_wickets_per_match": 1.0 - }, - "Saqlain Arshad": { - "wickets_last5": [ - 1, - 0, - 1, - 3, - 2 - ], - "recent_economy": 5.67, - "recent_wickets_per_match": 1.4 - }, - "Saqlain Mukhtar": { - "wickets_last5": [ - 2 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 2.0 - }, - "Saqlain Sajib": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.36, - "recent_wickets_per_match": 0.0 - }, - "Sara": { - "wickets_last5": [ - 2, - 0, - 0 - ], - "recent_economy": 7.84, - "recent_wickets_per_match": 0.67 - }, - "Sara Vivek": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.88, - "recent_wickets_per_match": 0.2 - }, - "Saran Aslam": { - "wickets_last5": [ - 0, - 0, - 2 - ], - "recent_economy": 6.27, - "recent_wickets_per_match": 0.67 - }, - "Saran Maliwan": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.28, - "recent_wickets_per_match": 1.0 - }, - "Saranya Kotha": { - "wickets_last5": [ - 2, - 2, - 1, - 0, - 3 - ], - "recent_economy": 1.8, - "recent_wickets_per_match": 1.6 - }, - "Sarawut Maliwan": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 9.8, - "recent_wickets_per_match": 0.4 - }, - "Sareer Shah": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 2 - ], - "recent_economy": 8.37, - "recent_wickets_per_match": 0.6 - }, - "Sarfaraj Patel": { - "wickets_last5": [ - 2, - 0, - 2, - 1, - 3 - ], - "recent_economy": 6.4, - "recent_wickets_per_match": 1.6 - }, - "Sarfaraz Ali": { - "wickets_last5": [ - 0, - 1, - 2, - 1, - 0 - ], - "recent_economy": 7.58, - "recent_wickets_per_match": 0.8 - }, - "Sasha Azmi": { - "wickets_last5": [ - 3, - 0, - 1 - ], - "recent_economy": 3.18, - "recent_wickets_per_match": 1.33 - }, - "Saud Munir": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 1 - ], - "recent_economy": 6.07, - "recent_wickets_per_match": 0.6 - }, - "Saurabh Kumar": { - "wickets_last5": [ - 0, - 0, - 0, - 1 - ], - "recent_economy": 11.71, - "recent_wickets_per_match": 0.25 - }, - "Sayed Monib": { - "wickets_last5": [ - 3, - 0, - 3, - 3, - 2 - ], - "recent_economy": 7.9, - "recent_wickets_per_match": 2.2 - }, - "Sazib Bhuiyan": { - "wickets_last5": [ - 0, - 2, - 1, - 3, - 1 - ], - "recent_economy": 8.39, - "recent_wickets_per_match": 1.4 - }, - "Sazzad Hosen": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 0.0 - }, - "Sedik Sahak": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 0 - ], - "recent_economy": 8.59, - "recent_wickets_per_match": 0.4 - }, - "Seemana KC": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.49, - "recent_wickets_per_match": 0.0 - }, - "Sefu Athumani": { - "wickets_last5": [ - 0 - ], - "recent_economy": 36.0, - "recent_wickets_per_match": 0.0 - }, - "Sejal Vinod": { - "wickets_last5": [ - 3, - 2, - 0, - 0, - 1 - ], - "recent_economy": 5.35, - "recent_wickets_per_match": 1.2 - }, - "Serdar Burak Emir": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 11.64, - "recent_wickets_per_match": 0.2 - }, - "Seri Chang": { - "wickets_last5": [ - 0, - 0, - 1, - 1 - ], - "recent_economy": 3.23, - "recent_wickets_per_match": 0.5 - }, - "Seungmin Song": { - "wickets_last5": [ - 3 - ], - "recent_economy": 2.57, - "recent_wickets_per_match": 3.0 - }, - "Shadab Khan": { - "wickets_last5": [ - 2, - 4, - 1, - 2, - 4 - ], - "recent_economy": 3.09, - "recent_wickets_per_match": 2.6 - }, - "Shadnan Khan": { - "wickets_last5": [ - 2 - ], - "recent_economy": 5.52, - "recent_wickets_per_match": 2.0 - }, - "Shafali Verma": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 2.22, - "recent_wickets_per_match": 0.67 - }, - "Shafat Ali Syed": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 5 - ], - "recent_economy": 6.61, - "recent_wickets_per_match": 1.2 - }, - "Shafia Hassan": { - "wickets_last5": [ - 1, - 0, - 2 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 1.0 - }, - "Shafina Mahesh": { - "wickets_last5": [ - 0, - 1, - 1, - 2, - 0 - ], - "recent_economy": 8.35, - "recent_wickets_per_match": 0.8 - }, - "Shafiq Jan": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 9.67, - "recent_wickets_per_match": 1.0 - }, - "Shafiul Islam": { - "wickets_last5": [ - 2, - 0, - 0, - 4, - 3 - ], - "recent_economy": 2.97, - "recent_wickets_per_match": 1.8 - }, - "Shafiullah Zakhel": { - "wickets_last5": [ - 0, - 3, - 1, - 0 - ], - "recent_economy": 8.85, - "recent_wickets_per_match": 1.0 - }, - "Shagharai Sefat": { - "wickets_last5": [ - 3, - 3, - 1, - 2 - ], - "recent_economy": 6.23, - "recent_wickets_per_match": 2.25 - }, - "Shah Abrar Hussain": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 2 - ], - "recent_economy": 6.49, - "recent_wickets_per_match": 0.6 - }, - "Shah Faisal": { - "wickets_last5": [ - 3, - 0 - ], - "recent_economy": 5.85, - "recent_wickets_per_match": 1.5 - }, - "Shahab Alam": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 2 - ], - "recent_economy": 6.19, - "recent_wickets_per_match": 1.0 - }, - "Shahadat Hossain": { - "wickets_last5": [ - 0, - 0, - 2, - 1, - 1 - ], - "recent_economy": 3.52, - "recent_wickets_per_match": 0.8 - }, - "Shaheen Shah Afridi": { - "wickets_last5": [ - 5, - 1, - 4, - 1, - 2 - ], - "recent_economy": 3.62, - "recent_wickets_per_match": 2.6 - }, - "Shaheryar Butt": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 15.43, - "recent_wickets_per_match": 0.0 - }, - "Shahid Ahmadzai": { - "wickets_last5": [ - 0, - 0, - 4, - 0, - 0 - ], - "recent_economy": 3.57, - "recent_wickets_per_match": 0.8 - }, - "Shahid Arshad": { - "wickets_last5": [ - 0 - ], - "recent_economy": 17.0, - "recent_wickets_per_match": 0.0 - }, - "Shahid Mahmood": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.0 - }, - "Shahil Momin": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.21, - "recent_wickets_per_match": 0.0 - }, - "Shahnawaz Dhani": { - "wickets_last5": [ - 2, - 2, - 4, - 4 - ], - "recent_economy": 8.06, - "recent_wickets_per_match": 3.0 - }, - "Shahreeennawab": { - "wickets_last5": [ - 0, - 1, - 1, - 2, - 0 - ], - "recent_economy": 4.83, - "recent_wickets_per_match": 0.8 - }, - "Shahrukh Quddus": { - "wickets_last5": [ - 1, - 1, - 2, - 0, - 0 - ], - "recent_economy": 9.19, - "recent_wickets_per_match": 0.8 - }, - "Shahzaib": { - "wickets_last5": [ - 1, - 2, - 0, - 1, - 2 - ], - "recent_economy": 4.02, - "recent_wickets_per_match": 1.2 - }, - "Shahzeb Choudhry": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 3.33, - "recent_wickets_per_match": 1.0 - }, - "Shaik Basha": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 8.59, - "recent_wickets_per_match": 0.4 - }, - "Shaila Sharmin": { - "wickets_last5": [ - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.39, - "recent_wickets_per_match": 0.25 - }, - "Shakeel Ahmed": { - "wickets_last5": [ - 2, - 1, - 2, - 1, - 1 - ], - "recent_economy": 4.03, - "recent_wickets_per_match": 1.4 - }, - "Shakeel Zeb": { - "wickets_last5": [ - 0, - 0, - 2, - 3 - ], - "recent_economy": 6.43, - "recent_wickets_per_match": 1.25 - }, - "Shakerullah Safi": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.33, - "recent_wickets_per_match": 0.0 - }, - "Shamim Hossain": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 4.29, - "recent_wickets_per_match": 0.67 - }, - "Shamma Ali": { - "wickets_last5": [ - 3, - 0, - 0, - 0, - 2 - ], - "recent_economy": 6.3, - "recent_wickets_per_match": 1.0 - }, - "Shamsullah Ehsan": { - "wickets_last5": [ - 0, - 2, - 1 - ], - "recent_economy": 8.09, - "recent_wickets_per_match": 1.0 - }, - "Shan Siddiqui": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.79, - "recent_wickets_per_match": 0.0 - }, - "Shantanu Kaveri": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 1 - ], - "recent_economy": 6.84, - "recent_wickets_per_match": 0.6 - }, - "Sharif Asadullah": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.32, - "recent_wickets_per_match": 2.0 - }, - "Shariq Munir": { - "wickets_last5": [ - 1, - 1, - 1, - 1, - 0 - ], - "recent_economy": 8.29, - "recent_wickets_per_match": 0.8 - }, - "Shariz Ahmad": { - "wickets_last5": [ - 0, - 1, - 1, - 2, - 0 - ], - "recent_economy": 5.3, - "recent_wickets_per_match": 0.8 - }, - "Shashikant Laxman": { - "wickets_last5": [ - 2, - 2, - 0, - 1, - 1 - ], - "recent_economy": 4.89, - "recent_wickets_per_match": 1.2 - }, - "Shayan Khan": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.38, - "recent_wickets_per_match": 1.0 - }, - "Sheikh Rasik": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.12, - "recent_wickets_per_match": 1.0 - }, - "Shenjian Zheng": { - "wickets_last5": [ - 0 - ], - "recent_economy": 26.57, - "recent_wickets_per_match": 0.0 - }, - "Sher Sahak": { - "wickets_last5": [ - 0, - 3, - 1, - 0, - 1 - ], - "recent_economy": 7.65, - "recent_wickets_per_match": 1.0 - }, - "Sheraz Sheikh": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.35, - "recent_wickets_per_match": 0.0 - }, - "Sheraz Sirwari": { - "wickets_last5": [ - 3, - 1, - 3, - 0, - 0 - ], - "recent_economy": 7.98, - "recent_wickets_per_match": 1.4 - }, - "Shiraz Khan": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 1 - ], - "recent_economy": 7.75, - "recent_wickets_per_match": 0.8 - }, - "Shiva Mani": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 14.33, - "recent_wickets_per_match": 0.5 - }, - "Shivani Sati": { - "wickets_last5": [ - 0, - 2, - 1, - 0, - 1 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.8 - }, - "Shoaib Ali": { - "wickets_last5": [ - 1, - 4, - 5, - 6 - ], - "recent_economy": 7.91, - "recent_wickets_per_match": 4.0 - }, - "Shoaib Rafiq": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 1 - ], - "recent_economy": 6.19, - "recent_wickets_per_match": 0.4 - }, - "Shohely Akhter": { - "wickets_last5": [ - 0, - 2, - 2, - 0, - 0 - ], - "recent_economy": 5.21, - "recent_wickets_per_match": 0.8 - }, - "Shohidul Islam": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.44, - "recent_wickets_per_match": 1.0 - }, - "Shorifa Khatun": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 8.56, - "recent_wickets_per_match": 0.4 - }, - "Shoriful Islam": { - "wickets_last5": [ - 1, - 1, - 3, - 2, - 3 - ], - "recent_economy": 3.02, - "recent_wickets_per_match": 2.0 - }, - "Shorna Akter": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 0 - ], - "recent_economy": 4.31, - "recent_wickets_per_match": 0.6 - }, - "Shruti Yadav": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 2 - ], - "recent_economy": 4.09, - "recent_wickets_per_match": 1.0 - }, - "Shuaib Al Balushi": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 1 - ], - "recent_economy": 7.74, - "recent_wickets_per_match": 0.6 - }, - "Shubham Ranjane": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 9.72, - "recent_wickets_per_match": 0.0 - }, - "Shujaat Rasool": { - "wickets_last5": [ - 3, - 0, - 1, - 0, - 1 - ], - "recent_economy": 5.78, - "recent_wickets_per_match": 1.0 - }, - "Shukhtara Rahman": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 1.0 - }, - "Shunan Ali": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "Shuvagata Hom": { - "wickets_last5": [ - 0, - 0, - 3, - 2, - 2 - ], - "recent_economy": 3.89, - "recent_wickets_per_match": 1.4 - }, - "Sidhant Singh": { - "wickets_last5": [ - 1, - 0, - 2 - ], - "recent_economy": 2.67, - "recent_wickets_per_match": 1.0 - }, - "Sikander Zulfiqar": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.4 - }, - "Sikder Billah": { - "wickets_last5": [ - 2, - 3, - 0, - 1 - ], - "recent_economy": 8.31, - "recent_wickets_per_match": 1.5 - }, - "Silda Joy": { - "wickets_last5": [ - 3, - 2, - 2, - 1 - ], - "recent_economy": 2.54, - "recent_wickets_per_match": 2.0 - }, - "Simi Singh": { - "wickets_last5": [ - 3, - 1, - 3, - 1, - 1 - ], - "recent_economy": 4.49, - "recent_wickets_per_match": 1.8 - }, - "Simon Sorensen": { - "wickets_last5": [ - 3, - 0, - 3 - ], - "recent_economy": 6.19, - "recent_wickets_per_match": 2.0 - }, - "Simrah Mirza": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 6.93, - "recent_wickets_per_match": 0.33 - }, - "Sinan Khan": { - "wickets_last5": [ - 0, - 0, - 3 - ], - "recent_economy": 8.04, - "recent_wickets_per_match": 1.0 - }, - "Siow Tzin Yee": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 2 - ], - "recent_economy": 4.69, - "recent_wickets_per_match": 1.0 - }, - "Sirajullah Khadim": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 2 - ], - "recent_economy": 7.05, - "recent_wickets_per_match": 0.6 - }, - "Smriti Anand": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.32, - "recent_wickets_per_match": 0.0 - }, - "Smruthi Radhakrishnan": { - "wickets_last5": [ - 1, - 2, - 1 - ], - "recent_economy": 6.08, - "recent_wickets_per_match": 1.33 - }, - "Sneh Rana": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.58, - "recent_wickets_per_match": 0.0 - }, - "Sneha Shankar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.5, - "recent_wickets_per_match": 0.0 - }, - "Snigdha Paul": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 6.08, - "recent_wickets_per_match": 0.4 - }, - "Sobu George": { - "wickets_last5": [ - 0 - ], - "recent_economy": 19.0, - "recent_wickets_per_match": 0.0 - }, - "Sofia Araya": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.86, - "recent_wickets_per_match": 1.0 - }, - "Sofia Mardones": { - "wickets_last5": [ - 0, - 0, - 0, - 2 - ], - "recent_economy": 6.74, - "recent_wickets_per_match": 0.5 - }, - "Sohag Gazi": { - "wickets_last5": [ - 2, - 2, - 0, - 8, - 5 - ], - "recent_economy": 3.01, - "recent_wickets_per_match": 3.4 - }, - "Sohaib Maqsood": { - "wickets_last5": [ - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.47, - "recent_wickets_per_match": 0.25 - }, - "Sohail Ahmad": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 10.09, - "recent_wickets_per_match": 0.4 - }, - "Sohail Ahmed": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 10.15, - "recent_wickets_per_match": 0.2 - }, - "Sohail Khan": { - "wickets_last5": [ - 3, - 4, - 3, - 2, - 1 - ], - "recent_economy": 3.47, - "recent_wickets_per_match": 2.6 - }, - "Sohel Patel": { - "wickets_last5": [ - 2, - 0, - 0, - 2, - 2 - ], - "recent_economy": 5.17, - "recent_wickets_per_match": 1.2 - }, - "Sok Srey Maov": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 0 - ], - "recent_economy": 4.51, - "recent_wickets_per_match": 0.4 - }, - "Sompal Kami": { - "wickets_last5": [ - 1, - 1, - 2, - 2, - 4 - ], - "recent_economy": 5.8, - "recent_wickets_per_match": 2.0 - }, - "Sonal Sengar": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.77, - "recent_wickets_per_match": 1.0 - }, - "Sonam": { - "wickets_last5": [ - 1, - 3, - 0, - 1, - 3 - ], - "recent_economy": 4.51, - "recent_wickets_per_match": 1.6 - }, - "Song Yangyang": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.1, - "recent_wickets_per_match": 0.0 - }, - "Soniya Dabir": { - "wickets_last5": [ - 3, - 0, - 2, - 1 - ], - "recent_economy": 3.88, - "recent_wickets_per_match": 1.5 - }, - "Soumya Sarkar": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 0 - ], - "recent_economy": 3.86, - "recent_wickets_per_match": 0.6 - }, - "Soung Seav": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.33, - "recent_wickets_per_match": 1.0 - }, - "Soyeb Pendi": { - "wickets_last5": [ - 4, - 2, - 2, - 2, - 3 - ], - "recent_economy": 5.23, - "recent_wickets_per_match": 2.6 - }, - "Steven Ryan Taylor": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 6.18, - "recent_wickets_per_match": 0.2 - }, - "Suabika Manivannan": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 5.45, - "recent_wickets_per_match": 0.4 - }, - "Sufiyan Muqeem": { - "wickets_last5": [ - 1, - 1, - 2, - 4 - ], - "recent_economy": 4.73, - "recent_wickets_per_match": 2.0 - }, - "Sufyan Mehmood": { - "wickets_last5": [ - 3, - 0, - 1, - 0, - 3 - ], - "recent_economy": 4.05, - "recent_wickets_per_match": 1.4 - }, - "Suhail Sattar": { - "wickets_last5": [ - 1, - 0, - 2, - 1, - 0 - ], - "recent_economy": 7.68, - "recent_wickets_per_match": 0.8 - }, - "Suhrawadi Shuvo": { - "wickets_last5": [ - 4 - ], - "recent_economy": 2.95, - "recent_wickets_per_match": 4.0 - }, - "Sukhjinder Singh": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.0 - }, - "Sukhkaran Sahi": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 9.35, - "recent_wickets_per_match": 0.33 - }, - "Sulaiman Ali": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 2 - ], - "recent_economy": 8.21, - "recent_wickets_per_match": 0.8 - }, - "Sulaimon Runsewe": { - "wickets_last5": [ - 0, - 1, - 1, - 1 - ], - "recent_economy": 8.65, - "recent_wickets_per_match": 0.75 - }, - "Sultan Ahmed": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 0.5 - }, - "Sultan Ahmed (2)": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.83, - "recent_wickets_per_match": 0.0 - }, - "Sultana Khatun": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 2 - ], - "recent_economy": 3.68, - "recent_wickets_per_match": 0.8 - }, - "Sumaiya Siddiqi": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 0 - ], - "recent_economy": 3.88, - "recent_wickets_per_match": 0.6 - }, - "Suman Ghimire": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 7.76, - "recent_wickets_per_match": 0.67 - }, - "Sumayya Abdul": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.89, - "recent_wickets_per_match": 0.0 - }, - "Sumit Singh": { - "wickets_last5": [ - 1 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 1.0 - }, - "Sumon Khan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "Sunjidmaa Phillips": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.79, - "recent_wickets_per_match": 0.0 - }, - "Suraiya Azmin": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 6.24, - "recent_wickets_per_match": 0.67 - }, - "Surinder Singh": { - "wickets_last5": [ - 1, - 2, - 3, - 3, - 1 - ], - "recent_economy": 4.6, - "recent_wickets_per_match": 2.0 - }, - "Surya Anand": { - "wickets_last5": [ - 0, - 1, - 1, - 4, - 3 - ], - "recent_economy": 4.55, - "recent_wickets_per_match": 1.8 - }, - "Susan George": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 4.08, - "recent_wickets_per_match": 0.33 - }, - "Suzan Turan": { - "wickets_last5": [ - 2, - 0, - 2, - 2 - ], - "recent_economy": 3.3, - "recent_wickets_per_match": 1.5 - }, - "Sweeta Corda": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 4.63, - "recent_wickets_per_match": 0.33 - }, - "Syazrul Idrus": { - "wickets_last5": [ - 3, - 0 - ], - "recent_economy": 6.38, - "recent_wickets_per_match": 1.5 - }, - "Syed Ahzamul Haq": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 7.69, - "recent_wickets_per_match": 1.0 - }, - "Syed Ali Gillani": { - "wickets_last5": [ - 1, - 1, - 1 - ], - "recent_economy": 7.66, - "recent_wickets_per_match": 1.0 - }, - "Syed Amanullah": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.25, - "recent_wickets_per_match": 1.0 - }, - "Syed Aqeel Israr": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 0 - ], - "recent_economy": 5.27, - "recent_wickets_per_match": 0.4 - }, - "Syed Aziz": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 5.6, - "recent_wickets_per_match": 1.5 - }, - "Syed Faizan Tahir": { - "wickets_last5": [ - 1 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 1.0 - }, - "Syed Jawad Haider": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.2, - "recent_wickets_per_match": 1.0 - }, - "Syed Maisam Ali": { - "wickets_last5": [ - 4, - 1, - 2, - 1, - 2 - ], - "recent_economy": 5.01, - "recent_wickets_per_match": 2.0 - }, - "Syed Rasel": { - "wickets_last5": [ - 3, - 0, - 1, - 2, - 4 - ], - "recent_economy": 3.75, - "recent_wickets_per_match": 2.0 - }, - "Syeda Aroob Shah": { - "wickets_last5": [ - 2, - 2, - 2, - 0, - 2 - ], - "recent_economy": 4.39, - "recent_wickets_per_match": 1.6 - }, - "Sylvia Usabyimana": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 0 - ], - "recent_economy": 4.96, - "recent_wickets_per_match": 0.4 - }, - "T Abdulquadri": { - "wickets_last5": [ - 1, - 2, - 2, - 3, - 0 - ], - "recent_economy": 4.22, - "recent_wickets_per_match": 1.6 - }, - "T Amarmend": { - "wickets_last5": [ - 0, - 1, - 2, - 2, - 0 - ], - "recent_economy": 7.05, - "recent_wickets_per_match": 1.0 - }, - "T Araliya": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 1 - ], - "recent_economy": 4.89, - "recent_wickets_per_match": 0.8 - }, - "T Ariuntsetseg": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 0 - ], - "recent_economy": 3.45, - "recent_wickets_per_match": 0.4 - }, - "T Basile": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 1.0, - "recent_wickets_per_match": 2.0 - }, - "T Britton": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 2.0 - }, - "T Brown": { - "wickets_last5": [ - 0, - 2, - 1 - ], - "recent_economy": 3.58, - "recent_wickets_per_match": 1.0 - }, - "T Bukenya": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "T Calingin": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.6, - "recent_wickets_per_match": 0.0 - }, - "T Chabila": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 6.13, - "recent_wickets_per_match": 0.4 - }, - "T Cheki": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 1 - ], - "recent_economy": 4.95, - "recent_wickets_per_match": 0.8 - }, - "T Chopel": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.92, - "recent_wickets_per_match": 0.0 - }, - "T Chopra": { - "wickets_last5": [ - 3, - 1, - 2, - 1, - 2 - ], - "recent_economy": 3.15, - "recent_wickets_per_match": 1.8 - }, - "T Cross": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.69, - "recent_wickets_per_match": 0.0 - }, - "T Dissanayake": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 0 - ], - "recent_economy": 2.94, - "recent_wickets_per_match": 0.6 - }, - "T Dlamini": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 1 - ], - "recent_economy": 3.99, - "recent_wickets_per_match": 0.6 - }, - "T Elikana": { - "wickets_last5": [ - 0, - 0, - 0, - 1 - ], - "recent_economy": 6.81, - "recent_wickets_per_match": 0.25 - }, - "T Filer": { - "wickets_last5": [ - 0, - 4 - ], - "recent_economy": 5.77, - "recent_wickets_per_match": 2.0 - }, - "T Granger": { - "wickets_last5": [ - 0, - 0, - 2 - ], - "recent_economy": 5.44, - "recent_wickets_per_match": 0.67 - }, - "T Gwandu": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 5.67, - "recent_wickets_per_match": 2.0 - }, - "T Hanum": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 4.7, - "recent_wickets_per_match": 2.0 - }, - "T Hewa": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.36, - "recent_wickets_per_match": 0.0 - }, - "T Hinds": { - "wickets_last5": [ - 4, - 0, - 0, - 6, - 4 - ], - "recent_economy": 8.08, - "recent_wickets_per_match": 2.8 - }, - "T Iosefo": { - "wickets_last5": [ - 0, - 2, - 0, - 2, - 3 - ], - "recent_economy": 4.38, - "recent_wickets_per_match": 1.4 - }, - "T Jamtsho": { - "wickets_last5": [ - 2, - 1, - 3 - ], - "recent_economy": 3.64, - "recent_wickets_per_match": 2.0 - }, - "T Kahamker": { - "wickets_last5": [ - 5 - ], - "recent_economy": 5.76, - "recent_wickets_per_match": 5.0 - }, - "T Kalosin": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "T Kamungozi": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.23, - "recent_wickets_per_match": 1.0 - }, - "T Katunga": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.57, - "recent_wickets_per_match": 0.0 - }, - "T Kazanci": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.04, - "recent_wickets_per_match": 0.0 - }, - "T Khabo": { - "wickets_last5": [ - 0, - 1, - 0, - 0 - ], - "recent_economy": 5.67, - "recent_wickets_per_match": 0.25 - }, - "T Kobeli": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 0 - ], - "recent_economy": 6.99, - "recent_wickets_per_match": 0.4 - }, - "T Kolcunova": { - "wickets_last5": [ - 1, - 2, - 1, - 0, - 0 - ], - "recent_economy": 2.27, - "recent_wickets_per_match": 0.8 - }, - "T Koloi": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 5.45, - "recent_wickets_per_match": 0.67 - }, - "T Lafai": { - "wickets_last5": [ - 2, - 1, - 2, - 1 - ], - "recent_economy": 2.45, - "recent_wickets_per_match": 1.5 - }, - "T Legaabile": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 1 - ], - "recent_economy": 3.88, - "recent_wickets_per_match": 0.8 - }, - "T Lhaden": { - "wickets_last5": [ - 0, - 0, - 2 - ], - "recent_economy": 4.59, - "recent_wickets_per_match": 0.67 - }, - "T Luka": { - "wickets_last5": [ - 4, - 1 - ], - "recent_economy": 3.67, - "recent_wickets_per_match": 2.5 - }, - "T Lungameni": { - "wickets_last5": [ - 1, - 3, - 2, - 0, - 2 - ], - "recent_economy": 3.84, - "recent_wickets_per_match": 1.6 - }, - "T Makaya": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 5.67, - "recent_wickets_per_match": 0.67 - }, - "T Makusha": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 2 - ], - "recent_economy": 3.99, - "recent_wickets_per_match": 0.8 - }, - "T Malinga": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 3 - ], - "recent_economy": 2.78, - "recent_wickets_per_match": 1.0 - }, - "T Martin": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 7.17, - "recent_wickets_per_match": 1.0 - }, - "T Marumani": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "T Mishra": { - "wickets_last5": [ - 1 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 1.0 - }, - "T Moses": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.0 - }, - "T Motlhabaphuti": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.7, - "recent_wickets_per_match": 0.5 - }, - "T Mpandakwaya": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 7.11, - "recent_wickets_per_match": 0.5 - }, - "T Mpatane": { - "wickets_last5": [ - 1, - 0, - 2, - 0 - ], - "recent_economy": 6.6, - "recent_wickets_per_match": 0.75 - }, - "T Mulepati": { - "wickets_last5": [ - 0, - 3, - 1, - 0, - 0 - ], - "recent_economy": 2.35, - "recent_wickets_per_match": 0.8 - }, - "T Munyonga": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "T Mupariwa": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 1 - ], - "recent_economy": 5.62, - "recent_wickets_per_match": 0.8 - }, - "T Musekiwa": { - "wickets_last5": [ - 0, - 1, - 2, - 2, - 3 - ], - "recent_economy": 5.15, - "recent_wickets_per_match": 1.6 - }, - "T Muzarabani": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 4 - ], - "recent_economy": 4.46, - "recent_wickets_per_match": 1.2 - }, - "T Nightingale": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 1.85, - "recent_wickets_per_match": 0.0 - }, - "T Oyella": { - "wickets_last5": [ - 4, - 1, - 1 - ], - "recent_economy": 2.68, - "recent_wickets_per_match": 2.0 - }, - "T Panyangara": { - "wickets_last5": [ - 4, - 4, - 8, - 0, - 4 - ], - "recent_economy": 2.33, - "recent_wickets_per_match": 4.0 - }, - "T Parima": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.25, - "recent_wickets_per_match": 0.0 - }, - "T Perera": { - "wickets_last5": [ - 2, - 3, - 2, - 0, - 0 - ], - "recent_economy": 7.54, - "recent_wickets_per_match": 1.4 - }, - "T Piakura": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "T Pullman": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.57, - "recent_wickets_per_match": 1.0 - }, - "T Putthawong": { - "wickets_last5": [ - 2, - 3, - 1, - 3, - 1 - ], - "recent_economy": 5.06, - "recent_wickets_per_match": 2.0 - }, - "T Rajiv": { - "wickets_last5": [ - 0 - ], - "recent_economy": 16.0, - "recent_wickets_per_match": 0.0 - }, - "T Ramabitsa": { - "wickets_last5": [ - 1, - 1, - 2, - 2, - 1 - ], - "recent_economy": 5.2, - "recent_wickets_per_match": 1.4 - }, - "T Ritawa": { - "wickets_last5": [ - 0, - 1, - 2, - 5, - 0 - ], - "recent_economy": 7.73, - "recent_wickets_per_match": 1.6 - }, - "T Rossi": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 1 - ], - "recent_economy": 8.35, - "recent_wickets_per_match": 0.6 - }, - "T Salcedo": { - "wickets_last5": [ - 3, - 3, - 5 - ], - "recent_economy": 1.57, - "recent_wickets_per_match": 3.67 - }, - "T Sandaruwan": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.4 - }, - "T Sangha": { - "wickets_last5": [ - 2, - 4, - 4, - 0, - 4 - ], - "recent_economy": 8.87, - "recent_wickets_per_match": 2.8 - }, - "T Sarada": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 3.55, - "recent_wickets_per_match": 0.5 - }, - "T Shabani": { - "wickets_last5": [ - 1, - 1, - 0, - 1 - ], - "recent_economy": 2.52, - "recent_wickets_per_match": 0.75 - }, - "T Shadrack": { - "wickets_last5": [ - 4, - 4, - 1, - 3, - 1 - ], - "recent_economy": 1.69, - "recent_wickets_per_match": 2.6 - }, - "T Shanmugam": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 5.53, - "recent_wickets_per_match": 0.33 - }, - "T Singye": { - "wickets_last5": [ - 5, - 0 - ], - "recent_economy": 5.68, - "recent_wickets_per_match": 2.5 - }, - "T Skordili": { - "wickets_last5": [ - 2 - ], - "recent_economy": 2.77, - "recent_wickets_per_match": 2.0 - }, - "T Smith": { - "wickets_last5": [ - 1, - 1, - 0, - 1 - ], - "recent_economy": 3.62, - "recent_wickets_per_match": 0.75 - }, - "T Taibu": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.32, - "recent_wickets_per_match": 0.0 - }, - "T Taylor": { - "wickets_last5": [ - 0, - 3, - 4, - 0, - 1 - ], - "recent_economy": 8.93, - "recent_wickets_per_match": 1.6 - }, - "T Thorpe": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 0 - ], - "recent_economy": 5.33, - "recent_wickets_per_match": 0.4 - }, - "T Trajkovic": { - "wickets_last5": [ - 3, - 0, - 4, - 3, - 1 - ], - "recent_economy": 2.64, - "recent_wickets_per_match": 2.2 - }, - "T Tshose": { - "wickets_last5": [ - 3, - 3, - 1, - 1, - 0 - ], - "recent_economy": 4.98, - "recent_wickets_per_match": 1.6 - }, - "T Tumursukh": { - "wickets_last5": [ - 0, - 1, - 2, - 0, - 1 - ], - "recent_economy": 7.15, - "recent_wickets_per_match": 0.8 - }, - "T Turan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 0.0 - }, - "T Ulutuna": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "T Vanuarua": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 2 - ], - "recent_economy": 3.62, - "recent_wickets_per_match": 1.0 - }, - "T Wang Ling": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.29, - "recent_wickets_per_match": 0.0 - }, - "T Wangchuk": { - "wickets_last5": [ - 1, - 0, - 2, - 2, - 1 - ], - "recent_economy": 2.94, - "recent_wickets_per_match": 1.2 - }, - "T Yangchen": { - "wickets_last5": [ - 0, - 0, - 1, - 3, - 0 - ], - "recent_economy": 4.48, - "recent_wickets_per_match": 0.8 - }, - "T Yotharat": { - "wickets_last5": [ - 0, - 1, - 2, - 0, - 1 - ], - "recent_economy": 4.98, - "recent_wickets_per_match": 0.8 - }, - "T Zangmo": { - "wickets_last5": [ - 1, - 3, - 0, - 0, - 2 - ], - "recent_economy": 4.9, - "recent_wickets_per_match": 1.2 - }, - "T Zotos": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 3.8, - "recent_wickets_per_match": 1.0 - }, - "T van der Gugten": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 2.95, - "recent_wickets_per_match": 0.2 - }, - "TA Dudnath": { - "wickets_last5": [ - 0, - 0, - 2, - 1, - 2 - ], - "recent_economy": 4.67, - "recent_wickets_per_match": 1.0 - }, - "TA Khetsi": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 7.93, - "recent_wickets_per_match": 0.5 - }, - "TA Lavia": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 1 - ], - "recent_economy": 2.94, - "recent_wickets_per_match": 1.0 - }, - "TAM Siriwardana": { - "wickets_last5": [ - 3, - 0, - 1, - 5, - 2 - ], - "recent_economy": 3.73, - "recent_wickets_per_match": 2.2 - }, - "TAW Patterson": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 13.71, - "recent_wickets_per_match": 0.0 - }, - "TB Sole": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 0 - ], - "recent_economy": 4.16, - "recent_wickets_per_match": 0.6 - }, - "TC Mataora": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.61, - "recent_wickets_per_match": 0.2 - }, - "TC Vine": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 12.5, - "recent_wickets_per_match": 0.0 - }, - "TCW Veillard": { - "wickets_last5": [ - 2, - 1, - 3 - ], - "recent_economy": 6.33, - "recent_wickets_per_match": 2.0 - }, - "TD Astle": { - "wickets_last5": [ - 3, - 0, - 3, - 0, - 1 - ], - "recent_economy": 3.31, - "recent_wickets_per_match": 1.4 - }, - "TD Chaoana": { - "wickets_last5": [ - 2, - 2, - 0, - 0, - 1 - ], - "recent_economy": 6.35, - "recent_wickets_per_match": 1.0 - }, - "TD Smartt": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.71, - "recent_wickets_per_match": 0.0 - }, - "TE Kane": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.87, - "recent_wickets_per_match": 0.0 - }, - "TF van Woerkom": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 9.38, - "recent_wickets_per_match": 0.5 - }, - "TG Norris": { - "wickets_last5": [ - 2, - 3, - 0, - 0, - 2 - ], - "recent_economy": 3.72, - "recent_wickets_per_match": 1.4 - }, - "TG Thamae": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 1 - ], - "recent_economy": 8.86, - "recent_wickets_per_match": 0.6 - }, - "TGJ Gruijters": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.67, - "recent_wickets_per_match": 0.0 - }, - "TH Semau": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 2 - ], - "recent_economy": 3.93, - "recent_wickets_per_match": 1.0 - }, - "TI Gajanayake": { - "wickets_last5": [ - 2, - 1, - 0, - 1, - 2 - ], - "recent_economy": 4.88, - "recent_wickets_per_match": 1.2 - }, - "TJ Draca": { - "wickets_last5": [ - 1, - 1, - 1, - 2, - 0 - ], - "recent_economy": 9.4, - "recent_wickets_per_match": 1.0 - }, - "TJ Mahe": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 6.43, - "recent_wickets_per_match": 0.33 - }, - "TJ Murtagh": { - "wickets_last5": [ - 6, - 6 - ], - "recent_economy": 2.43, - "recent_wickets_per_match": 6.0 - }, - "TJ Ramphoma": { - "wickets_last5": [ - 1 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 1.0 - }, - "TJ Stephenson": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 6.48, - "recent_wickets_per_match": 1.0 - }, - "TJ Vlaeminck": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.74, - "recent_wickets_per_match": 0.0 - }, - "TJG Pringle": { - "wickets_last5": [ - 0, - 1, - 0, - 1 - ], - "recent_economy": 6.57, - "recent_wickets_per_match": 0.5 - }, - "TK Lal": { - "wickets_last5": [ - 2, - 0, - 1, - 2, - 2 - ], - "recent_economy": 5.12, - "recent_wickets_per_match": 1.4 - }, - "TK Patel": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 2 - ], - "recent_economy": 4.02, - "recent_wickets_per_match": 1.0 - }, - "TKP Rajapaksha": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 0 - ], - "recent_economy": 6.99, - "recent_wickets_per_match": 0.6 - }, - "TL Best": { - "wickets_last5": [ - 1, - 4, - 4, - 1, - 1 - ], - "recent_economy": 4.41, - "recent_wickets_per_match": 2.2 - }, - "TL Chatara": { - "wickets_last5": [ - 2, - 1, - 4, - 2, - 3 - ], - "recent_economy": 2.18, - "recent_wickets_per_match": 2.4 - }, - "TL Chivanga": { - "wickets_last5": [ - 0, - 2, - 2, - 6, - 1 - ], - "recent_economy": 4.69, - "recent_wickets_per_match": 2.2 - }, - "TL Cutler": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 0 - ], - "recent_economy": 6.83, - "recent_wickets_per_match": 0.6 - }, - "TLW Cooper": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 0 - ], - "recent_economy": 4.64, - "recent_wickets_per_match": 0.4 - }, - "TM Faimalo": { - "wickets_last5": [ - 1, - 5 - ], - "recent_economy": 1.92, - "recent_wickets_per_match": 3.0 - }, - "TM Macalou": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 0 - ], - "recent_economy": 8.31, - "recent_wickets_per_match": 0.6 - }, - "TM McGrath": { - "wickets_last5": [ - 0, - 2, - 0, - 4, - 2 - ], - "recent_economy": 2.6, - "recent_wickets_per_match": 1.6 - }, - "TM Odoyo": { - "wickets_last5": [ - 3, - 1, - 0, - 0, - 3 - ], - "recent_economy": 4.77, - "recent_wickets_per_match": 1.4 - }, - "TMA Leslie": { - "wickets_last5": [ - 1, - 2, - 1, - 0, - 0 - ], - "recent_economy": 5.23, - "recent_wickets_per_match": 0.8 - }, - "TMM Newton": { - "wickets_last5": [ - 1, - 1, - 1, - 1, - 1 - ], - "recent_economy": 3.41, - "recent_wickets_per_match": 1.0 - }, - "TO Carmichael": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.81, - "recent_wickets_per_match": 0.0 - }, - "TO Thilappan": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 8.53, - "recent_wickets_per_match": 0.33 - }, - "TOW Chu": { - "wickets_last5": [ - 1, - 0, - 1, - 0 - ], - "recent_economy": 5.69, - "recent_wickets_per_match": 0.5 - }, - "TP Allen": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 2 - ], - "recent_economy": 7.12, - "recent_wickets_per_match": 0.6 - }, - "TP Kanwar": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 4.07, - "recent_wickets_per_match": 1.0 - }, - "TR Sadhu": { - "wickets_last5": [ - 1, - 1, - 2, - 0, - 2 - ], - "recent_economy": 4.17, - "recent_wickets_per_match": 1.2 - }, - "TRR Sharfudheen": { - "wickets_last5": [ - 2, - 0, - 1, - 1 - ], - "recent_economy": 3.59, - "recent_wickets_per_match": 1.0 - }, - "TS Braat": { - "wickets_last5": [ - 1, - 2, - 2, - 0, - 1 - ], - "recent_economy": 8.83, - "recent_wickets_per_match": 1.2 - }, - "TS Chisoro": { - "wickets_last5": [ - 2, - 1, - 3 - ], - "recent_economy": 2.87, - "recent_wickets_per_match": 2.0 - }, - "TS Omary": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 5.02, - "recent_wickets_per_match": 0.33 - }, - "TS Sekhukhune": { - "wickets_last5": [ - 3, - 1, - 1 - ], - "recent_economy": 4.02, - "recent_wickets_per_match": 1.67 - }, - "TS Waqavakatoga": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 7.36, - "recent_wickets_per_match": 0.4 - }, - "TT Aung": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 2 - ], - "recent_economy": 4.69, - "recent_wickets_per_match": 0.8 - }, - "TT Bresnan": { - "wickets_last5": [ - 2, - 4, - 3, - 3, - 4 - ], - "recent_economy": 3.21, - "recent_wickets_per_match": 3.2 - }, - "TT Maposa": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 1 - ], - "recent_economy": 7.76, - "recent_wickets_per_match": 0.6 - }, - "TT Soe": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 2 - ], - "recent_economy": 3.89, - "recent_wickets_per_match": 1.2 - }, - "TW Dlamini": { - "wickets_last5": [ - 0 - ], - "recent_economy": 1.0, - "recent_wickets_per_match": 0.0 - }, - "TW Hamid": { - "wickets_last5": [ - 2 - ], - "recent_economy": 2.0, - "recent_wickets_per_match": 2.0 - }, - "TW Samuels": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "TZ Chataira": { - "wickets_last5": [ - 2, - 2, - 1 - ], - "recent_economy": 5.88, - "recent_wickets_per_match": 1.67 - }, - "Tafseer Ali": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 0.0 - }, - "Taful Elkhair": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.69, - "recent_wickets_per_match": 0.0 - }, - "Taher Muhammad": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 0 - ], - "recent_economy": 12.35, - "recent_wickets_per_match": 0.4 - }, - "Taijul Islam": { - "wickets_last5": [ - 8, - 9, - 4, - 8, - 6 - ], - "recent_economy": 3.13, - "recent_wickets_per_match": 7.0 - }, - "Talha Khan": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.5, - "recent_wickets_per_match": 1.0 - }, - "Tamoor Sajjad": { - "wickets_last5": [ - 1, - 2, - 1, - 0, - 1 - ], - "recent_economy": 5.94, - "recent_wickets_per_match": 1.0 - }, - "Tanveer Ahmed": { - "wickets_last5": [ - 1, - 0, - 3, - 0, - 3 - ], - "recent_economy": 5.03, - "recent_wickets_per_match": 1.4 - }, - "Tanvir Ahmed (1)": { - "wickets_last5": [ - 1, - 2, - 4, - 4, - 6 - ], - "recent_economy": 3.54, - "recent_wickets_per_match": 3.4 - }, - "Tanvir Islam": { - "wickets_last5": [ - 2, - 0, - 2, - 0, - 0 - ], - "recent_economy": 5.1, - "recent_wickets_per_match": 0.8 - }, - "Tanwir Afzal": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 4.15, - "recent_wickets_per_match": 0.4 - }, - "Tanzeel Sheikh": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.21, - "recent_wickets_per_match": 0.0 - }, - "Tanzim Hasan Sakib": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.22, - "recent_wickets_per_match": 1.0 - }, - "Taranjeet Singh": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 2 - ], - "recent_economy": 6.76, - "recent_wickets_per_match": 1.0 - }, - "Taranjit Singh": { - "wickets_last5": [ - 2, - 2, - 2, - 2, - 2 - ], - "recent_economy": 6.72, - "recent_wickets_per_match": 2.0 - }, - "Tariq Aziz": { - "wickets_last5": [ - 2, - 3 - ], - "recent_economy": 7.95, - "recent_wickets_per_match": 2.5 - }, - "Tarun Yadav": { - "wickets_last5": [ - 2, - 0, - 0 - ], - "recent_economy": 5.48, - "recent_wickets_per_match": 0.67 - }, - "Tasaduq Hussain": { - "wickets_last5": [ - 0, - 2, - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.0 - }, - "Tashi Dorji": { - "wickets_last5": [ - 0, - 0, - 2, - 1, - 1 - ], - "recent_economy": 5.78, - "recent_wickets_per_match": 0.8 - }, - "Tashi Phuntsho": { - "wickets_last5": [ - 2, - 1, - 1, - 2, - 2 - ], - "recent_economy": 4.7, - "recent_wickets_per_match": 1.6 - }, - "Taskin Ahmed": { - "wickets_last5": [ - 2, - 4, - 3, - 8, - 4 - ], - "recent_economy": 3.26, - "recent_wickets_per_match": 4.2 - }, - "Tasmia Rubab": { - "wickets_last5": [ - 3, - 2, - 1 - ], - "recent_economy": 3.83, - "recent_wickets_per_match": 2.0 - }, - "Tauqeer Hussain": { - "wickets_last5": [ - 0, - 2, - 2, - 3 - ], - "recent_economy": 5.54, - "recent_wickets_per_match": 1.75 - }, - "Tejwinder Singh": { - "wickets_last5": [ - 1, - 2, - 0, - 2, - 1 - ], - "recent_economy": 5.79, - "recent_wickets_per_match": 1.2 - }, - "Tenjin Rabgey": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.33 - }, - "Thae Thae Po": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.1, - "recent_wickets_per_match": 0.0 - }, - "Tharika Sewwandi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "Thilina Silva": { - "wickets_last5": [ - 1, - 2, - 1, - 1 - ], - "recent_economy": 5.29, - "recent_wickets_per_match": 1.25 - }, - "Thuya Aung": { - "wickets_last5": [ - 0, - 0, - 2, - 3, - 0 - ], - "recent_economy": 8.36, - "recent_wickets_per_match": 1.0 - }, - "Tian Sen Qun": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 10.65, - "recent_wickets_per_match": 0.0 - }, - "Tian Senqun": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "Toqeer Ahmad": { - "wickets_last5": [ - 1, - 2, - 0, - 3, - 1 - ], - "recent_economy": 5.84, - "recent_wickets_per_match": 1.4 - }, - "Towhid Hridoy": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "Tripti Gore": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 6.56, - "recent_wickets_per_match": 0.33 - }, - "Tshering Choden": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 2 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 1.0 - }, - "Tuba Hassan": { - "wickets_last5": [ - 0, - 0, - 2, - 0 - ], - "recent_economy": 5.51, - "recent_wickets_per_match": 0.5 - }, - "U Aryaman Sunil": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 7.86, - "recent_wickets_per_match": 0.2 - }, - "U Bayarjavkhlan": { - "wickets_last5": [ - 0, - 3, - 0, - 0, - 0 - ], - "recent_economy": 4.86, - "recent_wickets_per_match": 0.6 - }, - "U Bhagwan": { - "wickets_last5": [ - 0, - 0, - 0, - 3 - ], - "recent_economy": 6.76, - "recent_wickets_per_match": 0.75 - }, - "U Bhatti": { - "wickets_last5": [ - 0, - 3, - 2, - 1, - 3 - ], - "recent_economy": 3.41, - "recent_wickets_per_match": 1.8 - }, - "U Dorji": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.62, - "recent_wickets_per_match": 0.0 - }, - "U Iftikhar": { - "wickets_last5": [ - 1, - 2, - 0, - 0, - 1 - ], - "recent_economy": 3.49, - "recent_wickets_per_match": 0.8 - }, - "U Peace": { - "wickets_last5": [ - 3, - 1, - 4, - 0, - 1 - ], - "recent_economy": 4.33, - "recent_wickets_per_match": 1.8 - }, - "U Shahid": { - "wickets_last5": [ - 1, - 1, - 3, - 1 - ], - "recent_economy": 5.1, - "recent_wickets_per_match": 1.5 - }, - "U Shantu": { - "wickets_last5": [ - 2, - 2, - 0, - 1, - 1 - ], - "recent_economy": 7.54, - "recent_wickets_per_match": 1.2 - }, - "U Sofi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "U Thimashini": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.5, - "recent_wickets_per_match": 0.0 - }, - "U Tuychiev": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 11.08, - "recent_wickets_per_match": 0.5 - }, - "UKPW Kumaranayaka": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 6.39, - "recent_wickets_per_match": 0.33 - }, - "US Hathinjar": { - "wickets_last5": [ - 3, - 0 - ], - "recent_economy": 6.69, - "recent_wickets_per_match": 1.5 - }, - "UWMBCA Welegedara": { - "wickets_last5": [ - 1, - 0, - 7, - 1, - 1 - ], - "recent_economy": 3.65, - "recent_wickets_per_match": 2.0 - }, - "Ugyen Dorji": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 5.53, - "recent_wickets_per_match": 0.33 - }, - "Umaima Sohail": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 0 - ], - "recent_economy": 5.94, - "recent_wickets_per_match": 0.4 - }, - "Umair Ali": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.52, - "recent_wickets_per_match": 0.0 - }, - "Umair Qasim": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 2 - ], - "recent_economy": 8.11, - "recent_wickets_per_match": 1.2 - }, - "Umair Sharif": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 8.04, - "recent_wickets_per_match": 0.33 - }, - "Umair Tariq": { - "wickets_last5": [ - 1, - 1, - 1, - 3, - 0 - ], - "recent_economy": 10.83, - "recent_wickets_per_match": 1.2 - }, - "Umar Adam": { - "wickets_last5": [ - 0, - 2, - 2, - 1 - ], - "recent_economy": 6.62, - "recent_wickets_per_match": 1.25 - }, - "Umm-e-Hani": { - "wickets_last5": [ - 2, - 2, - 2, - 0, - 2 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 1.6 - }, - "Usama Mir": { - "wickets_last5": [ - 1, - 2, - 1, - 2, - 4 - ], - "recent_economy": 6.11, - "recent_wickets_per_match": 2.0 - }, - "Usman Ali": { - "wickets_last5": [ - 1, - 0, - 2, - 6, - 0 - ], - "recent_economy": 5.77, - "recent_wickets_per_match": 1.8 - }, - "Usman Arif": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 3.97, - "recent_wickets_per_match": 0.67 - }, - "Usman Khalid": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 7.09, - "recent_wickets_per_match": 0.4 - }, - "Usman Khan": { - "wickets_last5": [ - 0, - 3, - 0, - 4, - 2 - ], - "recent_economy": 7.61, - "recent_wickets_per_match": 1.8 - }, - "Usman Najeeb": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 1 - ], - "recent_economy": 6.52, - "recent_wickets_per_match": 0.6 - }, - "Usman Qadir": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.33, - "recent_wickets_per_match": 1.0 - }, - "Usman Rafiq": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.81, - "recent_wickets_per_match": 0.0 - }, - "Usman Shinwari": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.6, - "recent_wickets_per_match": 1.0 - }, - "Usman Tariq": { - "wickets_last5": [ - 2, - 8, - 4, - 4, - 2 - ], - "recent_economy": 6.05, - "recent_wickets_per_match": 4.0 - }, - "Uswa Syed": { - "wickets_last5": [ - 2, - 3, - 1, - 1, - 2 - ], - "recent_economy": 4.77, - "recent_wickets_per_match": 1.8 - }, - "Utkarsh Jain": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 0 - ], - "recent_economy": 5.2, - "recent_wickets_per_match": 0.6 - }, - "V Araa": { - "wickets_last5": [ - 2, - 2, - 0, - 0, - 0 - ], - "recent_economy": 5.03, - "recent_wickets_per_match": 0.8 - }, - "V Atanasova": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 0 - ], - "recent_economy": 4.51, - "recent_wickets_per_match": 0.4 - }, - "V Ateak": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 4.22, - "recent_wickets_per_match": 1.0 - }, - "V Avdylaj": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.34, - "recent_wickets_per_match": 0.0 - }, - "V Balakrishnan": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 0.2 - }, - "V Barboza": { - "wickets_last5": [ - 1, - 0, - 1, - 0 - ], - "recent_economy": 4.89, - "recent_wickets_per_match": 0.5 - }, - "V Baskaran": { - "wickets_last5": [ - 0, - 2, - 2, - 1, - 0 - ], - "recent_economy": 7.64, - "recent_wickets_per_match": 1.0 - }, - "V Buruka": { - "wickets_last5": [ - 0, - 1, - 2, - 0, - 0 - ], - "recent_economy": 3.82, - "recent_wickets_per_match": 0.6 - }, - "V Dhaniram": { - "wickets_last5": [ - 1, - 1, - 2, - 2, - 0 - ], - "recent_economy": 3.69, - "recent_wickets_per_match": 1.2 - }, - "V Frank": { - "wickets_last5": [ - 2, - 0, - 0, - 1, - 0 - ], - "recent_economy": 3.69, - "recent_wickets_per_match": 0.6 - }, - "V Ganesan": { - "wickets_last5": [ - 2 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 2.0 - }, - "V Hampihallikar": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 10.39, - "recent_wickets_per_match": 0.0 - }, - "V Hamunyela": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 1 - ], - "recent_economy": 4.9, - "recent_wickets_per_match": 0.8 - }, - "V Hettiarachchi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "V Iriho": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 0 - ], - "recent_economy": 4.7, - "recent_wickets_per_match": 0.6 - }, - "V Jatinder Kumar": { - "wickets_last5": [ - 2, - 1, - 0, - 2, - 0 - ], - "recent_economy": 4.36, - "recent_wickets_per_match": 1.0 - }, - "V Jayant": { - "wickets_last5": [ - 0, - 1, - 0, - 0 - ], - "recent_economy": 8.35, - "recent_wickets_per_match": 0.25 - }, - "V Kai": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 5.19, - "recent_wickets_per_match": 0.0 - }, - "V Khanduri": { - "wickets_last5": [ - 1, - 1, - 1, - 2 - ], - "recent_economy": 7.32, - "recent_wickets_per_match": 1.25 - }, - "V Krishnamurthy": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 1 - ], - "recent_economy": 2.71, - "recent_wickets_per_match": 0.6 - }, - "V Mahajan": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 2 - ], - "recent_economy": 5.31, - "recent_wickets_per_match": 0.8 - }, - "V Mansale": { - "wickets_last5": [ - 0, - 1, - 4, - 0, - 0 - ], - "recent_economy": 4.53, - "recent_wickets_per_match": 1.0 - }, - "V Marghashayam": { - "wickets_last5": [ - 2, - 0, - 1, - 2, - 1 - ], - "recent_economy": 9.95, - "recent_wickets_per_match": 1.2 - }, - "V Mitari": { - "wickets_last5": [ - 1, - 1, - 2, - 2, - 2 - ], - "recent_economy": 10.14, - "recent_wickets_per_match": 1.6 - }, - "V Nagpaul": { - "wickets_last5": [ - 0, - 1, - 1, - 2, - 1 - ], - "recent_economy": 5.88, - "recent_wickets_per_match": 1.0 - }, - "V Nikolova": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.75, - "recent_wickets_per_match": 0.0 - }, - "V Permaul": { - "wickets_last5": [ - 5, - 0, - 8, - 2, - 4 - ], - "recent_economy": 3.46, - "recent_wickets_per_match": 3.8 - }, - "V Phiri": { - "wickets_last5": [ - 1, - 0, - 2, - 1, - 0 - ], - "recent_economy": 6.63, - "recent_wickets_per_match": 0.8 - }, - "V Poglitsch": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "V Pulibanti": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.57, - "recent_wickets_per_match": 1.0 - }, - "V Rathinasamy": { - "wickets_last5": [ - 2, - 1, - 0 - ], - "recent_economy": 4.68, - "recent_wickets_per_match": 1.0 - }, - "V Ravindran": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 3 - ], - "recent_economy": 9.08, - "recent_wickets_per_match": 0.8 - }, - "V Redkar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "V Romani": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.92, - "recent_wickets_per_match": 0.0 - }, - "V Saini": { - "wickets_last5": [ - 0, - 2, - 2, - 1, - 0 - ], - "recent_economy": 7.71, - "recent_wickets_per_match": 1.0 - }, - "V Shaw": { - "wickets_last5": [ - 1, - 1, - 0, - 1 - ], - "recent_economy": 5.2, - "recent_wickets_per_match": 0.75 - }, - "V Subha": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.62, - "recent_wickets_per_match": 0.5 - }, - "V Sukumaran": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 1 - ], - "recent_economy": 3.98, - "recent_wickets_per_match": 0.6 - }, - "V Tafea": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.55, - "recent_wickets_per_match": 0.0 - }, - "V Thari Thari": { - "wickets_last5": [ - 1 - ], - "recent_economy": 10.96, - "recent_wickets_per_match": 1.0 - }, - "V Vijh": { - "wickets_last5": [ - 1, - 2, - 1, - 1, - 2 - ], - "recent_economy": 7.33, - "recent_wickets_per_match": 1.4 - }, - "V Vira": { - "wickets_last5": [ - 1, - 3, - 2, - 0, - 3 - ], - "recent_economy": 5.52, - "recent_wickets_per_match": 1.8 - }, - "V Vithanage": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 0.0 - }, - "V Zanko": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 1 - ], - "recent_economy": 7.09, - "recent_wickets_per_match": 0.6 - }, - "V Zimonjic": { - "wickets_last5": [ - 1, - 2, - 0, - 0, - 2 - ], - "recent_economy": 6.97, - "recent_wickets_per_match": 1.0 - }, - "VB Viyala": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 1 - ], - "recent_economy": 3.05, - "recent_wickets_per_match": 0.6 - }, - "VC Ahir": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.83, - "recent_wickets_per_match": 0.0 - }, - "VD Adewoye": { - "wickets_last5": [ - 1, - 0, - 2, - 1, - 4 - ], - "recent_economy": 7.41, - "recent_wickets_per_match": 1.6 - }, - "VD Philander": { - "wickets_last5": [ - 2, - 0, - 2, - 4, - 0 - ], - "recent_economy": 2.16, - "recent_wickets_per_match": 1.6 - }, - "VE Tembo": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 11.27, - "recent_wickets_per_match": 0.33 - }, - "VF Bomnyuy": { - "wickets_last5": [ - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.74, - "recent_wickets_per_match": 0.25 - }, - "VJ Kingma": { - "wickets_last5": [ - 1, - 1, - 0, - 2, - 1 - ], - "recent_economy": 4.59, - "recent_wickets_per_match": 1.0 - }, - "VL Mukesh": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "VM Nyauchi": { - "wickets_last5": [ - 0, - 3, - 0, - 5, - 0 - ], - "recent_economy": 3.43, - "recent_wickets_per_match": 1.6 - }, - "VM Vaghela": { - "wickets_last5": [ - 4, - 2, - 2 - ], - "recent_economy": 3.84, - "recent_wickets_per_match": 2.67 - }, - "VM Waqavakatoga": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.12, - "recent_wickets_per_match": 0.0 - }, - "VN Veetil": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 1 - ], - "recent_economy": 7.77, - "recent_wickets_per_match": 0.6 - }, - "VP Thamotharam": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 1 - ], - "recent_economy": 6.72, - "recent_wickets_per_match": 0.4 - }, - "VRB Arachchige": { - "wickets_last5": [ - 1, - 1, - 0, - 0 - ], - "recent_economy": 8.68, - "recent_wickets_per_match": 0.5 - }, - "VS Padhaal": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "VT Thiyanesh": { - "wickets_last5": [ - 2, - 2, - 1, - 0, - 0 - ], - "recent_economy": 5.72, - "recent_wickets_per_match": 1.0 - }, - "Vaishnave Mahesh": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.17, - "recent_wickets_per_match": 0.2 - }, - "Vaishnavi Sharma": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.5, - "recent_wickets_per_match": 0.0 - }, - "Vamshi Reddy": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 1 - ], - "recent_economy": 6.96, - "recent_wickets_per_match": 0.4 - }, - "Vani Dhanuka": { - "wickets_last5": [ - 3, - 3, - 2, - 2, - 0 - ], - "recent_economy": 4.05, - "recent_wickets_per_match": 2.0 - }, - "Vichanath Singh": { - "wickets_last5": [ - 0, - 1, - 2, - 4, - 1 - ], - "recent_economy": 4.46, - "recent_wickets_per_match": 1.6 - }, - "Vikramjit Singh": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.8, - "recent_wickets_per_match": 0.0 - }, - "Viktoria Frey": { - "wickets_last5": [ - 2, - 1, - 1, - 1, - 1 - ], - "recent_economy": 3.15, - "recent_wickets_per_match": 1.2 - }, - "Vimal Kumar": { - "wickets_last5": [ - 2, - 3, - 1, - 0 - ], - "recent_economy": 5.25, - "recent_wickets_per_match": 1.5 - }, - "Vinay Ravi": { - "wickets_last5": [ - 3, - 1, - 4, - 2, - 1 - ], - "recent_economy": 5.9, - "recent_wickets_per_match": 2.2 - }, - "Vinu Kumar": { - "wickets_last5": [ - 0, - 2, - 2, - 1, - 0 - ], - "recent_economy": 4.95, - "recent_wickets_per_match": 1.0 - }, - "Viola Komeda": { - "wickets_last5": [ - 3, - 0, - 4, - 0 - ], - "recent_economy": 2.72, - "recent_wickets_per_match": 1.75 - }, - "Virandeep Singh": { - "wickets_last5": [ - 1, - 0, - 2, - 1, - 0 - ], - "recent_economy": 5.21, - "recent_wickets_per_match": 0.8 - }, - "Virendra Kumar": { - "wickets_last5": [ - 0, - 2, - 2, - 0 - ], - "recent_economy": 6.87, - "recent_wickets_per_match": 1.0 - }, - "Vishal Sharma": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 9.27, - "recent_wickets_per_match": 0.5 - }, - "Vishaul Singh": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 8.4, - "recent_wickets_per_match": 1.0 - }, - "Vishil Patel": { - "wickets_last5": [ - 1, - 0, - 0, - 3, - 2 - ], - "recent_economy": 4.21, - "recent_wickets_per_match": 1.2 - }, - "Vivek Dixit": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 14.0, - "recent_wickets_per_match": 0.0 - }, - "Vraj Patel": { - "wickets_last5": [ - 3, - 2, - 2, - 0, - 1 - ], - "recent_economy": 5.85, - "recent_wickets_per_match": 1.6 - }, - "W Barresi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 13.0, - "recent_wickets_per_match": 0.0 - }, - "W Behr": { - "wickets_last5": [ - 0, - 3, - 2, - 0, - 1 - ], - "recent_economy": 6.64, - "recent_wickets_per_match": 1.2 - }, - "W Ginindza": { - "wickets_last5": [ - 1, - 2, - 0, - 0, - 0 - ], - "recent_economy": 5.94, - "recent_wickets_per_match": 0.6 - }, - "W Hornero-Garcia": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 5.8, - "recent_wickets_per_match": 0.4 - }, - "W Kevin": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.86, - "recent_wickets_per_match": 1.0 - }, - "W Kokaua": { - "wickets_last5": [ - 1, - 1, - 1, - 4 - ], - "recent_economy": 8.29, - "recent_wickets_per_match": 1.75 - }, - "W Liengprasert": { - "wickets_last5": [ - 2, - 2, - 0, - 0, - 1 - ], - "recent_economy": 2.48, - "recent_wickets_per_match": 1.0 - }, - "W Madhevere": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 2 - ], - "recent_economy": 4.06, - "recent_wickets_per_match": 1.0 - }, - "W Matabwa": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 6.12, - "recent_wickets_per_match": 0.33 - }, - "W Miyauchi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "W Moutswi": { - "wickets_last5": [ - 1, - 2, - 1, - 1, - 0 - ], - "recent_economy": 3.87, - "recent_wickets_per_match": 1.0 - }, - "W Mwatile": { - "wickets_last5": [ - 1, - 0, - 2, - 1, - 0 - ], - "recent_economy": 4.54, - "recent_wickets_per_match": 0.8 - }, - "W Nalisa": { - "wickets_last5": [ - 0 - ], - "recent_economy": 14.57, - "recent_wickets_per_match": 0.0 - }, - "W Ngowhuad": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 4 - ], - "recent_economy": 9.93, - "recent_wickets_per_match": 1.2 - }, - "W Peatfield": { - "wickets_last5": [ - 1, - 3, - 4 - ], - "recent_economy": 3.67, - "recent_wickets_per_match": 2.67 - }, - "W Perchard": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 7.3, - "recent_wickets_per_match": 0.0 - }, - "W Smith": { - "wickets_last5": [ - 0, - 0, - 2, - 2, - 2 - ], - "recent_economy": 8.44, - "recent_wickets_per_match": 1.2 - }, - "W Uisuk": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 4.64, - "recent_wickets_per_match": 0.33 - }, - "W Viraliliu": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 7.44, - "recent_wickets_per_match": 0.67 - }, - "W Wotu": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 6.11, - "recent_wickets_per_match": 0.4 - }, - "WA Duraisingam": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 2 - ], - "recent_economy": 2.95, - "recent_wickets_per_match": 1.0 - }, - "WAE Burton": { - "wickets_last5": [ - 3, - 0, - 1, - 0, - 0 - ], - "recent_economy": 7.42, - "recent_wickets_per_match": 0.8 - }, - "WB Rankin": { - "wickets_last5": [ - 4, - 3, - 1 - ], - "recent_economy": 3.98, - "recent_wickets_per_match": 2.67 - }, - "WGAKK Kulasuriya": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 3 - ], - "recent_economy": 4.91, - "recent_wickets_per_match": 1.4 - }, - "WJ Cope": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 0 - ], - "recent_economy": 8.52, - "recent_wickets_per_match": 0.4 - }, - "WJ Malinda": { - "wickets_last5": [ - 0, - 0, - 0, - 1 - ], - "recent_economy": 6.31, - "recent_wickets_per_match": 0.25 - }, - "WJR Robertson": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 8.21, - "recent_wickets_per_match": 0.5 - }, - "WK Bitis": { - "wickets_last5": [ - 2, - 1, - 0, - 0 - ], - "recent_economy": 8.1, - "recent_wickets_per_match": 0.75 - }, - "WK Dilhari": { - "wickets_last5": [ - 3, - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.31, - "recent_wickets_per_match": 0.8 - }, - "WK Lai": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 2 - ], - "recent_economy": 4.41, - "recent_wickets_per_match": 0.8 - }, - "WK McCallan": { - "wickets_last5": [ - 0, - 0, - 3, - 0, - 0 - ], - "recent_economy": 4.1, - "recent_wickets_per_match": 0.6 - }, - "WM Delgado": { - "wickets_last5": [ - 1, - 2, - 3, - 0 - ], - "recent_economy": 1.45, - "recent_wickets_per_match": 1.5 - }, - "WP Masakadza": { - "wickets_last5": [ - 1, - 5, - 1, - 5, - 1 - ], - "recent_economy": 3.56, - "recent_wickets_per_match": 2.6 - }, - "WP Myburgh": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.5 - }, - "WSLK Narayana": { - "wickets_last5": [ - 1, - 0, - 0, - 0 - ], - "recent_economy": 6.52, - "recent_wickets_per_match": 0.25 - }, - "WT Gavera": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.05, - "recent_wickets_per_match": 0.5 - }, - "WT Mashinge": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 8.91, - "recent_wickets_per_match": 0.5 - }, - "WT Mubayiwa": { - "wickets_last5": [ - 2, - 1, - 0, - 3, - 0 - ], - "recent_economy": 4.58, - "recent_wickets_per_match": 1.2 - }, - "Wa Thone Nadi": { - "wickets_last5": [ - 1, - 2, - 1, - 2, - 0 - ], - "recent_economy": 2.65, - "recent_wickets_per_match": 1.2 - }, - "Wahab Riaz": { - "wickets_last5": [ - 0, - 5, - 2, - 4, - 2 - ], - "recent_economy": 3.17, - "recent_wickets_per_match": 2.6 - }, - "Waheed Ahmed": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.87, - "recent_wickets_per_match": 0.0 - }, - "Waheeda Akhtar": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.39, - "recent_wickets_per_match": 2.0 - }, - "Wahidullah Sahak": { - "wickets_last5": [ - 1, - 2, - 1, - 1, - 2 - ], - "recent_economy": 6.43, - "recent_wickets_per_match": 1.4 - }, - "Waji Ul Hassan": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 0 - ], - "recent_economy": 9.45, - "recent_wickets_per_match": 0.6 - }, - "Waleed Rana": { - "wickets_last5": [ - 3, - 0, - 0 - ], - "recent_economy": 7.53, - "recent_wickets_per_match": 1.0 - }, - "Waleed Waqar": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 12.3, - "recent_wickets_per_match": 0.5 - }, - "Walid Ghauri": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 1 - ], - "recent_economy": 7.71, - "recent_wickets_per_match": 0.4 - }, - "Wan Nor Zulaika": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 1 - ], - "recent_economy": 5.23, - "recent_wickets_per_match": 0.4 - }, - "Wang Huiying": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 4.86, - "recent_wickets_per_match": 0.4 - }, - "Wang Meng": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.66, - "recent_wickets_per_match": 0.0 - }, - "Wang Qi": { - "wickets_last5": [ - 2, - 0, - 1, - 1 - ], - "recent_economy": 3.76, - "recent_wickets_per_match": 1.0 - }, - "Wania Malik": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 2.57, - "recent_wickets_per_match": 0.5 - }, - "Waqar Abbasi": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 5.19, - "recent_wickets_per_match": 1.0 - }, - "Waqar Ali": { - "wickets_last5": [ - 2, - 1, - 2, - 0, - 3 - ], - "recent_economy": 6.15, - "recent_wickets_per_match": 1.6 - }, - "Waqar Khan": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 2 - ], - "recent_economy": 11.43, - "recent_wickets_per_match": 0.8 - }, - "Waqar Ul Hassan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "Waqar Zalmai": { - "wickets_last5": [ - 3 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 3.0 - }, - "Waqas Ahmad": { - "wickets_last5": [ - 0, - 0, - 3, - 2, - 3 - ], - "recent_economy": 6.88, - "recent_wickets_per_match": 1.6 - }, - "Waqas Ali": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.75, - "recent_wickets_per_match": 1.0 - }, - "Waqas Barkat": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.5, - "recent_wickets_per_match": 0.0 - }, - "Waqas Khan": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 1.0 - }, - "Waqas Maqsood": { - "wickets_last5": [ - 2, - 0, - 2, - 4, - 8 - ], - "recent_economy": 9.03, - "recent_wickets_per_match": 3.2 - }, - "Waseem Muhammad": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.25, - "recent_wickets_per_match": 0.0 - }, - "Waseem Yaqoob": { - "wickets_last5": [ - 1, - 2, - 1, - 2, - 1 - ], - "recent_economy": 7.14, - "recent_wickets_per_match": 1.4 - }, - "Waseeq Ahmed": { - "wickets_last5": [ - 1, - 0, - 1, - 0 - ], - "recent_economy": 6.42, - "recent_wickets_per_match": 0.5 - }, - "Washeem Abbas": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 8.24, - "recent_wickets_per_match": 0.4 - }, - "Wasim Al Balushi": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 14.25, - "recent_wickets_per_match": 0.33 - }, - "Wasim Ali": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 7.6, - "recent_wickets_per_match": 0.4 - }, - "Wei Haiting": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.33, - "recent_wickets_per_match": 0.0 - }, - "Wenjing Yin": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.11, - "recent_wickets_per_match": 0.0 - }, - "Wu Juan": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.22, - "recent_wickets_per_match": 0.2 - }, - "XJ Doherty": { - "wickets_last5": [ - 1, - 3, - 1, - 2 - ], - "recent_economy": 3.58, - "recent_wickets_per_match": 1.75 - }, - "XSD Smith": { - "wickets_last5": [ - 3, - 1, - 2, - 0, - 1 - ], - "recent_economy": 5.29, - "recent_wickets_per_match": 1.4 - }, - "Xie Wenyan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 1.0, - "recent_wickets_per_match": 0.0 - }, - "Xiuli Jin": { - "wickets_last5": [ - 3, - 1, - 5 - ], - "recent_economy": 3.31, - "recent_wickets_per_match": 3.0 - }, - "Xu Qian": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 1 - ], - "recent_economy": 2.59, - "recent_wickets_per_match": 0.6 - }, - "Y Cariah": { - "wickets_last5": [ - 0, - 0, - 2, - 1, - 1 - ], - "recent_economy": 6.58, - "recent_wickets_per_match": 0.8 - }, - "Y Choden": { - "wickets_last5": [ - 2, - 2, - 0, - 0, - 1 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 1.0 - }, - "Y Divekar": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 15.5, - "recent_wickets_per_match": 0.0 - }, - "Y Fourie": { - "wickets_last5": [ - 0, - 2, - 0, - 2, - 0 - ], - "recent_economy": 3.62, - "recent_wickets_per_match": 0.8 - }, - "Y Jasti": { - "wickets_last5": [ - 1, - 0, - 3, - 1, - 2 - ], - "recent_economy": 5.21, - "recent_wickets_per_match": 1.4 - }, - "Y Konate": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.54, - "recent_wickets_per_match": 0.0 - }, - "Y Korniienko": { - "wickets_last5": [ - 0 - ], - "recent_economy": 1.8, - "recent_wickets_per_match": 0.0 - }, - "Y Potgieter": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 4.23, - "recent_wickets_per_match": 0.5 - }, - "Y Sangare": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.4, - "recent_wickets_per_match": 0.0 - }, - "Y Saranonnakkun": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.0 - }, - "Y Verma": { - "wickets_last5": [ - 1, - 0, - 1, - 0 - ], - "recent_economy": 4.54, - "recent_wickets_per_match": 0.5 - }, - "YJC Altamirano": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.5, - "recent_wickets_per_match": 0.0 - }, - "YM Murrure": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.65, - "recent_wickets_per_match": 0.4 - }, - "YM Nkanya": { - "wickets_last5": [ - 1, - 2, - 2, - 1, - 0 - ], - "recent_economy": 2.48, - "recent_wickets_per_match": 1.2 - }, - "YP Dayal": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 5 - ], - "recent_economy": 6.53, - "recent_wickets_per_match": 1.2 - }, - "YP Molina": { - "wickets_last5": [ - 5, - 1, - 2, - 1, - 3 - ], - "recent_economy": 1.5, - "recent_wickets_per_match": 2.4 - }, - "YS Blagg": { - "wickets_last5": [ - 4, - 1, - 1, - 1, - 3 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 2.0 - }, - "YS Chauhan": { - "wickets_last5": [ - 1, - 1, - 0, - 1 - ], - "recent_economy": 9.16, - "recent_wickets_per_match": 0.75 - }, - "YS Samra": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 2.0 - }, - "YS To": { - "wickets_last5": [ - 1, - 0, - 1, - 1, - 2 - ], - "recent_economy": 4.89, - "recent_wickets_per_match": 1.0 - }, - "YSD Seneveratne": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 6.55, - "recent_wickets_per_match": 0.0 - }, - "YT Lewis": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.55, - "recent_wickets_per_match": 0.0 - }, - "YYM Jakda": { - "wickets_last5": [ - 0, - 2, - 2, - 2, - 0 - ], - "recent_economy": 7.3, - "recent_wickets_per_match": 1.2 - }, - "Yadwinder Singh": { - "wickets_last5": [ - 0 - ], - "recent_economy": 1.0, - "recent_wickets_per_match": 0.0 - }, - "Yahya Suhail": { - "wickets_last5": [ - 2, - 0, - 0, - 0 - ], - "recent_economy": 7.53, - "recent_wickets_per_match": 0.5 - }, - "Yair Nagavkar": { - "wickets_last5": [ - 0, - 1, - 2, - 0, - 0 - ], - "recent_economy": 5.6, - "recent_wickets_per_match": 0.6 - }, - "Yang Shen": { - "wickets_last5": [ - 1, - 1, - 0, - 2 - ], - "recent_economy": 3.22, - "recent_wickets_per_match": 1.0 - }, - "Yang Yu Xuan": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 2.94, - "recent_wickets_per_match": 1.5 - }, - "Yasar Haroon": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 2 - ], - "recent_economy": 5.31, - "recent_wickets_per_match": 0.8 - }, - "Yash Singh": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 1 - ], - "recent_economy": 8.12, - "recent_wickets_per_match": 0.8 - }, - "Yash Talati": { - "wickets_last5": [ - 3 - ], - "recent_economy": 1.15, - "recent_wickets_per_match": 3.0 - }, - "Yasim Murtaza": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.8 - }, - "Yasin Patel": { - "wickets_last5": [ - 1, - 0, - 2, - 1, - 0 - ], - "recent_economy": 6.1, - "recent_wickets_per_match": 0.8 - }, - "Yasir Ali": { - "wickets_last5": [ - 3 - ], - "recent_economy": 2.75, - "recent_wickets_per_match": 3.0 - }, - "Yasir Arafat": { - "wickets_last5": [ - 1, - 1, - 7 - ], - "recent_economy": 4.03, - "recent_wickets_per_match": 3.0 - }, - "Yasir Mehmood": { - "wickets_last5": [ - 0, - 0, - 3, - 1 - ], - "recent_economy": 6.08, - "recent_wickets_per_match": 1.0 - }, - "Yasir Mohammad": { - "wickets_last5": [ - 0 - ], - "recent_economy": 20.0, - "recent_wickets_per_match": 0.0 - }, - "Yasir Shah": { - "wickets_last5": [ - 4, - 5, - 1, - 1, - 7 - ], - "recent_economy": 3.26, - "recent_wickets_per_match": 3.6 - }, - "Yasmeen Khan": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 6.27, - "recent_wickets_per_match": 0.5 - }, - "Yasser Nazir": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 9.8, - "recent_wickets_per_match": 0.0 - }, - "Ye Ko Ko": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.48, - "recent_wickets_per_match": 2.0 - }, - "Yin Chenhao": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.25, - "recent_wickets_per_match": 0.0 - }, - "Younis Khan": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 0 - ], - "recent_economy": 3.69, - "recent_wickets_per_match": 0.4 - }, - "Yousif Wali": { - "wickets_last5": [ - 1, - 0, - 0, - 0 - ], - "recent_economy": 8.49, - "recent_wickets_per_match": 0.25 - }, - "Yousuf Ali": { - "wickets_last5": [ - 0 - ], - "recent_economy": 15.0, - "recent_wickets_per_match": 0.0 - }, - "Yuanyuan Cai": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 3.55, - "recent_wickets_per_match": 0.33 - }, - "Yukthi Suresh": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.18, - "recent_wickets_per_match": 1.0 - }, - "Yusuf Ebrahim": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.21, - "recent_wickets_per_match": 0.0 - }, - "Yves Cyusa": { - "wickets_last5": [ - 2, - 1, - 3, - 0, - 3 - ], - "recent_economy": 4.93, - "recent_wickets_per_match": 1.8 - }, - "Z Abbasi": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 3.2, - "recent_wickets_per_match": 1.5 - }, - "Z Bimenyimana": { - "wickets_last5": [ - 2, - 2, - 1, - 1, - 1 - ], - "recent_economy": 8.05, - "recent_wickets_per_match": 1.4 - }, - "Z Burgess": { - "wickets_last5": [ - 2, - 1, - 0, - 0, - 2 - ], - "recent_economy": 4.3, - "recent_wickets_per_match": 1.0 - }, - "Z Groenewald": { - "wickets_last5": [ - 0, - 3, - 3 - ], - "recent_economy": 4.33, - "recent_wickets_per_match": 2.0 - }, - "Z Hoque": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.67 - }, - "Z James": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.55, - "recent_wickets_per_match": 0.0 - }, - "Z Kamara": { - "wickets_last5": [ - 1, - 0, - 0, - 2, - 1 - ], - "recent_economy": 4.39, - "recent_wickets_per_match": 0.8 - }, - "Z Mali": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 1 - ], - "recent_economy": 3.74, - "recent_wickets_per_match": 0.6 - }, - "Z McLaughlin": { - "wickets_last5": [ - 2, - 0, - 0 - ], - "recent_economy": 7.53, - "recent_wickets_per_match": 0.67 - }, - "Z Motara": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 10.54, - "recent_wickets_per_match": 1.0 - }, - "Z Shurentsetseg": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 0 - ], - "recent_economy": 7.64, - "recent_wickets_per_match": 0.6 - }, - "Z Simpson": { - "wickets_last5": [ - 2 - ], - "recent_economy": 7.36, - "recent_wickets_per_match": 2.0 - }, - "ZB Ender": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.16, - "recent_wickets_per_match": 0.0 - }, - "ZB Lion-Cachet": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 6.98, - "recent_wickets_per_match": 0.2 - }, - "ZE Matsinhe": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 6.88, - "recent_wickets_per_match": 0.2 - }, - "ZGF Foulkes": { - "wickets_last5": [ - 6, - 2, - 0, - 1, - 3 - ], - "recent_economy": 2.88, - "recent_wickets_per_match": 2.4 - }, - "ZK Shem": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 9.09, - "recent_wickets_per_match": 0.5 - }, - "ZL Thoon": { - "wickets_last5": [ - 0, - 3, - 1, - 0, - 3 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 1.4 - }, - "ZL Win": { - "wickets_last5": [ - 5, - 0, - 0, - 1, - 1 - ], - "recent_economy": 4.75, - "recent_wickets_per_match": 1.4 - }, - "ZM Tribe": { - "wickets_last5": [ - 2, - 3, - 2, - 0, - 0 - ], - "recent_economy": 3.52, - "recent_wickets_per_match": 1.4 - }, - "ZP Ikiua": { - "wickets_last5": [ - 1, - 0, - 2, - 1, - 0 - ], - "recent_economy": 5.94, - "recent_wickets_per_match": 0.8 - }, - "ZR Jaboneke": { - "wickets_last5": [ - 0, - 0, - 3, - 0 - ], - "recent_economy": 9.78, - "recent_wickets_per_match": 0.75 - }, - "ZT Kyaw": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 5.26, - "recent_wickets_per_match": 0.2 - }, - "ZXM Vukusic": { - "wickets_last5": [ - 1, - 0, - 1, - 2, - 1 - ], - "recent_economy": 7.83, - "recent_wickets_per_match": 1.0 - }, - "Zabiullah Zahid": { - "wickets_last5": [ - 3, - 2, - 0, - 1, - 2 - ], - "recent_economy": 5.82, - "recent_wickets_per_match": 1.6 - }, - "Zada Sher": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 0 - ], - "recent_economy": 6.88, - "recent_wickets_per_match": 0.4 - }, - "Zafer Durmaz": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 3 - ], - "recent_economy": 7.56, - "recent_wickets_per_match": 0.8 - }, - "Zaheer Ibrahim": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.5, - "recent_wickets_per_match": 0.0 - }, - "Zaheer Maqsood": { - "wickets_last5": [ - 2 - ], - "recent_economy": 5.6, - "recent_wickets_per_match": 2.0 - }, - "Zaheer Zahiri": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 1 - ], - "recent_economy": 7.25, - "recent_wickets_per_match": 0.8 - }, - "Zahid Abbas": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 6.4, - "recent_wickets_per_match": 1.0 - }, - "Zahid Ali": { - "wickets_last5": [ - 1, - 0, - 4 - ], - "recent_economy": 6.4, - "recent_wickets_per_match": 1.67 - }, - "Zahid Hussain": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 4.7, - "recent_wickets_per_match": 1.5 - }, - "Zahid Khan": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 7.88, - "recent_wickets_per_match": 0.2 - }, - "Zahid Mahmood": { - "wickets_last5": [ - 1, - 0, - 6, - 6 - ], - "recent_economy": 6.43, - "recent_wickets_per_match": 3.25 - }, - "Zahid Zadran": { - "wickets_last5": [ - 0, - 2, - 2, - 0, - 1 - ], - "recent_economy": 6.11, - "recent_wickets_per_match": 1.0 - }, - "Zahir Mohammed": { - "wickets_last5": [ - 0 - ], - "recent_economy": 15.43, - "recent_wickets_per_match": 0.0 - }, - "Zahoor Ahmad": { - "wickets_last5": [ - 1, - 1, - 1, - 0 - ], - "recent_economy": 5.45, - "recent_wickets_per_match": 0.75 - }, - "Zahoor Khan": { - "wickets_last5": [ - 2, - 4, - 4, - 4, - 6 - ], - "recent_economy": 8.82, - "recent_wickets_per_match": 4.0 - }, - "Zaid Ahmad": { - "wickets_last5": [ - 2, - 0, - 1, - 4, - 0 - ], - "recent_economy": 7.25, - "recent_wickets_per_match": 1.4 - }, - "Zain Ahmad": { - "wickets_last5": [ - 2, - 1, - 1, - 0, - 2 - ], - "recent_economy": 7.71, - "recent_wickets_per_match": 1.2 - }, - "Zain Ali": { - "wickets_last5": [ - 3, - 1 - ], - "recent_economy": 5.14, - "recent_wickets_per_match": 2.0 - }, - "Zain Muzaffar": { - "wickets_last5": [ - 0, - 3, - 0, - 0, - 3 - ], - "recent_economy": 8.47, - "recent_wickets_per_match": 1.2 - }, - "Zain Ul Abidin": { - "wickets_last5": [ - 2, - 1, - 2, - 1, - 2 - ], - "recent_economy": 5.35, - "recent_wickets_per_match": 1.6 - }, - "Zainullah Ihsan": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 10.86, - "recent_wickets_per_match": 0.5 - }, - "Zaker Taqawi": { - "wickets_last5": [ - 1, - 0, - 2, - 3, - 3 - ], - "recent_economy": 6.78, - "recent_wickets_per_match": 1.8 - }, - "Zaki Ul Hassan": { - "wickets_last5": [ - 1, - 1, - 3, - 1, - 3 - ], - "recent_economy": 5.57, - "recent_wickets_per_match": 1.8 - }, - "Zaman Khan": { - "wickets_last5": [ - 0, - 2, - 2, - 4, - 2 - ], - "recent_economy": 7.33, - "recent_wickets_per_match": 2.0 - }, - "Zara Haider": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 2.0 - }, - "Zara Mohammad": { - "wickets_last5": [ - 1, - 1, - 0, - 3, - 3 - ], - "recent_economy": 2.35, - "recent_wickets_per_match": 1.6 - }, - "Zawar Farid": { - "wickets_last5": [ - 1, - 2, - 0, - 0, - 4 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.4 - }, - "Zayneb Fazil": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 0 - ], - "recent_economy": 5.26, - "recent_wickets_per_match": 0.4 - }, - "Zeefa Jilani": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 4.41, - "recent_wickets_per_match": 0.4 - }, - "Zeerak Chughtai": { - "wickets_last5": [ - 0, - 1, - 1, - 2, - 0 - ], - "recent_economy": 7.81, - "recent_wickets_per_match": 0.8 - }, - "Zeeshan Abbas": { - "wickets_last5": [ - 1, - 1, - 2, - 1, - 1 - ], - "recent_economy": 5.11, - "recent_wickets_per_match": 1.2 - }, - "Zeeshan Ali": { - "wickets_last5": [ - 2, - 1, - 3, - 1, - 2 - ], - "recent_economy": 7.84, - "recent_wickets_per_match": 1.8 - }, - "Zeeshan Goraya": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 0 - ], - "recent_economy": 10.72, - "recent_wickets_per_match": 0.6 - }, - "Zeeshan Kukikhel": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 2 - ], - "recent_economy": 8.39, - "recent_wickets_per_match": 0.8 - }, - "Zeeshan Maqsood": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 1 - ], - "recent_economy": 4.4, - "recent_wickets_per_match": 0.8 - }, - "Zeshan Arif": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 13.0, - "recent_wickets_per_match": 0.5 - }, - "Zhang Xiangxue": { - "wickets_last5": [ - 3, - 1, - 0, - 0, - 0 - ], - "recent_economy": 3.55, - "recent_wickets_per_match": 0.8 - }, - "Zhao Tianle": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 12.96, - "recent_wickets_per_match": 0.5 - }, - "Zhao Yihan": { - "wickets_last5": [ - 1, - 1, - 0, - 4, - 2 - ], - "recent_economy": 3.83, - "recent_wickets_per_match": 1.6 - }, - "Zheng Lili": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.98, - "recent_wickets_per_match": 0.2 - }, - "Ziaur Rahman": { - "wickets_last5": [ - 4 - ], - "recent_economy": 2.37, - "recent_wickets_per_match": 4.0 - }, - "Ziaurahman Shinwari": { - "wickets_last5": [ - 2, - 4, - 1, - 1, - 1 - ], - "recent_economy": 6.88, - "recent_wickets_per_match": 1.8 - }, - "Zikria Islam": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 5.76, - "recent_wickets_per_match": 0.5 - }, - "Zinaida Jeremiah": { - "wickets_last5": [ - 0, - 2, - 2, - 2 - ], - "recent_economy": 4.21, - "recent_wickets_per_match": 1.5 - }, - "Zohaib Sarwar": { - "wickets_last5": [ - 1, - 2, - 0, - 2, - 0 - ], - "recent_economy": 7.98, - "recent_wickets_per_match": 1.0 - }, - "Zon Lin": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 4.16, - "recent_wickets_per_match": 0.4 - }, - "Zong Yuechao": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 2 - ], - "recent_economy": 7.71, - "recent_wickets_per_match": 0.8 - }, - "Zou Kui": { - "wickets_last5": [ - 0 - ], - "recent_economy": 13.6, - "recent_wickets_per_match": 0.0 - }, - "Zubair Al Balushi": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.84, - "recent_wickets_per_match": 0.0 - }, - "Zuber Sunasara": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "Zuhaib Zubair": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.44, - "recent_wickets_per_match": 0.0 - }, - "Zulfiqar Babar": { - "wickets_last5": [ - 1, - 2, - 3, - 3, - 3 - ], - "recent_economy": 2.17, - "recent_wickets_per_match": 2.4 - }, - "Zulqarnain Haider": { - "wickets_last5": [ - 2, - 1, - 0, - 1, - 3 - ], - "recent_economy": 5.46, - "recent_wickets_per_match": 1.4 - }, - "Zulqarnain Haider (2)": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.05, - "recent_wickets_per_match": 0.0 - }, - "Zumika Azmi": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.33 - }, - "Zwe Htet Paing": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 15.0, - "recent_wickets_per_match": 0.5 - }, - "A Balbirnie": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.75, - "recent_wickets_per_match": 1.0 - }, - "A Beggs": { - "wickets_last5": [ - 2, - 3, - 0 - ], - "recent_economy": 5.56, - "recent_wickets_per_match": 1.67 - }, - "A Codrington": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 5 - ], - "recent_economy": 4.91, - "recent_wickets_per_match": 1.2 - }, - "A McGrath": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.21, - "recent_wickets_per_match": 0.4 - }, - "A Patel": { - "wickets_last5": [ - 0, - 3 - ], - "recent_economy": 6.09, - "recent_wickets_per_match": 1.5 - }, - "A Phillip": { - "wickets_last5": [ - 2, - 2, - 4, - 0, - 1 - ], - "recent_economy": 4.58, - "recent_wickets_per_match": 1.8 - }, - "A Roy": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 3.75, - "recent_wickets_per_match": 1.0 - }, - "A Shamshudeen": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "A van der Merwe": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 3.76, - "recent_wickets_per_match": 0.67 - }, - "AA Donald": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 4.92, - "recent_wickets_per_match": 0.33 - }, - "AB de Villiers": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 0 - ], - "recent_economy": 3.01, - "recent_wickets_per_match": 0.6 - }, - "AC Cummins": { - "wickets_last5": [ - 0, - 1, - 1, - 2 - ], - "recent_economy": 4.52, - "recent_wickets_per_match": 1.0 - }, - "AC Dawson": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 0 - ], - "recent_economy": 5.23, - "recent_wickets_per_match": 0.4 - }, - "AD Janakanthymala": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 4.12, - "recent_wickets_per_match": 1.0 - }, - "AD Nath": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.31, - "recent_wickets_per_match": 0.0 - }, - "ADJ Pitcher": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.84, - "recent_wickets_per_match": 0.0 - }, - "ADS Fletcher": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 8.47, - "recent_wickets_per_match": 2.0 - }, - "AE Smith": { - "wickets_last5": [ - 0, - 2, - 2 - ], - "recent_economy": 2.14, - "recent_wickets_per_match": 1.33 - }, - "AF Giles": { - "wickets_last5": [ - 2, - 1, - 2, - 1, - 0 - ], - "recent_economy": 3.25, - "recent_wickets_per_match": 1.2 - }, - "AG Prince": { - "wickets_last5": [ - 0, - 0, - 1, - 0 - ], - "recent_economy": 2.76, - "recent_wickets_per_match": 0.25 - }, - "AG Wharf": { - "wickets_last5": [ - 2, - 3, - 0, - 4, - 3 - ], - "recent_economy": 3.83, - "recent_wickets_per_match": 2.4 - }, - "AGC Vimukthi": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "AGR Loudon": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.68, - "recent_wickets_per_match": 0.0 - }, - "AH Thomson": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.2, - "recent_wickets_per_match": 0.0 - }, - "AJ Bichel": { - "wickets_last5": [ - 1, - 4, - 6, - 3, - 5 - ], - "recent_economy": 3.11, - "recent_wickets_per_match": 3.8 - }, - "AJ Burger": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 1 - ], - "recent_economy": 6.24, - "recent_wickets_per_match": 0.6 - }, - "AJ Healy": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "AJ Ireland": { - "wickets_last5": [ - 1, - 1, - 2, - 2, - 0 - ], - "recent_economy": 4.6, - "recent_wickets_per_match": 1.2 - }, - "AJ Strauss": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "AL Kandappah": { - "wickets_last5": [ - 0 - ], - "recent_economy": 24.0, - "recent_wickets_per_match": 0.0 - }, - "AM Bacher": { - "wickets_last5": [ - 1, - 2, - 0 - ], - "recent_economy": 3.56, - "recent_wickets_per_match": 1.0 - }, - "AM Blignaut": { - "wickets_last5": [ - 2, - 0, - 0, - 7, - 3 - ], - "recent_economy": 4.15, - "recent_wickets_per_match": 2.4 - }, - "AM Samad": { - "wickets_last5": [ - 0, - 1, - 1, - 0 - ], - "recent_economy": 7.04, - "recent_wickets_per_match": 0.5 - }, - "AN Petersen": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.53, - "recent_wickets_per_match": 0.0 - }, - "AR Caddick": { - "wickets_last5": [ - 10, - 4 - ], - "recent_economy": 4.07, - "recent_wickets_per_match": 7.0 - }, - "AS Luseno": { - "wickets_last5": [ - 4, - 0 - ], - "recent_economy": 4.41, - "recent_wickets_per_match": 2.0 - }, - "AS Tanke": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 4.41, - "recent_wickets_per_match": 0.5 - }, - "AT Rayudu": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 5.65, - "recent_wickets_per_match": 0.4 - }, - "AW Mathieson": { - "wickets_last5": [ - 1 - ], - "recent_economy": 9.36, - "recent_wickets_per_match": 1.0 - }, - "AY Karim": { - "wickets_last5": [ - 0, - 3, - 1, - 0 - ], - "recent_economy": 2.89, - "recent_wickets_per_match": 1.0 - }, - "Abdur Rauf": { - "wickets_last5": [ - 1, - 2, - 3 - ], - "recent_economy": 3.61, - "recent_wickets_per_match": 2.0 - }, - "Adeel Raja": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 4 - ], - "recent_economy": 6.18, - "recent_wickets_per_match": 0.8 - }, - "Adhitya Shetty": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.6, - "recent_wickets_per_match": 1.0 - }, - "Afzaal Haider": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 8.89, - "recent_wickets_per_match": 1.0 - }, - "Akeem Jordan": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.46, - "recent_wickets_per_match": 0.5 - }, - "Akif Javed": { - "wickets_last5": [ - 4, - 1, - 2 - ], - "recent_economy": 4.7, - "recent_wickets_per_match": 2.33 - }, - "Aman Ali": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.57, - "recent_wickets_per_match": 0.0 - }, - "Ariful Haque": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 2.18, - "recent_wickets_per_match": 0.5 - }, - "Arshad Ali": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 6.25, - "recent_wickets_per_match": 0.5 - }, - "Asad Shafiq": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.74, - "recent_wickets_per_match": 0.2 - }, - "Asif Iqbal (1)": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "Azhar Ali": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.42, - "recent_wickets_per_match": 0.0 - }, - "B Sai Sudharsan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.5, - "recent_wickets_per_match": 0.0 - }, - "B Sharki": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "B Vakarewa": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.0 - }, - "BA Langston": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 2.48, - "recent_wickets_per_match": 0.67 - }, - "BA Murphy": { - "wickets_last5": [ - 3, - 1, - 1, - 0 - ], - "recent_economy": 4.46, - "recent_wickets_per_match": 1.25 - }, - "BA Westdijk": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 6.45, - "recent_wickets_per_match": 0.33 - }, - "BA Williams": { - "wickets_last5": [ - 4 - ], - "recent_economy": 2.81, - "recent_wickets_per_match": 4.0 - }, - "BB Seebaran": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 7.22, - "recent_wickets_per_match": 0.33 - }, - "BG Rogers": { - "wickets_last5": [ - 2, - 1, - 0, - 2, - 0 - ], - "recent_economy": 6.95, - "recent_wickets_per_match": 1.0 - }, - "BJ Patel": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.0 - }, - "BKG Mendis": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.62, - "recent_wickets_per_match": 0.0 - }, - "BL Kotze": { - "wickets_last5": [ - 2, - 0, - 0, - 2, - 0 - ], - "recent_economy": 6.05, - "recent_wickets_per_match": 0.8 - }, - "BL Morgan": { - "wickets_last5": [ - 0, - 1, - 2, - 2 - ], - "recent_economy": 2.1, - "recent_wickets_per_match": 1.25 - }, - "BO van Rooi": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 5.03, - "recent_wickets_per_match": 0.33 - }, - "BOP Fernando": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.33, - "recent_wickets_per_match": 0.0 - }, - "BP Kruger": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.57, - "recent_wickets_per_match": 0.0 - }, - "BP Loots": { - "wickets_last5": [ - 0, - 1, - 1, - 0, - 0 - ], - "recent_economy": 6.96, - "recent_wickets_per_match": 0.4 - }, - "BP Nash": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 2.54, - "recent_wickets_per_match": 0.2 - }, - "BR Dorey": { - "wickets_last5": [ - 1, - 0, - 0, - 1 - ], - "recent_economy": 4.93, - "recent_wickets_per_match": 0.5 - }, - "Badal Singh": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.19, - "recent_wickets_per_match": 0.0 - }, - "Bazid Khan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.62, - "recent_wickets_per_match": 0.0 - }, - "Bikram Sob": { - "wickets_last5": [ - 0, - 0, - 2, - 1, - 2 - ], - "recent_economy": 5.26, - "recent_wickets_per_match": 1.0 - }, - "Bilal Asif": { - "wickets_last5": [ - 5, - 1, - 1, - 3, - 6 - ], - "recent_economy": 2.16, - "recent_wickets_per_match": 3.2 - }, - "C Brits": { - "wickets_last5": [ - 0 - ], - "recent_economy": 1.33, - "recent_wickets_per_match": 0.0 - }, - "C Gunasekara": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.14, - "recent_wickets_per_match": 0.0 - }, - "C Hemraj": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.71, - "recent_wickets_per_match": 0.0 - }, - "C Isaac": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.64, - "recent_wickets_per_match": 0.0 - }, - "C Overton": { - "wickets_last5": [ - 2, - 2, - 2, - 6, - 2 - ], - "recent_economy": 2.79, - "recent_wickets_per_match": 2.8 - }, - "C Prathyusha": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.21, - "recent_wickets_per_match": 1.0 - }, - "C White": { - "wickets_last5": [ - 3, - 0 - ], - "recent_economy": 3.8, - "recent_wickets_per_match": 1.5 - }, - "C Zhuwao": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.63, - "recent_wickets_per_match": 0.0 - }, - "CA Ingram": { - "wickets_last5": [ - 0 - ], - "recent_economy": 17.0, - "recent_wickets_per_match": 0.0 - }, - "CA Reid": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.15, - "recent_wickets_per_match": 0.5 - }, - "CB Lambert": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.81, - "recent_wickets_per_match": 0.0 - }, - "CD Collymore": { - "wickets_last5": [ - 2, - 3, - 2, - 4, - 2 - ], - "recent_economy": 2.86, - "recent_wickets_per_match": 2.6 - }, - "CD McMillan": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 2.56, - "recent_wickets_per_match": 0.33 - }, - "CK Holder": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.1, - "recent_wickets_per_match": 2.0 - }, - "CK Hooper": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 6.75, - "recent_wickets_per_match": 0.5 - }, - "CKB Kulasekara": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.65, - "recent_wickets_per_match": 1.0 - }, - "CL Fitzpatrick": { - "wickets_last5": [ - 5, - 7 - ], - "recent_economy": 1.81, - "recent_wickets_per_match": 6.0 - }, - "CL Hooper": { - "wickets_last5": [ - 1, - 0, - 0, - 2 - ], - "recent_economy": 4.84, - "recent_wickets_per_match": 0.75 - }, - "CNIM Joyce": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.47, - "recent_wickets_per_match": 0.0 - }, - "CP Jack": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.25, - "recent_wickets_per_match": 0.0 - }, - "CP Rizwan": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.62, - "recent_wickets_per_match": 0.2 - }, - "CP Tremain": { - "wickets_last5": [ - 3, - 2, - 1, - 1 - ], - "recent_economy": 5.93, - "recent_wickets_per_match": 1.75 - }, - "CS Terblanche": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 2.37, - "recent_wickets_per_match": 0.5 - }, - "CZ Harris": { - "wickets_last5": [ - 1, - 1, - 1, - 3, - 0 - ], - "recent_economy": 4.01, - "recent_wickets_per_match": 1.2 - }, - "Codi Yusuf": { - "wickets_last5": [ - 4, - 6 - ], - "recent_economy": 2.54, - "recent_wickets_per_match": 5.0 - }, - "D Elgar": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 6.12, - "recent_wickets_per_match": 0.2 - }, - "D Gamage": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.29, - "recent_wickets_per_match": 0.5 - }, - "D Joseph": { - "wickets_last5": [ - 2, - 1, - 0, - 2 - ], - "recent_economy": 4.57, - "recent_wickets_per_match": 1.25 - }, - "D Khanal": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.67, - "recent_wickets_per_match": 0.0 - }, - "D Lakshan": { - "wickets_last5": [ - 0, - 0, - 0, - 4, - 2 - ], - "recent_economy": 9.58, - "recent_wickets_per_match": 1.2 - }, - "D Langford-Smith": { - "wickets_last5": [ - 1, - 2, - 0, - 2, - 0 - ], - "recent_economy": 4.49, - "recent_wickets_per_match": 1.0 - }, - "D Mohammed": { - "wickets_last5": [ - 3, - 3, - 4 - ], - "recent_economy": 3.98, - "recent_wickets_per_match": 3.33 - }, - "D Mongia": { - "wickets_last5": [ - 0, - 4, - 1, - 1, - 2 - ], - "recent_economy": 4.89, - "recent_wickets_per_match": 1.6 - }, - "D Olivier": { - "wickets_last5": [ - 0, - 2, - 2, - 3, - 1 - ], - "recent_economy": 3.32, - "recent_wickets_per_match": 1.6 - }, - "D Soraine": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 3.82, - "recent_wickets_per_match": 0.5 - }, - "D Vihanga": { - "wickets_last5": [ - 3, - 0, - 2, - 1, - 0 - ], - "recent_economy": 4.07, - "recent_wickets_per_match": 1.2 - }, - "DA Marillier": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 4.25, - "recent_wickets_per_match": 0.4 - }, - "DB Kotze": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 4.86, - "recent_wickets_per_match": 0.4 - }, - "DC Thomas": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.72, - "recent_wickets_per_match": 2.0 - }, - "DCC Borden": { - "wickets_last5": [ - 0, - 2, - 0, - 1 - ], - "recent_economy": 6.29, - "recent_wickets_per_match": 0.75 - }, - "DD Ebrahim": { - "wickets_last5": [ - 0 - ], - "recent_economy": 15.0, - "recent_wickets_per_match": 0.0 - }, - "DDP D'Silva": { - "wickets_last5": [ - 3, - 1, - 0, - 0, - 2 - ], - "recent_economy": 3.28, - "recent_wickets_per_match": 1.2 - }, - "DJ Cullen": { - "wickets_last5": [ - 0, - 2, - 0, - 0 - ], - "recent_economy": 3.62, - "recent_wickets_per_match": 0.5 - }, - "DJ Reekers": { - "wickets_last5": [ - 1, - 0, - 0, - 2 - ], - "recent_economy": 5.2, - "recent_wickets_per_match": 0.75 - }, - "DJ Worrall": { - "wickets_last5": [ - 0, - 0, - 2 - ], - "recent_economy": 6.19, - "recent_wickets_per_match": 0.67 - }, - "DL Blake": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.0 - }, - "DL Hemp": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.67, - "recent_wickets_per_match": 0.0 - }, - "DM Dupavillon": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.48, - "recent_wickets_per_match": 0.5 - }, - "DR Martyn": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "DS Lehmann": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 3.24, - "recent_wickets_per_match": 0.4 - }, - "DS Smith": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "DT Hondo": { - "wickets_last5": [ - 3, - 1, - 2, - 3, - 1 - ], - "recent_economy": 4.37, - "recent_wickets_per_match": 2.0 - }, - "Danish Kaneria": { - "wickets_last5": [ - 1, - 2, - 4, - 5, - 5 - ], - "recent_economy": 3.94, - "recent_wickets_per_match": 3.4 - }, - "Dolar Mahmud": { - "wickets_last5": [ - 0, - 1, - 4, - 0, - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.2 - }, - "E Bosch": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.23, - "recent_wickets_per_match": 1.0 - }, - "E Katchay": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.67, - "recent_wickets_per_match": 1.0 - }, - "E Masuku": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 5.23, - "recent_wickets_per_match": 1.5 - }, - "EJ Richardson": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "EJ Villani": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.0 - }, - "EL Lamb": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.5, - "recent_wickets_per_match": 0.0 - }, - "EM Sampson": { - "wickets_last5": [ - 3 - ], - "recent_economy": 2.09, - "recent_wickets_per_match": 3.0 - }, - "Ehsanul Haque": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.25, - "recent_wickets_per_match": 2.0 - }, - "Enamul Haque jnr": { - "wickets_last5": [ - 3, - 6, - 3, - 0, - 0 - ], - "recent_economy": 2.92, - "recent_wickets_per_match": 2.4 - }, - "F Tunnicliffe": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 1.0 - }, - "FDM Karunaratne": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.74, - "recent_wickets_per_match": 0.0 - }, - "Fahad Alhashmi": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 4.81, - "recent_wickets_per_match": 0.67 - }, - "Faisal Akram": { - "wickets_last5": [ - 2, - 1, - 1, - 3 - ], - "recent_economy": 4.08, - "recent_wickets_per_match": 1.75 - }, - "Faisal Hossain": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 4.36, - "recent_wickets_per_match": 0.5 - }, - "Fazle Mahmud": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.2, - "recent_wickets_per_match": 0.0 - }, - "G Bajwa": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.37, - "recent_wickets_per_match": 0.0 - }, - "G Bloemen": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 3.47, - "recent_wickets_per_match": 0.33 - }, - "G Chapple": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.5, - "recent_wickets_per_match": 0.0 - }, - "G Gambhir": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.0, - "recent_wickets_per_match": 0.0 - }, - "G Hoey": { - "wickets_last5": [ - 4 - ], - "recent_economy": 3.9, - "recent_wickets_per_match": 4.0 - }, - "G Malla": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.37, - "recent_wickets_per_match": 0.5 - }, - "G Onions": { - "wickets_last5": [ - 4, - 3, - 2, - 4, - 2 - ], - "recent_economy": 3.14, - "recent_wickets_per_match": 3.0 - }, - "G Snyman": { - "wickets_last5": [ - 1, - 0, - 3, - 4, - 0 - ], - "recent_economy": 4.87, - "recent_wickets_per_match": 1.6 - }, - "GA Guy": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "GH Bodi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "GJ Rennie": { - "wickets_last5": [ - 1, - 1, - 1 - ], - "recent_economy": 3.73, - "recent_wickets_per_match": 1.0 - }, - "GJ Whittall": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 2 - ], - "recent_economy": 5.04, - "recent_wickets_per_match": 0.8 - }, - "GK Davis": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 2.0 - }, - "GLS Scrimshaw": { - "wickets_last5": [ - 3 - ], - "recent_economy": 5.8, - "recent_wickets_per_match": 3.0 - }, - "GM Ewing": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 3.8, - "recent_wickets_per_match": 0.5 - }, - "GM Strydom": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 0.0 - }, - "GR Codrington": { - "wickets_last5": [ - 1, - 1, - 2, - 1, - 4 - ], - "recent_economy": 5.3, - "recent_wickets_per_match": 1.8 - }, - "GW Flower": { - "wickets_last5": [ - 0, - 0, - 4, - 1, - 0 - ], - "recent_economy": 4.45, - "recent_wickets_per_match": 1.0 - }, - "H Durham": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.06, - "recent_wickets_per_match": 2.0 - }, - "H Madavi": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 6.72, - "recent_wickets_per_match": 0.0 - }, - "H Shah": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 5.5, - "recent_wickets_per_match": 0.0 - }, - "HDPK Dharmasena": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.45, - "recent_wickets_per_match": 2.0 - }, - "HDRL Thirimanne": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.53, - "recent_wickets_per_match": 0.0 - }, - "HDRS Silva": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 5.62, - "recent_wickets_per_match": 1.0 - }, - "HE Whelan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.57, - "recent_wickets_per_match": 0.0 - }, - "HE van der Dussen": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 1.0 - }, - "HH Streak": { - "wickets_last5": [ - 0, - 4, - 3, - 2, - 0 - ], - "recent_economy": 3.89, - "recent_wickets_per_match": 1.8 - }, - "HJC Mol": { - "wickets_last5": [ - 2, - 1, - 0, - 1 - ], - "recent_economy": 5.29, - "recent_wickets_per_match": 1.0 - }, - "HK Badani": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 4.95, - "recent_wickets_per_match": 1.0 - }, - "HK Olonga": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 2.24, - "recent_wickets_per_match": 0.5 - }, - "HL Baker": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.34, - "recent_wickets_per_match": 0.5 - }, - "HM Watson": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.35, - "recent_wickets_per_match": 0.0 - }, - "HP Rinke": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 6.87, - "recent_wickets_per_match": 0.4 - }, - "HR Johnson": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 5.46, - "recent_wickets_per_match": 0.5 - }, - "HW Rambaldo": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.46, - "recent_wickets_per_match": 0.0 - }, - "Hammad Azam": { - "wickets_last5": [ - 0 - ], - "recent_economy": 15.0, - "recent_wickets_per_match": 0.0 - }, - "Hannan Sarkar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 26.0, - "recent_wickets_per_match": 0.0 - }, - "Haris Sohail": { - "wickets_last5": [ - 0, - 0, - 2, - 2, - 0 - ], - "recent_economy": 2.86, - "recent_wickets_per_match": 0.8 - }, - "Hasibul Hossain": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 0.33 - }, - "Hazrat Bilal": { - "wickets_last5": [ - 0, - 4, - 0, - 1, - 3 - ], - "recent_economy": 4.49, - "recent_wickets_per_match": 1.6 - }, - "I Maraj": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.89, - "recent_wickets_per_match": 0.0 - }, - "IA Nicolson": { - "wickets_last5": [ - 1 - ], - "recent_economy": 9.82, - "recent_wickets_per_match": 1.0 - }, - "ID Blackwell": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.74, - "recent_wickets_per_match": 0.0 - }, - "IJ Harvey": { - "wickets_last5": [ - 0, - 1, - 2, - 2, - 2 - ], - "recent_economy": 4.54, - "recent_wickets_per_match": 1.4 - }, - "IJL Trott": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 3.56, - "recent_wickets_per_match": 0.2 - }, - "IR Bell": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 3.65, - "recent_wickets_per_match": 0.2 - }, - "IS Sohi": { - "wickets_last5": [ - 2, - 3 - ], - "recent_economy": 4.72, - "recent_wickets_per_match": 2.5 - }, - "Imran Farhat": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "Irfan Khan": { - "wickets_last5": [ - 3 - ], - "recent_economy": 8.29, - "recent_wickets_per_match": 3.0 - }, - "J Anderson": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.0 - }, - "J Blackwood": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 2.9, - "recent_wickets_per_match": 0.2 - }, - "J Charles": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.57, - "recent_wickets_per_match": 0.0 - }, - "J Grewcock": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.05, - "recent_wickets_per_match": 1.0 - }, - "J Logtenberg": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 1.5 - }, - "J Neill": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 4.77, - "recent_wickets_per_match": 0.5 - }, - "J Patraj": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 4.76, - "recent_wickets_per_match": 1.0 - }, - "J Srinath": { - "wickets_last5": [ - 4 - ], - "recent_economy": 2.79, - "recent_wickets_per_match": 4.0 - }, - "JA Whelan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 1.6, - "recent_wickets_per_match": 0.0 - }, - "JC Hartenhof": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 3.54, - "recent_wickets_per_match": 1.5 - }, - "JF Kloppenburg": { - "wickets_last5": [ - 4, - 2, - 0, - 1 - ], - "recent_economy": 4.09, - "recent_wickets_per_match": 1.75 - }, - "JF Smith": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.42, - "recent_wickets_per_match": 0.0 - }, - "JJ Esmeijer": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 5.09, - "recent_wickets_per_match": 0.33 - }, - "JJ Krejza": { - "wickets_last5": [ - 1, - 13 - ], - "recent_economy": 4.52, - "recent_wickets_per_match": 7.0 - }, - "JJC Lawson": { - "wickets_last5": [ - 3, - 6, - 7 - ], - "recent_economy": 4.27, - "recent_wickets_per_match": 5.33 - }, - "JL Carter": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.86, - "recent_wickets_per_match": 0.2 - }, - "JL Louw": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.8, - "recent_wickets_per_match": 1.0 - }, - "JM Mennie": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.04, - "recent_wickets_per_match": 1.0 - }, - "JM Vince": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.25, - "recent_wickets_per_match": 0.0 - }, - "JP Greaves": { - "wickets_last5": [ - 1, - 3, - 2, - 1, - 2 - ], - "recent_economy": 3.11, - "recent_wickets_per_match": 1.8 - }, - "JPR Lamsam": { - "wickets_last5": [ - 0 - ], - "recent_economy": 13.5, - "recent_wickets_per_match": 0.0 - }, - "JS Ababu": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.33, - "recent_wickets_per_match": 0.5 - }, - "JS Paris": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 5.57, - "recent_wickets_per_match": 0.5 - }, - "Jai Prakash Yadav": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 2 - ], - "recent_economy": 5.06, - "recent_wickets_per_match": 0.8 - }, - "Jamaluddin Ahmed": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.0 - }, - "Joseph Angara": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.24, - "recent_wickets_per_match": 1.0 - }, - "Junaid Zia": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.36, - "recent_wickets_per_match": 0.0 - }, - "K Blair": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.49, - "recent_wickets_per_match": 1.0 - }, - "K Kamyuka": { - "wickets_last5": [ - 0, - 5 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 2.5 - }, - "K Mahato": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 4.59, - "recent_wickets_per_match": 1.0 - }, - "K Phillip": { - "wickets_last5": [ - 0, - 3, - 0 - ], - "recent_economy": 4.88, - "recent_wickets_per_match": 1.0 - }, - "K Thomson": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.29, - "recent_wickets_per_match": 0.0 - }, - "KAD Hurdle": { - "wickets_last5": [ - 3, - 1, - 0, - 1, - 2 - ], - "recent_economy": 4.33, - "recent_wickets_per_match": 1.4 - }, - "KADM Fernando": { - "wickets_last5": [ - 2 - ], - "recent_economy": 1.67, - "recent_wickets_per_match": 2.0 - }, - "KAR Hodge": { - "wickets_last5": [ - 3, - 2, - 0, - 0, - 0 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 1.0 - }, - "KC Brathwaite": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 2.88, - "recent_wickets_per_match": 0.0 - }, - "KDK Vithanage": { - "wickets_last5": [ - 0, - 0, - 0, - 1 - ], - "recent_economy": 4.35, - "recent_wickets_per_match": 0.25 - }, - "KED Carroll": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "KHRK Fernando": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 3.44, - "recent_wickets_per_match": 0.5 - }, - "KJ Harding": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.87, - "recent_wickets_per_match": 1.0 - }, - "KJ McCartney": { - "wickets_last5": [ - 2 - ], - "recent_economy": 5.08, - "recent_wickets_per_match": 2.0 - }, - "KM Jadhav": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.12, - "recent_wickets_per_match": 0.0 - }, - "KP Walmsley": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.2, - "recent_wickets_per_match": 1.0 - }, - "KT Sandher": { - "wickets_last5": [ - 2, - 1, - 1, - 2 - ], - "recent_economy": 4.54, - "recent_wickets_per_match": 1.5 - }, - "KU Carty": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 5.78, - "recent_wickets_per_match": 0.0 - }, - "Kabir Ali": { - "wickets_last5": [ - 5 - ], - "recent_economy": 3.6, - "recent_wickets_per_match": 5.0 - }, - "Kamran Ghulam": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.74, - "recent_wickets_per_match": 0.0 - }, - "Kamran Hussain": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 3.84, - "recent_wickets_per_match": 2.0 - }, - "Khaled Mahmud": { - "wickets_last5": [ - 1, - 0, - 9, - 0 - ], - "recent_economy": 2.82, - "recent_wickets_per_match": 2.5 - }, - "Krishna Chandran": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 7.19, - "recent_wickets_per_match": 0.2 - }, - "Kyshona A Knight": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.92, - "recent_wickets_per_match": 0.0 - }, - "L Egging": { - "wickets_last5": [ - 3 - ], - "recent_economy": 2.34, - "recent_wickets_per_match": 3.0 - }, - "L Klusener": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.84, - "recent_wickets_per_match": 0.2 - }, - "L Scott": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.86, - "recent_wickets_per_match": 2.0 - }, - "L Vincent": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.0, - "recent_wickets_per_match": 0.0 - }, - "LC Boylan": { - "wickets_last5": [ - 2 - ], - "recent_economy": 10.11, - "recent_wickets_per_match": 2.0 - }, - "LC Romero": { - "wickets_last5": [ - 1 - ], - "recent_economy": 9.69, - "recent_wickets_per_match": 1.0 - }, - "LE Milliken": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.41, - "recent_wickets_per_match": 1.0 - }, - "LHD Dilhara": { - "wickets_last5": [ - 0, - 1, - 2 - ], - "recent_economy": 4.43, - "recent_wickets_per_match": 1.0 - }, - "LJ Burger": { - "wickets_last5": [ - 2, - 3, - 0, - 0, - 1 - ], - "recent_economy": 4.72, - "recent_wickets_per_match": 1.2 - }, - "LJ Hamilton": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.15, - "recent_wickets_per_match": 0.0 - }, - "LJ Poulton": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.75, - "recent_wickets_per_match": 0.0 - }, - "LN Roche": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 6.3, - "recent_wickets_per_match": 0.67 - }, - "LOB Cann": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.92, - "recent_wickets_per_match": 0.5 - }, - "LP van Troost": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 10.6, - "recent_wickets_per_match": 0.33 - }, - "LR Morris": { - "wickets_last5": [ - 2, - 2, - 1 - ], - "recent_economy": 4.43, - "recent_wickets_per_match": 1.67 - }, - "M Dillon": { - "wickets_last5": [ - 2, - 4, - 7 - ], - "recent_economy": 2.46, - "recent_wickets_per_match": 4.33 - }, - "M Kornet": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 3.34, - "recent_wickets_per_match": 1.0 - }, - "M Labuschagne": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.2, - "recent_wickets_per_match": 0.4 - }, - "M Mangru": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.67, - "recent_wickets_per_match": 0.0 - }, - "M Mpongwana": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.58, - "recent_wickets_per_match": 0.0 - }, - "M Nanayakkara": { - "wickets_last5": [ - 1 - ], - "recent_economy": 8.54, - "recent_wickets_per_match": 1.0 - }, - "M Shezi": { - "wickets_last5": [ - 1 - ], - "recent_economy": 1.14, - "recent_wickets_per_match": 1.0 - }, - "M Shiraz": { - "wickets_last5": [ - 2, - 0, - 2 - ], - "recent_economy": 9.68, - "recent_wickets_per_match": 1.33 - }, - "M Smit": { - "wickets_last5": [ - 2, - 1, - 0, - 1, - 0 - ], - "recent_economy": 4.97, - "recent_wickets_per_match": 0.8 - }, - "M Terblanche": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 0.0 - }, - "M van Jaarsveld": { - "wickets_last5": [ - 1 - ], - "recent_economy": 1.88, - "recent_wickets_per_match": 1.0 - }, - "MA Abbas": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 4.88, - "recent_wickets_per_match": 0.67 - }, - "MA Agarwal": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "MA Carberry": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "MA Suji": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.84, - "recent_wickets_per_match": 0.4 - }, - "MC Patel": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.73, - "recent_wickets_per_match": 0.0 - }, - "MDJ Walker": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "MDT Kamini": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.81, - "recent_wickets_per_match": 0.0 - }, - "ME Sanuth": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 5.9, - "recent_wickets_per_match": 0.33 - }, - "ME Trescothick": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 3.61, - "recent_wickets_per_match": 0.0 - }, - "MF Kendal": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.14, - "recent_wickets_per_match": 0.0 - }, - "MG Kariata": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.81, - "recent_wickets_per_match": 1.0 - }, - "MJ Cosgrove": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "MJ Fourie": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.19, - "recent_wickets_per_match": 0.0 - }, - "MJ Hoggard": { - "wickets_last5": [ - 1, - 1, - 6, - 5, - 0 - ], - "recent_economy": 3.13, - "recent_wickets_per_match": 2.6 - }, - "MJ Mindley": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.2, - "recent_wickets_per_match": 0.0 - }, - "MJ North": { - "wickets_last5": [ - 0, - 1, - 1, - 6, - 0 - ], - "recent_economy": 2.86, - "recent_wickets_per_match": 1.6 - }, - "MKDI Amerasinghe": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.2, - "recent_wickets_per_match": 1.0 - }, - "MKGCP Lakshitha": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 5.42, - "recent_wickets_per_match": 1.0 - }, - "ML Cummins": { - "wickets_last5": [ - 0, - 1, - 5, - 1, - 0 - ], - "recent_economy": 2.98, - "recent_wickets_per_match": 1.4 - }, - "ML Nkala": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 6.84, - "recent_wickets_per_match": 0.2 - }, - "MMA Jonkman": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.38, - "recent_wickets_per_match": 1.0 - }, - "MNK Fernando": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "MO Odumbe": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 4 - ], - "recent_economy": 5.14, - "recent_wickets_per_match": 0.8 - }, - "MP Vaughan": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.04, - "recent_wickets_per_match": 0.0 - }, - "MS Dhoni": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.13, - "recent_wickets_per_match": 0.0 - }, - "MS Kashyap": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "MS Tshabalala": { - "wickets_last5": [ - 1, - 0, - 1, - 1 - ], - "recent_economy": 5.58, - "recent_wickets_per_match": 0.75 - }, - "MT Chinouya": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 3.22, - "recent_wickets_per_match": 1.5 - }, - "MT Herbert": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "Maaz Sadaqat": { - "wickets_last5": [ - 0, - 0, - 3 - ], - "recent_economy": 4.88, - "recent_wickets_per_match": 1.0 - }, - "Mahbubul Alam": { - "wickets_last5": [ - 1, - 2, - 1 - ], - "recent_economy": 3.15, - "recent_wickets_per_match": 1.33 - }, - "Manjural Islam": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 3.04, - "recent_wickets_per_match": 1.5 - }, - "Manjural Islam Rana": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.58, - "recent_wickets_per_match": 0.0 - }, - "Misbah-ul-Haq": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.0 - }, - "Mohammad Abbas": { - "wickets_last5": [ - 4, - 6, - 3, - 7, - 3 - ], - "recent_economy": 2.94, - "recent_wickets_per_match": 4.6 - }, - "Mohammad Khalil": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.7, - "recent_wickets_per_match": 0.0 - }, - "Mohammad Mithun": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.62, - "recent_wickets_per_match": 0.0 - }, - "Mohammad Rafique": { - "wickets_last5": [ - 2, - 4, - 0, - 0, - 2 - ], - "recent_economy": 3.27, - "recent_wickets_per_match": 1.6 - }, - "Mohammad Talha": { - "wickets_last5": [ - 0, - 2, - 6, - 1 - ], - "recent_economy": 3.73, - "recent_wickets_per_match": 2.25 - }, - "Mohammad Yousuf": { - "wickets_last5": [ - 1 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 1.0 - }, - "Momina Riasat": { - "wickets_last5": [ - 2, - 2, - 2 - ], - "recent_economy": 4.14, - "recent_wickets_per_match": 2.0 - }, - "Mosharraf Hossain": { - "wickets_last5": [ - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.71, - "recent_wickets_per_match": 0.25 - }, - "Muhammad Shahdad": { - "wickets_last5": [ - 2, - 0, - 1, - 1, - 0 - ], - "recent_economy": 5.69, - "recent_wickets_per_match": 0.8 - }, - "Munir Dar": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.94, - "recent_wickets_per_match": 0.5 - }, - "Musa Ahmed": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "Mushfiqur Rahman": { - "wickets_last5": [ - 3, - 0, - 2, - 2 - ], - "recent_economy": 3.95, - "recent_wickets_per_match": 1.75 - }, - "Mushtaq Ahmed": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 3.87, - "recent_wickets_per_match": 1.0 - }, - "N Chaiwai": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.5, - "recent_wickets_per_match": 0.0 - }, - "N David": { - "wickets_last5": [ - 3, - 2 - ], - "recent_economy": 1.41, - "recent_wickets_per_match": 2.5 - }, - "N Ifill": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 6.15, - "recent_wickets_per_match": 0.0 - }, - "N Ncube": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.46, - "recent_wickets_per_match": 1.0 - }, - "N Pooran": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 1 - ], - "recent_economy": 5.89, - "recent_wickets_per_match": 0.4 - }, - "NA de Groot": { - "wickets_last5": [ - 2, - 1, - 0 - ], - "recent_economy": 6.52, - "recent_wickets_per_match": 1.0 - }, - "NAM McLean": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "NB Mahwire": { - "wickets_last5": [ - 4, - 4, - 3, - 0, - 0 - ], - "recent_economy": 4.21, - "recent_wickets_per_match": 2.2 - }, - "NE Bolton": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.0, - "recent_wickets_per_match": 0.0 - }, - "NGRP Jayasuriya": { - "wickets_last5": [ - 3, - 5, - 2, - 6, - 3 - ], - "recent_economy": 3.09, - "recent_wickets_per_match": 3.8 - }, - "NT Nyamhuri": { - "wickets_last5": [ - 6, - 2, - 0 - ], - "recent_economy": 4.11, - "recent_wickets_per_match": 2.67 - }, - "NT Pascal": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.62, - "recent_wickets_per_match": 0.0 - }, - "Nahida Khan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "Nishita Akter Nishi": { - "wickets_last5": [ - 0, - 1, - 0, - 1, - 1 - ], - "recent_economy": 4.58, - "recent_wickets_per_match": 0.6 - }, - "O Jones": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.75, - "recent_wickets_per_match": 0.0 - }, - "OA Shah": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.09, - "recent_wickets_per_match": 0.0 - }, - "OAC Banks": { - "wickets_last5": [ - 1, - 6, - 3 - ], - "recent_economy": 3.33, - "recent_wickets_per_match": 3.33 - }, - "PA de Silva": { - "wickets_last5": [ - 2, - 1, - 1, - 0, - 2 - ], - "recent_economy": 4.45, - "recent_wickets_per_match": 1.2 - }, - "PHT Kaushal": { - "wickets_last5": [ - 1, - 2, - 4, - 8, - 4 - ], - "recent_economy": 3.63, - "recent_wickets_per_match": 3.8 - }, - "PJ te Beest": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.71, - "recent_wickets_per_match": 0.0 - }, - "PJC Hoffmann": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 5.2, - "recent_wickets_per_match": 0.2 - }, - "PJK Mooney": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "PL Harris": { - "wickets_last5": [ - 2, - 1, - 2, - 5, - 2 - ], - "recent_economy": 2.05, - "recent_wickets_per_match": 2.4 - }, - "PLS Gamage": { - "wickets_last5": [ - 0, - 3, - 1, - 3, - 3 - ], - "recent_economy": 2.99, - "recent_wickets_per_match": 2.0 - }, - "PM Pushpakumara": { - "wickets_last5": [ - 5, - 4, - 3, - 2 - ], - "recent_economy": 3.63, - "recent_wickets_per_match": 3.5 - }, - "PR Adams": { - "wickets_last5": [ - 2, - 8, - 1, - 2 - ], - "recent_economy": 3.28, - "recent_wickets_per_match": 3.25 - }, - "PS Masvaure": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.35, - "recent_wickets_per_match": 0.0 - }, - "PT Collins": { - "wickets_last5": [ - 2, - 4, - 4, - 1, - 4 - ], - "recent_economy": 3.1, - "recent_wickets_per_match": 3.0 - }, - "PW Gunaratne": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 1 - ], - "recent_economy": 5.91, - "recent_wickets_per_match": 0.6 - }, - "PWDM Badalge": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 6.65, - "recent_wickets_per_match": 0.0 - }, - "Pratika Rawal": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.19, - "recent_wickets_per_match": 0.4 - }, - "Priya Mishra": { - "wickets_last5": [ - 2, - 2, - 0, - 3, - 2 - ], - "recent_economy": 5.67, - "recent_wickets_per_match": 1.8 - }, - "Qaiser Ali": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 3.03, - "recent_wickets_per_match": 0.5 - }, - "R Appidi": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.58, - "recent_wickets_per_match": 1.0 - }, - "R Clarke": { - "wickets_last5": [ - 3, - 1 - ], - "recent_economy": 2.07, - "recent_wickets_per_match": 2.0 - }, - "R Pasipanodya": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 5.12, - "recent_wickets_per_match": 0.33 - }, - "R Ugarkar": { - "wickets_last5": [ - 2, - 4, - 0, - 0, - 6 - ], - "recent_economy": 7.8, - "recent_wickets_per_match": 2.4 - }, - "RAP Nissanka": { - "wickets_last5": [ - 2, - 1, - 1, - 1, - 2 - ], - "recent_economy": 3.04, - "recent_wickets_per_match": 1.4 - }, - "RC Irani": { - "wickets_last5": [ - 0, - 3, - 3, - 0, - 0 - ], - "recent_economy": 4.54, - "recent_wickets_per_match": 1.2 - }, - "RD Steede": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 3.29, - "recent_wickets_per_match": 0.5 - }, - "RJ van Vuuren": { - "wickets_last5": [ - 1, - 0, - 2, - 5, - 0 - ], - "recent_economy": 5.69, - "recent_wickets_per_match": 1.6 - }, - "RK Whelan": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 5.94, - "recent_wickets_per_match": 1.0 - }, - "RL Johnson": { - "wickets_last5": [ - 10 - ], - "recent_economy": 2.72, - "recent_wickets_per_match": 10.0 - }, - "RL Powell": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.0 - }, - "RMMP Rathnayake": { - "wickets_last5": [ - 1, - 5, - 4, - 0, - 4 - ], - "recent_economy": 2.81, - "recent_wickets_per_match": 2.8 - }, - "RN Bhatia": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 5.41, - "recent_wickets_per_match": 0.2 - }, - "RO Hinds": { - "wickets_last5": [ - 1, - 3, - 0, - 4, - 0 - ], - "recent_economy": 3.8, - "recent_wickets_per_match": 1.6 - }, - "RO Hurley": { - "wickets_last5": [ - 0, - 2, - 1 - ], - "recent_economy": 3.97, - "recent_wickets_per_match": 1.0 - }, - "RP Arnold": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 0 - ], - "recent_economy": 4.95, - "recent_wickets_per_match": 0.6 - }, - "RP Lefebvre": { - "wickets_last5": [ - 2, - 1, - 0, - 1 - ], - "recent_economy": 3.47, - "recent_wickets_per_match": 1.0 - }, - "RR Beaton": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 5.44, - "recent_wickets_per_match": 0.5 - }, - "RR Rossouw": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 5.61, - "recent_wickets_per_match": 0.33 - }, - "RS Higgins": { - "wickets_last5": [ - 2, - 2, - 0 - ], - "recent_economy": 4.82, - "recent_wickets_per_match": 1.33 - }, - "RS Morton": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.55, - "recent_wickets_per_match": 0.0 - }, - "RV Uthappa": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 0.0 - }, - "RW Sims": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "RW Staple": { - "wickets_last5": [ - 2 - ], - "recent_economy": 7.18, - "recent_wickets_per_match": 2.0 - }, - "Rajin Saleh": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 4.23, - "recent_wickets_per_match": 0.2 - }, - "Rameez Shahzad": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.59, - "recent_wickets_per_match": 0.0 - }, - "Rashid Zia": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.02, - "recent_wickets_per_match": 0.0 - }, - "Reon King": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.39, - "recent_wickets_per_match": 1.0 - }, - "Rizwan Ahmed": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.54, - "recent_wickets_per_match": 0.0 - }, - "S Campbell": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.58, - "recent_wickets_per_match": 2.0 - }, - "S Chanderpaul": { - "wickets_last5": [ - 1, - 0, - 0, - 0 - ], - "recent_economy": 3.71, - "recent_wickets_per_match": 0.25 - }, - "S Chattergoon": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.29, - "recent_wickets_per_match": 0.0 - }, - "S Forbes": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.2, - "recent_wickets_per_match": 0.0 - }, - "S Mandhana": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.0 - }, - "S Mukuddem": { - "wickets_last5": [ - 3, - 2, - 1, - 4, - 0 - ], - "recent_economy": 4.52, - "recent_wickets_per_match": 2.0 - }, - "S Thuraisingam": { - "wickets_last5": [ - 0, - 2, - 1, - 2, - 1 - ], - "recent_economy": 4.81, - "recent_wickets_per_match": 1.2 - }, - "S Weerakoon": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.43, - "recent_wickets_per_match": 1.0 - }, - "SA Fritz": { - "wickets_last5": [ - 4, - 1, - 0 - ], - "recent_economy": 1.39, - "recent_wickets_per_match": 1.67 - }, - "SA Millanta": { - "wickets_last5": [ - 1, - 1, - 1 - ], - "recent_economy": 6.24, - "recent_wickets_per_match": 1.0 - }, - "SD Outerbridge": { - "wickets_last5": [ - 1 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 1.0 - }, - "SD Udal": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 3.3, - "recent_wickets_per_match": 1.0 - }, - "SF Burger": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.74, - "recent_wickets_per_match": 0.0 - }, - "SG Satghare": { - "wickets_last5": [ - 4, - 4 - ], - "recent_economy": 2.74, - "recent_wickets_per_match": 4.0 - }, - "SH Lewis": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 4.01, - "recent_wickets_per_match": 1.5 - }, - "SHT Kandamby": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 5.06, - "recent_wickets_per_match": 0.4 - }, - "SJ Cameron": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 6.21, - "recent_wickets_per_match": 1.5 - }, - "SJ Tsukigawa": { - "wickets_last5": [ - 2 - ], - "recent_economy": 2.5, - "recent_wickets_per_match": 2.0 - }, - "SK Burke": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.88, - "recent_wickets_per_match": 0.0 - }, - "SK Yadav": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.88, - "recent_wickets_per_match": 0.0 - }, - "SL Pujare": { - "wickets_last5": [ - 3, - 3 - ], - "recent_economy": 2.11, - "recent_wickets_per_match": 3.0 - }, - "SM Ervine": { - "wickets_last5": [ - 4 - ], - "recent_economy": 4.71, - "recent_wickets_per_match": 4.0 - }, - "SM Kavanagh": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 6.81, - "recent_wickets_per_match": 0.33 - }, - "SMA Priyanjan": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 8.63, - "recent_wickets_per_match": 0.4 - }, - "SP Jones": { - "wickets_last5": [ - 5, - 3, - 3, - 1, - 3 - ], - "recent_economy": 3.65, - "recent_wickets_per_match": 3.0 - }, - "SP de Alwis": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 4.91, - "recent_wickets_per_match": 0.5 - }, - "SS Upadhyay": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.56, - "recent_wickets_per_match": 0.0 - }, - "SSD Arachchige": { - "wickets_last5": [ - 0, - 0, - 2, - 2, - 0 - ], - "recent_economy": 9.75, - "recent_wickets_per_match": 0.8 - }, - "SV Bahutule": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.26, - "recent_wickets_per_match": 0.0 - }, - "SW Currie": { - "wickets_last5": [ - 0, - 2, - 1 - ], - "recent_economy": 3.81, - "recent_wickets_per_match": 1.0 - }, - "Saad Masood": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.65, - "recent_wickets_per_match": 0.0 - }, - "Sabahat Rasheed": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.29, - "recent_wickets_per_match": 0.5 - }, - "Saeed Anwar": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.75, - "recent_wickets_per_match": 1.0 - }, - "Sajjida Shah": { - "wickets_last5": [ - 4, - 2, - 2 - ], - "recent_economy": 2.9, - "recent_wickets_per_match": 2.67 - }, - "Salman Butt": { - "wickets_last5": [ - 0, - 0, - 1, - 0 - ], - "recent_economy": 4.57, - "recent_wickets_per_match": 0.25 - }, - "Sami Faridi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.22, - "recent_wickets_per_match": 0.0 - }, - "Samiullah Khan": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.46, - "recent_wickets_per_match": 0.0 - }, - "Sanjida Islam": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.0 - }, - "Sanwar Hossain": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 0 - ], - "recent_economy": 5.73, - "recent_wickets_per_match": 0.6 - }, - "Saqib Ali": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 5.32, - "recent_wickets_per_match": 0.5 - }, - "Saqlain Mushtaq": { - "wickets_last5": [ - 2, - 3, - 4 - ], - "recent_economy": 3.39, - "recent_wickets_per_match": 3.0 - }, - "Sarfraz Ahmed": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.0 - }, - "Saud Shakeel": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.92, - "recent_wickets_per_match": 0.0 - }, - "Shabbir Ahmed": { - "wickets_last5": [ - 5, - 7, - 7 - ], - "recent_economy": 2.43, - "recent_wickets_per_match": 6.33 - }, - "Shaiman Anwar": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.81, - "recent_wickets_per_match": 0.4 - }, - "Shamsur Rahman": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "Shathira Jakir": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.63, - "recent_wickets_per_match": 0.0 - }, - "Shoaib Khan": { - "wickets_last5": [ - 0, - 0, - 1, - 1, - 0 - ], - "recent_economy": 5.58, - "recent_wickets_per_match": 0.4 - }, - "Shubman Gill": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.86, - "recent_wickets_per_match": 0.0 - }, - "Skhawat Ali": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.2, - "recent_wickets_per_match": 0.0 - }, - "Subashis Roy": { - "wickets_last5": [ - 3, - 2, - 1, - 3 - ], - "recent_economy": 3.57, - "recent_wickets_per_match": 2.25 - }, - "Sunzamul Islam": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.4, - "recent_wickets_per_match": 1.0 - }, - "Surya Tamang": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 4.32, - "recent_wickets_per_match": 0.5 - }, - "T Bavuma": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 3.61, - "recent_wickets_per_match": 0.2 - }, - "T Maruma": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 2 - ], - "recent_economy": 5.7, - "recent_wickets_per_match": 0.6 - }, - "T Mayes": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.26, - "recent_wickets_per_match": 0.0 - }, - "T Mufudza": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.31, - "recent_wickets_per_match": 0.5 - }, - "T Ruma": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 3.6, - "recent_wickets_per_match": 1.0 - }, - "TBM de Leede": { - "wickets_last5": [ - 1, - 2, - 0, - 0, - 2 - ], - "recent_economy": 4.92, - "recent_wickets_per_match": 1.0 - }, - "TC Bastiampillai": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "TCB Fernando": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 4.36, - "recent_wickets_per_match": 0.2 - }, - "TE Tucker": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.67, - "recent_wickets_per_match": 0.0 - }, - "TG Gordon": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 0.0 - }, - "TJ Friend": { - "wickets_last5": [ - 1, - 0, - 0, - 0 - ], - "recent_economy": 6.42, - "recent_wickets_per_match": 0.25 - }, - "TJ Heggelman": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.86, - "recent_wickets_per_match": 2.0 - }, - "TK Canning": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 4.57, - "recent_wickets_per_match": 1.0 - }, - "TP Ura": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "TR Gripper": { - "wickets_last5": [ - 0, - 0, - 2 - ], - "recent_economy": 5.11, - "recent_wickets_per_match": 0.67 - }, - "TS Nethula": { - "wickets_last5": [ - 1, - 0, - 2, - 2, - 0 - ], - "recent_economy": 5.31, - "recent_wickets_per_match": 1.0 - }, - "TS Roland-Jones": { - "wickets_last5": [ - 3, - 4, - 2, - 8 - ], - "recent_economy": 3.72, - "recent_wickets_per_match": 4.25 - }, - "TT Samaraweera": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 2.64, - "recent_wickets_per_match": 0.2 - }, - "TW Hartley": { - "wickets_last5": [ - 2, - 4, - 3, - 5, - 9 - ], - "recent_economy": 3.15, - "recent_wickets_per_match": 4.6 - }, - "Talha Jubair": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.05, - "recent_wickets_per_match": 0.0 - }, - "Tamim Iqbal": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.68, - "recent_wickets_per_match": 0.0 - }, - "Tanbir Hayder": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.7, - "recent_wickets_per_match": 0.0 - }, - "Tapash Baisya": { - "wickets_last5": [ - 0, - 2, - 0, - 1, - 1 - ], - "recent_economy": 4.03, - "recent_wickets_per_match": 0.8 - }, - "Tareq Aziz": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.4, - "recent_wickets_per_match": 2.0 - }, - "Tushar Imran": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 0.0 - }, - "UDU Chandana": { - "wickets_last5": [ - 0, - 2, - 2 - ], - "recent_economy": 3.38, - "recent_wickets_per_match": 1.33 - }, - "Umar Amin": { - "wickets_last5": [ - 1, - 0, - 2 - ], - "recent_economy": 2.73, - "recent_wickets_per_match": 1.0 - }, - "Urooj Mumtaz": { - "wickets_last5": [ - 1, - 6 - ], - "recent_economy": 6.09, - "recent_wickets_per_match": 3.5 - }, - "Utkarsh Srivastava": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.25, - "recent_wickets_per_match": 0.0 - }, - "V Sibanda": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 0 - ], - "recent_economy": 5.75, - "recent_wickets_per_match": 0.2 - }, - "VC Drakes": { - "wickets_last5": [ - 3, - 2 - ], - "recent_economy": 3.24, - "recent_wickets_per_match": 2.5 - }, - "VO Lawes": { - "wickets_last5": [ - 3 - ], - "recent_economy": 5.21, - "recent_wickets_per_match": 3.0 - }, - "VS Solanki": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.21, - "recent_wickets_per_match": 0.2 - }, - "W Mwayenga": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 6.57, - "recent_wickets_per_match": 0.5 - }, - "W Sutherland": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 3.51, - "recent_wickets_per_match": 1.0 - }, - "WA Agar": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "WCA Ganegama": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.77, - "recent_wickets_per_match": 0.0 - }, - "WD Balaji Rao": { - "wickets_last5": [ - 0, - 2, - 1, - 2, - 4 - ], - "recent_economy": 5.05, - "recent_wickets_per_match": 1.8 - }, - "WF Stelling": { - "wickets_last5": [ - 0, - 3, - 1, - 2 - ], - "recent_economy": 3.11, - "recent_wickets_per_match": 1.5 - }, - "WS Jayantha": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 6.48, - "recent_wickets_per_match": 0.33 - }, - "WW Hinds": { - "wickets_last5": [ - 0, - 1, - 6, - 2 - ], - "recent_economy": 3.58, - "recent_wickets_per_match": 2.25 - }, - "Waqar Younis": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 3.88, - "recent_wickets_per_match": 2.0 - }, - "Wasim Akram": { - "wickets_last5": [ - 0, - 3, - 1, - 5, - 3 - ], - "recent_economy": 3.27, - "recent_wickets_per_match": 2.4 - }, - "XM Marshall": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 0.0 - }, - "Y Punja": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.08, - "recent_wickets_per_match": 0.0 - }, - "Yousuf Youhana": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "Zafar Gohar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.97, - "recent_wickets_per_match": 0.0 - }, - "Zahid Shah": { - "wickets_last5": [ - 3, - 4 - ], - "recent_economy": 4.22, - "recent_wickets_per_match": 3.5 - }, - "Zahid Shirzad": { - "wickets_last5": [ - 2, - 2, - 2 - ], - "recent_economy": 5.13, - "recent_wickets_per_match": 2.0 - }, - "Zain Abbas": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.89, - "recent_wickets_per_match": 1.0 - }, - "AC McDermott": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 6 - ], - "recent_economy": 9.34, - "recent_wickets_per_match": 1.6 - }, - "AJ Nair": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 8.24, - "recent_wickets_per_match": 0.4 - }, - "AK Heal": { - "wickets_last5": [ - 0, - 2, - 4 - ], - "recent_economy": 7.17, - "recent_wickets_per_match": 2.0 - }, - "AL Fekete": { - "wickets_last5": [ - 0, - 2, - 4, - 0, - 2 - ], - "recent_economy": 9.69, - "recent_wickets_per_match": 1.6 - }, - "AP O'Connor": { - "wickets_last5": [ - 2 - ], - "recent_economy": 7.38, - "recent_wickets_per_match": 2.0 - }, - "AR Beadle": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 7.62, - "recent_wickets_per_match": 1.0 - }, - "AR Keath": { - "wickets_last5": [ - 0 - ], - "recent_economy": 27.0, - "recent_wickets_per_match": 0.0 - }, - "AW O'Brien": { - "wickets_last5": [ - 0, - 4, - 0, - 2, - 0 - ], - "recent_economy": 8.66, - "recent_wickets_per_match": 1.2 - }, - "AW Summers": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.69, - "recent_wickets_per_match": 0.0 - }, - "B Doggett": { - "wickets_last5": [ - 3, - 5 - ], - "recent_economy": 4.38, - "recent_wickets_per_match": 4.0 - }, - "BAC Howell": { - "wickets_last5": [ - 4, - 0, - 6, - 0, - 0 - ], - "recent_economy": 7.63, - "recent_wickets_per_match": 2.0 - }, - "BE McGain": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.28, - "recent_wickets_per_match": 0.0 - }, - "BE Young": { - "wickets_last5": [ - 2, - 4, - 2, - 2 - ], - "recent_economy": 7.36, - "recent_wickets_per_match": 2.5 - }, - "BG Drew": { - "wickets_last5": [ - 4, - 2 - ], - "recent_economy": 7.32, - "recent_wickets_per_match": 3.0 - }, - "BG McDonald": { - "wickets_last5": [ - 2 - ], - "recent_economy": 9.33, - "recent_wickets_per_match": 2.0 - }, - "BJ Webster": { - "wickets_last5": [ - 3, - 1, - 2, - 2, - 0 - ], - "recent_economy": 3.25, - "recent_wickets_per_match": 1.6 - }, - "BL Couch": { - "wickets_last5": [ - 2, - 0, - 2, - 6, - 4 - ], - "recent_economy": 8.22, - "recent_wickets_per_match": 2.8 - }, - "BM Edmondson": { - "wickets_last5": [ - 2, - 4, - 4, - 8, - 2 - ], - "recent_economy": 8.87, - "recent_wickets_per_match": 4.0 - }, - "BR Dunk": { - "wickets_last5": [ - 2 - ], - "recent_economy": 10.88, - "recent_wickets_per_match": 2.0 - }, - "BS Dean": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.33, - "recent_wickets_per_match": 2.0 - }, - "C Kellaway": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.33, - "recent_wickets_per_match": 0.0 - }, - "C Stow": { - "wickets_last5": [ - 2, - 2, - 0, - 4, - 4 - ], - "recent_economy": 7.26, - "recent_wickets_per_match": 2.4 - }, - "C Valente": { - "wickets_last5": [ - 2, - 0, - 4, - 2, - 0 - ], - "recent_economy": 8.25, - "recent_wickets_per_match": 1.6 - }, - "CA Lynn": { - "wickets_last5": [ - 2, - 4, - 0 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 2.0 - }, - "CA Rose": { - "wickets_last5": [ - 2, - 4, - 0, - 2, - 2 - ], - "recent_economy": 11.14, - "recent_wickets_per_match": 2.0 - }, - "CD Hinchliffe": { - "wickets_last5": [ - 2, - 2, - 2, - 2, - 2 - ], - "recent_economy": 7.13, - "recent_wickets_per_match": 2.0 - }, - "CH Stobo": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 2.0 - }, - "CJ Borgas": { - "wickets_last5": [ - 0 - ], - "recent_economy": 20.0, - "recent_wickets_per_match": 0.0 - }, - "CJ Rocchiccioli": { - "wickets_last5": [ - 2, - 0, - 2, - 4, - 4 - ], - "recent_economy": 8.16, - "recent_wickets_per_match": 2.4 - }, - "CJ Simmons": { - "wickets_last5": [ - 2, - 0, - 0, - 4, - 0 - ], - "recent_economy": 6.17, - "recent_wickets_per_match": 1.2 - }, - "CJM Sabburg": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "CP Simpson": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.9, - "recent_wickets_per_match": 2.0 - }, - "CR Swan": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 2.0 - }, - "CS Sandri": { - "wickets_last5": [ - 3, - 2, - 0, - 1, - 2 - ], - "recent_economy": 4.87, - "recent_wickets_per_match": 1.6 - }, - "D Fallins": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.13, - "recent_wickets_per_match": 0.0 - }, - "D Warren": { - "wickets_last5": [ - 2, - 0, - 2 - ], - "recent_economy": 8.57, - "recent_wickets_per_match": 1.33 - }, - "DJ Pattinson": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.13, - "recent_wickets_per_match": 2.0 - }, - "DJM Moody": { - "wickets_last5": [ - 2, - 0, - 0, - 6, - 0 - ], - "recent_economy": 6.98, - "recent_wickets_per_match": 1.6 - }, - "DMK Grant": { - "wickets_last5": [ - 0, - 6 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 3.0 - }, - "DR Salpietro": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 8.12, - "recent_wickets_per_match": 1.0 - }, - "DW Lawrence": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 1 - ], - "recent_economy": 2.66, - "recent_wickets_per_match": 0.4 - }, - "Dilbar Hussain": { - "wickets_last5": [ - 2, - 4, - 4, - 6, - 0 - ], - "recent_economy": 8.7, - "recent_wickets_per_match": 3.2 - }, - "EP Gulbis": { - "wickets_last5": [ - 0, - 0, - 2, - 4, - 0 - ], - "recent_economy": 6.88, - "recent_wickets_per_match": 1.2 - }, - "F O'Neill": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 4 - ], - "recent_economy": 7.75, - "recent_wickets_per_match": 1.2 - }, - "GA West": { - "wickets_last5": [ - 0, - 0, - 4 - ], - "recent_economy": 10.21, - "recent_wickets_per_match": 1.33 - }, - "GD Putland": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 6.8, - "recent_wickets_per_match": 0.4 - }, - "GL Walker": { - "wickets_last5": [ - 0 - ], - "recent_economy": 13.5, - "recent_wickets_per_match": 0.0 - }, - "H Kerr": { - "wickets_last5": [ - 0, - 8, - 2, - 2, - 4 - ], - "recent_economy": 7.53, - "recent_wickets_per_match": 3.2 - }, - "H McKenzie": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 4 - ], - "recent_economy": 7.54, - "recent_wickets_per_match": 1.2 - }, - "HNA Conway": { - "wickets_last5": [ - 0, - 0, - 6, - 0, - 2 - ], - "recent_economy": 10.31, - "recent_wickets_per_match": 1.6 - }, - "HP Kingston": { - "wickets_last5": [ - 2, - 0, - 0, - 4, - 2 - ], - "recent_economy": 10.26, - "recent_wickets_per_match": 1.6 - }, - "HTRY Thornton": { - "wickets_last5": [ - 2, - 0, - 2, - 2, - 2 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 1.6 - }, - "HWR Cartwright": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.44, - "recent_wickets_per_match": 0.0 - }, - "Hassan Khan": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 8.42, - "recent_wickets_per_match": 0.4 - }, - "IA Moran": { - "wickets_last5": [ - 2, - 0, - 2 - ], - "recent_economy": 9.07, - "recent_wickets_per_match": 1.33 - }, - "Izharulhaq Naveed": { - "wickets_last5": [ - 0, - 0, - 2 - ], - "recent_economy": 8.33, - "recent_wickets_per_match": 0.67 - }, - "J Fraser-McGurk": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "J Kann": { - "wickets_last5": [ - 2, - 0, - 0 - ], - "recent_economy": 15.2, - "recent_wickets_per_match": 0.67 - }, - "J Merlo": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.74, - "recent_wickets_per_match": 0.0 - }, - "J Seymour": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 5.6, - "recent_wickets_per_match": 0.0 - }, - "J Wadia": { - "wickets_last5": [ - 4, - 0, - 2, - 0, - 0 - ], - "recent_economy": 7.22, - "recent_wickets_per_match": 1.2 - }, - "JA Burns": { - "wickets_last5": [ - 2, - 2, - 0, - 0, - 0 - ], - "recent_economy": 5.62, - "recent_wickets_per_match": 0.8 - }, - "JA Chohan": { - "wickets_last5": [ - 0, - 2, - 2, - 4, - 0 - ], - "recent_economy": 6.92, - "recent_wickets_per_match": 1.6 - }, - "JA Freeman": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 9.25, - "recent_wickets_per_match": 1.0 - }, - "JA Prestwidge": { - "wickets_last5": [ - 0, - 0, - 2, - 4, - 0 - ], - "recent_economy": 8.48, - "recent_wickets_per_match": 1.2 - }, - "JA Thompson": { - "wickets_last5": [ - 2 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 2.0 - }, - "JD Cook": { - "wickets_last5": [ - 0, - 4, - 2, - 0, - 4 - ], - "recent_economy": 8.39, - "recent_wickets_per_match": 2.0 - }, - "JJ Bazley": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 14.52, - "recent_wickets_per_match": 0.0 - }, - "JJS Sangha": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 9.1, - "recent_wickets_per_match": 0.4 - }, - "JK Lalor": { - "wickets_last5": [ - 0, - 2, - 0, - 2, - 0 - ], - "recent_economy": 7.17, - "recent_wickets_per_match": 0.8 - }, - "JK Reed": { - "wickets_last5": [ - 0, - 4, - 0, - 8, - 6 - ], - "recent_economy": 9.81, - "recent_wickets_per_match": 3.6 - }, - "JM Bird": { - "wickets_last5": [ - 0, - 4, - 7, - 3, - 7 - ], - "recent_economy": 3.31, - "recent_wickets_per_match": 4.2 - }, - "JM Herrick": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.4, - "recent_wickets_per_match": 0.0 - }, - "JM Holland": { - "wickets_last5": [ - 0, - 5, - 3, - 2 - ], - "recent_economy": 3.59, - "recent_wickets_per_match": 2.5 - }, - "JP Wood": { - "wickets_last5": [ - 0, - 4 - ], - "recent_economy": 10.25, - "recent_wickets_per_match": 2.0 - }, - "JR Coleman": { - "wickets_last5": [ - 8, - 6, - 0, - 0, - 0 - ], - "recent_economy": 6.08, - "recent_wickets_per_match": 2.8 - }, - "JS Buckingham": { - "wickets_last5": [ - 0, - 4, - 4 - ], - "recent_economy": 8.86, - "recent_wickets_per_match": 2.67 - }, - "JS Floros": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 2 - ], - "recent_economy": 10.6, - "recent_wickets_per_match": 0.4 - }, - "JS Lehmann": { - "wickets_last5": [ - 0, - 0, - 2, - 0 - ], - "recent_economy": 9.84, - "recent_wickets_per_match": 0.5 - }, - "JW Wells": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "Josh Brown": { - "wickets_last5": [ - 0 - ], - "recent_economy": 15.53, - "recent_wickets_per_match": 0.0 - }, - "KR Smith": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.0 - }, - "L Bowe": { - "wickets_last5": [ - 0, - 0, - 4, - 2, - 2 - ], - "recent_economy": 8.11, - "recent_wickets_per_match": 1.6 - }, - "L Guthrie": { - "wickets_last5": [ - 0, - 4, - 0, - 2, - 2 - ], - "recent_economy": 7.73, - "recent_wickets_per_match": 1.6 - }, - "L Haskett": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 4 - ], - "recent_economy": 12.18, - "recent_wickets_per_match": 1.2 - }, - "L Holt": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 10.4, - "recent_wickets_per_match": 0.67 - }, - "L Pope": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.62, - "recent_wickets_per_match": 2.0 - }, - "LA Doran": { - "wickets_last5": [ - 4, - 0, - 2, - 0, - 0 - ], - "recent_economy": 8.2, - "recent_wickets_per_match": 1.2 - }, - "LC Hatcher": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 2 - ], - "recent_economy": 8.02, - "recent_wickets_per_match": 0.8 - }, - "LN O'Connor": { - "wickets_last5": [ - 0, - 0, - 4, - 2, - 0 - ], - "recent_economy": 6.53, - "recent_wickets_per_match": 1.2 - }, - "LR Butterworth": { - "wickets_last5": [ - 2, - 2, - 4 - ], - "recent_economy": 6.88, - "recent_wickets_per_match": 2.67 - }, - "LW Feldman": { - "wickets_last5": [ - 2, - 0, - 2, - 2, - 4 - ], - "recent_economy": 8.67, - "recent_wickets_per_match": 2.0 - }, - "M Bean": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 8.42, - "recent_wickets_per_match": 2.0 - }, - "M Kelly": { - "wickets_last5": [ - 0, - 0, - 4, - 2, - 4 - ], - "recent_economy": 8.22, - "recent_wickets_per_match": 2.0 - }, - "M Perry": { - "wickets_last5": [ - 2, - 0, - 2, - 2, - 2 - ], - "recent_economy": 9.73, - "recent_wickets_per_match": 1.6 - }, - "MA Beer": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 2.61, - "recent_wickets_per_match": 1.5 - }, - "MG Gale": { - "wickets_last5": [ - 0, - 0, - 0, - 2 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.5 - }, - "MG Hogan": { - "wickets_last5": [ - 2, - 2, - 2, - 4, - 0 - ], - "recent_economy": 8.59, - "recent_wickets_per_match": 2.0 - }, - "MJ Johnston": { - "wickets_last5": [ - 2, - 2, - 0, - 0, - 2 - ], - "recent_economy": 7.97, - "recent_wickets_per_match": 1.2 - }, - "MJJ Critchley": { - "wickets_last5": [ - 0, - 0, - 4, - 0, - 0 - ], - "recent_economy": 9.38, - "recent_wickets_per_match": 0.8 - }, - "MR Day": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.86, - "recent_wickets_per_match": 0.0 - }, - "MT Steketee": { - "wickets_last5": [ - 0, - 8, - 10, - 6, - 2 - ], - "recent_economy": 5.52, - "recent_wickets_per_match": 5.2 - }, - "MW Archer": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.0 - }, - "MW Dixon": { - "wickets_last5": [ - 0, - 4, - 2 - ], - "recent_economy": 7.58, - "recent_wickets_per_match": 2.0 - }, - "MW Edwards": { - "wickets_last5": [ - 2, - 2, - 0 - ], - "recent_economy": 8.79, - "recent_wickets_per_match": 1.33 - }, - "N McAndrew": { - "wickets_last5": [ - 4, - 4, - 0, - 2, - 0 - ], - "recent_economy": 10.84, - "recent_wickets_per_match": 2.0 - }, - "NA McSweeney": { - "wickets_last5": [ - 0, - 0, - 2, - 6, - 2 - ], - "recent_economy": 7.65, - "recent_wickets_per_match": 2.0 - }, - "ND Bills": { - "wickets_last5": [ - 4 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 4.0 - }, - "ND Buchanan": { - "wickets_last5": [ - 2, - 4, - 2, - 0, - 0 - ], - "recent_economy": 9.66, - "recent_wickets_per_match": 1.6 - }, - "NJ Maddinson": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.0 - }, - "NJ Reardon": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 12.92, - "recent_wickets_per_match": 0.0 - }, - "NP Winter": { - "wickets_last5": [ - 0, - 0, - 0, - 6, - 4 - ], - "recent_economy": 6.93, - "recent_wickets_per_match": 2.0 - }, - "O Davies": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.15, - "recent_wickets_per_match": 0.0 - }, - "O Patterson": { - "wickets_last5": [ - 4, - 2, - 2 - ], - "recent_economy": 8.13, - "recent_wickets_per_match": 2.67 - }, - "P Hatzoglou": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 4 - ], - "recent_economy": 6.9, - "recent_wickets_per_match": 0.8 - }, - "PG Dooley": { - "wickets_last5": [ - 2, - 0, - 2, - 2, - 0 - ], - "recent_economy": 8.09, - "recent_wickets_per_match": 1.2 - }, - "PI Walter": { - "wickets_last5": [ - 0, - 0, - 0, - 4, - 2 - ], - "recent_economy": 9.35, - "recent_wickets_per_match": 1.2 - }, - "Qais Ahmad": { - "wickets_last5": [ - 2, - 4, - 2, - 2, - 4 - ], - "recent_economy": 5.05, - "recent_wickets_per_match": 2.8 - }, - "R Hadley": { - "wickets_last5": [ - 0, - 6, - 0, - 0 - ], - "recent_economy": 11.75, - "recent_wickets_per_match": 1.5 - }, - "RA Whiteley": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "RH McDonald": { - "wickets_last5": [ - 2 - ], - "recent_economy": 9.23, - "recent_wickets_per_match": 2.0 - }, - "RJ Gibson": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "RJG Lockyear": { - "wickets_last5": [ - 0, - 0, - 0, - 2 - ], - "recent_economy": 8.92, - "recent_wickets_per_match": 0.5 - }, - "RM Duffield": { - "wickets_last5": [ - 0, - 2, - 0, - 2, - 6 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 2.0 - }, - "RP Kellepotha": { - "wickets_last5": [ - 0, - 2, - 4 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 2.0 - }, - "RR Pawson": { - "wickets_last5": [ - 0 - ], - "recent_economy": 14.31, - "recent_wickets_per_match": 0.0 - }, - "S McGiffin": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 10.15, - "recent_wickets_per_match": 0.0 - }, - "S Milenko": { - "wickets_last5": [ - 0, - 2, - 0, - 4, - 2 - ], - "recent_economy": 8.69, - "recent_wickets_per_match": 1.6 - }, - "SCG MacGill": { - "wickets_last5": [ - 1, - 4, - 4, - 2, - 9 - ], - "recent_economy": 3.48, - "recent_wickets_per_match": 4.0 - }, - "SD Heazlett": { - "wickets_last5": [ - 0 - ], - "recent_economy": 15.0, - "recent_wickets_per_match": 0.0 - }, - "SJ Coyte (2)": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.42, - "recent_wickets_per_match": 0.0 - }, - "SJC Keen": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 8.88, - "recent_wickets_per_match": 1.0 - }, - "SL Rainbird": { - "wickets_last5": [ - 0, - 4, - 0, - 0, - 2 - ], - "recent_economy": 8.92, - "recent_wickets_per_match": 1.2 - }, - "SM Elliott": { - "wickets_last5": [ - 2, - 8, - 0, - 0, - 0 - ], - "recent_economy": 6.89, - "recent_wickets_per_match": 2.0 - }, - "Syed Faridoun": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.64, - "recent_wickets_per_match": 0.0 - }, - "T Murphy": { - "wickets_last5": [ - 1, - 6, - 1, - 4, - 1 - ], - "recent_economy": 3.44, - "recent_wickets_per_match": 2.6 - }, - "T Whitney": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 8.37, - "recent_wickets_per_match": 2.0 - }, - "TA Copeland": { - "wickets_last5": [ - 2, - 3, - 1 - ], - "recent_economy": 2.09, - "recent_wickets_per_match": 2.0 - }, - "TA Lammonby": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "TD Andrews": { - "wickets_last5": [ - 0, - 0, - 2, - 4, - 4 - ], - "recent_economy": 8.73, - "recent_wickets_per_match": 2.0 - }, - "TL Lawford": { - "wickets_last5": [ - 6, - 0, - 0, - 0, - 0 - ], - "recent_economy": 10.05, - "recent_wickets_per_match": 1.2 - }, - "TL O'Connell": { - "wickets_last5": [ - 2, - 4, - 2, - 0, - 0 - ], - "recent_economy": 7.85, - "recent_wickets_per_match": 1.6 - }, - "TP Doropoulos": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.43, - "recent_wickets_per_match": 0.0 - }, - "TS Rogers": { - "wickets_last5": [ - 0, - 2, - 4, - 4, - 2 - ], - "recent_economy": 8.44, - "recent_wickets_per_match": 2.4 - }, - "TW Gray": { - "wickets_last5": [ - 2 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 2.0 - }, - "Thomas Balkin": { - "wickets_last5": [ - 2, - 0, - 4, - 2, - 4 - ], - "recent_economy": 7.62, - "recent_wickets_per_match": 2.4 - }, - "W Parker": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 0 - ], - "recent_economy": 9.93, - "recent_wickets_per_match": 0.4 - }, - "W Prestwidge": { - "wickets_last5": [ - 0, - 4, - 0, - 4, - 0 - ], - "recent_economy": 9.05, - "recent_wickets_per_match": 1.6 - }, - "W Sanders": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 11.54, - "recent_wickets_per_match": 0.0 - }, - "WD Sheridan": { - "wickets_last5": [ - 2, - 2, - 0, - 8, - 4 - ], - "recent_economy": 8.68, - "recent_wickets_per_match": 3.2 - }, - "WER Somerville": { - "wickets_last5": [ - 0, - 0, - 1, - 3, - 4 - ], - "recent_economy": 3.17, - "recent_wickets_per_match": 1.6 - }, - "WG Bosisto": { - "wickets_last5": [ - 0, - 0, - 2, - 0 - ], - "recent_economy": 7.33, - "recent_wickets_per_match": 0.5 - }, - "Waqar Salamkheil": { - "wickets_last5": [ - 4 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 4.0 - }, - "XA Crone": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 10.2, - "recent_wickets_per_match": 0.0 - }, - "Z Evans": { - "wickets_last5": [ - 2, - 2, - 2, - 0, - 10 - ], - "recent_economy": 9.72, - "recent_wickets_per_match": 3.2 - }, - "Zahir Khan": { - "wickets_last5": [ - 0, - 4, - 6, - 2, - 2 - ], - "recent_economy": 7.02, - "recent_wickets_per_match": 2.8 - }, - "A Lyth": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 0.0 - }, - "Aamer Azmat": { - "wickets_last5": [ - 0 - ], - "recent_economy": 1.71, - "recent_wickets_per_match": 0.0 - }, - "Abdul Nasir": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 5.86, - "recent_wickets_per_match": 1.0 - }, - "Adnan Rasool": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.07, - "recent_wickets_per_match": 0.0 - }, - "Aftab Ibrahim": { - "wickets_last5": [ - 0, - 2, - 4 - ], - "recent_economy": 8.37, - "recent_wickets_per_match": 2.0 - }, - "Ahmed Safi Abdullah": { - "wickets_last5": [ - 2, - 4, - 2 - ], - "recent_economy": 8.12, - "recent_wickets_per_match": 2.67 - }, - "Ahsan Ali": { - "wickets_last5": [ - 2 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 2.0 - }, - "Ahsan Hafeez": { - "wickets_last5": [ - 0, - 2, - 0, - 4, - 0 - ], - "recent_economy": 9.36, - "recent_wickets_per_match": 1.2 - }, - "Aimal Khan": { - "wickets_last5": [ - 0, - 0, - 2, - 4, - 2 - ], - "recent_economy": 11.29, - "recent_wickets_per_match": 1.6 - }, - "Akbar-ur-Rehman": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 7.25, - "recent_wickets_per_match": 0.0 - }, - "Ali Majid": { - "wickets_last5": [ - 4, - 0 - ], - "recent_economy": 7.35, - "recent_wickets_per_match": 2.0 - }, - "Ali Raza": { - "wickets_last5": [ - 2, - 10, - 6, - 4, - 4 - ], - "recent_economy": 9.06, - "recent_wickets_per_match": 5.2 - }, - "Ali Shafiq": { - "wickets_last5": [ - 0, - 6, - 0, - 4 - ], - "recent_economy": 6.77, - "recent_wickets_per_match": 2.5 - }, - "Amad Butt": { - "wickets_last5": [ - 2, - 4, - 2, - 0, - 0 - ], - "recent_economy": 9.6, - "recent_wickets_per_match": 1.6 - }, - "Arif Yaqoob": { - "wickets_last5": [ - 2, - 2, - 4, - 6, - 0 - ], - "recent_economy": 6.48, - "recent_wickets_per_match": 2.8 - }, - "Arish Ali": { - "wickets_last5": [ - 0, - 8 - ], - "recent_economy": 8.79, - "recent_wickets_per_match": 4.0 - }, - "Ashar Zaidi": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 7.38, - "recent_wickets_per_match": 1.0 - }, - "Ashir Qureshi": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 8.71, - "recent_wickets_per_match": 1.0 - }, - "Asif Afridi": { - "wickets_last5": [ - 6 - ], - "recent_economy": 2.44, - "recent_wickets_per_match": 6.0 - }, - "Asif Mehmood": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 12.56, - "recent_wickets_per_match": 0.0 - }, - "Athar Mahmood": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 6.12, - "recent_wickets_per_match": 0.0 - }, - "Awais Zia": { - "wickets_last5": [ - 0 - ], - "recent_economy": 24.0, - "recent_wickets_per_match": 0.0 - }, - "BB McCullum": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 2.96, - "recent_wickets_per_match": 0.2 - }, - "BR Hampton": { - "wickets_last5": [ - 2 - ], - "recent_economy": 16.0, - "recent_wickets_per_match": 2.0 - }, - "CS Delport": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 4 - ], - "recent_economy": 9.71, - "recent_wickets_per_match": 1.2 - }, - "Fawad Ali": { - "wickets_last5": [ - 2, - 0, - 2, - 0, - 0 - ], - "recent_economy": 7.85, - "recent_wickets_per_match": 0.8 - }, - "Ghulam Mudassar": { - "wickets_last5": [ - 2, - 2, - 4, - 4, - 2 - ], - "recent_economy": 7.29, - "recent_wickets_per_match": 2.8 - }, - "Hassan Nawaz": { - "wickets_last5": [ - 0, - 4, - 0, - 0 - ], - "recent_economy": 10.83, - "recent_wickets_per_match": 1.0 - }, - "Hunain Shah": { - "wickets_last5": [ - 2, - 4, - 4, - 8, - 0 - ], - "recent_economy": 7.77, - "recent_wickets_per_match": 3.6 - }, - "Ibtisam Sheikh": { - "wickets_last5": [ - 4, - 0, - 0, - 4, - 2 - ], - "recent_economy": 7.67, - "recent_wickets_per_match": 2.0 - }, - "Imran Khalid": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 8 - ], - "recent_economy": 8.43, - "recent_wickets_per_match": 2.0 - }, - "Imran Khan (2)": { - "wickets_last5": [ - 1, - 2, - 6, - 4, - 2 - ], - "recent_economy": 3.25, - "recent_wickets_per_match": 3.0 - }, - "JK Fuller": { - "wickets_last5": [ - 6, - 4, - 4, - 2, - 4 - ], - "recent_economy": 7.97, - "recent_wickets_per_match": 4.0 - }, - "JL du Plooy": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.0, - "recent_wickets_per_match": 0.0 - }, - "Jalat Khan": { - "wickets_last5": [ - 2 - ], - "recent_economy": 12.67, - "recent_wickets_per_match": 2.0 - }, - "Kashif Bhatti": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 1.0 - }, - "Khalid Usman": { - "wickets_last5": [ - 2, - 2, - 0, - 2 - ], - "recent_economy": 7.3, - "recent_wickets_per_match": 1.5 - }, - "Khalil Ahmed": { - "wickets_last5": [ - 0, - 6, - 0 - ], - "recent_economy": 9.05, - "recent_wickets_per_match": 2.0 - }, - "Khurram Shahzad": { - "wickets_last5": [ - 8, - 0, - 2, - 4, - 7 - ], - "recent_economy": 4.28, - "recent_wickets_per_match": 4.2 - }, - "Mehran Mumtaz": { - "wickets_last5": [ - 0, - 2, - 2, - 0, - 4 - ], - "recent_economy": 6.55, - "recent_wickets_per_match": 1.6 - }, - "Mir Hamza": { - "wickets_last5": [ - 2, - 3, - 1, - 6, - 1 - ], - "recent_economy": 2.99, - "recent_wickets_per_match": 2.6 - }, - "Mohammad Amir Khan": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 10.75, - "recent_wickets_per_match": 0.4 - }, - "Mohammad Asghar": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 2 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.8 - }, - "Mohammad Azab": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "Mohammad Basit": { - "wickets_last5": [ - 2, - 4, - 0, - 2, - 6 - ], - "recent_economy": 7.01, - "recent_wickets_per_match": 2.8 - }, - "Mohammad Hamza": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 10.13, - "recent_wickets_per_match": 1.0 - }, - "Mohammad Ilyas": { - "wickets_last5": [ - 0, - 0, - 4, - 0, - 0 - ], - "recent_economy": 11.45, - "recent_wickets_per_match": 0.8 - }, - "Mohammad Imran": { - "wickets_last5": [ - 0, - 2, - 0, - 2, - 2 - ], - "recent_economy": 7.26, - "recent_wickets_per_match": 1.2 - }, - "Mohammad Imran (2)": { - "wickets_last5": [ - 2, - 2, - 0, - 2, - 2 - ], - "recent_economy": 7.2, - "recent_wickets_per_match": 1.6 - }, - "Mohammad Irfan (4)": { - "wickets_last5": [ - 4, - 0, - 2, - 0, - 4 - ], - "recent_economy": 9.58, - "recent_wickets_per_match": 2.0 - }, - "Mohammad Irfan (5)": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 12.18, - "recent_wickets_per_match": 0.0 - }, - "Mohammad Taha": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.44, - "recent_wickets_per_match": 0.0 - }, - "Mohammad Umar": { - "wickets_last5": [ - 4, - 2, - 2, - 0, - 2 - ], - "recent_economy": 9.56, - "recent_wickets_per_match": 2.0 - }, - "Mohammad Zeeshan": { - "wickets_last5": [ - 0, - 0, - 0, - 2 - ], - "recent_economy": 9.14, - "recent_wickets_per_match": 0.5 - }, - "Momin Qamar": { - "wickets_last5": [ - 0, - 2, - 0, - 6 - ], - "recent_economy": 8.71, - "recent_wickets_per_match": 2.0 - }, - "Mubasir Khan": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 10.24, - "recent_wickets_per_match": 0.4 - }, - "Muhammad Faizan": { - "wickets_last5": [ - 0, - 2, - 4 - ], - "recent_economy": 9.91, - "recent_wickets_per_match": 2.0 - }, - "Muhammad Ismail": { - "wickets_last5": [ - 2, - 2, - 6, - 4, - 2 - ], - "recent_economy": 8.93, - "recent_wickets_per_match": 3.2 - }, - "Muhammad Naeem": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 2.0 - }, - "Muhammad Shahzad": { - "wickets_last5": [ - 0, - 0, - 0, - 2 - ], - "recent_economy": 12.29, - "recent_wickets_per_match": 0.5 - }, - "Nabi Gul": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 0.0 - }, - "Nauman Ali": { - "wickets_last5": [ - 4, - 4, - 10, - 10, - 6 - ], - "recent_economy": 3.39, - "recent_wickets_per_match": 6.8 - }, - "Raja Farzan": { - "wickets_last5": [ - 0, - 4 - ], - "recent_economy": 4.58, - "recent_wickets_per_match": 2.0 - }, - "Razaullah": { - "wickets_last5": [ - 2, - 4 - ], - "recent_economy": 9.6, - "recent_wickets_per_match": 3.0 - }, - "Rizwanullah": { - "wickets_last5": [ - 4, - 2 - ], - "recent_economy": 9.95, - "recent_wickets_per_match": 3.0 - }, - "S Dadswell": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "Saif Badar": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 9.35, - "recent_wickets_per_match": 0.0 - }, - "Salman Fayyaz": { - "wickets_last5": [ - 0, - 2, - 2 - ], - "recent_economy": 8.7, - "recent_wickets_per_match": 1.33 - }, - "Salman Irshad": { - "wickets_last5": [ - 0, - 6, - 2, - 0, - 8 - ], - "recent_economy": 5.79, - "recent_wickets_per_match": 3.2 - }, - "Sameen Gul": { - "wickets_last5": [ - 2, - 0, - 4, - 0, - 4 - ], - "recent_economy": 8.6, - "recent_wickets_per_match": 2.0 - }, - "Sameer Minhas": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.86, - "recent_wickets_per_match": 0.0 - }, - "Saqib Khan": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 8.32, - "recent_wickets_per_match": 1.0 - }, - "Shahid Aziz": { - "wickets_last5": [ - 0, - 0, - 0, - 8, - 4 - ], - "recent_economy": 6.38, - "recent_wickets_per_match": 2.4 - }, - "Shehzad Gul": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "Sohaibullah": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.89, - "recent_wickets_per_match": 0.0 - }, - "Sohail Akhtar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 0.0 - }, - "Tayyab Abbas": { - "wickets_last5": [ - 0, - 6, - 0 - ], - "recent_economy": 6.88, - "recent_wickets_per_match": 2.0 - }, - "Ubaid Shah": { - "wickets_last5": [ - 0, - 6, - 2, - 2, - 0 - ], - "recent_economy": 9.54, - "recent_wickets_per_match": 2.0 - }, - "Umaid Asif": { - "wickets_last5": [ - 0, - 6, - 4, - 0, - 0 - ], - "recent_economy": 9.55, - "recent_wickets_per_match": 2.0 - }, - "Umer Khan": { - "wickets_last5": [ - 0, - 2, - 2, - 2, - 2 - ], - "recent_economy": 8.83, - "recent_wickets_per_match": 1.6 - }, - "Zeeshan Zameer": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 8.13, - "recent_wickets_per_match": 0.67 - }, - "Zia-ul-Haq": { - "wickets_last5": [ - 2, - 0, - 0, - 2, - 0 - ], - "recent_economy": 8.33, - "recent_wickets_per_match": 0.8 - }, - "Zohaib Khan": { - "wickets_last5": [ - 0, - 0, - 0, - 4, - 0 - ], - "recent_economy": 9.33, - "recent_wickets_per_match": 0.8 - }, - "AMA Dewar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.57, - "recent_wickets_per_match": 0.0 - }, - "AP Richardson": { - "wickets_last5": [ - 2 - ], - "recent_economy": 5.4, - "recent_wickets_per_match": 2.0 - }, - "AR Nedd": { - "wickets_last5": [ - 0, - 2, - 2, - 2, - 2 - ], - "recent_economy": 8.9, - "recent_wickets_per_match": 1.6 - }, - "C Archibald": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.78, - "recent_wickets_per_match": 0.0 - }, - "C Lamont": { - "wickets_last5": [ - 0, - 0, - 2, - 4 - ], - "recent_economy": 8.52, - "recent_wickets_per_match": 1.5 - }, - "CAK Walton": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.14, - "recent_wickets_per_match": 0.0 - }, - "D Potgieter": { - "wickets_last5": [ - 0, - 4 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 2.0 - }, - "DC Green": { - "wickets_last5": [ - 4, - 2, - 0, - 0 - ], - "recent_economy": 8.92, - "recent_wickets_per_match": 1.5 - }, - "DE Johnson": { - "wickets_last5": [ - 4, - 2, - 6, - 8, - 0 - ], - "recent_economy": 7.9, - "recent_wickets_per_match": 4.0 - }, - "DK Jacobs": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 15.69, - "recent_wickets_per_match": 0.0 - }, - "DYA Davis": { - "wickets_last5": [ - 2, - 2, - 2, - 2, - 0 - ], - "recent_economy": 6.93, - "recent_wickets_per_match": 1.6 - }, - "GD Pope": { - "wickets_last5": [ - 2, - 2, - 0 - ], - "recent_economy": 5.33, - "recent_wickets_per_match": 1.33 - }, - "I Khan": { - "wickets_last5": [ - 0, - 6 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 3.0 - }, - "I Khan (2)": { - "wickets_last5": [ - 0, - 0, - 2, - 6, - 2 - ], - "recent_economy": 6.06, - "recent_wickets_per_match": 2.0 - }, - "J Bishop": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.66, - "recent_wickets_per_match": 0.0 - }, - "J Glen": { - "wickets_last5": [ - 0, - 2, - 6, - 2, - 4 - ], - "recent_economy": 5.9, - "recent_wickets_per_match": 2.8 - }, - "J Layne": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 3.96, - "recent_wickets_per_match": 0.5 - }, - "J McAllister": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 2.0 - }, - "J Royal": { - "wickets_last5": [ - 0, - 2, - 0, - 4, - 2 - ], - "recent_economy": 7.29, - "recent_wickets_per_match": 1.6 - }, - "JA Foo": { - "wickets_last5": [ - 0 - ], - "recent_economy": 16.0, - "recent_wickets_per_match": 0.0 - }, - "JA Sinclair": { - "wickets_last5": [ - 2, - 0, - 0, - 2, - 0 - ], - "recent_economy": 10.34, - "recent_wickets_per_match": 0.8 - }, - "JA Warrican": { - "wickets_last5": [ - 4, - 1, - 0, - 0, - 10 - ], - "recent_economy": 2.74, - "recent_wickets_per_match": 3.0 - }, - "JB Lintott": { - "wickets_last5": [ - 0, - 0, - 4, - 0, - 4 - ], - "recent_economy": 7.2, - "recent_wickets_per_match": 1.6 - }, - "JC Carmichael": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 9.19, - "recent_wickets_per_match": 0.4 - }, - "JJ Athanaze": { - "wickets_last5": [ - 4, - 0 - ], - "recent_economy": 7.74, - "recent_wickets_per_match": 2.0 - }, - "JL Jaggesar": { - "wickets_last5": [ - 2, - 0, - 2, - 4, - 2 - ], - "recent_economy": 9.51, - "recent_wickets_per_match": 2.0 - }, - "JM James": { - "wickets_last5": [ - 2, - 2, - 0, - 2, - 0 - ], - "recent_economy": 6.32, - "recent_wickets_per_match": 1.2 - }, - "JS Louis": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 4 - ], - "recent_economy": 9.33, - "recent_wickets_per_match": 0.8 - }, - "JU Goolie": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 10.5, - "recent_wickets_per_match": 0.0 - }, - "K Alleyne": { - "wickets_last5": [ - 0, - 0, - 8 - ], - "recent_economy": 10.54, - "recent_wickets_per_match": 2.67 - }, - "K Campbell": { - "wickets_last5": [ - 2 - ], - "recent_economy": 17.5, - "recent_wickets_per_match": 2.0 - }, - "K Gaston": { - "wickets_last5": [ - 0, - 0, - 4, - 6, - 0 - ], - "recent_economy": 10.43, - "recent_wickets_per_match": 2.0 - }, - "K Magram": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "K Pitman": { - "wickets_last5": [ - 0, - 0, - 6 - ], - "recent_economy": 9.19, - "recent_wickets_per_match": 2.0 - }, - "K Ramsaran": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 0.0 - }, - "KHM James": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 0 - ], - "recent_economy": 10.29, - "recent_wickets_per_match": 0.4 - }, - "KJ Cottoy": { - "wickets_last5": [ - 2, - 2, - 10, - 2, - 2 - ], - "recent_economy": 5.94, - "recent_wickets_per_match": 3.6 - }, - "LAS Sebastien": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 0 - ], - "recent_economy": 7.85, - "recent_wickets_per_match": 0.4 - }, - "LM Edward": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "M Clarke": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 11.12, - "recent_wickets_per_match": 0.0 - }, - "M Deyal": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 4 - ], - "recent_economy": 8.78, - "recent_wickets_per_match": 1.2 - }, - "M Govia": { - "wickets_last5": [ - 2, - 2, - 0 - ], - "recent_economy": 8.57, - "recent_wickets_per_match": 1.33 - }, - "M Matthew": { - "wickets_last5": [ - 0, - 6, - 2, - 0, - 0 - ], - "recent_economy": 6.82, - "recent_wickets_per_match": 1.6 - }, - "M Pretorius": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 0 - ], - "recent_economy": 10.12, - "recent_wickets_per_match": 0.4 - }, - "N Edward": { - "wickets_last5": [ - 2, - 6, - 4, - 6, - 2 - ], - "recent_economy": 8.05, - "recent_wickets_per_match": 4.0 - }, - "N Smith": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.52, - "recent_wickets_per_match": 0.0 - }, - "NA Gordon": { - "wickets_last5": [ - 4, - 2, - 0, - 0, - 0 - ], - "recent_economy": 9.19, - "recent_wickets_per_match": 1.2 - }, - "NA Sowter": { - "wickets_last5": [ - 4 - ], - "recent_economy": 9.25, - "recent_wickets_per_match": 4.0 - }, - "ND Stewart": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 9.09, - "recent_wickets_per_match": 0.4 - }, - "NRJ Young": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 0 - ], - "recent_economy": 8.79, - "recent_wickets_per_match": 0.4 - }, - "O Peters": { - "wickets_last5": [ - 0, - 4, - 0, - 0, - 0 - ], - "recent_economy": 9.28, - "recent_wickets_per_match": 0.8 - }, - "PAS McSween": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 9.93, - "recent_wickets_per_match": 1.0 - }, - "PG Wintz": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.16, - "recent_wickets_per_match": 0.0 - }, - "RA Wiggins": { - "wickets_last5": [ - 0 - ], - "recent_economy": 13.33, - "recent_wickets_per_match": 0.0 - }, - "RD John": { - "wickets_last5": [ - 2, - 0, - 4, - 4, - 0 - ], - "recent_economy": 10.39, - "recent_wickets_per_match": 2.0 - }, - "ROO Jordan": { - "wickets_last5": [ - 0, - 4, - 6, - 0 - ], - "recent_economy": 7.95, - "recent_wickets_per_match": 2.5 - }, - "RRS Cornwall": { - "wickets_last5": [ - 1, - 2, - 1, - 0, - 5 - ], - "recent_economy": 2.76, - "recent_wickets_per_match": 1.8 - }, - "RS Primus": { - "wickets_last5": [ - 2, - 6, - 4, - 0, - 0 - ], - "recent_economy": 9.42, - "recent_wickets_per_match": 2.4 - }, - "Ramaal Lewis": { - "wickets_last5": [ - 0, - 4, - 0, - 2, - 4 - ], - "recent_economy": 6.82, - "recent_wickets_per_match": 2.0 - }, - "S Descarte": { - "wickets_last5": [ - 0, - 2, - 0, - 2, - 2 - ], - "recent_economy": 7.28, - "recent_wickets_per_match": 1.2 - }, - "S Shillingford": { - "wickets_last5": [ - 1, - 5, - 1, - 5, - 5 - ], - "recent_economy": 3.36, - "recent_wickets_per_match": 3.4 - }, - "SA Jacobs": { - "wickets_last5": [ - 0, - 0, - 2, - 2, - 0 - ], - "recent_economy": 8.69, - "recent_wickets_per_match": 0.8 - }, - "SA Lewis": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 6.77, - "recent_wickets_per_match": 0.67 - }, - "T Webster": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "TA Willett": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 0.0 - }, - "TJ Bishop": { - "wickets_last5": [ - 2 - ], - "recent_economy": 8.33, - "recent_wickets_per_match": 2.0 - }, - "A Bulow": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.75, - "recent_wickets_per_match": 0.5 - }, - "A Goenka": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 7.2, - "recent_wickets_per_match": 0.5 - }, - "A Gordon": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.78, - "recent_wickets_per_match": 1.0 - }, - "A Koul": { - "wickets_last5": [ - 0 - ], - "recent_economy": 15.0, - "recent_wickets_per_match": 0.0 - }, - "A Makesh": { - "wickets_last5": [ - 2, - 0, - 4, - 0 - ], - "recent_economy": 6.18, - "recent_wickets_per_match": 1.5 - }, - "A Muoki": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.75, - "recent_wickets_per_match": 0.0 - }, - "A Nakayama": { - "wickets_last5": [ - 1, - 1, - 1, - 0 - ], - "recent_economy": 2.78, - "recent_wickets_per_match": 0.75 - }, - "A Peters": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.85, - "recent_wickets_per_match": 1.0 - }, - "A Sanford": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 3.63, - "recent_wickets_per_match": 0.5 - }, - "A Suda": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.14, - "recent_wickets_per_match": 0.0 - }, - "A Tissera": { - "wickets_last5": [ - 4 - ], - "recent_economy": 7.27, - "recent_wickets_per_match": 4.0 - }, - "A Ueda": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 1.0 - }, - "A Umetani": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.88, - "recent_wickets_per_match": 0.0 - }, - "A van Schoor": { - "wickets_last5": [ - 0, - 2, - 0, - 0 - ], - "recent_economy": 3.43, - "recent_wickets_per_match": 0.5 - }, - "A van den Berg": { - "wickets_last5": [ - 3, - 0 - ], - "recent_economy": 5.86, - "recent_wickets_per_match": 1.5 - }, - "AA Premji": { - "wickets_last5": [ - 3 - ], - "recent_economy": 3.12, - "recent_wickets_per_match": 3.0 - }, - "AD Kamania": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.0 - }, - "AG Dugmore": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.25, - "recent_wickets_per_match": 0.0 - }, - "AM Ally": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.2, - "recent_wickets_per_match": 0.0 - }, - "AM Hicks": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 2.0 - }, - "AW Kay": { - "wickets_last5": [ - 1, - 2, - 1, - 0, - 3 - ], - "recent_economy": 6.28, - "recent_wickets_per_match": 1.4 - }, - "Abdalah Lubega": { - "wickets_last5": [ - 0 - ], - "recent_economy": 15.0, - "recent_wickets_per_match": 0.0 - }, - "Abdul Manan": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 5.38, - "recent_wickets_per_match": 1.0 - }, - "Abdul Sadiq": { - "wickets_last5": [ - 1, - 1, - 1, - 1 - ], - "recent_economy": 7.9, - "recent_wickets_per_match": 1.0 - }, - "Abdullah Shahid": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 27.43, - "recent_wickets_per_match": 0.0 - }, - "Abhinav Raman": { - "wickets_last5": [ - 2 - ], - "recent_economy": 11.75, - "recent_wickets_per_match": 2.0 - }, - "Abhiraj Singh": { - "wickets_last5": [ - 0, - 2, - 1 - ], - "recent_economy": 7.32, - "recent_wickets_per_match": 1.0 - }, - "Abraash Khan": { - "wickets_last5": [ - 3 - ], - "recent_economy": 1.38, - "recent_wickets_per_match": 3.0 - }, - "Adil Afzal": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 0.0 - }, - "Adil Bhatti": { - "wickets_last5": [ - 1, - 1, - 1, - 0, - 0 - ], - "recent_economy": 6.57, - "recent_wickets_per_match": 0.6 - }, - "Adnan Liaquat": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.8, - "recent_wickets_per_match": 0.0 - }, - "Adri van der Merwe": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.29, - "recent_wickets_per_match": 0.0 - }, - "Aftab Ahmed (2)": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 8.28, - "recent_wickets_per_match": 0.2 - }, - "Afzal Faiz": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 15.67, - "recent_wickets_per_match": 0.0 - }, - "Afzal Saleem": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 5.5, - "recent_wickets_per_match": 2.0 - }, - "Ahmad Mushtaq": { - "wickets_last5": [ - 0, - 0, - 1, - 1 - ], - "recent_economy": 6.27, - "recent_wickets_per_match": 0.5 - }, - "Ahmed Ameel": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 9.84, - "recent_wickets_per_match": 0.5 - }, - "Ahram Jeong": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.92, - "recent_wickets_per_match": 1.0 - }, - "Ahsan Yusuf": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "Alkandari Abdulrahman": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.09, - "recent_wickets_per_match": 0.0 - }, - "Arshad Hayat": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "Asim Khurshid": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.0 - }, - "Aslam Doria": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 19.09, - "recent_wickets_per_match": 1.0 - }, - "Azam Mohammad": { - "wickets_last5": [ - 2, - 3, - 1 - ], - "recent_economy": 5.52, - "recent_wickets_per_match": 2.0 - }, - "Azan Baig": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.5 - }, - "Azmatullah Nazeer": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 0 - ], - "recent_economy": 6.63, - "recent_wickets_per_match": 0.4 - }, - "B Bugingo": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.92, - "recent_wickets_per_match": 0.0 - }, - "B Kynman": { - "wickets_last5": [ - 4, - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.62, - "recent_wickets_per_match": 0.8 - }, - "B Tau": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "BA Simango": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 6.2, - "recent_wickets_per_match": 0.33 - }, - "BS Bartley": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 0 - ], - "recent_economy": 11.33, - "recent_wickets_per_match": 0.4 - }, - "Basiru Jaye": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 8.27, - "recent_wickets_per_match": 0.5 - }, - "Bastaki Mahmoud": { - "wickets_last5": [ - 1 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 1.0 - }, - "Bilal Ahmed": { - "wickets_last5": [ - 3, - 0, - 1 - ], - "recent_economy": 6.88, - "recent_wickets_per_match": 1.33 - }, - "Bilal Mansoor": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.12, - "recent_wickets_per_match": 0.0 - }, - "C Appel": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.5 - }, - "C George": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.77, - "recent_wickets_per_match": 0.0 - }, - "C Lenyatsa": { - "wickets_last5": [ - 2 - ], - "recent_economy": 5.08, - "recent_wickets_per_match": 2.0 - }, - "C Peake": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 5.38, - "recent_wickets_per_match": 1.0 - }, - "C Zhou": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.54, - "recent_wickets_per_match": 0.0 - }, - "CF Snyman": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 10.67, - "recent_wickets_per_match": 0.0 - }, - "CJ Bodenstein": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 1 - ], - "recent_economy": 5.4, - "recent_wickets_per_match": 0.8 - }, - "CJ Erkelens": { - "wickets_last5": [ - 0, - 3, - 0 - ], - "recent_economy": 3.63, - "recent_wickets_per_match": 1.0 - }, - "CN Onwuzulike": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 3.87, - "recent_wickets_per_match": 1.0 - }, - "CR Amini": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 1 - ], - "recent_economy": 7.85, - "recent_wickets_per_match": 0.8 - }, - "CR Foggo": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "CR Kumarage": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "CS Mugeri": { - "wickets_last5": [ - 2, - 0, - 2, - 0, - 1 - ], - "recent_economy": 4.68, - "recent_wickets_per_match": 1.0 - }, - "CW Coombe": { - "wickets_last5": [ - 2, - 4, - 1, - 0, - 1 - ], - "recent_economy": 5.12, - "recent_wickets_per_match": 1.6 - }, - "Chen Jinfeng": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 14.18, - "recent_wickets_per_match": 0.0 - }, - "D Benoit": { - "wickets_last5": [ - 1, - 2, - 1 - ], - "recent_economy": 6.08, - "recent_wickets_per_match": 1.33 - }, - "D Daesrath": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.0 - }, - "D Desandri": { - "wickets_last5": [ - 0, - 1, - 1, - 1 - ], - "recent_economy": 5.6, - "recent_wickets_per_match": 0.75 - }, - "D Duraisingam": { - "wickets_last5": [ - 4, - 2, - 2, - 1, - 3 - ], - "recent_economy": 7.21, - "recent_wickets_per_match": 2.4 - }, - "D Massil": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.29, - "recent_wickets_per_match": 0.0 - }, - "D Shabbir": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 4.26, - "recent_wickets_per_match": 1.5 - }, - "D Sutherland": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 11.79, - "recent_wickets_per_match": 0.5 - }, - "DA Marage": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.86, - "recent_wickets_per_match": 0.0 - }, - "DG Crowley": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 0 - ], - "recent_economy": 5.72, - "recent_wickets_per_match": 0.6 - }, - "DJ Hawke": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 9.16, - "recent_wickets_per_match": 1.0 - }, - "DJ Wakefield": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.0 - }, - "DK Arinaitwe": { - "wickets_last5": [ - 0, - 3, - 1, - 0, - 0 - ], - "recent_economy": 6.28, - "recent_wickets_per_match": 0.8 - }, - "DSF Arsakulasuriya": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.5 - }, - "Danial Ahmed": { - "wickets_last5": [ - 5, - 2, - 1, - 2 - ], - "recent_economy": 5.58, - "recent_wickets_per_match": 2.5 - }, - "E Kobayashi": { - "wickets_last5": [ - 1, - 0, - 1, - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.5 - }, - "E Ngegba": { - "wickets_last5": [ - 3, - 3, - 0 - ], - "recent_economy": 5.05, - "recent_wickets_per_match": 2.0 - }, - "E Solomon": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 0.0 - }, - "EA MacDermott": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.44, - "recent_wickets_per_match": 0.0 - }, - "EH Dusabemungu": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 0 - ], - "recent_economy": 9.47, - "recent_wickets_per_match": 0.6 - }, - "ELT de Lange": { - "wickets_last5": [ - 1, - 0, - 0, - 2, - 0 - ], - "recent_economy": 4.65, - "recent_wickets_per_match": 0.6 - }, - "F Ndayisenga": { - "wickets_last5": [ - 0 - ], - "recent_economy": 13.71, - "recent_wickets_per_match": 0.0 - }, - "F Sutherland": { - "wickets_last5": [ - 0, - 1, - 0, - 0, - 0 - ], - "recent_economy": 8.16, - "recent_wickets_per_match": 0.2 - }, - "F Vaaetasi": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 6.62, - "recent_wickets_per_match": 0.0 - }, - "F Vaelua": { - "wickets_last5": [ - 0, - 0, - 2, - 0 - ], - "recent_economy": 1.85, - "recent_wickets_per_match": 0.5 - }, - "Fahad Nawaz": { - "wickets_last5": [ - 2, - 2 - ], - "recent_economy": 4.62, - "recent_wickets_per_match": 2.0 - }, - "Faheem Afrad": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 6.65, - "recent_wickets_per_match": 0.33 - }, - "Faruq Hakimin": { - "wickets_last5": [ - 0, - 4, - 3 - ], - "recent_economy": 3.89, - "recent_wickets_per_match": 2.33 - }, - "Feng Yu": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.57, - "recent_wickets_per_match": 0.0 - }, - "Fiaz Ahmad": { - "wickets_last5": [ - 3 - ], - "recent_economy": 5.75, - "recent_wickets_per_match": 3.0 - }, - "Fiaz Ahmed": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "GJ Savage": { - "wickets_last5": [ - 2 - ], - "recent_economy": 7.92, - "recent_wickets_per_match": 2.0 - }, - "GLB Lamplough": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "Ghazanfar Ali": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.17, - "recent_wickets_per_match": 0.0 - }, - "H Min Jian": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.5 - }, - "H Ramaiya": { - "wickets_last5": [ - 0, - 0, - 1, - 1 - ], - "recent_economy": 9.24, - "recent_wickets_per_match": 0.5 - }, - "H Shahid": { - "wickets_last5": [ - 2, - 1, - 3, - 2, - 1 - ], - "recent_economy": 5.8, - "recent_wickets_per_match": 1.8 - }, - "H de Klerk": { - "wickets_last5": [ - 0, - 0, - 2, - 0 - ], - "recent_economy": 4.98, - "recent_wickets_per_match": 0.5 - }, - "HB Kayondo": { - "wickets_last5": [ - 2 - ], - "recent_economy": 5.5, - "recent_wickets_per_match": 2.0 - }, - "HH Banner": { - "wickets_last5": [ - 0, - 1, - 0, - 2 - ], - "recent_economy": 10.52, - "recent_wickets_per_match": 0.75 - }, - "HH Patel": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 0 - ], - "recent_economy": 8.33, - "recent_wickets_per_match": 0.2 - }, - "HML Madushani": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.0 - }, - "HR Bhamu": { - "wickets_last5": [ - 0, - 2, - 1 - ], - "recent_economy": 3.44, - "recent_wickets_per_match": 1.0 - }, - "HS Saili": { - "wickets_last5": [ - 3, - 3 - ], - "recent_economy": 2.81, - "recent_wickets_per_match": 3.0 - }, - "Hammad Saeed": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 6.12, - "recent_wickets_per_match": 0.67 - }, - "Han Junhui": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.14, - "recent_wickets_per_match": 0.0 - }, - "Harvinder Singh": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "Hassan Ghulam": { - "wickets_last5": [ - 3, - 3, - 0, - 0 - ], - "recent_economy": 5.69, - "recent_wickets_per_match": 1.5 - }, - "Hassan Ibrahim": { - "wickets_last5": [ - 0, - 0, - 3 - ], - "recent_economy": 7.09, - "recent_wickets_per_match": 1.0 - }, - "Hisham Mirza": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 4.86, - "recent_wickets_per_match": 1.0 - }, - "Hongki Kim": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "Hou Rui": { - "wickets_last5": [ - 1 - ], - "recent_economy": 9.43, - "recent_wickets_per_match": 1.0 - }, - "I Medhi": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.29, - "recent_wickets_per_match": 0.0 - }, - "IA Gidwani": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.25, - "recent_wickets_per_match": 0.5 - }, - "IDGP Kisawa": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 6.33, - "recent_wickets_per_match": 0.5 - }, - "Ibrahim Vhora": { - "wickets_last5": [ - 3, - 0, - 0 - ], - "recent_economy": 7.15, - "recent_wickets_per_match": 1.0 - }, - "Ibrarul Haq": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.4 - }, - "Ihsan Ullah": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.89, - "recent_wickets_per_match": 1.0 - }, - "Imran Ali": { - "wickets_last5": [ - 0, - 0, - 3, - 5 - ], - "recent_economy": 4.85, - "recent_wickets_per_match": 2.0 - }, - "Imran Awan": { - "wickets_last5": [ - 3, - 0, - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.75 - }, - "Imran Patel": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 8.07, - "recent_wickets_per_match": 0.33 - }, - "Imran ullah Gul": { - "wickets_last5": [ - 1 - ], - "recent_economy": 8.21, - "recent_wickets_per_match": 1.0 - }, - "Inho Cha": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 6.47, - "recent_wickets_per_match": 0.33 - }, - "Inyeong Oh": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.54, - "recent_wickets_per_match": 1.0 - }, - "Irfan Bhima": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.25, - "recent_wickets_per_match": 1.0 - }, - "J Adderley": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.3, - "recent_wickets_per_match": 0.0 - }, - "J Bartholemew": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 4.06, - "recent_wickets_per_match": 0.5 - }, - "J Benjamin": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 7.62, - "recent_wickets_per_match": 0.33 - }, - "J Chilia": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.0 - }, - "J Davidson": { - "wickets_last5": [ - 1, - 1, - 1, - 1 - ], - "recent_economy": 7.45, - "recent_wickets_per_match": 1.0 - }, - "J Gilbert": { - "wickets_last5": [ - 1, - 1, - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.0 - }, - "J Kida": { - "wickets_last5": [ - 1, - 1, - 2, - 3 - ], - "recent_economy": 8.08, - "recent_wickets_per_match": 1.75 - }, - "J Roper": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.32, - "recent_wickets_per_match": 1.0 - }, - "J Valenikuila": { - "wickets_last5": [ - 1 - ], - "recent_economy": 14.25, - "recent_wickets_per_match": 1.0 - }, - "J West": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.38, - "recent_wickets_per_match": 0.0 - }, - "J Yamashita": { - "wickets_last5": [ - 1, - 2, - 2, - 0, - 1 - ], - "recent_economy": 5.09, - "recent_wickets_per_match": 1.2 - }, - "JA DeSilva": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 6.27, - "recent_wickets_per_match": 0.5 - }, - "JH Patel": { - "wickets_last5": [ - 3, - 0 - ], - "recent_economy": 8.64, - "recent_wickets_per_match": 1.5 - }, - "JK Chandubhai": { - "wickets_last5": [ - 1, - 0, - 0, - 0 - ], - "recent_economy": 6.62, - "recent_wickets_per_match": 0.25 - }, - "JW Jenner": { - "wickets_last5": [ - 0 - ], - "recent_economy": 13.0, - "recent_wickets_per_match": 0.0 - }, - "Jagdeep Singh": { - "wickets_last5": [ - 1 - ], - "recent_economy": 8.8, - "recent_wickets_per_match": 1.0 - }, - "Jannadiah Halim": { - "wickets_last5": [ - 0, - 2, - 6, - 2, - 0 - ], - "recent_economy": 3.86, - "recent_wickets_per_match": 2.0 - }, - "Jannisar Khan": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.33 - }, - "Jawad Muhammad": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "Jinseup Park": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.86, - "recent_wickets_per_match": 1.0 - }, - "Jiwon Choi": { - "wickets_last5": [ - 3, - 1, - 0, - 0, - 3 - ], - "recent_economy": 5.3, - "recent_wickets_per_match": 1.4 - }, - "Jubaid Ahamed": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 0.0 - }, - "K Ahir": { - "wickets_last5": [ - 0, - 4, - 0, - 0 - ], - "recent_economy": 6.57, - "recent_wickets_per_match": 1.0 - }, - "K Anderson": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 2.82, - "recent_wickets_per_match": 1.5 - }, - "K Ganesh": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 1 - ], - "recent_economy": 6.17, - "recent_wickets_per_match": 0.8 - }, - "K Ishimoto": { - "wickets_last5": [ - 1, - 0, - 3 - ], - "recent_economy": 4.06, - "recent_wickets_per_match": 1.33 - }, - "K Roca": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 1.0 - }, - "K Saesong": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.69, - "recent_wickets_per_match": 0.0 - }, - "K Seura": { - "wickets_last5": [ - 0, - 0, - 2, - 0 - ], - "recent_economy": 2.48, - "recent_wickets_per_match": 0.5 - }, - "K Suresh": { - "wickets_last5": [ - 1 - ], - "recent_economy": 12.27, - "recent_wickets_per_match": 1.0 - }, - "K Takahashi": { - "wickets_last5": [ - 0, - 3, - 0, - 0, - 1 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.8 - }, - "K Tucker": { - "wickets_last5": [ - 3 - ], - "recent_economy": 3.6, - "recent_wickets_per_match": 3.0 - }, - "K Wakita": { - "wickets_last5": [ - 1, - 3, - 0, - 2, - 1 - ], - "recent_economy": 6.36, - "recent_wickets_per_match": 1.4 - }, - "KE Bashir": { - "wickets_last5": [ - 1, - 1, - 2 - ], - "recent_economy": 7.44, - "recent_wickets_per_match": 1.33 - }, - "KF Bazil": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 1.0 - }, - "KK Gill": { - "wickets_last5": [ - 1, - 1, - 1, - 4 - ], - "recent_economy": 2.79, - "recent_wickets_per_match": 1.75 - }, - "KLG Li": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 5.83, - "recent_wickets_per_match": 2.0 - }, - "KM Umair": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 3.14, - "recent_wickets_per_match": 0.5 - }, - "KN Mussa": { - "wickets_last5": [ - 1, - 1, - 3, - 0, - 2 - ], - "recent_economy": 7.66, - "recent_wickets_per_match": 1.4 - }, - "KRS Hansen": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 8.59, - "recent_wickets_per_match": 0.33 - }, - "KSB Tavo": { - "wickets_last5": [ - 0, - 2, - 3, - 3, - 0 - ], - "recent_economy": 7.33, - "recent_wickets_per_match": 1.6 - }, - "KZ Rehmtullah": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 7.38, - "recent_wickets_per_match": 0.67 - }, - "Kaleem Shah": { - "wickets_last5": [ - 1, - 1, - 0 - ], - "recent_economy": 6.86, - "recent_wickets_per_match": 0.67 - }, - "Kamran Mahmood": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 2 - ], - "recent_economy": 6.95, - "recent_wickets_per_match": 0.8 - }, - "Kashif Sharif": { - "wickets_last5": [ - 1, - 1, - 2 - ], - "recent_economy": 7.08, - "recent_wickets_per_match": 1.33 - }, - "Kashish Agarwal": { - "wickets_last5": [ - 3, - 1, - 0 - ], - "recent_economy": 5.01, - "recent_wickets_per_match": 1.33 - }, - "Khaled Khan": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.63, - "recent_wickets_per_match": 2.0 - }, - "Khalid Butt": { - "wickets_last5": [ - 0, - 2, - 2 - ], - "recent_economy": 8.7, - "recent_wickets_per_match": 1.33 - }, - "Khalid Izaz": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 3.38, - "recent_wickets_per_match": 0.5 - }, - "Khawar Abbas": { - "wickets_last5": [ - 3, - 0, - 1, - 0, - 5 - ], - "recent_economy": 5.78, - "recent_wickets_per_match": 1.8 - }, - "Kyungsik Kim": { - "wickets_last5": [ - 2, - 1, - 0 - ], - "recent_economy": 6.32, - "recent_wickets_per_match": 1.0 - }, - "L Chilia": { - "wickets_last5": [ - 1, - 3, - 1, - 3, - 2 - ], - "recent_economy": 4.11, - "recent_wickets_per_match": 2.0 - }, - "L Evile": { - "wickets_last5": [ - 0, - 0, - 0, - 1, - 4 - ], - "recent_economy": 6.85, - "recent_wickets_per_match": 1.0 - }, - "L Hyde": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 9.67, - "recent_wickets_per_match": 0.33 - }, - "L Kenton": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.25, - "recent_wickets_per_match": 2.0 - }, - "L Klazinga": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 8.02, - "recent_wickets_per_match": 0.2 - }, - "L Yingying": { - "wickets_last5": [ - 1, - 2, - 0 - ], - "recent_economy": 4.78, - "recent_wickets_per_match": 1.0 - }, - "LI Wilkinson": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 6.43, - "recent_wickets_per_match": 1.0 - }, - "LJ Cush": { - "wickets_last5": [ - 1, - 2, - 1 - ], - "recent_economy": 7.55, - "recent_wickets_per_match": 1.33 - }, - "LM Paterlini": { - "wickets_last5": [ - 2 - ], - "recent_economy": 7.92, - "recent_wickets_per_match": 2.0 - }, - "LP van der Westhuizen": { - "wickets_last5": [ - 3, - 1, - 1, - 0, - 1 - ], - "recent_economy": 5.23, - "recent_wickets_per_match": 1.2 - }, - "LS Bhandari": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 2.44, - "recent_wickets_per_match": 0.5 - }, - "Lee Jungwan": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 7.92, - "recent_wickets_per_match": 0.5 - }, - "Lim Jeongwook": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "M Alam": { - "wickets_last5": [ - 1 - ], - "recent_economy": 0.92, - "recent_wickets_per_match": 1.0 - }, - "M Chauhan": { - "wickets_last5": [ - 1, - 2, - 1 - ], - "recent_economy": 5.67, - "recent_wickets_per_match": 1.33 - }, - "M Dharmichand": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.5 - }, - "M Dumbuya": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.39, - "recent_wickets_per_match": 0.5 - }, - "M Mutumbe": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 4.22, - "recent_wickets_per_match": 1.0 - }, - "M Patel": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 4.19, - "recent_wickets_per_match": 2.0 - }, - "M Uliao": { - "wickets_last5": [ - 0, - 0, - 1, - 2, - 3 - ], - "recent_economy": 1.85, - "recent_wickets_per_match": 1.2 - }, - "M Veringmeier": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.5 - }, - "MB Gauna": { - "wickets_last5": [ - 0 - ], - "recent_economy": 13.0, - "recent_wickets_per_match": 0.0 - }, - "ME Latif": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.0 - }, - "MIA Patel": { - "wickets_last5": [ - 2, - 5, - 1, - 1, - 0 - ], - "recent_economy": 4.37, - "recent_wickets_per_match": 1.8 - }, - "MJ Turik": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 3.95, - "recent_wickets_per_match": 0.5 - }, - "MK Gohal": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.69, - "recent_wickets_per_match": 0.0 - }, - "MLA Ellis": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 1.0 - }, - "MO Bryan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.54, - "recent_wickets_per_match": 0.0 - }, - "MR Pedersen": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 0 - ], - "recent_economy": 7.43, - "recent_wickets_per_match": 0.4 - }, - "MS Henriksen": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.11, - "recent_wickets_per_match": 0.5 - }, - "Mark Bawa": { - "wickets_last5": [ - 5 - ], - "recent_economy": 3.84, - "recent_wickets_per_match": 5.0 - }, - "Md Nurul Huda": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 4.65, - "recent_wickets_per_match": 1.0 - }, - "Mian Mehmood": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.5 - }, - "Mihusan Hamid": { - "wickets_last5": [ - 2, - 1, - 0, - 1, - 0 - ], - "recent_economy": 6.24, - "recent_wickets_per_match": 0.8 - }, - "Moazzam Imtiaz": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.0 - }, - "Mohamed Iqbal Noor": { - "wickets_last5": [ - 1, - 2, - 1, - 1 - ], - "recent_economy": 7.71, - "recent_wickets_per_match": 1.25 - }, - "Mohamed Saafee": { - "wickets_last5": [ - 1, - 2, - 2, - 0, - 2 - ], - "recent_economy": 7.86, - "recent_wickets_per_match": 1.4 - }, - "Mohamed Shoib": { - "wickets_last5": [ - 0, - 1, - 1 - ], - "recent_economy": 6.63, - "recent_wickets_per_match": 0.67 - }, - "Mohammad Afzal": { - "wickets_last5": [ - 3, - 3, - 1, - 0, - 1 - ], - "recent_economy": 5.16, - "recent_wickets_per_match": 1.6 - }, - "Mohammad Nazril": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.35, - "recent_wickets_per_match": 0.0 - }, - "Mohammed Irfan (2)": { - "wickets_last5": [ - 0, - 3, - 1, - 5, - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 2.0 - }, - "Mudassar Muhammad": { - "wickets_last5": [ - 3 - ], - "recent_economy": 2.5, - "recent_wickets_per_match": 3.0 - }, - "Mueez ul Hassan": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 2.0 - }, - "Muhammad Abbasi": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 6.41, - "recent_wickets_per_match": 1.5 - }, - "Muhammad Asif": { - "wickets_last5": [ - 2, - 1, - 0 - ], - "recent_economy": 5.19, - "recent_wickets_per_match": 1.0 - }, - "Muhammad Ghous": { - "wickets_last5": [ - 2, - 1, - 1, - 0, - 0 - ], - "recent_economy": 5.88, - "recent_wickets_per_match": 0.8 - }, - "Muhammad Saeed": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "Muhammad Zafar Khan": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 1.0 - }, - "Muzaffar Mujeed": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "Muzammil Shahzad": { - "wickets_last5": [ - 3, - 0 - ], - "recent_economy": 6.8, - "recent_wickets_per_match": 1.5 - }, - "N Anand": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.43, - "recent_wickets_per_match": 0.0 - }, - "N Chantam": { - "wickets_last5": [ - 2, - 2, - 5, - 1, - 1 - ], - "recent_economy": 3.8, - "recent_wickets_per_match": 2.2 - }, - "N Konchan": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "N Miyaji": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 11.6, - "recent_wickets_per_match": 0.5 - }, - "N Ovasuru": { - "wickets_last5": [ - 0, - 1, - 0, - 4 - ], - "recent_economy": 4.58, - "recent_wickets_per_match": 1.25 - }, - "N Vaasili": { - "wickets_last5": [ - 2, - 2, - 0 - ], - "recent_economy": 7.11, - "recent_wickets_per_match": 1.33 - }, - "N White": { - "wickets_last5": [ - 0, - 1, - 2, - 0 - ], - "recent_economy": 5.81, - "recent_wickets_per_match": 0.75 - }, - "NAT Watkins": { - "wickets_last5": [ - 0, - 3, - 0, - 3, - 2 - ], - "recent_economy": 6.45, - "recent_wickets_per_match": 1.6 - }, - "NC McGarrell": { - "wickets_last5": [ - 0, - 0, - 0, - 1 - ], - "recent_economy": 7.33, - "recent_wickets_per_match": 0.25 - }, - "NRP Scholtz": { - "wickets_last5": [ - 0, - 1, - 0, - 2, - 5 - ], - "recent_economy": 6.88, - "recent_wickets_per_match": 1.6 - }, - "NT Gruny": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "Nadeem Butt": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 4.3, - "recent_wickets_per_match": 0.67 - }, - "Nadeem Javed": { - "wickets_last5": [ - 0, - 2, - 1 - ], - "recent_economy": 8.2, - "recent_wickets_per_match": 1.0 - }, - "Nadhirah Nasruddin": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.33, - "recent_wickets_per_match": 1.0 - }, - "Naseer Jamali": { - "wickets_last5": [ - 1, - 0, - 3 - ], - "recent_economy": 2.96, - "recent_wickets_per_match": 1.33 - }, - "Nishat Sakib": { - "wickets_last5": [ - 0 - ], - "recent_economy": 10.15, - "recent_wickets_per_match": 0.0 - }, - "Noman Naeem": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 9.78, - "recent_wickets_per_match": 0.0 - }, - "Nur Aishah": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.69, - "recent_wickets_per_match": 0.0 - }, - "Nur Syazwina Hanim": { - "wickets_last5": [ - 1, - 0, - 1, - 0 - ], - "recent_economy": 4.19, - "recent_wickets_per_match": 0.5 - }, - "O Tuyisenge": { - "wickets_last5": [ - 0, - 0, - 1, - 1 - ], - "recent_economy": 13.88, - "recent_wickets_per_match": 0.5 - }, - "OA Olympio": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 4.91, - "recent_wickets_per_match": 1.0 - }, - "OM Baker": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 8.16, - "recent_wickets_per_match": 0.67 - }, - "P Alam": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 9.22, - "recent_wickets_per_match": 1.0 - }, - "P Mujaji": { - "wickets_last5": [ - 0 - ], - "recent_economy": 1.2, - "recent_wickets_per_match": 0.0 - }, - "P Ochan": { - "wickets_last5": [ - 0, - 1, - 1, - 1, - 0 - ], - "recent_economy": 6.53, - "recent_wickets_per_match": 0.6 - }, - "P Stroud": { - "wickets_last5": [ - 2, - 1, - 3 - ], - "recent_economy": 7.32, - "recent_wickets_per_match": 2.0 - }, - "P Sungnard": { - "wickets_last5": [ - 0, - 4, - 2, - 1 - ], - "recent_economy": 6.84, - "recent_wickets_per_match": 1.75 - }, - "PN Gamage": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 1.0 - }, - "PRPM Guruge": { - "wickets_last5": [ - 4, - 2, - 3, - 2, - 1 - ], - "recent_economy": 5.74, - "recent_wickets_per_match": 2.4 - }, - "PW Gough": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.14, - "recent_wickets_per_match": 0.0 - }, - "Park Keunyeol": { - "wickets_last5": [ - 3, - 1, - 1, - 0, - 3 - ], - "recent_economy": 5.7, - "recent_wickets_per_match": 1.6 - }, - "Pu Xianliang": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.38, - "recent_wickets_per_match": 1.0 - }, - "QS Tan": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.67, - "recent_wickets_per_match": 0.0 - }, - "R Belgrove": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 6.45, - "recent_wickets_per_match": 0.67 - }, - "R Limbu": { - "wickets_last5": [ - 1, - 1, - 1 - ], - "recent_economy": 6.3, - "recent_wickets_per_match": 1.0 - }, - "R Matsumura": { - "wickets_last5": [ - 3, - 0, - 0, - 2, - 4 - ], - "recent_economy": 5.75, - "recent_wickets_per_match": 1.8 - }, - "R Otim": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 1.0 - }, - "R Rawal": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.0 - }, - "R Sandaruwan": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 10.25, - "recent_wickets_per_match": 0.0 - }, - "R Sangsoma": { - "wickets_last5": [ - 2, - 0, - 1, - 0, - 1 - ], - "recent_economy": 4.07, - "recent_wickets_per_match": 0.8 - }, - "R Schachat": { - "wickets_last5": [ - 0, - 1, - 1, - 3, - 0 - ], - "recent_economy": 5.53, - "recent_wickets_per_match": 1.0 - }, - "R Talkar": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 4.39, - "recent_wickets_per_match": 0.33 - }, - "R Tommy": { - "wickets_last5": [ - 0, - 2, - 2, - 1 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 1.25 - }, - "RB Javed": { - "wickets_last5": [ - 0, - 1, - 1, - 0 - ], - "recent_economy": 6.42, - "recent_wickets_per_match": 0.5 - }, - "RD Bovell": { - "wickets_last5": [ - 2 - ], - "recent_economy": 5.37, - "recent_wickets_per_match": 2.0 - }, - "RJ Robinson": { - "wickets_last5": [ - 0, - 1, - 1, - 2, - 3 - ], - "recent_economy": 6.35, - "recent_wickets_per_match": 1.4 - }, - "RK Kanoujiya": { - "wickets_last5": [ - 2, - 1, - 1, - 2 - ], - "recent_economy": 2.29, - "recent_wickets_per_match": 1.5 - }, - "Rashid Ahad": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.5, - "recent_wickets_per_match": 2.0 - }, - "Rewina Mohammad": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "Reyhan Faiz": { - "wickets_last5": [ - 2 - ], - "recent_economy": 10.11, - "recent_wickets_per_match": 2.0 - }, - "Riaz Suleman": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 8.35, - "recent_wickets_per_match": 0.33 - }, - "Riyad Khan": { - "wickets_last5": [ - 0, - 2, - 0, - 0, - 1 - ], - "recent_economy": 6.79, - "recent_wickets_per_match": 0.6 - }, - "Riyas Bazirhak": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 6.79, - "recent_wickets_per_match": 1.0 - }, - "Roheel Shamus": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 3.62, - "recent_wickets_per_match": 1.5 - }, - "S Appusamy": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 10.25, - "recent_wickets_per_match": 0.5 - }, - "S Bruning": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 4.68, - "recent_wickets_per_match": 0.67 - }, - "S Dill": { - "wickets_last5": [ - 2, - 0, - 2 - ], - "recent_economy": 4.82, - "recent_wickets_per_match": 1.33 - }, - "S Groenewald": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "S Htet Wai": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 11.31, - "recent_wickets_per_match": 0.5 - }, - "S Jyoti": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.8, - "recent_wickets_per_match": 0.0 - }, - "S Kubota": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 4.76, - "recent_wickets_per_match": 0.67 - }, - "S Lohani": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.0 - }, - "S Mills": { - "wickets_last5": [ - 0, - 2, - 1, - 0 - ], - "recent_economy": 5.75, - "recent_wickets_per_match": 0.75 - }, - "S Navaratnam": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.71, - "recent_wickets_per_match": 0.0 - }, - "S Ramataboe": { - "wickets_last5": [ - 1, - 2, - 2, - 1 - ], - "recent_economy": 7.84, - "recent_wickets_per_match": 1.5 - }, - "S Seth": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 8.18, - "recent_wickets_per_match": 0.0 - }, - "S Sohal": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 1.0 - }, - "S Suarez": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 8.53, - "recent_wickets_per_match": 0.0 - }, - "S Subhash": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.71, - "recent_wickets_per_match": 0.0 - }, - "S Udugalage": { - "wickets_last5": [ - 1 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.0 - }, - "S Waskar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 0.0 - }, - "SA Chipolina": { - "wickets_last5": [ - 2 - ], - "recent_economy": 8.31, - "recent_wickets_per_match": 2.0 - }, - "SA Mohamed": { - "wickets_last5": [ - 1 - ], - "recent_economy": 7.78, - "recent_wickets_per_match": 1.0 - }, - "SC Mucyo": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 8.7, - "recent_wickets_per_match": 0.0 - }, - "SH Ahmad": { - "wickets_last5": [ - 4 - ], - "recent_economy": 5.67, - "recent_wickets_per_match": 4.0 - }, - "SJ Ally": { - "wickets_last5": [ - 1, - 0, - 3 - ], - "recent_economy": 4.08, - "recent_wickets_per_match": 1.33 - }, - "SJ Massiah": { - "wickets_last5": [ - 0, - 3, - 2 - ], - "recent_economy": 7.34, - "recent_wickets_per_match": 1.67 - }, - "SJ Myburgh": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "SKG Krishnan": { - "wickets_last5": [ - 3, - 0, - 1 - ], - "recent_economy": 3.24, - "recent_wickets_per_match": 1.33 - }, - "SO Akolade": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 1.0 - }, - "SP Sharma": { - "wickets_last5": [ - 1, - 2, - 3 - ], - "recent_economy": 3.84, - "recent_wickets_per_match": 2.0 - }, - "SR Gurung": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 4.98, - "recent_wickets_per_match": 2.0 - }, - "SR Santhanam": { - "wickets_last5": [ - 0 - ], - "recent_economy": 23.0, - "recent_wickets_per_match": 0.0 - }, - "SRM Arachichige": { - "wickets_last5": [ - 4, - 1 - ], - "recent_economy": 3.19, - "recent_wickets_per_match": 2.5 - }, - "SS Dhindsa": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 8.16, - "recent_wickets_per_match": 0.67 - }, - "SW Kinyua": { - "wickets_last5": [ - 1, - 3 - ], - "recent_economy": 3.1, - "recent_wickets_per_match": 2.0 - }, - "Saad Janjua": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 9.72, - "recent_wickets_per_match": 1.0 - }, - "Sabir Zahoor": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "Sajid Manzil": { - "wickets_last5": [ - 2, - 1, - 2, - 0 - ], - "recent_economy": 5.92, - "recent_wickets_per_match": 1.25 - }, - "Samantha Singham": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 4.97, - "recent_wickets_per_match": 0.33 - }, - "Sarfaraj Mulla": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.0, - "recent_wickets_per_match": 0.0 - }, - "Shahbaz Rasheed": { - "wickets_last5": [ - 2, - 0, - 1 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 1.0 - }, - "Shahrulnizam Yusof": { - "wickets_last5": [ - 1, - 0, - 0, - 2, - 0 - ], - "recent_economy": 8.18, - "recent_wickets_per_match": 0.6 - }, - "Shahzad Mahmood": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 5.74, - "recent_wickets_per_match": 0.33 - }, - "Shahzeb Mohammed": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 5.03, - "recent_wickets_per_match": 0.5 - }, - "Shanzeen Shahzad": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 1.0 - }, - "Shoaib Qureshi": { - "wickets_last5": [ - 2, - 2, - 0, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.0 - }, - "Shoaib Razzak": { - "wickets_last5": [ - 1, - 1, - 0, - 0, - 1 - ], - "recent_economy": 3.23, - "recent_wickets_per_match": 0.6 - }, - "Sibtain Raza": { - "wickets_last5": [ - 1, - 5, - 2 - ], - "recent_economy": 6.08, - "recent_wickets_per_match": 2.67 - }, - "Sohail Akhtar (2)": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.74, - "recent_wickets_per_match": 0.0 - }, - "Song Yang Yang": { - "wickets_last5": [ - 0 - ], - "recent_economy": 17.0, - "recent_wickets_per_match": 0.0 - }, - "Song Yulin": { - "wickets_last5": [ - 1, - 0, - 0 - ], - "recent_economy": 5.6, - "recent_wickets_per_match": 0.33 - }, - "Suharril Fetri": { - "wickets_last5": [ - 0, - 0, - 1, - 0, - 2 - ], - "recent_economy": 4.96, - "recent_wickets_per_match": 0.6 - }, - "Syed Hussain": { - "wickets_last5": [ - 3, - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 1.5 - }, - "T Hagihara": { - "wickets_last5": [ - 4 - ], - "recent_economy": 2.77, - "recent_wickets_per_match": 4.0 - }, - "T Marshall": { - "wickets_last5": [ - 1 - ], - "recent_economy": 9.25, - "recent_wickets_per_match": 1.0 - }, - "T Mlilo": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 4.62, - "recent_wickets_per_match": 0.0 - }, - "T Mohapi": { - "wickets_last5": [ - 0, - 2, - 0, - 2 - ], - "recent_economy": 7.43, - "recent_wickets_per_match": 1.0 - }, - "T Sen": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 4.39, - "recent_wickets_per_match": 0.67 - }, - "T Takada": { - "wickets_last5": [ - 1, - 0, - 2, - 0, - 0 - ], - "recent_economy": 5.73, - "recent_wickets_per_match": 0.6 - }, - "T Tavo": { - "wickets_last5": [ - 0, - 2, - 2, - 2, - 1 - ], - "recent_economy": 7.95, - "recent_wickets_per_match": 1.4 - }, - "T Verwey": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 7.92, - "recent_wickets_per_match": 0.0 - }, - "TK Saha": { - "wickets_last5": [ - 2, - 2, - 1, - 0 - ], - "recent_economy": 6.93, - "recent_wickets_per_match": 1.25 - }, - "Taekwan Park": { - "wickets_last5": [ - 1, - 0, - 0, - 1, - 4 - ], - "recent_economy": 5.57, - "recent_wickets_per_match": 1.2 - }, - "Talat Nadeem": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 2.0 - }, - "Tandin Wangchuk": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 6.45, - "recent_wickets_per_match": 0.5 - }, - "Tanveer Iqbal": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.88, - "recent_wickets_per_match": 1.0 - }, - "Tariq Ali": { - "wickets_last5": [ - 2, - 0, - 1 - ], - "recent_economy": 6.27, - "recent_wickets_per_match": 1.0 - }, - "Tehseen Hassan": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 6.71, - "recent_wickets_per_match": 0.0 - }, - "Usman Ashraf": { - "wickets_last5": [ - 6, - 2, - 1 - ], - "recent_economy": 5.76, - "recent_wickets_per_match": 3.0 - }, - "V Ooko": { - "wickets_last5": [ - 1, - 1, - 0, - 1, - 1 - ], - "recent_economy": 3.3, - "recent_wickets_per_match": 0.8 - }, - "V Pennazza": { - "wickets_last5": [ - 1, - 0, - 0, - 0, - 3 - ], - "recent_economy": 4.76, - "recent_wickets_per_match": 0.8 - }, - "V Vini": { - "wickets_last5": [ - 0 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 0.0 - }, - "V Yabaki": { - "wickets_last5": [ - 0, - 1, - 1, - 1 - ], - "recent_economy": 5.79, - "recent_wickets_per_match": 0.75 - }, - "W Banner": { - "wickets_last5": [ - 0 - ], - "recent_economy": 20.57, - "recent_wickets_per_match": 0.0 - }, - "W Jing Zhang": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 10.24, - "recent_wickets_per_match": 0.0 - }, - "Wang Jing": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 0.5 - }, - "Wang Zihao": { - "wickets_last5": [ - 2 - ], - "recent_economy": 2.4, - "recent_wickets_per_match": 2.0 - }, - "Waqas Akram": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 5.83, - "recent_wickets_per_match": 1.5 - }, - "X Ruan": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.03, - "recent_wickets_per_match": 0.0 - }, - "Xu Hao": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.0, - "recent_wickets_per_match": 0.0 - }, - "Y Naing Kyaw": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "Y Razpurker": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.62, - "recent_wickets_per_match": 0.0 - }, - "Y Wang": { - "wickets_last5": [ - 1 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 1.0 - }, - "YK Ko Aung": { - "wickets_last5": [ - 0, - 1 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.5 - }, - "Yasir Iqbal": { - "wickets_last5": [ - 1, - 0, - 1, - 0, - 1 - ], - "recent_economy": 9.48, - "recent_wickets_per_match": 0.6 - }, - "Yebin Ka": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.21, - "recent_wickets_per_match": 0.0 - }, - "Yousuf Aslam": { - "wickets_last5": [ - 3, - 2 - ], - "recent_economy": 2.3, - "recent_wickets_per_match": 2.5 - }, - "Yu Miao": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 3.14, - "recent_wickets_per_match": 0.67 - }, - "Z Lyu": { - "wickets_last5": [ - 0, - 3, - 0 - ], - "recent_economy": 3.97, - "recent_wickets_per_match": 1.0 - }, - "ZH Saidi": { - "wickets_last5": [ - 1, - 0, - 1 - ], - "recent_economy": 5.72, - "recent_wickets_per_match": 0.67 - }, - "Zayani Syamimi": { - "wickets_last5": [ - 2, - 0, - 2, - 4 - ], - "recent_economy": 2.21, - "recent_wickets_per_match": 2.0 - }, - "Zhai Dian Da": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.6, - "recent_wickets_per_match": 0.0 - }, - "Zhang Peng": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 6.86, - "recent_wickets_per_match": 0.0 - }, - "Zhang Yu Fei": { - "wickets_last5": [ - 0, - 0, - 2 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.67 - }, - "Zhang Yufei": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.12, - "recent_wickets_per_match": 0.0 - }, - "Zhong Wenyi": { - "wickets_last5": [ - 4, - 0 - ], - "recent_economy": 6.75, - "recent_wickets_per_match": 2.0 - }, - "Zhou Haijie": { - "wickets_last5": [ - 1, - 1, - 1 - ], - "recent_economy": 2.5, - "recent_wickets_per_match": 1.0 - }, - "A Immanuel": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 9.16, - "recent_wickets_per_match": 1.0 - }, - "AJ Pienaar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 22.0, - "recent_wickets_per_match": 0.0 - }, - "AR Lamba": { - "wickets_last5": [ - 0, - 4, - 2, - 0, - 2 - ], - "recent_economy": 7.57, - "recent_wickets_per_match": 1.6 - }, - "Amshi de Silva": { - "wickets_last5": [ - 0, - 2, - 6, - 2, - 0 - ], - "recent_economy": 8.5, - "recent_wickets_per_match": 2.0 - }, - "C le Roux": { - "wickets_last5": [ - 4, - 0, - 4, - 2, - 0 - ], - "recent_economy": 8.81, - "recent_wickets_per_match": 2.0 - }, - "CA Dry": { - "wickets_last5": [ - 0, - 4, - 2, - 4, - 2 - ], - "recent_economy": 8.97, - "recent_wickets_per_match": 2.4 - }, - "CP Savage": { - "wickets_last5": [ - 0, - 0, - 4, - 2, - 0 - ], - "recent_economy": 6.62, - "recent_wickets_per_match": 1.2 - }, - "Chaitanya Bishnoi": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 8.33, - "recent_wickets_per_match": 0.67 - }, - "DL Piedt": { - "wickets_last5": [ - 1, - 2, - 8, - 1, - 1 - ], - "recent_economy": 4.25, - "recent_wickets_per_match": 2.6 - }, - "Faisal Khan Ahmadzai": { - "wickets_last5": [ - 0, - 0, - 4 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 1.33 - }, - "H Richards": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 13.09, - "recent_wickets_per_match": 0.0 - }, - "JG Dill": { - "wickets_last5": [ - 0, - 2, - 6, - 4 - ], - "recent_economy": 7.35, - "recent_wickets_per_match": 3.0 - }, - "KS Gattepalli": { - "wickets_last5": [ - 0, - 6 - ], - "recent_economy": 8.29, - "recent_wickets_per_match": 3.0 - }, - "MW Tromp": { - "wickets_last5": [ - 0 - ], - "recent_economy": 15.43, - "recent_wickets_per_match": 0.0 - }, - "Sunny Patel": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 8.96, - "recent_wickets_per_match": 0.0 - }, - "T Luus": { - "wickets_last5": [ - 4, - 0, - 6, - 2, - 4 - ], - "recent_economy": 7.5, - "recent_wickets_per_match": 3.2 - }, - "Tajinder Singh": { - "wickets_last5": [ - 0, - 0, - 2, - 0, - 4 - ], - "recent_economy": 6.82, - "recent_wickets_per_match": 1.2 - }, - "Zia Shahzad": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "A Daniel": { - "wickets_last5": [ - 0, - 2 - ], - "recent_economy": 7.44, - "recent_wickets_per_match": 1.0 - }, - "Aftab Alam": { - "wickets_last5": [ - 2 - ], - "recent_economy": 6.63, - "recent_wickets_per_match": 2.0 - }, - "C Gomez": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.67, - "recent_wickets_per_match": 0.0 - }, - "DS Thilakaratne": { - "wickets_last5": [ - 2, - 4, - 2 - ], - "recent_economy": 8.5, - "recent_wickets_per_match": 2.67 - }, - "G Sanketh": { - "wickets_last5": [ - 0 - ], - "recent_economy": 12.0, - "recent_wickets_per_match": 0.0 - }, - "GS Dinusha": { - "wickets_last5": [ - 1, - 2, - 3 - ], - "recent_economy": 3.66, - "recent_wickets_per_match": 2.0 - }, - "HH Ramanayake": { - "wickets_last5": [ - 0 - ], - "recent_economy": 11.37, - "recent_wickets_per_match": 0.0 - }, - "I Wijesundera": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.54, - "recent_wickets_per_match": 0.0 - }, - "Ishan Jayaratne": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.33, - "recent_wickets_per_match": 0.0 - }, - "K Anjula": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 11.23, - "recent_wickets_per_match": 1.0 - }, - "K Nadeeshan": { - "wickets_last5": [ - 0, - 0, - 2, - 2, - 6 - ], - "recent_economy": 7.22, - "recent_wickets_per_match": 2.0 - }, - "KKV Perera": { - "wickets_last5": [ - 4 - ], - "recent_economy": 9.0, - "recent_wickets_per_match": 4.0 - }, - "KTH Ratnayake": { - "wickets_last5": [ - 3, - 6 - ], - "recent_economy": 3.8, - "recent_wickets_per_match": 4.5 - }, - "L Croospulle": { - "wickets_last5": [ - 0 - ], - "recent_economy": 16.29, - "recent_wickets_per_match": 0.0 - }, - "L Embuldeniya": { - "wickets_last5": [ - 0, - 1, - 6, - 2, - 7 - ], - "recent_economy": 3.16, - "recent_wickets_per_match": 3.2 - }, - "LN Malinga": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "M Lakshan": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 13.25, - "recent_wickets_per_match": 0.0 - }, - "M Tharupathi": { - "wickets_last5": [ - 0, - 2, - 0 - ], - "recent_economy": 8.65, - "recent_wickets_per_match": 0.67 - }, - "N Vimukthi": { - "wickets_last5": [ - 0, - 2, - 6, - 2, - 4 - ], - "recent_economy": 6.27, - "recent_wickets_per_match": 2.8 - }, - "ND Paranavithana": { - "wickets_last5": [ - 0, - 0, - 2 - ], - "recent_economy": 6.86, - "recent_wickets_per_match": 0.67 - }, - "PBB Rajapaksa": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 10.67, - "recent_wickets_per_match": 0.0 - }, - "PTM Dabare": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 7.33, - "recent_wickets_per_match": 0.0 - }, - "Pulina Tharanga": { - "wickets_last5": [ - 2, - 0, - 0, - 4, - 6 - ], - "recent_economy": 7.17, - "recent_wickets_per_match": 2.4 - }, - "RS Fernando": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 9.6, - "recent_wickets_per_match": 0.0 - }, - "S Colombage": { - "wickets_last5": [ - 2, - 2, - 2, - 0, - 6 - ], - "recent_economy": 6.29, - "recent_wickets_per_match": 2.4 - }, - "S Jayathilake": { - "wickets_last5": [ - 2, - 0, - 0, - 0, - 0 - ], - "recent_economy": 7.86, - "recent_wickets_per_match": 0.4 - }, - "S Lakshan": { - "wickets_last5": [ - 2, - 4, - 0, - 0 - ], - "recent_economy": 8.45, - "recent_wickets_per_match": 1.5 - }, - "SMLD Samarakoon": { - "wickets_last5": [ - 0, - 0, - 0, - 2, - 0 - ], - "recent_economy": 12.39, - "recent_wickets_per_match": 0.4 - }, - "Samiullah Shenwari": { - "wickets_last5": [ - 0 - ], - "recent_economy": 13.0, - "recent_wickets_per_match": 0.0 - }, - "Sammu Ashan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "Shiraz Ahmed": { - "wickets_last5": [ - 0, - 4, - 0, - 4, - 6 - ], - "recent_economy": 7.11, - "recent_wickets_per_match": 2.8 - }, - "Tillakaratne Sampath": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 9.89, - "recent_wickets_per_match": 0.0 - }, - "W Sahan": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 10.0, - "recent_wickets_per_match": 0.0 - }, - "A Mukund": { - "wickets_last5": [ - 0 - ], - "recent_economy": 7.0, - "recent_wickets_per_match": 0.0 - }, - "AB Barath": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.0 - }, - "AB Fudadin": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.2, - "recent_wickets_per_match": 0.0 - }, - "AD Hales": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.67, - "recent_wickets_per_match": 0.0 - }, - "AJ Blackwell": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 0.0 - }, - "AN Cook": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 2.33, - "recent_wickets_per_match": 0.5 - }, - "AS Jaggernauth": { - "wickets_last5": [ - 1 - ], - "recent_economy": 4.17, - "recent_wickets_per_match": 1.0 - }, - "Anwar Hossain Monir": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.52, - "recent_wickets_per_match": 0.0 - }, - "B Casson": { - "wickets_last5": [ - 3 - ], - "recent_economy": 4.03, - "recent_wickets_per_match": 3.0 - }, - "BB Chari": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.0 - }, - "BJ Arnel": { - "wickets_last5": [ - 0, - 0, - 4, - 0, - 3 - ], - "recent_economy": 3.37, - "recent_wickets_per_match": 1.4 - }, - "BJ Bess": { - "wickets_last5": [ - 1 - ], - "recent_economy": 5.2, - "recent_wickets_per_match": 1.0 - }, - "BP Martin": { - "wickets_last5": [ - 2, - 1, - 0, - 4, - 5 - ], - "recent_economy": 2.51, - "recent_wickets_per_match": 2.4 - }, - "Babar Azam": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 3.18, - "recent_wickets_per_match": 0.2 - }, - "CA Pujara": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 1.5, - "recent_wickets_per_match": 0.0 - }, - "CE Taylor": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.35, - "recent_wickets_per_match": 1.0 - }, - "CJ Connor": { - "wickets_last5": [ - 2, - 0 - ], - "recent_economy": 1.14, - "recent_wickets_per_match": 1.0 - }, - "CJ Sayers": { - "wickets_last5": [ - 2 - ], - "recent_economy": 2.98, - "recent_wickets_per_match": 2.0 - }, - "CM Willoughby": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.16, - "recent_wickets_per_match": 0.0 - }, - "CMG Atkins": { - "wickets_last5": [ - 0, - 0, - 1 - ], - "recent_economy": 2.58, - "recent_wickets_per_match": 0.33 - }, - "D Ganga": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 0.0 - }, - "DG Brownlie": { - "wickets_last5": [ - 0, - 0, - 0, - 1 - ], - "recent_economy": 4.57, - "recent_wickets_per_match": 0.25 - }, - "DJ Terbrugge": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.23, - "recent_wickets_per_match": 0.0 - }, - "DM Bess": { - "wickets_last5": [ - 0, - 5, - 4, - 8, - 1 - ], - "recent_economy": 3.27, - "recent_wickets_per_match": 3.6 - }, - "DM Bravo": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.0, - "recent_wickets_per_match": 0.0 - }, - "DM Washington": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.1, - "recent_wickets_per_match": 0.0 - }, - "DP Sibley": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.67, - "recent_wickets_per_match": 0.0 - }, - "Dewald Pretorius": { - "wickets_last5": [ - 1, - 4 - ], - "recent_economy": 3.59, - "recent_wickets_per_match": 2.5 - }, - "E Liddell": { - "wickets_last5": [ - 6, - 4 - ], - "recent_economy": 1.53, - "recent_wickets_per_match": 5.0 - }, - "F de Wet": { - "wickets_last5": [ - 1, - 6 - ], - "recent_economy": 2.35, - "recent_wickets_per_match": 3.5 - }, - "Fazl-e-Akbar": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.98, - "recent_wickets_per_match": 1.0 - }, - "GS Ballance": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 2.5, - "recent_wickets_per_match": 0.0 - }, - "H Kala": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.2, - "recent_wickets_per_match": 2.0 - }, - "HC Brook": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.17, - "recent_wickets_per_match": 0.0 - }, - "HD Rutherford": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.0, - "recent_wickets_per_match": 0.0 - }, - "HH Dippenaar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.5, - "recent_wickets_per_match": 0.0 - }, - "HH Gibbs": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.0 - }, - "HM Amla": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.11, - "recent_wickets_per_match": 0.0 - }, - "Habibul Bashar": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 2.56, - "recent_wickets_per_match": 0.0 - }, - "Imam-ul-Haq": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.5, - "recent_wickets_per_match": 0.0 - }, - "Imrul Kayes": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "J Hayes": { - "wickets_last5": [ - 3 - ], - "recent_economy": 1.74, - "recent_wickets_per_match": 3.0 - }, - "J Hull": { - "wickets_last5": [ - 3 - ], - "recent_economy": 4.9, - "recent_wickets_per_match": 3.0 - }, - "JA Raval": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 2.43, - "recent_wickets_per_match": 0.5 - }, - "JA Rudolph": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 4.24, - "recent_wickets_per_match": 0.2 - }, - "JM How": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 2.0, - "recent_wickets_per_match": 0.0 - }, - "Julie Hayes": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.2, - "recent_wickets_per_match": 0.0 - }, - "K Matigimu": { - "wickets_last5": [ - 2 - ], - "recent_economy": 5.77, - "recent_wickets_per_match": 2.0 - }, - "KA Edwards": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.56, - "recent_wickets_per_match": 0.0 - }, - "KC Sangakkara": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 3.46, - "recent_wickets_per_match": 0.0 - }, - "KK Jennings": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.52, - "recent_wickets_per_match": 0.0 - }, - "KK Nair": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.5, - "recent_wickets_per_match": 0.0 - }, - "KK Peters": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.45, - "recent_wickets_per_match": 2.0 - }, - "KL Britt": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.65, - "recent_wickets_per_match": 1.0 - }, - "KL Rolton": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 2.85, - "recent_wickets_per_match": 0.5 - }, - "KM Leng": { - "wickets_last5": [ - 2 - ], - "recent_economy": 1.51, - "recent_wickets_per_match": 2.0 - }, - "KN Peiris": { - "wickets_last5": [ - 3, - 0, - 9 - ], - "recent_economy": 3.95, - "recent_wickets_per_match": 4.0 - }, - "KOA Powell": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.0, - "recent_wickets_per_match": 0.0 - }, - "Kamrul Islam Rabbi": { - "wickets_last5": [ - 0, - 1, - 0, - 3, - 3 - ], - "recent_economy": 3.86, - "recent_wickets_per_match": 1.4 - }, - "Kashif Ali": { - "wickets_last5": [ - 2 - ], - "recent_economy": 3.14, - "recent_wickets_per_match": 2.0 - }, - "LC Pearson": { - "wickets_last5": [ - 11 - ], - "recent_economy": 1.8, - "recent_wickets_per_match": 11.0 - }, - "LJ Harper": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.11, - "recent_wickets_per_match": 1.0 - }, - "LK Ebsary": { - "wickets_last5": [ - 2 - ], - "recent_economy": 1.98, - "recent_wickets_per_match": 2.0 - }, - "LK Newton": { - "wickets_last5": [ - 4, - 1 - ], - "recent_economy": 2.71, - "recent_wickets_per_match": 2.5 - }, - "LR Johnson": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.25, - "recent_wickets_per_match": 0.0 - }, - "Liton Das": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.5, - "recent_wickets_per_match": 0.0 - }, - "M Hayward": { - "wickets_last5": [ - 3, - 7 - ], - "recent_economy": 4.34, - "recent_wickets_per_match": 5.0 - }, - "MA Butcher": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 4.25, - "recent_wickets_per_match": 0.0 - }, - "MD Craig": { - "wickets_last5": [ - 2, - 2, - 2, - 3, - 3 - ], - "recent_economy": 4.36, - "recent_wickets_per_match": 2.4 - }, - "MD Fisher": { - "wickets_last5": [ - 5, - 1 - ], - "recent_economy": 2.84, - "recent_wickets_per_match": 3.0 - }, - "MD Rae": { - "wickets_last5": [ - 2, - 8 - ], - "recent_economy": 3.35, - "recent_wickets_per_match": 5.0 - }, - "MDUS Jayasundera": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.14, - "recent_wickets_per_match": 0.0 - }, - "MJ Leach": { - "wickets_last5": [ - 2, - 7, - 7, - 2, - 4 - ], - "recent_economy": 3.48, - "recent_wickets_per_match": 4.4 - }, - "MJ Saggers": { - "wickets_last5": [ - 4 - ], - "recent_economy": 3.16, - "recent_wickets_per_match": 4.0 - }, - "MP Bicknell": { - "wickets_last5": [ - 6, - 4 - ], - "recent_economy": 2.98, - "recent_wickets_per_match": 5.0 - }, - "MS Sinclair": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.33, - "recent_wickets_per_match": 0.0 - }, - "MS Wade": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.88, - "recent_wickets_per_match": 0.0 - }, - "MV Boucher": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.33, - "recent_wickets_per_match": 1.0 - }, - "Marshall Ayub": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.3, - "recent_wickets_per_match": 0.0 - }, - "Mohammad Sharif": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 3.79, - "recent_wickets_per_match": 0.0 - }, - "Mohammad Zahid": { - "wickets_last5": [ - 2 - ], - "recent_economy": 4.12, - "recent_wickets_per_match": 2.0 - }, - "N Al Khadeer": { - "wickets_last5": [ - 3 - ], - "recent_economy": 3.34, - "recent_wickets_per_match": 3.0 - }, - "N Brand": { - "wickets_last5": [ - 8 - ], - "recent_economy": 4.3, - "recent_wickets_per_match": 8.0 - }, - "N Wagner": { - "wickets_last5": [ - 2, - 0, - 5, - 6, - 1 - ], - "recent_economy": 4.51, - "recent_wickets_per_match": 2.8 - }, - "NA Buley": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.58, - "recent_wickets_per_match": 0.0 - }, - "ND McKenzie": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 2.32, - "recent_wickets_per_match": 0.0 - }, - "NT Paranavitana": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 1 - ], - "recent_economy": 4.42, - "recent_wickets_per_match": 0.2 - }, - "Nayeem Hasan": { - "wickets_last5": [ - 3, - 6, - 3, - 0, - 2 - ], - "recent_economy": 3.26, - "recent_wickets_per_match": 2.8 - }, - "O Shields": { - "wickets_last5": [ - 1, - 4 - ], - "recent_economy": 3.64, - "recent_wickets_per_match": 2.5 - }, - "OE Robinson": { - "wickets_last5": [ - 7, - 0, - 0, - 5, - 5 - ], - "recent_economy": 2.75, - "recent_wickets_per_match": 3.4 - }, - "P Dimri": { - "wickets_last5": [ - 5 - ], - "recent_economy": 2.88, - "recent_wickets_per_match": 5.0 - }, - "PJ Malan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 2.5, - "recent_wickets_per_match": 0.0 - }, - "PJ Wiseman": { - "wickets_last5": [ - 0, - 4, - 5, - 1 - ], - "recent_economy": 3.18, - "recent_wickets_per_match": 2.5 - }, - "PR George": { - "wickets_last5": [ - 2 - ], - "recent_economy": 2.7, - "recent_wickets_per_match": 2.0 - }, - "R Kaia": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 5.5, - "recent_wickets_per_match": 0.0 - }, - "R Wilson": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.37, - "recent_wickets_per_match": 1.0 - }, - "R de Swardt": { - "wickets_last5": [ - 0, - 3 - ], - "recent_economy": 2.66, - "recent_wickets_per_match": 1.5 - }, - "RA Austin": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 2.69, - "recent_wickets_per_match": 1.5 - }, - "RA Birch": { - "wickets_last5": [ - 1, - 0 - ], - "recent_economy": 2.67, - "recent_wickets_per_match": 0.5 - }, - "RJ Quiney": { - "wickets_last5": [ - 0, - 0 - ], - "recent_economy": 1.11, - "recent_wickets_per_match": 0.0 - }, - "RKJ Dawson": { - "wickets_last5": [ - 1, - 2 - ], - "recent_economy": 4.32, - "recent_wickets_per_match": 1.5 - }, - "RT Ponting": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.83, - "recent_wickets_per_match": 0.0 - }, - "Raqibul Hasan": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 2.5, - "recent_wickets_per_match": 0.33 - }, - "S van Zyl": { - "wickets_last5": [ - 0, - 0, - 0, - 3, - 1 - ], - "recent_economy": 2.46, - "recent_wickets_per_match": 0.8 - }, - "S von Berg": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.45, - "recent_wickets_per_match": 1.0 - }, - "SB Odedra": { - "wickets_last5": [ - 1 - ], - "recent_economy": 1.8, - "recent_wickets_per_match": 1.0 - }, - "SC Cook": { - "wickets_last5": [ - 0 - ], - "recent_economy": 8.0, - "recent_wickets_per_match": 0.0 - }, - "SC Kerrigan": { - "wickets_last5": [ - 0 - ], - "recent_economy": 6.37, - "recent_wickets_per_match": 0.0 - }, - "SJ Cook": { - "wickets_last5": [ - 1 - ], - "recent_economy": 3.79, - "recent_wickets_per_match": 1.0 - }, - "SJ Elliott": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 2.62, - "recent_wickets_per_match": 1.0 - }, - "SM Katich": { - "wickets_last5": [ - 0, - 3, - 0, - 0, - 0 - ], - "recent_economy": 3.4, - "recent_wickets_per_match": 0.6 - }, - "SM Warnapura": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.44, - "recent_wickets_per_match": 0.0 - }, - "SR Harmer": { - "wickets_last5": [ - 9, - 9, - 8, - 5, - 5 - ], - "recent_economy": 2.6, - "recent_wickets_per_match": 7.2 - }, - "SR Waugh": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 2.79, - "recent_wickets_per_match": 0.0 - }, - "SV Collyer": { - "wickets_last5": [ - 1 - ], - "recent_economy": 0.58, - "recent_wickets_per_match": 1.0 - }, - "Sarandeep Singh": { - "wickets_last5": [ - 4 - ], - "recent_economy": 2.5, - "recent_wickets_per_match": 4.0 - }, - "Shahid Nazir": { - "wickets_last5": [ - 2, - 2, - 7, - 2, - 4 - ], - "recent_economy": 3.28, - "recent_wickets_per_match": 3.4 - }, - "Shan Masood": { - "wickets_last5": [ - 0, - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.0 - }, - "Shoaib Bashir": { - "wickets_last5": [ - 3, - 3, - 5, - 3, - 9 - ], - "recent_economy": 3.87, - "recent_wickets_per_match": 4.6 - }, - "T Westley": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "TA Blundell": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.33, - "recent_wickets_per_match": 0.0 - }, - "TA McGregor": { - "wickets_last5": [ - 0 - ], - "recent_economy": 0.75, - "recent_wickets_per_match": 0.0 - }, - "TB de Bruyn": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 4.25, - "recent_wickets_per_match": 0.0 - }, - "TL Moreki": { - "wickets_last5": [ - 1, - 1 - ], - "recent_economy": 2.89, - "recent_wickets_per_match": 1.0 - }, - "TM Dowlin": { - "wickets_last5": [ - 0 - ], - "recent_economy": 3.0, - "recent_wickets_per_match": 0.0 - }, - "Tabish Khan": { - "wickets_last5": [ - 1 - ], - "recent_economy": 2.62, - "recent_wickets_per_match": 1.0 - }, - "Taufeeq Umar": { - "wickets_last5": [ - 0 - ], - "recent_economy": 4.0, - "recent_wickets_per_match": 0.0 - }, - "UT Khawaja": { - "wickets_last5": [ - 0, - 0, - 0 - ], - "recent_economy": 2.67, - "recent_wickets_per_match": 0.0 - }, - "V Masekesa": { - "wickets_last5": [ - 1, - 1, - 3, - 6 - ], - "recent_economy": 4.83, - "recent_wickets_per_match": 2.75 - }, - "VVS Laxman": { - "wickets_last5": [ - 0, - 1, - 0 - ], - "recent_economy": 2.17, - "recent_wickets_per_match": 0.33 - }, - "WRS de Silva": { - "wickets_last5": [ - 4 - ], - "recent_economy": 2.28, - "recent_wickets_per_match": 4.0 - }, - "Yasir Ali Chowdhury": { - "wickets_last5": [ - 0 - ], - "recent_economy": 5.0, - "recent_wickets_per_match": 0.0 - }, - "Yasir Hameed": { - "wickets_last5": [ - 0, - 0, - 0, - 0 - ], - "recent_economy": 5.39, - "recent_wickets_per_match": 0.0 - }, - "Z de Bruyn": { - "wickets_last5": [ - 2, - 1 - ], - "recent_economy": 2.26, - "recent_wickets_per_match": 1.5 - }, - "ZS Ansari": { - "wickets_last5": [ - 0, - 3, - 2 - ], - "recent_economy": 4.04, - "recent_wickets_per_match": 1.67 - } - } + "batters": {}, + "bowlers": {} } } \ No newline at end of file diff --git a/cache/playoff_probabilities.json b/cache/playoff_probabilities.json index 9c2321f..dce3c37 100644 --- a/cache/playoff_probabilities.json +++ b/cache/playoff_probabilities.json @@ -1,7 +1,7 @@ { - "generated_at": "2026-07-28T07:02:35.627064+00:00", - "source_run_id": "7a41dae3-137c-4331-8a47-d53159a35438", - "source_status": "ready", + "generated_at": "2026-07-29T00:39:23.073343+00:00", + "source_run_id": "043a3aeb-c2c0-4ffd-a02e-7de348d07af2", + "source_status": "partial", "schema_version": 1, "is_mock": false, "data": { diff --git a/cache/points_table.json b/cache/points_table.json index d2fbc5c..cb8dc54 100644 --- a/cache/points_table.json +++ b/cache/points_table.json @@ -1,7 +1,7 @@ { - "generated_at": "2026-07-28T07:02:35.627455+00:00", - "source_run_id": "7a41dae3-137c-4331-8a47-d53159a35438", - "source_status": "ready", + "generated_at": "2026-07-29T00:39:23.177114+00:00", + "source_run_id": "043a3aeb-c2c0-4ffd-a02e-7de348d07af2", + "source_status": "partial", "schema_version": 1, "is_mock": false, "data": [] diff --git a/cache/rivalries.json b/cache/rivalries.json index d14cbc6..cc77b51 100644 --- a/cache/rivalries.json +++ b/cache/rivalries.json @@ -1,176661 +1,12 @@ { - "generated_at": "2026-07-28T07:02:35.627502+00:00", - "source_run_id": "7a41dae3-137c-4331-8a47-d53159a35438", - "source_status": "ready", + "generated_at": "2026-07-29T00:39:23.211684+00:00", + "source_run_id": "043a3aeb-c2c0-4ffd-a02e-7de348d07af2", + "source_status": "partial", "schema_version": 1, "is_mock": false, "data": { "schema_version": 1, - "generated_at": "2026-07-28T07:02:31.398505+00:00", - "competition": "ipl_male", - "source": { - "provider": "Cricsheet", - "dataset": "ipl_male_csv2" - }, - "rivalries": [ - { - "key": "v_kohli__ra_jadeja", - "batter": "V Kohli", - "bowler": "RA Jadeja", - "balls": 326, - "legal_balls": 320, - "runs_off_bat": 358, - "dismissals": 6, - "strike_rate": 111.9, - "runs_per_ball": 1.119, - "dot_ball_pct": 31.9, - "boundary_count": 30, - "boundary_pct": 9.4, - "dismissal_types": { - "bowled": 2, - "caught": 2, - "stumped": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 268, - "runs_off_bat": 280, - "dismissals": 6 - }, - "death": { - "legal_balls": 38, - "runs_off_bat": 62, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 24, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426306", - "date": "2024-05-18", - "balls": 14, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1422119", - "date": "2024-03-22", - "balls": 14, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304095", - "date": "2022-05-04", - "balls": 16, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 1.0, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__r_ashwin", - "batter": "V Kohli", - "bowler": "R Ashwin", - "balls": 314, - "legal_balls": 298, - "runs_off_bat": 362, - "dismissals": 2, - "strike_rate": 121.5, - "runs_per_ball": 1.215, - "dot_ball_pct": 29.5, - "boundary_count": 38, - "boundary_pct": 12.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 104, - "runs_off_bat": 110, - "dismissals": 0 - }, - "middle": { - "legal_balls": 148, - "runs_off_bat": 182, - "dismissals": 2 - }, - "death": { - "legal_balls": 46, - "runs_off_bat": 70, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426310", - "date": "2024-05-22", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422137", - "date": "2024-04-06", - "balls": 30, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1359534", - "date": "2023-05-14", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216505", - "date": "2020-11-02", - "balls": 12, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 34.2, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__sp_narine", - "batter": "V Kohli", - "bowler": "SP Narine", - "balls": 282, - "legal_balls": 282, - "runs_off_bat": 298, - "dismissals": 8, - "strike_rate": 105.7, - "runs_per_ball": 1.057, - "dot_ball_pct": 34.0, - "boundary_count": 26, - "boundary_pct": 9.2, - "dismissal_types": { - "bowled": 6, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 166, - "runs_off_bat": 186, - "dismissals": 4 - }, - "death": { - "legal_balls": 40, - "runs_off_bat": 50, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 76, - "runs_off_bat": 62, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529300", - "date": "2026-05-13", - "balls": 24, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 22, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1422128", - "date": "2024-03-29", - "balls": 24, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1359510", - "date": "2023-04-26", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359483", - "date": "2023-04-06", - "balls": 8, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__sp_narine", - "batter": "RG Sharma", - "bowler": "SP Narine", - "balls": 278, - "legal_balls": 274, - "runs_off_bat": 290, - "dismissals": 16, - "strike_rate": 105.8, - "runs_per_ball": 1.058, - "dot_ball_pct": 40.1, - "boundary_count": 36, - "boundary_pct": 13.1, - "dismissal_types": { - "lbw": 2, - "caught": 8, - "caught and bowled": 2, - "bowled": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 152, - "runs_off_bat": 142, - "dismissals": 8 - }, - "powerplay": { - "legal_balls": 52, - "runs_off_bat": 56, - "dismissals": 2 - }, - "death": { - "legal_balls": 70, - "runs_off_bat": 92, - "dismissals": 6 - } - }, - "recent_encounters": [ - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359496", - "date": "2023-04-16", - "balls": 2, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254096", - "date": "2021-09-23", - "balls": 16, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__r_ashwin", - "batter": "RG Sharma", - "bowler": "R Ashwin", - "balls": 258, - "legal_balls": 256, - "runs_off_bat": 238, - "dismissals": 6, - "strike_rate": 93.0, - "runs_per_ball": 0.93, - "dot_ball_pct": 39.8, - "boundary_count": 18, - "boundary_pct": 7.0, - "dismissal_types": { - "lbw": 2, - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 160, - "runs_off_bat": 164, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 78, - "runs_off_bat": 62, - "dismissals": 4 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 12, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 22, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1304090", - "date": "2022-04-30", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254070", - "date": "2021-04-20", - "balls": 14, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1237181", - "date": "2020-11-10", - "balls": 26, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1237177", - "date": "2020-11-05", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__b_kumar", - "batter": "AM Rahane", - "bowler": "B Kumar", - "balls": 250, - "legal_balls": 248, - "runs_off_bat": 218, - "dismissals": 14, - "strike_rate": 87.9, - "runs_per_ball": 0.879, - "dot_ball_pct": 58.1, - "boundary_count": 34, - "boundary_pct": 13.7, - "dismissal_types": { - "caught": 14 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 216, - "runs_off_bat": 172, - "dismissals": 12 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 24, - "runs_off_bat": 40, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529300", - "date": "2026-05-13", - "balls": 14, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 18, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 14, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178420", - "date": "2019-04-27", - "balls": 24, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__jj_bumrah", - "batter": "KL Rahul", - "bowler": "JJ Bumrah", - "balls": 254, - "legal_balls": 244, - "runs_off_bat": 300, - "dismissals": 6, - "strike_rate": 123.0, - "runs_per_ball": 1.23, - "dot_ball_pct": 39.3, - "boundary_count": 34, - "boundary_pct": 13.9, - "dismissal_types": { - "caught": 2, - "bowled": 2, - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 110, - "runs_off_bat": 102, - "dismissals": 2 - }, - "middle": { - "legal_balls": 44, - "runs_off_bat": 64, - "dismissals": 0 - }, - "death": { - "legal_balls": 90, - "runs_off_bat": 134, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1426286", - "date": "2024-04-30", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304083", - "date": "2022-04-24", - "balls": 26, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1304072", - "date": "2022-04-16", - "balls": 30, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1254099", - "date": "2021-09-28", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 2.4, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__jj_bumrah", - "batter": "V Kohli", - "bowler": "JJ Bumrah", - "balls": 222, - "legal_balls": 220, - "runs_off_bat": 328, - "dismissals": 10, - "strike_rate": 149.1, - "runs_per_ball": 1.491, - "dot_ball_pct": 35.5, - "boundary_count": 46, - "boundary_pct": 20.9, - "dismissal_types": { - "caught": 6, - "lbw": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 88, - "runs_off_bat": 100, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 98, - "runs_off_bat": 162, - "dismissals": 4 - }, - "death": { - "legal_balls": 34, - "runs_off_bat": 66, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1426263", - "date": "2024-04-11", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304064", - "date": "2022-04-09", - "balls": 16, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1254108", - "date": "2021-09-26", - "balls": 8, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__rashid_khan", - "batter": "SV Samson", - "bowler": "Rashid Khan", - "balls": 218, - "legal_balls": 216, - "runs_off_bat": 242, - "dismissals": 2, - "strike_rate": 112.0, - "runs_per_ball": 1.12, - "dot_ball_pct": 31.5, - "boundary_count": 20, - "boundary_pct": 9.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 38, - "dismissals": 0 - }, - "middle": { - "legal_balls": 176, - "runs_off_bat": 200, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426262", - "date": "2024-04-10", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359522", - "date": "2023-05-05", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 18, - "runs": 56, - "dismissed": false - }, - { - "match_id": "1312200", - "date": "2022-05-29", - "balls": 12, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 33.0, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__kh_pandya", - "batter": "V Kohli", - "bowler": "KH Pandya", - "balls": 220, - "legal_balls": 214, - "runs_off_bat": 234, - "dismissals": 2, - "strike_rate": 109.3, - "runs_per_ball": 1.093, - "dot_ball_pct": 29.9, - "boundary_count": 18, - "boundary_pct": 8.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 144, - "runs_off_bat": 148, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 70, - "runs_off_bat": 86, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422133", - "date": "2024-04-02", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359517", - "date": "2023-05-01", - "balls": 20, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1359489", - "date": "2023-04-10", - "balls": 26, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1312198", - "date": "2022-05-25", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254108", - "date": "2021-09-26", - "balls": 26, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 32.7, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__b_kumar", - "batter": "KL Rahul", - "bowler": "B Kumar", - "balls": 212, - "legal_balls": 208, - "runs_off_bat": 224, - "dismissals": 4, - "strike_rate": 107.7, - "runs_per_ball": 1.077, - "dot_ball_pct": 45.2, - "boundary_count": 26, - "boundary_pct": 12.5, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 162, - "runs_off_bat": 158, - "dismissals": 2 - }, - "death": { - "legal_balls": 40, - "runs_off_bat": 56, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529282", - "date": "2026-04-27", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426295", - "date": "2024-05-08", - "balls": 20, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 16.5, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__dl_chahar", - "batter": "KL Rahul", - "bowler": "DL Chahar", - "balls": 214, - "legal_balls": 206, - "runs_off_bat": 320, - "dismissals": 2, - "strike_rate": 155.3, - "runs_per_ball": 1.553, - "dot_ball_pct": 40.8, - "boundary_count": 50, - "boundary_pct": 24.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 186, - "runs_off_bat": 270, - "dismissals": 2 - }, - "middle": { - "legal_balls": 20, - "runs_off_bat": 50, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527681", - "date": "2026-04-04", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426277", - "date": "2024-04-23", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426272", - "date": "2024-04-19", - "balls": 26, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1359480", - "date": "2023-04-03", - "balls": 16, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.2, - "score_label": "Neutral" - }, - { - "key": "f_du_plessis__ta_boult", - "batter": "F du Plessis", - "bowler": "TA Boult", - "balls": 204, - "legal_balls": 204, - "runs_off_bat": 228, - "dismissals": 8, - "strike_rate": 111.8, - "runs_per_ball": 1.118, - "dot_ball_pct": 50.0, - "boundary_count": 38, - "boundary_pct": 18.6, - "dismissal_types": { - "caught": 8 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 172, - "runs_off_bat": 154, - "dismissals": 6 - }, - "middle": { - "legal_balls": 28, - "runs_off_bat": 58, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 16, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426310", - "date": "2024-05-22", - "balls": 14, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1422137", - "date": "2024-04-06", - "balls": 22, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1359506", - "date": "2023-04-23", - "balls": 18, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1312199", - "date": "2022-05-27", - "balls": 24, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__kh_pandya", - "batter": "KL Rahul", - "bowler": "KH Pandya", - "balls": 196, - "legal_balls": 196, - "runs_off_bat": 206, - "dismissals": 2, - "strike_rate": 105.1, - "runs_per_ball": 1.051, - "dot_ball_pct": 26.5, - "boundary_count": 14, - "boundary_pct": 7.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 62, - "runs_off_bat": 62, - "dismissals": 0 - }, - "middle": { - "legal_balls": 112, - "runs_off_bat": 122, - "dismissals": 2 - }, - "death": { - "legal_balls": 22, - "runs_off_bat": 22, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 12, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 24, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 10, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1254099", - "date": "2021-09-28", - "balls": 16, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254074", - "date": "2021-04-23", - "balls": 22, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 32.2, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__rashid_khan", - "batter": "RR Pant", - "bowler": "Rashid Khan", - "balls": 196, - "legal_balls": 194, - "runs_off_bat": 234, - "dismissals": 4, - "strike_rate": 120.6, - "runs_per_ball": 1.206, - "dot_ball_pct": 35.1, - "boundary_count": 32, - "boundary_pct": 16.5, - "dismissal_types": { - "lbw": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 158, - "runs_off_bat": 168, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 42, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 24, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426278", - "date": "2024-04-24", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426270", - "date": "2024-04-17", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304056", - "date": "2022-04-02", - "balls": 16, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1254105", - "date": "2021-09-22", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 18.1, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__sp_narine", - "batter": "KL Rahul", - "bowler": "SP Narine", - "balls": 196, - "legal_balls": 194, - "runs_off_bat": 282, - "dismissals": 4, - "strike_rate": 145.4, - "runs_per_ball": 1.454, - "dot_ball_pct": 29.9, - "boundary_count": 34, - "boundary_pct": 17.5, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 64, - "runs_off_bat": 94, - "dismissals": 0 - }, - "middle": { - "legal_balls": 126, - "runs_off_bat": 184, - "dismissals": 4 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529313", - "date": "2026-05-24", - "balls": 18, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1529294", - "date": "2026-05-08", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 16, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 14, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304112", - "date": "2022-05-18", - "balls": 22, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 21.0, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__ys_chahal", - "batter": "KL Rahul", - "bowler": "YS Chahal", - "balls": 198, - "legal_balls": 192, - "runs_off_bat": 296, - "dismissals": 2, - "strike_rate": 154.2, - "runs_per_ball": 1.542, - "dot_ball_pct": 20.8, - "boundary_count": 34, - "boundary_pct": 17.7, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 156, - "runs_off_bat": 256, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 22, - "runs_off_bat": 16, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529278", - "date": "2026-04-25", - "balls": 26, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 18, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1254090", - "date": "2021-10-03", - "balls": 12, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.1, - "score_label": "Neutral" - }, - { - "key": "sv_samson__b_kumar", - "batter": "SV Samson", - "bowler": "B Kumar", - "balls": 198, - "legal_balls": 190, - "runs_off_bat": 240, - "dismissals": 8, - "strike_rate": 126.3, - "runs_per_ball": 1.263, - "dot_ball_pct": 43.2, - "boundary_count": 32, - "boundary_pct": 16.8, - "dismissal_types": { - "caught": 4, - "bowled": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 108, - "runs_off_bat": 80, - "dismissals": 4 - }, - "death": { - "legal_balls": 74, - "runs_off_bat": 150, - "dismissals": 4 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359526", - "date": "2023-05-07", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359478", - "date": "2023-04-02", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__sandeep_sharma", - "batter": "KL Rahul", - "bowler": "Sandeep Sharma", - "balls": 188, - "legal_balls": 184, - "runs_off_bat": 206, - "dismissals": 2, - "strike_rate": 112.0, - "runs_per_ball": 1.12, - "dot_ball_pct": 35.9, - "boundary_count": 22, - "boundary_pct": 12.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 128, - "runs_off_bat": 138, - "dismissals": 0 - }, - "middle": { - "legal_balls": 34, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 22, - "runs_off_bat": 38, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 16, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 22, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 10, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304088", - "date": "2022-04-29", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 33.0, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__b_kumar", - "batter": "V Kohli", - "bowler": "B Kumar", - "balls": 188, - "legal_balls": 182, - "runs_off_bat": 258, - "dismissals": 8, - "strike_rate": 141.8, - "runs_per_ball": 1.418, - "dot_ball_pct": 44.0, - "boundary_count": 46, - "boundary_pct": 25.3, - "dismissal_types": { - "lbw": 2, - "caught": 4, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 132, - "runs_off_bat": 174, - "dismissals": 4 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 50, - "dismissals": 0 - }, - "death": { - "legal_balls": 24, - "runs_off_bat": 34, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1426279", - "date": "2024-04-25", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426268", - "date": "2024-04-15", - "balls": 16, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1359539", - "date": "2023-05-18", - "balls": 38, - "runs": 68, - "dismissed": true - }, - { - "match_id": "1254095", - "date": "2021-10-06", - "balls": 8, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1254063", - "date": "2021-04-14", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__ra_jadeja", - "batter": "RG Sharma", - "bowler": "RA Jadeja", - "balls": 186, - "legal_balls": 182, - "runs_off_bat": 194, - "dismissals": 6, - "strike_rate": 106.6, - "runs_per_ball": 1.066, - "dot_ball_pct": 28.6, - "boundary_count": 14, - "boundary_pct": 7.7, - "dismissal_types": { - "caught": 2, - "stumped": 2, - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 156, - "runs_off_bat": 164, - "dismissals": 4 - }, - "death": { - "legal_balls": 26, - "runs_off_bat": 30, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 12, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426267", - "date": "2024-04-14", - "balls": 26, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1175370", - "date": "2019-04-03", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1082625", - "date": "2017-04-29", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1082606", - "date": "2017-04-16", - "balls": 16, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.4, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__mohammed_siraj", - "batter": "KL Rahul", - "bowler": "Mohammed Siraj", - "balls": 192, - "legal_balls": 182, - "runs_off_bat": 294, - "dismissals": 4, - "strike_rate": 161.5, - "runs_per_ball": 1.615, - "dot_ball_pct": 42.9, - "boundary_count": 50, - "boundary_pct": 27.5, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 2 - }, - "death": { - "legal_balls": 34, - "runs_off_bat": 68, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 136, - "runs_off_bat": 198, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 24, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 40, - "runs": 54, - "dismissed": false - }, - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 8, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1422133", - "date": "2024-04-02", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359489", - "date": "2023-04-10", - "balls": 12, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 23.0, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__sandeep_sharma", - "batter": "V Kohli", - "bowler": "Sandeep Sharma", - "balls": 184, - "legal_balls": 180, - "runs_off_bat": 282, - "dismissals": 14, - "strike_rate": 156.7, - "runs_per_ball": 1.567, - "dot_ball_pct": 27.8, - "boundary_count": 42, - "boundary_pct": 23.3, - "dismissal_types": { - "bowled": 4, - "caught": 8, - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 126, - "runs_off_bat": 186, - "dismissals": 8 - }, - "middle": { - "legal_balls": 38, - "runs_off_bat": 68, - "dismissals": 6 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 6, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 14, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1426310", - "date": "2024-05-22", - "balls": 14, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1359534", - "date": "2023-05-14", - "balls": 16, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__rashid_khan", - "batter": "SS Iyer", - "bowler": "Rashid Khan", - "balls": 182, - "legal_balls": 180, - "runs_off_bat": 210, - "dismissals": 4, - "strike_rate": 116.7, - "runs_per_ball": 1.167, - "dot_ball_pct": 37.8, - "boundary_count": 22, - "boundary_pct": 12.2, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 172, - "runs_off_bat": 204, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 18, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1254105", - "date": "2021-09-22", - "balls": 24, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1237180", - "date": "2020-11-08", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1216524", - "date": "2020-10-27", - "balls": 12, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 17.6, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__rashid_khan", - "batter": "V Kohli", - "bowler": "Rashid Khan", - "balls": 180, - "legal_balls": 180, - "runs_off_bat": 234, - "dismissals": 4, - "strike_rate": 130.0, - "runs_per_ball": 1.3, - "dot_ball_pct": 22.2, - "boundary_count": 22, - "boundary_pct": 12.2, - "dismissal_types": { - "bowled": 2, - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 128, - "runs_off_bat": 162, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 48, - "dismissals": 2 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 24, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 16, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 20, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1426283", - "date": "2024-04-28", - "balls": 22, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1359544", - "date": "2023-05-21", - "balls": 24, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 19.2, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__ar_patel", - "batter": "V Kohli", - "bowler": "AR Patel", - "balls": 182, - "legal_balls": 180, - "runs_off_bat": 200, - "dismissals": 2, - "strike_rate": 111.1, - "runs_per_ball": 1.111, - "dot_ball_pct": 30.0, - "boundary_count": 18, - "boundary_pct": 10.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 92, - "runs_off_bat": 112, - "dismissals": 0 - }, - "middle": { - "legal_balls": 88, - "runs_off_bat": 88, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529282", - "date": "2026-04-27", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 20, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 10, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359524", - "date": "2023-05-06", - "balls": 18, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359494", - "date": "2023-04-15", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 32.9, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__r_ashwin", - "batter": "SA Yadav", - "bowler": "R Ashwin", - "balls": 184, - "legal_balls": 178, - "runs_off_bat": 256, - "dismissals": 0, - "strike_rate": 143.8, - "runs_per_ball": 1.438, - "dot_ball_pct": 21.3, - "boundary_count": 28, - "boundary_pct": 15.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 66, - "runs_off_bat": 106, - "dismissals": 0 - }, - "middle": { - "legal_balls": 112, - "runs_off_bat": 150, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359516", - "date": "2023-04-30", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304090", - "date": "2022-04-30", - "balls": 20, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 16, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 52.9, - "score_label": "Neutral" - }, - { - "key": "sa_yadav__ys_chahal", - "batter": "SA Yadav", - "bowler": "YS Chahal", - "balls": 176, - "legal_balls": 176, - "runs_off_bat": 232, - "dismissals": 8, - "strike_rate": 131.8, - "runs_per_ball": 1.318, - "dot_ball_pct": 39.8, - "boundary_count": 30, - "boundary_pct": 17.0, - "dismissal_types": { - "caught": 8 - }, - "phase_splits": { - "middle": { - "legal_balls": 148, - "runs_off_bat": 196, - "dismissals": 4 - }, - "death": { - "legal_balls": 24, - "runs_off_bat": 28, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473510", - "date": "2025-06-01", - "balls": 34, - "runs": 66, - "dismissed": true - }, - { - "match_id": "1359516", - "date": "2023-04-30", - "balls": 16, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304090", - "date": "2022-04-30", - "balls": 22, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1254108", - "date": "2021-09-26", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254058", - "date": "2021-04-09", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__sp_narine", - "batter": "SV Samson", - "bowler": "SP Narine", - "balls": 178, - "legal_balls": 176, - "runs_off_bat": 140, - "dismissals": 6, - "strike_rate": 79.5, - "runs_per_ball": 0.795, - "dot_ball_pct": 44.3, - "boundary_count": 8, - "boundary_pct": 4.5, - "dismissal_types": { - "lbw": 4, - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 46, - "runs_off_bat": 34, - "dismissals": 2 - }, - "middle": { - "legal_balls": 112, - "runs_off_bat": 94, - "dismissals": 2 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 12, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529265", - "date": "2026-04-14", - "balls": 14, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359530", - "date": "2023-05-11", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304093", - "date": "2022-05-02", - "balls": 28, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254075", - "date": "2021-04-24", - "balls": 26, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__ys_chahal", - "batter": "RR Pant", - "bowler": "YS Chahal", - "balls": 176, - "legal_balls": 174, - "runs_off_bat": 260, - "dismissals": 8, - "strike_rate": 149.4, - "runs_per_ball": 1.494, - "dot_ball_pct": 33.3, - "boundary_count": 32, - "boundary_pct": 18.4, - "dismissal_types": { - "lbw": 2, - "caught": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 144, - "runs_off_bat": 186, - "dismissals": 8 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 24, - "runs_off_bat": 62, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529311", - "date": "2026-05-23", - "balls": 28, - "runs": 34, - "dismissed": true - }, - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 20, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 10, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__ra_jadeja", - "batter": "SS Iyer", - "bowler": "RA Jadeja", - "balls": 172, - "legal_balls": 172, - "runs_off_bat": 168, - "dismissals": 2, - "strike_rate": 97.7, - "runs_per_ball": 0.977, - "dot_ball_pct": 32.6, - "boundary_count": 14, - "boundary_pct": 8.1, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 154, - "runs_off_bat": 142, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529283", - "date": "2026-04-28", - "balls": 20, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 12, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 20, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304047", - "date": "2022-03-26", - "balls": 16, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1216509", - "date": "2020-10-17", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 31.3, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__ar_patel", - "batter": "SV Samson", - "bowler": "AR Patel", - "balls": 170, - "legal_balls": 168, - "runs_off_bat": 206, - "dismissals": 4, - "strike_rate": 122.6, - "runs_per_ball": 1.226, - "dot_ball_pct": 27.4, - "boundary_count": 20, - "boundary_pct": 11.9, - "dismissal_types": { - "bowled": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 42, - "runs_off_bat": 50, - "dismissals": 0 - }, - "middle": { - "legal_balls": 118, - "runs_off_bat": 142, - "dismissals": 4 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529291", - "date": "2026-05-05", - "balls": 20, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1527691", - "date": "2026-04-11", - "balls": 22, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254097", - "date": "2021-09-25", - "balls": 24, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1216543", - "date": "2020-10-14", - "balls": 18, - "runs": 32, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 18.3, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__b_kumar", - "batter": "Shubman Gill", - "bowler": "B Kumar", - "balls": 170, - "legal_balls": 166, - "runs_off_bat": 170, - "dismissals": 12, - "strike_rate": 102.4, - "runs_per_ball": 1.024, - "dot_ball_pct": 53.0, - "boundary_count": 22, - "boundary_pct": 13.3, - "dismissal_types": { - "caught": 10, - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 26, - "runs_off_bat": 30, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 132, - "runs_off_bat": 132, - "dismissals": 8 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 8, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 18, - "runs": 26, - "dismissed": true - }, - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 16, - "runs": 18, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__ar_patel", - "batter": "AM Rahane", - "bowler": "AR Patel", - "balls": 166, - "legal_balls": 166, - "runs_off_bat": 216, - "dismissals": 4, - "strike_rate": 130.1, - "runs_per_ball": 1.301, - "dot_ball_pct": 28.9, - "boundary_count": 24, - "boundary_pct": 14.5, - "dismissal_types": { - "caught": 2, - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 72, - "runs_off_bat": 98, - "dismissals": 2 - }, - "middle": { - "legal_balls": 86, - "runs_off_bat": 114, - "dismissals": 2 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529313", - "date": "2026-05-24", - "balls": 24, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1529294", - "date": "2026-05-08", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 24, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 19.2, - "score_label": "Bowler advantage" - }, - { - "key": "ms_dhoni__ys_chahal", - "batter": "MS Dhoni", - "bowler": "YS Chahal", - "balls": 174, - "legal_balls": 162, - "runs_off_bat": 216, - "dismissals": 8, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 34.6, - "boundary_count": 22, - "boundary_pct": 13.6, - "dismissal_types": { - "caught": 8 - }, - "phase_splits": { - "middle": { - "legal_balls": 92, - "runs_off_bat": 82, - "dismissals": 2 - }, - "death": { - "legal_balls": 70, - "runs_off_bat": 134, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 4, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359491", - "date": "2023-04-12", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304114", - "date": "2022-05-20", - "balls": 22, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1216544", - "date": "2020-10-25", - "balls": 12, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__ra_jadeja", - "batter": "SA Yadav", - "bowler": "RA Jadeja", - "balls": 164, - "legal_balls": 162, - "runs_off_bat": 176, - "dismissals": 6, - "strike_rate": 108.6, - "runs_per_ball": 1.086, - "dot_ball_pct": 42.0, - "boundary_count": 20, - "boundary_pct": 12.3, - "dismissal_types": { - "caught": 2, - "bowled": 2, - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 146, - "runs_off_bat": 176, - "dismissals": 6 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529312", - "date": "2026-05-24", - "balls": 16, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 22, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359523", - "date": "2023-05-06", - "balls": 12, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1359486", - "date": "2023-04-08", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.6, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__sandeep_sharma", - "batter": "F du Plessis", - "bowler": "Sandeep Sharma", - "balls": 164, - "legal_balls": 162, - "runs_off_bat": 232, - "dismissals": 4, - "strike_rate": 143.2, - "runs_per_ball": 1.432, - "dot_ball_pct": 33.3, - "boundary_count": 36, - "boundary_pct": 22.2, - "dismissal_types": { - "caught and bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 36, - "runs_off_bat": 46, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 110, - "runs_off_bat": 146, - "dismissals": 4 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 40, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426310", - "date": "2024-05-22", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359534", - "date": "2023-05-14", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359506", - "date": "2023-04-23", - "balls": 26, - "runs": 58, - "dismissed": false - }, - { - "match_id": "1304049", - "date": "2022-03-27", - "balls": 22, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1254091", - "date": "2021-09-30", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 20.8, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__ar_patel", - "batter": "F du Plessis", - "bowler": "AR Patel", - "balls": 162, - "legal_balls": 160, - "runs_off_bat": 176, - "dismissals": 4, - "strike_rate": 110.0, - "runs_per_ball": 1.1, - "dot_ball_pct": 37.5, - "boundary_count": 18, - "boundary_pct": 11.2, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 62, - "runs_off_bat": 66, - "dismissals": 2 - }, - "middle": { - "legal_balls": 98, - "runs_off_bat": 110, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359524", - "date": "2023-05-06", - "balls": 18, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359494", - "date": "2023-04-15", - "balls": 16, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1254110", - "date": "2021-10-04", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1216509", - "date": "2020-10-17", - "balls": 26, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1216539", - "date": "2020-09-25", - "balls": 12, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 16.8, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__sandeep_sharma", - "batter": "AM Rahane", - "bowler": "Sandeep Sharma", - "balls": 160, - "legal_balls": 158, - "runs_off_bat": 150, - "dismissals": 4, - "strike_rate": 94.9, - "runs_per_ball": 0.949, - "dot_ball_pct": 48.1, - "boundary_count": 16, - "boundary_pct": 10.1, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 148, - "runs_off_bat": 130, - "dismissals": 4 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359491", - "date": "2023-04-12", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216524", - "date": "2020-10-27", - "balls": 18, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1175363", - "date": "2019-03-29", - "balls": 24, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1136588", - "date": "2018-04-29", - "balls": 20, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1082645", - "date": "2017-05-14", - "balls": 18, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 15.0, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__ar_patel", - "batter": "SA Yadav", - "bowler": "AR Patel", - "balls": 160, - "legal_balls": 158, - "runs_off_bat": 146, - "dismissals": 2, - "strike_rate": 92.4, - "runs_per_ball": 0.924, - "dot_ball_pct": 35.4, - "boundary_count": 12, - "boundary_pct": 7.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 120, - "runs_off_bat": 126, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527681", - "date": "2026-04-04", - "balls": 22, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 16, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1237181", - "date": "2020-11-10", - "balls": 20, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1237177", - "date": "2020-11-05", - "balls": 16, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 30.7, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__b_kumar", - "batter": "F du Plessis", - "bowler": "B Kumar", - "balls": 158, - "legal_balls": 156, - "runs_off_bat": 218, - "dismissals": 2, - "strike_rate": 139.7, - "runs_per_ball": 1.397, - "dot_ball_pct": 43.6, - "boundary_count": 34, - "boundary_pct": 21.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 138, - "runs_off_bat": 186, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 2 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426279", - "date": "2024-04-25", - "balls": 8, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1426268", - "date": "2024-04-15", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359539", - "date": "2023-05-18", - "balls": 8, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 36.4, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__rashid_khan", - "batter": "SA Yadav", - "bowler": "Rashid Khan", - "balls": 156, - "legal_balls": 156, - "runs_off_bat": 216, - "dismissals": 0, - "strike_rate": 138.5, - "runs_per_ball": 1.385, - "dot_ball_pct": 29.5, - "boundary_count": 30, - "boundary_pct": 19.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 130, - "runs_off_bat": 174, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 36, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 14, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1370352", - "date": "2023-05-26", - "balls": 22, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1359531", - "date": "2023-05-12", - "balls": 20, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 52.2, - "score_label": "Neutral" - }, - { - "key": "rg_sharma__ar_patel", - "batter": "RG Sharma", - "bowler": "AR Patel", - "balls": 156, - "legal_balls": 154, - "runs_off_bat": 134, - "dismissals": 8, - "strike_rate": 87.0, - "runs_per_ball": 0.87, - "dot_ball_pct": 41.6, - "boundary_count": 12, - "boundary_pct": 7.8, - "dismissal_types": { - "caught": 4, - "bowled": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 106, - "runs_off_bat": 76, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 42, - "runs_off_bat": 50, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527681", - "date": "2026-04-04", - "balls": 16, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1422138", - "date": "2024-04-07", - "balls": 16, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1359490", - "date": "2023-04-11", - "balls": 24, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304048", - "date": "2022-03-27", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1237181", - "date": "2020-11-10", - "balls": 22, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "ms_dhoni__sp_narine", - "batter": "MS Dhoni", - "bowler": "SP Narine", - "balls": 154, - "legal_balls": 154, - "runs_off_bat": 80, - "dismissals": 4, - "strike_rate": 51.9, - "runs_per_ball": 0.519, - "dot_ball_pct": 53.2, - "boundary_count": 2, - "boundary_pct": 1.3, - "dismissal_types": { - "lbw": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 62, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 92, - "runs_off_bat": 52, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304047", - "date": "2022-03-26", - "balls": 16, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254072", - "date": "2021-04-21", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1216501", - "date": "2020-10-07", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 9.8, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__jj_bumrah", - "batter": "JC Buttler", - "bowler": "JJ Bumrah", - "balls": 160, - "legal_balls": 154, - "runs_off_bat": 140, - "dismissals": 4, - "strike_rate": 90.9, - "runs_per_ball": 0.909, - "dot_ball_pct": 58.4, - "boundary_count": 22, - "boundary_pct": 14.3, - "dismissal_types": { - "bowled": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 4 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 50, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 118, - "runs_off_bat": 86, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1422132", - "date": "2024-04-01", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304090", - "date": "2022-04-30", - "balls": 20, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 14.5, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__ra_jadeja", - "batter": "Shubman Gill", - "bowler": "RA Jadeja", - "balls": 154, - "legal_balls": 154, - "runs_off_bat": 248, - "dismissals": 2, - "strike_rate": 161.0, - "runs_per_ball": 1.61, - "dot_ball_pct": 20.8, - "boundary_count": 30, - "boundary_pct": 19.5, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 142, - "runs_off_bat": 228, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 16, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 22, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426297", - "date": "2024-05-10", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1370353", - "date": "2023-05-29", - "balls": 6, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 38.9, - "score_label": "Neutral" - }, - { - "key": "sv_samson__jj_bumrah", - "batter": "SV Samson", - "bowler": "JJ Bumrah", - "balls": 164, - "legal_balls": 152, - "runs_off_bat": 178, - "dismissals": 6, - "strike_rate": 117.1, - "runs_per_ball": 1.171, - "dot_ball_pct": 44.7, - "boundary_count": 24, - "boundary_pct": 15.8, - "dismissal_types": { - "caught": 4, - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 46, - "runs_off_bat": 68, - "dismissals": 0 - }, - "death": { - "legal_balls": 38, - "runs_off_bat": 46, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 68, - "runs_off_bat": 64, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529287", - "date": "2026-05-02", - "balls": 10, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1529276", - "date": "2026-04-23", - "balls": 22, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 12, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1422132", - "date": "2024-04-01", - "balls": 12, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304055", - "date": "2022-04-02", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 1.7, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__b_kumar", - "batter": "RG Sharma", - "bowler": "B Kumar", - "balls": 156, - "legal_balls": 152, - "runs_off_bat": 204, - "dismissals": 4, - "strike_rate": 134.2, - "runs_per_ball": 1.342, - "dot_ball_pct": 40.8, - "boundary_count": 30, - "boundary_pct": 19.7, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 118, - "runs_off_bat": 152, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1529297", - "date": "2026-05-10", - "balls": 8, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1422126", - "date": "2024-03-27", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 19.7, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__jd_unadkat", - "batter": "V Kohli", - "bowler": "JD Unadkat", - "balls": 152, - "legal_balls": 152, - "runs_off_bat": 184, - "dismissals": 2, - "strike_rate": 121.1, - "runs_per_ball": 1.211, - "dot_ball_pct": 30.3, - "boundary_count": 16, - "boundary_pct": 10.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 76, - "runs_off_bat": 118, - "dismissals": 0 - }, - "middle": { - "legal_balls": 64, - "runs_off_bat": 52, - "dismissals": 2 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 20, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1426279", - "date": "2024-04-25", - "balls": 18, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1359489", - "date": "2023-04-10", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304064", - "date": "2022-04-09", - "balls": 20, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 34.1, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__ys_chahal", - "batter": "HH Pandya", - "bowler": "YS Chahal", - "balls": 154, - "legal_balls": 150, - "runs_off_bat": 142, - "dismissals": 8, - "strike_rate": 94.7, - "runs_per_ball": 0.947, - "dot_ball_pct": 34.7, - "boundary_count": 10, - "boundary_pct": 6.7, - "dismissal_types": { - "caught": 6, - "stumped": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 26, - "runs_off_bat": 44, - "dismissals": 2 - }, - "middle": { - "legal_balls": 116, - "runs_off_bat": 92, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473510", - "date": "2025-06-01", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1422132", - "date": "2024-04-01", - "balls": 14, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1359522", - "date": "2023-05-05", - "balls": 14, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 12, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__b_kumar", - "batter": "JC Buttler", - "bowler": "B Kumar", - "balls": 156, - "legal_balls": 146, - "runs_off_bat": 168, - "dismissals": 8, - "strike_rate": 115.1, - "runs_per_ball": 1.151, - "dot_ball_pct": 46.6, - "boundary_count": 26, - "boundary_pct": 17.8, - "dismissal_types": { - "lbw": 2, - "caught": 4, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 98, - "runs_off_bat": 92, - "dismissals": 2 - }, - "death": { - "legal_balls": 36, - "runs_off_bat": 56, - "dismissals": 4 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 14, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 10, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__jc_archer", - "batter": "KL Rahul", - "bowler": "JC Archer", - "balls": 150, - "legal_balls": 146, - "runs_off_bat": 216, - "dismissals": 4, - "strike_rate": 147.9, - "runs_per_ball": 1.479, - "dot_ball_pct": 39.7, - "boundary_count": 34, - "boundary_pct": 23.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 86, - "runs_off_bat": 94, - "dismissals": 0 - }, - "death": { - "legal_balls": 38, - "runs_off_bat": 96, - "dismissals": 2 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 26, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529305", - "date": "2026-05-17", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1529286", - "date": "2026-05-01", - "balls": 10, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1216537", - "date": "2020-10-30", - "balls": 26, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1216527", - "date": "2020-09-27", - "balls": 24, - "runs": 40, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 21.4, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__mohammed_siraj", - "batter": "RG Sharma", - "bowler": "Mohammed Siraj", - "balls": 148, - "legal_balls": 146, - "runs_off_bat": 208, - "dismissals": 2, - "strike_rate": 142.5, - "runs_per_ball": 1.425, - "dot_ball_pct": 46.6, - "boundary_count": 34, - "boundary_pct": 23.3, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 122, - "runs_off_bat": 170, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 24, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 8, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1426263", - "date": "2024-04-11", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359528", - "date": "2023-05-09", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 36.7, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__ta_boult", - "batter": "V Kohli", - "bowler": "TA Boult", - "balls": 160, - "legal_balls": 146, - "runs_off_bat": 194, - "dismissals": 2, - "strike_rate": 132.9, - "runs_per_ball": 1.329, - "dot_ball_pct": 43.8, - "boundary_count": 30, - "boundary_pct": 20.5, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 138, - "runs_off_bat": 186, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 14, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 6, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426310", - "date": "2024-05-22", - "balls": 18, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1422137", - "date": "2024-04-06", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359506", - "date": "2023-04-23", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 35.5, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__sp_narine", - "batter": "SA Yadav", - "bowler": "SP Narine", - "balls": 148, - "legal_balls": 146, - "runs_off_bat": 182, - "dismissals": 0, - "strike_rate": 124.7, - "runs_per_ball": 1.247, - "dot_ball_pct": 32.9, - "boundary_count": 22, - "boundary_pct": 15.1, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 34, - "dismissals": 0 - }, - "middle": { - "legal_balls": 106, - "runs_off_bat": 114, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 34, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 22, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1359496", - "date": "2023-04-16", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304060", - "date": "2022-04-06", - "balls": 24, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.6, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__dl_chahar", - "batter": "Shubman Gill", - "bowler": "DL Chahar", - "balls": 150, - "legal_balls": 144, - "runs_off_bat": 202, - "dismissals": 8, - "strike_rate": 140.3, - "runs_per_ball": 1.403, - "dot_ball_pct": 36.1, - "boundary_count": 30, - "boundary_pct": 20.8, - "dismissal_types": { - "caught": 4, - "lbw": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 126, - "runs_off_bat": 194, - "dismissals": 4 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 24, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1422125", - "date": "2024-03-26", - "balls": 6, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1370353", - "date": "2023-05-29", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1370350", - "date": "2023-05-23", - "balls": 20, - "runs": 26, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__ta_boult", - "batter": "KL Rahul", - "bowler": "TA Boult", - "balls": 146, - "legal_balls": 142, - "runs_off_bat": 216, - "dismissals": 6, - "strike_rate": 152.1, - "runs_per_ball": 1.521, - "dot_ball_pct": 42.3, - "boundary_count": 38, - "boundary_pct": 26.8, - "dismissal_types": { - "caught": 4, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 134, - "runs_off_bat": 192, - "dismissals": 6 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 10, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 16, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 16, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 5.9, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__ta_boult", - "batter": "Shubman Gill", - "bowler": "TA Boult", - "balls": 144, - "legal_balls": 142, - "runs_off_bat": 150, - "dismissals": 4, - "strike_rate": 105.6, - "runs_per_ball": 1.056, - "dot_ball_pct": 50.7, - "boundary_count": 22, - "boundary_pct": 15.5, - "dismissal_types": { - "caught": 2, - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 120, - "runs_off_bat": 124, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426262", - "date": "2024-04-10", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359522", - "date": "2023-05-05", - "balls": 18, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 16.3, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__rashid_khan", - "batter": "KL Rahul", - "bowler": "Rashid Khan", - "balls": 140, - "legal_balls": 140, - "runs_off_bat": 130, - "dismissals": 6, - "strike_rate": 92.9, - "runs_per_ball": 0.929, - "dot_ball_pct": 32.9, - "boundary_count": 10, - "boundary_pct": 7.1, - "dismissal_types": { - "lbw": 2, - "bowled": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 114, - "runs_off_bat": 98, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 18, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 28, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1422139", - "date": "2024-04-07", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359504", - "date": "2023-04-22", - "balls": 22, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1216498", - "date": "2020-10-24", - "balls": 12, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__sp_narine", - "batter": "JC Buttler", - "bowler": "SP Narine", - "balls": 144, - "legal_balls": 140, - "runs_off_bat": 162, - "dismissals": 2, - "strike_rate": 115.7, - "runs_per_ball": 1.157, - "dot_ball_pct": 44.3, - "boundary_count": 18, - "boundary_pct": 12.9, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 42, - "runs_off_bat": 62, - "dismissals": 0 - }, - "middle": { - "legal_balls": 86, - "runs_off_bat": 86, - "dismissals": 2 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529303", - "date": "2026-05-16", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1529268", - "date": "2026-04-17", - "balls": 10, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 16, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304093", - "date": "2022-05-02", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 33.5, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__ar_patel", - "batter": "JC Buttler", - "bowler": "AR Patel", - "balls": 140, - "legal_balls": 140, - "runs_off_bat": 196, - "dismissals": 2, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 31.4, - "boundary_count": 24, - "boundary_pct": 17.1, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 96, - "runs_off_bat": 110, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 44, - "runs_off_bat": 86, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 16, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 10, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359485", - "date": "2023-04-08", - "balls": 16, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 36.4, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__kh_pandya", - "batter": "SV Samson", - "bowler": "KH Pandya", - "balls": 140, - "legal_balls": 140, - "runs_off_bat": 190, - "dismissals": 2, - "strike_rate": 135.7, - "runs_per_ball": 1.357, - "dot_ball_pct": 14.3, - "boundary_count": 18, - "boundary_pct": 12.9, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 56, - "dismissals": 0 - }, - "middle": { - "legal_balls": 98, - "runs_off_bat": 116, - "dismissals": 2 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 18, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 24, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1254081", - "date": "2021-04-29", - "balls": 8, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1216541", - "date": "2020-10-25", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.9, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__k_rabada", - "batter": "V Kohli", - "bowler": "K Rabada", - "balls": 142, - "legal_balls": 138, - "runs_off_bat": 248, - "dismissals": 8, - "strike_rate": 179.7, - "runs_per_ball": 1.797, - "dot_ball_pct": 31.9, - "boundary_count": 44, - "boundary_pct": 31.9, - "dismissal_types": { - "caught": 8 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 98, - "runs_off_bat": 196, - "dismissals": 4 - }, - "middle": { - "legal_balls": 38, - "runs_off_bat": 52, - "dismissals": 2 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 12, - "runs": 50, - "dismissed": false - }, - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 24, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 16, - "runs": 42, - "dismissed": true - }, - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 22, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1422124", - "date": "2024-03-25", - "balls": 16, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__ys_chahal", - "batter": "SS Iyer", - "bowler": "YS Chahal", - "balls": 146, - "legal_balls": 138, - "runs_off_bat": 188, - "dismissals": 4, - "strike_rate": 136.2, - "runs_per_ball": 1.362, - "dot_ball_pct": 34.8, - "boundary_count": 22, - "boundary_pct": 15.9, - "dismissal_types": { - "lbw": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 40, - "runs_off_bat": 44, - "dismissals": 0 - }, - "middle": { - "legal_balls": 88, - "runs_off_bat": 126, - "dismissals": 2 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 10, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1304093", - "date": "2022-05-02", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 14, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1254101", - "date": "2021-10-08", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1216505", - "date": "2020-11-02", - "balls": 10, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 19.9, - "score_label": "Bowler advantage" - }, - { - "key": "rd_gaikwad__rashid_khan", - "batter": "RD Gaikwad", - "bowler": "Rashid Khan", - "balls": 138, - "legal_balls": 138, - "runs_off_bat": 226, - "dismissals": 4, - "strike_rate": 163.8, - "runs_per_ball": 1.638, - "dot_ball_pct": 21.7, - "boundary_count": 30, - "boundary_pct": 21.7, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 86, - "runs_off_bat": 124, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 78, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 24, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529280", - "date": "2026-04-26", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1422125", - "date": "2024-03-26", - "balls": 12, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1370353", - "date": "2023-05-29", - "balls": 6, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1370350", - "date": "2023-05-23", - "balls": 24, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1359475", - "date": "2023-03-31", - "balls": 20, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 23.3, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__r_ashwin", - "batter": "Shubman Gill", - "bowler": "R Ashwin", - "balls": 144, - "legal_balls": 138, - "runs_off_bat": 222, - "dismissals": 0, - "strike_rate": 160.9, - "runs_per_ball": 1.609, - "dot_ball_pct": 20.3, - "boundary_count": 26, - "boundary_pct": 18.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 90, - "runs_off_bat": 148, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 62, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426262", - "date": "2024-04-10", - "balls": 22, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 22, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1312200", - "date": "2022-05-29", - "balls": 18, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1312197", - "date": "2022-05-24", - "balls": 12, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1254116", - "date": "2021-10-13", - "balls": 14, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.9, - "score_label": "Neutral" - }, - { - "key": "ar_patel__rashid_khan", - "batter": "AR Patel", - "bowler": "Rashid Khan", - "balls": 138, - "legal_balls": 136, - "runs_off_bat": 178, - "dismissals": 6, - "strike_rate": 130.9, - "runs_per_ball": 1.309, - "dot_ball_pct": 32.4, - "boundary_count": 20, - "boundary_pct": 14.7, - "dismissal_types": { - "lbw": 2, - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 116, - "runs_off_bat": 162, - "dismissals": 6 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 24, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1426278", - "date": "2024-04-24", - "balls": 34, - "runs": 52, - "dismissed": false - }, - { - "match_id": "1359518", - "date": "2023-05-02", - "balls": 14, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 3.3, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__jd_unadkat", - "batter": "KL Rahul", - "bowler": "JD Unadkat", - "balls": 140, - "legal_balls": 136, - "runs_off_bat": 228, - "dismissals": 4, - "strike_rate": 167.6, - "runs_per_ball": 1.676, - "dot_ball_pct": 22.1, - "boundary_count": 30, - "boundary_pct": 22.1, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 52, - "runs_off_bat": 80, - "dismissals": 2 - }, - "death": { - "legal_balls": 52, - "runs_off_bat": 120, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473492", - "date": "2025-05-05", - "balls": 10, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1304083", - "date": "2022-04-24", - "balls": 22, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1304072", - "date": "2022-04-16", - "balls": 20, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1216527", - "date": "2020-09-27", - "balls": 16, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1178407", - "date": "2019-04-16", - "balls": 16, - "runs": 38, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 23.7, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__r_ashwin", - "batter": "F du Plessis", - "bowler": "R Ashwin", - "balls": 136, - "legal_balls": 136, - "runs_off_bat": 144, - "dismissals": 2, - "strike_rate": 105.9, - "runs_per_ball": 1.059, - "dot_ball_pct": 26.5, - "boundary_count": 12, - "boundary_pct": 8.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 38, - "runs_off_bat": 52, - "dismissals": 0 - }, - "middle": { - "legal_balls": 94, - "runs_off_bat": 88, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422137", - "date": "2024-04-06", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359534", - "date": "2023-05-14", - "balls": 24, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359506", - "date": "2023-04-23", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1312199", - "date": "2022-05-27", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 32.3, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__rashid_khan", - "batter": "Ishan Kishan", - "bowler": "Rashid Khan", - "balls": 134, - "legal_balls": 134, - "runs_off_bat": 156, - "dismissals": 4, - "strike_rate": 116.4, - "runs_per_ball": 1.164, - "dot_ball_pct": 38.8, - "boundary_count": 18, - "boundary_pct": 13.4, - "dismissal_types": { - "caught": 2, - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 94, - "runs_off_bat": 120, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359531", - "date": "2023-05-12", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359509", - "date": "2023-04-25", - "balls": 10, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304097", - "date": "2022-05-06", - "balls": 10, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1254088", - "date": "2021-10-08", - "balls": 12, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 17.6, - "score_label": "Bowler advantage" - }, - { - "key": "rd_gaikwad__mohammed_siraj", - "batter": "RD Gaikwad", - "bowler": "Mohammed Siraj", - "balls": 134, - "legal_balls": 134, - "runs_off_bat": 200, - "dismissals": 4, - "strike_rate": 149.3, - "runs_per_ball": 1.493, - "dot_ball_pct": 41.8, - "boundary_count": 34, - "boundary_pct": 25.4, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 122, - "runs_off_bat": 170, - "dismissals": 4 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529309", - "date": "2026-05-21", - "balls": 14, - "runs": 32, - "dismissed": true - }, - { - "match_id": "1529280", - "date": "2026-04-26", - "balls": 26, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1422119", - "date": "2024-03-22", - "balls": 16, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1359498", - "date": "2023-04-17", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304095", - "date": "2022-05-04", - "balls": 16, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 21.5, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__jj_bumrah", - "batter": "SS Iyer", - "bowler": "JJ Bumrah", - "balls": 136, - "legal_balls": 132, - "runs_off_bat": 194, - "dismissals": 2, - "strike_rate": 147.0, - "runs_per_ball": 1.47, - "dot_ball_pct": 30.3, - "boundary_count": 28, - "boundary_pct": 21.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 58, - "runs_off_bat": 74, - "dismissals": 0 - }, - "middle": { - "legal_balls": 48, - "runs_off_bat": 86, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 34, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529267", - "date": "2026-04-16", - "balls": 18, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1473510", - "date": "2025-06-01", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.2, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__ravi_bishnoi", - "batter": "F du Plessis", - "bowler": "Ravi Bishnoi", - "balls": 134, - "legal_balls": 132, - "runs_off_bat": 208, - "dismissals": 2, - "strike_rate": 157.6, - "runs_per_ball": 1.576, - "dot_ball_pct": 27.3, - "boundary_count": 26, - "boundary_pct": 19.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 96, - "runs_off_bat": 150, - "dismissals": 2 - }, - "death": { - "legal_balls": 24, - "runs_off_bat": 36, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 6, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1359517", - "date": "2023-05-01", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359489", - "date": "2023-04-10", - "balls": 22, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1304077", - "date": "2022-04-19", - "balls": 34, - "runs": 68, - "dismissed": false - }, - { - "match_id": "1254094", - "date": "2021-10-07", - "balls": 20, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.5, - "score_label": "Neutral" - }, - { - "key": "v_kohli__sm_curran", - "batter": "V Kohli", - "bowler": "SM Curran", - "balls": 146, - "legal_balls": 130, - "runs_off_bat": 222, - "dismissals": 6, - "strike_rate": 170.8, - "runs_per_ball": 1.708, - "dot_ball_pct": 23.1, - "boundary_count": 28, - "boundary_pct": 21.5, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 72, - "runs_off_bat": 90, - "dismissals": 2 - }, - "middle": { - "legal_balls": 34, - "runs_off_bat": 68, - "dismissals": 2 - }, - "death": { - "legal_balls": 24, - "runs_off_bat": 64, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 12, - "runs": 26, - "dismissed": true - }, - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 12, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426296", - "date": "2024-05-09", - "balls": 16, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1422124", - "date": "2024-03-25", - "balls": 22, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1359501", - "date": "2023-04-20", - "balls": 16, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 8.1, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__ad_russell", - "batter": "V Kohli", - "bowler": "AD Russell", - "balls": 134, - "legal_balls": 130, - "runs_off_bat": 176, - "dismissals": 4, - "strike_rate": 135.4, - "runs_per_ball": 1.354, - "dot_ball_pct": 24.6, - "boundary_count": 16, - "boundary_pct": 12.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 72, - "runs_off_bat": 74, - "dismissals": 4 - }, - "death": { - "legal_balls": 34, - "runs_off_bat": 74, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 28, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422128", - "date": "2024-03-29", - "balls": 16, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359510", - "date": "2023-04-26", - "balls": 10, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1216540", - "date": "2020-10-12", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1178410", - "date": "2019-04-19", - "balls": 22, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1175372", - "date": "2019-04-05", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 19.8, - "score_label": "Bowler advantage" - }, - { - "key": "r_parag__ar_patel", - "batter": "R Parag", - "bowler": "AR Patel", - "balls": 130, - "legal_balls": 130, - "runs_off_bat": 156, - "dismissals": 4, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 36.9, - "boundary_count": 18, - "boundary_pct": 13.8, - "dismissal_types": { - "bowled": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 120, - "runs_off_bat": 152, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529305", - "date": "2026-05-17", - "balls": 26, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1529286", - "date": "2026-05-01", - "balls": 26, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 20, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 20, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 18.0, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__arshdeep_singh", - "batter": "V Kohli", - "bowler": "Arshdeep Singh", - "balls": 138, - "legal_balls": 130, - "runs_off_bat": 218, - "dismissals": 4, - "strike_rate": 167.7, - "runs_per_ball": 1.677, - "dot_ball_pct": 26.2, - "boundary_count": 36, - "boundary_pct": 27.7, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 98, - "runs_off_bat": 154, - "dismissals": 2 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 40, - "dismissals": 2 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529304", - "date": "2026-05-17", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473508", - "date": "2025-05-29", - "balls": 12, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 14, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 23.7, - "score_label": "Bowler advantage" - }, - { - "key": "ms_dhoni__ar_patel", - "batter": "MS Dhoni", - "bowler": "AR Patel", - "balls": 134, - "legal_balls": 130, - "runs_off_bat": 154, - "dismissals": 0, - "strike_rate": 118.5, - "runs_per_ball": 1.185, - "dot_ball_pct": 46.2, - "boundary_count": 16, - "boundary_pct": 12.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 72, - "runs_off_bat": 58, - "dismissals": 0 - }, - "death": { - "legal_balls": 58, - "runs_off_bat": 96, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254110", - "date": "2021-10-04", - "balls": 14, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1178425", - "date": "2019-05-01", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1175360", - "date": "2019-03-26", - "balls": 30, - "runs": 10, - "dismissed": false - }, - { - "match_id": "981005", - "date": "2016-05-21", - "balls": 32, - "runs": 72, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.8, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__ar_patel", - "batter": "Shubman Gill", - "bowler": "AR Patel", - "balls": 130, - "legal_balls": 130, - "runs_off_bat": 190, - "dismissals": 0, - "strike_rate": 146.2, - "runs_per_ball": 1.462, - "dot_ball_pct": 33.8, - "boundary_count": 22, - "boundary_pct": 16.9, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 48, - "runs_off_bat": 58, - "dismissals": 0 - }, - "middle": { - "legal_balls": 72, - "runs_off_bat": 102, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 30, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 16, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1304056", - "date": "2022-04-02", - "balls": 20, - "runs": 50, - "dismissed": false - }, - { - "match_id": "1254116", - "date": "2021-10-13", - "balls": 24, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254092", - "date": "2021-09-28", - "balls": 24, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 53.1, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__jj_bumrah", - "batter": "MS Dhoni", - "bowler": "JJ Bumrah", - "balls": 136, - "legal_balls": 128, - "runs_off_bat": 124, - "dismissals": 8, - "strike_rate": 96.9, - "runs_per_ball": 0.969, - "dot_ball_pct": 42.2, - "boundary_count": 10, - "boundary_pct": 7.8, - "dismissal_types": { - "bowled": 2, - "caught": 6 - }, - "phase_splits": { - "death": { - "legal_balls": 84, - "runs_off_bat": 90, - "dismissals": 8 - }, - "middle": { - "legal_balls": 34, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 8, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1304105", - "date": "2022-05-12", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304079", - "date": "2022-04-21", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216521", - "date": "2020-10-23", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1216492", - "date": "2020-09-19", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__k_rabada", - "batter": "SA Yadav", - "bowler": "K Rabada", - "balls": 132, - "legal_balls": 128, - "runs_off_bat": 202, - "dismissals": 8, - "strike_rate": 157.8, - "runs_per_ball": 1.578, - "dot_ball_pct": 35.9, - "boundary_count": 28, - "boundary_pct": 21.9, - "dismissal_types": { - "caught": 6, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 40, - "runs_off_bat": 62, - "dismissals": 2 - }, - "middle": { - "legal_balls": 70, - "runs_off_bat": 106, - "dismissals": 2 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 34, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 14, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 32, - "runs": 64, - "dismissed": false - }, - { - "match_id": "1304069", - "date": "2022-04-13", - "balls": 14, - "runs": 26, - "dismissed": true - }, - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__kuldeep_yadav", - "batter": "SS Iyer", - "bowler": "Kuldeep Yadav", - "balls": 134, - "legal_balls": 128, - "runs_off_bat": 232, - "dismissals": 6, - "strike_rate": 181.2, - "runs_per_ball": 1.812, - "dot_ball_pct": 21.9, - "boundary_count": 26, - "boundary_pct": 20.3, - "dismissal_types": { - "stumped": 2, - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 104, - "runs_off_bat": 168, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 60, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529278", - "date": "2026-04-25", - "balls": 24, - "runs": 68, - "dismissed": false - }, - { - "match_id": "1485779", - "date": "2025-05-24", - "balls": 20, - "runs": 36, - "dismissed": true - }, - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1304087", - "date": "2022-04-28", - "balls": 10, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1304065", - "date": "2022-04-10", - "balls": 20, - "runs": 32, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 9.4, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__kuldeep_yadav", - "batter": "V Kohli", - "bowler": "Kuldeep Yadav", - "balls": 128, - "legal_balls": 128, - "runs_off_bat": 150, - "dismissals": 2, - "strike_rate": 117.2, - "runs_per_ball": 1.172, - "dot_ball_pct": 25.0, - "boundary_count": 14, - "boundary_pct": 10.9, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 112, - "runs_off_bat": 140, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 22, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1359524", - "date": "2023-05-06", - "balls": 18, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359494", - "date": "2023-04-15", - "balls": 18, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1178410", - "date": "2019-04-19", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1175372", - "date": "2019-04-05", - "balls": 20, - "runs": 26, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 33.7, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__kuldeep_yadav", - "batter": "JC Buttler", - "bowler": "Kuldeep Yadav", - "balls": 128, - "legal_balls": 126, - "runs_off_bat": 174, - "dismissals": 6, - "strike_rate": 138.1, - "runs_per_ball": 1.381, - "dot_ball_pct": 31.7, - "boundary_count": 22, - "boundary_pct": 17.5, - "dismissal_types": { - "caught": 2, - "lbw": 2, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 106, - "runs_off_bat": 156, - "dismissals": 6 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 24, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359485", - "date": "2023-04-08", - "balls": 30, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1304080", - "date": "2022-04-22", - "balls": 24, - "runs": 62, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 4.2, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__r_ashwin", - "batter": "Ishan Kishan", - "bowler": "R Ashwin", - "balls": 128, - "legal_balls": 126, - "runs_off_bat": 114, - "dismissals": 2, - "strike_rate": 90.5, - "runs_per_ball": 0.905, - "dot_ball_pct": 41.3, - "boundary_count": 8, - "boundary_pct": 6.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 84, - "runs_off_bat": 80, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 36, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359516", - "date": "2023-04-30", - "balls": 12, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1304090", - "date": "2022-04-30", - "balls": 12, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304055", - "date": "2022-04-02", - "balls": 20, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1254070", - "date": "2021-04-20", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1237181", - "date": "2020-11-10", - "balls": 8, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 30.5, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__r_ashwin", - "batter": "SS Iyer", - "bowler": "R Ashwin", - "balls": 130, - "legal_balls": 126, - "runs_off_bat": 160, - "dismissals": 0, - "strike_rate": 127.0, - "runs_per_ball": 1.27, - "dot_ball_pct": 36.5, - "boundary_count": 18, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 96, - "runs_off_bat": 128, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304093", - "date": "2022-05-02", - "balls": 16, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 32, - "runs": 56, - "dismissed": false - }, - { - "match_id": "1178412", - "date": "2019-04-20", - "balls": 20, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1175368", - "date": "2019-04-01", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1136582", - "date": "2018-04-23", - "balls": 26, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.8, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__avesh_khan", - "batter": "Shubman Gill", - "bowler": "Avesh Khan", - "balls": 126, - "legal_balls": 124, - "runs_off_bat": 150, - "dismissals": 8, - "strike_rate": 121.0, - "runs_per_ball": 1.21, - "dot_ball_pct": 29.0, - "boundary_count": 16, - "boundary_pct": 12.9, - "dismissal_types": { - "caught": 8 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 62, - "runs_off_bat": 80, - "dismissals": 0 - }, - "middle": { - "legal_balls": 42, - "runs_off_bat": 46, - "dismissals": 6 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 24, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 6, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1426262", - "date": "2024-04-10", - "balls": 12, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359525", - "date": "2023-05-07", - "balls": 16, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__ra_jadeja", - "batter": "SV Samson", - "bowler": "RA Jadeja", - "balls": 128, - "legal_balls": 124, - "runs_off_bat": 164, - "dismissals": 6, - "strike_rate": 132.3, - "runs_per_ball": 1.323, - "dot_ball_pct": 35.5, - "boundary_count": 16, - "boundary_pct": 12.9, - "dismissal_types": { - "caught": 2, - "bowled": 2, - "caught and bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 110, - "runs_off_bat": 134, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 24, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 18, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359491", - "date": "2023-04-12", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254089", - "date": "2021-10-02", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 3.5, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__kh_pandya", - "batter": "F du Plessis", - "bowler": "KH Pandya", - "balls": 126, - "legal_balls": 124, - "runs_off_bat": 148, - "dismissals": 4, - "strike_rate": 119.4, - "runs_per_ball": 1.194, - "dot_ball_pct": 27.4, - "boundary_count": 16, - "boundary_pct": 12.9, - "dismissal_types": { - "stumped": 2, - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 68, - "runs_off_bat": 76, - "dismissals": 2 - }, - "middle": { - "legal_balls": 54, - "runs_off_bat": 70, - "dismissals": 2 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 12, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1422133", - "date": "2024-04-02", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359517", - "date": "2023-05-01", - "balls": 20, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359489", - "date": "2023-04-10", - "balls": 22, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1304077", - "date": "2022-04-19", - "balls": 26, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 17.9, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__sp_narine", - "batter": "AM Rahane", - "bowler": "SP Narine", - "balls": 126, - "legal_balls": 122, - "runs_off_bat": 152, - "dismissals": 8, - "strike_rate": 124.6, - "runs_per_ball": 1.246, - "dot_ball_pct": 32.8, - "boundary_count": 22, - "boundary_pct": 18.0, - "dismissal_types": { - "stumped": 2, - "lbw": 2, - "caught": 2, - "caught and bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 70, - "runs_off_bat": 100, - "dismissals": 2 - }, - "middle": { - "legal_balls": 34, - "runs_off_bat": 32, - "dismissals": 2 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359507", - "date": "2023-04-23", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1178418", - "date": "2019-04-25", - "balls": 8, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1136618", - "date": "2018-05-23", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1136609", - "date": "2018-05-15", - "balls": 10, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__jr_hazlewood", - "batter": "KL Rahul", - "bowler": "JR Hazlewood", - "balls": 126, - "legal_balls": 122, - "runs_off_bat": 214, - "dismissals": 4, - "strike_rate": 175.4, - "runs_per_ball": 1.754, - "dot_ball_pct": 36.1, - "boundary_count": 32, - "boundary_pct": 26.2, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 78, - "runs_off_bat": 122, - "dismissals": 2 - }, - "middle": { - "legal_balls": 34, - "runs_off_bat": 90, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529282", - "date": "2026-04-27", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 20, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 24, - "runs": 64, - "dismissed": false - }, - { - "match_id": "1359517", - "date": "2023-05-01", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 24.6, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__ad_russell", - "batter": "RG Sharma", - "bowler": "AD Russell", - "balls": 126, - "legal_balls": 122, - "runs_off_bat": 194, - "dismissals": 2, - "strike_rate": 159.0, - "runs_per_ball": 1.59, - "dot_ball_pct": 31.1, - "boundary_count": 30, - "boundary_pct": 24.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 80, - "runs_off_bat": 118, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 26, - "dismissals": 2 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 50, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254096", - "date": "2021-09-23", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1216526", - "date": "2020-10-16", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216508", - "date": "2020-09-23", - "balls": 10, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1178431", - "date": "2019-05-05", - "balls": 14, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.7, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__ad_russell", - "batter": "SS Iyer", - "bowler": "AD Russell", - "balls": 122, - "legal_balls": 120, - "runs_off_bat": 148, - "dismissals": 10, - "strike_rate": 123.3, - "runs_per_ball": 1.233, - "dot_ball_pct": 43.3, - "boundary_count": 20, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 6, - "lbw": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 60, - "runs_off_bat": 56, - "dismissals": 8 - }, - "middle": { - "legal_balls": 48, - "runs_off_bat": 70, - "dismissals": 2 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473481", - "date": "2025-04-26", - "balls": 12, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1216515", - "date": "2020-10-03", - "balls": 12, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1178401", - "date": "2019-04-12", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1175365", - "date": "2019-03-30", - "balls": 20, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1136586", - "date": "2018-04-27", - "balls": 18, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__ra_jadeja", - "batter": "JC Buttler", - "bowler": "RA Jadeja", - "balls": 126, - "legal_balls": 120, - "runs_off_bat": 158, - "dismissals": 6, - "strike_rate": 131.7, - "runs_per_ball": 1.317, - "dot_ball_pct": 28.3, - "boundary_count": 16, - "boundary_pct": 13.3, - "dismissal_types": { - "bowled": 2, - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 106, - "runs_off_bat": 142, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 10, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 3.4, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__m_prasidh_krishna", - "batter": "KL Rahul", - "bowler": "M Prasidh Krishna", - "balls": 120, - "legal_balls": 120, - "runs_off_bat": 204, - "dismissals": 6, - "strike_rate": 170.0, - "runs_per_ball": 1.7, - "dot_ball_pct": 35.0, - "boundary_count": 32, - "boundary_pct": 26.7, - "dismissal_types": { - "bowled": 2, - "caught": 2, - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 70, - "runs_off_bat": 90, - "dismissals": 4 - }, - "middle": { - "legal_balls": 32, - "runs_off_bat": 78, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 36, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 16, - "runs": 60, - "dismissed": false - }, - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 26, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 8, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 22, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1216520", - "date": "2020-10-26", - "balls": 14, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 8.0, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__arshdeep_singh", - "batter": "Shubman Gill", - "bowler": "Arshdeep Singh", - "balls": 128, - "legal_balls": 120, - "runs_off_bat": 154, - "dismissals": 4, - "strike_rate": 128.3, - "runs_per_ball": 1.283, - "dot_ball_pct": 31.7, - "boundary_count": 20, - "boundary_pct": 16.7, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 84, - "runs_off_bat": 110, - "dismissals": 4 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 26, - "runs_off_bat": 28, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529289", - "date": "2026-05-03", - "balls": 6, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422135", - "date": "2024-04-04", - "balls": 20, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 19.0, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__kh_pandya", - "batter": "Shubman Gill", - "bowler": "KH Pandya", - "balls": 120, - "legal_balls": 120, - "runs_off_bat": 130, - "dismissals": 2, - "strike_rate": 108.3, - "runs_per_ball": 1.083, - "dot_ball_pct": 30.0, - "boundary_count": 8, - "boundary_pct": 6.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 48, - "runs_off_bat": 40, - "dismissals": 2 - }, - "middle": { - "legal_balls": 72, - "runs_off_bat": 90, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 16, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359525", - "date": "2023-05-07", - "balls": 30, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1359504", - "date": "2023-04-22", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304103", - "date": "2022-05-10", - "balls": 30, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1254062", - "date": "2021-04-13", - "balls": 14, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 32.6, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__cv_varun", - "batter": "RG Sharma", - "bowler": "CV Varun", - "balls": 122, - "legal_balls": 120, - "runs_off_bat": 142, - "dismissals": 2, - "strike_rate": 118.3, - "runs_per_ball": 1.183, - "dot_ball_pct": 43.3, - "boundary_count": 20, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 56, - "runs_off_bat": 56, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 64, - "runs_off_bat": 86, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 22, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 16, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254096", - "date": "2021-09-23", - "balls": 22, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 33.8, - "score_label": "Bowler advantage" - }, - { - "key": "ms_dhoni__b_kumar", - "batter": "MS Dhoni", - "bowler": "B Kumar", - "balls": 128, - "legal_balls": 120, - "runs_off_bat": 204, - "dismissals": 0, - "strike_rate": 170.0, - "runs_per_ball": 1.7, - "dot_ball_pct": 28.3, - "boundary_count": 26, - "boundary_pct": 21.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 110, - "runs_off_bat": 204, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304063", - "date": "2022-04-09", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254091", - "date": "2021-09-30", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1136617", - "date": "2018-05-22", - "balls": 10, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1136606", - "date": "2018-05-13", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 56.0, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__ra_jadeja", - "batter": "KL Rahul", - "bowler": "RA Jadeja", - "balls": 122, - "legal_balls": 120, - "runs_off_bat": 160, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 23.3, - "boundary_count": 16, - "boundary_pct": 13.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 120, - "runs_off_bat": 160, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529286", - "date": "2026-05-01", - "balls": 10, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426272", - "date": "2024-04-19", - "balls": 14, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1304053", - "date": "2022-03-31", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1254094", - "date": "2021-10-07", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__k_rabada", - "batter": "KL Rahul", - "bowler": "K Rabada", - "balls": 122, - "legal_balls": 118, - "runs_off_bat": 194, - "dismissals": 8, - "strike_rate": 164.4, - "runs_per_ball": 1.644, - "dot_ball_pct": 37.3, - "boundary_count": 28, - "boundary_pct": 23.7, - "dismissal_types": { - "caught": 8 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 90, - "runs_off_bat": 130, - "dismissals": 6 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 44, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 22, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 18, - "runs": 52, - "dismissed": false - }, - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359512", - "date": "2023-04-28", - "balls": 4, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1359495", - "date": "2023-04-15", - "balls": 18, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__sandeep_sharma", - "batter": "SV Samson", - "bowler": "Sandeep Sharma", - "balls": 118, - "legal_balls": 118, - "runs_off_bat": 118, - "dismissals": 4, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 47.5, - "boundary_count": 14, - "boundary_pct": 11.9, - "dismissal_types": { - "caught": 2, - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 84, - "runs_off_bat": 68, - "dismissals": 4 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304098", - "date": "2022-05-07", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254100", - "date": "2021-09-27", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254085", - "date": "2021-05-02", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1216518", - "date": "2020-10-22", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1175363", - "date": "2019-03-29", - "balls": 20, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 15.6, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__dl_chahar", - "batter": "V Kohli", - "bowler": "DL Chahar", - "balls": 126, - "legal_balls": 118, - "runs_off_bat": 160, - "dismissals": 4, - "strike_rate": 135.6, - "runs_per_ball": 1.356, - "dot_ball_pct": 35.6, - "boundary_count": 24, - "boundary_pct": 20.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 104, - "runs_off_bat": 144, - "dismissals": 4 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529297", - "date": "2026-05-10", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 14, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1422119", - "date": "2024-03-22", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254113", - "date": "2021-09-24", - "balls": 18, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1254076", - "date": "2021-04-25", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 19.9, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__k_rabada", - "batter": "Shubman Gill", - "bowler": "K Rabada", - "balls": 120, - "legal_balls": 118, - "runs_off_bat": 156, - "dismissals": 4, - "strike_rate": 132.2, - "runs_per_ball": 1.322, - "dot_ball_pct": 35.6, - "boundary_count": 20, - "boundary_pct": 16.9, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 46, - "runs_off_bat": 40, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 56, - "runs_off_bat": 76, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 40, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1422135", - "date": "2024-04-04", - "balls": 20, - "runs": 52, - "dismissed": false - }, - { - "match_id": "1359492", - "date": "2023-04-13", - "balls": 10, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1304094", - "date": "2022-05-03", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304062", - "date": "2022-04-08", - "balls": 18, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 19.5, - "score_label": "Bowler advantage" - }, - { - "key": "b_sai_sudharsan__tu_deshpande", - "batter": "B Sai Sudharsan", - "bowler": "TU Deshpande", - "balls": 128, - "legal_balls": 118, - "runs_off_bat": 194, - "dismissals": 4, - "strike_rate": 164.4, - "runs_per_ball": 1.644, - "dot_ball_pct": 33.9, - "boundary_count": 32, - "boundary_pct": 27.1, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 76, - "runs_off_bat": 122, - "dismissals": 0 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 48, - "dismissals": 4 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 24, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 14, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 18, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 26, - "runs": 44, - "dismissed": true - }, - { - "match_id": "1426297", - "date": "2024-05-10", - "balls": 22, - "runs": 26, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 23.3, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__ar_patel", - "batter": "SS Iyer", - "bowler": "AR Patel", - "balls": 118, - "legal_balls": 118, - "runs_off_bat": 164, - "dismissals": 2, - "strike_rate": 139.0, - "runs_per_ball": 1.39, - "dot_ball_pct": 25.4, - "boundary_count": 20, - "boundary_pct": 16.9, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 108, - "runs_off_bat": 156, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529278", - "date": "2026-04-25", - "balls": 14, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 24, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1304087", - "date": "2022-04-28", - "balls": 32, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1304065", - "date": "2022-04-10", - "balls": 18, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1136562", - "date": "2018-04-08", - "balls": 10, - "runs": 18, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 36.3, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__sp_narine", - "batter": "RR Pant", - "bowler": "SP Narine", - "balls": 118, - "legal_balls": 118, - "runs_off_bat": 136, - "dismissals": 2, - "strike_rate": 115.3, - "runs_per_ball": 1.153, - "dot_ball_pct": 27.1, - "boundary_count": 14, - "boundary_pct": 11.9, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 86, - "runs_off_bat": 82, - "dismissals": 2 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 52, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529281", - "date": "2026-04-26", - "balls": 18, - "runs": 26, - "dismissed": true - }, - { - "match_id": "1527688", - "date": "2026-04-09", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 16, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 14, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304087", - "date": "2022-04-28", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 33.4, - "score_label": "Bowler advantage" - }, - { - "key": "ybk_jaiswal__b_kumar", - "batter": "YBK Jaiswal", - "bowler": "B Kumar", - "balls": 122, - "legal_balls": 118, - "runs_off_bat": 204, - "dismissals": 0, - "strike_rate": 172.9, - "runs_per_ball": 1.729, - "dot_ball_pct": 40.7, - "boundary_count": 38, - "boundary_pct": 32.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 112, - "runs_off_bat": 188, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 18, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 24, - "runs": 62, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 12, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 56.3, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__rashid_khan", - "batter": "SO Hetmyer", - "bowler": "Rashid Khan", - "balls": 122, - "legal_balls": 116, - "runs_off_bat": 172, - "dismissals": 6, - "strike_rate": 148.3, - "runs_per_ball": 1.483, - "dot_ball_pct": 39.7, - "boundary_count": 22, - "boundary_pct": 19.0, - "dismissal_types": { - "caught": 2, - "bowled": 2, - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 80, - "runs_off_bat": 112, - "dismissals": 4 - }, - "death": { - "legal_balls": 26, - "runs_off_bat": 44, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 24, - "runs": 52, - "dismissed": false - }, - { - "match_id": "1359522", - "date": "2023-05-05", - "balls": 8, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 16, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1312200", - "date": "2022-05-29", - "balls": 10, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 5.4, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__mohammed_siraj", - "batter": "Ishan Kishan", - "bowler": "Mohammed Siraj", - "balls": 120, - "legal_balls": 116, - "runs_off_bat": 164, - "dismissals": 4, - "strike_rate": 141.4, - "runs_per_ball": 1.414, - "dot_ball_pct": 50.0, - "boundary_count": 26, - "boundary_pct": 22.4, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 98, - "runs_off_bat": 148, - "dismissals": 2 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529299", - "date": "2026-05-12", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426263", - "date": "2024-04-11", - "balls": 18, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1359528", - "date": "2023-05-09", - "balls": 22, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 20.6, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__r_ashwin", - "batter": "SV Samson", - "bowler": "R Ashwin", - "balls": 118, - "legal_balls": 116, - "runs_off_bat": 152, - "dismissals": 4, - "strike_rate": 131.0, - "runs_per_ball": 1.31, - "dot_ball_pct": 25.9, - "boundary_count": 14, - "boundary_pct": 12.1, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 108, - "runs_off_bat": 148, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 16, - "runs": 32, - "dismissed": true - }, - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254097", - "date": "2021-09-25", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1216543", - "date": "2020-10-14", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1178407", - "date": "2019-04-16", - "balls": 18, - "runs": 20, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 19.3, - "score_label": "Bowler advantage" - }, - { - "key": "ak_markram__sp_narine", - "batter": "AK Markram", - "bowler": "SP Narine", - "balls": 122, - "legal_balls": 116, - "runs_off_bat": 104, - "dismissals": 4, - "strike_rate": 89.7, - "runs_per_ball": 0.897, - "dot_ball_pct": 29.3, - "boundary_count": 4, - "boundary_pct": 3.4, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 96, - "runs_off_bat": 82, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529281", - "date": "2026-04-26", - "balls": 14, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 16, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359521", - "date": "2023-05-04", - "balls": 14, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 14.4, - "score_label": "Bowler advantage" - }, - { - "key": "ybk_jaiswal__mohammed_siraj", - "batter": "YBK Jaiswal", - "bowler": "Mohammed Siraj", - "balls": 126, - "legal_balls": 116, - "runs_off_bat": 162, - "dismissals": 4, - "strike_rate": 139.7, - "runs_per_ball": 1.397, - "dot_ball_pct": 50.0, - "boundary_count": 30, - "boundary_pct": 25.9, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 110, - "runs_off_bat": 154, - "dismissals": 4 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 22, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 12, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 12, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 20.4, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__r_ashwin", - "batter": "AM Rahane", - "bowler": "R Ashwin", - "balls": 116, - "legal_balls": 114, - "runs_off_bat": 108, - "dismissals": 12, - "strike_rate": 94.7, - "runs_per_ball": 0.947, - "dot_ball_pct": 40.4, - "boundary_count": 8, - "boundary_pct": 7.0, - "dismissal_types": { - "bowled": 4, - "lbw": 2, - "caught": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 78, - "runs_off_bat": 70, - "dismissals": 8 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 32, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 10, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 14, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 12, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1359491", - "date": "2023-04-12", - "balls": 12, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1178407", - "date": "2019-04-16", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "ar_patel__sp_narine", - "batter": "AR Patel", - "bowler": "SP Narine", - "balls": 114, - "legal_balls": 114, - "runs_off_bat": 114, - "dismissals": 8, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 43.9, - "boundary_count": 10, - "boundary_pct": 8.8, - "dismissal_types": { - "bowled": 2, - "caught": 4, - "stumped": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 34, - "runs_off_bat": 24, - "dismissals": 4 - }, - "middle": { - "legal_balls": 80, - "runs_off_bat": 90, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529313", - "date": "2026-05-24", - "balls": 14, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1529294", - "date": "2026-05-08", - "balls": 12, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 18, - "runs": 42, - "dismissed": true - }, - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 14, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1359502", - "date": "2023-04-20", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__ys_chahal", - "batter": "Shubman Gill", - "bowler": "YS Chahal", - "balls": 118, - "legal_balls": 114, - "runs_off_bat": 138, - "dismissals": 8, - "strike_rate": 121.1, - "runs_per_ball": 1.211, - "dot_ball_pct": 29.8, - "boundary_count": 14, - "boundary_pct": 12.3, - "dismissal_types": { - "caught": 4, - "stumped": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 82, - "runs_off_bat": 86, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 36, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 16, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 12, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1426262", - "date": "2024-04-10", - "balls": 20, - "runs": 40, - "dismissed": true - }, - { - "match_id": "1359522", - "date": "2023-05-05", - "balls": 12, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1312200", - "date": "2022-05-29", - "balls": 22, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__ra_jadeja", - "batter": "RR Pant", - "bowler": "RA Jadeja", - "balls": 118, - "legal_balls": 114, - "runs_off_bat": 168, - "dismissals": 4, - "strike_rate": 147.4, - "runs_per_ball": 1.474, - "dot_ball_pct": 26.3, - "boundary_count": 20, - "boundary_pct": 17.5, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 114, - "runs_off_bat": 168, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 16, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 14, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1254114", - "date": "2021-10-10", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254110", - "date": "2021-10-04", - "balls": 14, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1216539", - "date": "2020-09-25", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 21.3, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__b_kumar", - "batter": "RR Pant", - "bowler": "B Kumar", - "balls": 120, - "legal_balls": 114, - "runs_off_bat": 244, - "dismissals": 4, - "strike_rate": 214.0, - "runs_per_ball": 2.14, - "dot_ball_pct": 26.3, - "boundary_count": 40, - "boundary_pct": 35.1, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 54, - "dismissals": 0 - }, - "death": { - "legal_balls": 80, - "runs_off_bat": 190, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529293", - "date": "2026-05-07", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473507", - "date": "2025-05-27", - "balls": 26, - "runs": 52, - "dismissed": false - }, - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 16, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1254105", - "date": "2021-09-22", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 29.3, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__ar_patel", - "batter": "Ishan Kishan", - "bowler": "AR Patel", - "balls": 114, - "legal_balls": 114, - "runs_off_bat": 170, - "dismissals": 2, - "strike_rate": 149.1, - "runs_per_ball": 1.491, - "dot_ball_pct": 21.1, - "boundary_count": 18, - "boundary_pct": 15.8, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 86, - "runs_off_bat": 120, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529274", - "date": "2026-04-21", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422138", - "date": "2024-04-07", - "balls": 16, - "runs": 30, - "dismissed": true - }, - { - "match_id": "1359490", - "date": "2023-04-11", - "balls": 16, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304115", - "date": "2022-05-21", - "balls": 12, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1304048", - "date": "2022-03-27", - "balls": 28, - "runs": 52, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.5, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__r_ashwin", - "batter": "SP Narine", - "bowler": "R Ashwin", - "balls": 124, - "legal_balls": 114, - "runs_off_bat": 266, - "dismissals": 2, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 29.8, - "boundary_count": 46, - "boundary_pct": 40.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 72, - "dismissals": 0 - }, - "middle": { - "legal_balls": 78, - "runs_off_bat": 180, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 18, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 18, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 34, - "runs": 68, - "dismissed": false - }, - { - "match_id": "1254116", - "date": "2021-10-13", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1216497", - "date": "2020-10-24", - "balls": 22, - "runs": 64, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__sandeep_sharma", - "batter": "SS Iyer", - "bowler": "Sandeep Sharma", - "balls": 118, - "legal_balls": 112, - "runs_off_bat": 94, - "dismissals": 6, - "strike_rate": 83.9, - "runs_per_ball": 0.839, - "dot_ball_pct": 48.2, - "boundary_count": 10, - "boundary_pct": 8.9, - "dismissal_types": { - "caught and bowled": 2, - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 54, - "runs_off_bat": 24, - "dismissals": 6 - }, - "middle": { - "legal_balls": 58, - "runs_off_bat": 70, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254105", - "date": "2021-09-22", - "balls": 18, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1178405", - "date": "2019-04-14", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1175371", - "date": "2019-04-04", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1136602", - "date": "2018-05-10", - "balls": 10, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1136596", - "date": "2018-05-05", - "balls": 18, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__arshdeep_singh", - "batter": "KL Rahul", - "bowler": "Arshdeep Singh", - "balls": 116, - "legal_balls": 112, - "runs_off_bat": 180, - "dismissals": 6, - "strike_rate": 160.7, - "runs_per_ball": 1.607, - "dot_ball_pct": 39.3, - "boundary_count": 32, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 78, - "runs_off_bat": 104, - "dismissals": 4 - }, - "middle": { - "legal_balls": 20, - "runs_off_bat": 50, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529298", - "date": "2026-05-11", - "balls": 16, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1529278", - "date": "2026-04-25", - "balls": 30, - "runs": 78, - "dismissed": false - }, - { - "match_id": "1485779", - "date": "2025-05-24", - "balls": 16, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 14, - "runs": 28, - "dismissed": true - }, - { - "match_id": "1359495", - "date": "2023-04-15", - "balls": 26, - "runs": 34, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 6.9, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__hv_patel", - "batter": "V Kohli", - "bowler": "HV Patel", - "balls": 122, - "legal_balls": 112, - "runs_off_bat": 214, - "dismissals": 4, - "strike_rate": 191.1, - "runs_per_ball": 1.911, - "dot_ball_pct": 19.6, - "boundary_count": 30, - "boundary_pct": 26.8, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 68, - "runs_off_bat": 116, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 38, - "dismissals": 0 - }, - "death": { - "legal_balls": 22, - "runs_off_bat": 60, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 18, - "runs": 54, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426296", - "date": "2024-05-09", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1422124", - "date": "2024-03-25", - "balls": 22, - "runs": 50, - "dismissed": true - }, - { - "match_id": "1216519", - "date": "2020-10-05", - "balls": 26, - "runs": 44, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 26.5, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__kuldeep_yadav", - "batter": "SV Samson", - "bowler": "Kuldeep Yadav", - "balls": 112, - "legal_balls": 110, - "runs_off_bat": 170, - "dismissals": 2, - "strike_rate": 154.5, - "runs_per_ball": 1.545, - "dot_ball_pct": 27.3, - "boundary_count": 20, - "boundary_pct": 18.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 96, - "runs_off_bat": 160, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529291", - "date": "2026-05-05", - "balls": 18, - "runs": 50, - "dismissed": false - }, - { - "match_id": "1527691", - "date": "2026-04-11", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 16, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359485", - "date": "2023-04-08", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1136618", - "date": "2018-05-23", - "balls": 18, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.1, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__b_kumar", - "batter": "RA Jadeja", - "bowler": "B Kumar", - "balls": 120, - "legal_balls": 110, - "runs_off_bat": 136, - "dismissals": 2, - "strike_rate": 123.6, - "runs_per_ball": 1.236, - "dot_ball_pct": 23.6, - "boundary_count": 12, - "boundary_pct": 10.9, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 94, - "runs_off_bat": 126, - "dismissals": 2 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 12, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304063", - "date": "2022-04-09", - "balls": 8, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1216516", - "date": "2020-10-02", - "balls": 12, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 34.4, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__hh_pandya", - "batter": "KL Rahul", - "bowler": "HH Pandya", - "balls": 118, - "legal_balls": 110, - "runs_off_bat": 192, - "dismissals": 2, - "strike_rate": 174.5, - "runs_per_ball": 1.745, - "dot_ball_pct": 18.2, - "boundary_count": 22, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 32, - "dismissals": 0 - }, - "middle": { - "legal_balls": 78, - "runs_off_bat": 106, - "dismissals": 2 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 54, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426305", - "date": "2024-05-17", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1426286", - "date": "2024-04-30", - "balls": 4, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1359504", - "date": "2023-04-22", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304103", - "date": "2022-05-10", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1178399", - "date": "2019-04-10", - "balls": 24, - "runs": 64, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 40.5, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__ra_jadeja", - "batter": "B Sai Sudharsan", - "bowler": "RA Jadeja", - "balls": 110, - "legal_balls": 110, - "runs_off_bat": 192, - "dismissals": 2, - "strike_rate": 174.5, - "runs_per_ball": 1.745, - "dot_ball_pct": 9.1, - "boundary_count": 18, - "boundary_pct": 16.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 102, - "runs_off_bat": 182, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 20, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 20, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1426297", - "date": "2024-05-10", - "balls": 14, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 40.5, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__r_ashwin", - "batter": "KL Rahul", - "bowler": "R Ashwin", - "balls": 114, - "legal_balls": 110, - "runs_off_bat": 124, - "dismissals": 0, - "strike_rate": 112.7, - "runs_per_ball": 1.127, - "dot_ball_pct": 25.5, - "boundary_count": 10, - "boundary_pct": 9.1, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 48, - "runs_off_bat": 58, - "dismissals": 0 - }, - "middle": { - "legal_balls": 60, - "runs_off_bat": 64, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 16, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 18, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 22, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254068", - "date": "2021-04-18", - "balls": 26, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.1, - "score_label": "Neutral" - }, - { - "key": "v_kohli__hh_pandya", - "batter": "V Kohli", - "bowler": "HH Pandya", - "balls": 110, - "legal_balls": 108, - "runs_off_bat": 120, - "dismissals": 6, - "strike_rate": 111.1, - "runs_per_ball": 1.111, - "dot_ball_pct": 38.9, - "boundary_count": 16, - "boundary_pct": 14.8, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 50, - "runs_off_bat": 32, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 36, - "runs_off_bat": 44, - "dismissals": 0 - }, - "death": { - "legal_balls": 22, - "runs_off_bat": 44, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 12, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 10, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1304113", - "date": "2022-05-19", - "balls": 18, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1175362", - "date": "2019-03-28", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1136591", - "date": "2018-05-01", - "balls": 10, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.9, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__jc_archer", - "batter": "Ishan Kishan", - "bowler": "JC Archer", - "balls": 112, - "legal_balls": 108, - "runs_off_bat": 226, - "dismissals": 4, - "strike_rate": 209.3, - "runs_per_ball": 2.093, - "dot_ball_pct": 37.0, - "boundary_count": 40, - "boundary_pct": 37.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 70, - "runs_off_bat": 130, - "dismissals": 2 - }, - "middle": { - "legal_balls": 32, - "runs_off_bat": 84, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 18, - "runs": 64, - "dismissed": true - }, - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 16, - "runs": 36, - "dismissed": true - }, - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 30, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 18, - "runs": 54, - "dismissed": false - }, - { - "match_id": "1216541", - "date": "2020-10-25", - "balls": 12, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 28.7, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__ravi_bishnoi", - "batter": "RR Pant", - "bowler": "Ravi Bishnoi", - "balls": 110, - "legal_balls": 108, - "runs_off_bat": 122, - "dismissals": 4, - "strike_rate": 113.0, - "runs_per_ball": 1.13, - "dot_ball_pct": 44.4, - "boundary_count": 18, - "boundary_pct": 16.7, - "dismissal_types": { - "bowled": 2, - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 106, - "runs_off_bat": 122, - "dismissals": 2 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426264", - "date": "2024-04-12", - "balls": 20, - "runs": 30, - "dismissed": true - }, - { - "match_id": "1304091", - "date": "2022-05-01", - "balls": 16, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304061", - "date": "2022-04-07", - "balls": 12, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254086", - "date": "2021-05-02", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 17.2, - "score_label": "Bowler advantage" - }, - { - "key": "ak_markram__cv_varun", - "batter": "AK Markram", - "bowler": "CV Varun", - "balls": 110, - "legal_balls": 108, - "runs_off_bat": 168, - "dismissals": 4, - "strike_rate": 155.6, - "runs_per_ball": 1.556, - "dot_ball_pct": 31.5, - "boundary_count": 22, - "boundary_pct": 20.4, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 82, - "runs_off_bat": 134, - "dismissals": 4 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529281", - "date": "2026-04-26", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 18, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359521", - "date": "2023-05-04", - "balls": 16, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359493", - "date": "2023-04-14", - "balls": 16, - "runs": 28, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 22.3, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__noor_ahmad", - "batter": "SA Yadav", - "bowler": "Noor Ahmad", - "balls": 112, - "legal_balls": 108, - "runs_off_bat": 160, - "dismissals": 4, - "strike_rate": 148.1, - "runs_per_ball": 1.481, - "dot_ball_pct": 29.6, - "boundary_count": 22, - "boundary_pct": 20.4, - "dismissal_types": { - "caught and bowled": 2, - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 108, - "runs_off_bat": 160, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529287", - "date": "2026-05-02", - "balls": 10, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1529276", - "date": "2026-04-23", - "balls": 16, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 22, - "runs": 52, - "dismissed": false - }, - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 12, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1370352", - "date": "2023-05-26", - "balls": 22, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 21.4, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__kk_ahmed", - "batter": "SV Samson", - "bowler": "KK Ahmed", - "balls": 124, - "legal_balls": 108, - "runs_off_bat": 174, - "dismissals": 2, - "strike_rate": 161.1, - "runs_per_ball": 1.611, - "dot_ball_pct": 35.2, - "boundary_count": 26, - "boundary_pct": 24.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 38, - "runs_off_bat": 56, - "dismissals": 0 - }, - "death": { - "legal_balls": 24, - "runs_off_bat": 54, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 46, - "runs_off_bat": 64, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 22, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 10, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304080", - "date": "2022-04-22", - "balls": 18, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.9, - "score_label": "Neutral" - }, - { - "key": "am_rahane__jj_bumrah", - "batter": "AM Rahane", - "bowler": "JJ Bumrah", - "balls": 112, - "legal_balls": 108, - "runs_off_bat": 136, - "dismissals": 0, - "strike_rate": 125.9, - "runs_per_ball": 1.259, - "dot_ball_pct": 35.2, - "boundary_count": 18, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 86, - "runs_off_bat": 120, - "dismissals": 0 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529308", - "date": "2026-05-20", - "balls": 14, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304102", - "date": "2022-05-09", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304060", - "date": "2022-04-06", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1237181", - "date": "2020-11-10", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.7, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__sp_narine", - "batter": "H Klaasen", - "bowler": "SP Narine", - "balls": 108, - "legal_balls": 108, - "runs_off_bat": 184, - "dismissals": 0, - "strike_rate": 170.4, - "runs_per_ball": 1.704, - "dot_ball_pct": 14.8, - "boundary_count": 20, - "boundary_pct": 18.5, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 102, - "runs_off_bat": 172, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 14, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 20, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 22, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 56.0, - "score_label": "Neutral" - }, - { - "key": "sv_samson__ys_chahal", - "batter": "SV Samson", - "bowler": "YS Chahal", - "balls": 106, - "legal_balls": 106, - "runs_off_bat": 122, - "dismissals": 10, - "strike_rate": 115.1, - "runs_per_ball": 1.151, - "dot_ball_pct": 37.7, - "boundary_count": 12, - "boundary_pct": 11.3, - "dismissal_types": { - "caught": 6, - "caught and bowled": 2, - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 102, - "runs_off_bat": 122, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 4 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 12, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1254103", - "date": "2021-09-29", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1254073", - "date": "2021-04-22", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1216522", - "date": "2020-10-17", - "balls": 8, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__kh_pandya", - "batter": "AM Rahane", - "bowler": "KH Pandya", - "balls": 106, - "legal_balls": 106, - "runs_off_bat": 122, - "dismissals": 8, - "strike_rate": 115.1, - "runs_per_ball": 1.151, - "dot_ball_pct": 30.2, - "boundary_count": 14, - "boundary_pct": 13.2, - "dismissal_types": { - "caught": 4, - "lbw": 2, - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 64, - "runs_off_bat": 68, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 42, - "runs_off_bat": 54, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 12, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1426272", - "date": "2024-04-19", - "balls": 8, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1216529", - "date": "2020-10-11", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1178411", - "date": "2019-04-20", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1178402", - "date": "2019-04-13", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__ravi_bishnoi", - "batter": "SA Yadav", - "bowler": "Ravi Bishnoi", - "balls": 106, - "legal_balls": 106, - "runs_off_bat": 172, - "dismissals": 6, - "strike_rate": 162.3, - "runs_per_ball": 1.623, - "dot_ball_pct": 20.8, - "boundary_count": 24, - "boundary_pct": 22.6, - "dismissal_types": { - "caught": 4, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 88, - "runs_off_bat": 156, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 16, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 26, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1370351", - "date": "2023-05-24", - "balls": 14, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1359537", - "date": "2023-05-16", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304083", - "date": "2022-04-24", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 7.1, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__sp_narine", - "batter": "F du Plessis", - "bowler": "SP Narine", - "balls": 110, - "legal_balls": 106, - "runs_off_bat": 84, - "dismissals": 4, - "strike_rate": 79.2, - "runs_per_ball": 0.792, - "dot_ball_pct": 34.0, - "boundary_count": 2, - "boundary_pct": 1.9, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 20, - "dismissals": 2 - }, - "middle": { - "legal_balls": 66, - "runs_off_bat": 58, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 16, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1359483", - "date": "2023-04-06", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254117", - "date": "2021-10-15", - "balls": 22, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254072", - "date": "2021-04-21", - "balls": 24, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 13.1, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__ys_chahal", - "batter": "V Kohli", - "bowler": "YS Chahal", - "balls": 110, - "legal_balls": 106, - "runs_off_bat": 144, - "dismissals": 4, - "strike_rate": 135.8, - "runs_per_ball": 1.358, - "dot_ball_pct": 24.5, - "boundary_count": 14, - "boundary_pct": 13.2, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 86, - "runs_off_bat": 100, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 38, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529304", - "date": "2026-05-17", - "balls": 12, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 26, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 20, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1426310", - "date": "2024-05-22", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1422137", - "date": "2024-04-06", - "balls": 30, - "runs": 48, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 19.9, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__sp_narine", - "batter": "HH Pandya", - "bowler": "SP Narine", - "balls": 110, - "legal_balls": 106, - "runs_off_bat": 158, - "dismissals": 2, - "strike_rate": 149.1, - "runs_per_ball": 1.491, - "dot_ball_pct": 20.8, - "boundary_count": 16, - "boundary_pct": 15.1, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 50, - "runs_off_bat": 82, - "dismissals": 0 - }, - "death": { - "legal_balls": 52, - "runs_off_bat": 72, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529308", - "date": "2026-05-20", - "balls": 10, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359513", - "date": "2023-04-29", - "balls": 14, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1304081", - "date": "2022-04-23", - "balls": 14, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.5, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__mohammed_siraj", - "batter": "Abhishek Sharma", - "bowler": "Mohammed Siraj", - "balls": 110, - "legal_balls": 106, - "runs_off_bat": 132, - "dismissals": 2, - "strike_rate": 124.5, - "runs_per_ball": 1.245, - "dot_ball_pct": 52.8, - "boundary_count": 22, - "boundary_pct": 20.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 22, - "runs_off_bat": 46, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 84, - "runs_off_bat": 86, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 16, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 20, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1426279", - "date": "2024-04-25", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359539", - "date": "2023-05-18", - "balls": 16, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304082", - "date": "2022-04-23", - "balls": 16, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 34.5, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__cv_varun", - "batter": "Shubman Gill", - "bowler": "CV Varun", - "balls": 110, - "legal_balls": 106, - "runs_off_bat": 186, - "dismissals": 0, - "strike_rate": 175.5, - "runs_per_ball": 1.755, - "dot_ball_pct": 17.0, - "boundary_count": 26, - "boundary_pct": 24.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 46, - "dismissals": 0 - }, - "middle": { - "legal_balls": 72, - "runs_off_bat": 122, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 18, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529303", - "date": "2026-05-16", - "balls": 30, - "runs": 60, - "dismissed": false - }, - { - "match_id": "1529268", - "date": "2026-04-17", - "balls": 24, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 26, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1359513", - "date": "2023-04-29", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359487", - "date": "2023-04-09", - "balls": 16, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 56.7, - "score_label": "Neutral" - }, - { - "key": "rr_pant__mohammed_siraj", - "batter": "RR Pant", - "bowler": "Mohammed Siraj", - "balls": 116, - "legal_balls": 104, - "runs_off_bat": 186, - "dismissals": 10, - "strike_rate": 178.8, - "runs_per_ball": 1.788, - "dot_ball_pct": 34.6, - "boundary_count": 24, - "boundary_pct": 23.1, - "dismissal_types": { - "bowled": 4, - "caught": 6 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 26, - "dismissals": 2 - }, - "middle": { - "legal_balls": 36, - "runs_off_bat": 68, - "dismissals": 2 - }, - "death": { - "legal_balls": 44, - "runs_off_bat": 92, - "dismissals": 6 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 12, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304073", - "date": "2022-04-16", - "balls": 10, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1254079", - "date": "2021-04-27", - "balls": 16, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1216505", - "date": "2020-11-02", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "ar_patel__jj_bumrah", - "batter": "AR Patel", - "bowler": "JJ Bumrah", - "balls": 106, - "legal_balls": 104, - "runs_off_bat": 106, - "dismissals": 8, - "strike_rate": 101.9, - "runs_per_ball": 1.019, - "dot_ball_pct": 38.5, - "boundary_count": 10, - "boundary_pct": 9.6, - "dismissal_types": { - "caught": 6, - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 86, - "runs_off_bat": 90, - "dismissals": 6 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 16, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 8, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1426281", - "date": "2024-04-27", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422138", - "date": "2024-04-07", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304115", - "date": "2022-05-21", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304048", - "date": "2022-03-27", - "balls": 10, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "ra_jadeja__sp_narine", - "batter": "RA Jadeja", - "bowler": "SP Narine", - "balls": 106, - "legal_balls": 104, - "runs_off_bat": 98, - "dismissals": 6, - "strike_rate": 94.2, - "runs_per_ball": 0.942, - "dot_ball_pct": 48.1, - "boundary_count": 8, - "boundary_pct": 7.7, - "dismissal_types": { - "lbw": 2, - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 74, - "runs_off_bat": 78, - "dismissals": 4 - }, - "middle": { - "legal_balls": 30, - "runs_off_bat": 20, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304047", - "date": "2022-03-26", - "balls": 14, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1216501", - "date": "2020-10-07", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__rashid_khan", - "batter": "N Pooran", - "bowler": "Rashid Khan", - "balls": 106, - "legal_balls": 104, - "runs_off_bat": 128, - "dismissals": 4, - "strike_rate": 123.1, - "runs_per_ball": 1.231, - "dot_ball_pct": 38.5, - "boundary_count": 10, - "boundary_pct": 9.6, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 84, - "runs_off_bat": 100, - "dismissals": 2 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 28, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 24, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 12, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1422139", - "date": "2024-04-07", - "balls": 14, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359525", - "date": "2023-05-07", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 18.4, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__cv_varun", - "batter": "KL Rahul", - "bowler": "CV Varun", - "balls": 106, - "legal_balls": 104, - "runs_off_bat": 106, - "dismissals": 2, - "strike_rate": 101.9, - "runs_per_ball": 1.019, - "dot_ball_pct": 30.8, - "boundary_count": 8, - "boundary_pct": 7.7, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 76, - "runs_off_bat": 82, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529313", - "date": "2026-05-24", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304112", - "date": "2022-05-18", - "balls": 26, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1254102", - "date": "2021-10-01", - "balls": 22, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 31.8, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__avesh_khan", - "batter": "V Kohli", - "bowler": "Avesh Khan", - "balls": 106, - "legal_balls": 102, - "runs_off_bat": 162, - "dismissals": 8, - "strike_rate": 158.8, - "runs_per_ball": 1.588, - "dot_ball_pct": 41.2, - "boundary_count": 30, - "boundary_pct": 29.4, - "dismissal_types": { - "bowled": 2, - "caught": 6 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 62, - "runs_off_bat": 92, - "dismissals": 2 - }, - "middle": { - "legal_balls": 20, - "runs_off_bat": 16, - "dismissals": 6 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 54, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 14, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1473507", - "date": "2025-05-27", - "balls": 6, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1426310", - "date": "2024-05-22", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1422137", - "date": "2024-04-06", - "balls": 34, - "runs": 78, - "dismissed": false - }, - { - "match_id": "1359489", - "date": "2023-04-10", - "balls": 22, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__b_kumar", - "batter": "SS Iyer", - "bowler": "B Kumar", - "balls": 102, - "legal_balls": 102, - "runs_off_bat": 92, - "dismissals": 6, - "strike_rate": 90.2, - "runs_per_ball": 0.902, - "dot_ball_pct": 47.1, - "boundary_count": 8, - "boundary_pct": 7.8, - "dismissal_types": { - "caught": 4, - "caught and bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 40, - "runs_off_bat": 48, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 58, - "runs_off_bat": 40, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529304", - "date": "2026-05-17", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304071", - "date": "2022-04-15", - "balls": 2, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254105", - "date": "2021-09-22", - "balls": 12, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1216532", - "date": "2020-09-29", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__ta_boult", - "batter": "AM Rahane", - "bowler": "TA Boult", - "balls": 108, - "legal_balls": 102, - "runs_off_bat": 110, - "dismissals": 6, - "strike_rate": 107.8, - "runs_per_ball": 1.078, - "dot_ball_pct": 54.9, - "boundary_count": 14, - "boundary_pct": 13.7, - "dismissal_types": { - "lbw": 2, - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 84, - "runs_off_bat": 88, - "dismissals": 4 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 22, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1237181", - "date": "2020-11-10", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1237177", - "date": "2020-11-05", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1216529", - "date": "2020-10-11", - "balls": 16, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.5, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__cv_varun", - "batter": "N Pooran", - "bowler": "CV Varun", - "balls": 110, - "legal_balls": 102, - "runs_off_bat": 164, - "dismissals": 6, - "strike_rate": 160.8, - "runs_per_ball": 1.608, - "dot_ball_pct": 43.1, - "boundary_count": 24, - "boundary_pct": 23.5, - "dismissal_types": { - "bowled": 2, - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 22, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 80, - "runs_off_bat": 144, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529281", - "date": "2026-04-26", - "balls": 10, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 20, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1359542", - "date": "2023-05-20", - "balls": 18, - "runs": 46, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 6.9, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__kk_ahmed", - "batter": "F du Plessis", - "bowler": "KK Ahmed", - "balls": 106, - "legal_balls": 102, - "runs_off_bat": 136, - "dismissals": 2, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 49.0, - "boundary_count": 22, - "boundary_pct": 21.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 98, - "runs_off_bat": 132, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426300", - "date": "2024-05-12", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359524", - "date": "2023-05-06", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1304073", - "date": "2022-04-16", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254080", - "date": "2021-04-28", - "balls": 26, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1216516", - "date": "2020-10-02", - "balls": 20, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__arshdeep_singh", - "batter": "F du Plessis", - "bowler": "Arshdeep Singh", - "balls": 110, - "legal_balls": 102, - "runs_off_bat": 124, - "dismissals": 2, - "strike_rate": 121.6, - "runs_per_ball": 1.216, - "dot_ball_pct": 37.3, - "boundary_count": 14, - "boundary_pct": 13.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 62, - "runs_off_bat": 56, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 28, - "runs_off_bat": 60, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1485779", - "date": "2025-05-24", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426296", - "date": "2024-05-09", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422124", - "date": "2024-03-25", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359501", - "date": "2023-04-20", - "balls": 16, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304106", - "date": "2022-05-13", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 34.2, - "score_label": "Bowler advantage" - }, - { - "key": "rd_gaikwad__sandeep_sharma", - "batter": "RD Gaikwad", - "bowler": "Sandeep Sharma", - "balls": 106, - "legal_balls": 102, - "runs_off_bat": 100, - "dismissals": 2, - "strike_rate": 98.0, - "runs_per_ball": 0.98, - "dot_ball_pct": 47.1, - "boundary_count": 12, - "boundary_pct": 11.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 92, - "runs_off_bat": 90, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 16, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359491", - "date": "2023-04-12", - "balls": 16, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1304084", - "date": "2022-04-25", - "balls": 10, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 31.4, - "score_label": "Bowler advantage" - }, - { - "key": "vr_iyer__mohammed_siraj", - "batter": "VR Iyer", - "bowler": "Mohammed Siraj", - "balls": 108, - "legal_balls": 102, - "runs_off_bat": 130, - "dismissals": 2, - "strike_rate": 127.5, - "runs_per_ball": 1.275, - "dot_ball_pct": 47.1, - "boundary_count": 20, - "boundary_pct": 19.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 80, - "runs_off_bat": 94, - "dismissals": 2 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 18, - "runs": 28, - "dismissed": true - }, - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1422128", - "date": "2024-03-29", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359510", - "date": "2023-04-26", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 34.9, - "score_label": "Bowler advantage" - }, - { - "key": "tilak_varma__ys_chahal", - "batter": "Tilak Varma", - "bowler": "YS Chahal", - "balls": 104, - "legal_balls": 102, - "runs_off_bat": 176, - "dismissals": 2, - "strike_rate": 172.5, - "runs_per_ball": 1.725, - "dot_ball_pct": 17.6, - "boundary_count": 22, - "boundary_pct": 21.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 86, - "runs_off_bat": 134, - "dismissals": 2 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 42, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529301", - "date": "2026-05-14", - "balls": 14, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1473510", - "date": "2025-06-01", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 20, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1422132", - "date": "2024-04-01", - "balls": 10, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1359516", - "date": "2023-04-30", - "balls": 8, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 40.3, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__washington_sundar", - "batter": "Ishan Kishan", - "bowler": "Washington Sundar", - "balls": 104, - "legal_balls": 102, - "runs_off_bat": 90, - "dismissals": 0, - "strike_rate": 88.2, - "runs_per_ball": 0.882, - "dot_ball_pct": 45.1, - "boundary_count": 10, - "boundary_pct": 9.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 54, - "runs_off_bat": 58, - "dismissals": 0 - }, - "middle": { - "legal_balls": 48, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359499", - "date": "2023-04-18", - "balls": 14, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304111", - "date": "2022-05-17", - "balls": 20, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1254058", - "date": "2021-04-09", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216499", - "date": "2020-10-28", - "balls": 16, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 46.2, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__b_kumar", - "batter": "P Simran Singh", - "bowler": "B Kumar", - "balls": 102, - "legal_balls": 100, - "runs_off_bat": 158, - "dismissals": 10, - "strike_rate": 158.0, - "runs_per_ball": 1.58, - "dot_ball_pct": 44.0, - "boundary_count": 28, - "boundary_pct": 28.0, - "dismissal_types": { - "lbw": 2, - "caught": 8 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 94, - "runs_off_bat": 142, - "dismissals": 10 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529304", - "date": "2026-05-17", - "balls": 8, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 10, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473508", - "date": "2025-05-29", - "balls": 12, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 14, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 14, - "runs": 22, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__sandeep_sharma", - "batter": "Ishan Kishan", - "bowler": "Sandeep Sharma", - "balls": 104, - "legal_balls": 100, - "runs_off_bat": 164, - "dismissals": 8, - "strike_rate": 164.0, - "runs_per_ball": 1.64, - "dot_ball_pct": 34.0, - "boundary_count": 24, - "boundary_pct": 24.0, - "dismissal_types": { - "bowled": 2, - "caught": 4, - "caught and bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 58, - "runs_off_bat": 74, - "dismissals": 2 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 42, - "dismissals": 2 - }, - "middle": { - "legal_balls": 28, - "runs_off_bat": 48, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 18, - "runs": 38, - "dismissed": true - }, - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 18, - "runs": 50, - "dismissed": false - }, - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359516", - "date": "2023-04-30", - "balls": 20, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1216495", - "date": "2020-11-03", - "balls": 10, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__rashid_khan", - "batter": "JC Buttler", - "bowler": "Rashid Khan", - "balls": 100, - "legal_balls": 100, - "runs_off_bat": 60, - "dismissals": 8, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 46.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 4, - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 2 - }, - "middle": { - "legal_balls": 62, - "runs_off_bat": 48, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 6, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1426262", - "date": "2024-04-10", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1312200", - "date": "2022-05-29", - "balls": 16, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1312197", - "date": "2022-05-24", - "balls": 22, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304070", - "date": "2022-04-14", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1254085", - "date": "2021-05-02", - "balls": 24, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__cv_varun", - "batter": "JC Buttler", - "bowler": "CV Varun", - "balls": 102, - "legal_balls": 100, - "runs_off_bat": 170, - "dismissals": 6, - "strike_rate": 170.0, - "runs_per_ball": 1.7, - "dot_ball_pct": 30.0, - "boundary_count": 24, - "boundary_pct": 24.0, - "dismissal_types": { - "caught": 4, - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 38, - "dismissals": 2 - }, - "middle": { - "legal_balls": 66, - "runs_off_bat": 108, - "dismissals": 4 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 24, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529303", - "date": "2026-05-16", - "balls": 18, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1529268", - "date": "2026-04-17", - "balls": 10, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 12, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 34, - "runs": 58, - "dismissed": false - }, - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 10, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 8.0, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__ys_chahal", - "batter": "F du Plessis", - "bowler": "YS Chahal", - "balls": 100, - "legal_balls": 100, - "runs_off_bat": 88, - "dismissals": 6, - "strike_rate": 88.0, - "runs_per_ball": 0.88, - "dot_ball_pct": 26.0, - "boundary_count": 2, - "boundary_pct": 2.0, - "dismissal_types": { - "caught": 4, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 90, - "runs_off_bat": 78, - "dismissals": 6 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422137", - "date": "2024-04-06", - "balls": 12, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1359534", - "date": "2023-05-14", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359506", - "date": "2023-04-23", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1312199", - "date": "2022-05-27", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304059", - "date": "2022-04-05", - "balls": 8, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__tu_deshpande", - "batter": "Shubman Gill", - "bowler": "TU Deshpande", - "balls": 104, - "legal_balls": 100, - "runs_off_bat": 180, - "dismissals": 4, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 30.0, - "boundary_count": 32, - "boundary_pct": 32.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 72, - "runs_off_bat": 116, - "dismissals": 0 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 60, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 10, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426297", - "date": "2024-05-10", - "balls": 22, - "runs": 32, - "dismissed": true - }, - { - "match_id": "1370353", - "date": "2023-05-29", - "balls": 16, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1370350", - "date": "2023-05-23", - "balls": 12, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 25.2, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__pj_cummins", - "batter": "F du Plessis", - "bowler": "PJ Cummins", - "balls": 110, - "legal_balls": 100, - "runs_off_bat": 184, - "dismissals": 4, - "strike_rate": 184.0, - "runs_per_ball": 1.84, - "dot_ball_pct": 26.0, - "boundary_count": 26, - "boundary_pct": 26.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 48, - "runs_off_bat": 76, - "dismissals": 2 - }, - "middle": { - "legal_balls": 32, - "runs_off_bat": 76, - "dismissals": 2 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 32, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473492", - "date": "2025-05-05", - "balls": 8, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473447", - "date": "2025-03-30", - "balls": 14, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1426279", - "date": "2024-04-25", - "balls": 6, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1426268", - "date": "2024-04-15", - "balls": 14, - "runs": 30, - "dismissed": true - }, - { - "match_id": "1254072", - "date": "2021-04-21", - "balls": 28, - "runs": 54, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 25.7, - "score_label": "Bowler advantage" - }, - { - "key": "rd_gaikwad__cv_varun", - "batter": "RD Gaikwad", - "bowler": "CV Varun", - "balls": 100, - "legal_balls": 100, - "runs_off_bat": 90, - "dismissals": 4, - "strike_rate": 90.0, - "runs_per_ball": 0.9, - "dot_ball_pct": 38.0, - "boundary_count": 6, - "boundary_pct": 6.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 36, - "dismissals": 2 - }, - "middle": { - "legal_balls": 64, - "runs_off_bat": 52, - "dismissals": 2 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 28, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 6, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1254117", - "date": "2021-10-15", - "balls": 12, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254072", - "date": "2021-04-21", - "balls": 22, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 14.4, - "score_label": "Bowler advantage" - }, - { - "key": "b_sai_sudharsan__b_kumar", - "batter": "B Sai Sudharsan", - "bowler": "B Kumar", - "balls": 104, - "legal_balls": 100, - "runs_off_bat": 108, - "dismissals": 4, - "strike_rate": 108.0, - "runs_per_ball": 1.08, - "dot_ball_pct": 46.0, - "boundary_count": 16, - "boundary_pct": 16.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 90, - "runs_off_bat": 92, - "dismissals": 4 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 10, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 10, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 26, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 16, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 16.6, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__kh_pandya", - "batter": "JC Buttler", - "bowler": "KH Pandya", - "balls": 102, - "legal_balls": 100, - "runs_off_bat": 144, - "dismissals": 2, - "strike_rate": 144.0, - "runs_per_ball": 1.44, - "dot_ball_pct": 28.0, - "boundary_count": 14, - "boundary_pct": 14.0, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 0 - }, - "middle": { - "legal_balls": 80, - "runs_off_bat": 116, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 22, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 14, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1216511", - "date": "2020-10-06", - "balls": 18, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1178402", - "date": "2019-04-13", - "balls": 14, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1136607", - "date": "2018-05-13", - "balls": 26, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 36.9, - "score_label": "Bowler advantage" - }, - { - "key": "ad_russell__ys_chahal", - "batter": "AD Russell", - "bowler": "YS Chahal", - "balls": 108, - "legal_balls": 100, - "runs_off_bat": 198, - "dismissals": 2, - "strike_rate": 198.0, - "runs_per_ball": 1.98, - "dot_ball_pct": 36.0, - "boundary_count": 32, - "boundary_pct": 32.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 68, - "runs_off_bat": 130, - "dismissals": 0 - }, - "death": { - "legal_balls": 26, - "runs_off_bat": 56, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 16, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359530", - "date": "2023-05-11", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254067", - "date": "2021-04-18", - "balls": 10, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1216540", - "date": "2020-10-12", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 43.4, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__ta_boult", - "batter": "SS Iyer", - "bowler": "TA Boult", - "balls": 104, - "legal_balls": 100, - "runs_off_bat": 136, - "dismissals": 2, - "strike_rate": 136.0, - "runs_per_ball": 1.36, - "dot_ball_pct": 42.0, - "boundary_count": 22, - "boundary_pct": 22.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 56, - "runs_off_bat": 66, - "dismissals": 0 - }, - "death": { - "legal_balls": 32, - "runs_off_bat": 58, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473510", - "date": "2025-06-01", - "balls": 12, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 4, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304093", - "date": "2022-05-02", - "balls": 12, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 16, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 16, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.9, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__kh_pandya", - "batter": "Ishan Kishan", - "bowler": "KH Pandya", - "balls": 100, - "legal_balls": 100, - "runs_off_bat": 170, - "dismissals": 0, - "strike_rate": 170.0, - "runs_per_ball": 1.7, - "dot_ball_pct": 18.0, - "boundary_count": 22, - "boundary_pct": 22.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 74, - "runs_off_bat": 138, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 10, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 28, - "runs": 52, - "dismissed": false - }, - { - "match_id": "1426305", - "date": "2024-05-17", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1370351", - "date": "2023-05-24", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 56.0, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__ravi_bishnoi", - "batter": "Ishan Kishan", - "bowler": "Ravi Bishnoi", - "balls": 102, - "legal_balls": 98, - "runs_off_bat": 118, - "dismissals": 8, - "strike_rate": 120.4, - "runs_per_ball": 1.204, - "dot_ball_pct": 32.7, - "boundary_count": 10, - "boundary_pct": 10.2, - "dismissal_types": { - "caught": 8 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 90, - "runs_off_bat": 112, - "dismissals": 8 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 6, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 16, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426305", - "date": "2024-05-17", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426286", - "date": "2024-04-30", - "balls": 22, - "runs": 18, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__dl_chahar", - "batter": "RG Sharma", - "bowler": "DL Chahar", - "balls": 102, - "legal_balls": 98, - "runs_off_bat": 120, - "dismissals": 6, - "strike_rate": 122.4, - "runs_per_ball": 1.224, - "dot_ball_pct": 40.8, - "boundary_count": 18, - "boundary_pct": 18.4, - "dismissal_types": { - "lbw": 2, - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 92, - "runs_off_bat": 114, - "dismissals": 6 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359523", - "date": "2023-05-06", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359486", - "date": "2023-04-08", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1254084", - "date": "2021-05-01", - "balls": 26, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1216492", - "date": "2020-09-19", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1181768", - "date": "2019-05-12", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 2.3, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__kk_ahmed", - "batter": "RG Sharma", - "bowler": "KK Ahmed", - "balls": 102, - "legal_balls": 98, - "runs_off_bat": 84, - "dismissals": 6, - "strike_rate": 85.7, - "runs_per_ball": 0.857, - "dot_ball_pct": 67.3, - "boundary_count": 16, - "boundary_pct": 16.3, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 98, - "runs_off_bat": 84, - "dismissals": 6 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 12, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 8, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1426281", - "date": "2024-04-27", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1422138", - "date": "2024-04-07", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304115", - "date": "2022-05-21", - "balls": 16, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__jr_hazlewood", - "batter": "JC Buttler", - "bowler": "JR Hazlewood", - "balls": 98, - "legal_balls": 98, - "runs_off_bat": 168, - "dismissals": 4, - "strike_rate": 171.4, - "runs_per_ball": 1.714, - "dot_ball_pct": 42.9, - "boundary_count": 28, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 66, - "runs_off_bat": 100, - "dismissals": 4 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 50, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 10, - "runs": 28, - "dismissed": true - }, - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 16, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 8, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 24.2, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__rashid_khan", - "batter": "AM Rahane", - "bowler": "Rashid Khan", - "balls": 98, - "legal_balls": 98, - "runs_off_bat": 122, - "dismissals": 2, - "strike_rate": 124.5, - "runs_per_ball": 1.245, - "dot_ball_pct": 26.5, - "boundary_count": 12, - "boundary_pct": 12.2, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 30, - "dismissals": 0 - }, - "middle": { - "legal_balls": 60, - "runs_off_bat": 68, - "dismissals": 2 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422125", - "date": "2024-03-26", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1370353", - "date": "2023-05-29", - "balls": 6, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1370350", - "date": "2023-05-23", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216524", - "date": "2020-10-27", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 34.5, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__kh_pandya", - "batter": "SS Iyer", - "bowler": "KH Pandya", - "balls": 102, - "legal_balls": 98, - "runs_off_bat": 84, - "dismissals": 2, - "strike_rate": 85.7, - "runs_per_ball": 0.857, - "dot_ball_pct": 36.7, - "boundary_count": 6, - "boundary_pct": 6.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 74, - "runs_off_bat": 56, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 18, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1237181", - "date": "2020-11-10", - "balls": 18, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 29.9, - "score_label": "Bowler advantage" - }, - { - "key": "p_simran_singh__kk_ahmed", - "batter": "P Simran Singh", - "bowler": "KK Ahmed", - "balls": 102, - "legal_balls": 98, - "runs_off_bat": 110, - "dismissals": 2, - "strike_rate": 112.2, - "runs_per_ball": 1.122, - "dot_ball_pct": 55.1, - "boundary_count": 20, - "boundary_pct": 20.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 36, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 78, - "runs_off_bat": 74, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527680", - "date": "2026-04-03", - "balls": 24, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 4, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359538", - "date": "2023-05-17", - "balls": 16, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359533", - "date": "2023-05-13", - "balls": 30, - "runs": 46, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 33.1, - "score_label": "Bowler advantage" - }, - { - "key": "rd_gaikwad__sp_narine", - "batter": "RD Gaikwad", - "bowler": "SP Narine", - "balls": 98, - "legal_balls": 98, - "runs_off_bat": 126, - "dismissals": 2, - "strike_rate": 128.6, - "runs_per_ball": 1.286, - "dot_ball_pct": 26.5, - "boundary_count": 12, - "boundary_pct": 12.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0 - }, - "middle": { - "legal_balls": 74, - "runs_off_bat": 90, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 20, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359507", - "date": "2023-04-23", - "balls": 10, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1254117", - "date": "2021-10-15", - "balls": 8, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 18, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1254072", - "date": "2021-04-21", - "balls": 12, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.0, - "score_label": "Bowler advantage" - }, - { - "key": "s_dube__sp_narine", - "batter": "S Dube", - "bowler": "SP Narine", - "balls": 98, - "legal_balls": 98, - "runs_off_bat": 88, - "dismissals": 0, - "strike_rate": 89.8, - "runs_per_ball": 0.898, - "dot_ball_pct": 40.8, - "boundary_count": 6, - "boundary_pct": 6.1, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 74, - "runs_off_bat": 64, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529265", - "date": "2026-04-14", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 24, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 14, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 12, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 46.4, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__yash_dayal", - "batter": "JC Buttler", - "bowler": "Yash Dayal", - "balls": 102, - "legal_balls": 98, - "runs_off_bat": 200, - "dismissals": 0, - "strike_rate": 204.1, - "runs_per_ball": 2.041, - "dot_ball_pct": 32.7, - "boundary_count": 36, - "boundary_pct": 36.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 52, - "runs_off_bat": 102, - "dismissals": 0 - }, - "death": { - "legal_balls": 24, - "runs_off_bat": 66, - "dismissals": 0 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 32, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 18, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1422137", - "date": "2024-04-06", - "balls": 28, - "runs": 54, - "dismissed": false - }, - { - "match_id": "1312200", - "date": "2022-05-29", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1312197", - "date": "2022-05-24", - "balls": 18, - "runs": 52, - "dismissed": false - }, - { - "match_id": "1304070", - "date": "2022-04-14", - "balls": 22, - "runs": 66, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 60.1, - "score_label": "Neutral" - }, - { - "key": "a_badoni__sp_narine", - "batter": "A Badoni", - "bowler": "SP Narine", - "balls": 98, - "legal_balls": 96, - "runs_off_bat": 84, - "dismissals": 6, - "strike_rate": 87.5, - "runs_per_ball": 0.875, - "dot_ball_pct": 41.7, - "boundary_count": 8, - "boundary_pct": 8.3, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 2 - }, - "middle": { - "legal_balls": 70, - "runs_off_bat": 48, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529281", - "date": "2026-04-26", - "balls": 16, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1527688", - "date": "2026-04-09", - "balls": 20, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 12, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 20, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1359542", - "date": "2023-05-20", - "balls": 20, - "runs": 36, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "rd_gaikwad__ar_patel", - "batter": "RD Gaikwad", - "bowler": "AR Patel", - "balls": 98, - "legal_balls": 96, - "runs_off_bat": 126, - "dismissals": 4, - "strike_rate": 131.2, - "runs_per_ball": 1.312, - "dot_ball_pct": 35.4, - "boundary_count": 14, - "boundary_pct": 14.6, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 62, - "runs_off_bat": 84, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 42, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529291", - "date": "2026-05-05", - "balls": 8, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1527691", - "date": "2026-04-11", - "balls": 8, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1359541", - "date": "2023-05-20", - "balls": 26, - "runs": 56, - "dismissed": false - }, - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304101", - "date": "2022-05-08", - "balls": 18, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 19.4, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__sandeep_sharma", - "batter": "JC Buttler", - "bowler": "Sandeep Sharma", - "balls": 108, - "legal_balls": 96, - "runs_off_bat": 194, - "dismissals": 2, - "strike_rate": 202.1, - "runs_per_ball": 2.021, - "dot_ball_pct": 27.1, - "boundary_count": 26, - "boundary_pct": 27.1, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 40, - "runs_off_bat": 56, - "dismissals": 0 - }, - "middle": { - "legal_balls": 28, - "runs_off_bat": 68, - "dismissals": 0 - }, - "death": { - "legal_balls": 28, - "runs_off_bat": 70, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304098", - "date": "2022-05-07", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254085", - "date": "2021-05-02", - "balls": 28, - "runs": 80, - "dismissed": true - }, - { - "match_id": "1216507", - "date": "2020-10-11", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 43.9, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__b_kumar", - "batter": "Ishan Kishan", - "bowler": "B Kumar", - "balls": 98, - "legal_balls": 96, - "runs_off_bat": 176, - "dismissals": 2, - "strike_rate": 183.3, - "runs_per_ball": 1.833, - "dot_ball_pct": 29.2, - "boundary_count": 26, - "boundary_pct": 27.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 62, - "runs_off_bat": 110, - "dismissals": 2 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 44, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 16, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1422126", - "date": "2024-03-27", - "balls": 18, - "runs": 46, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "abhishek_sharma__arshdeep_singh", - "batter": "Abhishek Sharma", - "bowler": "Arshdeep Singh", - "balls": 110, - "legal_balls": 96, - "runs_off_bat": 188, - "dismissals": 2, - "strike_rate": 195.8, - "runs_per_ball": 1.958, - "dot_ball_pct": 39.6, - "boundary_count": 34, - "boundary_pct": 35.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 40, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 70, - "runs_off_bat": 132, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 16, - "runs": 50, - "dismissed": false - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 12, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1426307", - "date": "2024-05-19", - "balls": 12, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 43.1, - "score_label": "Neutral" - }, - { - "key": "v_kohli__cv_varun", - "batter": "V Kohli", - "bowler": "CV Varun", - "balls": 96, - "legal_balls": 96, - "runs_off_bat": 110, - "dismissals": 2, - "strike_rate": 114.6, - "runs_per_ball": 1.146, - "dot_ball_pct": 31.2, - "boundary_count": 10, - "boundary_pct": 10.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 68, - "runs_off_bat": 84, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 26, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 18, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1422128", - "date": "2024-03-29", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359510", - "date": "2023-04-26", - "balls": 18, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1254115", - "date": "2021-10-11", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254087", - "date": "2021-09-20", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 33.4, - "score_label": "Bowler advantage" - }, - { - "key": "tilak_varma__r_ashwin", - "batter": "Tilak Varma", - "bowler": "R Ashwin", - "balls": 100, - "legal_balls": 96, - "runs_off_bat": 120, - "dismissals": 2, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 29.2, - "boundary_count": 10, - "boundary_pct": 10.4, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 86, - "runs_off_bat": 100, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 14, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 28, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1422132", - "date": "2024-04-01", - "balls": 18, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359516", - "date": "2023-04-30", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304090", - "date": "2022-04-30", - "balls": 12, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 34.6, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__r_ashwin", - "batter": "HH Pandya", - "bowler": "R Ashwin", - "balls": 100, - "legal_balls": 96, - "runs_off_bat": 158, - "dismissals": 0, - "strike_rate": 164.6, - "runs_per_ball": 1.646, - "dot_ball_pct": 16.7, - "boundary_count": 18, - "boundary_pct": 18.8, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 72, - "runs_off_bat": 140, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422132", - "date": "2024-04-01", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359522", - "date": "2023-05-05", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1312200", - "date": "2022-05-29", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1312197", - "date": "2022-05-24", - "balls": 12, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 55.4, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__b_kumar", - "batter": "RD Gaikwad", - "bowler": "B Kumar", - "balls": 98, - "legal_balls": 96, - "runs_off_bat": 138, - "dismissals": 0, - "strike_rate": 143.8, - "runs_per_ball": 1.438, - "dot_ball_pct": 37.5, - "boundary_count": 20, - "boundary_pct": 20.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 82, - "runs_off_bat": 108, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 20, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 20, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1359503", - "date": "2023-04-21", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304092", - "date": "2022-05-01", - "balls": 18, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304063", - "date": "2022-04-09", - "balls": 8, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 52.9, - "score_label": "Neutral" - }, - { - "key": "rg_sharma__sandeep_sharma", - "batter": "RG Sharma", - "bowler": "Sandeep Sharma", - "balls": 94, - "legal_balls": 94, - "runs_off_bat": 76, - "dismissals": 12, - "strike_rate": 80.9, - "runs_per_ball": 0.809, - "dot_ball_pct": 63.8, - "boundary_count": 10, - "boundary_pct": 10.6, - "dismissal_types": { - "caught": 6, - "bowled": 2, - "lbw": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 90, - "runs_off_bat": 64, - "dismissals": 12 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359516", - "date": "2023-04-30", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1216495", - "date": "2020-11-03", - "balls": 8, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1216538", - "date": "2020-10-04", - "balls": 10, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1178394", - "date": "2019-04-06", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "rd_gaikwad__ys_chahal", - "batter": "RD Gaikwad", - "bowler": "YS Chahal", - "balls": 96, - "legal_balls": 94, - "runs_off_bat": 106, - "dismissals": 6, - "strike_rate": 112.8, - "runs_per_ball": 1.128, - "dot_ball_pct": 34.0, - "boundary_count": 12, - "boundary_pct": 12.8, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 72, - "runs_off_bat": 84, - "dismissals": 6 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527680", - "date": "2026-04-03", - "balls": 14, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 20, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254113", - "date": "2021-09-24", - "balls": 14, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1254076", - "date": "2021-04-25", - "balls": 16, - "runs": 22, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 1.1, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__sp_narine", - "batter": "Shubman Gill", - "bowler": "SP Narine", - "balls": 96, - "legal_balls": 94, - "runs_off_bat": 124, - "dismissals": 6, - "strike_rate": 131.9, - "runs_per_ball": 1.319, - "dot_ball_pct": 31.9, - "boundary_count": 12, - "boundary_pct": 12.8, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 72, - "runs_off_bat": 102, - "dismissals": 4 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529303", - "date": "2026-05-16", - "balls": 28, - "runs": 40, - "dismissed": true - }, - { - "match_id": "1529268", - "date": "2026-04-17", - "balls": 18, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 24, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1359513", - "date": "2023-04-29", - "balls": 12, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1359487", - "date": "2023-04-09", - "balls": 12, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 3.4, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__kuldeep_yadav", - "batter": "RG Sharma", - "bowler": "Kuldeep Yadav", - "balls": 94, - "legal_balls": 94, - "runs_off_bat": 124, - "dismissals": 2, - "strike_rate": 131.9, - "runs_per_ball": 1.319, - "dot_ball_pct": 27.7, - "boundary_count": 12, - "boundary_pct": 12.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 94, - "runs_off_bat": 124, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527681", - "date": "2026-04-04", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359490", - "date": "2023-04-11", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304048", - "date": "2022-03-27", - "balls": 10, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1216508", - "date": "2020-09-23", - "balls": 24, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1136601", - "date": "2018-05-09", - "balls": 12, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.4, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__avesh_khan", - "batter": "F du Plessis", - "bowler": "Avesh Khan", - "balls": 98, - "legal_balls": 94, - "runs_off_bat": 124, - "dismissals": 2, - "strike_rate": 131.9, - "runs_per_ball": 1.319, - "dot_ball_pct": 31.9, - "boundary_count": 18, - "boundary_pct": 19.1, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 56, - "runs_off_bat": 64, - "dismissals": 2 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 24, - "runs_off_bat": 42, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426310", - "date": "2024-05-22", - "balls": 6, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1422137", - "date": "2024-04-06", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359489", - "date": "2023-04-10", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304077", - "date": "2022-04-19", - "balls": 30, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1254110", - "date": "2021-10-04", - "balls": 10, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.4, - "score_label": "Bowler advantage" - }, - { - "key": "h_klaasen__ys_chahal", - "batter": "H Klaasen", - "bowler": "YS Chahal", - "balls": 102, - "legal_balls": 94, - "runs_off_bat": 156, - "dismissals": 2, - "strike_rate": 166.0, - "runs_per_ball": 1.66, - "dot_ball_pct": 27.7, - "boundary_count": 18, - "boundary_pct": 19.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 32, - "runs_off_bat": 62, - "dismissals": 2 - }, - "middle": { - "legal_balls": 62, - "runs_off_bat": 94, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 24, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 28, - "runs": 50, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 10, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 39.5, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__hv_patel", - "batter": "Shubman Gill", - "bowler": "HV Patel", - "balls": 102, - "legal_balls": 94, - "runs_off_bat": 128, - "dismissals": 2, - "strike_rate": 136.2, - "runs_per_ball": 1.362, - "dot_ball_pct": 21.3, - "boundary_count": 12, - "boundary_pct": 12.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 60, - "runs_off_bat": 66, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 2 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 44, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1422135", - "date": "2024-04-04", - "balls": 24, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1359544", - "date": "2023-05-21", - "balls": 24, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1304089", - "date": "2022-04-30", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.9, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__jj_bumrah", - "batter": "RR Pant", - "bowler": "JJ Bumrah", - "balls": 96, - "legal_balls": 92, - "runs_off_bat": 110, - "dismissals": 14, - "strike_rate": 119.6, - "runs_per_ball": 1.196, - "dot_ball_pct": 45.7, - "boundary_count": 14, - "boundary_pct": 15.2, - "dismissal_types": { - "caught": 8, - "bowled": 4, - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 26, - "dismissals": 4 - }, - "middle": { - "legal_balls": 34, - "runs_off_bat": 30, - "dismissals": 6 - }, - "death": { - "legal_balls": 26, - "runs_off_bat": 54, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1426281", - "date": "2024-04-27", - "balls": 6, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1304115", - "date": "2022-05-21", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 12, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1254070", - "date": "2021-04-20", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1237181", - "date": "2020-11-10", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__kh_pandya", - "batter": "RR Pant", - "bowler": "KH Pandya", - "balls": 96, - "legal_balls": 92, - "runs_off_bat": 160, - "dismissals": 6, - "strike_rate": 173.9, - "runs_per_ball": 1.739, - "dot_ball_pct": 32.6, - "boundary_count": 26, - "boundary_pct": 28.3, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 70, - "runs_off_bat": 108, - "dismissals": 4 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 48, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473507", - "date": "2025-05-27", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304091", - "date": "2022-05-01", - "balls": 10, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1304061", - "date": "2022-04-07", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 4, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 8.5, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__hh_pandya", - "batter": "JC Buttler", - "bowler": "HH Pandya", - "balls": 94, - "legal_balls": 92, - "runs_off_bat": 166, - "dismissals": 6, - "strike_rate": 180.4, - "runs_per_ball": 1.804, - "dot_ball_pct": 30.4, - "boundary_count": 26, - "boundary_pct": 28.3, - "dismissal_types": { - "caught": 4, - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 64, - "runs_off_bat": 102, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 52, - "dismissals": 4 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 16, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 8, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1359522", - "date": "2023-05-05", - "balls": 6, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 9.3, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__mohammed_siraj", - "batter": "SS Iyer", - "bowler": "Mohammed Siraj", - "balls": 94, - "legal_balls": 92, - "runs_off_bat": 120, - "dismissals": 4, - "strike_rate": 130.4, - "runs_per_ball": 1.304, - "dot_ball_pct": 43.5, - "boundary_count": 20, - "boundary_pct": 21.7, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 54, - "runs_off_bat": 78, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 40, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529289", - "date": "2026-05-03", - "balls": 22, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1422128", - "date": "2024-03-29", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304052", - "date": "2022-03-30", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254101", - "date": "2021-10-08", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 19.3, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__jd_unadkat", - "batter": "RG Sharma", - "bowler": "JD Unadkat", - "balls": 94, - "legal_balls": 92, - "runs_off_bat": 158, - "dismissals": 4, - "strike_rate": 171.7, - "runs_per_ball": 1.717, - "dot_ball_pct": 37.0, - "boundary_count": 24, - "boundary_pct": 26.1, - "dismissal_types": { - "caught and bowled": 2, - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 40, - "dismissals": 2 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 58, - "runs_off_bat": 102, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 20, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1422126", - "date": "2024-03-27", - "balls": 8, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1254081", - "date": "2021-04-29", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1178402", - "date": "2019-04-13", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1136581", - "date": "2018-04-22", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 24.2, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__kk_ahmed", - "batter": "JC Buttler", - "bowler": "KK Ahmed", - "balls": 94, - "legal_balls": 92, - "runs_off_bat": 122, - "dismissals": 4, - "strike_rate": 132.6, - "runs_per_ball": 1.326, - "dot_ball_pct": 45.7, - "boundary_count": 16, - "boundary_pct": 17.4, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 72, - "runs_off_bat": 90, - "dismissals": 4 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 8, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359485", - "date": "2023-04-08", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304080", - "date": "2022-04-22", - "balls": 28, - "runs": 50, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 19.5, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__jc_archer", - "batter": "V Kohli", - "bowler": "JC Archer", - "balls": 96, - "legal_balls": 92, - "runs_off_bat": 128, - "dismissals": 2, - "strike_rate": 139.1, - "runs_per_ball": 1.391, - "dot_ball_pct": 45.7, - "boundary_count": 22, - "boundary_pct": 23.9, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 60, - "runs_off_bat": 96, - "dismissals": 0 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 12, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 16, - "runs": 26, - "dismissed": true - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 12, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359479", - "date": "2023-04-02", - "balls": 34, - "runs": 56, - "dismissed": false - }, - { - "match_id": "1216514", - "date": "2020-10-03", - "balls": 14, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 36.3, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__arshdeep_singh", - "batter": "SV Samson", - "bowler": "Arshdeep Singh", - "balls": 96, - "legal_balls": 92, - "runs_off_bat": 164, - "dismissals": 2, - "strike_rate": 178.3, - "runs_per_ball": 1.783, - "dot_ball_pct": 32.6, - "boundary_count": 26, - "boundary_pct": 28.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 68, - "runs_off_bat": 120, - "dismissals": 0 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527680", - "date": "2026-04-03", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 18, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359482", - "date": "2023-04-05", - "balls": 6, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 41.0, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__k_rabada", - "batter": "D Padikkal", - "bowler": "K Rabada", - "balls": 94, - "legal_balls": 92, - "runs_off_bat": 182, - "dismissals": 2, - "strike_rate": 197.8, - "runs_per_ball": 1.978, - "dot_ball_pct": 23.9, - "boundary_count": 32, - "boundary_pct": 34.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 66, - "runs_off_bat": 132, - "dismissals": 2 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 8, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 43.3, - "score_label": "Neutral" - }, - { - "key": "sa_yadav__cv_varun", - "batter": "SA Yadav", - "bowler": "CV Varun", - "balls": 94, - "legal_balls": 92, - "runs_off_bat": 96, - "dismissals": 2, - "strike_rate": 104.3, - "runs_per_ball": 1.043, - "dot_ball_pct": 30.4, - "boundary_count": 8, - "boundary_pct": 8.7, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 68, - "runs_off_bat": 68, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 24, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359496", - "date": "2023-04-16", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304060", - "date": "2022-04-06", - "balls": 18, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 32.1, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__dl_chahar", - "batter": "SS Iyer", - "bowler": "DL Chahar", - "balls": 94, - "legal_balls": 92, - "runs_off_bat": 122, - "dismissals": 0, - "strike_rate": 132.6, - "runs_per_ball": 1.326, - "dot_ball_pct": 34.8, - "boundary_count": 16, - "boundary_pct": 17.4, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 60, - "runs_off_bat": 80, - "dismissals": 0 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529267", - "date": "2026-04-16", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254110", - "date": "2021-10-04", - "balls": 6, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1216509", - "date": "2020-10-17", - "balls": 14, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216539", - "date": "2020-09-25", - "balls": 16, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1178425", - "date": "2019-05-01", - "balls": 20, - "runs": 46, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 51.5, - "score_label": "Neutral" - }, - { - "key": "am_rahane__ys_chahal", - "batter": "AM Rahane", - "bowler": "YS Chahal", - "balls": 90, - "legal_balls": 90, - "runs_off_bat": 92, - "dismissals": 8, - "strike_rate": 102.2, - "runs_per_ball": 1.022, - "dot_ball_pct": 31.1, - "boundary_count": 6, - "boundary_pct": 6.7, - "dismissal_types": { - "lbw": 4, - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 66, - "runs_off_bat": 60, - "dismissals": 8 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359491", - "date": "2023-04-12", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216505", - "date": "2020-11-02", - "balls": 26, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1175369", - "date": "2019-04-02", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__jj_bumrah", - "batter": "Shubman Gill", - "bowler": "JJ Bumrah", - "balls": 92, - "legal_balls": 90, - "runs_off_bat": 86, - "dismissals": 4, - "strike_rate": 95.6, - "runs_per_ball": 0.956, - "dot_ball_pct": 53.3, - "boundary_count": 12, - "boundary_pct": 13.3, - "dismissal_types": { - "bowled": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 74, - "runs_off_bat": 60, - "dismissals": 2 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 30, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1304097", - "date": "2022-05-06", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254096", - "date": "2021-09-23", - "balls": 8, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1254062", - "date": "2021-04-13", - "balls": 2, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 15.1, - "score_label": "Bowler advantage" - }, - { - "key": "rd_gaikwad__k_rabada", - "batter": "RD Gaikwad", - "bowler": "K Rabada", - "balls": 90, - "legal_balls": 90, - "runs_off_bat": 96, - "dismissals": 4, - "strike_rate": 106.7, - "runs_per_ball": 1.067, - "dot_ball_pct": 42.2, - "boundary_count": 12, - "boundary_pct": 13.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 62, - "runs_off_bat": 66, - "dismissals": 2 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 24, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529280", - "date": "2026-04-26", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426287", - "date": "2024-05-01", - "balls": 22, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359515", - "date": "2023-04-30", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304084", - "date": "2022-04-25", - "balls": 14, - "runs": 28, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 16.4, - "score_label": "Bowler advantage" - }, - { - "key": "ra_jadeja__jj_bumrah", - "batter": "RA Jadeja", - "bowler": "JJ Bumrah", - "balls": 98, - "legal_balls": 90, - "runs_off_bat": 122, - "dismissals": 2, - "strike_rate": 135.6, - "runs_per_ball": 1.356, - "dot_ball_pct": 33.3, - "boundary_count": 16, - "boundary_pct": 17.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 40, - "runs_off_bat": 44, - "dismissals": 0 - }, - "death": { - "legal_balls": 46, - "runs_off_bat": 70, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 18, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1254104", - "date": "2021-09-19", - "balls": 22, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1254084", - "date": "2021-05-01", - "balls": 14, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1216521", - "date": "2020-10-23", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1181768", - "date": "2019-05-12", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.9, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__dl_chahar", - "batter": "SA Yadav", - "bowler": "DL Chahar", - "balls": 94, - "legal_balls": 90, - "runs_off_bat": 116, - "dismissals": 2, - "strike_rate": 128.9, - "runs_per_ball": 1.289, - "dot_ball_pct": 48.9, - "boundary_count": 22, - "boundary_pct": 24.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 80, - "runs_off_bat": 104, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1359523", - "date": "2023-05-06", - "balls": 2, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254104", - "date": "2021-09-19", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216492", - "date": "2020-09-19", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1181764", - "date": "2019-05-07", - "balls": 22, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1175370", - "date": "2019-04-03", - "balls": 16, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.1, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__avesh_khan", - "batter": "KL Rahul", - "bowler": "Avesh Khan", - "balls": 94, - "legal_balls": 90, - "runs_off_bat": 140, - "dismissals": 2, - "strike_rate": 155.6, - "runs_per_ball": 1.556, - "dot_ball_pct": 33.3, - "boundary_count": 16, - "boundary_pct": 17.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 38, - "dismissals": 0 - }, - "middle": { - "legal_balls": 56, - "runs_off_bat": 98, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 18, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 28, - "runs": 60, - "dismissed": true - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254068", - "date": "2021-04-18", - "balls": 18, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1136582", - "date": "2018-04-23", - "balls": 16, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.3, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__dl_chahar", - "batter": "JC Buttler", - "bowler": "DL Chahar", - "balls": 96, - "legal_balls": 90, - "runs_off_bat": 144, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 44.4, - "boundary_count": 24, - "boundary_pct": 26.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 76, - "runs_off_bat": 118, - "dismissals": 0 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1254069", - "date": "2021-04-19", - "balls": 28, - "runs": 52, - "dismissed": false - }, - { - "match_id": "1216533", - "date": "2020-10-19", - "balls": 6, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1178400", - "date": "2019-04-11", - "balls": 12, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1175367", - "date": "2019-03-31", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__mohammed_siraj", - "batter": "RA Jadeja", - "bowler": "Mohammed Siraj", - "balls": 90, - "legal_balls": 90, - "runs_off_bat": 108, - "dismissals": 0, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 37.8, - "boundary_count": 10, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 58, - "runs_off_bat": 76, - "dismissals": 0 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 2, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426306", - "date": "2024-05-18", - "balls": 16, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1422119", - "date": "2024-03-22", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.0, - "score_label": "Neutral" - }, - { - "key": "sv_samson__ravi_bishnoi", - "batter": "SV Samson", - "bowler": "Ravi Bishnoi", - "balls": 92, - "legal_balls": 90, - "runs_off_bat": 150, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 28.9, - "boundary_count": 22, - "boundary_pct": 24.4, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 66, - "runs_off_bat": 98, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 32, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 10, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 22, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1304066", - "date": "2022-04-10", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__rashid_khan", - "batter": "D Padikkal", - "bowler": "Rashid Khan", - "balls": 92, - "legal_balls": 88, - "runs_off_bat": 80, - "dismissals": 10, - "strike_rate": 90.9, - "runs_per_ball": 0.909, - "dot_ball_pct": 40.9, - "boundary_count": 6, - "boundary_pct": 6.8, - "dismissal_types": { - "caught": 6, - "bowled": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 78, - "runs_off_bat": 72, - "dismissals": 8 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 10, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 14, - "runs": 30, - "dismissed": true - }, - { - "match_id": "1359522", - "date": "2023-05-05", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__rashid_khan", - "batter": "RG Sharma", - "bowler": "Rashid Khan", - "balls": 88, - "legal_balls": 88, - "runs_off_bat": 112, - "dismissals": 8, - "strike_rate": 127.3, - "runs_per_ball": 1.273, - "dot_ball_pct": 40.9, - "boundary_count": 14, - "boundary_pct": 15.9, - "dismissal_types": { - "lbw": 4, - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 36, - "dismissals": 4 - }, - "middle": { - "legal_balls": 52, - "runs_off_bat": 74, - "dismissals": 4 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 24, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1422123", - "date": "2024-03-24", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359531", - "date": "2023-05-12", - "balls": 10, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1304097", - "date": "2022-05-06", - "balls": 10, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1254088", - "date": "2021-10-08", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "ad_russell__jj_bumrah", - "batter": "AD Russell", - "bowler": "JJ Bumrah", - "balls": 92, - "legal_balls": 88, - "runs_off_bat": 114, - "dismissals": 8, - "strike_rate": 129.5, - "runs_per_ball": 1.295, - "dot_ball_pct": 45.5, - "boundary_count": 18, - "boundary_pct": 20.5, - "dismissal_types": { - "caught": 6, - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 50, - "runs_off_bat": 84, - "dismissals": 4 - }, - "middle": { - "legal_balls": 38, - "runs_off_bat": 30, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304102", - "date": "2022-05-09", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304060", - "date": "2022-04-06", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254062", - "date": "2021-04-13", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1216526", - "date": "2020-10-16", - "balls": 8, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__pj_cummins", - "batter": "SA Yadav", - "bowler": "PJ Cummins", - "balls": 90, - "legal_balls": 88, - "runs_off_bat": 98, - "dismissals": 6, - "strike_rate": 111.4, - "runs_per_ball": 1.114, - "dot_ball_pct": 54.5, - "boundary_count": 14, - "boundary_pct": 15.9, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "death": { - "legal_balls": 24, - "runs_off_bat": 40, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 26, - "dismissals": 0 - }, - "middle": { - "legal_balls": 38, - "runs_off_bat": 32, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 8, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 30, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1304060", - "date": "2022-04-06", - "balls": 14, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1254062", - "date": "2021-04-13", - "balls": 20, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 1.0, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__kh_pandya", - "batter": "SA Yadav", - "bowler": "KH Pandya", - "balls": 88, - "legal_balls": 88, - "runs_off_bat": 118, - "dismissals": 4, - "strike_rate": 134.1, - "runs_per_ball": 1.341, - "dot_ball_pct": 25.0, - "boundary_count": 14, - "boundary_pct": 15.9, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 86, - "runs_off_bat": 116, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 18, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 8, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1426305", - "date": "2024-05-17", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1370351", - "date": "2023-05-24", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359537", - "date": "2023-05-16", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 19.7, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__ys_chahal", - "batter": "RG Sharma", - "bowler": "YS Chahal", - "balls": 92, - "legal_balls": 88, - "runs_off_bat": 84, - "dismissals": 4, - "strike_rate": 95.5, - "runs_per_ball": 0.955, - "dot_ball_pct": 22.7, - "boundary_count": 4, - "boundary_pct": 4.5, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 76, - "runs_off_bat": 62, - "dismissals": 4 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529301", - "date": "2026-05-14", - "balls": 12, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1254108", - "date": "2021-09-26", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254058", - "date": "2021-04-09", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1175362", - "date": "2019-03-28", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1136574", - "date": "2018-04-17", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 15.1, - "score_label": "Bowler advantage" - }, - { - "key": "ra_jadeja__rashid_khan", - "batter": "RA Jadeja", - "bowler": "Rashid Khan", - "balls": 88, - "legal_balls": 88, - "runs_off_bat": 64, - "dismissals": 4, - "strike_rate": 72.7, - "runs_per_ball": 0.727, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 4.5, - "dismissal_types": { - "caught": 2, - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 46, - "runs_off_bat": 32, - "dismissals": 2 - }, - "death": { - "legal_balls": 42, - "runs_off_bat": 32, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 16, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426297", - "date": "2024-05-10", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1370350", - "date": "2023-05-23", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 12.3, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__hh_pandya", - "batter": "SV Samson", - "bowler": "HH Pandya", - "balls": 92, - "legal_balls": 88, - "runs_off_bat": 172, - "dismissals": 4, - "strike_rate": 195.5, - "runs_per_ball": 1.955, - "dot_ball_pct": 29.5, - "boundary_count": 30, - "boundary_pct": 34.1, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 42, - "runs_off_bat": 62, - "dismissals": 2 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 36, - "runs_off_bat": 86, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529276", - "date": "2026-04-23", - "balls": 12, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359522", - "date": "2023-05-05", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 16, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1312200", - "date": "2022-05-29", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 27.1, - "score_label": "Bowler advantage" - }, - { - "key": "ms_dhoni__ta_boult", - "batter": "MS Dhoni", - "bowler": "TA Boult", - "balls": 90, - "legal_balls": 88, - "runs_off_bat": 164, - "dismissals": 4, - "strike_rate": 186.4, - "runs_per_ball": 1.864, - "dot_ball_pct": 31.8, - "boundary_count": 24, - "boundary_pct": 27.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 54, - "runs_off_bat": 136, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 22, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304114", - "date": "2022-05-20", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254104", - "date": "2021-09-19", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216521", - "date": "2020-10-23", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1181767", - "date": "2019-05-10", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1178425", - "date": "2019-05-01", - "balls": 18, - "runs": 50, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 26.0, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__ravi_bishnoi", - "batter": "V Kohli", - "bowler": "Ravi Bishnoi", - "balls": 96, - "legal_balls": 88, - "runs_off_bat": 74, - "dismissals": 4, - "strike_rate": 84.1, - "runs_per_ball": 0.841, - "dot_ball_pct": 31.8, - "boundary_count": 2, - "boundary_pct": 2.3, - "dismissal_types": { - "stumped": 2, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 28, - "dismissals": 2 - }, - "middle": { - "legal_balls": 56, - "runs_off_bat": 46, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359517", - "date": "2023-05-01", - "balls": 16, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1359489", - "date": "2023-04-10", - "balls": 20, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1312198", - "date": "2022-05-25", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254090", - "date": "2021-10-03", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 13.7, - "score_label": "Bowler advantage" - }, - { - "key": "b_sai_sudharsan__arshdeep_singh", - "batter": "B Sai Sudharsan", - "bowler": "Arshdeep Singh", - "balls": 92, - "legal_balls": 88, - "runs_off_bat": 112, - "dismissals": 4, - "strike_rate": 127.3, - "runs_per_ball": 1.273, - "dot_ball_pct": 43.2, - "boundary_count": 14, - "boundary_pct": 15.9, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 2, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 54, - "runs_off_bat": 60, - "dismissals": 0 - }, - "death": { - "legal_balls": 22, - "runs_off_bat": 50, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529289", - "date": "2026-05-03", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 14, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 24, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359492", - "date": "2023-04-13", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 18.9, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__noor_ahmad", - "batter": "V Kohli", - "bowler": "Noor Ahmad", - "balls": 90, - "legal_balls": 88, - "runs_off_bat": 126, - "dismissals": 4, - "strike_rate": 143.2, - "runs_per_ball": 1.432, - "dot_ball_pct": 29.5, - "boundary_count": 18, - "boundary_pct": 20.5, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 0 - }, - "middle": { - "legal_balls": 72, - "runs_off_bat": 100, - "dismissals": 4 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 14, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1426290", - "date": "2024-05-04", - "balls": 22, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1426283", - "date": "2024-04-28", - "balls": 26, - "runs": 52, - "dismissed": false - }, - { - "match_id": "1359544", - "date": "2023-05-21", - "balls": 26, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 20.8, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__mohammed_siraj", - "batter": "Shubman Gill", - "bowler": "Mohammed Siraj", - "balls": 96, - "legal_balls": 88, - "runs_off_bat": 130, - "dismissals": 2, - "strike_rate": 147.7, - "runs_per_ball": 1.477, - "dot_ball_pct": 29.5, - "boundary_count": 16, - "boundary_pct": 18.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 76, - "runs_off_bat": 98, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426290", - "date": "2024-05-04", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1426283", - "date": "2024-04-28", - "balls": 16, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359544", - "date": "2023-05-21", - "balls": 12, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1304089", - "date": "2022-04-30", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1254115", - "date": "2021-10-11", - "balls": 20, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.3, - "score_label": "Bowler advantage" - }, - { - "key": "ms_dhoni__jd_unadkat", - "batter": "MS Dhoni", - "bowler": "JD Unadkat", - "balls": 94, - "legal_balls": 88, - "runs_off_bat": 212, - "dismissals": 2, - "strike_rate": 240.9, - "runs_per_ball": 2.409, - "dot_ball_pct": 9.1, - "boundary_count": 30, - "boundary_pct": 34.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 68, - "runs_off_bat": 180, - "dismissals": 2 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304079", - "date": "2022-04-21", - "balls": 14, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1216496", - "date": "2020-09-22", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1178400", - "date": "2019-04-11", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1175367", - "date": "2019-03-31", - "balls": 26, - "runs": 70, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 48.5, - "score_label": "Neutral" - }, - { - "key": "s_dube__cv_varun", - "batter": "S Dube", - "bowler": "CV Varun", - "balls": 92, - "legal_balls": 88, - "runs_off_bat": 128, - "dismissals": 2, - "strike_rate": 145.5, - "runs_per_ball": 1.455, - "dot_ball_pct": 34.1, - "boundary_count": 14, - "boundary_pct": 15.9, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 52, - "runs_off_bat": 72, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 48, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 22, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 10, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 14, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1359507", - "date": "2023-04-23", - "balls": 8, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.1, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__pj_cummins", - "batter": "RG Sharma", - "bowler": "PJ Cummins", - "balls": 92, - "legal_balls": 86, - "runs_off_bat": 114, - "dismissals": 8, - "strike_rate": 132.6, - "runs_per_ball": 1.326, - "dot_ball_pct": 48.8, - "boundary_count": 16, - "boundary_pct": 18.6, - "dismissal_types": { - "bowled": 2, - "caught": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 60, - "runs_off_bat": 88, - "dismissals": 6 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 20, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 16, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1422126", - "date": "2024-03-27", - "balls": 4, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1254062", - "date": "2021-04-13", - "balls": 8, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__sp_narine", - "batter": "Ishan Kishan", - "bowler": "SP Narine", - "balls": 86, - "legal_balls": 86, - "runs_off_bat": 124, - "dismissals": 6, - "strike_rate": 144.2, - "runs_per_ball": 1.442, - "dot_ball_pct": 44.2, - "boundary_count": 16, - "boundary_pct": 18.6, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 56, - "runs_off_bat": 52, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 60, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 8, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 16, - "runs": 28, - "dismissed": true - }, - { - "match_id": "1359496", - "date": "2023-04-16", - "balls": 10, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 4.9, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__sp_narine", - "batter": "N Pooran", - "bowler": "SP Narine", - "balls": 88, - "legal_balls": 86, - "runs_off_bat": 78, - "dismissals": 6, - "strike_rate": 90.7, - "runs_per_ball": 0.907, - "dot_ball_pct": 37.2, - "boundary_count": 4, - "boundary_pct": 4.7, - "dismissal_types": { - "bowled": 4, - "caught and bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 74, - "runs_off_bat": 70, - "dismissals": 2 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529281", - "date": "2026-04-26", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1527688", - "date": "2026-04-09", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 12, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "rd_gaikwad__ta_boult", - "batter": "RD Gaikwad", - "bowler": "TA Boult", - "balls": 92, - "legal_balls": 86, - "runs_off_bat": 114, - "dismissals": 6, - "strike_rate": 132.6, - "runs_per_ball": 1.326, - "dot_ball_pct": 53.5, - "boundary_count": 20, - "boundary_pct": 23.3, - "dismissal_types": { - "lbw": 2, - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 72, - "runs_off_bat": 80, - "dismissals": 6 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 34, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529287", - "date": "2026-05-02", - "balls": 24, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304114", - "date": "2022-05-20", - "balls": 12, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1254104", - "date": "2021-09-19", - "balls": 18, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 3.5, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__k_rabada", - "batter": "HH Pandya", - "bowler": "K Rabada", - "balls": 92, - "legal_balls": 86, - "runs_off_bat": 116, - "dismissals": 4, - "strike_rate": 134.9, - "runs_per_ball": 1.349, - "dot_ball_pct": 46.5, - "boundary_count": 14, - "boundary_pct": 16.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 74, - "runs_off_bat": 106, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 8, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1359492", - "date": "2023-04-13", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304094", - "date": "2022-05-03", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304062", - "date": "2022-04-08", - "balls": 6, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 19.8, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__m_prasidh_krishna", - "batter": "SA Yadav", - "bowler": "M Prasidh Krishna", - "balls": 86, - "legal_balls": 86, - "runs_off_bat": 126, - "dismissals": 4, - "strike_rate": 146.5, - "runs_per_ball": 1.465, - "dot_ball_pct": 41.9, - "boundary_count": 22, - "boundary_pct": 25.6, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 48, - "runs_off_bat": 70, - "dismissals": 0 - }, - "middle": { - "legal_balls": 30, - "runs_off_bat": 50, - "dismissals": 2 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 10, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 8, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1304090", - "date": "2022-04-30", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254096", - "date": "2021-09-23", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254062", - "date": "2021-04-13", - "balls": 10, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 21.2, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__m_prasidh_krishna", - "batter": "HH Pandya", - "bowler": "M Prasidh Krishna", - "balls": 90, - "legal_balls": 86, - "runs_off_bat": 126, - "dismissals": 2, - "strike_rate": 146.5, - "runs_per_ball": 1.465, - "dot_ball_pct": 37.2, - "boundary_count": 22, - "boundary_pct": 25.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 42, - "runs_off_bat": 82, - "dismissals": 2 - }, - "middle": { - "legal_balls": 36, - "runs_off_bat": 40, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 16, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1312200", - "date": "2022-05-29", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1312197", - "date": "2022-05-24", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.2, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__m_prasidh_krishna", - "batter": "F du Plessis", - "bowler": "M Prasidh Krishna", - "balls": 86, - "legal_balls": 86, - "runs_off_bat": 82, - "dismissals": 2, - "strike_rate": 95.3, - "runs_per_ball": 0.953, - "dot_ball_pct": 53.5, - "boundary_count": 10, - "boundary_pct": 11.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 56, - "runs_off_bat": 54, - "dismissals": 0 - }, - "death": { - "legal_balls": 22, - "runs_off_bat": 24, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1312199", - "date": "2022-05-27", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304059", - "date": "2022-04-05", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 16, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1254072", - "date": "2021-04-21", - "balls": 18, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 31.0, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__jj_bumrah", - "batter": "F du Plessis", - "bowler": "JJ Bumrah", - "balls": 86, - "legal_balls": 86, - "runs_off_bat": 130, - "dismissals": 2, - "strike_rate": 151.2, - "runs_per_ball": 1.512, - "dot_ball_pct": 37.2, - "boundary_count": 18, - "boundary_pct": 20.9, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 54, - "runs_off_bat": 62, - "dismissals": 0 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 54, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1426263", - "date": "2024-04-11", - "balls": 10, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1304064", - "date": "2022-04-09", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254084", - "date": "2021-05-01", - "balls": 14, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1216521", - "date": "2020-10-23", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216492", - "date": "2020-09-19", - "balls": 22, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.7, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__mj_santner", - "batter": "V Kohli", - "bowler": "MJ Santner", - "balls": 86, - "legal_balls": 86, - "runs_off_bat": 104, - "dismissals": 2, - "strike_rate": 120.9, - "runs_per_ball": 1.209, - "dot_ball_pct": 34.9, - "boundary_count": 14, - "boundary_pct": 16.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 74, - "runs_off_bat": 98, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 18, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 26, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1426306", - "date": "2024-05-18", - "balls": 20, - "runs": 26, - "dismissed": true - }, - { - "match_id": "1216544", - "date": "2020-10-25", - "balls": 22, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 34.1, - "score_label": "Bowler advantage" - }, - { - "key": "tilak_varma__kuldeep_yadav", - "batter": "Tilak Varma", - "bowler": "Kuldeep Yadav", - "balls": 90, - "legal_balls": 86, - "runs_off_bat": 128, - "dismissals": 0, - "strike_rate": 148.8, - "runs_per_ball": 1.488, - "dot_ball_pct": 32.6, - "boundary_count": 16, - "boundary_pct": 18.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 76, - "runs_off_bat": 114, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 22, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 22, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1426281", - "date": "2024-04-27", - "balls": 18, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1359490", - "date": "2023-04-11", - "balls": 16, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1304115", - "date": "2022-05-21", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 53.5, - "score_label": "Neutral" - }, - { - "key": "sv_samson__mohammed_siraj", - "batter": "SV Samson", - "bowler": "Mohammed Siraj", - "balls": 84, - "legal_balls": 84, - "runs_off_bat": 82, - "dismissals": 8, - "strike_rate": 97.6, - "runs_per_ball": 0.976, - "dot_ball_pct": 54.8, - "boundary_count": 10, - "boundary_pct": 11.9, - "dismissal_types": { - "caught": 8 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 54, - "runs_off_bat": 52, - "dismissals": 4 - }, - "middle": { - "legal_balls": 30, - "runs_off_bat": 30, - "dismissals": 4 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529309", - "date": "2026-05-21", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1529280", - "date": "2026-04-26", - "balls": 12, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1422137", - "date": "2024-04-06", - "balls": 14, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1359534", - "date": "2023-05-14", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__jc_archer", - "batter": "Shubman Gill", - "bowler": "JC Archer", - "balls": 94, - "legal_balls": 84, - "runs_off_bat": 112, - "dismissals": 8, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 38.1, - "boundary_count": 18, - "boundary_pct": 21.4, - "dismissal_types": { - "caught": 2, - "caught and bowled": 2, - "bowled": 2, - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 16, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 58, - "runs_off_bat": 88, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 24, - "runs": 40, - "dismissed": true - }, - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 22, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1216530", - "date": "2020-11-01", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__hv_patel", - "batter": "RG Sharma", - "bowler": "HV Patel", - "balls": 88, - "legal_balls": 84, - "runs_off_bat": 104, - "dismissals": 6, - "strike_rate": 123.8, - "runs_per_ball": 1.238, - "dot_ball_pct": 38.1, - "boundary_count": 12, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 4, - "caught and bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 58, - "runs_off_bat": 82, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 26, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304064", - "date": "2022-04-09", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254108", - "date": "2021-09-26", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1136615", - "date": "2018-05-20", - "balls": 8, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 2.5, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__m_prasidh_krishna", - "batter": "V Kohli", - "bowler": "M Prasidh Krishna", - "balls": 88, - "legal_balls": 84, - "runs_off_bat": 140, - "dismissals": 6, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 28.6, - "boundary_count": 20, - "boundary_pct": 23.8, - "dismissal_types": { - "lbw": 2, - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 36, - "dismissals": 6 - }, - "death": { - "legal_balls": 26, - "runs_off_bat": 58, - "dismissals": 0 - }, - "middle": { - "legal_balls": 28, - "runs_off_bat": 46, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 14, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1312199", - "date": "2022-05-27", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 8, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254087", - "date": "2021-09-20", - "balls": 4, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 7.6, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__rashid_khan", - "batter": "HH Pandya", - "bowler": "Rashid Khan", - "balls": 84, - "legal_balls": 84, - "runs_off_bat": 76, - "dismissals": 4, - "strike_rate": 90.5, - "runs_per_ball": 0.905, - "dot_ball_pct": 52.4, - "boundary_count": 6, - "boundary_pct": 7.1, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 50, - "runs_off_bat": 40, - "dismissals": 2 - }, - "death": { - "legal_balls": 28, - "runs_off_bat": 20, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254088", - "date": "2021-10-08", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1216538", - "date": "2020-10-04", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1178426", - "date": "2019-05-02", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 14.5, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__jd_unadkat", - "batter": "RR Pant", - "bowler": "JD Unadkat", - "balls": 84, - "legal_balls": 84, - "runs_off_bat": 150, - "dismissals": 4, - "strike_rate": 178.6, - "runs_per_ball": 1.786, - "dot_ball_pct": 33.3, - "boundary_count": 26, - "boundary_pct": 31.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 32, - "dismissals": 2 - }, - "middle": { - "legal_balls": 28, - "runs_off_bat": 56, - "dismissals": 2 - }, - "death": { - "legal_balls": 22, - "runs_off_bat": 62, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 22, - "runs": 52, - "dismissed": false - }, - { - "match_id": "1254064", - "date": "2021-04-15", - "balls": 20, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1178415", - "date": "2019-04-22", - "balls": 12, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1136592", - "date": "2018-05-02", - "balls": 14, - "runs": 34, - "dismissed": true - }, - { - "match_id": "1136566", - "date": "2018-04-11", - "balls": 8, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 25.0, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__avesh_khan", - "batter": "JC Buttler", - "bowler": "Avesh Khan", - "balls": 84, - "legal_balls": 84, - "runs_off_bat": 180, - "dismissals": 4, - "strike_rate": 214.3, - "runs_per_ball": 2.143, - "dot_ball_pct": 33.3, - "boundary_count": 32, - "boundary_pct": 38.1, - "dismissal_types": { - "bowled": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 50, - "runs_off_bat": 120, - "dismissals": 4 - }, - "middle": { - "legal_balls": 34, - "runs_off_bat": 60, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 14, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 16, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 29.3, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__mohammed_siraj", - "batter": "JC Buttler", - "bowler": "Mohammed Siraj", - "balls": 88, - "legal_balls": 84, - "runs_off_bat": 110, - "dismissals": 4, - "strike_rate": 131.0, - "runs_per_ball": 1.31, - "dot_ball_pct": 45.2, - "boundary_count": 16, - "boundary_pct": 19.0, - "dismissal_types": { - "bowled": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 50, - "runs_off_bat": 64, - "dismissals": 4 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 32, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422137", - "date": "2024-04-06", - "balls": 26, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1359506", - "date": "2023-04-23", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1312199", - "date": "2022-05-27", - "balls": 8, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1304059", - "date": "2022-04-05", - "balls": 20, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1254073", - "date": "2021-04-22", - "balls": 16, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 19.3, - "score_label": "Bowler advantage" - }, - { - "key": "ms_dhoni__rashid_khan", - "batter": "MS Dhoni", - "bowler": "Rashid Khan", - "balls": 84, - "legal_balls": 84, - "runs_off_bat": 82, - "dismissals": 2, - "strike_rate": 97.6, - "runs_per_ball": 0.976, - "dot_ball_pct": 52.4, - "boundary_count": 10, - "boundary_pct": 11.9, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 10, - "dismissals": 2 - }, - "death": { - "legal_balls": 54, - "runs_off_bat": 72, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426297", - "date": "2024-05-10", - "balls": 14, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1304108", - "date": "2022-05-15", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216516", - "date": "2020-10-02", - "balls": 20, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1136617", - "date": "2018-05-22", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1136606", - "date": "2018-05-13", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 31.3, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__ar_patel", - "batter": "HH Pandya", - "bowler": "AR Patel", - "balls": 84, - "legal_balls": 84, - "runs_off_bat": 92, - "dismissals": 2, - "strike_rate": 109.5, - "runs_per_ball": 1.095, - "dot_ball_pct": 40.5, - "boundary_count": 10, - "boundary_pct": 11.9, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 84, - "runs_off_bat": 92, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426281", - "date": "2024-04-27", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1422138", - "date": "2024-04-07", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359518", - "date": "2023-05-02", - "balls": 24, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1304056", - "date": "2022-04-02", - "balls": 18, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 32.7, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__kuldeep_yadav", - "batter": "SA Yadav", - "bowler": "Kuldeep Yadav", - "balls": 86, - "legal_balls": 84, - "runs_off_bat": 124, - "dismissals": 2, - "strike_rate": 147.6, - "runs_per_ball": 1.476, - "dot_ball_pct": 23.8, - "boundary_count": 14, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 80, - "runs_off_bat": 120, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527681", - "date": "2026-04-04", - "balls": 20, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 14, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1216508", - "date": "2020-09-23", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1136601", - "date": "2018-05-09", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.3, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__dl_chahar", - "batter": "D Padikkal", - "bowler": "DL Chahar", - "balls": 90, - "legal_balls": 84, - "runs_off_bat": 144, - "dismissals": 2, - "strike_rate": 171.4, - "runs_per_ball": 1.714, - "dot_ball_pct": 40.5, - "boundary_count": 26, - "boundary_pct": 31.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 78, - "runs_off_bat": 132, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529297", - "date": "2026-05-10", - "balls": 16, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 10, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1254113", - "date": "2021-09-24", - "balls": 18, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1254076", - "date": "2021-04-25", - "balls": 16, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1216544", - "date": "2020-10-25", - "balls": 14, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 40.2, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__rashid_khan", - "batter": "KH Pandya", - "bowler": "Rashid Khan", - "balls": 84, - "legal_balls": 82, - "runs_off_bat": 80, - "dismissals": 8, - "strike_rate": 97.6, - "runs_per_ball": 0.976, - "dot_ball_pct": 53.7, - "boundary_count": 10, - "boundary_pct": 12.2, - "dismissal_types": { - "lbw": 4, - "caught": 2, - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 70, - "runs_off_bat": 62, - "dismissals": 6 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1422139", - "date": "2024-04-07", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__rashid_khan", - "batter": "F du Plessis", - "bowler": "Rashid Khan", - "balls": 82, - "legal_balls": 82, - "runs_off_bat": 48, - "dismissals": 6, - "strike_rate": 58.5, - "runs_per_ball": 0.585, - "dot_ball_pct": 41.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "stumped": 2, - "lbw": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 66, - "runs_off_bat": 40, - "dismissals": 6 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359544", - "date": "2023-05-21", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304113", - "date": "2022-05-19", - "balls": 14, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1254091", - "date": "2021-09-30", - "balls": 14, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254080", - "date": "2021-04-28", - "balls": 18, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1178408", - "date": "2019-04-17", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "ar_patel__cv_varun", - "batter": "AR Patel", - "bowler": "CV Varun", - "balls": 90, - "legal_balls": 82, - "runs_off_bat": 64, - "dismissals": 6, - "strike_rate": 78.0, - "runs_per_ball": 0.78, - "dot_ball_pct": 58.5, - "boundary_count": 6, - "boundary_pct": 7.3, - "dismissal_types": { - "bowled": 2, - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 56, - "runs_off_bat": 30, - "dismissals": 2 - }, - "death": { - "legal_balls": 26, - "runs_off_bat": 34, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529313", - "date": "2026-05-24", - "balls": 16, - "runs": 32, - "dismissed": true - }, - { - "match_id": "1529294", - "date": "2026-05-08", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 18, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__pj_cummins", - "batter": "JC Buttler", - "bowler": "PJ Cummins", - "balls": 84, - "legal_balls": 82, - "runs_off_bat": 114, - "dismissals": 6, - "strike_rate": 139.0, - "runs_per_ball": 1.39, - "dot_ball_pct": 41.5, - "boundary_count": 16, - "boundary_pct": 19.5, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 40, - "runs_off_bat": 44, - "dismissals": 2 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 36, - "dismissals": 0 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 34, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1529299", - "date": "2026-05-12", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 22, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 28, - "runs": 58, - "dismissed": true - }, - { - "match_id": "1254075", - "date": "2021-04-24", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 4.3, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__ys_chahal", - "batter": "JC Buttler", - "bowler": "YS Chahal", - "balls": 90, - "legal_balls": 82, - "runs_off_bat": 66, - "dismissals": 4, - "strike_rate": 80.5, - "runs_per_ball": 0.805, - "dot_ball_pct": 43.9, - "boundary_count": 4, - "boundary_pct": 4.9, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 66, - "runs_off_bat": 50, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 18, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 12, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216522", - "date": "2020-10-17", - "balls": 16, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1175369", - "date": "2019-04-02", - "balls": 16, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1136571", - "date": "2018-04-15", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 13.3, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__jd_unadkat", - "batter": "F du Plessis", - "bowler": "JD Unadkat", - "balls": 84, - "legal_balls": 82, - "runs_off_bat": 166, - "dismissals": 4, - "strike_rate": 202.4, - "runs_per_ball": 2.024, - "dot_ball_pct": 31.7, - "boundary_count": 26, - "boundary_pct": 31.7, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 48, - "runs_off_bat": 64, - "dismissals": 2 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 2 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 74, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473492", - "date": "2025-05-05", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426268", - "date": "2024-04-15", - "balls": 8, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359489", - "date": "2023-04-10", - "balls": 12, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1304064", - "date": "2022-04-09", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1254069", - "date": "2021-04-19", - "balls": 22, - "runs": 48, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 27.9, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__kk_ahmed", - "batter": "KL Rahul", - "bowler": "KK Ahmed", - "balls": 88, - "legal_balls": 82, - "runs_off_bat": 104, - "dismissals": 4, - "strike_rate": 126.8, - "runs_per_ball": 1.268, - "dot_ball_pct": 39.0, - "boundary_count": 12, - "boundary_pct": 14.6, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 76, - "runs_off_bat": 98, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527691", - "date": "2026-04-11", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1426264", - "date": "2024-04-12", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359477", - "date": "2023-04-01", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254071", - "date": "2021-04-21", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 18.8, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__ys_chahal", - "batter": "N Pooran", - "bowler": "YS Chahal", - "balls": 84, - "legal_balls": 82, - "runs_off_bat": 108, - "dismissals": 4, - "strike_rate": 131.7, - "runs_per_ball": 1.317, - "dot_ball_pct": 41.5, - "boundary_count": 12, - "boundary_pct": 14.6, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 72, - "runs_off_bat": 78, - "dismissals": 4 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473450", - "date": "2025-04-01", - "balls": 14, - "runs": 30, - "dismissed": true - }, - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 20, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 19.4, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__pj_cummins", - "batter": "KL Rahul", - "bowler": "PJ Cummins", - "balls": 82, - "legal_balls": 82, - "runs_off_bat": 112, - "dismissals": 4, - "strike_rate": 136.6, - "runs_per_ball": 1.366, - "dot_ball_pct": 41.5, - "boundary_count": 16, - "boundary_pct": 19.5, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 64, - "runs_off_bat": 78, - "dismissals": 2 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 34, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473492", - "date": "2025-05-05", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426295", - "date": "2024-05-08", - "balls": 20, - "runs": 32, - "dismissed": true - }, - { - "match_id": "1254078", - "date": "2021-04-26", - "balls": 10, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1216520", - "date": "2020-10-26", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1216523", - "date": "2020-10-10", - "balls": 34, - "runs": 46, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 20.0, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__m_jansen", - "batter": "JC Buttler", - "bowler": "M Jansen", - "balls": 82, - "legal_balls": 82, - "runs_off_bat": 122, - "dismissals": 2, - "strike_rate": 148.8, - "runs_per_ball": 1.488, - "dot_ball_pct": 31.7, - "boundary_count": 18, - "boundary_pct": 22.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 38, - "dismissals": 0 - }, - "middle": { - "legal_balls": 32, - "runs_off_bat": 58, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529289", - "date": "2026-05-03", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 20, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 26, - "runs": 44, - "dismissed": true - }, - { - "match_id": "1359526", - "date": "2023-05-07", - "balls": 26, - "runs": 48, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.5, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__r_ashwin", - "batter": "RR Pant", - "bowler": "R Ashwin", - "balls": 82, - "legal_balls": 82, - "runs_off_bat": 86, - "dismissals": 0, - "strike_rate": 104.9, - "runs_per_ball": 1.049, - "dot_ball_pct": 26.8, - "boundary_count": 6, - "boundary_pct": 7.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 66, - "runs_off_bat": 60, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304080", - "date": "2022-04-22", - "balls": 22, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1175368", - "date": "2019-04-01", - "balls": 14, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1136582", - "date": "2018-04-23", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 48.2, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__ys_chahal", - "batter": "Ishan Kishan", - "bowler": "YS Chahal", - "balls": 80, - "legal_balls": 80, - "runs_off_bat": 124, - "dismissals": 6, - "strike_rate": 155.0, - "runs_per_ball": 1.55, - "dot_ball_pct": 22.5, - "boundary_count": 14, - "boundary_pct": 17.5, - "dismissal_types": { - "stumped": 2, - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 76, - "runs_off_bat": 110, - "dismissals": 6 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359516", - "date": "2023-04-30", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304055", - "date": "2022-04-02", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254108", - "date": "2021-09-26", - "balls": 12, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 6.2, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__arshdeep_singh", - "batter": "D Padikkal", - "bowler": "Arshdeep Singh", - "balls": 86, - "legal_balls": 80, - "runs_off_bat": 128, - "dismissals": 6, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 37.5, - "boundary_count": 20, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 52, - "runs_off_bat": 100, - "dismissals": 2 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 2 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529304", - "date": "2026-05-17", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 10, - "runs": 26, - "dismissed": true - }, - { - "match_id": "1359482", - "date": "2023-04-05", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 6.8, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__avesh_khan", - "batter": "HH Pandya", - "bowler": "Avesh Khan", - "balls": 80, - "legal_balls": 80, - "runs_off_bat": 70, - "dismissals": 6, - "strike_rate": 87.5, - "runs_per_ball": 0.875, - "dot_ball_pct": 55.0, - "boundary_count": 8, - "boundary_pct": 10.0, - "dismissal_types": { - "bowled": 2, - "caught": 2, - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 38, - "runs_off_bat": 40, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 20, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 16, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1422132", - "date": "2024-04-01", - "balls": 2, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359525", - "date": "2023-05-07", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "kh_pandya__ys_chahal", - "batter": "KH Pandya", - "bowler": "YS Chahal", - "balls": 80, - "legal_balls": 80, - "runs_off_bat": 108, - "dismissals": 4, - "strike_rate": 135.0, - "runs_per_ball": 1.35, - "dot_ball_pct": 37.5, - "boundary_count": 12, - "boundary_pct": 15.0, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 64, - "runs_off_bat": 94, - "dismissals": 2 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304066", - "date": "2022-04-10", - "balls": 4, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1254108", - "date": "2021-09-26", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216499", - "date": "2020-10-28", - "balls": 14, - "runs": 20, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 19.8, - "score_label": "Bowler advantage" - }, - { - "key": "ra_jadeja__kh_pandya", - "batter": "RA Jadeja", - "bowler": "KH Pandya", - "balls": 84, - "legal_balls": 80, - "runs_off_bat": 82, - "dismissals": 4, - "strike_rate": 102.5, - "runs_per_ball": 1.025, - "dot_ball_pct": 37.5, - "boundary_count": 8, - "boundary_pct": 10.0, - "dismissal_types": { - "caught and bowled": 2, - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 76, - "runs_off_bat": 80, - "dismissals": 2 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 16, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426277", - "date": "2024-04-23", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426272", - "date": "2024-04-19", - "balls": 14, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 15.9, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__kk_ahmed", - "batter": "N Pooran", - "bowler": "KK Ahmed", - "balls": 80, - "legal_balls": 80, - "runs_off_bat": 142, - "dismissals": 4, - "strike_rate": 177.5, - "runs_per_ball": 1.775, - "dot_ball_pct": 40.0, - "boundary_count": 24, - "boundary_pct": 30.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 36, - "runs_off_bat": 80, - "dismissals": 2 - }, - "death": { - "legal_balls": 26, - "runs_off_bat": 42, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359477", - "date": "2023-04-01", - "balls": 16, - "runs": 36, - "dismissed": true - }, - { - "match_id": "1304096", - "date": "2022-05-05", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1216498", - "date": "2020-10-24", - "balls": 16, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1216542", - "date": "2020-10-08", - "balls": 16, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 24.9, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__cv_varun", - "batter": "F du Plessis", - "bowler": "CV Varun", - "balls": 82, - "legal_balls": 80, - "runs_off_bat": 118, - "dismissals": 4, - "strike_rate": 147.5, - "runs_per_ball": 1.475, - "dot_ball_pct": 30.0, - "boundary_count": 18, - "boundary_pct": 22.5, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 40, - "runs_off_bat": 56, - "dismissals": 4 - }, - "middle": { - "legal_balls": 38, - "runs_off_bat": 60, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 20, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1426274", - "date": "2024-04-21", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359483", - "date": "2023-04-06", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254117", - "date": "2021-10-15", - "balls": 18, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 14, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 21.3, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__hv_patel", - "batter": "SA Yadav", - "bowler": "HV Patel", - "balls": 82, - "legal_balls": 80, - "runs_off_bat": 106, - "dismissals": 2, - "strike_rate": 132.5, - "runs_per_ball": 1.325, - "dot_ball_pct": 30.0, - "boundary_count": 14, - "boundary_pct": 17.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 58, - "runs_off_bat": 72, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359528", - "date": "2023-05-09", - "balls": 14, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359479", - "date": "2023-04-02", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.5, - "score_label": "Bowler advantage" - }, - { - "key": "h_klaasen__noor_ahmad", - "batter": "H Klaasen", - "bowler": "Noor Ahmad", - "balls": 80, - "legal_balls": 80, - "runs_off_bat": 178, - "dismissals": 2, - "strike_rate": 222.5, - "runs_per_ball": 2.225, - "dot_ball_pct": 20.0, - "boundary_count": 30, - "boundary_pct": 37.5, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 68, - "runs_off_bat": 150, - "dismissals": 2 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529306", - "date": "2026-05-18", - "balls": 22, - "runs": 44, - "dismissed": true - }, - { - "match_id": "1529270", - "date": "2026-04-18", - "balls": 26, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1422130", - "date": "2024-03-31", - "balls": 14, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1359536", - "date": "2023-05-15", - "balls": 18, - "runs": 50, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 46.3, - "score_label": "Neutral" - }, - { - "key": "ar_patel__ra_jadeja", - "batter": "AR Patel", - "bowler": "RA Jadeja", - "balls": 80, - "legal_balls": 80, - "runs_off_bat": 148, - "dismissals": 0, - "strike_rate": 185.0, - "runs_per_ball": 1.85, - "dot_ball_pct": 20.0, - "boundary_count": 18, - "boundary_pct": 22.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 56, - "runs_off_bat": 78, - "dismissals": 0 - }, - "death": { - "legal_balls": 24, - "runs_off_bat": 70, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 2, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359541", - "date": "2023-05-20", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254114", - "date": "2021-10-10", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1216509", - "date": "2020-10-17", - "balls": 8, - "runs": 40, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 57.8, - "score_label": "Neutral" - }, - { - "key": "pd_salt__kk_ahmed", - "batter": "PD Salt", - "bowler": "KK Ahmed", - "balls": 84, - "legal_balls": 80, - "runs_off_bat": 124, - "dismissals": 0, - "strike_rate": 155.0, - "runs_per_ball": 1.55, - "dot_ball_pct": 47.5, - "boundary_count": 22, - "boundary_pct": 27.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 80, - "runs_off_bat": 124, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527684", - "date": "2026-04-05", - "balls": 18, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 18, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 32, - "runs": 54, - "dismissed": false - }, - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 12, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.2, - "score_label": "Neutral" - }, - { - "key": "ar_patel__b_kumar", - "batter": "AR Patel", - "bowler": "B Kumar", - "balls": 88, - "legal_balls": 78, - "runs_off_bat": 124, - "dismissals": 6, - "strike_rate": 159.0, - "runs_per_ball": 1.59, - "dot_ball_pct": 20.5, - "boundary_count": 12, - "boundary_pct": 15.4, - "dismissal_types": { - "bowled": 2, - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 70, - "runs_off_bat": 122, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529282", - "date": "2026-04-27", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359514", - "date": "2023-04-29", - "balls": 14, - "runs": 38, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 6.7, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__hv_patel", - "batter": "RR Pant", - "bowler": "HV Patel", - "balls": 84, - "legal_balls": 78, - "runs_off_bat": 112, - "dismissals": 6, - "strike_rate": 143.6, - "runs_per_ball": 1.436, - "dot_ball_pct": 30.8, - "boundary_count": 16, - "boundary_pct": 20.5, - "dismissal_types": { - "bowled": 2, - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 56, - "runs_off_bat": 80, - "dismissals": 4 - }, - "death": { - "legal_balls": 22, - "runs_off_bat": 32, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 18, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 8, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1254101", - "date": "2021-10-08", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254079", - "date": "2021-04-27", - "balls": 22, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 4.8, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__mohammed_siraj", - "batter": "AM Rahane", - "bowler": "Mohammed Siraj", - "balls": 78, - "legal_balls": 78, - "runs_off_bat": 50, - "dismissals": 6, - "strike_rate": 64.1, - "runs_per_ball": 0.641, - "dot_ball_pct": 59.0, - "boundary_count": 4, - "boundary_pct": 5.1, - "dismissal_types": { - "caught": 4, - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 66, - "runs_off_bat": 40, - "dismissals": 6 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529303", - "date": "2026-05-16", - "balls": 12, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1529268", - "date": "2026-04-17", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 16, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426306", - "date": "2024-05-18", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359498", - "date": "2023-04-17", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__ar_patel", - "batter": "KL Rahul", - "bowler": "AR Patel", - "balls": 80, - "legal_balls": 78, - "runs_off_bat": 60, - "dismissals": 4, - "strike_rate": 76.9, - "runs_per_ball": 0.769, - "dot_ball_pct": 48.7, - "boundary_count": 6, - "boundary_pct": 7.7, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 20, - "dismissals": 2 - }, - "middle": { - "legal_balls": 58, - "runs_off_bat": 40, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426264", - "date": "2024-04-12", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304091", - "date": "2022-05-01", - "balls": 26, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304061", - "date": "2022-04-07", - "balls": 14, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1216546", - "date": "2020-10-20", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "980977", - "date": "2016-05-09", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 12.8, - "score_label": "Bowler advantage" - }, - { - "key": "ybk_jaiswal__arshdeep_singh", - "batter": "YBK Jaiswal", - "bowler": "Arshdeep Singh", - "balls": 86, - "legal_balls": 78, - "runs_off_bat": 146, - "dismissals": 4, - "strike_rate": 187.2, - "runs_per_ball": 1.872, - "dot_ball_pct": 35.9, - "boundary_count": 26, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 70, - "runs_off_bat": 138, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529283", - "date": "2026-04-28", - "balls": 8, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 12, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 18, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 14, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 26.1, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__ad_russell", - "batter": "AM Rahane", - "bowler": "AD Russell", - "balls": 84, - "legal_balls": 78, - "runs_off_bat": 112, - "dismissals": 2, - "strike_rate": 143.6, - "runs_per_ball": 1.436, - "dot_ball_pct": 35.9, - "boundary_count": 14, - "boundary_pct": 17.9, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 40, - "runs_off_bat": 38, - "dismissals": 2 - }, - "middle": { - "legal_balls": 30, - "runs_off_bat": 48, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 26, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359507", - "date": "2023-04-23", - "balls": 8, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1178418", - "date": "2019-04-25", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1136618", - "date": "2018-05-23", - "balls": 18, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1136609", - "date": "2018-05-15", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "980989", - "date": "2016-05-14", - "balls": 10, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 36.8, - "score_label": "Bowler advantage" - }, - { - "key": "r_parag__kh_pandya", - "batter": "R Parag", - "bowler": "KH Pandya", - "balls": 78, - "legal_balls": 78, - "runs_off_bat": 80, - "dismissals": 2, - "strike_rate": 102.6, - "runs_per_ball": 1.026, - "dot_ball_pct": 30.8, - "boundary_count": 6, - "boundary_pct": 7.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 72, - "runs_off_bat": 76, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 22, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 24, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 31.9, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__sandeep_sharma", - "batter": "Shubman Gill", - "bowler": "Sandeep Sharma", - "balls": 84, - "legal_balls": 78, - "runs_off_bat": 68, - "dismissals": 2, - "strike_rate": 87.2, - "runs_per_ball": 0.872, - "dot_ball_pct": 46.2, - "boundary_count": 6, - "boundary_pct": 7.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 62, - "runs_off_bat": 44, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 16, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359522", - "date": "2023-05-05", - "balls": 24, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 10, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1304094", - "date": "2022-05-03", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1254060", - "date": "2021-04-11", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 30.1, - "score_label": "Bowler advantage" - }, - { - "key": "so_hetmyer__hv_patel", - "batter": "SO Hetmyer", - "bowler": "HV Patel", - "balls": 82, - "legal_balls": 78, - "runs_off_bat": 110, - "dismissals": 2, - "strike_rate": 141.0, - "runs_per_ball": 1.41, - "dot_ball_pct": 33.3, - "boundary_count": 12, - "boundary_pct": 15.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 56, - "runs_off_bat": 104, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 16, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 6, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359506", - "date": "2023-04-23", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304059", - "date": "2022-04-05", - "balls": 22, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1254101", - "date": "2021-10-08", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 36.5, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__sp_narine", - "batter": "Abhishek Sharma", - "bowler": "SP Narine", - "balls": 80, - "legal_balls": 78, - "runs_off_bat": 148, - "dismissals": 2, - "strike_rate": 189.7, - "runs_per_ball": 1.897, - "dot_ball_pct": 30.8, - "boundary_count": 20, - "boundary_pct": 25.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 42, - "runs_off_bat": 88, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 38, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 16, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 6, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359493", - "date": "2023-04-14", - "balls": 8, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 42.4, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__kuldeep_yadav", - "batter": "HH Pandya", - "bowler": "Kuldeep Yadav", - "balls": 80, - "legal_balls": 78, - "runs_off_bat": 92, - "dismissals": 0, - "strike_rate": 117.9, - "runs_per_ball": 1.179, - "dot_ball_pct": 33.3, - "boundary_count": 10, - "boundary_pct": 12.8, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 64, - "runs_off_bat": 84, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426281", - "date": "2024-04-27", - "balls": 16, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1359518", - "date": "2023-05-02", - "balls": 20, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304056", - "date": "2022-04-02", - "balls": 16, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.8, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__jr_hazlewood", - "batter": "YBK Jaiswal", - "bowler": "JR Hazlewood", - "balls": 76, - "legal_balls": 76, - "runs_off_bat": 186, - "dismissals": 8, - "strike_rate": 244.7, - "runs_per_ball": 2.447, - "dot_ball_pct": 39.5, - "boundary_count": 36, - "boundary_pct": 47.4, - "dismissal_types": { - "caught": 6, - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 68, - "runs_off_bat": 164, - "dismissals": 6 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 12, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 22, - "runs": 52, - "dismissed": true - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 16, - "runs": 34, - "dismissed": true - }, - { - "match_id": "1312199", - "date": "2022-05-27", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254089", - "date": "2021-10-02", - "balls": 24, - "runs": 76, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 1.0, - "score_label": "Bowler advantage" - }, - { - "key": "rd_gaikwad__arshdeep_singh", - "batter": "RD Gaikwad", - "bowler": "Arshdeep Singh", - "balls": 82, - "legal_balls": 76, - "runs_off_bat": 84, - "dismissals": 6, - "strike_rate": 110.5, - "runs_per_ball": 1.105, - "dot_ball_pct": 47.4, - "boundary_count": 14, - "boundary_pct": 18.4, - "dismissal_types": { - "caught": 4, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 68, - "runs_off_bat": 82, - "dismissals": 4 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527680", - "date": "2026-04-03", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426287", - "date": "2024-05-01", - "balls": 20, - "runs": 36, - "dismissed": true - }, - { - "match_id": "1359515", - "date": "2023-04-30", - "balls": 20, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1304084", - "date": "2022-04-25", - "balls": 10, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.9, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__rashid_khan", - "batter": "Shubman Gill", - "bowler": "Rashid Khan", - "balls": 76, - "legal_balls": 76, - "runs_off_bat": 62, - "dismissals": 4, - "strike_rate": 81.6, - "runs_per_ball": 0.816, - "dot_ball_pct": 39.5, - "boundary_count": 4, - "boundary_pct": 5.3, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 26, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 50, - "runs_off_bat": 46, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254109", - "date": "2021-10-03", - "balls": 20, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1254060", - "date": "2021-04-11", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1216512", - "date": "2020-10-18", - "balls": 12, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1216545", - "date": "2020-09-26", - "balls": 24, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1175357", - "date": "2019-03-24", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 13.4, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__ta_boult", - "batter": "Ishan Kishan", - "bowler": "TA Boult", - "balls": 80, - "legal_balls": 76, - "runs_off_bat": 72, - "dismissals": 4, - "strike_rate": 94.7, - "runs_per_ball": 0.947, - "dot_ball_pct": 60.5, - "boundary_count": 12, - "boundary_pct": 15.8, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 68, - "runs_off_bat": 60, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422132", - "date": "2024-04-01", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359516", - "date": "2023-04-30", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304090", - "date": "2022-04-30", - "balls": 12, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1304055", - "date": "2022-04-02", - "balls": 30, - "runs": 28, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 15.0, - "score_label": "Bowler advantage" - }, - { - "key": "tilak_varma__rashid_khan", - "batter": "Tilak Varma", - "bowler": "Rashid Khan", - "balls": 78, - "legal_balls": 76, - "runs_off_bat": 92, - "dismissals": 4, - "strike_rate": 121.1, - "runs_per_ball": 1.211, - "dot_ball_pct": 23.7, - "boundary_count": 6, - "boundary_pct": 7.9, - "dismissal_types": { - "lbw": 2, - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 22, - "runs_off_bat": 38, - "dismissals": 0 - }, - "middle": { - "legal_balls": 42, - "runs_off_bat": 40, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 26, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 12, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1422123", - "date": "2024-03-24", - "balls": 12, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 18.1, - "score_label": "Bowler advantage" - }, - { - "key": "ybk_jaiswal__kk_ahmed", - "batter": "YBK Jaiswal", - "bowler": "KK Ahmed", - "balls": 80, - "legal_balls": 76, - "runs_off_bat": 130, - "dismissals": 4, - "strike_rate": 171.1, - "runs_per_ball": 1.711, - "dot_ball_pct": 44.7, - "boundary_count": 28, - "boundary_pct": 36.8, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 74, - "runs_off_bat": 128, - "dismissals": 4 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527676", - "date": "2026-03-30", - "balls": 20, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 22, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 6, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 24.1, - "score_label": "Bowler advantage" - }, - { - "key": "b_sai_sudharsan__ta_boult", - "batter": "B Sai Sudharsan", - "bowler": "TA Boult", - "balls": 78, - "legal_balls": 76, - "runs_off_bat": 86, - "dismissals": 4, - "strike_rate": 113.2, - "runs_per_ball": 1.132, - "dot_ball_pct": 42.1, - "boundary_count": 10, - "boundary_pct": 13.2, - "dismissal_types": { - "lbw": 2, - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 62, - "runs_off_bat": 76, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 16, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 26, - "runs": 32, - "dismissed": true - }, - { - "match_id": "1426262", - "date": "2024-04-10", - "balls": 18, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 12, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 17.2, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__sp_narine", - "batter": "SS Iyer", - "bowler": "SP Narine", - "balls": 80, - "legal_balls": 76, - "runs_off_bat": 92, - "dismissals": 2, - "strike_rate": 121.1, - "runs_per_ball": 1.211, - "dot_ball_pct": 23.7, - "boundary_count": 4, - "boundary_pct": 5.3, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 54, - "runs_off_bat": 66, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473481", - "date": "2025-04-26", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254116", - "date": "2021-10-13", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254092", - "date": "2021-09-28", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1216497", - "date": "2020-10-24", - "balls": 20, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1216515", - "date": "2020-10-03", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 34.1, - "score_label": "Bowler advantage" - }, - { - "key": "ra_jadeja__sandeep_sharma", - "batter": "RA Jadeja", - "bowler": "Sandeep Sharma", - "balls": 82, - "legal_balls": 76, - "runs_off_bat": 80, - "dismissals": 2, - "strike_rate": 105.3, - "runs_per_ball": 1.053, - "dot_ball_pct": 26.3, - "boundary_count": 8, - "boundary_pct": 10.5, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 58, - "runs_off_bat": 68, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 16, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359491", - "date": "2023-04-12", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304084", - "date": "2022-04-25", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254080", - "date": "2021-04-28", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 32.2, - "score_label": "Bowler advantage" - }, - { - "key": "rk_singh__ra_jadeja", - "batter": "RK Singh", - "bowler": "RA Jadeja", - "balls": 82, - "legal_balls": 76, - "runs_off_bat": 108, - "dismissals": 2, - "strike_rate": 142.1, - "runs_per_ball": 1.421, - "dot_ball_pct": 39.5, - "boundary_count": 12, - "boundary_pct": 15.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 76, - "runs_off_bat": 108, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 2, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 16, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1359507", - "date": "2023-04-23", - "balls": 18, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 36.7, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__sm_curran", - "batter": "Shubman Gill", - "bowler": "SM Curran", - "balls": 76, - "legal_balls": 76, - "runs_off_bat": 94, - "dismissals": 2, - "strike_rate": 123.7, - "runs_per_ball": 1.237, - "dot_ball_pct": 23.7, - "boundary_count": 8, - "boundary_pct": 10.5, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 24, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 42, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1422135", - "date": "2024-04-04", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359492", - "date": "2023-04-13", - "balls": 20, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1216536", - "date": "2020-10-29", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1216501", - "date": "2020-10-07", - "balls": 10, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 34.4, - "score_label": "Bowler advantage" - }, - { - "key": "h_klaasen__cv_varun", - "batter": "H Klaasen", - "bowler": "CV Varun", - "balls": 80, - "legal_balls": 76, - "runs_off_bat": 162, - "dismissals": 2, - "strike_rate": 213.2, - "runs_per_ball": 2.132, - "dot_ball_pct": 21.1, - "boundary_count": 22, - "boundary_pct": 28.9, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 58, - "runs_off_bat": 100, - "dismissals": 2 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 62, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 24, - "runs": 72, - "dismissed": false - }, - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426309", - "date": "2024-05-21", - "balls": 4, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 45.2, - "score_label": "Neutral" - }, - { - "key": "ak_markram__mohammed_siraj", - "batter": "AK Markram", - "bowler": "Mohammed Siraj", - "balls": 76, - "legal_balls": 76, - "runs_off_bat": 94, - "dismissals": 0, - "strike_rate": 123.7, - "runs_per_ball": 1.237, - "dot_ball_pct": 36.8, - "boundary_count": 12, - "boundary_pct": 15.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 60, - "runs_off_bat": 66, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 16, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 24, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1426279", - "date": "2024-04-25", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304100", - "date": "2022-05-08", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.4, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__kuldeep_yadav", - "batter": "Shubman Gill", - "bowler": "Kuldeep Yadav", - "balls": 78, - "legal_balls": 76, - "runs_off_bat": 146, - "dismissals": 0, - "strike_rate": 192.1, - "runs_per_ball": 1.921, - "dot_ball_pct": 15.8, - "boundary_count": 16, - "boundary_pct": 21.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 60, - "runs_off_bat": 112, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 34, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 28, - "runs": 62, - "dismissed": false - }, - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 26, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1304056", - "date": "2022-04-02", - "balls": 22, - "runs": 40, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 58.7, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__sandeep_sharma", - "batter": "B Sai Sudharsan", - "bowler": "Sandeep Sharma", - "balls": 78, - "legal_balls": 76, - "runs_off_bat": 78, - "dismissals": 0, - "strike_rate": 102.6, - "runs_per_ball": 1.026, - "dot_ball_pct": 42.1, - "boundary_count": 8, - "boundary_pct": 10.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 54, - "runs_off_bat": 46, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 22, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 20, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 18, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304094", - "date": "2022-05-03", - "balls": 18, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 47.9, - "score_label": "Neutral" - }, - { - "key": "rg_sharma__ravi_bishnoi", - "batter": "RG Sharma", - "bowler": "Ravi Bishnoi", - "balls": 78, - "legal_balls": 74, - "runs_off_bat": 92, - "dismissals": 6, - "strike_rate": 124.3, - "runs_per_ball": 1.243, - "dot_ball_pct": 43.2, - "boundary_count": 14, - "boundary_pct": 18.9, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 60, - "runs_off_bat": 88, - "dismissals": 4 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426305", - "date": "2024-05-17", - "balls": 12, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1359537", - "date": "2023-05-16", - "balls": 10, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1304083", - "date": "2022-04-24", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254099", - "date": "2021-09-28", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254074", - "date": "2021-04-23", - "balls": 24, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 2.5, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__vg_arora", - "batter": "Shubman Gill", - "bowler": "VG Arora", - "balls": 76, - "legal_balls": 74, - "runs_off_bat": 120, - "dismissals": 4, - "strike_rate": 162.2, - "runs_per_ball": 1.622, - "dot_ball_pct": 32.4, - "boundary_count": 20, - "boundary_pct": 27.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 48, - "runs_off_bat": 76, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1529268", - "date": "2026-04-17", - "balls": 26, - "runs": 46, - "dismissed": true - }, - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 22, - "runs": 26, - "dismissed": true - }, - { - "match_id": "1304062", - "date": "2022-04-08", - "balls": 26, - "runs": 48, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 23.1, - "score_label": "Bowler advantage" - }, - { - "key": "ra_jadeja__hv_patel", - "batter": "RA Jadeja", - "bowler": "HV Patel", - "balls": 80, - "legal_balls": 74, - "runs_off_bat": 156, - "dismissals": 2, - "strike_rate": 210.8, - "runs_per_ball": 2.108, - "dot_ball_pct": 29.7, - "boundary_count": 20, - "boundary_pct": 27.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 42, - "runs_off_bat": 104, - "dismissals": 2 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 40, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 16, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1359498", - "date": "2023-04-17", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304095", - "date": "2022-05-04", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1254076", - "date": "2021-04-25", - "balls": 18, - "runs": 76, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 44.9, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__sm_curran", - "batter": "SS Iyer", - "bowler": "SM Curran", - "balls": 74, - "legal_balls": 74, - "runs_off_bat": 144, - "dismissals": 2, - "strike_rate": 194.6, - "runs_per_ball": 1.946, - "dot_ball_pct": 18.9, - "boundary_count": 20, - "boundary_pct": 27.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 38, - "runs_off_bat": 60, - "dismissals": 0 - }, - "death": { - "legal_balls": 32, - "runs_off_bat": 74, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 24, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 10, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1216509", - "date": "2020-10-17", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216539", - "date": "2020-09-25", - "balls": 16, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1178412", - "date": "2019-04-20", - "balls": 16, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 43.0, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__ra_jadeja", - "batter": "Tilak Varma", - "bowler": "RA Jadeja", - "balls": 74, - "legal_balls": 74, - "runs_off_bat": 98, - "dismissals": 2, - "strike_rate": 132.4, - "runs_per_ball": 1.324, - "dot_ball_pct": 43.2, - "boundary_count": 12, - "boundary_pct": 16.2, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 74, - "runs_off_bat": 98, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 18, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1426267", - "date": "2024-04-14", - "balls": 16, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359486", - "date": "2023-04-08", - "balls": 20, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1304079", - "date": "2022-04-21", - "balls": 20, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.5, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__pj_cummins", - "batter": "V Kohli", - "bowler": "PJ Cummins", - "balls": 78, - "legal_balls": 74, - "runs_off_bat": 116, - "dismissals": 0, - "strike_rate": 156.8, - "runs_per_ball": 1.568, - "dot_ball_pct": 32.4, - "boundary_count": 20, - "boundary_pct": 27.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 56, - "runs_off_bat": 102, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 10, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 16, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1426279", - "date": "2024-04-25", - "balls": 12, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1426268", - "date": "2024-04-15", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216540", - "date": "2020-10-12", - "balls": 0, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.4, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__jc_archer", - "batter": "MS Dhoni", - "bowler": "JC Archer", - "balls": 76, - "legal_balls": 74, - "runs_off_bat": 88, - "dismissals": 0, - "strike_rate": 118.9, - "runs_per_ball": 1.189, - "dot_ball_pct": 27.0, - "boundary_count": 8, - "boundary_pct": 10.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 60, - "runs_off_bat": 80, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216533", - "date": "2020-10-19", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216496", - "date": "2020-09-22", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1178400", - "date": "2019-04-11", - "balls": 24, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1175367", - "date": "2019-03-31", - "balls": 20, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1136603", - "date": "2018-05-11", - "balls": 16, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.9, - "score_label": "Neutral" - }, - { - "key": "r_parag__kuldeep_yadav", - "batter": "R Parag", - "bowler": "Kuldeep Yadav", - "balls": 76, - "legal_balls": 74, - "runs_off_bat": 94, - "dismissals": 0, - "strike_rate": 127.0, - "runs_per_ball": 1.27, - "dot_ball_pct": 35.1, - "boundary_count": 10, - "boundary_pct": 13.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 70, - "runs_off_bat": 80, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529286", - "date": "2026-05-01", - "balls": 18, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 16, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 24, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1359485", - "date": "2023-04-08", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.8, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__tu_deshpande", - "batter": "Ishan Kishan", - "bowler": "TU Deshpande", - "balls": 86, - "legal_balls": 74, - "runs_off_bat": 116, - "dismissals": 0, - "strike_rate": 156.8, - "runs_per_ball": 1.568, - "dot_ball_pct": 37.8, - "boundary_count": 20, - "boundary_pct": 27.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 34, - "dismissals": 0 - }, - "middle": { - "legal_balls": 30, - "runs_off_bat": 60, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 16, - "runs": 50, - "dismissed": false - }, - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 22, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1426267", - "date": "2024-04-14", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359523", - "date": "2023-05-06", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.4, - "score_label": "Neutral" - }, - { - "key": "am_rahane__jd_unadkat", - "batter": "AM Rahane", - "bowler": "JD Unadkat", - "balls": 74, - "legal_balls": 72, - "runs_off_bat": 72, - "dismissals": 10, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 50.0, - "boundary_count": 8, - "boundary_pct": 11.1, - "dismissal_types": { - "caught and bowled": 2, - "caught": 8 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 44, - "runs_off_bat": 42, - "dismissals": 8 - }, - "middle": { - "legal_balls": 28, - "runs_off_bat": 30, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 8, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 24, - "runs": 26, - "dismissed": true - }, - { - "match_id": "1254064", - "date": "2021-04-15", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1216543", - "date": "2020-10-14", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__washington_sundar", - "batter": "RG Sharma", - "bowler": "Washington Sundar", - "balls": 72, - "legal_balls": 72, - "runs_off_bat": 88, - "dismissals": 6, - "strike_rate": 122.2, - "runs_per_ball": 1.222, - "dot_ball_pct": 41.7, - "boundary_count": 14, - "boundary_pct": 19.4, - "dismissal_types": { - "lbw": 2, - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 36, - "runs_off_bat": 48, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 36, - "runs_off_bat": 40, - "dismissals": 4 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359499", - "date": "2023-04-18", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1304111", - "date": "2022-05-17", - "balls": 14, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1216547", - "date": "2020-09-28", - "balls": 8, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1136574", - "date": "2018-04-17", - "balls": 14, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 2.3, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__k_rabada", - "batter": "Ishan Kishan", - "bowler": "K Rabada", - "balls": 74, - "legal_balls": 72, - "runs_off_bat": 128, - "dismissals": 6, - "strike_rate": 177.8, - "runs_per_ball": 1.778, - "dot_ball_pct": 30.6, - "boundary_count": 20, - "boundary_pct": 27.8, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "death": { - "legal_balls": 22, - "runs_off_bat": 44, - "dismissals": 2 - }, - "middle": { - "legal_balls": 30, - "runs_off_bat": 50, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 34, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1529299", - "date": "2026-05-12", - "balls": 4, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304069", - "date": "2022-04-13", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254070", - "date": "2021-04-20", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1237181", - "date": "2020-11-10", - "balls": 8, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 8.9, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__ta_boult", - "batter": "Abhishek Sharma", - "bowler": "TA Boult", - "balls": 76, - "legal_balls": 72, - "runs_off_bat": 88, - "dismissals": 6, - "strike_rate": 122.2, - "runs_per_ball": 1.222, - "dot_ball_pct": 52.8, - "boundary_count": 12, - "boundary_pct": 16.7, - "dismissal_types": { - "bowled": 2, - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 64, - "runs_off_bat": 82, - "dismissals": 6 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 6, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 10, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 2.3, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__ra_jadeja", - "batter": "AM Rahane", - "bowler": "RA Jadeja", - "balls": 72, - "legal_balls": 72, - "runs_off_bat": 78, - "dismissals": 4, - "strike_rate": 108.3, - "runs_per_ball": 1.083, - "dot_ball_pct": 27.8, - "boundary_count": 6, - "boundary_pct": 8.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 62, - "runs_off_bat": 68, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 18, - "runs": 26, - "dismissed": true - }, - { - "match_id": "1304047", - "date": "2022-03-26", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1136603", - "date": "2018-05-11", - "balls": 6, - "runs": 8, - "dismissed": true - }, - { - "match_id": "980949", - "date": "2016-04-29", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "829735", - "date": "2015-04-19", - "balls": 18, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 16.6, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__jc_archer", - "batter": "SA Yadav", - "bowler": "JC Archer", - "balls": 76, - "legal_balls": 72, - "runs_off_bat": 90, - "dismissals": 2, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 47.2, - "boundary_count": 12, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 24, - "dismissals": 0 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 2 - }, - "death": { - "legal_balls": 32, - "runs_off_bat": 56, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529312", - "date": "2026-05-24", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473487", - "date": "2025-05-01", - "balls": 16, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1216541", - "date": "2020-10-25", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216511", - "date": "2020-10-06", - "balls": 16, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1178402", - "date": "2019-04-13", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 34.6, - "score_label": "Bowler advantage" - }, - { - "key": "ad_russell__b_kumar", - "batter": "AD Russell", - "bowler": "B Kumar", - "balls": 82, - "legal_balls": 72, - "runs_off_bat": 194, - "dismissals": 2, - "strike_rate": 269.4, - "runs_per_ball": 2.694, - "dot_ball_pct": 27.8, - "boundary_count": 32, - "boundary_pct": 44.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 72, - "runs_off_bat": 194, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 16, - "runs": 68, - "dismissed": false - }, - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1304071", - "date": "2022-04-15", - "balls": 16, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1178413", - "date": "2019-04-21", - "balls": 10, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1175357", - "date": "2019-03-24", - "balls": 16, - "runs": 46, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 51.9, - "score_label": "Neutral" - }, - { - "key": "abhishek_sharma__rashid_khan", - "batter": "Abhishek Sharma", - "bowler": "Rashid Khan", - "balls": 72, - "legal_balls": 72, - "runs_off_bat": 164, - "dismissals": 2, - "strike_rate": 227.8, - "runs_per_ball": 2.278, - "dot_ball_pct": 13.9, - "boundary_count": 22, - "boundary_pct": 30.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 66, - "runs_off_bat": 138, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 12, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1422130", - "date": "2024-03-31", - "balls": 14, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1304086", - "date": "2022-04-27", - "balls": 30, - "runs": 68, - "dismissed": false - }, - { - "match_id": "1304067", - "date": "2022-04-11", - "balls": 16, - "runs": 26, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 46.9, - "score_label": "Neutral" - }, - { - "key": "n_pooran__kuldeep_yadav", - "batter": "N Pooran", - "bowler": "Kuldeep Yadav", - "balls": 72, - "legal_balls": 72, - "runs_off_bat": 100, - "dismissals": 2, - "strike_rate": 138.9, - "runs_per_ball": 1.389, - "dot_ball_pct": 38.9, - "boundary_count": 14, - "boundary_pct": 19.4, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 62, - "runs_off_bat": 94, - "dismissals": 2 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527678", - "date": "2026-04-01", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1426264", - "date": "2024-04-12", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 36.3, - "score_label": "Bowler advantage" - }, - { - "key": "p_simran_singh__ar_patel", - "batter": "P Simran Singh", - "bowler": "AR Patel", - "balls": 76, - "legal_balls": 72, - "runs_off_bat": 82, - "dismissals": 2, - "strike_rate": 113.9, - "runs_per_ball": 1.139, - "dot_ball_pct": 41.7, - "boundary_count": 10, - "boundary_pct": 13.9, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 42, - "dismissals": 0 - }, - "middle": { - "legal_balls": 42, - "runs_off_bat": 40, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529278", - "date": "2026-04-25", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473495", - "date": "2025-05-08", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 12, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359538", - "date": "2023-05-17", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359533", - "date": "2023-05-13", - "balls": 36, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 33.3, - "score_label": "Bowler advantage" - }, - { - "key": "vr_iyer__b_kumar", - "batter": "VR Iyer", - "bowler": "B Kumar", - "balls": 74, - "legal_balls": 72, - "runs_off_bat": 98, - "dismissals": 0, - "strike_rate": 136.1, - "runs_per_ball": 1.361, - "dot_ball_pct": 50.0, - "boundary_count": 16, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 72, - "runs_off_bat": 98, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 10, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1426309", - "date": "2024-05-21", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359493", - "date": "2023-04-14", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 51.9, - "score_label": "Neutral" - }, - { - "key": "rr_pant__noor_ahmad", - "batter": "RR Pant", - "bowler": "Noor Ahmad", - "balls": 74, - "legal_balls": 72, - "runs_off_bat": 70, - "dismissals": 0, - "strike_rate": 97.2, - "runs_per_ball": 0.972, - "dot_ball_pct": 50.0, - "boundary_count": 8, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 58, - "runs_off_bat": 64, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529296", - "date": "2026-05-10", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 30, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426278", - "date": "2024-04-24", - "balls": 20, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1426270", - "date": "2024-04-17", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 47.3, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__jc_archer", - "batter": "B Sai Sudharsan", - "bowler": "JC Archer", - "balls": 78, - "legal_balls": 72, - "runs_off_bat": 108, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 38.9, - "boundary_count": 18, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 62, - "runs_off_bat": 98, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 8, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 18, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 16, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 22, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__suyash_sharma", - "batter": "KL Rahul", - "bowler": "Suyash Sharma", - "balls": 72, - "legal_balls": 72, - "runs_off_bat": 74, - "dismissals": 0, - "strike_rate": 102.8, - "runs_per_ball": 1.028, - "dot_ball_pct": 41.7, - "boundary_count": 8, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 68, - "runs_off_bat": 72, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 20, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 26, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 26, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 47.9, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__hv_patel", - "batter": "MS Dhoni", - "bowler": "HV Patel", - "balls": 74, - "legal_balls": 70, - "runs_off_bat": 50, - "dismissals": 8, - "strike_rate": 71.4, - "runs_per_ball": 0.714, - "dot_ball_pct": 51.4, - "boundary_count": 4, - "boundary_pct": 5.7, - "dismissal_types": { - "bowled": 2, - "caught": 6 - }, - "phase_splits": { - "death": { - "legal_balls": 40, - "runs_off_bat": 24, - "dismissals": 8 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304095", - "date": "2022-05-04", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254113", - "date": "2021-09-24", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254076", - "date": "2021-04-25", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__kuldeep_yadav", - "batter": "AM Rahane", - "bowler": "Kuldeep Yadav", - "balls": 70, - "legal_balls": 70, - "runs_off_bat": 62, - "dismissals": 6, - "strike_rate": 88.6, - "runs_per_ball": 0.886, - "dot_ball_pct": 37.1, - "boundary_count": 4, - "boundary_pct": 5.7, - "dismissal_types": { - "bowled": 2, - "caught and bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 66, - "runs_off_bat": 58, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529313", - "date": "2026-05-24", - "balls": 16, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1136618", - "date": "2018-05-23", - "balls": 22, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1136609", - "date": "2018-05-15", - "balls": 4, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1136575", - "date": "2018-04-18", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__jc_archer", - "batter": "HH Pandya", - "bowler": "JC Archer", - "balls": 74, - "legal_balls": 70, - "runs_off_bat": 84, - "dismissals": 6, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 28.6, - "boundary_count": 8, - "boundary_pct": 11.4, - "dismissal_types": { - "bowled": 2, - "lbw": 2, - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 70, - "runs_off_bat": 84, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529312", - "date": "2026-05-24", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473487", - "date": "2025-05-01", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1216541", - "date": "2020-10-25", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1216511", - "date": "2020-10-06", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1178411", - "date": "2019-04-20", - "balls": 14, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 2.0, - "score_label": "Bowler advantage" - }, - { - "key": "s_dube__jj_bumrah", - "batter": "S Dube", - "bowler": "JJ Bumrah", - "balls": 72, - "legal_balls": 70, - "runs_off_bat": 46, - "dismissals": 6, - "strike_rate": 65.7, - "runs_per_ball": 0.657, - "dot_ball_pct": 51.4, - "boundary_count": 4, - "boundary_pct": 5.7, - "dismissal_types": { - "caught": 4, - "caught and bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 42, - "runs_off_bat": 36, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 18, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1426267", - "date": "2024-04-14", - "balls": 18, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1254093", - "date": "2021-10-05", - "balls": 6, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1254081", - "date": "2021-04-29", - "balls": 14, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1216499", - "date": "2020-10-28", - "balls": 6, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__cv_varun", - "batter": "RR Pant", - "bowler": "CV Varun", - "balls": 72, - "legal_balls": 70, - "runs_off_bat": 72, - "dismissals": 6, - "strike_rate": 102.9, - "runs_per_ball": 1.029, - "dot_ball_pct": 40.0, - "boundary_count": 6, - "boundary_pct": 8.6, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 62, - "runs_off_bat": 68, - "dismissals": 6 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529281", - "date": "2026-04-26", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 8, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 12, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1304065", - "date": "2022-04-10", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1254116", - "date": "2021-10-13", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__arshdeep_singh", - "batter": "SA Yadav", - "bowler": "Arshdeep Singh", - "balls": 78, - "legal_balls": 70, - "runs_off_bat": 84, - "dismissals": 6, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 45.7, - "boundary_count": 10, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 4, - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 2 - }, - "middle": { - "legal_balls": 46, - "runs_off_bat": 72, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 8, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1529267", - "date": "2026-04-16", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 12, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359520", - "date": "2023-05-03", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359505", - "date": "2023-04-22", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 2.0, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__mohammed_siraj", - "batter": "D Padikkal", - "bowler": "Mohammed Siraj", - "balls": 76, - "legal_balls": 70, - "runs_off_bat": 92, - "dismissals": 6, - "strike_rate": 131.4, - "runs_per_ball": 1.314, - "dot_ball_pct": 62.9, - "boundary_count": 16, - "boundary_pct": 22.9, - "dismissal_types": { - "lbw": 2, - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 66, - "runs_off_bat": 90, - "dismissals": 4 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 16, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 3.4, - "score_label": "Bowler advantage" - }, - { - "key": "jm_sharma__ys_chahal", - "batter": "JM Sharma", - "bowler": "YS Chahal", - "balls": 76, - "legal_balls": 70, - "runs_off_bat": 82, - "dismissals": 6, - "strike_rate": 117.1, - "runs_per_ball": 1.171, - "dot_ball_pct": 31.4, - "boundary_count": 8, - "boundary_pct": 11.4, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 48, - "runs_off_bat": 62, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 10, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 12, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 16, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 1.7, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__ra_jadeja", - "batter": "N Pooran", - "bowler": "RA Jadeja", - "balls": 70, - "legal_balls": 70, - "runs_off_bat": 104, - "dismissals": 4, - "strike_rate": 148.6, - "runs_per_ball": 1.486, - "dot_ball_pct": 45.7, - "boundary_count": 14, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 68, - "runs_off_bat": 104, - "dismissals": 2 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 14, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1359519", - "date": "2023-05-03", - "balls": 16, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359480", - "date": "2023-04-03", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1304092", - "date": "2022-05-01", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1216513", - "date": "2020-10-04", - "balls": 8, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 21.4, - "score_label": "Bowler advantage" - }, - { - "key": "kh_pandya__kuldeep_yadav", - "batter": "KH Pandya", - "bowler": "Kuldeep Yadav", - "balls": 72, - "legal_balls": 70, - "runs_off_bat": 72, - "dismissals": 2, - "strike_rate": 102.9, - "runs_per_ball": 1.029, - "dot_ball_pct": 40.0, - "boundary_count": 6, - "boundary_pct": 8.6, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 60, - "runs_off_bat": 64, - "dismissals": 2 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 26, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 16, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 16, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1359477", - "date": "2023-04-01", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 31.9, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__sandeep_sharma", - "batter": "RR Pant", - "bowler": "Sandeep Sharma", - "balls": 72, - "legal_balls": 70, - "runs_off_bat": 66, - "dismissals": 2, - "strike_rate": 94.3, - "runs_per_ball": 0.943, - "dot_ball_pct": 40.0, - "boundary_count": 8, - "boundary_pct": 11.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 50, - "runs_off_bat": 44, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529307", - "date": "2026-05-19", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 8, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1237180", - "date": "2020-11-08", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216524", - "date": "2020-10-27", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 30.9, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__k_rabada", - "batter": "AM Rahane", - "bowler": "K Rabada", - "balls": 74, - "legal_balls": 70, - "runs_off_bat": 86, - "dismissals": 2, - "strike_rate": 122.9, - "runs_per_ball": 1.229, - "dot_ball_pct": 45.7, - "boundary_count": 12, - "boundary_pct": 17.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 64, - "runs_off_bat": 80, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529303", - "date": "2026-05-16", - "balls": 16, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426287", - "date": "2024-05-01", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304054", - "date": "2022-04-01", - "balls": 10, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1178415", - "date": "2019-04-22", - "balls": 26, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 34.3, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__arshdeep_singh", - "batter": "RG Sharma", - "bowler": "Arshdeep Singh", - "balls": 70, - "legal_balls": 70, - "runs_off_bat": 64, - "dismissals": 2, - "strike_rate": 91.4, - "runs_per_ball": 0.914, - "dot_ball_pct": 57.1, - "boundary_count": 8, - "boundary_pct": 11.4, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 66, - "runs_off_bat": 60, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529301", - "date": "2026-05-14", - "balls": 18, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473510", - "date": "2025-06-01", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359505", - "date": "2023-04-22", - "balls": 16, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 30.6, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__kh_pandya", - "batter": "HH Pandya", - "bowler": "KH Pandya", - "balls": 76, - "legal_balls": 70, - "runs_off_bat": 64, - "dismissals": 2, - "strike_rate": 91.4, - "runs_per_ball": 0.914, - "dot_ball_pct": 45.7, - "boundary_count": 6, - "boundary_pct": 8.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 60, - "runs_off_bat": 62, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 6, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1426305", - "date": "2024-05-17", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359504", - "date": "2023-04-22", - "balls": 20, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304103", - "date": "2022-05-10", - "balls": 10, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 30.6, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__mukesh_kumar", - "batter": "SV Samson", - "bowler": "Mukesh Kumar", - "balls": 72, - "legal_balls": 70, - "runs_off_bat": 126, - "dismissals": 2, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 37.1, - "boundary_count": 22, - "boundary_pct": 31.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 40, - "runs_off_bat": 102, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527691", - "date": "2026-04-11", - "balls": 24, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 14, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 16, - "runs": 30, - "dismissed": true - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359485", - "date": "2023-04-08", - "balls": 6, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 41.2, - "score_label": "Neutral" - }, - { - "key": "v_suryavanshi__mohammed_siraj", - "batter": "V Suryavanshi", - "bowler": "Mohammed Siraj", - "balls": 78, - "legal_balls": 70, - "runs_off_bat": 136, - "dismissals": 2, - "strike_rate": 194.3, - "runs_per_ball": 1.943, - "dot_ball_pct": 37.1, - "boundary_count": 24, - "boundary_pct": 34.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 64, - "runs_off_bat": 118, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 30, - "runs": 60, - "dismissed": false - }, - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 20, - "runs": 42, - "dismissed": true - }, - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 12, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 42.9, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__m_jansen", - "batter": "Shubman Gill", - "bowler": "M Jansen", - "balls": 72, - "legal_balls": 70, - "runs_off_bat": 80, - "dismissals": 0, - "strike_rate": 114.3, - "runs_per_ball": 1.143, - "dot_ball_pct": 40.0, - "boundary_count": 10, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 62, - "runs_off_bat": 74, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359536", - "date": "2023-05-15", - "balls": 16, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304086", - "date": "2022-04-27", - "balls": 14, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304067", - "date": "2022-04-11", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.3, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__kk_ahmed", - "batter": "Ishan Kishan", - "bowler": "KK Ahmed", - "balls": 72, - "legal_balls": 70, - "runs_off_bat": 116, - "dismissals": 0, - "strike_rate": 165.7, - "runs_per_ball": 1.657, - "dot_ball_pct": 37.1, - "boundary_count": 22, - "boundary_pct": 31.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 58, - "runs_off_bat": 92, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426281", - "date": "2024-04-27", - "balls": 12, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1422138", - "date": "2024-04-07", - "balls": 18, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1304115", - "date": "2022-05-21", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304048", - "date": "2022-03-27", - "balls": 16, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 55.5, - "score_label": "Neutral" - }, - { - "key": "sp_narine__kk_ahmed", - "batter": "SP Narine", - "bowler": "KK Ahmed", - "balls": 74, - "legal_balls": 68, - "runs_off_bat": 114, - "dismissals": 6, - "strike_rate": 167.6, - "runs_per_ball": 1.676, - "dot_ball_pct": 52.9, - "boundary_count": 20, - "boundary_pct": 29.4, - "dismissal_types": { - "bowled": 2, - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 68, - "runs_off_bat": 114, - "dismissals": 6 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529265", - "date": "2026-04-14", - "balls": 18, - "runs": 26, - "dismissed": true - }, - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 10, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 12, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 7.7, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__b_kumar", - "batter": "HH Pandya", - "bowler": "B Kumar", - "balls": 70, - "legal_balls": 68, - "runs_off_bat": 88, - "dismissals": 4, - "strike_rate": 129.4, - "runs_per_ball": 1.294, - "dot_ball_pct": 26.5, - "boundary_count": 8, - "boundary_pct": 11.8, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 44, - "runs_off_bat": 58, - "dismissals": 4 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1422126", - "date": "2024-03-27", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359536", - "date": "2023-05-15", - "balls": 4, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1304067", - "date": "2022-04-11", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 19.1, - "score_label": "Bowler advantage" - }, - { - "key": "so_hetmyer__b_kumar", - "batter": "SO Hetmyer", - "bowler": "B Kumar", - "balls": 72, - "legal_balls": 68, - "runs_off_bat": 106, - "dismissals": 4, - "strike_rate": 155.9, - "runs_per_ball": 1.559, - "dot_ball_pct": 32.4, - "boundary_count": 12, - "boundary_pct": 17.6, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 42, - "runs_off_bat": 72, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 10, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1359526", - "date": "2023-05-07", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359478", - "date": "2023-04-02", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 12, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1216532", - "date": "2020-09-29", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 22.3, - "score_label": "Bowler advantage" - }, - { - "key": "r_parag__rashid_khan", - "batter": "R Parag", - "bowler": "Rashid Khan", - "balls": 68, - "legal_balls": 68, - "runs_off_bat": 76, - "dismissals": 4, - "strike_rate": 111.8, - "runs_per_ball": 1.118, - "dot_ball_pct": 29.4, - "boundary_count": 6, - "boundary_pct": 8.8, - "dismissal_types": { - "caught": 2, - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 56, - "runs_off_bat": 66, - "dismissals": 4 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 8, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426262", - "date": "2024-04-10", - "balls": 30, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359522", - "date": "2023-05-05", - "balls": 4, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 8, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 17.0, - "score_label": "Bowler advantage" - }, - { - "key": "ms_dhoni__ad_russell", - "batter": "MS Dhoni", - "bowler": "AD Russell", - "balls": 72, - "legal_balls": 68, - "runs_off_bat": 100, - "dismissals": 4, - "strike_rate": 147.1, - "runs_per_ball": 1.471, - "dot_ball_pct": 38.2, - "boundary_count": 16, - "boundary_pct": 23.5, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 44, - "runs_off_bat": 86, - "dismissals": 2 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 16, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1304047", - "date": "2022-03-26", - "balls": 26, - "runs": 50, - "dismissed": false - }, - { - "match_id": "1254072", - "date": "2021-04-21", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "829765", - "date": "2015-04-28", - "balls": 8, - "runs": 2, - "dismissed": true - }, - { - "match_id": "733971", - "date": "2014-05-02", - "balls": 12, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 21.2, - "score_label": "Bowler advantage" - }, - { - "key": "pj_cummins__jj_bumrah", - "batter": "PJ Cummins", - "bowler": "JJ Bumrah", - "balls": 72, - "legal_balls": 68, - "runs_off_bat": 108, - "dismissals": 2, - "strike_rate": 158.8, - "runs_per_ball": 1.588, - "dot_ball_pct": 41.2, - "boundary_count": 14, - "boundary_pct": 20.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 54, - "runs_off_bat": 84, - "dismissals": 2 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304102", - "date": "2022-05-09", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304060", - "date": "2022-04-06", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1216526", - "date": "2020-10-16", - "balls": 20, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.7, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__washington_sundar", - "batter": "KL Rahul", - "bowler": "Washington Sundar", - "balls": 68, - "legal_balls": 68, - "runs_off_bat": 102, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 14.7, - "boundary_count": 12, - "boundary_pct": 17.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 40, - "runs_off_bat": 50, - "dismissals": 2 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 28, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359484", - "date": "2023-04-07", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304058", - "date": "2022-04-04", - "balls": 20, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1216531", - "date": "2020-10-15", - "balls": 16, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1216510", - "date": "2020-09-24", - "balls": 14, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "kh_pandya__hv_patel", - "batter": "KH Pandya", - "bowler": "HV Patel", - "balls": 78, - "legal_balls": 68, - "runs_off_bat": 102, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 29.4, - "boundary_count": 14, - "boundary_pct": 20.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 38, - "runs_off_bat": 56, - "dismissals": 2 - }, - "middle": { - "legal_balls": 30, - "runs_off_bat": 46, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 20, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 24, - "runs": 50, - "dismissed": false - }, - { - "match_id": "1304077", - "date": "2022-04-19", - "balls": 12, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1254108", - "date": "2021-09-26", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254058", - "date": "2021-04-09", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "dhruv_jurel__pj_cummins", - "batter": "Dhruv Jurel", - "bowler": "PJ Cummins", - "balls": 70, - "legal_balls": 68, - "runs_off_bat": 128, - "dismissals": 2, - "strike_rate": 188.2, - "runs_per_ball": 1.882, - "dot_ball_pct": 38.2, - "boundary_count": 24, - "boundary_pct": 35.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 34, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 54, - "dismissals": 0 - }, - "middle": { - "legal_balls": 28, - "runs_off_bat": 40, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 12, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 18, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 18, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 18, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 42.2, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__pj_cummins", - "batter": "HH Pandya", - "bowler": "PJ Cummins", - "balls": 74, - "legal_balls": 68, - "runs_off_bat": 130, - "dismissals": 0, - "strike_rate": 191.2, - "runs_per_ball": 1.912, - "dot_ball_pct": 29.4, - "boundary_count": 22, - "boundary_pct": 32.4, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 50, - "runs_off_bat": 108, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1422126", - "date": "2024-03-27", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254062", - "date": "2021-04-13", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1216526", - "date": "2020-10-16", - "balls": 10, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 58.5, - "score_label": "Neutral" - }, - { - "key": "v_kohli__r_tewatia", - "batter": "V Kohli", - "bowler": "R Tewatia", - "balls": 72, - "legal_balls": 68, - "runs_off_bat": 80, - "dismissals": 0, - "strike_rate": 117.6, - "runs_per_ball": 1.176, - "dot_ball_pct": 29.4, - "boundary_count": 6, - "boundary_pct": 8.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 68, - "runs_off_bat": 80, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254073", - "date": "2021-04-22", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216522", - "date": "2020-10-17", - "balls": 22, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1216514", - "date": "2020-10-03", - "balls": 32, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1136579", - "date": "2018-04-21", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.7, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__hv_patel", - "batter": "R Tewatia", - "bowler": "HV Patel", - "balls": 76, - "legal_balls": 68, - "runs_off_bat": 116, - "dismissals": 0, - "strike_rate": 170.6, - "runs_per_ball": 1.706, - "dot_ball_pct": 26.5, - "boundary_count": 14, - "boundary_pct": 20.6, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 62, - "runs_off_bat": 96, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1422135", - "date": "2024-04-04", - "balls": 8, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359544", - "date": "2023-05-21", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304089", - "date": "2022-04-30", - "balls": 12, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1254073", - "date": "2021-04-22", - "balls": 14, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 56.1, - "score_label": "Neutral" - }, - { - "key": "am_rahane__dl_chahar", - "batter": "AM Rahane", - "bowler": "DL Chahar", - "balls": 70, - "legal_balls": 66, - "runs_off_bat": 64, - "dismissals": 8, - "strike_rate": 97.0, - "runs_per_ball": 0.97, - "dot_ball_pct": 57.6, - "boundary_count": 10, - "boundary_pct": 15.2, - "dismissal_types": { - "bowled": 2, - "caught": 4, - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 66, - "runs_off_bat": 64, - "dismissals": 8 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529308", - "date": "2026-05-20", - "balls": 16, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216509", - "date": "2020-10-17", - "balls": 14, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1178400", - "date": "2019-04-11", - "balls": 10, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1175367", - "date": "2019-03-31", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__ad_russell", - "batter": "SA Yadav", - "bowler": "AD Russell", - "balls": 68, - "legal_balls": 66, - "runs_off_bat": 142, - "dismissals": 8, - "strike_rate": 215.2, - "runs_per_ball": 2.152, - "dot_ball_pct": 33.3, - "boundary_count": 24, - "boundary_pct": 36.4, - "dismissal_types": { - "caught": 8 - }, - "phase_splits": { - "middle": { - "legal_balls": 44, - "runs_off_bat": 110, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 12, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 12, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1359496", - "date": "2023-04-16", - "balls": 6, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304060", - "date": "2022-04-06", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "kh_pandya__sp_narine", - "batter": "KH Pandya", - "bowler": "SP Narine", - "balls": 66, - "legal_balls": 66, - "runs_off_bat": 62, - "dismissals": 6, - "strike_rate": 93.9, - "runs_per_ball": 0.939, - "dot_ball_pct": 51.5, - "boundary_count": 8, - "boundary_pct": 12.1, - "dismissal_types": { - "caught": 4, - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 56, - "runs_off_bat": 46, - "dismissals": 4 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359542", - "date": "2023-05-20", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304099", - "date": "2022-05-07", - "balls": 14, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1178422", - "date": "2019-04-28", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "ar_patel__ys_chahal", - "batter": "AR Patel", - "bowler": "YS Chahal", - "balls": 72, - "legal_balls": 66, - "runs_off_bat": 92, - "dismissals": 6, - "strike_rate": 139.4, - "runs_per_ball": 1.394, - "dot_ball_pct": 42.4, - "boundary_count": 12, - "boundary_pct": 18.2, - "dismissal_types": { - "bowled": 4, - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 48, - "runs_off_bat": 60, - "dismissals": 6 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359485", - "date": "2023-04-08", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304080", - "date": "2022-04-22", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1136608", - "date": "2018-05-14", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 4.3, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__m_prasidh_krishna", - "batter": "RG Sharma", - "bowler": "M Prasidh Krishna", - "balls": 68, - "legal_balls": 66, - "runs_off_bat": 104, - "dismissals": 6, - "strike_rate": 157.6, - "runs_per_ball": 1.576, - "dot_ball_pct": 33.3, - "boundary_count": 16, - "boundary_pct": 24.2, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 50, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 44, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304090", - "date": "2022-04-30", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304055", - "date": "2022-04-02", - "balls": 10, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1254096", - "date": "2021-09-23", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254062", - "date": "2021-04-13", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 6.5, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__kk_ahmed", - "batter": "Shubman Gill", - "bowler": "KK Ahmed", - "balls": 66, - "legal_balls": 66, - "runs_off_bat": 98, - "dismissals": 4, - "strike_rate": 148.5, - "runs_per_ball": 1.485, - "dot_ball_pct": 33.3, - "boundary_count": 16, - "boundary_pct": 24.2, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 48, - "runs_off_bat": 64, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426278", - "date": "2024-04-24", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426270", - "date": "2024-04-17", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304056", - "date": "2022-04-02", - "balls": 18, - "runs": 30, - "dismissed": true - }, - { - "match_id": "1216545", - "date": "2020-09-26", - "balls": 22, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 21.4, - "score_label": "Bowler advantage" - }, - { - "key": "b_sai_sudharsan__m_jansen", - "batter": "B Sai Sudharsan", - "bowler": "M Jansen", - "balls": 82, - "legal_balls": 66, - "runs_off_bat": 82, - "dismissals": 4, - "strike_rate": 124.2, - "runs_per_ball": 1.242, - "dot_ball_pct": 51.5, - "boundary_count": 10, - "boundary_pct": 15.2, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 50, - "runs_off_bat": 54, - "dismissals": 2 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529289", - "date": "2026-05-03", - "balls": 20, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359536", - "date": "2023-05-15", - "balls": 24, - "runs": 34, - "dismissed": true - }, - { - "match_id": "1304067", - "date": "2022-04-11", - "balls": 8, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 18.5, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__arshdeep_singh", - "batter": "N Pooran", - "bowler": "Arshdeep Singh", - "balls": 72, - "legal_balls": 66, - "runs_off_bat": 112, - "dismissals": 4, - "strike_rate": 169.7, - "runs_per_ball": 1.697, - "dot_ball_pct": 21.2, - "boundary_count": 16, - "boundary_pct": 24.2, - "dismissal_types": { - "lbw": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 54, - "dismissals": 0 - }, - "death": { - "legal_balls": 30, - "runs_off_bat": 46, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 8, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1473450", - "date": "2025-04-01", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 6, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359512", - "date": "2023-04-28", - "balls": 20, - "runs": 38, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 24.0, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__r_ashwin", - "batter": "JC Buttler", - "bowler": "R Ashwin", - "balls": 66, - "legal_balls": 66, - "runs_off_bat": 66, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 24.2, - "boundary_count": 2, - "boundary_pct": 3.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 2 - }, - "middle": { - "legal_balls": 48, - "runs_off_bat": 44, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216500", - "date": "2020-10-09", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1175359", - "date": "2019-03-25", - "balls": 22, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1136600", - "date": "2018-05-08", - "balls": 20, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1136598", - "date": "2018-05-06", - "balls": 18, - "runs": 20, - "dismissed": false - }, - { - "match_id": "980957", - "date": "2016-05-01", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "ra_jadeja__ta_boult", - "batter": "RA Jadeja", - "bowler": "TA Boult", - "balls": 68, - "legal_balls": 66, - "runs_off_bat": 102, - "dismissals": 2, - "strike_rate": 154.5, - "runs_per_ball": 1.545, - "dot_ball_pct": 12.1, - "boundary_count": 8, - "boundary_pct": 12.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 54, - "runs_off_bat": 94, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 16, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1254084", - "date": "2021-05-01", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216521", - "date": "2020-10-23", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1178425", - "date": "2019-05-01", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.1, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__ravi_bishnoi", - "batter": "HH Pandya", - "bowler": "Ravi Bishnoi", - "balls": 66, - "legal_balls": 66, - "runs_off_bat": 146, - "dismissals": 2, - "strike_rate": 221.2, - "runs_per_ball": 2.212, - "dot_ball_pct": 24.2, - "boundary_count": 22, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 44, - "runs_off_bat": 90, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 2 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 44, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1426305", - "date": "2024-05-17", - "balls": 12, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1359504", - "date": "2023-04-22", - "balls": 26, - "runs": 72, - "dismissed": false - }, - { - "match_id": "1304050", - "date": "2022-03-28", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254099", - "date": "2021-09-28", - "balls": 14, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 46.1, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__sm_curran", - "batter": "D Padikkal", - "bowler": "SM Curran", - "balls": 74, - "legal_balls": 66, - "runs_off_bat": 108, - "dismissals": 2, - "strike_rate": 163.6, - "runs_per_ball": 1.636, - "dot_ball_pct": 33.3, - "boundary_count": 14, - "boundary_pct": 21.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 52, - "runs_off_bat": 82, - "dismissals": 2 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 14, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254076", - "date": "2021-04-25", - "balls": 8, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1216544", - "date": "2020-10-25", - "balls": 14, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 39.2, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__cv_varun", - "batter": "HH Pandya", - "bowler": "CV Varun", - "balls": 70, - "legal_balls": 66, - "runs_off_bat": 66, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 42.4, - "boundary_count": 6, - "boundary_pct": 9.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 60, - "runs_off_bat": 66, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529308", - "date": "2026-05-20", - "balls": 16, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359513", - "date": "2023-04-29", - "balls": 6, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304081", - "date": "2022-04-23", - "balls": 22, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1254062", - "date": "2021-04-13", - "balls": 12, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "so_hetmyer__arshdeep_singh", - "batter": "SO Hetmyer", - "bowler": "Arshdeep Singh", - "balls": 72, - "legal_balls": 66, - "runs_off_bat": 108, - "dismissals": 2, - "strike_rate": 163.6, - "runs_per_ball": 1.636, - "dot_ball_pct": 36.4, - "boundary_count": 14, - "boundary_pct": 21.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 52, - "runs_off_bat": 92, - "dismissals": 2 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 8, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 12, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 18, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1359482", - "date": "2023-04-05", - "balls": 2, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 39.2, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__ra_jadeja", - "batter": "D Padikkal", - "bowler": "RA Jadeja", - "balls": 70, - "legal_balls": 66, - "runs_off_bat": 88, - "dismissals": 2, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 39.4, - "boundary_count": 10, - "boundary_pct": 15.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 66, - "runs_off_bat": 88, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 12, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1426277", - "date": "2024-04-23", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359491", - "date": "2023-04-12", - "balls": 12, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1254113", - "date": "2021-09-24", - "balls": 28, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "tm_head__ta_boult", - "batter": "TM Head", - "bowler": "TA Boult", - "balls": 70, - "legal_balls": 66, - "runs_off_bat": 92, - "dismissals": 2, - "strike_rate": 139.4, - "runs_per_ball": 1.394, - "dot_ball_pct": 42.4, - "boundary_count": 14, - "boundary_pct": 21.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 52, - "runs_off_bat": 76, - "dismissals": 2 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 16, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 12, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 26, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 36.3, - "score_label": "Bowler advantage" - }, - { - "key": "ad_russell__ra_jadeja", - "batter": "AD Russell", - "bowler": "RA Jadeja", - "balls": 70, - "legal_balls": 66, - "runs_off_bat": 94, - "dismissals": 0, - "strike_rate": 142.4, - "runs_per_ball": 1.424, - "dot_ball_pct": 39.4, - "boundary_count": 14, - "boundary_pct": 21.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 56, - "runs_off_bat": 68, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 18, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254072", - "date": "2021-04-21", - "balls": 16, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1178398", - "date": "2019-04-09", - "balls": 10, - "runs": 2, - "dismissed": false - }, - { - "match_id": "829723", - "date": "2015-04-30", - "balls": 14, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 52.7, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__ravi_bishnoi", - "batter": "Shubman Gill", - "bowler": "Ravi Bishnoi", - "balls": 68, - "legal_balls": 66, - "runs_off_bat": 114, - "dismissals": 0, - "strike_rate": 172.7, - "runs_per_ball": 1.727, - "dot_ball_pct": 12.1, - "boundary_count": 10, - "boundary_pct": 15.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 66, - "runs_off_bat": 114, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359525", - "date": "2023-05-07", - "balls": 12, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1216520", - "date": "2020-10-26", - "balls": 20, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1216523", - "date": "2020-10-10", - "balls": 24, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 56.3, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__suyash_sharma", - "batter": "Ishan Kishan", - "bowler": "Suyash Sharma", - "balls": 66, - "legal_balls": 66, - "runs_off_bat": 110, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 24.2, - "boundary_count": 18, - "boundary_pct": 27.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 64, - "runs_off_bat": 108, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 18, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 22, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 16, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359496", - "date": "2023-04-16", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "sa_yadav__sandeep_sharma", - "batter": "SA Yadav", - "bowler": "Sandeep Sharma", - "balls": 66, - "legal_balls": 64, - "runs_off_bat": 66, - "dismissals": 8, - "strike_rate": 103.1, - "runs_per_ball": 1.031, - "dot_ball_pct": 59.4, - "boundary_count": 12, - "boundary_pct": 18.8, - "dismissal_types": { - "caught": 6, - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 46, - "runs_off_bat": 44, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1216495", - "date": "2020-11-03", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216538", - "date": "2020-10-04", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1178394", - "date": "2019-04-06", - "balls": 12, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1136583", - "date": "2018-04-24", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "ms_dhoni__kuldeep_yadav", - "batter": "MS Dhoni", - "bowler": "Kuldeep Yadav", - "balls": 66, - "legal_balls": 64, - "runs_off_bat": 100, - "dismissals": 4, - "strike_rate": 156.2, - "runs_per_ball": 1.562, - "dot_ball_pct": 25.0, - "boundary_count": 10, - "boundary_pct": 15.6, - "dismissal_types": { - "stumped": 2, - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 34, - "dismissals": 4 - }, - "middle": { - "legal_balls": 48, - "runs_off_bat": 66, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1178404", - "date": "2019-04-14", - "balls": 8, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1136593", - "date": "2018-05-03", - "balls": 10, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1136565", - "date": "2018-04-10", - "balls": 20, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1082631", - "date": "2017-05-03", - "balls": 12, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 22.4, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__dl_chahar", - "batter": "Abhishek Sharma", - "bowler": "DL Chahar", - "balls": 70, - "legal_balls": 64, - "runs_off_bat": 88, - "dismissals": 4, - "strike_rate": 137.5, - "runs_per_ball": 1.375, - "dot_ball_pct": 43.8, - "boundary_count": 14, - "boundary_pct": 21.9, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 58, - "runs_off_bat": 78, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 30, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 10, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1216516", - "date": "2020-10-02", - "balls": 6, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 20.1, - "score_label": "Bowler advantage" - }, - { - "key": "so_hetmyer__mohammed_siraj", - "batter": "SO Hetmyer", - "bowler": "Mohammed Siraj", - "balls": 70, - "legal_balls": 64, - "runs_off_bat": 96, - "dismissals": 4, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 31.2, - "boundary_count": 14, - "boundary_pct": 21.9, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 50, - "runs_off_bat": 60, - "dismissals": 4 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 36, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426310", - "date": "2024-05-22", - "balls": 12, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1422137", - "date": "2024-04-06", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359506", - "date": "2023-04-23", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304059", - "date": "2022-04-05", - "balls": 16, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1254101", - "date": "2021-10-08", - "balls": 12, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 21.6, - "score_label": "Bowler advantage" - }, - { - "key": "tilak_varma__ravi_bishnoi", - "batter": "Tilak Varma", - "bowler": "Ravi Bishnoi", - "balls": 66, - "legal_balls": 64, - "runs_off_bat": 108, - "dismissals": 4, - "strike_rate": 168.8, - "runs_per_ball": 1.688, - "dot_ball_pct": 15.6, - "boundary_count": 12, - "boundary_pct": 18.8, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 54, - "runs_off_bat": 92, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 6, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 14, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1370351", - "date": "2023-05-24", - "balls": 12, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1304083", - "date": "2022-04-24", - "balls": 16, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 23.9, - "score_label": "Bowler advantage" - }, - { - "key": "rd_gaikwad__yash_dayal", - "batter": "RD Gaikwad", - "bowler": "Yash Dayal", - "balls": 64, - "legal_balls": 64, - "runs_off_bat": 104, - "dismissals": 4, - "strike_rate": 162.5, - "runs_per_ball": 1.625, - "dot_ball_pct": 43.8, - "boundary_count": 16, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 38, - "runs_off_bat": 64, - "dismissals": 2 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 36, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1422119", - "date": "2024-03-22", - "balls": 14, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1359475", - "date": "2023-03-31", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304108", - "date": "2022-05-15", - "balls": 18, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1304075", - "date": "2022-04-17", - "balls": 24, - "runs": 44, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 23.1, - "score_label": "Bowler advantage" - }, - { - "key": "ybk_jaiswal__yash_dayal", - "batter": "YBK Jaiswal", - "bowler": "Yash Dayal", - "balls": 64, - "legal_balls": 64, - "runs_off_bat": 122, - "dismissals": 4, - "strike_rate": 190.6, - "runs_per_ball": 1.906, - "dot_ball_pct": 40.6, - "boundary_count": 22, - "boundary_pct": 34.4, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 60, - "runs_off_bat": 118, - "dismissals": 4 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 8, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 18, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1426310", - "date": "2024-05-22", - "balls": 14, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1312200", - "date": "2022-05-29", - "balls": 12, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1312197", - "date": "2022-05-24", - "balls": 12, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 26.5, - "score_label": "Bowler advantage" - }, - { - "key": "rm_patidar__ys_chahal", - "batter": "RM Patidar", - "bowler": "YS Chahal", - "balls": 72, - "legal_balls": 64, - "runs_off_bat": 102, - "dismissals": 4, - "strike_rate": 159.4, - "runs_per_ball": 1.594, - "dot_ball_pct": 25.0, - "boundary_count": 12, - "boundary_pct": 18.8, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 58, - "runs_off_bat": 98, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 12, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 8, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1426310", - "date": "2024-05-22", - "balls": 16, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1312199", - "date": "2022-05-27", - "balls": 18, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 22.7, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__ra_jadeja", - "batter": "Ishan Kishan", - "bowler": "RA Jadeja", - "balls": 64, - "legal_balls": 64, - "runs_off_bat": 74, - "dismissals": 2, - "strike_rate": 115.6, - "runs_per_ball": 1.156, - "dot_ball_pct": 43.8, - "boundary_count": 8, - "boundary_pct": 12.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 64, - "runs_off_bat": 74, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 2, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 16, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426267", - "date": "2024-04-14", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359486", - "date": "2023-04-08", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1216521", - "date": "2020-10-23", - "balls": 8, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 33.5, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__mohammed_siraj", - "batter": "SA Yadav", - "bowler": "Mohammed Siraj", - "balls": 72, - "legal_balls": 64, - "runs_off_bat": 144, - "dismissals": 2, - "strike_rate": 225.0, - "runs_per_ball": 2.25, - "dot_ball_pct": 28.1, - "boundary_count": 22, - "boundary_pct": 34.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 30, - "runs_off_bat": 86, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359528", - "date": "2023-05-09", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359479", - "date": "2023-04-02", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304064", - "date": "2022-04-09", - "balls": 16, - "runs": 52, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 46.6, - "score_label": "Neutral" - }, - { - "key": "v_kohli__kk_ahmed", - "batter": "V Kohli", - "bowler": "KK Ahmed", - "balls": 64, - "legal_balls": 64, - "runs_off_bat": 102, - "dismissals": 2, - "strike_rate": 159.4, - "runs_per_ball": 1.594, - "dot_ball_pct": 43.8, - "boundary_count": 14, - "boundary_pct": 21.9, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 64, - "runs_off_bat": 102, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527684", - "date": "2026-04-05", - "balls": 14, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 4, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 6, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1426300", - "date": "2024-05-12", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359524", - "date": "2023-05-06", - "balls": 16, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.7, - "score_label": "Neutral" - }, - { - "key": "rg_sharma__kh_pandya", - "batter": "RG Sharma", - "bowler": "KH Pandya", - "balls": 64, - "legal_balls": 64, - "runs_off_bat": 70, - "dismissals": 2, - "strike_rate": 109.4, - "runs_per_ball": 1.094, - "dot_ball_pct": 43.8, - "boundary_count": 8, - "boundary_pct": 12.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 36, - "runs_off_bat": 48, - "dismissals": 0 - }, - "middle": { - "legal_balls": 28, - "runs_off_bat": 22, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426305", - "date": "2024-05-17", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1370351", - "date": "2023-05-24", - "balls": 18, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359537", - "date": "2023-05-16", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304083", - "date": "2022-04-24", - "balls": 20, - "runs": 22, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 32.7, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__mohsin_khan", - "batter": "SS Iyer", - "bowler": "Mohsin Khan", - "balls": 68, - "legal_balls": 64, - "runs_off_bat": 50, - "dismissals": 2, - "strike_rate": 78.1, - "runs_per_ball": 0.781, - "dot_ball_pct": 56.2, - "boundary_count": 6, - "boundary_pct": 9.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529311", - "date": "2026-05-23", - "balls": 20, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 20, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304112", - "date": "2022-05-18", - "balls": 10, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304099", - "date": "2022-05-07", - "balls": 10, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 29.0, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__mukesh_kumar", - "batter": "JC Buttler", - "bowler": "Mukesh Kumar", - "balls": 68, - "legal_balls": 64, - "runs_off_bat": 126, - "dismissals": 2, - "strike_rate": 196.9, - "runs_per_ball": 1.969, - "dot_ball_pct": 31.2, - "boundary_count": 20, - "boundary_pct": 31.2, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 42, - "runs_off_bat": 86, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 38, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 22, - "runs": 60, - "dismissed": false - }, - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 16, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359485", - "date": "2023-04-08", - "balls": 18, - "runs": 32, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 43.2, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__rashid_khan", - "batter": "H Klaasen", - "bowler": "Rashid Khan", - "balls": 64, - "legal_balls": 64, - "runs_off_bat": 92, - "dismissals": 2, - "strike_rate": 143.8, - "runs_per_ball": 1.438, - "dot_ball_pct": 28.1, - "boundary_count": 8, - "boundary_pct": 12.5, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 54, - "runs_off_bat": 74, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 16, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1422130", - "date": "2024-03-31", - "balls": 6, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1359536", - "date": "2023-05-15", - "balls": 30, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 36.9, - "score_label": "Bowler advantage" - }, - { - "key": "r_parag__noor_ahmad", - "batter": "R Parag", - "bowler": "Noor Ahmad", - "balls": 70, - "legal_balls": 64, - "runs_off_bat": 110, - "dismissals": 2, - "strike_rate": 171.9, - "runs_per_ball": 1.719, - "dot_ball_pct": 31.2, - "boundary_count": 14, - "boundary_pct": 21.9, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 54, - "runs_off_bat": 88, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527676", - "date": "2026-03-30", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 22, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1426262", - "date": "2024-04-10", - "balls": 34, - "runs": 66, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 40.2, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__r_ashwin", - "batter": "MS Dhoni", - "bowler": "R Ashwin", - "balls": 64, - "legal_balls": 64, - "runs_off_bat": 66, - "dismissals": 0, - "strike_rate": 103.1, - "runs_per_ball": 1.031, - "dot_ball_pct": 28.1, - "boundary_count": 4, - "boundary_pct": 6.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 44, - "runs_off_bat": 50, - "dismissals": 0 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359491", - "date": "2023-04-12", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304114", - "date": "2022-05-20", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254110", - "date": "2021-10-04", - "balls": 18, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1178430", - "date": "2019-05-05", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1136616", - "date": "2018-05-20", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 48.0, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__jd_unadkat", - "batter": "Shubman Gill", - "bowler": "JD Unadkat", - "balls": 64, - "legal_balls": 64, - "runs_off_bat": 68, - "dismissals": 0, - "strike_rate": 106.2, - "runs_per_ball": 1.062, - "dot_ball_pct": 28.1, - "boundary_count": 6, - "boundary_pct": 9.4, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 46, - "runs_off_bat": 50, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 14, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1422130", - "date": "2024-03-31", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254106", - "date": "2021-10-07", - "balls": 20, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1254075", - "date": "2021-04-24", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 48.4, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__tu_deshpande", - "batter": "JC Buttler", - "bowler": "TU Deshpande", - "balls": 64, - "legal_balls": 64, - "runs_off_bat": 90, - "dismissals": 0, - "strike_rate": 140.6, - "runs_per_ball": 1.406, - "dot_ball_pct": 28.1, - "boundary_count": 12, - "boundary_pct": 18.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 46, - "runs_off_bat": 52, - "dismissals": 0 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 34, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 8, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 18, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 14, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 52.5, - "score_label": "Neutral" - }, - { - "key": "dhruv_jurel__kh_pandya", - "batter": "Dhruv Jurel", - "bowler": "KH Pandya", - "balls": 66, - "legal_balls": 64, - "runs_off_bat": 68, - "dismissals": 0, - "strike_rate": 106.2, - "runs_per_ball": 1.062, - "dot_ball_pct": 34.4, - "boundary_count": 6, - "boundary_pct": 9.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 60, - "runs_off_bat": 54, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 16, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 26, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 22, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 48.4, - "score_label": "Neutral" - }, - { - "key": "n_pooran__k_rabada", - "batter": "N Pooran", - "bowler": "K Rabada", - "balls": 68, - "legal_balls": 62, - "runs_off_bat": 68, - "dismissals": 8, - "strike_rate": 109.7, - "runs_per_ball": 1.097, - "dot_ball_pct": 41.9, - "boundary_count": 8, - "boundary_pct": 12.9, - "dismissal_types": { - "bowled": 4, - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 28, - "runs_off_bat": 22, - "dismissals": 4 - }, - "death": { - "legal_balls": 32, - "runs_off_bat": 46, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 8, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1359512", - "date": "2023-04-28", - "balls": 12, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1359495", - "date": "2023-04-15", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__ta_boult", - "batter": "SV Samson", - "bowler": "TA Boult", - "balls": 66, - "legal_balls": 62, - "runs_off_bat": 76, - "dismissals": 6, - "strike_rate": 122.6, - "runs_per_ball": 1.226, - "dot_ball_pct": 38.7, - "boundary_count": 10, - "boundary_pct": 16.1, - "dismissal_types": { - "caught": 4, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 40, - "runs_off_bat": 44, - "dismissals": 2 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 32, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529287", - "date": "2026-05-02", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254093", - "date": "2021-10-05", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254081", - "date": "2021-04-29", - "balls": 14, - "runs": 28, - "dismissed": true - }, - { - "match_id": "1216541", - "date": "2020-10-25", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216511", - "date": "2020-10-06", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 2.3, - "score_label": "Bowler advantage" - }, - { - "key": "p_simran_singh__ta_boult", - "batter": "P Simran Singh", - "bowler": "TA Boult", - "balls": 62, - "legal_balls": 62, - "runs_off_bat": 62, - "dismissals": 6, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 51.6, - "boundary_count": 8, - "boundary_pct": 12.9, - "dismissal_types": { - "caught and bowled": 2, - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 56, - "runs_off_bat": 46, - "dismissals": 6 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473510", - "date": "2025-06-01", - "balls": 12, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 8, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 4, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__washington_sundar", - "batter": "AM Rahane", - "bowler": "Washington Sundar", - "balls": 64, - "legal_balls": 62, - "runs_off_bat": 104, - "dismissals": 4, - "strike_rate": 167.7, - "runs_per_ball": 1.677, - "dot_ball_pct": 19.4, - "boundary_count": 12, - "boundary_pct": 19.4, - "dismissal_types": { - "caught": 2, - "stumped": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 38, - "dismissals": 0 - }, - "middle": { - "legal_balls": 38, - "runs_off_bat": 62, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 18, - "runs": 38, - "dismissed": true - }, - { - "match_id": "1359503", - "date": "2023-04-21", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1216505", - "date": "2020-11-02", - "balls": 18, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1136571", - "date": "2018-04-15", - "balls": 12, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 23.7, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__m_prasidh_krishna", - "batter": "SS Iyer", - "bowler": "M Prasidh Krishna", - "balls": 64, - "legal_balls": 62, - "runs_off_bat": 120, - "dismissals": 4, - "strike_rate": 193.5, - "runs_per_ball": 1.935, - "dot_ball_pct": 22.6, - "boundary_count": 18, - "boundary_pct": 29.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 52, - "dismissals": 2 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 2 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 48, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 22, - "runs": 64, - "dismissed": false - }, - { - "match_id": "1304093", - "date": "2022-05-02", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 18, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1216497", - "date": "2020-10-24", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 26.8, - "score_label": "Bowler advantage" - }, - { - "key": "jm_sharma__rashid_khan", - "batter": "JM Sharma", - "bowler": "Rashid Khan", - "balls": 62, - "legal_balls": 62, - "runs_off_bat": 90, - "dismissals": 4, - "strike_rate": 145.2, - "runs_per_ball": 1.452, - "dot_ball_pct": 48.4, - "boundary_count": 14, - "boundary_pct": 22.6, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 48, - "runs_off_bat": 62, - "dismissals": 2 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 28, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 8, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 2, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1422135", - "date": "2024-04-04", - "balls": 10, - "runs": 28, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 21.0, - "score_label": "Bowler advantage" - }, - { - "key": "jm_sharma__kuldeep_yadav", - "batter": "JM Sharma", - "bowler": "Kuldeep Yadav", - "balls": 62, - "legal_balls": 62, - "runs_off_bat": 66, - "dismissals": 4, - "strike_rate": 106.5, - "runs_per_ball": 1.065, - "dot_ball_pct": 38.7, - "boundary_count": 8, - "boundary_pct": 12.9, - "dismissal_types": { - "stumped": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 56, - "runs_off_bat": 62, - "dismissals": 4 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 10, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1304110", - "date": "2022-05-16", - "balls": 18, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1304078", - "date": "2022-04-20", - "balls": 24, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 16.4, - "score_label": "Bowler advantage" - }, - { - "key": "ms_dhoni__hh_pandya", - "batter": "MS Dhoni", - "bowler": "HH Pandya", - "balls": 62, - "legal_balls": 62, - "runs_off_bat": 84, - "dismissals": 2, - "strike_rate": 135.5, - "runs_per_ball": 1.355, - "dot_ball_pct": 38.7, - "boundary_count": 10, - "boundary_pct": 16.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 46, - "dismissals": 0 - }, - "middle": { - "legal_balls": 38, - "runs_off_bat": 38, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426267", - "date": "2024-04-14", - "balls": 8, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1181768", - "date": "2019-05-12", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1181764", - "date": "2019-05-07", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1175370", - "date": "2019-04-03", - "balls": 12, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1136587", - "date": "2018-04-28", - "balls": 8, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.9, - "score_label": "Bowler advantage" - }, - { - "key": "ybk_jaiswal__sm_curran", - "batter": "YBK Jaiswal", - "bowler": "SM Curran", - "balls": 64, - "legal_balls": 62, - "runs_off_bat": 92, - "dismissals": 2, - "strike_rate": 148.4, - "runs_per_ball": 1.484, - "dot_ball_pct": 45.2, - "boundary_count": 18, - "boundary_pct": 29.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 56, - "runs_off_bat": 82, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 8, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 18, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1359482", - "date": "2023-04-05", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254089", - "date": "2021-10-02", - "balls": 12, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.4, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__hv_patel", - "batter": "KL Rahul", - "bowler": "HV Patel", - "balls": 64, - "legal_balls": 62, - "runs_off_bat": 90, - "dismissals": 2, - "strike_rate": 145.2, - "runs_per_ball": 1.452, - "dot_ball_pct": 32.3, - "boundary_count": 14, - "boundary_pct": 22.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 34, - "runs_off_bat": 30, - "dismissals": 2 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 46, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473492", - "date": "2025-05-05", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1312198", - "date": "2022-05-25", - "balls": 18, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304077", - "date": "2022-04-19", - "balls": 6, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1254090", - "date": "2021-10-03", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254083", - "date": "2021-04-30", - "balls": 26, - "runs": 56, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.0, - "score_label": "Bowler advantage" - }, - { - "key": "tilak_varma__cv_varun", - "batter": "Tilak Varma", - "bowler": "CV Varun", - "balls": 64, - "legal_balls": 62, - "runs_off_bat": 76, - "dismissals": 2, - "strike_rate": 122.6, - "runs_per_ball": 1.226, - "dot_ball_pct": 32.3, - "boundary_count": 8, - "boundary_pct": 12.9, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 54, - "runs_off_bat": 52, - "dismissals": 2 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529308", - "date": "2026-05-20", - "balls": 20, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 6, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1359496", - "date": "2023-04-16", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304060", - "date": "2022-04-06", - "balls": 16, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 34.3, - "score_label": "Bowler advantage" - }, - { - "key": "vr_iyer__rashid_khan", - "batter": "VR Iyer", - "bowler": "Rashid Khan", - "balls": 62, - "legal_balls": 62, - "runs_off_bat": 66, - "dismissals": 2, - "strike_rate": 106.5, - "runs_per_ball": 1.065, - "dot_ball_pct": 32.3, - "boundary_count": 4, - "boundary_pct": 6.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 48, - "runs_off_bat": 58, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 12, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359513", - "date": "2023-04-29", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359487", - "date": "2023-04-09", - "balls": 16, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1304081", - "date": "2022-04-23", - "balls": 18, - "runs": 18, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 32.4, - "score_label": "Bowler advantage" - }, - { - "key": "mr_marsh__ta_boult", - "batter": "MR Marsh", - "bowler": "TA Boult", - "balls": 62, - "legal_balls": 62, - "runs_off_bat": 94, - "dismissals": 2, - "strike_rate": 151.6, - "runs_per_ball": 1.516, - "dot_ball_pct": 41.9, - "boundary_count": 16, - "boundary_pct": 25.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 52, - "runs_off_bat": 72, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 22, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 10, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304104", - "date": "2022-05-11", - "balls": 24, - "runs": 38, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.8, - "score_label": "Bowler advantage" - }, - { - "key": "b_sai_sudharsan__kuldeep_yadav", - "batter": "B Sai Sudharsan", - "bowler": "Kuldeep Yadav", - "balls": 64, - "legal_balls": 62, - "runs_off_bat": 72, - "dismissals": 2, - "strike_rate": 116.1, - "runs_per_ball": 1.161, - "dot_ball_pct": 25.8, - "boundary_count": 4, - "boundary_pct": 6.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 56, - "runs_off_bat": 58, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 22, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1426278", - "date": "2024-04-24", - "balls": 22, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1359481", - "date": "2023-04-04", - "balls": 16, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 33.5, - "score_label": "Bowler advantage" - }, - { - "key": "ra_jadeja__pj_cummins", - "batter": "RA Jadeja", - "bowler": "PJ Cummins", - "balls": 62, - "legal_balls": 62, - "runs_off_bat": 82, - "dismissals": 0, - "strike_rate": 132.3, - "runs_per_ball": 1.323, - "dot_ball_pct": 19.4, - "boundary_count": 6, - "boundary_pct": 9.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 44, - "runs_off_bat": 70, - "dismissals": 0 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 8, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1254072", - "date": "2021-04-21", - "balls": 2, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1216536", - "date": "2020-10-29", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 51.5, - "score_label": "Neutral" - }, - { - "key": "rr_pant__washington_sundar", - "batter": "RR Pant", - "bowler": "Washington Sundar", - "balls": 62, - "legal_balls": 62, - "runs_off_bat": 74, - "dismissals": 0, - "strike_rate": 119.4, - "runs_per_ball": 1.194, - "dot_ball_pct": 25.8, - "boundary_count": 6, - "boundary_pct": 9.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 54, - "runs_off_bat": 60, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254079", - "date": "2021-04-27", - "balls": 24, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1216505", - "date": "2020-11-02", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178421", - "date": "2019-04-28", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1136579", - "date": "2018-04-21", - "balls": 24, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1082642", - "date": "2017-05-12", - "balls": 4, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.9, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__ad_russell", - "batter": "RA Jadeja", - "bowler": "AD Russell", - "balls": 62, - "legal_balls": 62, - "runs_off_bat": 96, - "dismissals": 0, - "strike_rate": 154.8, - "runs_per_ball": 1.548, - "dot_ball_pct": 29.0, - "boundary_count": 12, - "boundary_pct": 19.4, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 40, - "runs_off_bat": 74, - "dismissals": 0 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304047", - "date": "2022-03-26", - "balls": 16, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1216501", - "date": "2020-10-07", - "balls": 10, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1136565", - "date": "2018-04-10", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "829723", - "date": "2015-04-30", - "balls": 14, - "runs": 6, - "dismissed": false - }, - { - "match_id": "829765", - "date": "2015-04-28", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.2, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__mj_santner", - "batter": "Shubman Gill", - "bowler": "MJ Santner", - "balls": 62, - "legal_balls": 62, - "runs_off_bat": 94, - "dismissals": 0, - "strike_rate": 151.6, - "runs_per_ball": 1.516, - "dot_ball_pct": 32.3, - "boundary_count": 16, - "boundary_pct": 25.8, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 58, - "dismissals": 0 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 30, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426297", - "date": "2024-05-10", - "balls": 14, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1359475", - "date": "2023-03-31", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1304108", - "date": "2022-05-15", - "balls": 20, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1216536", - "date": "2020-10-29", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 53.8, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__k_rabada", - "batter": "RM Patidar", - "bowler": "K Rabada", - "balls": 66, - "legal_balls": 62, - "runs_off_bat": 62, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 64.5, - "boundary_count": 10, - "boundary_pct": 16.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 44, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 26, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 6, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 18, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1422124", - "date": "2024-03-25", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304106", - "date": "2022-05-13", - "balls": 14, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__r_ashwin", - "batter": "VR Iyer", - "bowler": "R Ashwin", - "balls": 64, - "legal_balls": 62, - "runs_off_bat": 72, - "dismissals": 0, - "strike_rate": 116.1, - "runs_per_ball": 1.161, - "dot_ball_pct": 32.3, - "boundary_count": 6, - "boundary_pct": 9.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 36, - "runs_off_bat": 50, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359530", - "date": "2023-05-11", - "balls": 30, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254116", - "date": "2021-10-13", - "balls": 22, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1254092", - "date": "2021-09-28", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.5, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__m_prasidh_krishna", - "batter": "RM Patidar", - "bowler": "M Prasidh Krishna", - "balls": 62, - "legal_balls": 62, - "runs_off_bat": 88, - "dismissals": 0, - "strike_rate": 141.9, - "runs_per_ball": 1.419, - "dot_ball_pct": 41.9, - "boundary_count": 14, - "boundary_pct": 22.6, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 38, - "runs_off_bat": 32, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 40, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 24, - "runs": 56, - "dismissed": false - }, - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1312199", - "date": "2022-05-27", - "balls": 24, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 52.6, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__k_rabada", - "batter": "KH Pandya", - "bowler": "K Rabada", - "balls": 64, - "legal_balls": 60, - "runs_off_bat": 86, - "dismissals": 6, - "strike_rate": 143.3, - "runs_per_ball": 1.433, - "dot_ball_pct": 30.0, - "boundary_count": 10, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 22, - "dismissals": 4 - }, - "death": { - "legal_balls": 38, - "runs_off_bat": 64, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 10, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1359495", - "date": "2023-04-15", - "balls": 4, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1304088", - "date": "2022-04-29", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 4.8, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__mohammed_siraj", - "batter": "SP Narine", - "bowler": "Mohammed Siraj", - "balls": 64, - "legal_balls": 60, - "runs_off_bat": 66, - "dismissals": 6, - "strike_rate": 110.0, - "runs_per_ball": 1.1, - "dot_ball_pct": 56.7, - "boundary_count": 10, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 4, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 48, - "runs_off_bat": 62, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1529268", - "date": "2026-04-17", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 12, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1426274", - "date": "2024-04-21", - "balls": 22, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1422128", - "date": "2024-03-29", - "balls": 10, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1359483", - "date": "2023-04-06", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.8, - "score_label": "Bowler advantage" - }, - { - "key": "ra_jadeja__ys_chahal", - "batter": "RA Jadeja", - "bowler": "YS Chahal", - "balls": 62, - "legal_balls": 60, - "runs_off_bat": 62, - "dismissals": 4, - "strike_rate": 103.3, - "runs_per_ball": 1.033, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 6.7, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 36, - "runs_off_bat": 26, - "dismissals": 2 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359491", - "date": "2023-04-12", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1178414", - "date": "2019-04-21", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1136584", - "date": "2018-04-25", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1082610", - "date": "2017-04-18", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 16.0, - "score_label": "Bowler advantage" - }, - { - "key": "kh_pandya__mohammed_siraj", - "batter": "KH Pandya", - "bowler": "Mohammed Siraj", - "balls": 66, - "legal_balls": 60, - "runs_off_bat": 62, - "dismissals": 4, - "strike_rate": 103.3, - "runs_per_ball": 1.033, - "dot_ball_pct": 53.3, - "boundary_count": 10, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 46, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359517", - "date": "2023-05-01", - "balls": 18, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1304077", - "date": "2022-04-19", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1216499", - "date": "2020-10-28", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1178406", - "date": "2019-04-15", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1136591", - "date": "2018-05-01", - "balls": 10, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 16.0, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__jj_bumrah", - "batter": "Abhishek Sharma", - "bowler": "JJ Bumrah", - "balls": 66, - "legal_balls": 60, - "runs_off_bat": 62, - "dismissals": 4, - "strike_rate": 103.3, - "runs_per_ball": 1.033, - "dot_ball_pct": 43.3, - "boundary_count": 6, - "boundary_pct": 10.0, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 46, - "runs_off_bat": 54, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 14, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 12, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 14, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1254088", - "date": "2021-10-08", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216538", - "date": "2020-10-04", - "balls": 8, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 16.0, - "score_label": "Bowler advantage" - }, - { - "key": "ad_russell__k_rabada", - "batter": "AD Russell", - "bowler": "K Rabada", - "balls": 60, - "legal_balls": 60, - "runs_off_bat": 128, - "dismissals": 4, - "strike_rate": 213.3, - "runs_per_ball": 2.133, - "dot_ball_pct": 40.0, - "boundary_count": 22, - "boundary_pct": 36.7, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 32, - "runs_off_bat": 94, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 26, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1254082", - "date": "2021-04-29", - "balls": 22, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1216515", - "date": "2020-10-03", - "balls": 10, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1178401", - "date": "2019-04-12", - "balls": 18, - "runs": 52, - "dismissed": false - }, - { - "match_id": "1175365", - "date": "2019-03-30", - "balls": 10, - "runs": 18, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 29.2, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__ar_patel", - "batter": "D Padikkal", - "bowler": "AR Patel", - "balls": 62, - "legal_balls": 60, - "runs_off_bat": 98, - "dismissals": 4, - "strike_rate": 163.3, - "runs_per_ball": 1.633, - "dot_ball_pct": 30.0, - "boundary_count": 12, - "boundary_pct": 20.0, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 50, - "runs_off_bat": 94, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529282", - "date": "2026-04-27", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 8, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304104", - "date": "2022-05-11", - "balls": 8, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 23.2, - "score_label": "Bowler advantage" - }, - { - "key": "tm_head__vg_arora", - "batter": "TM Head", - "bowler": "VG Arora", - "balls": 62, - "legal_balls": 60, - "runs_off_bat": 134, - "dismissals": 4, - "strike_rate": 223.3, - "runs_per_ball": 2.233, - "dot_ball_pct": 36.7, - "boundary_count": 26, - "boundary_pct": 43.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 54, - "runs_off_bat": 130, - "dismissals": 4 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 16, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 22, - "runs": 50, - "dismissed": false - }, - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 16, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 30.4, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__hh_pandya", - "batter": "AM Rahane", - "bowler": "HH Pandya", - "balls": 60, - "legal_balls": 60, - "runs_off_bat": 132, - "dismissals": 2, - "strike_rate": 220.0, - "runs_per_ball": 2.2, - "dot_ball_pct": 20.0, - "boundary_count": 20, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 60, - "dismissals": 0 - }, - "middle": { - "legal_balls": 34, - "runs_off_bat": 72, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 6, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1178411", - "date": "2019-04-20", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1136607", - "date": "2018-05-13", - "balls": 12, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1082647", - "date": "2017-05-16", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1082592", - "date": "2017-04-06", - "balls": 22, - "runs": 48, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 46.0, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__mohammed_siraj", - "batter": "HH Pandya", - "bowler": "Mohammed Siraj", - "balls": 70, - "legal_balls": 60, - "runs_off_bat": 90, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 30.0, - "boundary_count": 12, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 40, - "runs_off_bat": 76, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 6, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426263", - "date": "2024-04-11", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254108", - "date": "2021-09-26", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178406", - "date": "2019-04-15", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__m_prasidh_krishna", - "batter": "N Pooran", - "bowler": "M Prasidh Krishna", - "balls": 62, - "legal_balls": 60, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 36.7, - "runs_per_ball": 0.367, - "dot_ball_pct": 63.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 48, - "runs_off_bat": 20, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 10, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 18, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 10, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1254078", - "date": "2021-04-26", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 24.0, - "score_label": "Bowler advantage" - }, - { - "key": "ybk_jaiswal__sandeep_sharma", - "batter": "YBK Jaiswal", - "bowler": "Sandeep Sharma", - "balls": 62, - "legal_balls": 60, - "runs_off_bat": 106, - "dismissals": 2, - "strike_rate": 176.7, - "runs_per_ball": 1.767, - "dot_ball_pct": 40.0, - "boundary_count": 20, - "boundary_pct": 33.3, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 48, - "runs_off_bat": 76, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304098", - "date": "2022-05-07", - "balls": 30, - "runs": 58, - "dismissed": false - }, - { - "match_id": "1254100", - "date": "2021-09-27", - "balls": 20, - "runs": 42, - "dismissed": true - }, - { - "match_id": "1254085", - "date": "2021-05-02", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 40.8, - "score_label": "Neutral" - }, - { - "key": "a_badoni__rashid_khan", - "batter": "A Badoni", - "bowler": "Rashid Khan", - "balls": 62, - "legal_balls": 60, - "runs_off_bat": 62, - "dismissals": 2, - "strike_rate": 103.3, - "runs_per_ball": 1.033, - "dot_ball_pct": 30.0, - "boundary_count": 4, - "boundary_pct": 6.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 28, - "runs_off_bat": 38, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1422139", - "date": "2024-04-07", - "balls": 8, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1304103", - "date": "2022-05-10", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304050", - "date": "2022-03-28", - "balls": 24, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 32.0, - "score_label": "Bowler advantage" - }, - { - "key": "mr_marsh__jr_hazlewood", - "batter": "MR Marsh", - "bowler": "JR Hazlewood", - "balls": 62, - "legal_balls": 60, - "runs_off_bat": 84, - "dismissals": 2, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 50.0, - "boundary_count": 14, - "boundary_pct": 23.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 46, - "runs_off_bat": 78, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529293", - "date": "2026-05-07", - "balls": 32, - "runs": 54, - "dismissed": true - }, - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 16, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359524", - "date": "2023-05-06", - "balls": 10, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304073", - "date": "2022-04-16", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 36.4, - "score_label": "Bowler advantage" - }, - { - "key": "mr_marsh__b_kumar", - "batter": "MR Marsh", - "bowler": "B Kumar", - "balls": 62, - "legal_balls": 60, - "runs_off_bat": 88, - "dismissals": 2, - "strike_rate": 146.7, - "runs_per_ball": 1.467, - "dot_ball_pct": 36.7, - "boundary_count": 10, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 46, - "runs_off_bat": 56, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 28, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529293", - "date": "2026-05-07", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 20, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1473507", - "date": "2025-05-27", - "balls": 18, - "runs": 34, - "dismissed": true - }, - { - "match_id": "1359514", - "date": "2023-04-29", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359508", - "date": "2023-04-24", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.2, - "score_label": "Bowler advantage" - }, - { - "key": "rd_gaikwad__hh_pandya", - "batter": "RD Gaikwad", - "bowler": "HH Pandya", - "balls": 66, - "legal_balls": 60, - "runs_off_bat": 104, - "dismissals": 2, - "strike_rate": 173.3, - "runs_per_ball": 1.733, - "dot_ball_pct": 26.7, - "boundary_count": 12, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 62, - "dismissals": 0 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 42, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529287", - "date": "2026-05-02", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1529276", - "date": "2026-04-23", - "balls": 12, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1426267", - "date": "2024-04-14", - "balls": 4, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1370353", - "date": "2023-05-29", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359475", - "date": "2023-03-31", - "balls": 24, - "runs": 48, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 40.4, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__m_jansen", - "batter": "YBK Jaiswal", - "bowler": "M Jansen", - "balls": 64, - "legal_balls": 60, - "runs_off_bat": 122, - "dismissals": 2, - "strike_rate": 203.3, - "runs_per_ball": 2.033, - "dot_ball_pct": 33.3, - "boundary_count": 22, - "boundary_pct": 36.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 58, - "runs_off_bat": 120, - "dismissals": 2 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529283", - "date": "2026-04-28", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 6, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 16, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 20, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1359526", - "date": "2023-05-07", - "balls": 14, - "runs": 30, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 44.0, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__kh_pandya", - "batter": "MS Dhoni", - "bowler": "KH Pandya", - "balls": 64, - "legal_balls": 60, - "runs_off_bat": 66, - "dismissals": 0, - "strike_rate": 110.0, - "runs_per_ball": 1.1, - "dot_ball_pct": 46.7, - "boundary_count": 8, - "boundary_pct": 13.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 28, - "runs_off_bat": 50, - "dismissals": 0 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 12, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1216521", - "date": "2020-10-23", - "balls": 10, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1181764", - "date": "2019-05-07", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1175370", - "date": "2019-04-03", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1136587", - "date": "2018-04-28", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 48.8, - "score_label": "Neutral" - }, - { - "key": "ad_russell__jc_archer", - "batter": "AD Russell", - "bowler": "JC Archer", - "balls": 62, - "legal_balls": 60, - "runs_off_bat": 112, - "dismissals": 0, - "strike_rate": 186.7, - "runs_per_ball": 1.867, - "dot_ball_pct": 36.7, - "boundary_count": 18, - "boundary_pct": 30.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 26, - "runs_off_bat": 68, - "dismissals": 0 - }, - "middle": { - "legal_balls": 34, - "runs_off_bat": 44, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 16, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1216530", - "date": "2020-11-01", - "balls": 8, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1216504", - "date": "2020-09-30", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1178418", - "date": "2019-04-25", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1136618", - "date": "2018-05-23", - "balls": 14, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 58.0, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__ar_patel", - "batter": "KH Pandya", - "bowler": "AR Patel", - "balls": 62, - "legal_balls": 60, - "runs_off_bat": 70, - "dismissals": 0, - "strike_rate": 116.7, - "runs_per_ball": 1.167, - "dot_ball_pct": 20.0, - "boundary_count": 4, - "boundary_pct": 6.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 44, - "runs_off_bat": 50, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359477", - "date": "2023-04-01", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1178409", - "date": "2019-04-18", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1175358", - "date": "2019-03-24", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1136610", - "date": "2018-05-16", - "balls": 14, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.6, - "score_label": "Neutral" - }, - { - "key": "rk_singh__b_kumar", - "batter": "RK Singh", - "bowler": "B Kumar", - "balls": 62, - "legal_balls": 60, - "runs_off_bat": 92, - "dismissals": 0, - "strike_rate": 153.3, - "runs_per_ball": 1.533, - "dot_ball_pct": 20.0, - "boundary_count": 10, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 40, - "runs_off_bat": 68, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529300", - "date": "2026-05-13", - "balls": 18, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359521", - "date": "2023-05-04", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359493", - "date": "2023-04-14", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1178413", - "date": "2019-04-21", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.0, - "score_label": "Neutral" - }, - { - "key": "f_du_plessis__tu_deshpande", - "batter": "F du Plessis", - "bowler": "TU Deshpande", - "balls": 62, - "legal_balls": 60, - "runs_off_bat": 94, - "dismissals": 0, - "strike_rate": 156.7, - "runs_per_ball": 1.567, - "dot_ball_pct": 43.3, - "boundary_count": 16, - "boundary_pct": 26.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 50, - "runs_off_bat": 68, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426306", - "date": "2024-05-18", - "balls": 10, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422119", - "date": "2024-03-22", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359498", - "date": "2023-04-17", - "balls": 16, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1216509", - "date": "2020-10-17", - "balls": 22, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.4, - "score_label": "Neutral" - }, - { - "key": "sv_samson__cv_varun", - "batter": "SV Samson", - "bowler": "CV Varun", - "balls": 62, - "legal_balls": 60, - "runs_off_bat": 94, - "dismissals": 0, - "strike_rate": 156.7, - "runs_per_ball": 1.567, - "dot_ball_pct": 30.0, - "boundary_count": 12, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 0 - }, - "middle": { - "legal_balls": 44, - "runs_off_bat": 64, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529265", - "date": "2026-04-14", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359530", - "date": "2023-05-11", - "balls": 16, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1254075", - "date": "2021-04-24", - "balls": 20, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.4, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__ravi_bishnoi", - "batter": "RM Patidar", - "bowler": "Ravi Bishnoi", - "balls": 62, - "legal_balls": 60, - "runs_off_bat": 126, - "dismissals": 0, - "strike_rate": 210.0, - "runs_per_ball": 2.1, - "dot_ball_pct": 20.0, - "boundary_count": 18, - "boundary_pct": 30.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 34, - "runs_off_bat": 44, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 78, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 20, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1422133", - "date": "2024-04-02", - "balls": 10, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1312198", - "date": "2022-05-25", - "balls": 16, - "runs": 58, - "dismissed": false - }, - { - "match_id": "1254083", - "date": "2021-04-30", - "balls": 14, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 60.8, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__m_prasidh_krishna", - "batter": "MR Marsh", - "bowler": "M Prasidh Krishna", - "balls": 60, - "legal_balls": 60, - "runs_off_bat": 100, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 43.3, - "boundary_count": 16, - "boundary_pct": 26.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 28, - "runs_off_bat": 54, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 32, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 32, - "runs": 68, - "dismissed": false - }, - { - "match_id": "1304104", - "date": "2022-05-11", - "balls": 28, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__hv_patel", - "batter": "RM Patidar", - "bowler": "HV Patel", - "balls": 60, - "legal_balls": 60, - "runs_off_bat": 104, - "dismissals": 0, - "strike_rate": 173.3, - "runs_per_ball": 1.733, - "dot_ball_pct": 23.3, - "boundary_count": 16, - "boundary_pct": 26.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 44, - "runs_off_bat": 66, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 24, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426296", - "date": "2024-05-09", - "balls": 12, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1422124", - "date": "2024-03-25", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 56.4, - "score_label": "Neutral" - }, - { - "key": "r_parag__hv_patel", - "batter": "R Parag", - "bowler": "HV Patel", - "balls": 60, - "legal_balls": 58, - "runs_off_bat": 98, - "dismissals": 6, - "strike_rate": 169.0, - "runs_per_ball": 1.69, - "dot_ball_pct": 27.6, - "boundary_count": 14, - "boundary_pct": 24.1, - "dismissal_types": { - "caught": 4, - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 46, - "dismissals": 2 - }, - "death": { - "legal_balls": 32, - "runs_off_bat": 52, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 18, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 24, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1254103", - "date": "2021-09-29", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1254073", - "date": "2021-04-22", - "balls": 10, - "runs": 26, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 7.9, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__kuldeep_yadav", - "batter": "Ishan Kishan", - "bowler": "Kuldeep Yadav", - "balls": 58, - "legal_balls": 58, - "runs_off_bat": 122, - "dismissals": 4, - "strike_rate": 210.3, - "runs_per_ball": 2.103, - "dot_ball_pct": 31.0, - "boundary_count": 18, - "boundary_pct": 31.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 54, - "runs_off_bat": 118, - "dismissals": 4 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529274", - "date": "2026-04-21", - "balls": 8, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1304115", - "date": "2022-05-21", - "balls": 10, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1304048", - "date": "2022-03-27", - "balls": 16, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1136601", - "date": "2018-05-09", - "balls": 14, - "runs": 62, - "dismissed": false - }, - { - "match_id": "1082613", - "date": "2017-04-21", - "balls": 10, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 28.8, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__k_rabada", - "batter": "JC Buttler", - "bowler": "K Rabada", - "balls": 60, - "legal_balls": 58, - "runs_off_bat": 94, - "dismissals": 4, - "strike_rate": 162.1, - "runs_per_ball": 1.621, - "dot_ball_pct": 48.3, - "boundary_count": 18, - "boundary_pct": 31.0, - "dismissal_types": { - "caught": 2, - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 58, - "runs_off_bat": 94, - "dismissals": 4 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 8, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304098", - "date": "2022-05-07", - "balls": 22, - "runs": 50, - "dismissed": true - }, - { - "match_id": "1216543", - "date": "2020-10-14", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1216500", - "date": "2020-10-09", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1082614", - "date": "2017-04-22", - "balls": 16, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 23.0, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__jd_unadkat", - "batter": "HH Pandya", - "bowler": "JD Unadkat", - "balls": 68, - "legal_balls": 58, - "runs_off_bat": 118, - "dismissals": 4, - "strike_rate": 203.4, - "runs_per_ball": 2.034, - "dot_ball_pct": 27.6, - "boundary_count": 18, - "boundary_pct": 31.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 54, - "runs_off_bat": 116, - "dismissals": 4 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422126", - "date": "2024-03-27", - "balls": 12, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1178411", - "date": "2019-04-20", - "balls": 12, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1178402", - "date": "2019-04-13", - "balls": 8, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1136607", - "date": "2018-05-13", - "balls": 16, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1082618", - "date": "2017-04-24", - "balls": 10, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 28.0, - "score_label": "Bowler advantage" - }, - { - "key": "ms_dhoni__avesh_khan", - "batter": "MS Dhoni", - "bowler": "Avesh Khan", - "balls": 58, - "legal_balls": 58, - "runs_off_bat": 98, - "dismissals": 4, - "strike_rate": 169.0, - "runs_per_ball": 1.69, - "dot_ball_pct": 44.8, - "boundary_count": 18, - "boundary_pct": 31.0, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 52, - "runs_off_bat": 96, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 14, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1304053", - "date": "2022-03-31", - "balls": 8, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1254114", - "date": "2021-10-10", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254110", - "date": "2021-10-04", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254059", - "date": "2021-04-10", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 23.9, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__sm_curran", - "batter": "SA Yadav", - "bowler": "SM Curran", - "balls": 60, - "legal_balls": 58, - "runs_off_bat": 122, - "dismissals": 4, - "strike_rate": 210.3, - "runs_per_ball": 2.103, - "dot_ball_pct": 24.1, - "boundary_count": 20, - "boundary_pct": 34.5, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 34, - "runs_off_bat": 88, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 20, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1359520", - "date": "2023-05-03", - "balls": 10, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1359505", - "date": "2023-04-22", - "balls": 16, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1216492", - "date": "2020-09-19", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1178399", - "date": "2019-04-10", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 28.8, - "score_label": "Bowler advantage" - }, - { - "key": "rd_gaikwad__pj_cummins", - "batter": "RD Gaikwad", - "bowler": "PJ Cummins", - "balls": 60, - "legal_balls": 58, - "runs_off_bat": 94, - "dismissals": 4, - "strike_rate": 162.1, - "runs_per_ball": 1.621, - "dot_ball_pct": 27.6, - "boundary_count": 14, - "boundary_pct": 24.1, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 46, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 24, - "dismissals": 2 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529306", - "date": "2026-05-18", - "balls": 8, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 18, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1254072", - "date": "2021-04-21", - "balls": 14, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1216536", - "date": "2020-10-29", - "balls": 16, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 23.0, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__jr_hazlewood", - "batter": "Shubman Gill", - "bowler": "JR Hazlewood", - "balls": 60, - "legal_balls": 58, - "runs_off_bat": 102, - "dismissals": 4, - "strike_rate": 175.9, - "runs_per_ball": 1.759, - "dot_ball_pct": 34.5, - "boundary_count": 18, - "boundary_pct": 31.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 54, - "runs_off_bat": 98, - "dismissals": 4 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 18, - "runs": 60, - "dismissed": false - }, - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304113", - "date": "2022-05-19", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304089", - "date": "2022-04-30", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 24.7, - "score_label": "Bowler advantage" - }, - { - "key": "b_sai_sudharsan__sp_narine", - "batter": "B Sai Sudharsan", - "bowler": "SP Narine", - "balls": 60, - "legal_balls": 58, - "runs_off_bat": 68, - "dismissals": 4, - "strike_rate": 117.2, - "runs_per_ball": 1.172, - "dot_ball_pct": 37.9, - "boundary_count": 8, - "boundary_pct": 13.8, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 16, - "dismissals": 2 - }, - "middle": { - "legal_balls": 28, - "runs_off_bat": 42, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529303", - "date": "2026-05-16", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1529268", - "date": "2026-04-17", - "balls": 12, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 20, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359487", - "date": "2023-04-09", - "balls": 20, - "runs": 28, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 17.7, - "score_label": "Bowler advantage" - }, - { - "key": "tm_head__sandeep_sharma", - "batter": "TM Head", - "bowler": "Sandeep Sharma", - "balls": 62, - "legal_balls": 58, - "runs_off_bat": 72, - "dismissals": 4, - "strike_rate": 124.1, - "runs_per_ball": 1.241, - "dot_ball_pct": 34.5, - "boundary_count": 8, - "boundary_pct": 13.8, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 32, - "runs_off_bat": 30, - "dismissals": 2 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 14, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 16, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 14, - "runs": 10, - "dismissed": false - }, - { - "match_id": "980977", - "date": "2016-05-09", - "balls": 12, - "runs": 20, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 18.5, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__jd_unadkat", - "batter": "SA Yadav", - "bowler": "JD Unadkat", - "balls": 60, - "legal_balls": 58, - "runs_off_bat": 82, - "dismissals": 2, - "strike_rate": 141.4, - "runs_per_ball": 1.414, - "dot_ball_pct": 31.0, - "boundary_count": 12, - "boundary_pct": 20.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 32, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 36, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254081", - "date": "2021-04-29", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178411", - "date": "2019-04-20", - "balls": 14, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1178402", - "date": "2019-04-13", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1136607", - "date": "2018-05-13", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1136581", - "date": "2018-04-22", - "balls": 10, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 36.6, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__pj_cummins", - "batter": "RR Pant", - "bowler": "PJ Cummins", - "balls": 60, - "legal_balls": 58, - "runs_off_bat": 60, - "dismissals": 2, - "strike_rate": 103.4, - "runs_per_ball": 1.034, - "dot_ball_pct": 51.7, - "boundary_count": 8, - "boundary_pct": 13.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 36, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 24, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1304065", - "date": "2022-04-10", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1254082", - "date": "2021-04-29", - "balls": 8, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1216497", - "date": "2020-10-24", - "balls": 6, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 32.0, - "score_label": "Bowler advantage" - }, - { - "key": "r_parag__ys_chahal", - "batter": "R Parag", - "bowler": "YS Chahal", - "balls": 60, - "legal_balls": 58, - "runs_off_bat": 62, - "dismissals": 2, - "strike_rate": 106.9, - "runs_per_ball": 1.069, - "dot_ball_pct": 41.4, - "boundary_count": 6, - "boundary_pct": 10.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 50, - "runs_off_bat": 58, - "dismissals": 2 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529283", - "date": "2026-04-28", - "balls": 18, - "runs": 40, - "dismissed": true - }, - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254103", - "date": "2021-09-29", - "balls": 16, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1216514", - "date": "2020-10-03", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 32.4, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__arshdeep_singh", - "batter": "HH Pandya", - "bowler": "Arshdeep Singh", - "balls": 62, - "legal_balls": 58, - "runs_off_bat": 44, - "dismissals": 2, - "strike_rate": 75.9, - "runs_per_ball": 0.759, - "dot_ball_pct": 44.8, - "boundary_count": 4, - "boundary_pct": 6.9, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 26, - "runs_off_bat": 18, - "dismissals": 2 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529267", - "date": "2026-04-16", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473510", - "date": "2025-06-01", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359492", - "date": "2023-04-13", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304094", - "date": "2022-05-03", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 28.7, - "score_label": "Bowler advantage" - }, - { - "key": "ms_dhoni__mohammed_siraj", - "batter": "MS Dhoni", - "bowler": "Mohammed Siraj", - "balls": 66, - "legal_balls": 58, - "runs_off_bat": 104, - "dismissals": 0, - "strike_rate": 179.3, - "runs_per_ball": 1.793, - "dot_ball_pct": 17.2, - "boundary_count": 14, - "boundary_pct": 24.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 44, - "runs_off_bat": 88, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426306", - "date": "2024-05-18", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254113", - "date": "2021-09-24", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1254076", - "date": "2021-04-25", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1136584", - "date": "2018-04-25", - "balls": 20, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1082615", - "date": "2017-04-22", - "balls": 24, - "runs": 44, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 57.1, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__pj_cummins", - "batter": "D Padikkal", - "bowler": "PJ Cummins", - "balls": 58, - "legal_balls": 58, - "runs_off_bat": 74, - "dismissals": 0, - "strike_rate": 127.6, - "runs_per_ball": 1.276, - "dot_ball_pct": 37.9, - "boundary_count": 10, - "boundary_pct": 17.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 48, - "runs_off_bat": 50, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1254067", - "date": "2021-04-18", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1216494", - "date": "2020-10-21", - "balls": 16, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1216540", - "date": "2020-10-12", - "balls": 22, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.9, - "score_label": "Neutral" - }, - { - "key": "f_du_plessis__abhishek_sharma", - "batter": "F du Plessis", - "bowler": "Abhishek Sharma", - "balls": 58, - "legal_balls": 58, - "runs_off_bat": 76, - "dismissals": 0, - "strike_rate": 131.0, - "runs_per_ball": 1.31, - "dot_ball_pct": 24.1, - "boundary_count": 8, - "boundary_pct": 13.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 38, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 38, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473447", - "date": "2025-03-30", - "balls": 14, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1426279", - "date": "2024-04-25", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426268", - "date": "2024-04-15", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359539", - "date": "2023-05-18", - "balls": 16, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1304100", - "date": "2022-05-08", - "balls": 10, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 51.3, - "score_label": "Neutral" - }, - { - "key": "sp_narine__jd_unadkat", - "batter": "SP Narine", - "bowler": "JD Unadkat", - "balls": 58, - "legal_balls": 56, - "runs_off_bat": 56, - "dismissals": 8, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 60.7, - "boundary_count": 10, - "boundary_pct": 17.9, - "dismissal_types": { - "caught and bowled": 2, - "bowled": 4, - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 44, - "runs_off_bat": 52, - "dismissals": 6 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 4, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 12, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1254075", - "date": "2021-04-24", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1216504", - "date": "2020-09-30", - "balls": 12, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1178418", - "date": "2019-04-25", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1082631", - "date": "2017-05-03", - "balls": 12, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__dl_chahar", - "batter": "SV Samson", - "bowler": "DL Chahar", - "balls": 58, - "legal_balls": 56, - "runs_off_bat": 78, - "dismissals": 6, - "strike_rate": 139.3, - "runs_per_ball": 1.393, - "dot_ball_pct": 39.3, - "boundary_count": 12, - "boundary_pct": 21.4, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 56, - "runs_off_bat": 78, - "dismissals": 6 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216533", - "date": "2020-10-19", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1216496", - "date": "2020-09-22", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1178400", - "date": "2019-04-11", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1175367", - "date": "2019-03-31", - "balls": 14, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1136577", - "date": "2018-04-20", - "balls": 4, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 4.3, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__k_rabada", - "batter": "SV Samson", - "bowler": "K Rabada", - "balls": 60, - "legal_balls": 56, - "runs_off_bat": 74, - "dismissals": 6, - "strike_rate": 132.1, - "runs_per_ball": 1.321, - "dot_ball_pct": 50.0, - "boundary_count": 14, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 4, - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 32, - "dismissals": 4 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 28, - "dismissals": 2 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529280", - "date": "2026-04-26", - "balls": 18, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1254097", - "date": "2021-09-25", - "balls": 26, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1254064", - "date": "2021-04-15", - "balls": 6, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1216543", - "date": "2020-10-14", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 3.5, - "score_label": "Bowler advantage" - }, - { - "key": "s_dube__arshdeep_singh", - "batter": "S Dube", - "bowler": "Arshdeep Singh", - "balls": 64, - "legal_balls": 56, - "runs_off_bat": 88, - "dismissals": 6, - "strike_rate": 157.1, - "runs_per_ball": 1.571, - "dot_ball_pct": 28.6, - "boundary_count": 16, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 44, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 34, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527680", - "date": "2026-04-03", - "balls": 14, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 6, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359515", - "date": "2023-04-30", - "balls": 8, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1304084", - "date": "2022-04-25", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 6.5, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__b_kumar", - "batter": "SP Narine", - "bowler": "B Kumar", - "balls": 58, - "legal_balls": 56, - "runs_off_bat": 62, - "dismissals": 4, - "strike_rate": 110.7, - "runs_per_ball": 1.107, - "dot_ball_pct": 53.6, - "boundary_count": 10, - "boundary_pct": 17.9, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 46, - "runs_off_bat": 60, - "dismissals": 2 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426309", - "date": "2024-05-21", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359521", - "date": "2023-05-04", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1178413", - "date": "2019-04-21", - "balls": 4, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 16.9, - "score_label": "Bowler advantage" - }, - { - "key": "kh_pandya__ad_russell", - "batter": "KH Pandya", - "bowler": "AD Russell", - "balls": 56, - "legal_balls": 56, - "runs_off_bat": 78, - "dismissals": 4, - "strike_rate": 139.3, - "runs_per_ball": 1.393, - "dot_ball_pct": 28.6, - "boundary_count": 8, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 34, - "dismissals": 2 - }, - "death": { - "legal_balls": 28, - "runs_off_bat": 44, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304099", - "date": "2022-05-07", - "balls": 12, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1254096", - "date": "2021-09-23", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1254062", - "date": "2021-04-13", - "balls": 8, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1216508", - "date": "2020-09-23", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178422", - "date": "2019-04-28", - "balls": 16, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 20.3, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__jc_archer", - "batter": "D Padikkal", - "bowler": "JC Archer", - "balls": 60, - "legal_balls": 56, - "runs_off_bat": 64, - "dismissals": 4, - "strike_rate": 114.3, - "runs_per_ball": 1.143, - "dot_ball_pct": 42.9, - "boundary_count": 10, - "boundary_pct": 17.9, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 34, - "dismissals": 2 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 10, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 16, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1216522", - "date": "2020-10-17", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216514", - "date": "2020-10-03", - "balls": 22, - "runs": 26, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 17.3, - "score_label": "Bowler advantage" - }, - { - "key": "vr_iyer__hv_patel", - "batter": "VR Iyer", - "bowler": "HV Patel", - "balls": 60, - "legal_balls": 56, - "runs_off_bat": 60, - "dismissals": 4, - "strike_rate": 107.1, - "runs_per_ball": 1.071, - "dot_ball_pct": 35.7, - "boundary_count": 6, - "boundary_pct": 10.7, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 18, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 34, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 16, - "runs": 28, - "dismissed": true - }, - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1359510", - "date": "2023-04-26", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254115", - "date": "2021-10-11", - "balls": 14, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1254087", - "date": "2021-09-20", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 16.5, - "score_label": "Bowler advantage" - }, - { - "key": "vr_iyer__ys_chahal", - "batter": "VR Iyer", - "bowler": "YS Chahal", - "balls": 56, - "legal_balls": 56, - "runs_off_bat": 114, - "dismissals": 4, - "strike_rate": 203.6, - "runs_per_ball": 2.036, - "dot_ball_pct": 28.6, - "boundary_count": 20, - "boundary_pct": 35.7, - "dismissal_types": { - "stumped": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 52, - "runs_off_bat": 114, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529304", - "date": "2026-05-17", - "balls": 16, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 2, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359530", - "date": "2023-05-11", - "balls": 16, - "runs": 34, - "dismissed": true - }, - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254115", - "date": "2021-10-11", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 28.0, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__yash_dayal", - "batter": "Abhishek Sharma", - "bowler": "Yash Dayal", - "balls": 66, - "legal_balls": 56, - "runs_off_bat": 80, - "dismissals": 4, - "strike_rate": 142.9, - "runs_per_ball": 1.429, - "dot_ball_pct": 42.9, - "boundary_count": 14, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 52, - "runs_off_bat": 78, - "dismissals": 4 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 18, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1426279", - "date": "2024-04-25", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1426268", - "date": "2024-04-15", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359536", - "date": "2023-05-15", - "balls": 8, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1304086", - "date": "2022-04-27", - "balls": 18, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 20.7, - "score_label": "Bowler advantage" - }, - { - "key": "tilak_varma__suyash_sharma", - "batter": "Tilak Varma", - "bowler": "Suyash Sharma", - "balls": 58, - "legal_balls": 56, - "runs_off_bat": 68, - "dismissals": 4, - "strike_rate": 121.4, - "runs_per_ball": 1.214, - "dot_ball_pct": 50.0, - "boundary_count": 10, - "boundary_pct": 17.9, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 56, - "runs_off_bat": 68, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529297", - "date": "2026-05-10", - "balls": 12, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 18, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1359496", - "date": "2023-04-16", - "balls": 20, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 18.2, - "score_label": "Bowler advantage" - }, - { - "key": "pd_salt__mohammed_siraj", - "batter": "PD Salt", - "bowler": "Mohammed Siraj", - "balls": 58, - "legal_balls": 56, - "runs_off_bat": 112, - "dismissals": 4, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 39.3, - "boundary_count": 18, - "boundary_pct": 32.1, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 56, - "runs_off_bat": 112, - "dismissals": 4 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 20, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1426274", - "date": "2024-04-21", - "balls": 10, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1422128", - "date": "2024-03-29", - "balls": 14, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1359524", - "date": "2023-05-06", - "balls": 12, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "h_klaasen__avesh_khan", - "batter": "H Klaasen", - "bowler": "Avesh Khan", - "balls": 56, - "legal_balls": 56, - "runs_off_bat": 80, - "dismissals": 4, - "strike_rate": 142.9, - "runs_per_ball": 1.429, - "dot_ball_pct": 21.4, - "boundary_count": 10, - "boundary_pct": 17.9, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 26, - "runs_off_bat": 30, - "dismissals": 4 - }, - "middle": { - "legal_balls": 30, - "runs_off_bat": 50, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 26, - "runs": 50, - "dismissed": true - }, - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359532", - "date": "2023-05-13", - "balls": 8, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 20.7, - "score_label": "Bowler advantage" - }, - { - "key": "pd_salt__arshdeep_singh", - "batter": "PD Salt", - "bowler": "Arshdeep Singh", - "balls": 58, - "legal_balls": 56, - "runs_off_bat": 74, - "dismissals": 4, - "strike_rate": 132.1, - "runs_per_ball": 1.321, - "dot_ball_pct": 50.0, - "boundary_count": 12, - "boundary_pct": 21.4, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 56, - "runs_off_bat": 74, - "dismissals": 4 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 12, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473508", - "date": "2025-05-29", - "balls": 12, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 8, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 16, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 19.5, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__b_kumar", - "batter": "SA Yadav", - "bowler": "B Kumar", - "balls": 58, - "legal_balls": 56, - "runs_off_bat": 70, - "dismissals": 4, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 50.0, - "boundary_count": 10, - "boundary_pct": 17.9, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 34, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529297", - "date": "2026-05-10", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 16, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359543", - "date": "2023-05-21", - "balls": 12, - "runs": 8, - "dismissed": false - }, - { - "match_id": "981009", - "date": "2016-05-22", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 18.6, - "score_label": "Bowler advantage" - }, - { - "key": "h_klaasen__jj_bumrah", - "batter": "H Klaasen", - "bowler": "JJ Bumrah", - "balls": 60, - "legal_balls": 56, - "runs_off_bat": 106, - "dismissals": 4, - "strike_rate": 189.3, - "runs_per_ball": 1.893, - "dot_ball_pct": 21.4, - "boundary_count": 14, - "boundary_pct": 25.0, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 38, - "dismissals": 0 - }, - "death": { - "legal_balls": 36, - "runs_off_bat": 66, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 10, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 16, - "runs": 30, - "dismissed": true - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 10, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1422126", - "date": "2024-03-27", - "balls": 20, - "runs": 44, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 26.3, - "score_label": "Bowler advantage" - }, - { - "key": "tm_head__ys_chahal", - "batter": "TM Head", - "bowler": "YS Chahal", - "balls": 58, - "legal_balls": 56, - "runs_off_bat": 106, - "dismissals": 4, - "strike_rate": 189.3, - "runs_per_ball": 1.893, - "dot_ball_pct": 21.4, - "boundary_count": 16, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 56, - "runs_off_bat": 106, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 6, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 20, - "runs": 44, - "dismissed": true - }, - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 18, - "runs": 46, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 26.3, - "score_label": "Bowler advantage" - }, - { - "key": "ra_jadeja__k_rabada", - "batter": "RA Jadeja", - "bowler": "K Rabada", - "balls": 56, - "legal_balls": 56, - "runs_off_bat": 90, - "dismissals": 2, - "strike_rate": 160.7, - "runs_per_ball": 1.607, - "dot_ball_pct": 25.0, - "boundary_count": 12, - "boundary_pct": 21.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 38, - "runs_off_bat": 58, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 30, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 16, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 4, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359515", - "date": "2023-04-30", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304084", - "date": "2022-04-25", - "balls": 8, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.9, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__jd_unadkat", - "batter": "KH Pandya", - "bowler": "JD Unadkat", - "balls": 56, - "legal_balls": 56, - "runs_off_bat": 84, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 42.9, - "boundary_count": 12, - "boundary_pct": 21.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 40, - "runs_off_bat": 44, - "dismissals": 2 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 40, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426295", - "date": "2024-05-08", - "balls": 12, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1304072", - "date": "2022-04-16", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254081", - "date": "2021-04-29", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1136607", - "date": "2018-05-13", - "balls": 6, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "ad_russell__ar_patel", - "batter": "AD Russell", - "bowler": "AR Patel", - "balls": 58, - "legal_balls": 56, - "runs_off_bat": 108, - "dismissals": 2, - "strike_rate": 192.9, - "runs_per_ball": 1.929, - "dot_ball_pct": 32.1, - "boundary_count": 16, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 50, - "runs_off_bat": 104, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304065", - "date": "2022-04-10", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1254082", - "date": "2021-04-29", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1178401", - "date": "2019-04-12", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1136604", - "date": "2018-05-12", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "829791", - "date": "2015-05-09", - "balls": 16, - "runs": 26, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 42.7, - "score_label": "Neutral" - }, - { - "key": "n_pooran__r_ashwin", - "batter": "N Pooran", - "bowler": "R Ashwin", - "balls": 56, - "legal_balls": 56, - "runs_off_bat": 60, - "dismissals": 2, - "strike_rate": 107.1, - "runs_per_ball": 1.071, - "dot_ball_pct": 35.7, - "boundary_count": 6, - "boundary_pct": 10.7, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 34, - "runs_off_bat": 40, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216546", - "date": "2020-10-20", - "balls": 22, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1216493", - "date": "2020-09-20", - "balls": 6, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 32.5, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__r_tewatia", - "batter": "D Padikkal", - "bowler": "R Tewatia", - "balls": 64, - "legal_balls": 56, - "runs_off_bat": 74, - "dismissals": 2, - "strike_rate": 132.1, - "runs_per_ball": 1.321, - "dot_ball_pct": 25.0, - "boundary_count": 6, - "boundary_pct": 10.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 56, - "runs_off_bat": 74, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254073", - "date": "2021-04-22", - "balls": 14, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1216522", - "date": "2020-10-17", - "balls": 26, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1216514", - "date": "2020-10-03", - "balls": 16, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.5, - "score_label": "Bowler advantage" - }, - { - "key": "r_parag__arshdeep_singh", - "batter": "R Parag", - "bowler": "Arshdeep Singh", - "balls": 56, - "legal_balls": 56, - "runs_off_bat": 88, - "dismissals": 2, - "strike_rate": 157.1, - "runs_per_ball": 1.571, - "dot_ball_pct": 50.0, - "boundary_count": 18, - "boundary_pct": 32.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 40, - "runs_off_bat": 60, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 18, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 8, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359482", - "date": "2023-04-05", - "balls": 8, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.5, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__ravi_bishnoi", - "batter": "VR Iyer", - "bowler": "Ravi Bishnoi", - "balls": 62, - "legal_balls": 56, - "runs_off_bat": 66, - "dismissals": 2, - "strike_rate": 117.9, - "runs_per_ball": 1.179, - "dot_ball_pct": 39.3, - "boundary_count": 8, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 50, - "runs_off_bat": 60, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 24, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1254102", - "date": "2021-10-01", - "balls": 26, - "runs": 24, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 33.7, - "score_label": "Bowler advantage" - }, - { - "key": "ybk_jaiswal__mohsin_khan", - "batter": "YBK Jaiswal", - "bowler": "Mohsin Khan", - "balls": 56, - "legal_balls": 56, - "runs_off_bat": 102, - "dismissals": 2, - "strike_rate": 182.1, - "runs_per_ball": 1.821, - "dot_ball_pct": 39.3, - "boundary_count": 20, - "boundary_pct": 35.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 56, - "runs_off_bat": 102, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529307", - "date": "2026-05-19", - "balls": 16, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 18, - "runs": 34, - "dismissed": true - }, - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 12, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 41.5, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__ta_boult", - "batter": "JC Buttler", - "bowler": "TA Boult", - "balls": 60, - "legal_balls": 56, - "runs_off_bat": 64, - "dismissals": 0, - "strike_rate": 114.3, - "runs_per_ball": 1.143, - "dot_ball_pct": 46.4, - "boundary_count": 10, - "boundary_pct": 17.9, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 56, - "runs_off_bat": 64, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 18, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1254081", - "date": "2021-04-29", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1216511", - "date": "2020-10-06", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1136592", - "date": "2018-05-02", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1082597", - "date": "2017-04-09", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.3, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__ta_boult", - "batter": "Tilak Varma", - "bowler": "TA Boult", - "balls": 66, - "legal_balls": 56, - "runs_off_bat": 68, - "dismissals": 0, - "strike_rate": 121.4, - "runs_per_ball": 1.214, - "dot_ball_pct": 39.3, - "boundary_count": 6, - "boundary_pct": 10.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1422132", - "date": "2024-04-01", - "balls": 20, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359516", - "date": "2023-04-30", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304090", - "date": "2022-04-30", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304055", - "date": "2022-04-02", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.2, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__jr_hazlewood", - "batter": "Shashank Singh", - "bowler": "JR Hazlewood", - "balls": 56, - "legal_balls": 56, - "runs_off_bat": 96, - "dismissals": 0, - "strike_rate": 171.4, - "runs_per_ball": 1.714, - "dot_ball_pct": 32.1, - "boundary_count": 12, - "boundary_pct": 21.4, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 46, - "runs_off_bat": 92, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529304", - "date": "2026-05-17", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 20, - "runs": 70, - "dismissed": false - }, - { - "match_id": "1473508", - "date": "2025-05-29", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 56.2, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__noor_ahmad", - "batter": "KL Rahul", - "bowler": "Noor Ahmad", - "balls": 56, - "legal_balls": 56, - "runs_off_bat": 84, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 17.9, - "boundary_count": 10, - "boundary_pct": 17.9, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 50, - "runs_off_bat": 82, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 18, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1422139", - "date": "2024-04-07", - "balls": 16, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359504", - "date": "2023-04-22", - "balls": 22, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "sm_curran__ys_chahal", - "batter": "SM Curran", - "bowler": "YS Chahal", - "balls": 58, - "legal_balls": 56, - "runs_off_bat": 120, - "dismissals": 0, - "strike_rate": 214.3, - "runs_per_ball": 2.143, - "dot_ball_pct": 3.6, - "boundary_count": 18, - "boundary_pct": 32.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 44, - "runs_off_bat": 74, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 46, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 12, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 26, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 16, - "runs": 48, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 61.3, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__yash_dayal", - "batter": "B Sai Sudharsan", - "bowler": "Yash Dayal", - "balls": 60, - "legal_balls": 56, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 42.9, - "boundary_count": 6, - "boundary_pct": 10.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 38, - "runs_off_bat": 34, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 18, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1426290", - "date": "2024-05-04", - "balls": 14, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426283", - "date": "2024-04-28", - "balls": 24, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ad_russell__rashid_khan", - "batter": "AD Russell", - "bowler": "Rashid Khan", - "balls": 56, - "legal_balls": 54, - "runs_off_bat": 56, - "dismissals": 8, - "strike_rate": 103.7, - "runs_per_ball": 1.037, - "dot_ball_pct": 55.6, - "boundary_count": 8, - "boundary_pct": 14.8, - "dismissal_types": { - "caught": 6, - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 10, - "dismissals": 2 - }, - "death": { - "legal_balls": 32, - "runs_off_bat": 46, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 10, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1359513", - "date": "2023-04-29", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359487", - "date": "2023-04-09", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304081", - "date": "2022-04-23", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254060", - "date": "2021-04-11", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "ybk_jaiswal__k_rabada", - "batter": "YBK Jaiswal", - "bowler": "K Rabada", - "balls": 54, - "legal_balls": 54, - "runs_off_bat": 54, - "dismissals": 6, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 51.9, - "boundary_count": 6, - "boundary_pct": 11.1, - "dismissal_types": { - "caught": 4, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 42, - "runs_off_bat": 42, - "dismissals": 2 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 4 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 14, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 16, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304098", - "date": "2022-05-07", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__k_rabada", - "batter": "RG Sharma", - "bowler": "K Rabada", - "balls": 56, - "legal_balls": 54, - "runs_off_bat": 76, - "dismissals": 4, - "strike_rate": 140.7, - "runs_per_ball": 1.407, - "dot_ball_pct": 51.9, - "boundary_count": 14, - "boundary_pct": 25.9, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 40, - "runs_off_bat": 56, - "dismissals": 2 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304069", - "date": "2022-04-13", - "balls": 18, - "runs": 28, - "dismissed": true - }, - { - "match_id": "1254070", - "date": "2021-04-20", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1237181", - "date": "2020-11-10", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1216529", - "date": "2020-10-11", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 20.5, - "score_label": "Bowler advantage" - }, - { - "key": "ad_russell__hv_patel", - "batter": "AD Russell", - "bowler": "HV Patel", - "balls": 58, - "legal_balls": 54, - "runs_off_bat": 72, - "dismissals": 4, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 48.1, - "boundary_count": 10, - "boundary_pct": 18.5, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 4, - "dismissals": 2 - }, - "death": { - "legal_balls": 36, - "runs_off_bat": 68, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304052", - "date": "2022-03-30", - "balls": 10, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254067", - "date": "2021-04-18", - "balls": 10, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1175365", - "date": "2019-03-30", - "balls": 14, - "runs": 30, - "dismissed": false - }, - { - "match_id": "829713", - "date": "2015-04-11", - "balls": 16, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_tewatia__cv_varun", - "batter": "R Tewatia", - "bowler": "CV Varun", - "balls": 54, - "legal_balls": 54, - "runs_off_bat": 40, - "dismissals": 4, - "strike_rate": 74.1, - "runs_per_ball": 0.741, - "dot_ball_pct": 51.9, - "boundary_count": 2, - "boundary_pct": 3.7, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 46, - "runs_off_bat": 36, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254106", - "date": "2021-10-07", - "balls": 24, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1254075", - "date": "2021-04-24", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1216530", - "date": "2020-11-01", - "balls": 18, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1216504", - "date": "2020-09-30", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 12.5, - "score_label": "Bowler advantage" - }, - { - "key": "vr_iyer__jj_bumrah", - "batter": "VR Iyer", - "bowler": "JJ Bumrah", - "balls": 56, - "legal_balls": 54, - "runs_off_bat": 66, - "dismissals": 4, - "strike_rate": 122.2, - "runs_per_ball": 1.222, - "dot_ball_pct": 48.1, - "boundary_count": 10, - "boundary_pct": 18.5, - "dismissal_types": { - "bowled": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 40, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 22, - "dismissals": 2 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 10, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 12, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1304102", - "date": "2022-05-09", - "balls": 6, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304060", - "date": "2022-04-06", - "balls": 16, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1254096", - "date": "2021-09-23", - "balls": 10, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 18.3, - "score_label": "Bowler advantage" - }, - { - "key": "ak_markram__arshdeep_singh", - "batter": "AK Markram", - "bowler": "Arshdeep Singh", - "balls": 54, - "legal_balls": 54, - "runs_off_bat": 74, - "dismissals": 4, - "strike_rate": 137.0, - "runs_per_ball": 1.37, - "dot_ball_pct": 33.3, - "boundary_count": 10, - "boundary_pct": 18.5, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 36, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 8, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1473450", - "date": "2025-04-01", - "balls": 20, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359488", - "date": "2023-04-09", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 20.0, - "score_label": "Bowler advantage" - }, - { - "key": "mr_marsh__k_rabada", - "batter": "MR Marsh", - "bowler": "K Rabada", - "balls": 56, - "legal_balls": 54, - "runs_off_bat": 98, - "dismissals": 4, - "strike_rate": 181.5, - "runs_per_ball": 1.815, - "dot_ball_pct": 37.0, - "boundary_count": 14, - "boundary_pct": 25.9, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 40, - "runs_off_bat": 82, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 6, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 20, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304110", - "date": "2022-05-16", - "balls": 18, - "runs": 32, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 25.4, - "score_label": "Bowler advantage" - }, - { - "key": "p_simran_singh__kuldeep_yadav", - "batter": "P Simran Singh", - "bowler": "Kuldeep Yadav", - "balls": 54, - "legal_balls": 54, - "runs_off_bat": 92, - "dismissals": 4, - "strike_rate": 170.4, - "runs_per_ball": 1.704, - "dot_ball_pct": 25.9, - "boundary_count": 12, - "boundary_pct": 22.2, - "dismissal_types": { - "caught": 2, - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 46, - "runs_off_bat": 70, - "dismissals": 4 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529278", - "date": "2026-04-25", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1485779", - "date": "2025-05-24", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473495", - "date": "2025-05-08", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1359533", - "date": "2023-05-13", - "balls": 30, - "runs": 54, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 24.0, - "score_label": "Bowler advantage" - }, - { - "key": "tm_head__arshdeep_singh", - "batter": "TM Head", - "bowler": "Arshdeep Singh", - "balls": 58, - "legal_balls": 54, - "runs_off_bat": 82, - "dismissals": 4, - "strike_rate": 151.9, - "runs_per_ball": 1.519, - "dot_ball_pct": 55.6, - "boundary_count": 16, - "boundary_pct": 29.6, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 54, - "runs_off_bat": 82, - "dismissals": 4 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 14, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 24, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1426307", - "date": "2024-05-19", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 21.8, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__r_sai_kishore", - "batter": "SA Yadav", - "bowler": "R Sai Kishore", - "balls": 54, - "legal_balls": 54, - "runs_off_bat": 90, - "dismissals": 4, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 14.8, - "boundary_count": 10, - "boundary_pct": 18.5, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 54, - "runs_off_bat": 90, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 18, - "runs": 26, - "dismissed": true - }, - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 16, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 20, - "runs": 46, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 23.6, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__ra_jadeja", - "batter": "Abhishek Sharma", - "bowler": "RA Jadeja", - "balls": 54, - "legal_balls": 54, - "runs_off_bat": 70, - "dismissals": 2, - "strike_rate": 129.6, - "runs_per_ball": 1.296, - "dot_ball_pct": 33.3, - "boundary_count": 8, - "boundary_pct": 14.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 54, - "runs_off_bat": 70, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359503", - "date": "2023-04-21", - "balls": 10, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1304063", - "date": "2022-04-09", - "balls": 20, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1254091", - "date": "2021-09-30", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216516", - "date": "2020-10-02", - "balls": 18, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1136612", - "date": "2018-05-18", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.2, - "score_label": "Bowler advantage" - }, - { - "key": "ybk_jaiswal__rashid_khan", - "batter": "YBK Jaiswal", - "bowler": "Rashid Khan", - "balls": 54, - "legal_balls": 54, - "runs_off_bat": 56, - "dismissals": 2, - "strike_rate": 103.7, - "runs_per_ball": 1.037, - "dot_ball_pct": 37.0, - "boundary_count": 6, - "boundary_pct": 11.1, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 2 - }, - "middle": { - "legal_balls": 42, - "runs_off_bat": 40, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 12, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 24, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1254100", - "date": "2021-09-27", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254085", - "date": "2021-05-02", - "balls": 12, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 32.0, - "score_label": "Bowler advantage" - }, - { - "key": "tilak_varma__sp_narine", - "batter": "Tilak Varma", - "bowler": "SP Narine", - "balls": 54, - "legal_balls": 54, - "runs_off_bat": 46, - "dismissals": 2, - "strike_rate": 85.2, - "runs_per_ball": 0.852, - "dot_ball_pct": 51.9, - "boundary_count": 4, - "boundary_pct": 7.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 44, - "runs_off_bat": 40, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529308", - "date": "2026-05-20", - "balls": 28, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359496", - "date": "2023-04-16", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 29.8, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__hh_pandya", - "batter": "D Padikkal", - "bowler": "HH Pandya", - "balls": 56, - "legal_balls": 54, - "runs_off_bat": 34, - "dismissals": 2, - "strike_rate": 63.0, - "runs_per_ball": 0.63, - "dot_ball_pct": 66.7, - "boundary_count": 4, - "boundary_pct": 7.4, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 26, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1312200", - "date": "2022-05-29", - "balls": 14, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1312197", - "date": "2022-05-24", - "balls": 10, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 27.2, - "score_label": "Bowler advantage" - }, - { - "key": "tm_head__hh_pandya", - "batter": "TM Head", - "bowler": "HH Pandya", - "balls": 58, - "legal_balls": 54, - "runs_off_bat": 102, - "dismissals": 2, - "strike_rate": 188.9, - "runs_per_ball": 1.889, - "dot_ball_pct": 14.8, - "boundary_count": 16, - "boundary_pct": 29.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 36, - "dismissals": 0 - }, - "middle": { - "legal_balls": 40, - "runs_off_bat": 66, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 12, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1422126", - "date": "2024-03-27", - "balls": 14, - "runs": 36, - "dismissed": false - }, - { - "match_id": "980927", - "date": "2016-04-20", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 42.3, - "score_label": "Neutral" - }, - { - "key": "f_du_plessis__ad_russell", - "batter": "F du Plessis", - "bowler": "AD Russell", - "balls": 62, - "legal_balls": 54, - "runs_off_bat": 98, - "dismissals": 0, - "strike_rate": 181.5, - "runs_per_ball": 1.815, - "dot_ball_pct": 18.5, - "boundary_count": 16, - "boundary_pct": 29.6, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 36, - "dismissals": 0 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 32, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1254072", - "date": "2021-04-21", - "balls": 14, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1178404", - "date": "2019-04-14", - "balls": 12, - "runs": 32, - "dismissed": false - }, - { - "match_id": "980939", - "date": "2016-04-24", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 57.4, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__m_prasidh_krishna", - "batter": "RA Jadeja", - "bowler": "M Prasidh Krishna", - "balls": 56, - "legal_balls": 54, - "runs_off_bat": 108, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 29.6, - "boundary_count": 18, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 32, - "runs_off_bat": 66, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 32, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 18, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 10, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1178404", - "date": "2019-04-14", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__tu_deshpande", - "batter": "KL Rahul", - "bowler": "TU Deshpande", - "balls": 54, - "legal_balls": 54, - "runs_off_bat": 64, - "dismissals": 0, - "strike_rate": 118.5, - "runs_per_ball": 1.185, - "dot_ball_pct": 40.7, - "boundary_count": 6, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 34, - "dismissals": 0 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529286", - "date": "2026-05-01", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426277", - "date": "2024-04-23", - "balls": 14, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1426272", - "date": "2024-04-19", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359480", - "date": "2023-04-03", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.8, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__hv_patel", - "batter": "JC Buttler", - "bowler": "HV Patel", - "balls": 54, - "legal_balls": 54, - "runs_off_bat": 80, - "dismissals": 0, - "strike_rate": 148.1, - "runs_per_ball": 1.481, - "dot_ball_pct": 25.9, - "boundary_count": 10, - "boundary_pct": 18.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 40, - "runs_off_bat": 38, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 42, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 12, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1312199", - "date": "2022-05-27", - "balls": 24, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1304059", - "date": "2022-04-05", - "balls": 18, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 53.4, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__kh_pandya", - "batter": "Tilak Varma", - "bowler": "KH Pandya", - "balls": 56, - "legal_balls": 54, - "runs_off_bat": 76, - "dismissals": 0, - "strike_rate": 140.7, - "runs_per_ball": 1.407, - "dot_ball_pct": 14.8, - "boundary_count": 6, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 54, - "runs_off_bat": 76, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529297", - "date": "2026-05-10", - "balls": 22, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1370351", - "date": "2023-05-24", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304083", - "date": "2022-04-24", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304072", - "date": "2022-04-16", - "balls": 12, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 52.5, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__kk_ahmed", - "batter": "HH Pandya", - "bowler": "KK Ahmed", - "balls": 52, - "legal_balls": 52, - "runs_off_bat": 74, - "dismissals": 6, - "strike_rate": 142.3, - "runs_per_ball": 1.423, - "dot_ball_pct": 38.5, - "boundary_count": 12, - "boundary_pct": 23.1, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 2 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 32, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1422138", - "date": "2024-04-07", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359518", - "date": "2023-05-02", - "balls": 24, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1359481", - "date": "2023-04-04", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304056", - "date": "2022-04-02", - "balls": 14, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1254066", - "date": "2021-04-17", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 4.7, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__hv_patel", - "batter": "SV Samson", - "bowler": "HV Patel", - "balls": 52, - "legal_balls": 52, - "runs_off_bat": 54, - "dismissals": 6, - "strike_rate": 103.8, - "runs_per_ball": 1.038, - "dot_ball_pct": 46.2, - "boundary_count": 6, - "boundary_pct": 11.5, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 38, - "runs_off_bat": 42, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 14, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1359506", - "date": "2023-04-23", - "balls": 8, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1312199", - "date": "2022-05-27", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254103", - "date": "2021-09-29", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.1, - "score_label": "Bowler advantage" - }, - { - "key": "ar_patel__r_ashwin", - "batter": "AR Patel", - "bowler": "R Ashwin", - "balls": 54, - "legal_balls": 52, - "runs_off_bat": 30, - "dismissals": 6, - "strike_rate": 57.7, - "runs_per_ball": 0.577, - "dot_ball_pct": 57.7, - "boundary_count": 2, - "boundary_pct": 3.8, - "dismissal_types": { - "caught": 2, - "lbw": 2, - "stumped": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 42, - "runs_off_bat": 24, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "981005", - "date": "2016-05-21", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "829809", - "date": "2015-05-16", - "balls": 16, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__arshdeep_singh", - "batter": "AM Rahane", - "bowler": "Arshdeep Singh", - "balls": 52, - "legal_balls": 52, - "runs_off_bat": 66, - "dismissals": 4, - "strike_rate": 126.9, - "runs_per_ball": 1.269, - "dot_ball_pct": 34.6, - "boundary_count": 10, - "boundary_pct": 19.2, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 38, - "runs_off_bat": 56, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527685", - "date": "2026-04-06", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 8, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1426287", - "date": "2024-05-01", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304054", - "date": "2022-04-01", - "balls": 12, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 18.8, - "score_label": "Bowler advantage" - }, - { - "key": "s_dube__k_rabada", - "batter": "S Dube", - "bowler": "K Rabada", - "balls": 56, - "legal_balls": 52, - "runs_off_bat": 66, - "dismissals": 4, - "strike_rate": 126.9, - "runs_per_ball": 1.269, - "dot_ball_pct": 50.0, - "boundary_count": 8, - "boundary_pct": 15.4, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 12, - "dismissals": 4 - }, - "middle": { - "legal_balls": 30, - "runs_off_bat": 54, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359515", - "date": "2023-04-30", - "balls": 16, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304057", - "date": "2022-04-03", - "balls": 10, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1254064", - "date": "2021-04-15", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1216505", - "date": "2020-11-02", - "balls": 14, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1216519", - "date": "2020-10-05", - "balls": 8, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 18.8, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__avesh_khan", - "batter": "RG Sharma", - "bowler": "Avesh Khan", - "balls": 56, - "legal_balls": 52, - "runs_off_bat": 92, - "dismissals": 4, - "strike_rate": 176.9, - "runs_per_ball": 1.769, - "dot_ball_pct": 46.2, - "boundary_count": 16, - "boundary_pct": 30.8, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 42, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 50, - "dismissals": 4 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529290", - "date": "2026-05-04", - "balls": 26, - "runs": 70, - "dismissed": false - }, - { - "match_id": "1304072", - "date": "2022-04-16", - "balls": 8, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 10, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254070", - "date": "2021-04-20", - "balls": 8, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 24.8, - "score_label": "Bowler advantage" - }, - { - "key": "tilak_varma__m_prasidh_krishna", - "batter": "Tilak Varma", - "bowler": "M Prasidh Krishna", - "balls": 54, - "legal_balls": 52, - "runs_off_bat": 102, - "dismissals": 4, - "strike_rate": 196.2, - "runs_per_ball": 1.962, - "dot_ball_pct": 34.6, - "boundary_count": 16, - "boundary_pct": 30.8, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 58, - "dismissals": 2 - }, - "middle": { - "legal_balls": 28, - "runs_off_bat": 44, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 32, - "runs": 86, - "dismissed": false - }, - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304090", - "date": "2022-04-30", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304055", - "date": "2022-04-02", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 27.1, - "score_label": "Bowler advantage" - }, - { - "key": "rm_patidar__r_ashwin", - "batter": "RM Patidar", - "bowler": "R Ashwin", - "balls": 56, - "legal_balls": 52, - "runs_off_bat": 50, - "dismissals": 4, - "strike_rate": 96.2, - "runs_per_ball": 0.962, - "dot_ball_pct": 38.5, - "boundary_count": 2, - "boundary_pct": 3.8, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 46, - "runs_off_bat": 38, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426310", - "date": "2024-05-22", - "balls": 18, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1312199", - "date": "2022-05-27", - "balls": 24, - "runs": 30, - "dismissed": true - }, - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 8, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 15.1, - "score_label": "Bowler advantage" - }, - { - "key": "rk_singh__hv_patel", - "batter": "RK Singh", - "bowler": "HV Patel", - "balls": 58, - "legal_balls": 52, - "runs_off_bat": 94, - "dismissals": 4, - "strike_rate": 180.8, - "runs_per_ball": 1.808, - "dot_ball_pct": 30.8, - "boundary_count": 16, - "boundary_pct": 30.8, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 36, - "runs_off_bat": 76, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 16, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1359510", - "date": "2023-04-26", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359483", - "date": "2023-04-06", - "balls": 26, - "runs": 50, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 25.3, - "score_label": "Bowler advantage" - }, - { - "key": "h_klaasen__harshit_rana", - "batter": "H Klaasen", - "bowler": "Harshit Rana", - "balls": 52, - "legal_balls": 52, - "runs_off_bat": 96, - "dismissals": 4, - "strike_rate": 184.6, - "runs_per_ball": 1.846, - "dot_ball_pct": 26.9, - "boundary_count": 14, - "boundary_pct": 26.9, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 38, - "runs_off_bat": 72, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 10, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 12, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1426309", - "date": "2024-05-21", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 6, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 25.8, - "score_label": "Bowler advantage" - }, - { - "key": "h_klaasen__sandeep_sharma", - "batter": "H Klaasen", - "bowler": "Sandeep Sharma", - "balls": 58, - "legal_balls": 52, - "runs_off_bat": 80, - "dismissals": 4, - "strike_rate": 153.8, - "runs_per_ball": 1.538, - "dot_ball_pct": 26.9, - "boundary_count": 8, - "boundary_pct": 15.4, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 26, - "runs_off_bat": 58, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 20, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 14, - "runs": 30, - "dismissed": true - }, - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 18, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 10, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 22.1, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__ta_boult", - "batter": "HH Pandya", - "bowler": "TA Boult", - "balls": 58, - "legal_balls": 52, - "runs_off_bat": 84, - "dismissals": 2, - "strike_rate": 161.5, - "runs_per_ball": 1.615, - "dot_ball_pct": 26.9, - "boundary_count": 12, - "boundary_pct": 23.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 28, - "runs_off_bat": 44, - "dismissals": 2 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 40, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1312200", - "date": "2022-05-29", - "balls": 12, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1312197", - "date": "2022-05-24", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1136615", - "date": "2018-05-20", - "balls": 6, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 39.0, - "score_label": "Neutral" - }, - { - "key": "sv_samson__avesh_khan", - "batter": "SV Samson", - "bowler": "Avesh Khan", - "balls": 54, - "legal_balls": 52, - "runs_off_bat": 56, - "dismissals": 2, - "strike_rate": 107.7, - "runs_per_ball": 1.077, - "dot_ball_pct": 46.2, - "boundary_count": 6, - "boundary_pct": 11.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 18, - "dismissals": 2 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304066", - "date": "2022-04-10", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254097", - "date": "2021-09-25", - "balls": 22, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1082646", - "date": "2017-05-14", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 32.5, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__m_prasidh_krishna", - "batter": "Ishan Kishan", - "bowler": "M Prasidh Krishna", - "balls": 56, - "legal_balls": 52, - "runs_off_bat": 70, - "dismissals": 2, - "strike_rate": 134.6, - "runs_per_ball": 1.346, - "dot_ball_pct": 30.8, - "boundary_count": 10, - "boundary_pct": 19.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 26, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 44, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 8, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1304090", - "date": "2022-04-30", - "balls": 12, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1304055", - "date": "2022-04-02", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254096", - "date": "2021-09-23", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.8, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__kk_ahmed", - "batter": "AM Rahane", - "bowler": "KK Ahmed", - "balls": 52, - "legal_balls": 52, - "runs_off_bat": 56, - "dismissals": 2, - "strike_rate": 107.7, - "runs_per_ball": 1.077, - "dot_ball_pct": 50.0, - "boundary_count": 8, - "boundary_pct": 15.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 44, - "runs_off_bat": 50, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529265", - "date": "2026-04-14", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304065", - "date": "2022-04-10", - "balls": 10, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 32.5, - "score_label": "Bowler advantage" - }, - { - "key": "rd_gaikwad__avesh_khan", - "batter": "RD Gaikwad", - "bowler": "Avesh Khan", - "balls": 58, - "legal_balls": 52, - "runs_off_bat": 56, - "dismissals": 2, - "strike_rate": 107.7, - "runs_per_ball": 1.077, - "dot_ball_pct": 38.5, - "boundary_count": 4, - "boundary_pct": 7.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 2 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529296", - "date": "2026-05-10", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 16, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359480", - "date": "2023-04-03", - "balls": 2, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254114", - "date": "2021-10-10", - "balls": 14, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1254110", - "date": "2021-10-04", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 32.5, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__ravi_bishnoi", - "batter": "D Padikkal", - "bowler": "Ravi Bishnoi", - "balls": 54, - "legal_balls": 52, - "runs_off_bat": 68, - "dismissals": 2, - "strike_rate": 130.8, - "runs_per_ball": 1.308, - "dot_ball_pct": 42.3, - "boundary_count": 12, - "boundary_pct": 23.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 36, - "dismissals": 0 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 22, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 8, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1304066", - "date": "2022-04-10", - "balls": 16, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1254090", - "date": "2021-10-03", - "balls": 20, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.3, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__mohammed_siraj", - "batter": "N Pooran", - "bowler": "Mohammed Siraj", - "balls": 56, - "legal_balls": 52, - "runs_off_bat": 102, - "dismissals": 2, - "strike_rate": 196.2, - "runs_per_ball": 1.962, - "dot_ball_pct": 38.5, - "boundary_count": 18, - "boundary_pct": 34.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 46, - "dismissals": 0 - }, - "death": { - "legal_balls": 24, - "runs_off_bat": 56, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 8, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 12, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1422133", - "date": "2024-04-02", - "balls": 14, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1359489", - "date": "2023-04-10", - "balls": 8, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1304100", - "date": "2022-05-08", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 43.1, - "score_label": "Neutral" - }, - { - "key": "am_rahane__hv_patel", - "batter": "AM Rahane", - "bowler": "HV Patel", - "balls": 52, - "legal_balls": 52, - "runs_off_bat": 78, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 23.1, - "boundary_count": 12, - "boundary_pct": 23.1, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 36, - "runs_off_bat": 52, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 8, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359498", - "date": "2023-04-17", - "balls": 2, - "runs": 8, - "dismissed": false - }, - { - "match_id": "980931", - "date": "2016-04-22", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "kh_pandya__m_prasidh_krishna", - "batter": "KH Pandya", - "bowler": "M Prasidh Krishna", - "balls": 52, - "legal_balls": 52, - "runs_off_bat": 82, - "dismissals": 0, - "strike_rate": 157.7, - "runs_per_ball": 1.577, - "dot_ball_pct": 34.6, - "boundary_count": 14, - "boundary_pct": 26.9, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 22, - "runs_off_bat": 24, - "dismissals": 0 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 50, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 14, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304066", - "date": "2022-04-10", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1254096", - "date": "2021-09-23", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254062", - "date": "2021-04-13", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.5, - "score_label": "Neutral" - }, - { - "key": "f_du_plessis__ra_jadeja", - "batter": "F du Plessis", - "bowler": "RA Jadeja", - "balls": 52, - "legal_balls": 52, - "runs_off_bat": 92, - "dismissals": 0, - "strike_rate": 176.9, - "runs_per_ball": 1.769, - "dot_ball_pct": 7.7, - "boundary_count": 8, - "boundary_pct": 15.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 52, - "runs_off_bat": 92, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426306", - "date": "2024-05-18", - "balls": 20, - "runs": 52, - "dismissed": false - }, - { - "match_id": "1359498", - "date": "2023-04-17", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304095", - "date": "2022-05-04", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "980911", - "date": "2016-04-14", - "balls": 12, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 56.8, - "score_label": "Neutral" - }, - { - "key": "v_kohli__yash_dayal", - "batter": "V Kohli", - "bowler": "Yash Dayal", - "balls": 52, - "legal_balls": 52, - "runs_off_bat": 96, - "dismissals": 0, - "strike_rate": 184.6, - "runs_per_ball": 1.846, - "dot_ball_pct": 23.1, - "boundary_count": 16, - "boundary_pct": 30.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 42, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359544", - "date": "2023-05-21", - "balls": 30, - "runs": 62, - "dismissed": false - }, - { - "match_id": "1304113", - "date": "2022-05-19", - "balls": 22, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 57.8, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__suyash_sharma", - "batter": "RA Jadeja", - "bowler": "Suyash Sharma", - "balls": 56, - "legal_balls": 52, - "runs_off_bat": 100, - "dismissals": 0, - "strike_rate": 192.3, - "runs_per_ball": 1.923, - "dot_ball_pct": 23.1, - "boundary_count": 14, - "boundary_pct": 26.9, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 56, - "dismissals": 0 - }, - "death": { - "legal_balls": 22, - "runs_off_bat": 44, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 28, - "runs": 58, - "dismissed": false - }, - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 8, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 16, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 58.7, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__ar_patel", - "batter": "MR Marsh", - "bowler": "AR Patel", - "balls": 52, - "legal_balls": 52, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 84.6, - "runs_per_ball": 0.846, - "dot_ball_pct": 53.8, - "boundary_count": 6, - "boundary_pct": 11.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 48, - "runs_off_bat": 40, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527678", - "date": "2026-04-01", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 26, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 16, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 45.8, - "score_label": "Neutral" - }, - { - "key": "rr_pant__kuldeep_yadav", - "batter": "RR Pant", - "bowler": "Kuldeep Yadav", - "balls": 52, - "legal_balls": 50, - "runs_off_bat": 46, - "dismissals": 6, - "strike_rate": 92.0, - "runs_per_ball": 0.92, - "dot_ball_pct": 52.0, - "boundary_count": 4, - "boundary_pct": 8.0, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "death": { - "legal_balls": 22, - "runs_off_bat": 26, - "dismissals": 2 - }, - "middle": { - "legal_balls": 28, - "runs_off_bat": 20, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 8, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1178401", - "date": "2019-04-12", - "balls": 24, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1175365", - "date": "2019-03-30", - "balls": 8, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1136573", - "date": "2018-04-16", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1082608", - "date": "2017-04-17", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "ad_russell__avesh_khan", - "batter": "AD Russell", - "bowler": "Avesh Khan", - "balls": 52, - "legal_balls": 50, - "runs_off_bat": 70, - "dismissals": 6, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 56.0, - "boundary_count": 10, - "boundary_pct": 20.0, - "dismissal_types": { - "bowled": 2, - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 44, - "dismissals": 2 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 26, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304112", - "date": "2022-05-18", - "balls": 10, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304099", - "date": "2022-05-07", - "balls": 6, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1254082", - "date": "2021-04-29", - "balls": 14, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1136586", - "date": "2018-04-27", - "balls": 18, - "runs": 26, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 4.4, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__kk_ahmed", - "batter": "SS Iyer", - "bowler": "KK Ahmed", - "balls": 50, - "legal_balls": 50, - "runs_off_bat": 66, - "dismissals": 6, - "strike_rate": 132.0, - "runs_per_ball": 1.32, - "dot_ball_pct": 44.0, - "boundary_count": 8, - "boundary_pct": 16.0, - "dismissal_types": { - "caught": 4, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 44, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 2 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 8, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 6, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1304065", - "date": "2022-04-10", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254105", - "date": "2021-09-22", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 3.4, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__sandeep_sharma", - "batter": "N Pooran", - "bowler": "Sandeep Sharma", - "balls": 52, - "legal_balls": 50, - "runs_off_bat": 74, - "dismissals": 6, - "strike_rate": 148.0, - "runs_per_ball": 1.48, - "dot_ball_pct": 28.0, - "boundary_count": 10, - "boundary_pct": 20.0, - "dismissal_types": { - "caught and bowled": 2, - "caught": 2, - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 26, - "dismissals": 2 - }, - "death": { - "legal_balls": 28, - "runs_off_bat": 40, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 20, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254107", - "date": "2021-09-25", - "balls": 6, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 5.4, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__jj_bumrah", - "batter": "N Pooran", - "bowler": "JJ Bumrah", - "balls": 54, - "legal_balls": 50, - "runs_off_bat": 38, - "dismissals": 6, - "strike_rate": 76.0, - "runs_per_ball": 0.76, - "dot_ball_pct": 52.0, - "boundary_count": 4, - "boundary_pct": 8.0, - "dismissal_types": { - "caught": 4, - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 26, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 12, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529290", - "date": "2026-05-04", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426286", - "date": "2024-04-30", - "balls": 6, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304111", - "date": "2022-05-17", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254099", - "date": "2021-09-28", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "rk_singh__noor_ahmad", - "batter": "RK Singh", - "bowler": "Noor Ahmad", - "balls": 50, - "legal_balls": 50, - "runs_off_bat": 30, - "dismissals": 6, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 64.0, - "boundary_count": 4, - "boundary_pct": 8.0, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 38, - "runs_off_bat": 18, - "dismissals": 2 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529265", - "date": "2026-04-14", - "balls": 14, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 6, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 18, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359513", - "date": "2023-04-29", - "balls": 12, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__dl_chahar", - "batter": "Ishan Kishan", - "bowler": "DL Chahar", - "balls": 50, - "legal_balls": 50, - "runs_off_bat": 60, - "dismissals": 4, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 48.0, - "boundary_count": 8, - "boundary_pct": 16.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 46, - "runs_off_bat": 56, - "dismissals": 4 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359523", - "date": "2023-05-06", - "balls": 12, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1359486", - "date": "2023-04-08", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216521", - "date": "2020-10-23", - "balls": 18, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1181768", - "date": "2019-05-12", - "balls": 8, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 18.0, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__jj_bumrah", - "batter": "D Padikkal", - "bowler": "JJ Bumrah", - "balls": 52, - "legal_balls": 50, - "runs_off_bat": 36, - "dismissals": 4, - "strike_rate": 72.0, - "runs_per_ball": 0.72, - "dot_ball_pct": 56.0, - "boundary_count": 4, - "boundary_pct": 8.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 36, - "runs_off_bat": 30, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529297", - "date": "2026-05-10", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304090", - "date": "2022-04-30", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304055", - "date": "2022-04-02", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254108", - "date": "2021-09-26", - "balls": 8, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 12.2, - "score_label": "Bowler advantage" - }, - { - "key": "s_dube__rashid_khan", - "batter": "S Dube", - "bowler": "Rashid Khan", - "balls": 52, - "legal_balls": 50, - "runs_off_bat": 96, - "dismissals": 4, - "strike_rate": 192.0, - "runs_per_ball": 1.92, - "dot_ball_pct": 28.0, - "boundary_count": 12, - "boundary_pct": 24.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 42, - "runs_off_bat": 92, - "dismissals": 2 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529309", - "date": "2026-05-21", - "balls": 4, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1529280", - "date": "2026-04-26", - "balls": 6, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422125", - "date": "2024-03-26", - "balls": 6, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1370353", - "date": "2023-05-29", - "balls": 12, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 26.6, - "score_label": "Bowler advantage" - }, - { - "key": "ak_markram__vg_arora", - "batter": "AK Markram", - "bowler": "VG Arora", - "balls": 52, - "legal_balls": 50, - "runs_off_bat": 68, - "dismissals": 4, - "strike_rate": 136.0, - "runs_per_ball": 1.36, - "dot_ball_pct": 40.0, - "boundary_count": 10, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 40, - "runs_off_bat": 44, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529281", - "date": "2026-04-26", - "balls": 12, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1527688", - "date": "2026-04-09", - "balls": 8, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1359521", - "date": "2023-05-04", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 19.9, - "score_label": "Bowler advantage" - }, - { - "key": "ak_markram__ar_patel", - "batter": "AK Markram", - "bowler": "AR Patel", - "balls": 50, - "legal_balls": 50, - "runs_off_bat": 70, - "dismissals": 4, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 24.0, - "boundary_count": 8, - "boundary_pct": 16.0, - "dismissal_types": { - "bowled": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 48, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527678", - "date": "2026-04-01", - "balls": 12, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 22, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359514", - "date": "2023-04-29", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359508", - "date": "2023-04-24", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 20.4, - "score_label": "Bowler advantage" - }, - { - "key": "p_simran_singh__ds_rathi", - "batter": "P Simran Singh", - "bowler": "DS Rathi", - "balls": 50, - "legal_balls": 50, - "runs_off_bat": 94, - "dismissals": 4, - "strike_rate": 188.0, - "runs_per_ball": 1.88, - "dot_ball_pct": 20.0, - "boundary_count": 14, - "boundary_pct": 28.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 38, - "dismissals": 0 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 54, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529311", - "date": "2026-05-23", - "balls": 18, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 22, - "runs": 42, - "dismissed": true - }, - { - "match_id": "1473450", - "date": "2025-04-01", - "balls": 10, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 26.2, - "score_label": "Bowler advantage" - }, - { - "key": "k_rabada__jj_bumrah", - "batter": "K Rabada", - "bowler": "JJ Bumrah", - "balls": 52, - "legal_balls": 50, - "runs_off_bat": 36, - "dismissals": 2, - "strike_rate": 72.0, - "runs_per_ball": 0.72, - "dot_ball_pct": 56.0, - "boundary_count": 4, - "boundary_pct": 8.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 28, - "runs_off_bat": 12, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1237177", - "date": "2020-11-05", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216535", - "date": "2020-10-31", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1178409", - "date": "2019-04-18", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1082614", - "date": "2017-04-22", - "balls": 28, - "runs": 26, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 28.2, - "score_label": "Bowler advantage" - }, - { - "key": "tm_head__sp_narine", - "batter": "TM Head", - "bowler": "SP Narine", - "balls": 50, - "legal_balls": 50, - "runs_off_bat": 60, - "dismissals": 2, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 44.0, - "boundary_count": 6, - "boundary_pct": 12.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 26, - "dismissals": 0 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 30, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 12, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 14, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1082636", - "date": "2017-05-07", - "balls": 18, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 34.0, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__arshdeep_singh", - "batter": "JC Buttler", - "bowler": "Arshdeep Singh", - "balls": 52, - "legal_balls": 50, - "runs_off_bat": 84, - "dismissals": 2, - "strike_rate": 168.0, - "runs_per_ball": 1.68, - "dot_ball_pct": 32.0, - "boundary_count": 10, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 40, - "runs_off_bat": 56, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529289", - "date": "2026-05-03", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 8, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359482", - "date": "2023-04-05", - "balls": 6, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1254061", - "date": "2021-04-12", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 39.8, - "score_label": "Neutral" - }, - { - "key": "r_parag__sp_narine", - "batter": "R Parag", - "bowler": "SP Narine", - "balls": 52, - "legal_balls": 50, - "runs_off_bat": 52, - "dismissals": 2, - "strike_rate": 104.0, - "runs_per_ball": 1.04, - "dot_ball_pct": 28.0, - "boundary_count": 2, - "boundary_pct": 4.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 18, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304093", - "date": "2022-05-02", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 32.1, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__cv_varun", - "batter": "SS Iyer", - "bowler": "CV Varun", - "balls": 52, - "legal_balls": 50, - "runs_off_bat": 80, - "dismissals": 2, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 28.0, - "boundary_count": 10, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 2 - }, - "death": { - "legal_balls": 24, - "runs_off_bat": 48, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473481", - "date": "2025-04-26", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254116", - "date": "2021-10-13", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254092", - "date": "2021-09-28", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216497", - "date": "2020-10-24", - "balls": 8, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1216515", - "date": "2020-10-03", - "balls": 18, - "runs": 60, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.8, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__cv_varun", - "batter": "Ishan Kishan", - "bowler": "CV Varun", - "balls": 50, - "legal_balls": 50, - "runs_off_bat": 68, - "dismissals": 2, - "strike_rate": 136.0, - "runs_per_ball": 1.36, - "dot_ball_pct": 24.0, - "boundary_count": 8, - "boundary_pct": 16.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 40, - "runs_off_bat": 60, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 16, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359496", - "date": "2023-04-16", - "balls": 10, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1304102", - "date": "2022-05-09", - "balls": 14, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.9, - "score_label": "Bowler advantage" - }, - { - "key": "tilak_varma__arshdeep_singh", - "batter": "Tilak Varma", - "bowler": "Arshdeep Singh", - "balls": 54, - "legal_balls": 50, - "runs_off_bat": 96, - "dismissals": 2, - "strike_rate": 192.0, - "runs_per_ball": 1.92, - "dot_ball_pct": 32.0, - "boundary_count": 16, - "boundary_pct": 32.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 28, - "runs_off_bat": 60, - "dismissals": 2 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529301", - "date": "2026-05-14", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1529267", - "date": "2026-04-16", - "balls": 2, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473510", - "date": "2025-06-01", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 6, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359520", - "date": "2023-05-03", - "balls": 16, - "runs": 48, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 42.6, - "score_label": "Neutral" - }, - { - "key": "rg_sharma__mohsin_khan", - "batter": "RG Sharma", - "bowler": "Mohsin Khan", - "balls": 52, - "legal_balls": 50, - "runs_off_bat": 76, - "dismissals": 2, - "strike_rate": 152.0, - "runs_per_ball": 1.52, - "dot_ball_pct": 52.0, - "boundary_count": 16, - "boundary_pct": 32.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 46, - "dismissals": 2 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529290", - "date": "2026-05-04", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426305", - "date": "2024-05-17", - "balls": 24, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1426286", - "date": "2024-04-30", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1359537", - "date": "2023-05-16", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304083", - "date": "2022-04-24", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.8, - "score_label": "Bowler advantage" - }, - { - "key": "r_tewatia__jr_hazlewood", - "batter": "R Tewatia", - "bowler": "JR Hazlewood", - "balls": 50, - "legal_balls": 50, - "runs_off_bat": 86, - "dismissals": 2, - "strike_rate": 172.0, - "runs_per_ball": 1.72, - "dot_ball_pct": 44.0, - "boundary_count": 16, - "boundary_pct": 32.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 24, - "runs_off_bat": 52, - "dismissals": 2 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 34, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 32, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1304113", - "date": "2022-05-19", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304089", - "date": "2022-04-30", - "balls": 12, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 40.2, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__kh_pandya", - "batter": "MR Marsh", - "bowler": "KH Pandya", - "balls": 56, - "legal_balls": 50, - "runs_off_bat": 86, - "dismissals": 2, - "strike_rate": 172.0, - "runs_per_ball": 1.72, - "dot_ball_pct": 32.0, - "boundary_count": 12, - "boundary_pct": 24.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 26, - "dismissals": 0 - }, - "middle": { - "legal_balls": 38, - "runs_off_bat": 60, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529293", - "date": "2026-05-07", - "balls": 30, - "runs": 54, - "dismissed": false - }, - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 12, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1473507", - "date": "2025-05-27", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304091", - "date": "2022-05-01", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 40.2, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__mukesh_kumar", - "batter": "KH Pandya", - "bowler": "Mukesh Kumar", - "balls": 54, - "legal_balls": 50, - "runs_off_bat": 86, - "dismissals": 2, - "strike_rate": 172.0, - "runs_per_ball": 1.72, - "dot_ball_pct": 24.0, - "boundary_count": 10, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 26, - "dismissals": 0 - }, - "middle": { - "legal_balls": 38, - "runs_off_bat": 60, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 18, - "runs": 50, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426264", - "date": "2024-04-12", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1359477", - "date": "2023-04-01", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 40.2, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__mukesh_kumar", - "batter": "B Sai Sudharsan", - "bowler": "Mukesh Kumar", - "balls": 54, - "legal_balls": 50, - "runs_off_bat": 76, - "dismissals": 2, - "strike_rate": 152.0, - "runs_per_ball": 1.52, - "dot_ball_pct": 24.0, - "boundary_count": 12, - "boundary_pct": 24.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 38, - "runs_off_bat": 60, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 8, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 12, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1426278", - "date": "2024-04-24", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426270", - "date": "2024-04-17", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359481", - "date": "2023-04-04", - "balls": 20, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.8, - "score_label": "Bowler advantage" - }, - { - "key": "n_wadhera__ravi_bishnoi", - "batter": "N Wadhera", - "bowler": "Ravi Bishnoi", - "balls": 50, - "legal_balls": 50, - "runs_off_bat": 74, - "dismissals": 2, - "strike_rate": 148.0, - "runs_per_ball": 1.48, - "dot_ball_pct": 40.0, - "boundary_count": 12, - "boundary_pct": 24.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 44, - "runs_off_bat": 62, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473450", - "date": "2025-04-01", - "balls": 12, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1426305", - "date": "2024-05-17", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1426286", - "date": "2024-04-30", - "balls": 20, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1359537", - "date": "2023-05-16", - "balls": 16, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.4, - "score_label": "Bowler advantage" - }, - { - "key": "shashank_singh__b_kumar", - "batter": "Shashank Singh", - "bowler": "B Kumar", - "balls": 54, - "legal_balls": 50, - "runs_off_bat": 104, - "dismissals": 2, - "strike_rate": 208.0, - "runs_per_ball": 2.08, - "dot_ball_pct": 16.0, - "boundary_count": 16, - "boundary_pct": 32.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 48, - "runs_off_bat": 104, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529304", - "date": "2026-05-17", - "balls": 14, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 14, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 10, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "tm_head__jj_bumrah", - "batter": "TM Head", - "bowler": "JJ Bumrah", - "balls": 50, - "legal_balls": 50, - "runs_off_bat": 68, - "dismissals": 0, - "strike_rate": 136.0, - "runs_per_ball": 1.36, - "dot_ball_pct": 28.0, - "boundary_count": 8, - "boundary_pct": 16.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 38, - "runs_off_bat": 50, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 10, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 12, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1422126", - "date": "2024-03-27", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1082628", - "date": "2017-05-01", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 51.9, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__sm_curran", - "batter": "KL Rahul", - "bowler": "SM Curran", - "balls": 52, - "legal_balls": 50, - "runs_off_bat": 58, - "dismissals": 0, - "strike_rate": 116.0, - "runs_per_ball": 1.16, - "dot_ball_pct": 32.0, - "boundary_count": 8, - "boundary_pct": 16.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 38, - "runs_off_bat": 42, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1359495", - "date": "2023-04-15", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1254065", - "date": "2021-04-16", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216506", - "date": "2020-11-01", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216513", - "date": "2020-10-04", - "balls": 14, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.5, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__jr_hazlewood", - "batter": "Ishan Kishan", - "bowler": "JR Hazlewood", - "balls": 52, - "legal_balls": 50, - "runs_off_bat": 84, - "dismissals": 0, - "strike_rate": 168.0, - "runs_per_ball": 1.68, - "dot_ball_pct": 36.0, - "boundary_count": 16, - "boundary_pct": 32.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 40, - "runs_off_bat": 70, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359528", - "date": "2023-05-09", - "balls": 12, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1216521", - "date": "2020-10-23", - "balls": 24, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 55.8, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__jj_bumrah", - "batter": "RD Gaikwad", - "bowler": "JJ Bumrah", - "balls": 54, - "legal_balls": 50, - "runs_off_bat": 70, - "dismissals": 0, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 44.0, - "boundary_count": 10, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 38, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529287", - "date": "2026-05-02", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1529276", - "date": "2026-04-23", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1426267", - "date": "2024-04-14", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304105", - "date": "2022-05-12", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254104", - "date": "2021-09-19", - "balls": 20, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 52.4, - "score_label": "Neutral" - }, - { - "key": "ak_markram__rashid_khan", - "batter": "AK Markram", - "bowler": "Rashid Khan", - "balls": 50, - "legal_balls": 50, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 108.0, - "runs_per_ball": 1.08, - "dot_ball_pct": 28.0, - "boundary_count": 6, - "boundary_pct": 12.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 46, - "runs_off_bat": 44, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1422130", - "date": "2024-03-31", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304086", - "date": "2022-04-27", - "balls": 18, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1254107", - "date": "2021-09-25", - "balls": 20, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 48.6, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__yash_dayal", - "batter": "KL Rahul", - "bowler": "Yash Dayal", - "balls": 54, - "legal_balls": 50, - "runs_off_bat": 94, - "dismissals": 0, - "strike_rate": 188.0, - "runs_per_ball": 1.88, - "dot_ball_pct": 20.0, - "boundary_count": 12, - "boundary_pct": 24.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 40, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 34, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 24, - "runs": 54, - "dismissed": false - }, - { - "match_id": "1422133", - "date": "2024-04-02", - "balls": 12, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1304103", - "date": "2022-05-10", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 58.2, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__noor_ahmad", - "batter": "Shashank Singh", - "bowler": "Noor Ahmad", - "balls": 52, - "legal_balls": 50, - "runs_off_bat": 82, - "dismissals": 0, - "strike_rate": 164.0, - "runs_per_ball": 1.64, - "dot_ball_pct": 36.0, - "boundary_count": 10, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 42, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 40, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 10, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 16, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 12, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422135", - "date": "2024-04-04", - "balls": 12, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 55.3, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__kh_pandya", - "batter": "T Stubbs", - "bowler": "KH Pandya", - "balls": 50, - "legal_balls": 50, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 108.0, - "runs_per_ball": 1.08, - "dot_ball_pct": 12.0, - "boundary_count": 2, - "boundary_pct": 4.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 40, - "runs_off_bat": 42, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 22, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426264", - "date": "2024-04-12", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 48.6, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__kh_pandya", - "batter": "A Raghuvanshi", - "bowler": "KH Pandya", - "balls": 52, - "legal_balls": 50, - "runs_off_bat": 62, - "dismissals": 0, - "strike_rate": 124.0, - "runs_per_ball": 1.24, - "dot_ball_pct": 20.0, - "boundary_count": 4, - "boundary_pct": 8.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 46, - "runs_off_bat": 60, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529300", - "date": "2026-05-13", - "balls": 26, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 12, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.5, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__ar_patel", - "batter": "B Sai Sudharsan", - "bowler": "AR Patel", - "balls": 50, - "legal_balls": 50, - "runs_off_bat": 102, - "dismissals": 0, - "strike_rate": 204.0, - "runs_per_ball": 2.04, - "dot_ball_pct": 16.0, - "boundary_count": 16, - "boundary_pct": 32.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 58, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 44, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 20, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426278", - "date": "2024-04-24", - "balls": 18, - "runs": 44, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 60.1, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__dl_chahar", - "batter": "P Simran Singh", - "bowler": "DL Chahar", - "balls": 50, - "legal_balls": 50, - "runs_off_bat": 84, - "dismissals": 0, - "strike_rate": 168.0, - "runs_per_ball": 1.68, - "dot_ball_pct": 48.0, - "boundary_count": 16, - "boundary_pct": 32.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 42, - "runs_off_bat": 58, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529301", - "date": "2026-05-14", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1529267", - "date": "2026-04-16", - "balls": 14, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 20, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1426287", - "date": "2024-05-01", - "balls": 4, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 55.8, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__ta_boult", - "batter": "H Klaasen", - "bowler": "TA Boult", - "balls": 56, - "legal_balls": 50, - "runs_off_bat": 74, - "dismissals": 0, - "strike_rate": 148.0, - "runs_per_ball": 1.48, - "dot_ball_pct": 24.0, - "boundary_count": 10, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 28, - "runs_off_bat": 46, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 10, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 53.4, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__arshdeep_singh", - "batter": "Ishan Kishan", - "bowler": "Arshdeep Singh", - "balls": 50, - "legal_balls": 48, - "runs_off_bat": 84, - "dismissals": 10, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 33.3, - "boundary_count": 14, - "boundary_pct": 29.2, - "dismissal_types": { - "caught": 10 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 32, - "dismissals": 4 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 50, - "dismissals": 4 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 6, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 8, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359520", - "date": "2023-05-03", - "balls": 16, - "runs": 48, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__ad_russell", - "batter": "RR Pant", - "bowler": "AD Russell", - "balls": 54, - "legal_balls": 48, - "runs_off_bat": 104, - "dismissals": 6, - "strike_rate": 216.7, - "runs_per_ball": 2.167, - "dot_ball_pct": 37.5, - "boundary_count": 18, - "boundary_pct": 37.5, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 4 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 56, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 8, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1304065", - "date": "2022-04-10", - "balls": 4, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1216515", - "date": "2020-10-03", - "balls": 8, - "runs": 28, - "dismissed": true - }, - { - "match_id": "1178401", - "date": "2019-04-12", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1136586", - "date": "2018-04-27", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 13.6, - "score_label": "Bowler advantage" - }, - { - "key": "washington_sundar__ravi_bishnoi", - "batter": "Washington Sundar", - "bowler": "Ravi Bishnoi", - "balls": 52, - "legal_balls": 48, - "runs_off_bat": 48, - "dismissals": 6, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 45.8, - "boundary_count": 4, - "boundary_pct": 8.3, - "dismissal_types": { - "caught": 4, - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 36, - "runs_off_bat": 28, - "dismissals": 4 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1359484", - "date": "2023-04-07", - "balls": 16, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304058", - "date": "2022-04-04", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216510", - "date": "2020-09-24", - "balls": 14, - "runs": 22, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__avesh_khan", - "batter": "SA Yadav", - "bowler": "Avesh Khan", - "balls": 48, - "legal_balls": 48, - "runs_off_bat": 58, - "dismissals": 6, - "strike_rate": 120.8, - "runs_per_ball": 1.208, - "dot_ball_pct": 58.3, - "boundary_count": 10, - "boundary_pct": 20.8, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 30, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 12, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 20, - "runs": 32, - "dismissed": true - }, - { - "match_id": "1304072", - "date": "2022-04-16", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254070", - "date": "2021-04-20", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 2.1, - "score_label": "Bowler advantage" - }, - { - "key": "ms_dhoni__ra_jadeja", - "batter": "MS Dhoni", - "bowler": "RA Jadeja", - "balls": 52, - "legal_balls": 48, - "runs_off_bat": 60, - "dismissals": 4, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 58.3, - "boundary_count": 8, - "boundary_pct": 16.7, - "dismissal_types": { - "lbw": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 16, - "dismissals": 2 - }, - "death": { - "legal_balls": 26, - "runs_off_bat": 44, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1082629", - "date": "2017-05-01", - "balls": 12, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1082603", - "date": "2017-04-14", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "980949", - "date": "2016-04-29", - "balls": 14, - "runs": 32, - "dismissed": false - }, - { - "match_id": "980911", - "date": "2016-04-14", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "501261", - "date": "2011-05-18", - "balls": 6, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 18.6, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__washington_sundar", - "batter": "SS Iyer", - "bowler": "Washington Sundar", - "balls": 48, - "legal_balls": 48, - "runs_off_bat": 70, - "dismissals": 4, - "strike_rate": 145.8, - "runs_per_ball": 1.458, - "dot_ball_pct": 8.3, - "boundary_count": 4, - "boundary_pct": 8.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 44, - "runs_off_bat": 68, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216519", - "date": "2020-10-05", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178421", - "date": "2019-04-28", - "balls": 18, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1136579", - "date": "2018-04-21", - "balls": 22, - "runs": 40, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 21.1, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__ta_boult", - "batter": "D Padikkal", - "bowler": "TA Boult", - "balls": 48, - "legal_balls": 48, - "runs_off_bat": 58, - "dismissals": 4, - "strike_rate": 120.8, - "runs_per_ball": 1.208, - "dot_ball_pct": 54.2, - "boundary_count": 10, - "boundary_pct": 20.8, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 38, - "runs_off_bat": 46, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 14, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1216499", - "date": "2020-10-28", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216547", - "date": "2020-09-28", - "balls": 20, - "runs": 28, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 18.1, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__sandeep_sharma", - "batter": "D Padikkal", - "bowler": "Sandeep Sharma", - "balls": 50, - "legal_balls": 48, - "runs_off_bat": 52, - "dismissals": 4, - "strike_rate": 108.3, - "runs_per_ball": 1.083, - "dot_ball_pct": 50.0, - "boundary_count": 8, - "boundary_pct": 16.7, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 36, - "runs_off_bat": 32, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 6, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 2, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304098", - "date": "2022-05-07", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1237178", - "date": "2020-11-06", - "balls": 10, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216502", - "date": "2020-10-31", - "balls": 8, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 16.6, - "score_label": "Bowler advantage" - }, - { - "key": "vr_iyer__k_rabada", - "batter": "VR Iyer", - "bowler": "K Rabada", - "balls": 50, - "legal_balls": 48, - "runs_off_bat": 90, - "dismissals": 4, - "strike_rate": 187.5, - "runs_per_ball": 1.875, - "dot_ball_pct": 41.7, - "boundary_count": 16, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 64, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 2 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 14, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 4, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304054", - "date": "2022-04-01", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254116", - "date": "2021-10-13", - "balls": 14, - "runs": 24, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 26.1, - "score_label": "Bowler advantage" - }, - { - "key": "s_dube__vg_arora", - "batter": "S Dube", - "bowler": "VG Arora", - "balls": 58, - "legal_balls": 48, - "runs_off_bat": 76, - "dismissals": 4, - "strike_rate": 158.3, - "runs_per_ball": 1.583, - "dot_ball_pct": 45.8, - "boundary_count": 12, - "boundary_pct": 25.0, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 44, - "runs_off_bat": 68, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529265", - "date": "2026-04-14", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 6, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 16, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 8, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 22.6, - "score_label": "Bowler advantage" - }, - { - "key": "p_simran_singh__ra_jadeja", - "batter": "P Simran Singh", - "bowler": "RA Jadeja", - "balls": 48, - "legal_balls": 48, - "runs_off_bat": 60, - "dismissals": 4, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 20.8, - "boundary_count": 6, - "boundary_pct": 12.5, - "dismissal_types": { - "stumped": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 40, - "runs_off_bat": 58, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529283", - "date": "2026-04-28", - "balls": 16, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 12, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1359515", - "date": "2023-04-30", - "balls": 8, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 18.6, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__r_tewatia", - "batter": "SA Yadav", - "bowler": "R Tewatia", - "balls": 48, - "legal_balls": 48, - "runs_off_bat": 56, - "dismissals": 2, - "strike_rate": 116.7, - "runs_per_ball": 1.167, - "dot_ball_pct": 20.8, - "boundary_count": 4, - "boundary_pct": 8.3, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 48, - "runs_off_bat": 56, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304097", - "date": "2022-05-06", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254081", - "date": "2021-04-29", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1216541", - "date": "2020-10-25", - "balls": 18, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1216511", - "date": "2020-10-06", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1136569", - "date": "2018-04-14", - "balls": 12, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 33.6, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__washington_sundar", - "batter": "SV Samson", - "bowler": "Washington Sundar", - "balls": 48, - "legal_balls": 48, - "runs_off_bat": 102, - "dismissals": 2, - "strike_rate": 212.5, - "runs_per_ball": 2.125, - "dot_ball_pct": 29.2, - "boundary_count": 14, - "boundary_pct": 29.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 38, - "runs_off_bat": 76, - "dismissals": 2 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359478", - "date": "2023-04-02", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 20, - "runs": 52, - "dismissed": false - }, - { - "match_id": "1254073", - "date": "2021-04-22", - "balls": 4, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1136571", - "date": "2018-04-15", - "balls": 12, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 45.1, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__sandeep_sharma", - "batter": "MS Dhoni", - "bowler": "Sandeep Sharma", - "balls": 60, - "legal_balls": 48, - "runs_off_bat": 74, - "dismissals": 2, - "strike_rate": 154.2, - "runs_per_ball": 1.542, - "dot_ball_pct": 25.0, - "boundary_count": 8, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 40, - "runs_off_bat": 66, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1359491", - "date": "2023-04-12", - "balls": 10, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1216528", - "date": "2020-10-13", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1136606", - "date": "2018-05-13", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "981005", - "date": "2016-05-21", - "balls": 8, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.1, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__r_ashwin", - "batter": "KH Pandya", - "bowler": "R Ashwin", - "balls": 48, - "legal_balls": 48, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 79.2, - "runs_per_ball": 0.792, - "dot_ball_pct": 45.8, - "boundary_count": 2, - "boundary_pct": 4.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 38, - "runs_off_bat": 24, - "dismissals": 2 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 16, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1304066", - "date": "2022-04-10", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254070", - "date": "2021-04-20", - "balls": 6, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 29.1, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__jc_archer", - "batter": "N Pooran", - "bowler": "JC Archer", - "balls": 50, - "legal_balls": 48, - "runs_off_bat": 60, - "dismissals": 2, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 58.3, - "boundary_count": 10, - "boundary_pct": 20.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 24, - "runs_off_bat": 40, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 14, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1216527", - "date": "2020-09-27", - "balls": 10, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1178407", - "date": "2019-04-16", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1175359", - "date": "2019-03-25", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 34.6, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__sm_curran", - "batter": "F du Plessis", - "bowler": "SM Curran", - "balls": 50, - "legal_balls": 48, - "runs_off_bat": 78, - "dismissals": 2, - "strike_rate": 162.5, - "runs_per_ball": 1.625, - "dot_ball_pct": 25.0, - "boundary_count": 10, - "boundary_pct": 20.8, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 40, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 34, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359501", - "date": "2023-04-20", - "balls": 20, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1178430", - "date": "2019-05-05", - "balls": 22, - "runs": 52, - "dismissed": true - }, - { - "match_id": "1178393", - "date": "2019-04-06", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 39.1, - "score_label": "Neutral" - }, - { - "key": "r_parag__jj_bumrah", - "batter": "R Parag", - "bowler": "JJ Bumrah", - "balls": 50, - "legal_balls": 48, - "runs_off_bat": 46, - "dismissals": 2, - "strike_rate": 95.8, - "runs_per_ball": 0.958, - "dot_ball_pct": 45.8, - "boundary_count": 6, - "boundary_pct": 12.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473487", - "date": "2025-05-01", - "balls": 6, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1422132", - "date": "2024-04-01", - "balls": 20, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304090", - "date": "2022-04-30", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304055", - "date": "2022-04-02", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 31.1, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__m_prasidh_krishna", - "batter": "D Padikkal", - "bowler": "M Prasidh Krishna", - "balls": 50, - "legal_balls": 48, - "runs_off_bat": 94, - "dismissals": 2, - "strike_rate": 195.8, - "runs_per_ball": 1.958, - "dot_ball_pct": 20.8, - "boundary_count": 14, - "boundary_pct": 29.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 54, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 40, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 10, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1254087", - "date": "2021-09-20", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254067", - "date": "2021-04-18", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1216494", - "date": "2020-10-21", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1216540", - "date": "2020-10-12", - "balls": 12, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 43.1, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__kk_ahmed", - "batter": "RD Gaikwad", - "bowler": "KK Ahmed", - "balls": 54, - "legal_balls": 48, - "runs_off_bat": 32, - "dismissals": 2, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 45.8, - "boundary_count": 2, - "boundary_pct": 4.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 44, - "runs_off_bat": 30, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359541", - "date": "2023-05-20", - "balls": 18, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 12, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304101", - "date": "2022-05-08", - "balls": 12, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254080", - "date": "2021-04-28", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "tilak_varma__pj_cummins", - "batter": "Tilak Varma", - "bowler": "PJ Cummins", - "balls": 50, - "legal_balls": 48, - "runs_off_bat": 68, - "dismissals": 2, - "strike_rate": 141.7, - "runs_per_ball": 1.417, - "dot_ball_pct": 33.3, - "boundary_count": 10, - "boundary_pct": 20.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 18, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 14, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1422126", - "date": "2024-03-27", - "balls": 14, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1304102", - "date": "2022-05-09", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304060", - "date": "2022-04-06", - "balls": 10, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 36.6, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__vg_arora", - "batter": "RG Sharma", - "bowler": "VG Arora", - "balls": 56, - "legal_balls": 48, - "runs_off_bat": 82, - "dismissals": 2, - "strike_rate": 170.8, - "runs_per_ball": 1.708, - "dot_ball_pct": 41.7, - "boundary_count": 12, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 40, - "runs_off_bat": 60, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 16, - "runs": 36, - "dismissed": true - }, - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 16, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304069", - "date": "2022-04-13", - "balls": 8, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 40.1, - "score_label": "Neutral" - }, - { - "key": "n_pooran__pj_cummins", - "batter": "N Pooran", - "bowler": "PJ Cummins", - "balls": 52, - "legal_balls": 48, - "runs_off_bat": 86, - "dismissals": 2, - "strike_rate": 179.2, - "runs_per_ball": 1.792, - "dot_ball_pct": 25.0, - "boundary_count": 14, - "boundary_pct": 29.2, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 26, - "runs_off_bat": 56, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 16, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 14, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1426295", - "date": "2024-05-08", - "balls": 16, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1304071", - "date": "2022-04-15", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 41.1, - "score_label": "Neutral" - }, - { - "key": "abhishek_sharma__vg_arora", - "batter": "Abhishek Sharma", - "bowler": "VG Arora", - "balls": 50, - "legal_balls": 48, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 79.2, - "runs_per_ball": 0.792, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 8.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 48, - "runs_off_bat": 38, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426309", - "date": "2024-05-21", - "balls": 8, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 29.1, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__harshit_rana", - "batter": "V Kohli", - "bowler": "Harshit Rana", - "balls": 48, - "legal_balls": 48, - "runs_off_bat": 66, - "dismissals": 2, - "strike_rate": 137.5, - "runs_per_ball": 1.375, - "dot_ball_pct": 25.0, - "boundary_count": 6, - "boundary_pct": 12.5, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 44, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 14, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1426274", - "date": "2024-04-21", - "balls": 10, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1422128", - "date": "2024-03-29", - "balls": 24, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 36.1, - "score_label": "Bowler advantage" - }, - { - "key": "a_badoni__mukesh_kumar", - "batter": "A Badoni", - "bowler": "Mukesh Kumar", - "balls": 50, - "legal_balls": 48, - "runs_off_bat": 86, - "dismissals": 2, - "strike_rate": 179.2, - "runs_per_ball": 1.792, - "dot_ball_pct": 33.3, - "boundary_count": 16, - "boundary_pct": 33.3, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 30, - "runs_off_bat": 60, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 18, - "runs": 34, - "dismissed": true - }, - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1426264", - "date": "2024-04-12", - "balls": 26, - "runs": 52, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 41.1, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__kk_ahmed", - "batter": "Priyansh Arya", - "bowler": "KK Ahmed", - "balls": 52, - "legal_balls": 48, - "runs_off_bat": 112, - "dismissals": 2, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 33.3, - "boundary_count": 20, - "boundary_pct": 41.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 48, - "runs_off_bat": 112, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527680", - "date": "2026-04-03", - "balls": 10, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 22, - "runs": 34, - "dismissed": true - }, - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 16, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "tm_head__dl_chahar", - "batter": "TM Head", - "bowler": "DL Chahar", - "balls": 48, - "legal_balls": 48, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 50.0, - "boundary_count": 6, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 48, - "runs_off_bat": 48, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 22, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1082624", - "date": "2017-04-29", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "n_pooran__washington_sundar", - "batter": "N Pooran", - "bowler": "Washington Sundar", - "balls": 48, - "legal_balls": 48, - "runs_off_bat": 76, - "dismissals": 0, - "strike_rate": 158.3, - "runs_per_ball": 1.583, - "dot_ball_pct": 45.8, - "boundary_count": 10, - "boundary_pct": 20.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 48, - "runs_off_bat": 76, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 18, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1216510", - "date": "2020-09-24", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1178417", - "date": "2019-04-24", - "balls": 20, - "runs": 40, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.6, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__cv_varun", - "batter": "D Padikkal", - "bowler": "CV Varun", - "balls": 48, - "legal_balls": 48, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 4.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 36, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254115", - "date": "2021-10-11", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254087", - "date": "2021-09-20", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254067", - "date": "2021-04-18", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__kk_ahmed", - "batter": "MS Dhoni", - "bowler": "KK Ahmed", - "balls": 58, - "legal_balls": 48, - "runs_off_bat": 102, - "dismissals": 0, - "strike_rate": 212.5, - "runs_per_ball": 2.125, - "dot_ball_pct": 29.2, - "boundary_count": 14, - "boundary_pct": 29.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 42, - "runs_off_bat": 100, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 16, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1304101", - "date": "2022-05-08", - "balls": 4, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1216528", - "date": "2020-10-13", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216516", - "date": "2020-10-02", - "balls": 16, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 61.1, - "score_label": "Neutral" - }, - { - "key": "n_pooran__hv_patel", - "batter": "N Pooran", - "bowler": "HV Patel", - "balls": 58, - "legal_balls": 48, - "runs_off_bat": 98, - "dismissals": 0, - "strike_rate": 204.2, - "runs_per_ball": 2.042, - "dot_ball_pct": 25.0, - "boundary_count": 14, - "boundary_pct": 29.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 36, - "runs_off_bat": 68, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 12, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359489", - "date": "2023-04-10", - "balls": 8, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1304100", - "date": "2022-05-08", - "balls": 6, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 60.1, - "score_label": "Neutral" - }, - { - "key": "ak_markram__dl_chahar", - "batter": "AK Markram", - "bowler": "DL Chahar", - "balls": 48, - "legal_balls": 48, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 112.5, - "runs_per_ball": 1.125, - "dot_ball_pct": 29.2, - "boundary_count": 6, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 36, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529290", - "date": "2026-05-04", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.1, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__avesh_khan", - "batter": "Tilak Varma", - "bowler": "Avesh Khan", - "balls": 52, - "legal_balls": 48, - "runs_off_bat": 62, - "dismissals": 0, - "strike_rate": 129.2, - "runs_per_ball": 1.292, - "dot_ball_pct": 37.5, - "boundary_count": 8, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 40, - "runs_off_bat": 48, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529290", - "date": "2026-05-04", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 18, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1422132", - "date": "2024-04-01", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304072", - "date": "2022-04-16", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 51.1, - "score_label": "Neutral" - }, - { - "key": "ak_markram__ra_jadeja", - "batter": "AK Markram", - "bowler": "RA Jadeja", - "balls": 48, - "legal_balls": 48, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 112.5, - "runs_per_ball": 1.125, - "dot_ball_pct": 20.8, - "boundary_count": 2, - "boundary_pct": 4.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 48, - "runs_off_bat": 54, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 22, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1359503", - "date": "2023-04-21", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304092", - "date": "2022-05-01", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.1, - "score_label": "Neutral" - }, - { - "key": "v_kohli__r_sai_kishore", - "batter": "V Kohli", - "bowler": "R Sai Kishore", - "balls": 48, - "legal_balls": 48, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 112.5, - "runs_per_ball": 1.125, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 8.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 34, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426283", - "date": "2024-04-28", - "balls": 20, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1304113", - "date": "2022-05-19", - "balls": 28, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.1, - "score_label": "Neutral" - }, - { - "key": "s_dube__suyash_sharma", - "batter": "S Dube", - "bowler": "Suyash Sharma", - "balls": 48, - "legal_balls": 48, - "runs_off_bat": 76, - "dismissals": 0, - "strike_rate": 158.3, - "runs_per_ball": 1.583, - "dot_ball_pct": 37.5, - "boundary_count": 10, - "boundary_pct": 20.8, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 32, - "dismissals": 0 - }, - "middle": { - "legal_balls": 32, - "runs_off_bat": 44, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 18, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 20, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1359507", - "date": "2023-04-23", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.6, - "score_label": "Neutral" - }, - { - "key": "v_kohli__vg_arora", - "batter": "V Kohli", - "bowler": "VG Arora", - "balls": 50, - "legal_balls": 48, - "runs_off_bat": 108, - "dismissals": 0, - "strike_rate": 225.0, - "runs_per_ball": 2.25, - "dot_ball_pct": 12.5, - "boundary_count": 20, - "boundary_pct": 41.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 66, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529300", - "date": "2026-05-13", - "balls": 32, - "runs": 72, - "dismissed": false - }, - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 10, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359510", - "date": "2023-04-26", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 62.6, - "score_label": "Batter advantage" - }, - { - "key": "p_simran_singh__avesh_khan", - "batter": "P Simran Singh", - "bowler": "Avesh Khan", - "balls": 48, - "legal_balls": 48, - "runs_off_bat": 94, - "dismissals": 0, - "strike_rate": 195.8, - "runs_per_ball": 1.958, - "dot_ball_pct": 25.0, - "boundary_count": 14, - "boundary_pct": 29.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 36, - "runs_off_bat": 58, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 32, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 22, - "runs": 54, - "dismissed": false - }, - { - "match_id": "1473450", - "date": "2025-04-01", - "balls": 12, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 14, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 59.1, - "score_label": "Neutral" - }, - { - "key": "r_ravindra__ta_boult", - "batter": "R Ravindra", - "bowler": "TA Boult", - "balls": 50, - "legal_balls": 48, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 8.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 44, - "runs_off_bat": 44, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 12, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 16, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 20, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "a_badoni__m_jansen", - "batter": "A Badoni", - "bowler": "M Jansen", - "balls": 50, - "legal_balls": 48, - "runs_off_bat": 88, - "dismissals": 0, - "strike_rate": 183.3, - "runs_per_ball": 1.833, - "dot_ball_pct": 29.2, - "boundary_count": 14, - "boundary_pct": 29.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 58, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529311", - "date": "2026-05-23", - "balls": 14, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 8, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473450", - "date": "2025-04-01", - "balls": 22, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 57.6, - "score_label": "Neutral" - }, - { - "key": "sa_yadav__v_nigam", - "batter": "SA Yadav", - "bowler": "V Nigam", - "balls": 48, - "legal_balls": 48, - "runs_off_bat": 70, - "dismissals": 0, - "strike_rate": 145.8, - "runs_per_ball": 1.458, - "dot_ball_pct": 29.2, - "boundary_count": 10, - "boundary_pct": 20.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 40, - "runs_off_bat": 60, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527681", - "date": "2026-04-04", - "balls": 18, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 16, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 14, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 53.1, - "score_label": "Neutral" - }, - { - "key": "rg_sharma__ta_boult", - "batter": "RG Sharma", - "bowler": "TA Boult", - "balls": 50, - "legal_balls": 46, - "runs_off_bat": 46, - "dismissals": 6, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 39.1, - "boundary_count": 4, - "boundary_pct": 8.7, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 36, - "runs_off_bat": 30, - "dismissals": 4 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 10, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1422132", - "date": "2024-04-01", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359516", - "date": "2023-04-30", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304090", - "date": "2022-04-30", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1175358", - "date": "2019-03-24", - "balls": 12, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "rk_singh__jj_bumrah", - "batter": "RK Singh", - "bowler": "JJ Bumrah", - "balls": 50, - "legal_balls": 46, - "runs_off_bat": 50, - "dismissals": 6, - "strike_rate": 108.7, - "runs_per_ball": 1.087, - "dot_ball_pct": 39.1, - "boundary_count": 6, - "boundary_pct": 13.0, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 2 - }, - "death": { - "legal_balls": 38, - "runs_off_bat": 36, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529308", - "date": "2026-05-20", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304102", - "date": "2022-05-09", - "balls": 16, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1178431", - "date": "2019-05-05", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.6, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__vg_arora", - "batter": "Ishan Kishan", - "bowler": "VG Arora", - "balls": 52, - "legal_balls": 46, - "runs_off_bat": 46, - "dismissals": 6, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 39.1, - "boundary_count": 6, - "boundary_pct": 13.0, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 20, - "dismissals": 4 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 14, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__ad_russell", - "batter": "HH Pandya", - "bowler": "AD Russell", - "balls": 48, - "legal_balls": 46, - "runs_off_bat": 70, - "dismissals": 4, - "strike_rate": 152.2, - "runs_per_ball": 1.522, - "dot_ball_pct": 26.1, - "boundary_count": 10, - "boundary_pct": 21.7, - "dismissal_types": { - "hit wicket": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 28, - "dismissals": 2 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 32, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359513", - "date": "2023-04-29", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1216508", - "date": "2020-09-23", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1178422", - "date": "2019-04-28", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 21.9, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__m_prasidh_krishna", - "batter": "RR Pant", - "bowler": "M Prasidh Krishna", - "balls": 52, - "legal_balls": 46, - "runs_off_bat": 74, - "dismissals": 4, - "strike_rate": 160.9, - "runs_per_ball": 1.609, - "dot_ball_pct": 34.8, - "boundary_count": 10, - "boundary_pct": 21.7, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 44, - "dismissals": 4 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 28, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 6, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1304080", - "date": "2022-04-22", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1254082", - "date": "2021-04-29", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1216497", - "date": "2020-10-24", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1178401", - "date": "2019-04-12", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 22.9, - "score_label": "Bowler advantage" - }, - { - "key": "ad_russell__sm_curran", - "batter": "AD Russell", - "bowler": "SM Curran", - "balls": 48, - "legal_balls": 46, - "runs_off_bat": 110, - "dismissals": 4, - "strike_rate": 239.1, - "runs_per_ball": 2.391, - "dot_ball_pct": 39.1, - "boundary_count": 20, - "boundary_pct": 43.5, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 36, - "runs_off_bat": 72, - "dismissals": 4 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 38, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359527", - "date": "2023-05-08", - "balls": 10, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1359476", - "date": "2023-04-01", - "balls": 8, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 12, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1254072", - "date": "2021-04-21", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 32.3, - "score_label": "Bowler advantage" - }, - { - "key": "s_dube__r_ashwin", - "batter": "S Dube", - "bowler": "R Ashwin", - "balls": 52, - "legal_balls": 46, - "runs_off_bat": 84, - "dismissals": 4, - "strike_rate": 182.6, - "runs_per_ball": 1.826, - "dot_ball_pct": 43.5, - "boundary_count": 14, - "boundary_pct": 30.4, - "dismissal_types": { - "lbw": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 46, - "runs_off_bat": 84, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 12, - "runs": 28, - "dismissed": true - }, - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 12, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1359491", - "date": "2023-04-12", - "balls": 12, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1254064", - "date": "2021-04-15", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216519", - "date": "2020-10-05", - "balls": 8, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 25.5, - "score_label": "Bowler advantage" - }, - { - "key": "vr_iyer__ar_patel", - "batter": "VR Iyer", - "bowler": "AR Patel", - "balls": 48, - "legal_balls": 46, - "runs_off_bat": 52, - "dismissals": 4, - "strike_rate": 113.0, - "runs_per_ball": 1.13, - "dot_ball_pct": 47.8, - "boundary_count": 6, - "boundary_pct": 13.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 18, - "dismissals": 2 - }, - "middle": { - "legal_balls": 28, - "runs_off_bat": 34, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 10, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304087", - "date": "2022-04-28", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254116", - "date": "2021-10-13", - "balls": 18, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1254092", - "date": "2021-09-28", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 17.2, - "score_label": "Bowler advantage" - }, - { - "key": "ar_patel__noor_ahmad", - "batter": "AR Patel", - "bowler": "Noor Ahmad", - "balls": 48, - "legal_balls": 46, - "runs_off_bat": 72, - "dismissals": 4, - "strike_rate": 156.5, - "runs_per_ball": 1.565, - "dot_ball_pct": 30.4, - "boundary_count": 10, - "boundary_pct": 21.7, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 38, - "runs_off_bat": 46, - "dismissals": 2 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 26, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529291", - "date": "2026-05-05", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 12, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1426278", - "date": "2024-04-24", - "balls": 16, - "runs": 40, - "dismissed": true - }, - { - "match_id": "1359518", - "date": "2023-05-02", - "balls": 16, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 22.4, - "score_label": "Bowler advantage" - }, - { - "key": "b_sai_sudharsan__jr_hazlewood", - "batter": "B Sai Sudharsan", - "bowler": "JR Hazlewood", - "balls": 50, - "legal_balls": 46, - "runs_off_bat": 58, - "dismissals": 4, - "strike_rate": 126.1, - "runs_per_ball": 1.261, - "dot_ball_pct": 60.9, - "boundary_count": 10, - "boundary_pct": 21.7, - "dismissal_types": { - "caught": 2, - "caught and bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 40, - "runs_off_bat": 56, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 26, - "runs": 32, - "dismissed": true - }, - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 16, - "runs": 24, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 18.7, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__sandeep_sharma", - "batter": "SP Narine", - "bowler": "Sandeep Sharma", - "balls": 52, - "legal_balls": 46, - "runs_off_bat": 88, - "dismissals": 2, - "strike_rate": 191.3, - "runs_per_ball": 1.913, - "dot_ball_pct": 43.5, - "boundary_count": 18, - "boundary_pct": 39.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 38, - "runs_off_bat": 78, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359530", - "date": "2023-05-11", - "balls": 8, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1136614", - "date": "2018-05-19", - "balls": 12, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1082639", - "date": "2017-05-09", - "balls": 10, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1082601", - "date": "2017-04-13", - "balls": 16, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 42.6, - "score_label": "Neutral" - }, - { - "key": "sa_yadav__ta_boult", - "batter": "SA Yadav", - "bowler": "TA Boult", - "balls": 46, - "legal_balls": 46, - "runs_off_bat": 64, - "dismissals": 2, - "strike_rate": 139.1, - "runs_per_ball": 1.391, - "dot_ball_pct": 43.5, - "boundary_count": 12, - "boundary_pct": 26.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 60, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359516", - "date": "2023-04-30", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304090", - "date": "2022-04-30", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1136569", - "date": "2018-04-14", - "balls": 16, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 36.3, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__ad_russell", - "batter": "KL Rahul", - "bowler": "AD Russell", - "balls": 48, - "legal_balls": 46, - "runs_off_bat": 74, - "dismissals": 2, - "strike_rate": 160.9, - "runs_per_ball": 1.609, - "dot_ball_pct": 17.4, - "boundary_count": 8, - "boundary_pct": 17.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 38, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 32, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 4, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1304112", - "date": "2022-05-18", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1136604", - "date": "2018-05-12", - "balls": 12, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1136578", - "date": "2018-04-21", - "balls": 8, - "runs": 20, - "dismissed": false - }, - { - "match_id": "980959", - "date": "2016-05-02", - "balls": 16, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.9, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__ad_russell", - "batter": "JC Buttler", - "bowler": "AD Russell", - "balls": 46, - "legal_balls": 46, - "runs_off_bat": 106, - "dismissals": 2, - "strike_rate": 230.4, - "runs_per_ball": 2.304, - "dot_ball_pct": 17.4, - "boundary_count": 18, - "boundary_pct": 39.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 40, - "dismissals": 0 - }, - "death": { - "legal_balls": 22, - "runs_off_bat": 64, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 6, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1136609", - "date": "2018-05-15", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "980947", - "date": "2016-04-28", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 47.3, - "score_label": "Neutral" - }, - { - "key": "rr_pant__hh_pandya", - "batter": "RR Pant", - "bowler": "HH Pandya", - "balls": 48, - "legal_balls": 46, - "runs_off_bat": 70, - "dismissals": 2, - "strike_rate": 152.2, - "runs_per_ball": 1.522, - "dot_ball_pct": 47.8, - "boundary_count": 10, - "boundary_pct": 21.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 14, - "dismissals": 2 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 56, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304056", - "date": "2022-04-02", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1175358", - "date": "2019-03-24", - "balls": 16, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1136615", - "date": "2018-05-20", - "balls": 20, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.9, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__ad_russell", - "batter": "N Pooran", - "bowler": "AD Russell", - "balls": 50, - "legal_balls": 46, - "runs_off_bat": 90, - "dismissals": 2, - "strike_rate": 195.7, - "runs_per_ball": 1.957, - "dot_ball_pct": 43.5, - "boundary_count": 16, - "boundary_pct": 34.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 28, - "dismissals": 2 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 62, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 18, - "runs": 62, - "dismissed": false - }, - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304071", - "date": "2022-04-15", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254078", - "date": "2021-04-26", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178427", - "date": "2019-05-03", - "balls": 10, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 43.1, - "score_label": "Neutral" - }, - { - "key": "sm_curran__sp_narine", - "batter": "SM Curran", - "bowler": "SP Narine", - "balls": 46, - "legal_balls": 46, - "runs_off_bat": 78, - "dismissals": 2, - "strike_rate": 169.6, - "runs_per_ball": 1.696, - "dot_ball_pct": 26.1, - "boundary_count": 10, - "boundary_pct": 21.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 32, - "runs_off_bat": 68, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359527", - "date": "2023-05-08", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359476", - "date": "2023-04-01", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1216536", - "date": "2020-10-29", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1216501", - "date": "2020-10-07", - "balls": 14, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 39.9, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__dl_chahar", - "batter": "YBK Jaiswal", - "bowler": "DL Chahar", - "balls": 46, - "legal_balls": 46, - "runs_off_bat": 94, - "dismissals": 2, - "strike_rate": 204.3, - "runs_per_ball": 2.043, - "dot_ball_pct": 39.1, - "boundary_count": 18, - "boundary_pct": 39.1, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 46, - "runs_off_bat": 94, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529312", - "date": "2026-05-24", - "balls": 20, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 12, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1473487", - "date": "2025-05-01", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216496", - "date": "2020-09-22", - "balls": 10, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 44.1, - "score_label": "Neutral" - }, - { - "key": "sm_curran__sandeep_sharma", - "batter": "SM Curran", - "bowler": "Sandeep Sharma", - "balls": 50, - "legal_balls": 46, - "runs_off_bat": 44, - "dismissals": 2, - "strike_rate": 95.7, - "runs_per_ball": 0.957, - "dot_ball_pct": 43.5, - "boundary_count": 4, - "boundary_pct": 8.7, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 10, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 16, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1216528", - "date": "2020-10-13", - "balls": 20, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 31.1, - "score_label": "Bowler advantage" - }, - { - "key": "s_dube__ravi_bishnoi", - "batter": "S Dube", - "bowler": "Ravi Bishnoi", - "balls": 48, - "legal_balls": 46, - "runs_off_bat": 68, - "dismissals": 2, - "strike_rate": 147.8, - "runs_per_ball": 1.478, - "dot_ball_pct": 39.1, - "boundary_count": 8, - "boundary_pct": 17.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 44, - "runs_off_bat": 66, - "dismissals": 2 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426272", - "date": "2024-04-19", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1359480", - "date": "2023-04-03", - "balls": 18, - "runs": 30, - "dismissed": true - }, - { - "match_id": "1304053", - "date": "2022-03-31", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216531", - "date": "2020-10-15", - "balls": 12, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.3, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__b_kumar", - "batter": "D Padikkal", - "bowler": "B Kumar", - "balls": 50, - "legal_balls": 46, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 65.2, - "runs_per_ball": 0.652, - "dot_ball_pct": 60.9, - "boundary_count": 4, - "boundary_pct": 8.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 42, - "runs_off_bat": 26, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254095", - "date": "2021-10-06", - "balls": 16, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254063", - "date": "2021-04-14", - "balls": 14, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1216534", - "date": "2020-09-21", - "balls": 16, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 27.4, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__yash_dayal", - "batter": "SP Narine", - "bowler": "Yash Dayal", - "balls": 48, - "legal_balls": 46, - "runs_off_bat": 68, - "dismissals": 2, - "strike_rate": 147.8, - "runs_per_ball": 1.478, - "dot_ball_pct": 52.2, - "boundary_count": 12, - "boundary_pct": 26.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 46, - "runs_off_bat": 68, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426274", - "date": "2024-04-21", - "balls": 8, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1422128", - "date": "2024-03-29", - "balls": 18, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1304081", - "date": "2022-04-23", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.3, - "score_label": "Bowler advantage" - }, - { - "key": "rk_singh__ravi_bishnoi", - "batter": "RK Singh", - "bowler": "Ravi Bishnoi", - "balls": 48, - "legal_balls": 46, - "runs_off_bat": 82, - "dismissals": 2, - "strike_rate": 178.3, - "runs_per_ball": 1.783, - "dot_ball_pct": 13.0, - "boundary_count": 10, - "boundary_pct": 21.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 38, - "dismissals": 2 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 44, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 16, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 6, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1359542", - "date": "2023-05-20", - "balls": 16, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1304112", - "date": "2022-05-18", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304099", - "date": "2022-05-07", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 41.0, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__ra_jadeja", - "batter": "H Klaasen", - "bowler": "RA Jadeja", - "balls": 48, - "legal_balls": 46, - "runs_off_bat": 50, - "dismissals": 2, - "strike_rate": 108.7, - "runs_per_ball": 1.087, - "dot_ball_pct": 34.8, - "boundary_count": 4, - "boundary_pct": 8.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 42, - "runs_off_bat": 46, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 16, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359503", - "date": "2023-04-21", - "balls": 10, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 32.6, - "score_label": "Bowler advantage" - }, - { - "key": "rd_rickelton__mukesh_kumar", - "batter": "RD Rickelton", - "bowler": "Mukesh Kumar", - "balls": 46, - "legal_balls": 46, - "runs_off_bat": 58, - "dismissals": 2, - "strike_rate": 126.1, - "runs_per_ball": 1.261, - "dot_ball_pct": 47.8, - "boundary_count": 10, - "boundary_pct": 21.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 46, - "runs_off_bat": 58, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527681", - "date": "2026-04-04", - "balls": 18, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 22, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 34.7, - "score_label": "Bowler advantage" - }, - { - "key": "priyansh_arya__b_kumar", - "batter": "Priyansh Arya", - "bowler": "B Kumar", - "balls": 48, - "legal_balls": 46, - "runs_off_bat": 34, - "dismissals": 2, - "strike_rate": 73.9, - "runs_per_ball": 0.739, - "dot_ball_pct": 56.5, - "boundary_count": 4, - "boundary_pct": 8.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 46, - "runs_off_bat": 34, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529304", - "date": "2026-05-17", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473508", - "date": "2025-05-29", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 10, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 28.5, - "score_label": "Bowler advantage" - }, - { - "key": "v_suryavanshi__k_rabada", - "batter": "V Suryavanshi", - "bowler": "K Rabada", - "balls": 50, - "legal_balls": 46, - "runs_off_bat": 86, - "dismissals": 2, - "strike_rate": 187.0, - "runs_per_ball": 1.87, - "dot_ball_pct": 43.5, - "boundary_count": 14, - "boundary_pct": 30.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 38, - "runs_off_bat": 70, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 18, - "runs": 36, - "dismissed": true - }, - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 12, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 16, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 42.0, - "score_label": "Neutral" - }, - { - "key": "rr_pant__r_parag", - "batter": "RR Pant", - "bowler": "R Parag", - "balls": 52, - "legal_balls": 46, - "runs_off_bat": 102, - "dismissals": 0, - "strike_rate": 221.7, - "runs_per_ball": 2.217, - "dot_ball_pct": 26.1, - "boundary_count": 16, - "boundary_pct": 34.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 46, - "runs_off_bat": 102, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304080", - "date": "2022-04-22", - "balls": 10, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1254064", - "date": "2021-04-15", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1178428", - "date": "2019-05-04", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1178415", - "date": "2019-04-22", - "balls": 12, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 62.2, - "score_label": "Batter advantage" - }, - { - "key": "v_kohli__r_parag", - "batter": "V Kohli", - "bowler": "R Parag", - "balls": 46, - "legal_balls": 46, - "runs_off_bat": 78, - "dismissals": 0, - "strike_rate": 169.6, - "runs_per_ball": 1.696, - "dot_ball_pct": 26.1, - "boundary_count": 10, - "boundary_pct": 21.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 46, - "runs_off_bat": 78, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 18, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422137", - "date": "2024-04-06", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1254073", - "date": "2021-04-22", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216514", - "date": "2020-10-03", - "balls": 12, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 55.9, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__pj_cummins", - "batter": "YBK Jaiswal", - "bowler": "PJ Cummins", - "balls": 46, - "legal_balls": 46, - "runs_off_bat": 70, - "dismissals": 0, - "strike_rate": 152.2, - "runs_per_ball": 1.522, - "dot_ball_pct": 39.1, - "boundary_count": 12, - "boundary_pct": 26.1, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 40, - "runs_off_bat": 66, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 16, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1254075", - "date": "2021-04-24", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 53.9, - "score_label": "Neutral" - }, - { - "key": "rk_singh__m_pathirana", - "batter": "RK Singh", - "bowler": "M Pathirana", - "balls": 54, - "legal_balls": 46, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 121.7, - "runs_per_ball": 1.217, - "dot_ball_pct": 43.5, - "boundary_count": 8, - "boundary_pct": 17.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 30, - "runs_off_bat": 44, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359507", - "date": "2023-04-23", - "balls": 26, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.2, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__ravi_bishnoi", - "batter": "H Klaasen", - "bowler": "Ravi Bishnoi", - "balls": 46, - "legal_balls": 46, - "runs_off_bat": 94, - "dismissals": 0, - "strike_rate": 204.3, - "runs_per_ball": 2.043, - "dot_ball_pct": 13.0, - "boundary_count": 12, - "boundary_pct": 26.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 46, - "runs_off_bat": 94, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 20, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359532", - "date": "2023-05-13", - "balls": 14, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 60.1, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__noor_ahmad", - "batter": "RM Patidar", - "bowler": "Noor Ahmad", - "balls": 46, - "legal_balls": 46, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 121.7, - "runs_per_ball": 1.217, - "dot_ball_pct": 34.8, - "boundary_count": 6, - "boundary_pct": 13.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 38, - "runs_off_bat": 52, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527684", - "date": "2026-04-05", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 18, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 18, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1426290", - "date": "2024-05-04", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.2, - "score_label": "Neutral" - }, - { - "key": "v_kohli__mohammed_siraj", - "batter": "V Kohli", - "bowler": "Mohammed Siraj", - "balls": 46, - "legal_balls": 46, - "runs_off_bat": 74, - "dismissals": 0, - "strike_rate": 160.9, - "runs_per_ball": 1.609, - "dot_ball_pct": 26.1, - "boundary_count": 10, - "boundary_pct": 21.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 44, - "runs_off_bat": 72, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 14, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.9, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__jr_hazlewood", - "batter": "SS Iyer", - "bowler": "JR Hazlewood", - "balls": 44, - "legal_balls": 44, - "runs_off_bat": 22, - "dismissals": 8, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 68.2, - "boundary_count": 2, - "boundary_pct": 4.5, - "dismissal_types": { - "caught": 8 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 36, - "runs_off_bat": 18, - "dismissals": 6 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473508", - "date": "2025-05-29", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 8, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1254114", - "date": "2021-10-10", - "balls": 14, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254110", - "date": "2021-10-04", - "balls": 8, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "washington_sundar__k_rabada", - "batter": "Washington Sundar", - "bowler": "K Rabada", - "balls": 48, - "legal_balls": 44, - "runs_off_bat": 54, - "dismissals": 6, - "strike_rate": 122.7, - "runs_per_ball": 1.227, - "dot_ball_pct": 40.9, - "boundary_count": 8, - "boundary_pct": 18.2, - "dismissal_types": { - "caught": 4, - "caught and bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 32, - "runs_off_bat": 48, - "dismissals": 6 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304116", - "date": "2022-05-22", - "balls": 18, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1254079", - "date": "2021-04-27", - "balls": 10, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1216519", - "date": "2020-10-05", - "balls": 14, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1178421", - "date": "2019-04-28", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 2.3, - "score_label": "Bowler advantage" - }, - { - "key": "p_simran_singh__k_rabada", - "batter": "P Simran Singh", - "bowler": "K Rabada", - "balls": 44, - "legal_balls": 44, - "runs_off_bat": 62, - "dismissals": 6, - "strike_rate": 140.9, - "runs_per_ball": 1.409, - "dot_ball_pct": 50.0, - "boundary_count": 10, - "boundary_pct": 22.7, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 44, - "runs_off_bat": 62, - "dismissals": 6 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529289", - "date": "2026-05-03", - "balls": 20, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 10, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 10, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1254086", - "date": "2021-05-02", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 4.5, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__kk_ahmed", - "batter": "SA Yadav", - "bowler": "KK Ahmed", - "balls": 44, - "legal_balls": 44, - "runs_off_bat": 66, - "dismissals": 4, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 63.6, - "boundary_count": 12, - "boundary_pct": 27.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 42, - "runs_off_bat": 66, - "dismissals": 2 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 16, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426281", - "date": "2024-04-27", - "balls": 18, - "runs": 36, - "dismissed": true - }, - { - "match_id": "1178426", - "date": "2019-05-02", - "balls": 10, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 21.6, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__hv_patel", - "batter": "F du Plessis", - "bowler": "HV Patel", - "balls": 46, - "legal_balls": 44, - "runs_off_bat": 32, - "dismissals": 4, - "strike_rate": 72.7, - "runs_per_ball": 0.727, - "dot_ball_pct": 45.5, - "boundary_count": 2, - "boundary_pct": 4.5, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 22, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473447", - "date": "2025-03-30", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254113", - "date": "2021-09-24", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254076", - "date": "2021-04-25", - "balls": 12, - "runs": 12, - "dismissed": true - }, - { - "match_id": "829821", - "date": "2015-05-22", - "balls": 6, - "runs": 0, - "dismissed": false - }, - { - "match_id": "829779", - "date": "2015-05-04", - "balls": 8, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 12.3, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__sp_narine", - "batter": "D Padikkal", - "bowler": "SP Narine", - "balls": 44, - "legal_balls": 44, - "runs_off_bat": 54, - "dismissals": 4, - "strike_rate": 122.7, - "runs_per_ball": 1.227, - "dot_ball_pct": 40.9, - "boundary_count": 8, - "boundary_pct": 18.2, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 28, - "runs_off_bat": 34, - "dismissals": 4 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529300", - "date": "2026-05-13", - "balls": 18, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 10, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 8, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1254087", - "date": "2021-09-20", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 18.3, - "score_label": "Bowler advantage" - }, - { - "key": "ra_jadeja__arshdeep_singh", - "batter": "RA Jadeja", - "bowler": "Arshdeep Singh", - "balls": 46, - "legal_balls": 44, - "runs_off_bat": 60, - "dismissals": 4, - "strike_rate": 136.4, - "runs_per_ball": 1.364, - "dot_ball_pct": 22.7, - "boundary_count": 4, - "boundary_pct": 9.1, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 38, - "runs_off_bat": 56, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 12, - "runs": 28, - "dismissed": true - }, - { - "match_id": "1359515", - "date": "2023-04-30", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304084", - "date": "2022-04-25", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304057", - "date": "2022-04-03", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 20.0, - "score_label": "Bowler advantage" - }, - { - "key": "h_klaasen__hv_patel", - "batter": "H Klaasen", - "bowler": "HV Patel", - "balls": 46, - "legal_balls": 44, - "runs_off_bat": 70, - "dismissals": 4, - "strike_rate": 159.1, - "runs_per_ball": 1.591, - "dot_ball_pct": 22.7, - "boundary_count": 10, - "boundary_pct": 22.7, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 32, - "dismissals": 2 - }, - "death": { - "legal_balls": 22, - "runs_off_bat": 38, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426307", - "date": "2024-05-19", - "balls": 16, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359539", - "date": "2023-05-18", - "balls": 24, - "runs": 42, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 22.7, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__m_pathirana", - "batter": "RR Pant", - "bowler": "M Pathirana", - "balls": 46, - "legal_balls": 44, - "runs_off_bat": 82, - "dismissals": 4, - "strike_rate": 186.4, - "runs_per_ball": 1.864, - "dot_ball_pct": 31.8, - "boundary_count": 12, - "boundary_pct": 27.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 34, - "runs_off_bat": 70, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 26, - "runs": 44, - "dismissed": true - }, - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 18, - "runs": 38, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 26.0, - "score_label": "Bowler advantage" - }, - { - "key": "r_parag__harshit_rana", - "batter": "R Parag", - "bowler": "Harshit Rana", - "balls": 50, - "legal_balls": 44, - "runs_off_bat": 88, - "dismissals": 4, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 40.9, - "boundary_count": 16, - "boundary_pct": 36.4, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 52, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 2 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 20, - "runs": 42, - "dismissed": true - }, - { - "match_id": "1473443", - "date": "2025-03-26", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 16, - "runs": 32, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_ashwin__kuldeep_yadav", - "batter": "R Ashwin", - "bowler": "Kuldeep Yadav", - "balls": 46, - "legal_balls": 44, - "runs_off_bat": 54, - "dismissals": 2, - "strike_rate": 122.7, - "runs_per_ball": 1.227, - "dot_ball_pct": 22.7, - "boundary_count": 4, - "boundary_pct": 9.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 38, - "runs_off_bat": 50, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 14, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1304104", - "date": "2022-05-11", - "balls": 20, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1136604", - "date": "2018-05-12", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 34.3, - "score_label": "Bowler advantage" - }, - { - "key": "r_tewatia__sandeep_sharma", - "batter": "R Tewatia", - "bowler": "Sandeep Sharma", - "balls": 48, - "legal_balls": 44, - "runs_off_bat": 70, - "dismissals": 2, - "strike_rate": 159.1, - "runs_per_ball": 1.591, - "dot_ball_pct": 36.4, - "boundary_count": 10, - "boundary_pct": 22.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 2 - }, - "death": { - "legal_balls": 28, - "runs_off_bat": 58, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 16, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216507", - "date": "2020-10-11", - "balls": 14, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1175371", - "date": "2019-04-04", - "balls": 8, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 38.7, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__rashid_khan", - "batter": "P Simran Singh", - "bowler": "Rashid Khan", - "balls": 44, - "legal_balls": 44, - "runs_off_bat": 32, - "dismissals": 2, - "strike_rate": 72.7, - "runs_per_ball": 0.727, - "dot_ball_pct": 59.1, - "boundary_count": 4, - "boundary_pct": 9.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 18, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 16, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422135", - "date": "2024-04-04", - "balls": 16, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1178423", - "date": "2019-04-29", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 28.3, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__abhishek_sharma", - "batter": "SV Samson", - "bowler": "Abhishek Sharma", - "balls": 44, - "legal_balls": 44, - "runs_off_bat": 66, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 36.4, - "boundary_count": 10, - "boundary_pct": 22.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 44, - "runs_off_bat": 66, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359526", - "date": "2023-05-07", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 10, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1254100", - "date": "2021-09-27", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "s_dube__pj_cummins", - "batter": "S Dube", - "bowler": "PJ Cummins", - "balls": 48, - "legal_balls": 44, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 86.4, - "runs_per_ball": 0.864, - "dot_ball_pct": 54.5, - "boundary_count": 4, - "boundary_pct": 9.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 12, - "dismissals": 2 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529306", - "date": "2026-05-18", - "balls": 12, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 14, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 14, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1254075", - "date": "2021-04-24", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 30.0, - "score_label": "Bowler advantage" - }, - { - "key": "ybk_jaiswal__jj_bumrah", - "batter": "YBK Jaiswal", - "bowler": "JJ Bumrah", - "balls": 48, - "legal_balls": 44, - "runs_off_bat": 58, - "dismissals": 2, - "strike_rate": 131.8, - "runs_per_ball": 1.318, - "dot_ball_pct": 40.9, - "boundary_count": 8, - "boundary_pct": 18.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 14, - "dismissals": 2 - }, - "middle": { - "legal_balls": 20, - "runs_off_bat": 42, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 22, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1304055", - "date": "2022-04-02", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254093", - "date": "2021-10-05", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1254081", - "date": "2021-04-29", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.4, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__jr_hazlewood", - "batter": "Abhishek Sharma", - "bowler": "JR Hazlewood", - "balls": 46, - "legal_balls": 44, - "runs_off_bat": 72, - "dismissals": 2, - "strike_rate": 163.6, - "runs_per_ball": 1.636, - "dot_ball_pct": 45.5, - "boundary_count": 12, - "boundary_pct": 27.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 36, - "runs_off_bat": 60, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304082", - "date": "2022-04-23", - "balls": 26, - "runs": 50, - "dismissed": false - }, - { - "match_id": "1254091", - "date": "2021-09-30", - "balls": 8, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 39.2, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__ravi_bishnoi", - "batter": "RA Jadeja", - "bowler": "Ravi Bishnoi", - "balls": 46, - "legal_balls": 44, - "runs_off_bat": 56, - "dismissals": 2, - "strike_rate": 127.3, - "runs_per_ball": 1.273, - "dot_ball_pct": 36.4, - "boundary_count": 8, - "boundary_pct": 18.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 34, - "runs_off_bat": 44, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 8, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1426277", - "date": "2024-04-23", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426272", - "date": "2024-04-19", - "balls": 20, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1304053", - "date": "2022-03-31", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254094", - "date": "2021-10-07", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 34.9, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__tu_deshpande", - "batter": "RG Sharma", - "bowler": "TU Deshpande", - "balls": 44, - "legal_balls": 44, - "runs_off_bat": 54, - "dismissals": 2, - "strike_rate": 122.7, - "runs_per_ball": 1.227, - "dot_ball_pct": 50.0, - "boundary_count": 8, - "boundary_pct": 18.2, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 46, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426267", - "date": "2024-04-14", - "balls": 28, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1359523", - "date": "2023-05-06", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1359486", - "date": "2023-04-08", - "balls": 14, - "runs": 22, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 34.3, - "score_label": "Bowler advantage" - }, - { - "key": "dhruv_jurel__mohammed_siraj", - "batter": "Dhruv Jurel", - "bowler": "Mohammed Siraj", - "balls": 48, - "legal_balls": 44, - "runs_off_bat": 116, - "dismissals": 2, - "strike_rate": 263.6, - "runs_per_ball": 2.636, - "dot_ball_pct": 27.3, - "boundary_count": 20, - "boundary_pct": 45.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 22, - "runs_off_bat": 50, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 46, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 14, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 12, - "runs": 28, - "dismissed": true - }, - { - "match_id": "1359506", - "date": "2023-04-23", - "balls": 16, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 51.2, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__sandeep_sharma", - "batter": "T Stubbs", - "bowler": "Sandeep Sharma", - "balls": 46, - "legal_balls": 44, - "runs_off_bat": 108, - "dismissals": 2, - "strike_rate": 245.5, - "runs_per_ball": 2.455, - "dot_ball_pct": 9.1, - "boundary_count": 16, - "boundary_pct": 36.4, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 30, - "runs_off_bat": 80, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 14, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 10, - "runs": 28, - "dismissed": true - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 20, - "runs": 40, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.1, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__pj_cummins", - "batter": "B Sai Sudharsan", - "bowler": "PJ Cummins", - "balls": 46, - "legal_balls": 44, - "runs_off_bat": 40, - "dismissals": 2, - "strike_rate": 90.9, - "runs_per_ball": 0.909, - "dot_ball_pct": 31.8, - "boundary_count": 2, - "boundary_pct": 4.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 18, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529299", - "date": "2026-05-12", - "balls": 18, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1422130", - "date": "2024-03-31", - "balls": 16, - "runs": 18, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 30.5, - "score_label": "Bowler advantage" - }, - { - "key": "b_sai_sudharsan__kh_pandya", - "batter": "B Sai Sudharsan", - "bowler": "KH Pandya", - "balls": 46, - "legal_balls": 44, - "runs_off_bat": 70, - "dismissals": 2, - "strike_rate": 159.1, - "runs_per_ball": 1.591, - "dot_ball_pct": 31.8, - "boundary_count": 10, - "boundary_pct": 22.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 44, - "runs_off_bat": 70, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 20, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 16, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1422139", - "date": "2024-04-07", - "balls": 8, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 38.7, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__ravi_bishnoi", - "batter": "SS Iyer", - "bowler": "Ravi Bishnoi", - "balls": 48, - "legal_balls": 44, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 122.7, - "runs_per_ball": 1.227, - "dot_ball_pct": 18.2, - "boundary_count": 6, - "boundary_pct": 13.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 42, - "runs_off_bat": 54, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473450", - "date": "2025-04-01", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304112", - "date": "2022-05-18", - "balls": 16, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1216493", - "date": "2020-09-20", - "balls": 12, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.3, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__pj_cummins", - "batter": "SS Iyer", - "bowler": "PJ Cummins", - "balls": 44, - "legal_balls": 44, - "runs_off_bat": 84, - "dismissals": 0, - "strike_rate": 190.9, - "runs_per_ball": 1.909, - "dot_ball_pct": 27.3, - "boundary_count": 14, - "boundary_pct": 31.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 20, - "runs_off_bat": 38, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 32, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426309", - "date": "2024-05-21", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1216497", - "date": "2020-10-24", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1216515", - "date": "2020-10-03", - "balls": 14, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 58.5, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__ravi_bishnoi", - "batter": "JC Buttler", - "bowler": "Ravi Bishnoi", - "balls": 48, - "legal_balls": 44, - "runs_off_bat": 50, - "dismissals": 0, - "strike_rate": 113.6, - "runs_per_ball": 1.136, - "dot_ball_pct": 22.7, - "boundary_count": 2, - "boundary_pct": 4.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 38, - "runs_off_bat": 44, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 20, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1304066", - "date": "2022-04-10", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216537", - "date": "2020-10-30", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.2, - "score_label": "Neutral" - }, - { - "key": "rr_pant__jr_hazlewood", - "batter": "RR Pant", - "bowler": "JR Hazlewood", - "balls": 50, - "legal_balls": 44, - "runs_off_bat": 76, - "dismissals": 0, - "strike_rate": 172.7, - "runs_per_ball": 1.727, - "dot_ball_pct": 40.9, - "boundary_count": 14, - "boundary_pct": 31.8, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 34, - "runs_off_bat": 74, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529293", - "date": "2026-05-07", - "balls": 10, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 6, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304073", - "date": "2022-04-16", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254114", - "date": "2021-10-10", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254110", - "date": "2021-10-04", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 56.3, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__washington_sundar", - "batter": "RD Gaikwad", - "bowler": "Washington Sundar", - "balls": 44, - "legal_balls": 44, - "runs_off_bat": 52, - "dismissals": 0, - "strike_rate": 118.2, - "runs_per_ball": 1.182, - "dot_ball_pct": 36.4, - "boundary_count": 4, - "boundary_pct": 9.1, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 32, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359503", - "date": "2023-04-21", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304063", - "date": "2022-04-09", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1216544", - "date": "2020-10-25", - "balls": 30, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.8, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__cv_varun", - "batter": "YBK Jaiswal", - "bowler": "CV Varun", - "balls": 46, - "legal_balls": 44, - "runs_off_bat": 50, - "dismissals": 0, - "strike_rate": 113.6, - "runs_per_ball": 1.136, - "dot_ball_pct": 54.5, - "boundary_count": 10, - "boundary_pct": 22.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 34, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473443", - "date": "2025-03-26", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359530", - "date": "2023-05-11", - "balls": 20, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1254075", - "date": "2021-04-24", - "balls": 4, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.2, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__k_rabada", - "batter": "SS Iyer", - "bowler": "K Rabada", - "balls": 50, - "legal_balls": 44, - "runs_off_bat": 78, - "dismissals": 0, - "strike_rate": 177.3, - "runs_per_ball": 1.773, - "dot_ball_pct": 27.3, - "boundary_count": 12, - "boundary_pct": 27.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 62, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529289", - "date": "2026-05-03", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 22, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304054", - "date": "2022-04-01", - "balls": 10, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 56.9, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__m_jansen", - "batter": "RD Gaikwad", - "bowler": "M Jansen", - "balls": 44, - "legal_balls": 44, - "runs_off_bat": 70, - "dismissals": 0, - "strike_rate": 159.1, - "runs_per_ball": 1.591, - "dot_ball_pct": 36.4, - "boundary_count": 10, - "boundary_pct": 22.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 42, - "runs_off_bat": 68, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527680", - "date": "2026-04-03", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359503", - "date": "2023-04-21", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304092", - "date": "2022-05-01", - "balls": 24, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1304063", - "date": "2022-04-09", - "balls": 8, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.7, - "score_label": "Neutral" - }, - { - "key": "sv_samson__mohsin_khan", - "batter": "SV Samson", - "bowler": "Mohsin Khan", - "balls": 46, - "legal_balls": 44, - "runs_off_bat": 90, - "dismissals": 0, - "strike_rate": 204.5, - "runs_per_ball": 2.045, - "dot_ball_pct": 36.4, - "boundary_count": 14, - "boundary_pct": 31.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 40, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 48, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 12, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 20, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 12, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 60.1, - "score_label": "Neutral" - }, - { - "key": "sa_yadav__suyash_sharma", - "batter": "SA Yadav", - "bowler": "Suyash Sharma", - "balls": 44, - "legal_balls": 44, - "runs_off_bat": 66, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 36.4, - "boundary_count": 12, - "boundary_pct": 27.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 42, - "runs_off_bat": 66, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 16, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 20, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359496", - "date": "2023-04-16", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__dl_chahar", - "batter": "MR Marsh", - "bowler": "DL Chahar", - "balls": 48, - "legal_balls": 44, - "runs_off_bat": 90, - "dismissals": 0, - "strike_rate": 204.5, - "runs_per_ball": 2.045, - "dot_ball_pct": 31.8, - "boundary_count": 16, - "boundary_pct": 36.4, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 36, - "runs_off_bat": 74, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529290", - "date": "2026-05-04", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 10, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 60.1, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__harshit_rana", - "batter": "JC Buttler", - "bowler": "Harshit Rana", - "balls": 48, - "legal_balls": 44, - "runs_off_bat": 80, - "dismissals": 0, - "strike_rate": 181.8, - "runs_per_ball": 1.818, - "dot_ball_pct": 27.3, - "boundary_count": 12, - "boundary_pct": 27.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 50, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 16, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 22, - "runs": 50, - "dismissed": false - }, - { - "match_id": "1359530", - "date": "2023-05-11", - "balls": 6, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 57.4, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__ys_chahal", - "batter": "B Sai Sudharsan", - "bowler": "YS Chahal", - "balls": 46, - "legal_balls": 44, - "runs_off_bat": 104, - "dismissals": 0, - "strike_rate": 236.4, - "runs_per_ball": 2.364, - "dot_ball_pct": 13.6, - "boundary_count": 18, - "boundary_pct": 40.9, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 44, - "runs_off_bat": 104, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529289", - "date": "2026-05-03", - "balls": 10, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 24, - "runs": 58, - "dismissed": false - }, - { - "match_id": "1426262", - "date": "2024-04-10", - "balls": 10, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 64.0, - "score_label": "Batter advantage" - }, - { - "key": "ishan_kishan__pj_cummins", - "batter": "Ishan Kishan", - "bowler": "PJ Cummins", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 44, - "dismissals": 8, - "strike_rate": 104.8, - "runs_per_ball": 1.048, - "dot_ball_pct": 47.6, - "boundary_count": 6, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 8 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 6 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 42, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304102", - "date": "2022-05-09", - "balls": 24, - "runs": 28, - "dismissed": true - }, - { - "match_id": "1304060", - "date": "2022-04-06", - "balls": 8, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1254062", - "date": "2021-04-13", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1082640", - "date": "2017-05-10", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1082632", - "date": "2017-05-04", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__hh_pandya", - "batter": "Shubman Gill", - "bowler": "HH Pandya", - "balls": 50, - "legal_balls": 42, - "runs_off_bat": 38, - "dismissals": 8, - "strike_rate": 90.5, - "runs_per_ball": 0.905, - "dot_ball_pct": 57.1, - "boundary_count": 4, - "boundary_pct": 9.5, - "dismissal_types": { - "caught and bowled": 2, - "caught": 4, - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 2 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 26, - "dismissals": 4 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 12, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1422123", - "date": "2024-03-24", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1178431", - "date": "2019-05-05", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1178422", - "date": "2019-04-28", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "r_tewatia__k_rabada", - "batter": "R Tewatia", - "bowler": "K Rabada", - "balls": 46, - "legal_balls": 42, - "runs_off_bat": 68, - "dismissals": 6, - "strike_rate": 161.9, - "runs_per_ball": 1.619, - "dot_ball_pct": 19.0, - "boundary_count": 10, - "boundary_pct": 23.8, - "dismissal_types": { - "bowled": 2, - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 2 - }, - "death": { - "legal_balls": 26, - "runs_off_bat": 46, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 8, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1422135", - "date": "2024-04-04", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304094", - "date": "2022-05-03", - "balls": 4, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1254097", - "date": "2021-09-25", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254064", - "date": "2021-04-15", - "balls": 6, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 7.0, - "score_label": "Bowler advantage" - }, - { - "key": "ms_dhoni__cv_varun", - "batter": "MS Dhoni", - "bowler": "CV Varun", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 26, - "dismissals": 6, - "strike_rate": 61.9, - "runs_per_ball": 0.619, - "dot_ball_pct": 61.9, - "boundary_count": 2, - "boundary_pct": 4.8, - "dismissal_types": { - "bowled": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 16, - "dismissals": 2 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304047", - "date": "2022-03-26", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1216536", - "date": "2020-10-29", - "balls": 6, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "mr_marsh__arshdeep_singh", - "batter": "MR Marsh", - "bowler": "Arshdeep Singh", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 72, - "dismissals": 6, - "strike_rate": 171.4, - "runs_per_ball": 1.714, - "dot_ball_pct": 42.9, - "boundary_count": 12, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 34, - "dismissals": 6 - } - }, - "recent_encounters": [ - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 10, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473450", - "date": "2025-04-01", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 4, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1304110", - "date": "2022-05-16", - "balls": 16, - "runs": 38, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 8.2, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__k_rabada", - "batter": "SP Narine", - "bowler": "K Rabada", - "balls": 48, - "legal_balls": 42, - "runs_off_bat": 94, - "dismissals": 4, - "strike_rate": 223.8, - "runs_per_ball": 2.238, - "dot_ball_pct": 28.6, - "boundary_count": 16, - "boundary_pct": 38.1, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 36, - "dismissals": 2 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 38, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 16, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1254092", - "date": "2021-09-28", - "balls": 10, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1216497", - "date": "2020-10-24", - "balls": 8, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1216515", - "date": "2020-10-03", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1082622", - "date": "2017-04-28", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 30.5, - "score_label": "Bowler advantage" - }, - { - "key": "so_hetmyer__cv_varun", - "batter": "SO Hetmyer", - "bowler": "CV Varun", - "balls": 44, - "legal_balls": 42, - "runs_off_bat": 38, - "dismissals": 4, - "strike_rate": 90.5, - "runs_per_ball": 0.905, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 30, - "dismissals": 4 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473443", - "date": "2025-03-26", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254116", - "date": "2021-10-13", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 14.5, - "score_label": "Bowler advantage" - }, - { - "key": "p_simran_singh__mukesh_kumar", - "batter": "P Simran Singh", - "bowler": "Mukesh Kumar", - "balls": 48, - "legal_balls": 42, - "runs_off_bat": 90, - "dismissals": 4, - "strike_rate": 214.3, - "runs_per_ball": 2.143, - "dot_ball_pct": 33.3, - "boundary_count": 18, - "boundary_pct": 42.9, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 84, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529298", - "date": "2026-05-11", - "balls": 12, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1529278", - "date": "2026-04-25", - "balls": 20, - "runs": 74, - "dismissed": false - }, - { - "match_id": "1485779", - "date": "2025-05-24", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359538", - "date": "2023-05-17", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1359533", - "date": "2023-05-13", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 29.3, - "score_label": "Bowler advantage" - }, - { - "key": "mr_marsh__ra_jadeja", - "batter": "MR Marsh", - "bowler": "RA Jadeja", - "balls": 44, - "legal_balls": 42, - "runs_off_bat": 44, - "dismissals": 4, - "strike_rate": 104.8, - "runs_per_ball": 1.048, - "dot_ball_pct": 42.9, - "boundary_count": 6, - "boundary_pct": 14.3, - "dismissal_types": { - "bowled": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 38, - "dismissals": 2 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 20, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 6, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "980911", - "date": "2016-04-14", - "balls": 12, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 16.2, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__pj_cummins", - "batter": "SP Narine", - "bowler": "PJ Cummins", - "balls": 44, - "legal_balls": 42, - "runs_off_bat": 94, - "dismissals": 4, - "strike_rate": 223.8, - "runs_per_ball": 2.238, - "dot_ball_pct": 52.4, - "boundary_count": 18, - "boundary_pct": 42.9, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 38, - "runs_off_bat": 86, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 20, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 4, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1426309", - "date": "2024-05-21", - "balls": 10, - "runs": 26, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 30.5, - "score_label": "Bowler advantage" - }, - { - "key": "r_parag__cv_varun", - "batter": "R Parag", - "bowler": "CV Varun", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 56, - "dismissals": 4, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 47.6, - "boundary_count": 8, - "boundary_pct": 19.0, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 42, - "runs_off_bat": 56, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 18, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 16, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473443", - "date": "2025-03-26", - "balls": 8, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__pj_cummins", - "batter": "AM Rahane", - "bowler": "PJ Cummins", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 58, - "dismissals": 2, - "strike_rate": 138.1, - "runs_per_ball": 1.381, - "dot_ball_pct": 38.1, - "boundary_count": 6, - "boundary_pct": 14.3, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 32, - "dismissals": 2 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 14, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 16, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1216497", - "date": "2020-10-24", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1082599", - "date": "2017-04-11", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 36.2, - "score_label": "Bowler advantage" - }, - { - "key": "r_tewatia__mohammed_siraj", - "batter": "R Tewatia", - "bowler": "Mohammed Siraj", - "balls": 44, - "legal_balls": 42, - "runs_off_bat": 54, - "dismissals": 2, - "strike_rate": 128.6, - "runs_per_ball": 1.286, - "dot_ball_pct": 57.1, - "boundary_count": 10, - "boundary_pct": 23.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 30, - "runs_off_bat": 46, - "dismissals": 2 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426290", - "date": "2024-05-04", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359544", - "date": "2023-05-21", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304089", - "date": "2022-04-30", - "balls": 20, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1254073", - "date": "2021-04-22", - "balls": 12, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1178395", - "date": "2019-04-07", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.0, - "score_label": "Bowler advantage" - }, - { - "key": "ar_patel__jd_unadkat", - "batter": "AR Patel", - "bowler": "JD Unadkat", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 54, - "dismissals": 2, - "strike_rate": 128.6, - "runs_per_ball": 1.286, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 34, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359477", - "date": "2023-04-01", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216543", - "date": "2020-10-14", - "balls": 8, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1136598", - "date": "2018-05-06", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "734019", - "date": "2014-05-19", - "balls": 26, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.0, - "score_label": "Bowler advantage" - }, - { - "key": "r_tewatia__ravi_bishnoi", - "batter": "R Tewatia", - "bowler": "Ravi Bishnoi", - "balls": 46, - "legal_balls": 42, - "runs_off_bat": 68, - "dismissals": 2, - "strike_rate": 161.9, - "runs_per_ball": 1.619, - "dot_ball_pct": 52.4, - "boundary_count": 12, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 38, - "dismissals": 2 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 10, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1304050", - "date": "2022-03-28", - "balls": 16, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1216527", - "date": "2020-09-27", - "balls": 16, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 39.0, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__ra_jadeja", - "batter": "M Shahrukh Khan", - "bowler": "RA Jadeja", - "balls": 44, - "legal_balls": 42, - "runs_off_bat": 40, - "dismissals": 2, - "strike_rate": 95.2, - "runs_per_ball": 0.952, - "dot_ball_pct": 52.4, - "boundary_count": 4, - "boundary_pct": 9.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 42, - "runs_off_bat": 40, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1304057", - "date": "2022-04-03", - "balls": 10, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254094", - "date": "2021-10-07", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254065", - "date": "2021-04-16", - "balls": 18, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 31.0, - "score_label": "Bowler advantage" - }, - { - "key": "rm_patidar__avesh_khan", - "batter": "RM Patidar", - "bowler": "Avesh Khan", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 74, - "dismissals": 2, - "strike_rate": 176.2, - "runs_per_ball": 1.762, - "dot_ball_pct": 33.3, - "boundary_count": 12, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 52, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426310", - "date": "2024-05-22", - "balls": 10, - "runs": 26, - "dismissed": true - }, - { - "match_id": "1312198", - "date": "2022-05-25", - "balls": 20, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1254079", - "date": "2021-04-27", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 40.7, - "score_label": "Neutral" - }, - { - "key": "ak_markram__kuldeep_yadav", - "batter": "AK Markram", - "bowler": "Kuldeep Yadav", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 64, - "dismissals": 2, - "strike_rate": 152.4, - "runs_per_ball": 1.524, - "dot_ball_pct": 33.3, - "boundary_count": 8, - "boundary_pct": 19.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 42, - "runs_off_bat": 64, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359514", - "date": "2023-04-29", - "balls": 14, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359508", - "date": "2023-04-24", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304096", - "date": "2022-05-05", - "balls": 18, - "runs": 50, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.9, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__ravi_bishnoi", - "batter": "SP Narine", - "bowler": "Ravi Bishnoi", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 74, - "dismissals": 2, - "strike_rate": 176.2, - "runs_per_ball": 1.762, - "dot_ball_pct": 38.1, - "boundary_count": 12, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 42, - "runs_off_bat": 74, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 22, - "runs": 32, - "dismissed": true - }, - { - "match_id": "1304099", - "date": "2022-05-07", - "balls": 20, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 40.7, - "score_label": "Neutral" - }, - { - "key": "r_parag__ravi_bishnoi", - "batter": "R Parag", - "bowler": "Ravi Bishnoi", - "balls": 44, - "legal_balls": 42, - "runs_off_bat": 40, - "dismissals": 2, - "strike_rate": 95.2, - "runs_per_ball": 0.952, - "dot_ball_pct": 38.1, - "boundary_count": 2, - "boundary_pct": 4.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 6, - "dismissals": 2 - }, - "middle": { - "legal_balls": 28, - "runs_off_bat": 34, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 16, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 8, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 31.0, - "score_label": "Bowler advantage" - }, - { - "key": "ybk_jaiswal__vg_arora", - "batter": "YBK Jaiswal", - "bowler": "VG Arora", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 64, - "dismissals": 2, - "strike_rate": 152.4, - "runs_per_ball": 1.524, - "dot_ball_pct": 47.6, - "boundary_count": 10, - "boundary_pct": 23.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 42, - "runs_off_bat": 64, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473443", - "date": "2025-03-26", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 8, - "runs": 20, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 37.9, - "score_label": "Bowler advantage" - }, - { - "key": "shashank_singh__ra_jadeja", - "batter": "Shashank Singh", - "bowler": "RA Jadeja", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 50, - "dismissals": 2, - "strike_rate": 119.0, - "runs_per_ball": 1.19, - "dot_ball_pct": 42.9, - "boundary_count": 6, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 36, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 20, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 6, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 18, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426287", - "date": "2024-05-01", - "balls": 10, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 33.9, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__ds_rathi", - "batter": "SS Iyer", - "bowler": "DS Rathi", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 78, - "dismissals": 2, - "strike_rate": 185.7, - "runs_per_ball": 1.857, - "dot_ball_pct": 19.0, - "boundary_count": 12, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 32, - "runs_off_bat": 64, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529311", - "date": "2026-05-23", - "balls": 18, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 10, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1473450", - "date": "2025-04-01", - "balls": 14, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 41.9, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__jc_archer", - "batter": "MR Marsh", - "bowler": "JC Archer", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 76, - "dismissals": 2, - "strike_rate": 181.0, - "runs_per_ball": 1.81, - "dot_ball_pct": 38.1, - "boundary_count": 14, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 56, - "dismissals": 2 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529307", - "date": "2026-05-19", - "balls": 26, - "runs": 50, - "dismissed": false - }, - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 4, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 41.3, - "score_label": "Neutral" - }, - { - "key": "rd_rickelton__arshdeep_singh", - "batter": "RD Rickelton", - "bowler": "Arshdeep Singh", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 48, - "dismissals": 2, - "strike_rate": 114.3, - "runs_per_ball": 1.143, - "dot_ball_pct": 52.4, - "boundary_count": 8, - "boundary_pct": 19.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 42, - "runs_off_bat": 48, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529301", - "date": "2026-05-14", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1529267", - "date": "2026-04-16", - "balls": 14, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 22, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 33.3, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__washington_sundar", - "batter": "HH Pandya", - "bowler": "Washington Sundar", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 104.8, - "runs_per_ball": 1.048, - "dot_ball_pct": 38.1, - "boundary_count": 4, - "boundary_pct": 9.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 42, - "runs_off_bat": 44, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304086", - "date": "2022-04-27", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304067", - "date": "2022-04-11", - "balls": 16, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216547", - "date": "2020-09-28", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1136591", - "date": "2018-05-01", - "balls": 10, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1082650", - "date": "2017-05-21", - "balls": 6, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 48.2, - "score_label": "Neutral" - }, - { - "key": "ar_patel__kh_pandya", - "batter": "AR Patel", - "bowler": "KH Pandya", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 52, - "dismissals": 0, - "strike_rate": 123.8, - "runs_per_ball": 1.238, - "dot_ball_pct": 19.0, - "boundary_count": 4, - "boundary_pct": 9.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 42, - "runs_off_bat": 52, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1237177", - "date": "2020-11-05", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1178409", - "date": "2019-04-18", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.5, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__sm_curran", - "batter": "JC Buttler", - "bowler": "SM Curran", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 68, - "dismissals": 0, - "strike_rate": 161.9, - "runs_per_ball": 1.619, - "dot_ball_pct": 38.1, - "boundary_count": 10, - "boundary_pct": 23.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 58, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359482", - "date": "2023-04-05", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1254069", - "date": "2021-04-19", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216533", - "date": "2020-10-19", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1175359", - "date": "2019-03-25", - "balls": 10, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 55.0, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__ar_patel", - "batter": "YBK Jaiswal", - "bowler": "AR Patel", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 62, - "dismissals": 0, - "strike_rate": 147.6, - "runs_per_ball": 1.476, - "dot_ball_pct": 38.1, - "boundary_count": 12, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 36, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359485", - "date": "2023-04-08", - "balls": 22, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1304104", - "date": "2022-05-11", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1216500", - "date": "2020-10-09", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 53.3, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__r_tewatia", - "batter": "KH Pandya", - "bowler": "R Tewatia", - "balls": 46, - "legal_balls": 42, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 42.9, - "boundary_count": 6, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 42, - "runs_off_bat": 56, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359504", - "date": "2023-04-22", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254081", - "date": "2021-04-29", - "balls": 16, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1216511", - "date": "2020-10-06", - "balls": 18, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__ta_boult", - "batter": "VR Iyer", - "bowler": "TA Boult", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 38, - "dismissals": 0, - "strike_rate": 90.5, - "runs_per_ball": 0.905, - "dot_ball_pct": 52.4, - "boundary_count": 2, - "boundary_pct": 4.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359530", - "date": "2023-05-11", - "balls": 12, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254096", - "date": "2021-09-23", - "balls": 10, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 46.5, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__vg_arora", - "batter": "RD Gaikwad", - "bowler": "VG Arora", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 28.6, - "boundary_count": 8, - "boundary_pct": 19.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 40, - "runs_off_bat": 54, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529265", - "date": "2026-04-14", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 24, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304057", - "date": "2022-04-03", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__k_rabada", - "batter": "B Sai Sudharsan", - "bowler": "K Rabada", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 42.9, - "boundary_count": 10, - "boundary_pct": 23.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422135", - "date": "2024-04-04", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359492", - "date": "2023-04-13", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304094", - "date": "2022-05-03", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304062", - "date": "2022-04-08", - "balls": 20, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__jj_bumrah", - "batter": "JM Sharma", - "bowler": "JJ Bumrah", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 28.6, - "boundary_count": 6, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 34, - "runs_off_bat": 44, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529297", - "date": "2026-05-10", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 16, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304069", - "date": "2022-04-13", - "balls": 12, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "a_badoni__mohammed_siraj", - "batter": "A Badoni", - "bowler": "Mohammed Siraj", - "balls": 48, - "legal_balls": 42, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 52.4, - "boundary_count": 6, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 34, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 6, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359517", - "date": "2023-05-01", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359489", - "date": "2023-04-10", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304077", - "date": "2022-04-19", - "balls": 16, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__mj_santner", - "batter": "B Sai Sudharsan", - "bowler": "MJ Santner", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 80, - "dismissals": 0, - "strike_rate": 190.5, - "runs_per_ball": 1.905, - "dot_ball_pct": 19.0, - "boundary_count": 12, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 28, - "runs_off_bat": 64, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 6, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426297", - "date": "2024-05-10", - "balls": 10, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1359475", - "date": "2023-03-31", - "balls": 14, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 58.5, - "score_label": "Neutral" - }, - { - "key": "ar_patel__avesh_khan", - "batter": "AR Patel", - "bowler": "Avesh Khan", - "balls": 46, - "legal_balls": 42, - "runs_off_bat": 50, - "dismissals": 0, - "strike_rate": 119.0, - "runs_per_ball": 1.19, - "dot_ball_pct": 47.6, - "boundary_count": 8, - "boundary_pct": 19.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 28, - "runs_off_bat": 40, - "dismissals": 0 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 14, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 16, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359477", - "date": "2023-04-01", - "balls": 12, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.9, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__kk_ahmed", - "batter": "B Sai Sudharsan", - "bowler": "KK Ahmed", - "balls": 44, - "legal_balls": 42, - "runs_off_bat": 58, - "dismissals": 0, - "strike_rate": 138.1, - "runs_per_ball": 1.381, - "dot_ball_pct": 38.1, - "boundary_count": 10, - "boundary_pct": 23.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 48, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426278", - "date": "2024-04-24", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426270", - "date": "2024-04-17", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359481", - "date": "2023-04-04", - "balls": 18, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 52.2, - "score_label": "Neutral" - }, - { - "key": "v_kohli__mr_marsh", - "batter": "V Kohli", - "bowler": "MR Marsh", - "balls": 42, - "legal_balls": 42, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 23.8, - "boundary_count": 6, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359524", - "date": "2023-05-06", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359494", - "date": "2023-04-15", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "419145", - "date": "2010-04-08", - "balls": 22, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "m_jansen__m_pathirana", - "batter": "M Jansen", - "bowler": "M Pathirana", - "balls": 44, - "legal_balls": 42, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 42, - "runs_off_bat": 56, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 20, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1359503", - "date": "2023-04-21", - "balls": 22, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__sm_curran", - "batter": "RD Gaikwad", - "bowler": "SM Curran", - "balls": 46, - "legal_balls": 42, - "runs_off_bat": 76, - "dismissals": 0, - "strike_rate": 181.0, - "runs_per_ball": 1.81, - "dot_ball_pct": 19.0, - "boundary_count": 8, - "boundary_pct": 19.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 34, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426287", - "date": "2024-05-01", - "balls": 18, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1359515", - "date": "2023-04-30", - "balls": 12, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 57.3, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__hh_pandya", - "batter": "H Klaasen", - "bowler": "HH Pandya", - "balls": 50, - "legal_balls": 42, - "runs_off_bat": 66, - "dismissals": 0, - "strike_rate": 157.1, - "runs_per_ball": 1.571, - "dot_ball_pct": 28.6, - "boundary_count": 10, - "boundary_pct": 23.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 40, - "runs_off_bat": 64, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 16, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422126", - "date": "2024-03-27", - "balls": 6, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.5, - "score_label": "Neutral" - }, - { - "key": "tm_head__mukesh_kumar", - "batter": "TM Head", - "bowler": "Mukesh Kumar", - "balls": 44, - "legal_balls": 42, - "runs_off_bat": 94, - "dismissals": 0, - "strike_rate": 223.8, - "runs_per_ball": 2.238, - "dot_ball_pct": 23.8, - "boundary_count": 18, - "boundary_pct": 42.9, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 42, - "runs_off_bat": 94, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529274", - "date": "2026-04-21", - "balls": 16, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473447", - "date": "2025-03-30", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 12, - "runs": 44, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 62.5, - "score_label": "Batter advantage" - }, - { - "key": "rd_rickelton__pj_cummins", - "batter": "RD Rickelton", - "bowler": "PJ Cummins", - "balls": 44, - "legal_balls": 42, - "runs_off_bat": 58, - "dismissals": 0, - "strike_rate": 138.1, - "runs_per_ball": 1.381, - "dot_ball_pct": 28.6, - "boundary_count": 8, - "boundary_pct": 19.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 42, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 26, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 52.2, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__noor_ahmad", - "batter": "B Sai Sudharsan", - "bowler": "Noor Ahmad", - "balls": 44, - "legal_balls": 42, - "runs_off_bat": 62, - "dismissals": 0, - "strike_rate": 147.6, - "runs_per_ball": 1.476, - "dot_ball_pct": 9.5, - "boundary_count": 6, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 42, - "runs_off_bat": 62, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529309", - "date": "2026-05-21", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1529280", - "date": "2026-04-26", - "balls": 26, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 53.3, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__kuldeep_yadav", - "batter": "KL Rahul", - "bowler": "Kuldeep Yadav", - "balls": 40, - "legal_balls": 40, - "runs_off_bat": 68, - "dismissals": 4, - "strike_rate": 170.0, - "runs_per_ball": 1.7, - "dot_ball_pct": 15.0, - "boundary_count": 8, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 36, - "runs_off_bat": 64, - "dismissals": 4 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426264", - "date": "2024-04-12", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304091", - "date": "2022-05-01", - "balls": 16, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1304061", - "date": "2022-04-07", - "balls": 12, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1136578", - "date": "2018-04-21", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 24.0, - "score_label": "Bowler advantage" - }, - { - "key": "r_parag__k_rabada", - "batter": "R Parag", - "bowler": "K Rabada", - "balls": 44, - "legal_balls": 40, - "runs_off_bat": 54, - "dismissals": 4, - "strike_rate": 135.0, - "runs_per_ball": 1.35, - "dot_ball_pct": 60.0, - "boundary_count": 8, - "boundary_pct": 20.0, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 4 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 12, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1254097", - "date": "2021-09-25", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178415", - "date": "2019-04-22", - "balls": 6, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 19.8, - "score_label": "Bowler advantage" - }, - { - "key": "ak_markram__m_prasidh_krishna", - "batter": "AK Markram", - "bowler": "M Prasidh Krishna", - "balls": 40, - "legal_balls": 40, - "runs_off_bat": 76, - "dismissals": 4, - "strike_rate": 190.0, - "runs_per_ball": 1.9, - "dot_ball_pct": 35.0, - "boundary_count": 14, - "boundary_pct": 35.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 0 - }, - "middle": { - "legal_balls": 20, - "runs_off_bat": 30, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 10, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 14, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 10, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 26.4, - "score_label": "Bowler advantage" - }, - { - "key": "t_stubbs__b_kumar", - "batter": "T Stubbs", - "bowler": "B Kumar", - "balls": 40, - "legal_balls": 40, - "runs_off_bat": 70, - "dismissals": 4, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 15.0, - "boundary_count": 10, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 34, - "runs_off_bat": 60, - "dismissals": 2 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529282", - "date": "2026-04-27", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 16, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 10, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 8, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 24.6, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__m_jansen", - "batter": "Ishan Kishan", - "bowler": "M Jansen", - "balls": 44, - "legal_balls": 40, - "runs_off_bat": 52, - "dismissals": 4, - "strike_rate": 130.0, - "runs_per_ball": 1.3, - "dot_ball_pct": 45.0, - "boundary_count": 8, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 32, - "dismissals": 2 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 8, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1359499", - "date": "2023-04-18", - "balls": 18, - "runs": 22, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 19.2, - "score_label": "Bowler advantage" - }, - { - "key": "b_sai_sudharsan__m_pathirana", - "batter": "B Sai Sudharsan", - "bowler": "M Pathirana", - "balls": 46, - "legal_balls": 40, - "runs_off_bat": 76, - "dismissals": 4, - "strike_rate": 190.0, - "runs_per_ball": 1.9, - "dot_ball_pct": 35.0, - "boundary_count": 12, - "boundary_pct": 30.0, - "dismissal_types": { - "lbw": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 28, - "dismissals": 2 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 48, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422125", - "date": "2024-03-26", - "balls": 12, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1370353", - "date": "2023-05-29", - "balls": 28, - "runs": 68, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 26.4, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__m_pathirana", - "batter": "KL Rahul", - "bowler": "M Pathirana", - "balls": 44, - "legal_balls": 40, - "runs_off_bat": 46, - "dismissals": 4, - "strike_rate": 115.0, - "runs_per_ball": 1.15, - "dot_ball_pct": 30.0, - "boundary_count": 4, - "boundary_pct": 10.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 14, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 18, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1426272", - "date": "2024-04-19", - "balls": 22, - "runs": 26, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 17.4, - "score_label": "Bowler advantage" - }, - { - "key": "ra_jadeja__ar_patel", - "batter": "RA Jadeja", - "bowler": "AR Patel", - "balls": 42, - "legal_balls": 40, - "runs_off_bat": 60, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 20.0, - "boundary_count": 8, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 34, - "dismissals": 2 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529286", - "date": "2026-05-01", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178425", - "date": "2019-05-01", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1082616", - "date": "2017-04-23", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "980955", - "date": "2016-05-01", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "829753", - "date": "2015-04-25", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__jd_unadkat", - "batter": "Ishan Kishan", - "bowler": "JD Unadkat", - "balls": 40, - "legal_balls": 40, - "runs_off_bat": 62, - "dismissals": 2, - "strike_rate": 155.0, - "runs_per_ball": 1.55, - "dot_ball_pct": 35.0, - "boundary_count": 8, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 38, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1422126", - "date": "2024-03-27", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1178402", - "date": "2019-04-13", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1136581", - "date": "2018-04-22", - "balls": 18, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1082629", - "date": "2017-05-01", - "balls": 14, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.2, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__r_ashwin", - "batter": "R Tewatia", - "bowler": "R Ashwin", - "balls": 40, - "legal_balls": 40, - "runs_off_bat": 28, - "dismissals": 2, - "strike_rate": 70.0, - "runs_per_ball": 0.7, - "dot_ball_pct": 45.0, - "boundary_count": 2, - "boundary_pct": 5.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 2 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426262", - "date": "2024-04-10", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254097", - "date": "2021-09-25", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254064", - "date": "2021-04-15", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216543", - "date": "2020-10-14", - "balls": 10, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216500", - "date": "2020-10-09", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 28.0, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__kk_ahmed", - "batter": "RR Pant", - "bowler": "KK Ahmed", - "balls": 44, - "legal_balls": 40, - "runs_off_bat": 60, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 35.0, - "boundary_count": 8, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 24, - "runs_off_bat": 52, - "dismissals": 2 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254105", - "date": "2021-09-22", - "balls": 16, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1254077", - "date": "2021-04-25", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1216532", - "date": "2020-09-29", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1181766", - "date": "2019-05-08", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__pj_cummins", - "batter": "SV Samson", - "bowler": "PJ Cummins", - "balls": 42, - "legal_balls": 40, - "runs_off_bat": 46, - "dismissals": 2, - "strike_rate": 115.0, - "runs_per_ball": 1.15, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 5.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 2 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529306", - "date": "2026-05-18", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254075", - "date": "2021-04-24", - "balls": 16, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1216530", - "date": "2020-11-01", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 33.4, - "score_label": "Bowler advantage" - }, - { - "key": "sm_curran__kk_ahmed", - "batter": "SM Curran", - "bowler": "KK Ahmed", - "balls": 42, - "legal_balls": 40, - "runs_off_bat": 64, - "dismissals": 2, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 45.0, - "boundary_count": 10, - "boundary_pct": 25.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 60, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 16, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1359538", - "date": "2023-05-17", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1216528", - "date": "2020-10-13", - "balls": 22, - "runs": 54, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.8, - "score_label": "Neutral" - }, - { - "key": "ak_markram__ys_chahal", - "batter": "AK Markram", - "bowler": "YS Chahal", - "balls": 40, - "legal_balls": 40, - "runs_off_bat": 50, - "dismissals": 2, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 20.0, - "boundary_count": 4, - "boundary_pct": 10.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 2 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359526", - "date": "2023-05-07", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 24, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1254090", - "date": "2021-10-03", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 34.6, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__cv_varun", - "batter": "Abhishek Sharma", - "bowler": "CV Varun", - "balls": 42, - "legal_balls": 40, - "runs_off_bat": 104, - "dismissals": 2, - "strike_rate": 260.0, - "runs_per_ball": 2.6, - "dot_ball_pct": 25.0, - "boundary_count": 18, - "boundary_pct": 45.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 82, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 12, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 10, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1359493", - "date": "2023-04-14", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 10, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 50.8, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__kh_pandya", - "batter": "H Klaasen", - "bowler": "KH Pandya", - "balls": 40, - "legal_balls": 40, - "runs_off_bat": 34, - "dismissals": 2, - "strike_rate": 85.0, - "runs_per_ball": 0.85, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 5.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 8, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 14, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359532", - "date": "2023-05-13", - "balls": 12, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 29.8, - "score_label": "Bowler advantage" - }, - { - "key": "dhruv_jurel__ar_patel", - "batter": "Dhruv Jurel", - "bowler": "AR Patel", - "balls": 40, - "legal_balls": 40, - "runs_off_bat": 54, - "dismissals": 2, - "strike_rate": 135.0, - "runs_per_ball": 1.35, - "dot_ball_pct": 20.0, - "boundary_count": 6, - "boundary_pct": 15.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 40, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529305", - "date": "2026-05-17", - "balls": 14, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1529286", - "date": "2026-05-01", - "balls": 20, - "runs": 38, - "dismissed": true - }, - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.8, - "score_label": "Bowler advantage" - }, - { - "key": "abishek_porel__jj_bumrah", - "batter": "Abishek Porel", - "bowler": "JJ Bumrah", - "balls": 42, - "legal_balls": 40, - "runs_off_bat": 28, - "dismissals": 2, - "strike_rate": 70.0, - "runs_per_ball": 0.7, - "dot_ball_pct": 55.0, - "boundary_count": 2, - "boundary_pct": 5.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426281", - "date": "2024-04-27", - "balls": 18, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1422138", - "date": "2024-04-07", - "balls": 16, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 28.0, - "score_label": "Bowler advantage" - }, - { - "key": "abishek_porel__b_kumar", - "batter": "Abishek Porel", - "bowler": "B Kumar", - "balls": 42, - "legal_balls": 40, - "runs_off_bat": 68, - "dismissals": 2, - "strike_rate": 170.0, - "runs_per_ball": 1.7, - "dot_ball_pct": 45.0, - "boundary_count": 10, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 40, - "runs_off_bat": 68, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529282", - "date": "2026-04-27", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 14, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 10, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 12, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 40.0, - "score_label": "Neutral" - }, - { - "key": "sameer_rizvi__mj_santner", - "batter": "Sameer Rizvi", - "bowler": "MJ Santner", - "balls": 40, - "legal_balls": 40, - "runs_off_bat": 28, - "dismissals": 2, - "strike_rate": 70.0, - "runs_per_ball": 0.7, - "dot_ball_pct": 60.0, - "boundary_count": 4, - "boundary_pct": 10.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 32, - "runs_off_bat": 24, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527681", - "date": "2026-04-04", - "balls": 18, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 22, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 28.0, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__hh_pandya", - "batter": "SS Iyer", - "bowler": "HH Pandya", - "balls": 40, - "legal_balls": 40, - "runs_off_bat": 40, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 35.0, - "boundary_count": 4, - "boundary_pct": 10.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 40, - "runs_off_bat": 40, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529267", - "date": "2026-04-16", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473510", - "date": "2025-06-01", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "980933", - "date": "2016-04-23", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "829747", - "date": "2015-04-23", - "balls": 16, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__ys_chahal", - "batter": "SP Narine", - "bowler": "YS Chahal", - "balls": 42, - "legal_balls": 40, - "runs_off_bat": 98, - "dismissals": 0, - "strike_rate": 245.0, - "runs_per_ball": 2.45, - "dot_ball_pct": 5.0, - "boundary_count": 14, - "boundary_pct": 35.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 0 - }, - "middle": { - "legal_balls": 20, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 44, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 22, - "runs": 66, - "dismissed": false - }, - { - "match_id": "1359530", - "date": "2023-05-11", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254115", - "date": "2021-10-11", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1136589", - "date": "2018-04-29", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1136563", - "date": "2018-04-08", - "balls": 6, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 65.0, - "score_label": "Batter advantage" - }, - { - "key": "f_du_plessis__kuldeep_yadav", - "batter": "F du Plessis", - "bowler": "Kuldeep Yadav", - "balls": 40, - "legal_balls": 40, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 90.0, - "runs_per_ball": 0.9, - "dot_ball_pct": 35.0, - "boundary_count": 2, - "boundary_pct": 5.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 40, - "runs_off_bat": 36, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359524", - "date": "2023-05-06", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1178398", - "date": "2019-04-09", - "balls": 26, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 46.4, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__kh_pandya", - "batter": "D Padikkal", - "bowler": "KH Pandya", - "balls": 42, - "legal_balls": 40, - "runs_off_bat": 66, - "dismissals": 0, - "strike_rate": 165.0, - "runs_per_ball": 1.65, - "dot_ball_pct": 20.0, - "boundary_count": 10, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 34, - "runs_off_bat": 48, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1216499", - "date": "2020-10-28", - "balls": 18, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1216547", - "date": "2020-09-28", - "balls": 16, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 55.4, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__mohammed_siraj", - "batter": "MR Marsh", - "bowler": "Mohammed Siraj", - "balls": 42, - "legal_balls": 40, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 55.0, - "boundary_count": 4, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 26, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1304073", - "date": "2022-04-16", - "balls": 12, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 45.2, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__hv_patel", - "batter": "Tilak Varma", - "bowler": "HV Patel", - "balls": 44, - "legal_balls": 40, - "runs_off_bat": 76, - "dismissals": 0, - "strike_rate": 190.0, - "runs_per_ball": 1.9, - "dot_ball_pct": 15.0, - "boundary_count": 10, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 22, - "runs_off_bat": 56, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359479", - "date": "2023-04-02", - "balls": 18, - "runs": 44, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 58.4, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__jc_archer", - "batter": "JC Buttler", - "bowler": "JC Archer", - "balls": 44, - "legal_balls": 40, - "runs_off_bat": 64, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 35.0, - "boundary_count": 10, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359516", - "date": "2023-04-30", - "balls": 14, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__pj_cummins", - "batter": "P Simran Singh", - "bowler": "PJ Cummins", - "balls": 42, - "legal_balls": 40, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 50.0, - "boundary_count": 10, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 46, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426307", - "date": "2024-05-19", - "balls": 16, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 52.4, - "score_label": "Neutral" - }, - { - "key": "n_pooran__harshit_rana", - "batter": "N Pooran", - "bowler": "Harshit Rana", - "balls": 44, - "legal_balls": 40, - "runs_off_bat": 72, - "dismissals": 0, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 40.0, - "boundary_count": 12, - "boundary_pct": 30.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 36, - "runs_off_bat": 68, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 18, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 22, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 57.2, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__sandeep_sharma", - "batter": "Nithish Kumar Reddy", - "bowler": "Sandeep Sharma", - "balls": 44, - "legal_balls": 40, - "runs_off_bat": 60, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 50.0, - "boundary_count": 8, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 38, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 14, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 22, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__pj_cummins", - "batter": "VR Iyer", - "bowler": "PJ Cummins", - "balls": 42, - "legal_balls": 40, - "runs_off_bat": 100, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 25.0, - "boundary_count": 18, - "boundary_pct": 45.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 38, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 40, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 14, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 12, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426309", - "date": "2024-05-21", - "balls": 12, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "dhruv_jurel__suyash_sharma", - "batter": "Dhruv Jurel", - "bowler": "Suyash Sharma", - "balls": 40, - "legal_balls": 40, - "runs_off_bat": 50, - "dismissals": 0, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 26, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 14, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.6, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__suyash_sharma", - "batter": "N Wadhera", - "bowler": "Suyash Sharma", - "balls": 40, - "legal_balls": 40, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 50.0, - "boundary_count": 8, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 40, - "runs_off_bat": 56, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 24, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 52.4, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__m_prasidh_krishna", - "batter": "YBK Jaiswal", - "bowler": "M Prasidh Krishna", - "balls": 40, - "legal_balls": 40, - "runs_off_bat": 92, - "dismissals": 0, - "strike_rate": 230.0, - "runs_per_ball": 2.3, - "dot_ball_pct": 25.0, - "boundary_count": 16, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 32, - "dismissals": 0 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 60, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 16, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 24, - "runs": 60, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 63.2, - "score_label": "Batter advantage" - }, - { - "key": "p_simran_singh__prince_yadav", - "batter": "P Simran Singh", - "bowler": "Prince Yadav", - "balls": 40, - "legal_balls": 40, - "runs_off_bat": 58, - "dismissals": 0, - "strike_rate": 145.0, - "runs_per_ball": 1.45, - "dot_ball_pct": 30.0, - "boundary_count": 8, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 34, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529311", - "date": "2026-05-23", - "balls": 16, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 24, - "runs": 38, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 53.0, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__jj_bumrah", - "batter": "SO Hetmyer", - "bowler": "JJ Bumrah", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 22, - "dismissals": 8, - "strike_rate": 57.9, - "runs_per_ball": 0.579, - "dot_ball_pct": 47.4, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 8 - }, - "phase_splits": { - "death": { - "legal_balls": 24, - "runs_off_bat": 16, - "dismissals": 4 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473487", - "date": "2025-05-01", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304090", - "date": "2022-04-30", - "balls": 12, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304055", - "date": "2022-04-02", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__hv_patel", - "batter": "SS Iyer", - "bowler": "HV Patel", - "balls": 42, - "legal_balls": 38, - "runs_off_bat": 68, - "dismissals": 6, - "strike_rate": 178.9, - "runs_per_ball": 1.789, - "dot_ball_pct": 26.3, - "boundary_count": 8, - "boundary_pct": 21.1, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 20, - "runs_off_bat": 42, - "dismissals": 4 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 10, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 10, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1254101", - "date": "2021-10-08", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1082646", - "date": "2017-05-14", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "829813", - "date": "2015-05-17", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 9.1, - "score_label": "Bowler advantage" - }, - { - "key": "a_badoni__ys_chahal", - "batter": "A Badoni", - "bowler": "YS Chahal", - "balls": 40, - "legal_balls": 38, - "runs_off_bat": 36, - "dismissals": 6, - "strike_rate": 94.7, - "runs_per_ball": 0.947, - "dot_ball_pct": 36.8, - "boundary_count": 2, - "boundary_pct": 5.3, - "dismissal_types": { - "caught": 4, - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 18, - "dismissals": 4 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529311", - "date": "2026-05-23", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 12, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1473450", - "date": "2025-04-01", - "balls": 18, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1304066", - "date": "2022-04-10", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "tilak_varma__b_kumar", - "batter": "Tilak Varma", - "bowler": "B Kumar", - "balls": 42, - "legal_balls": 38, - "runs_off_bat": 54, - "dismissals": 6, - "strike_rate": 142.1, - "runs_per_ball": 1.421, - "dot_ball_pct": 47.4, - "boundary_count": 8, - "boundary_pct": 21.1, - "dismissal_types": { - "caught": 4, - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 22, - "runs_off_bat": 44, - "dismissals": 6 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529297", - "date": "2026-05-10", - "balls": 16, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 10, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422126", - "date": "2024-03-27", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359499", - "date": "2023-04-18", - "balls": 4, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 4.7, - "score_label": "Bowler advantage" - }, - { - "key": "washington_sundar__kh_pandya", - "batter": "Washington Sundar", - "bowler": "KH Pandya", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 22, - "dismissals": 4, - "strike_rate": 57.9, - "runs_per_ball": 0.579, - "dot_ball_pct": 47.4, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 18, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 14, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359484", - "date": "2023-04-07", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304058", - "date": "2022-04-04", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254058", - "date": "2021-04-09", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 10.5, - "score_label": "Bowler advantage" - }, - { - "key": "ad_russell__mohammed_siraj", - "batter": "AD Russell", - "bowler": "Mohammed Siraj", - "balls": 48, - "legal_balls": 38, - "runs_off_bat": 46, - "dismissals": 4, - "strike_rate": 121.1, - "runs_per_ball": 1.211, - "dot_ball_pct": 68.4, - "boundary_count": 6, - "boundary_pct": 15.8, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 30, - "runs_off_bat": 38, - "dismissals": 4 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426274", - "date": "2024-04-21", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359510", - "date": "2023-04-26", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304052", - "date": "2022-03-30", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254067", - "date": "2021-04-18", - "balls": 12, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178410", - "date": "2019-04-19", - "balls": 8, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 18.1, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__ad_russell", - "batter": "SV Samson", - "bowler": "AD Russell", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 64, - "dismissals": 4, - "strike_rate": 168.4, - "runs_per_ball": 1.684, - "dot_ball_pct": 21.1, - "boundary_count": 10, - "boundary_pct": 26.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 36, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1178418", - "date": "2019-04-25", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1136618", - "date": "2018-05-23", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "980951", - "date": "2016-04-30", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "980903", - "date": "2016-04-10", - "balls": 2, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 23.8, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__r_ashwin", - "batter": "D Padikkal", - "bowler": "R Ashwin", - "balls": 40, - "legal_balls": 38, - "runs_off_bat": 32, - "dismissals": 4, - "strike_rate": 84.2, - "runs_per_ball": 0.842, - "dot_ball_pct": 42.1, - "boundary_count": 2, - "boundary_pct": 5.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 2 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 22, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 6, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1216505", - "date": "2020-11-02", - "balls": 26, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1216519", - "date": "2020-10-05", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 13.7, - "score_label": "Bowler advantage" - }, - { - "key": "vr_iyer__dl_chahar", - "batter": "VR Iyer", - "bowler": "DL Chahar", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 50, - "dismissals": 4, - "strike_rate": 131.6, - "runs_per_ball": 1.316, - "dot_ball_pct": 47.4, - "boundary_count": 10, - "boundary_pct": 26.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 38, - "runs_off_bat": 50, - "dismissals": 4 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 8, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1254117", - "date": "2021-10-15", - "balls": 16, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 19.4, - "score_label": "Bowler advantage" - }, - { - "key": "jm_sharma__ar_patel", - "batter": "JM Sharma", - "bowler": "AR Patel", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 30, - "dismissals": 4, - "strike_rate": 78.9, - "runs_per_ball": 0.789, - "dot_ball_pct": 42.1, - "boundary_count": 2, - "boundary_pct": 5.3, - "dismissal_types": { - "lbw": 2, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 32, - "runs_off_bat": 26, - "dismissals": 2 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359533", - "date": "2023-05-13", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304110", - "date": "2022-05-16", - "balls": 20, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304078", - "date": "2022-04-20", - "balls": 8, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 13.1, - "score_label": "Bowler advantage" - }, - { - "key": "rk_singh__ys_chahal", - "batter": "RK Singh", - "bowler": "YS Chahal", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 30, - "dismissals": 4, - "strike_rate": 78.9, - "runs_per_ball": 0.789, - "dot_ball_pct": 57.9, - "boundary_count": 4, - "boundary_pct": 10.5, - "dismissal_types": { - "caught": 2, - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 6, - "dismissals": 2 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 24, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 14, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359530", - "date": "2023-05-11", - "balls": 8, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304093", - "date": "2022-05-02", - "balls": 16, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 13.1, - "score_label": "Bowler advantage" - }, - { - "key": "a_badoni__tu_deshpande", - "batter": "A Badoni", - "bowler": "TU Deshpande", - "balls": 44, - "legal_balls": 38, - "runs_off_bat": 46, - "dismissals": 4, - "strike_rate": 121.1, - "runs_per_ball": 1.211, - "dot_ball_pct": 31.6, - "boundary_count": 4, - "boundary_pct": 10.5, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 26, - "runs_off_bat": 32, - "dismissals": 4 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 18, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1359480", - "date": "2023-04-03", - "balls": 20, - "runs": 24, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 18.1, - "score_label": "Bowler advantage" - }, - { - "key": "dhruv_jurel__rashid_khan", - "batter": "Dhruv Jurel", - "bowler": "Rashid Khan", - "balls": 42, - "legal_balls": 38, - "runs_off_bat": 52, - "dismissals": 4, - "strike_rate": 136.8, - "runs_per_ball": 1.368, - "dot_ball_pct": 26.3, - "boundary_count": 6, - "boundary_pct": 15.8, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 36, - "runs_off_bat": 50, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 30, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 20.0, - "score_label": "Bowler advantage" - }, - { - "key": "p_simran_singh__harshit_rana", - "batter": "P Simran Singh", - "bowler": "Harshit Rana", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 74, - "dismissals": 4, - "strike_rate": 194.7, - "runs_per_ball": 1.947, - "dot_ball_pct": 52.6, - "boundary_count": 12, - "boundary_pct": 31.6, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 72, - "dismissals": 4 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473481", - "date": "2025-04-26", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 12, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 8, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359527", - "date": "2023-05-08", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 27.0, - "score_label": "Bowler advantage" - }, - { - "key": "p_simran_singh__noor_ahmad", - "batter": "P Simran Singh", - "bowler": "Noor Ahmad", - "balls": 40, - "legal_balls": 38, - "runs_off_bat": 70, - "dismissals": 4, - "strike_rate": 184.2, - "runs_per_ball": 1.842, - "dot_ball_pct": 26.3, - "boundary_count": 10, - "boundary_pct": 26.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 32, - "runs_off_bat": 60, - "dismissals": 4 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527680", - "date": "2026-04-03", - "balls": 16, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 14, - "runs": 28, - "dismissed": true - }, - { - "match_id": "1422135", - "date": "2024-04-04", - "balls": 8, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 25.7, - "score_label": "Bowler advantage" - }, - { - "key": "mr_marsh__mukesh_kumar", - "batter": "MR Marsh", - "bowler": "Mukesh Kumar", - "balls": 42, - "legal_balls": 38, - "runs_off_bat": 60, - "dismissals": 4, - "strike_rate": 157.9, - "runs_per_ball": 1.579, - "dot_ball_pct": 36.8, - "boundary_count": 8, - "boundary_pct": 21.1, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 44, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 4 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527678", - "date": "2026-04-01", - "balls": 18, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 14, - "runs": 38, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 22.5, - "score_label": "Bowler advantage" - }, - { - "key": "ra_jadeja__kuldeep_yadav", - "batter": "RA Jadeja", - "bowler": "Kuldeep Yadav", - "balls": 44, - "legal_balls": 38, - "runs_off_bat": 44, - "dismissals": 2, - "strike_rate": 115.8, - "runs_per_ball": 1.158, - "dot_ball_pct": 26.3, - "boundary_count": 2, - "boundary_pct": 5.3, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 2 - }, - "death": { - "legal_balls": 26, - "runs_off_bat": 34, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529286", - "date": "2026-05-01", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 18, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1136593", - "date": "2018-05-03", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1082613", - "date": "2017-04-21", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 33.5, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__jc_archer", - "batter": "SS Iyer", - "bowler": "JC Archer", - "balls": 42, - "legal_balls": 38, - "runs_off_bat": 46, - "dismissals": 2, - "strike_rate": 121.1, - "runs_per_ball": 1.211, - "dot_ball_pct": 47.4, - "boundary_count": 8, - "boundary_pct": 21.1, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 34, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529283", - "date": "2026-04-28", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 10, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1216543", - "date": "2020-10-14", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216500", - "date": "2020-10-09", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1136592", - "date": "2018-05-02", - "balls": 14, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 34.1, - "score_label": "Bowler advantage" - }, - { - "key": "ad_russell__hh_pandya", - "batter": "AD Russell", - "bowler": "HH Pandya", - "balls": 44, - "legal_balls": 38, - "runs_off_bat": 68, - "dismissals": 2, - "strike_rate": 178.9, - "runs_per_ball": 1.789, - "dot_ball_pct": 42.1, - "boundary_count": 10, - "boundary_pct": 26.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 4, - "dismissals": 2 - }, - "death": { - "legal_balls": 22, - "runs_off_bat": 64, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1178422", - "date": "2019-04-28", - "balls": 26, - "runs": 50, - "dismissed": false - }, - { - "match_id": "1136601", - "date": "2018-05-09", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1136597", - "date": "2018-05-06", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 41.1, - "score_label": "Neutral" - }, - { - "key": "am_rahane__m_prasidh_krishna", - "batter": "AM Rahane", - "bowler": "M Prasidh Krishna", - "balls": 40, - "legal_balls": 38, - "runs_off_bat": 60, - "dismissals": 2, - "strike_rate": 157.9, - "runs_per_ball": 1.579, - "dot_ball_pct": 36.8, - "boundary_count": 12, - "boundary_pct": 31.6, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 56, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1178418", - "date": "2019-04-25", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1178396", - "date": "2019-04-07", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1136618", - "date": "2018-05-23", - "balls": 18, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.5, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__ta_boult", - "batter": "Washington Sundar", - "bowler": "TA Boult", - "balls": 48, - "legal_balls": 38, - "runs_off_bat": 74, - "dismissals": 2, - "strike_rate": 194.7, - "runs_per_ball": 1.947, - "dot_ball_pct": 36.8, - "boundary_count": 12, - "boundary_pct": 31.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 38, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 32, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 8, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 8, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1254058", - "date": "2021-04-09", - "balls": 14, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216499", - "date": "2020-10-28", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 43.0, - "score_label": "Neutral" - }, - { - "key": "abhishek_sharma__ys_chahal", - "batter": "Abhishek Sharma", - "bowler": "YS Chahal", - "balls": 40, - "legal_balls": 38, - "runs_off_bat": 94, - "dismissals": 2, - "strike_rate": 247.4, - "runs_per_ball": 2.474, - "dot_ball_pct": 15.8, - "boundary_count": 14, - "boundary_pct": 36.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 34, - "runs_off_bat": 84, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 20, - "runs": 60, - "dismissed": false - }, - { - "match_id": "1359526", - "date": "2023-05-07", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1216534", - "date": "2020-09-21", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.3, - "score_label": "Neutral" - }, - { - "key": "v_kohli__m_jansen", - "batter": "V Kohli", - "bowler": "M Jansen", - "balls": 40, - "legal_balls": 38, - "runs_off_bat": 52, - "dismissals": 2, - "strike_rate": 136.8, - "runs_per_ball": 1.368, - "dot_ball_pct": 36.8, - "boundary_count": 8, - "boundary_pct": 21.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 42, - "dismissals": 2 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 22, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1304082", - "date": "2022-04-23", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254058", - "date": "2021-04-09", - "balls": 14, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 36.0, - "score_label": "Bowler advantage" - }, - { - "key": "rm_patidar__ar_patel", - "batter": "RM Patidar", - "bowler": "AR Patel", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 62, - "dismissals": 2, - "strike_rate": 163.2, - "runs_per_ball": 1.632, - "dot_ball_pct": 21.1, - "boundary_count": 6, - "boundary_pct": 15.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 46, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426300", - "date": "2024-05-12", - "balls": 14, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1254079", - "date": "2021-04-27", - "balls": 12, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 39.2, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__avesh_khan", - "batter": "YBK Jaiswal", - "bowler": "Avesh Khan", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 54, - "dismissals": 2, - "strike_rate": 142.1, - "runs_per_ball": 1.421, - "dot_ball_pct": 36.8, - "boundary_count": 8, - "boundary_pct": 21.1, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 44, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 12, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254097", - "date": "2021-09-25", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 36.7, - "score_label": "Bowler advantage" - }, - { - "key": "ar_patel__jr_hazlewood", - "batter": "AR Patel", - "bowler": "JR Hazlewood", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 42, - "dismissals": 2, - "strike_rate": 110.5, - "runs_per_ball": 1.105, - "dot_ball_pct": 42.1, - "boundary_count": 6, - "boundary_pct": 15.8, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304073", - "date": "2022-04-16", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254114", - "date": "2021-10-10", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 32.9, - "score_label": "Bowler advantage" - }, - { - "key": "mr_marsh__hv_patel", - "batter": "MR Marsh", - "bowler": "HV Patel", - "balls": 42, - "legal_balls": 38, - "runs_off_bat": 56, - "dismissals": 2, - "strike_rate": 147.4, - "runs_per_ball": 1.474, - "dot_ball_pct": 42.1, - "boundary_count": 10, - "boundary_pct": 26.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 42, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 18, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359524", - "date": "2023-05-06", - "balls": 6, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1304073", - "date": "2022-04-16", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.3, - "score_label": "Bowler advantage" - }, - { - "key": "ar_patel__hv_patel", - "batter": "AR Patel", - "bowler": "HV Patel", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 44, - "dismissals": 2, - "strike_rate": 115.8, - "runs_per_ball": 1.158, - "dot_ball_pct": 31.6, - "boundary_count": 4, - "boundary_pct": 10.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473492", - "date": "2025-05-05", - "balls": 4, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359494", - "date": "2023-04-15", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304073", - "date": "2022-04-16", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "829803", - "date": "2015-05-13", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 33.5, - "score_label": "Bowler advantage" - }, - { - "key": "ak_markram__yash_dayal", - "batter": "AK Markram", - "bowler": "Yash Dayal", - "balls": 40, - "legal_balls": 38, - "runs_off_bat": 36, - "dismissals": 2, - "strike_rate": 94.7, - "runs_per_ball": 0.947, - "dot_ball_pct": 36.8, - "boundary_count": 2, - "boundary_pct": 5.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426279", - "date": "2024-04-25", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426268", - "date": "2024-04-15", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359536", - "date": "2023-05-15", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304086", - "date": "2022-04-27", - "balls": 16, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 31.0, - "score_label": "Bowler advantage" - }, - { - "key": "rk_singh__kuldeep_yadav", - "batter": "RK Singh", - "bowler": "Kuldeep Yadav", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 60, - "dismissals": 2, - "strike_rate": 157.9, - "runs_per_ball": 1.579, - "dot_ball_pct": 36.8, - "boundary_count": 10, - "boundary_pct": 26.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 38, - "runs_off_bat": 60, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529313", - "date": "2026-05-24", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 22, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359502", - "date": "2023-04-20", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304087", - "date": "2022-04-28", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.5, - "score_label": "Neutral" - }, - { - "key": "f_du_plessis__yash_dayal", - "batter": "F du Plessis", - "bowler": "Yash Dayal", - "balls": 42, - "legal_balls": 38, - "runs_off_bat": 40, - "dismissals": 2, - "strike_rate": 105.3, - "runs_per_ball": 1.053, - "dot_ball_pct": 47.4, - "boundary_count": 4, - "boundary_pct": 10.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 26, - "dismissals": 2 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359544", - "date": "2023-05-21", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304113", - "date": "2022-05-19", - "balls": 14, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 32.2, - "score_label": "Bowler advantage" - }, - { - "key": "so_hetmyer__sm_curran", - "batter": "SO Hetmyer", - "bowler": "SM Curran", - "balls": 42, - "legal_balls": 38, - "runs_off_bat": 92, - "dismissals": 2, - "strike_rate": 242.1, - "runs_per_ball": 2.421, - "dot_ball_pct": 21.1, - "boundary_count": 16, - "boundary_pct": 42.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 32, - "runs_off_bat": 70, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 24, - "runs": 50, - "dismissed": true - }, - { - "match_id": "1359482", - "date": "2023-04-05", - "balls": 12, - "runs": 40, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 48.7, - "score_label": "Neutral" - }, - { - "key": "a_badoni__arshdeep_singh", - "batter": "A Badoni", - "bowler": "Arshdeep Singh", - "balls": 42, - "legal_balls": 38, - "runs_off_bat": 42, - "dismissals": 2, - "strike_rate": 110.5, - "runs_per_ball": 1.105, - "dot_ball_pct": 36.8, - "boundary_count": 4, - "boundary_pct": 10.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473450", - "date": "2025-04-01", - "balls": 6, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359495", - "date": "2023-04-15", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 32.9, - "score_label": "Bowler advantage" - }, - { - "key": "rk_singh__ar_patel", - "batter": "RK Singh", - "bowler": "AR Patel", - "balls": 40, - "legal_balls": 38, - "runs_off_bat": 36, - "dismissals": 2, - "strike_rate": 94.7, - "runs_per_ball": 0.947, - "dot_ball_pct": 36.8, - "boundary_count": 2, - "boundary_pct": 5.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 38, - "runs_off_bat": 36, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 16, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359502", - "date": "2023-04-20", - "balls": 12, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 31.0, - "score_label": "Bowler advantage" - }, - { - "key": "h_klaasen__ar_patel", - "batter": "H Klaasen", - "bowler": "AR Patel", - "balls": 42, - "legal_balls": 38, - "runs_off_bat": 58, - "dismissals": 2, - "strike_rate": 152.6, - "runs_per_ball": 1.526, - "dot_ball_pct": 15.8, - "boundary_count": 6, - "boundary_pct": 15.8, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 20, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473447", - "date": "2025-03-30", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 8, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1359514", - "date": "2023-04-29", - "balls": 14, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1359508", - "date": "2023-04-24", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.9, - "score_label": "Bowler advantage" - }, - { - "key": "a_badoni__cv_varun", - "batter": "A Badoni", - "bowler": "CV Varun", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 40, - "dismissals": 2, - "strike_rate": 105.3, - "runs_per_ball": 1.053, - "dot_ball_pct": 42.1, - "boundary_count": 4, - "boundary_pct": 10.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 34, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529281", - "date": "2026-04-26", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 16, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1359542", - "date": "2023-05-20", - "balls": 16, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 32.2, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__r_sai_kishore", - "batter": "RG Sharma", - "bowler": "R Sai Kishore", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 68, - "dismissals": 2, - "strike_rate": 178.9, - "runs_per_ball": 1.789, - "dot_ball_pct": 26.3, - "boundary_count": 12, - "boundary_pct": 31.6, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 40, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 26, - "runs": 54, - "dismissed": false - }, - { - "match_id": "1422123", - "date": "2024-03-24", - "balls": 12, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 41.1, - "score_label": "Neutral" - }, - { - "key": "pd_salt__ta_boult", - "batter": "PD Salt", - "bowler": "TA Boult", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 50, - "dismissals": 2, - "strike_rate": 131.6, - "runs_per_ball": 1.316, - "dot_ball_pct": 52.6, - "boundary_count": 8, - "boundary_pct": 21.1, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 38, - "runs_off_bat": 50, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 20, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.4, - "score_label": "Bowler advantage" - }, - { - "key": "rm_patidar__mj_santner", - "batter": "RM Patidar", - "bowler": "MJ Santner", - "balls": 42, - "legal_balls": 38, - "runs_off_bat": 50, - "dismissals": 2, - "strike_rate": 131.6, - "runs_per_ball": 1.316, - "dot_ball_pct": 42.1, - "boundary_count": 6, - "boundary_pct": 15.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 40, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 10, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 18, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1426306", - "date": "2024-05-18", - "balls": 10, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.4, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__ds_rathi", - "batter": "AM Rahane", - "bowler": "DS Rathi", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 52, - "dismissals": 2, - "strike_rate": 136.8, - "runs_per_ball": 1.368, - "dot_ball_pct": 26.3, - "boundary_count": 6, - "boundary_pct": 15.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 32, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527688", - "date": "2026-04-09", - "balls": 22, - "runs": 34, - "dismissed": true - }, - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 16, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 36.0, - "score_label": "Bowler advantage" - }, - { - "key": "v_suryavanshi__b_kumar", - "batter": "V Suryavanshi", - "bowler": "B Kumar", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 78, - "dismissals": 2, - "strike_rate": 205.3, - "runs_per_ball": 2.053, - "dot_ball_pct": 52.6, - "boundary_count": 14, - "boundary_pct": 36.8, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 38, - "runs_off_bat": 78, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 18, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 20, - "runs": 30, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 44.2, - "score_label": "Neutral" - }, - { - "key": "sv_samson__jd_unadkat", - "batter": "SV Samson", - "bowler": "JD Unadkat", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 46, - "dismissals": 0, - "strike_rate": 121.1, - "runs_per_ball": 1.211, - "dot_ball_pct": 42.1, - "boundary_count": 6, - "boundary_pct": 15.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1082642", - "date": "2017-05-12", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "829715", - "date": "2015-04-12", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "733975", - "date": "2014-05-03", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "598036", - "date": "2013-04-29", - "balls": 18, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.1, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__avesh_khan", - "batter": "SS Iyer", - "bowler": "Avesh Khan", - "balls": 42, - "legal_balls": 38, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 110.5, - "runs_per_ball": 1.105, - "dot_ball_pct": 31.6, - "boundary_count": 4, - "boundary_pct": 10.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 34, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473450", - "date": "2025-04-01", - "balls": 16, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1304112", - "date": "2022-05-18", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1082646", - "date": "2017-05-14", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 48.9, - "score_label": "Neutral" - }, - { - "key": "rr_pant__jc_archer", - "batter": "RR Pant", - "bowler": "JC Archer", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 60, - "dismissals": 0, - "strike_rate": 157.9, - "runs_per_ball": 1.579, - "dot_ball_pct": 47.4, - "boundary_count": 8, - "boundary_pct": 21.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 44, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529307", - "date": "2026-05-19", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1216500", - "date": "2020-10-09", - "balls": 6, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1178415", - "date": "2019-04-22", - "balls": 20, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1136592", - "date": "2018-05-02", - "balls": 4, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.5, - "score_label": "Neutral" - }, - { - "key": "rk_singh__hh_pandya", - "batter": "RK Singh", - "bowler": "HH Pandya", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 126.3, - "runs_per_ball": 1.263, - "dot_ball_pct": 36.8, - "boundary_count": 6, - "boundary_pct": 15.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359513", - "date": "2023-04-29", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.8, - "score_label": "Neutral" - }, - { - "key": "sm_curran__avesh_khan", - "batter": "SM Curran", - "bowler": "Avesh Khan", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 64, - "dismissals": 0, - "strike_rate": 168.4, - "runs_per_ball": 1.684, - "dot_ball_pct": 26.3, - "boundary_count": 10, - "boundary_pct": 26.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 32, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1359512", - "date": "2023-04-28", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254059", - "date": "2021-04-10", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1175368", - "date": "2019-04-01", - "balls": 12, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 55.8, - "score_label": "Neutral" - }, - { - "key": "r_parag__kk_ahmed", - "batter": "R Parag", - "bowler": "KK Ahmed", - "balls": 40, - "legal_balls": 38, - "runs_off_bat": 74, - "dismissals": 0, - "strike_rate": 194.7, - "runs_per_ball": 1.947, - "dot_ball_pct": 42.1, - "boundary_count": 12, - "boundary_pct": 31.6, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 36, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 38, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527676", - "date": "2026-03-30", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 16, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1216507", - "date": "2020-10-11", - "balls": 12, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 59.0, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__r_tewatia", - "batter": "KL Rahul", - "bowler": "R Tewatia", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 126.3, - "runs_per_ball": 1.263, - "dot_ball_pct": 10.5, - "boundary_count": 2, - "boundary_pct": 5.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 38, - "runs_off_bat": 48, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359504", - "date": "2023-04-22", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254111", - "date": "2021-09-21", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254061", - "date": "2021-04-12", - "balls": 12, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1216537", - "date": "2020-10-30", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1216527", - "date": "2020-09-27", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.8, - "score_label": "Neutral" - }, - { - "key": "v_kohli__abhishek_sharma", - "batter": "V Kohli", - "bowler": "Abhishek Sharma", - "balls": 40, - "legal_balls": 38, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 147.4, - "runs_per_ball": 1.474, - "dot_ball_pct": 26.3, - "boundary_count": 8, - "boundary_pct": 21.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 44, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426279", - "date": "2024-04-25", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426268", - "date": "2024-04-15", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359539", - "date": "2023-05-18", - "balls": 20, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1216534", - "date": "2020-09-21", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 53.3, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__washington_sundar", - "batter": "Shubman Gill", - "bowler": "Washington Sundar", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 142.1, - "runs_per_ball": 1.421, - "dot_ball_pct": 15.8, - "boundary_count": 4, - "boundary_pct": 10.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 34, - "runs_off_bat": 50, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422130", - "date": "2024-03-31", - "balls": 18, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1304086", - "date": "2022-04-27", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1216540", - "date": "2020-10-12", - "balls": 12, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 52.7, - "score_label": "Neutral" - }, - { - "key": "rr_pant__vr_iyer", - "batter": "RR Pant", - "bowler": "VR Iyer", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 92, - "dismissals": 0, - "strike_rate": 242.1, - "runs_per_ball": 2.421, - "dot_ball_pct": 15.8, - "boundary_count": 16, - "boundary_pct": 42.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 70, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 12, - "runs": 56, - "dismissed": false - }, - { - "match_id": "1254092", - "date": "2021-09-28", - "balls": 26, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 64.7, - "score_label": "Batter advantage" - }, - { - "key": "rd_gaikwad__kh_pandya", - "batter": "RD Gaikwad", - "bowler": "KH Pandya", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 68, - "dismissals": 0, - "strike_rate": 178.9, - "runs_per_ball": 1.789, - "dot_ball_pct": 15.8, - "boundary_count": 10, - "boundary_pct": 26.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 56, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426277", - "date": "2024-04-23", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359480", - "date": "2023-04-03", - "balls": 12, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254104", - "date": "2021-09-19", - "balls": 12, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 57.1, - "score_label": "Neutral" - }, - { - "key": "ak_markram__k_rabada", - "batter": "AK Markram", - "bowler": "K Rabada", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 82, - "dismissals": 0, - "strike_rate": 215.8, - "runs_per_ball": 2.158, - "dot_ball_pct": 26.3, - "boundary_count": 14, - "boundary_pct": 36.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 50, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 14, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1304116", - "date": "2022-05-22", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304074", - "date": "2022-04-17", - "balls": 12, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 61.5, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__yash_dayal", - "batter": "RA Jadeja", - "bowler": "Yash Dayal", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 126.3, - "runs_per_ball": 1.263, - "dot_ball_pct": 26.3, - "boundary_count": 4, - "boundary_pct": 10.5, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 30, - "runs_off_bat": 42, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 16, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426306", - "date": "2024-05-18", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304075", - "date": "2022-04-17", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.8, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__ra_jadeja", - "batter": "RM Patidar", - "bowler": "RA Jadeja", - "balls": 40, - "legal_balls": 38, - "runs_off_bat": 60, - "dismissals": 0, - "strike_rate": 157.9, - "runs_per_ball": 1.579, - "dot_ball_pct": 15.8, - "boundary_count": 8, - "boundary_pct": 21.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 38, - "runs_off_bat": 60, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 18, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1426306", - "date": "2024-05-18", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304095", - "date": "2022-05-04", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.5, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__m_prasidh_krishna", - "batter": "JM Sharma", - "bowler": "M Prasidh Krishna", - "balls": 40, - "legal_balls": 38, - "runs_off_bat": 46, - "dismissals": 0, - "strike_rate": 121.1, - "runs_per_ball": 1.211, - "dot_ball_pct": 47.4, - "boundary_count": 6, - "boundary_pct": 15.8, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 32, - "dismissals": 0 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 14, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304098", - "date": "2022-05-07", - "balls": 10, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.1, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__suyash_sharma", - "batter": "B Sai Sudharsan", - "bowler": "Suyash Sharma", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 60, - "dismissals": 0, - "strike_rate": 157.9, - "runs_per_ball": 1.579, - "dot_ball_pct": 21.1, - "boundary_count": 6, - "boundary_pct": 15.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 36, - "runs_off_bat": 58, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 16, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1359487", - "date": "2023-04-09", - "balls": 22, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.5, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__tu_deshpande", - "batter": "D Padikkal", - "bowler": "TU Deshpande", - "balls": 40, - "legal_balls": 38, - "runs_off_bat": 84, - "dismissals": 0, - "strike_rate": 221.1, - "runs_per_ball": 2.211, - "dot_ball_pct": 26.3, - "boundary_count": 14, - "boundary_pct": 36.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 36, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 26, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 8, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 12, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359491", - "date": "2023-04-12", - "balls": 12, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 62.1, - "score_label": "Batter advantage" - }, - { - "key": "am_rahane__suyash_sharma", - "batter": "AM Rahane", - "bowler": "Suyash Sharma", - "balls": 40, - "legal_balls": 38, - "runs_off_bat": 58, - "dismissals": 0, - "strike_rate": 152.6, - "runs_per_ball": 1.526, - "dot_ball_pct": 31.6, - "boundary_count": 8, - "boundary_pct": 21.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 36, - "runs_off_bat": 56, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 18, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1359507", - "date": "2023-04-23", - "balls": 20, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 53.9, - "score_label": "Neutral" - }, - { - "key": "sm_curran__kuldeep_yadav", - "batter": "SM Curran", - "bowler": "Kuldeep Yadav", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 78.9, - "runs_per_ball": 0.789, - "dot_ball_pct": 36.8, - "boundary_count": 2, - "boundary_pct": 5.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 38, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 24, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359533", - "date": "2023-05-13", - "balls": 14, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 45.1, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__dl_chahar", - "batter": "B Sai Sudharsan", - "bowler": "DL Chahar", - "balls": 42, - "legal_balls": 38, - "runs_off_bat": 50, - "dismissals": 0, - "strike_rate": 131.6, - "runs_per_ball": 1.316, - "dot_ball_pct": 21.1, - "boundary_count": 4, - "boundary_pct": 10.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1422125", - "date": "2024-03-26", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1370353", - "date": "2023-05-29", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 51.4, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__kh_pandya", - "batter": "Shashank Singh", - "bowler": "KH Pandya", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 105.3, - "runs_per_ball": 1.053, - "dot_ball_pct": 31.6, - "boundary_count": 4, - "boundary_pct": 10.5, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 36, - "runs_off_bat": 38, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529304", - "date": "2026-05-17", - "balls": 12, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 16, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 48.2, - "score_label": "Neutral" - }, - { - "key": "rr_pant__vg_arora", - "batter": "RR Pant", - "bowler": "VG Arora", - "balls": 42, - "legal_balls": 38, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 89.5, - "runs_per_ball": 0.895, - "dot_ball_pct": 47.4, - "boundary_count": 4, - "boundary_pct": 10.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 24, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529281", - "date": "2026-04-26", - "balls": 22, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1527688", - "date": "2026-04-09", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 46.3, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__mohsin_khan", - "batter": "RD Gaikwad", - "bowler": "Mohsin Khan", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 62, - "dismissals": 0, - "strike_rate": 163.2, - "runs_per_ball": 1.632, - "dot_ball_pct": 26.3, - "boundary_count": 8, - "boundary_pct": 21.1, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 34, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426277", - "date": "2024-04-23", - "balls": 26, - "runs": 50, - "dismissed": false - }, - { - "match_id": "1426272", - "date": "2024-04-19", - "balls": 12, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 55.2, - "score_label": "Neutral" - }, - { - "key": "tm_head__r_ashwin", - "batter": "TM Head", - "bowler": "R Ashwin", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 47.4, - "runs_per_ball": 0.474, - "dot_ball_pct": 52.6, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 16, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 18, - "runs": 6, - "dismissed": false - }, - { - "match_id": "980969", - "date": "2016-05-07", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 41.3, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__arshdeep_singh", - "batter": "H Klaasen", - "bowler": "Arshdeep Singh", - "balls": 40, - "legal_balls": 38, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 115.8, - "runs_per_ball": 1.158, - "dot_ball_pct": 15.8, - "boundary_count": 2, - "boundary_pct": 5.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426307", - "date": "2024-05-19", - "balls": 14, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 49.5, - "score_label": "Neutral" - }, - { - "key": "dhruv_jurel__abhishek_sharma", - "batter": "Dhruv Jurel", - "bowler": "Abhishek Sharma", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 64, - "dismissals": 0, - "strike_rate": 168.4, - "runs_per_ball": 1.684, - "dot_ball_pct": 31.6, - "boundary_count": 10, - "boundary_pct": 26.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 46, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 14, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 24, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 55.8, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__prince_yadav", - "batter": "H Klaasen", - "bowler": "Prince Yadav", - "balls": 40, - "legal_balls": 38, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 147.4, - "runs_per_ball": 1.474, - "dot_ball_pct": 26.3, - "boundary_count": 6, - "boundary_pct": 15.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 40, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 20, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 18, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 53.3, - "score_label": "Neutral" - }, - { - "key": "rd_rickelton__sp_narine", - "batter": "RD Rickelton", - "bowler": "SP Narine", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 84, - "dismissals": 0, - "strike_rate": 221.1, - "runs_per_ball": 2.211, - "dot_ball_pct": 36.8, - "boundary_count": 12, - "boundary_pct": 31.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 38, - "runs_off_bat": 84, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 18, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 20, - "runs": 44, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 62.1, - "score_label": "Batter advantage" - }, - { - "key": "shubman_gill__pj_cummins", - "batter": "Shubman Gill", - "bowler": "PJ Cummins", - "balls": 40, - "legal_balls": 38, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 147.4, - "runs_per_ball": 1.474, - "dot_ball_pct": 31.6, - "boundary_count": 8, - "boundary_pct": 21.1, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 36, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529299", - "date": "2026-05-12", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 14, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 20, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 53.3, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__ds_rathi", - "batter": "Shubman Gill", - "bowler": "DS Rathi", - "balls": 38, - "legal_balls": 38, - "runs_off_bat": 38, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 21.1, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 30, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 22, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 16, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__m_jansen", - "batter": "VR Iyer", - "bowler": "M Jansen", - "balls": 40, - "legal_balls": 36, - "runs_off_bat": 28, - "dismissals": 6, - "strike_rate": 77.8, - "runs_per_ball": 0.778, - "dot_ball_pct": 66.7, - "boundary_count": 4, - "boundary_pct": 11.1, - "dismissal_types": { - "bowled": 2, - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 36, - "runs_off_bat": 28, - "dismissals": 6 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359521", - "date": "2023-05-04", - "balls": 8, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1359493", - "date": "2023-04-14", - "balls": 12, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304071", - "date": "2022-04-15", - "balls": 10, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "r_ashwin__ar_patel", - "batter": "R Ashwin", - "bowler": "AR Patel", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 38, - "dismissals": 4, - "strike_rate": 105.6, - "runs_per_ball": 1.056, - "dot_ball_pct": 38.9, - "boundary_count": 4, - "boundary_pct": 11.1, - "dismissal_types": { - "caught": 2, - "stumped": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 20, - "runs_off_bat": 12, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 16, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1304104", - "date": "2022-05-11", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1178412", - "date": "2019-04-20", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "734047", - "date": "2014-05-30", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 16.3, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__jc_archer", - "batter": "F du Plessis", - "bowler": "JC Archer", - "balls": 38, - "legal_balls": 36, - "runs_off_bat": 44, - "dismissals": 4, - "strike_rate": 122.2, - "runs_per_ball": 1.222, - "dot_ball_pct": 38.9, - "boundary_count": 4, - "boundary_pct": 11.1, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 28, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359479", - "date": "2023-04-02", - "balls": 14, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1216533", - "date": "2020-10-19", - "balls": 8, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1216496", - "date": "2020-09-22", - "balls": 14, - "runs": 28, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 18.3, - "score_label": "Bowler advantage" - }, - { - "key": "rm_patidar__ta_boult", - "batter": "RM Patidar", - "bowler": "TA Boult", - "balls": 42, - "legal_balls": 36, - "runs_off_bat": 52, - "dismissals": 4, - "strike_rate": 144.4, - "runs_per_ball": 1.444, - "dot_ball_pct": 38.9, - "boundary_count": 8, - "boundary_pct": 22.2, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 12, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 8, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1312199", - "date": "2022-05-27", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254058", - "date": "2021-04-09", - "balls": 10, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 20.9, - "score_label": "Bowler advantage" - }, - { - "key": "ak_markram__kk_ahmed", - "batter": "AK Markram", - "bowler": "KK Ahmed", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 36, - "dismissals": 4, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 11.1, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 24, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 12, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1304096", - "date": "2022-05-05", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254107", - "date": "2021-09-25", - "balls": 22, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 15.6, - "score_label": "Bowler advantage" - }, - { - "key": "rd_gaikwad__jr_hazlewood", - "batter": "RD Gaikwad", - "bowler": "JR Hazlewood", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 18, - "dismissals": 4, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 72.2, - "boundary_count": 2, - "boundary_pct": 5.6, - "dismissal_types": { - "lbw": 2, - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 36, - "runs_off_bat": 18, - "dismissals": 4 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 8, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304095", - "date": "2022-05-04", - "balls": 18, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304068", - "date": "2022-04-12", - "balls": 10, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 9.6, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__kuldeep_yadav", - "batter": "Abhishek Sharma", - "bowler": "Kuldeep Yadav", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 100, - "dismissals": 4, - "strike_rate": 277.8, - "runs_per_ball": 2.778, - "dot_ball_pct": 22.2, - "boundary_count": 16, - "boundary_pct": 44.4, - "dismissal_types": { - "caught and bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 62, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 38, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529274", - "date": "2026-04-21", - "balls": 10, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 12, - "runs": 50, - "dismissed": true - }, - { - "match_id": "1359514", - "date": "2023-04-29", - "balls": 10, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359508", - "date": "2023-04-24", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 36.9, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__m_pathirana", - "batter": "N Pooran", - "bowler": "M Pathirana", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 42, - "dismissals": 4, - "strike_rate": 116.7, - "runs_per_ball": 1.167, - "dot_ball_pct": 27.8, - "boundary_count": 4, - "boundary_pct": 11.1, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 24, - "runs_off_bat": 24, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426277", - "date": "2024-04-23", - "balls": 8, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1426272", - "date": "2024-04-19", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359519", - "date": "2023-05-03", - "balls": 18, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 17.6, - "score_label": "Bowler advantage" - }, - { - "key": "b_sai_sudharsan__jj_bumrah", - "batter": "B Sai Sudharsan", - "bowler": "JJ Bumrah", - "balls": 38, - "legal_balls": 36, - "runs_off_bat": 34, - "dismissals": 4, - "strike_rate": 94.4, - "runs_per_ball": 0.944, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 11.1, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 28, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 24, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1422123", - "date": "2024-03-24", - "balls": 10, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 14.9, - "score_label": "Bowler advantage" - }, - { - "key": "mr_marsh__vg_arora", - "batter": "MR Marsh", - "bowler": "VG Arora", - "balls": 40, - "legal_balls": 36, - "runs_off_bat": 44, - "dismissals": 4, - "strike_rate": 122.2, - "runs_per_ball": 1.222, - "dot_ball_pct": 50.0, - "boundary_count": 6, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 18, - "dismissals": 4 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529281", - "date": "2026-04-26", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1527688", - "date": "2026-04-09", - "balls": 8, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 24, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 18.3, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__dl_chahar", - "batter": "RR Pant", - "bowler": "DL Chahar", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 48, - "dismissals": 2, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 16.7, - "boundary_count": 4, - "boundary_pct": 11.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 2 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 32, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254114", - "date": "2021-10-10", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254059", - "date": "2021-04-10", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1216539", - "date": "2020-09-25", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1181767", - "date": "2019-05-10", - "balls": 8, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "ra_jadeja__jd_unadkat", - "batter": "RA Jadeja", - "bowler": "JD Unadkat", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 64, - "dismissals": 2, - "strike_rate": 177.8, - "runs_per_ball": 1.778, - "dot_ball_pct": 33.3, - "boundary_count": 10, - "boundary_pct": 27.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 40, - "dismissals": 2 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 16, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1175367", - "date": "2019-03-31", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "729293", - "date": "2014-04-21", - "balls": 6, - "runs": 14, - "dismissed": true - }, - { - "match_id": "501242", - "date": "2011-05-05", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 40.9, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__ravi_bishnoi", - "batter": "RD Gaikwad", - "bowler": "Ravi Bishnoi", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 58, - "dismissals": 2, - "strike_rate": 161.1, - "runs_per_ball": 1.611, - "dot_ball_pct": 22.2, - "boundary_count": 10, - "boundary_pct": 27.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 18, - "dismissals": 2 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426277", - "date": "2024-04-23", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359480", - "date": "2023-04-03", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1216506", - "date": "2020-11-01", - "balls": 20, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.9, - "score_label": "Neutral" - }, - { - "key": "ak_markram__jj_bumrah", - "batter": "AK Markram", - "bowler": "JJ Bumrah", - "balls": 38, - "legal_balls": 36, - "runs_off_bat": 24, - "dismissals": 2, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529290", - "date": "2026-05-04", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 8, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1422126", - "date": "2024-03-27", - "balls": 16, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254099", - "date": "2021-09-28", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "vr_iyer__arshdeep_singh", - "batter": "VR Iyer", - "bowler": "Arshdeep Singh", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 48, - "dismissals": 2, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 22, - "runs_off_bat": 34, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529304", - "date": "2026-05-17", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359476", - "date": "2023-04-01", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304054", - "date": "2022-04-01", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254102", - "date": "2021-10-01", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__r_ashwin", - "batter": "Abhishek Sharma", - "bowler": "R Ashwin", - "balls": 40, - "legal_balls": 36, - "runs_off_bat": 56, - "dismissals": 2, - "strike_rate": 155.6, - "runs_per_ball": 1.556, - "dot_ball_pct": 22.2, - "boundary_count": 6, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 32, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1359526", - "date": "2023-05-07", - "balls": 20, - "runs": 26, - "dismissed": true - }, - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.3, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__ad_russell", - "batter": "Tilak Varma", - "bowler": "AD Russell", - "balls": 38, - "legal_balls": 36, - "runs_off_bat": 54, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 38.9, - "boundary_count": 10, - "boundary_pct": 27.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 2 - }, - "middle": { - "legal_balls": 20, - "runs_off_bat": 36, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 14, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359496", - "date": "2023-04-16", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304102", - "date": "2022-05-09", - "balls": 8, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1304060", - "date": "2022-04-06", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "ak_markram__hh_pandya", - "batter": "AK Markram", - "bowler": "HH Pandya", - "balls": 40, - "legal_balls": 36, - "runs_off_bat": 52, - "dismissals": 2, - "strike_rate": 144.4, - "runs_per_ball": 1.444, - "dot_ball_pct": 27.8, - "boundary_count": 4, - "boundary_pct": 11.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 2 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 42, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 16, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1422126", - "date": "2024-03-27", - "balls": 14, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1304067", - "date": "2022-04-11", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 36.9, - "score_label": "Bowler advantage" - }, - { - "key": "ak_markram__hv_patel", - "batter": "AK Markram", - "bowler": "HV Patel", - "balls": 38, - "legal_balls": 36, - "runs_off_bat": 44, - "dismissals": 2, - "strike_rate": 122.2, - "runs_per_ball": 1.222, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 5.6, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 10, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1359539", - "date": "2023-05-18", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304100", - "date": "2022-05-08", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 34.3, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__suyash_sharma", - "batter": "Shubman Gill", - "bowler": "Suyash Sharma", - "balls": 40, - "legal_balls": 36, - "runs_off_bat": 36, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 11.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 36, - "runs_off_bat": 36, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 8, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1359513", - "date": "2023-04-29", - "balls": 16, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359487", - "date": "2023-04-09", - "balls": 12, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__mukesh_kumar", - "batter": "SA Yadav", - "bowler": "Mukesh Kumar", - "balls": 38, - "legal_balls": 36, - "runs_off_bat": 72, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 44.4, - "boundary_count": 14, - "boundary_pct": 38.9, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 48, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527681", - "date": "2026-04-04", - "balls": 2, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 18, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426281", - "date": "2024-04-27", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359490", - "date": "2023-04-11", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__hh_pandya", - "batter": "YBK Jaiswal", - "bowler": "HH Pandya", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 24, - "dismissals": 2, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 5.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359522", - "date": "2023-05-05", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 6, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__m_jansen", - "batter": "SA Yadav", - "bowler": "M Jansen", - "balls": 42, - "legal_balls": 36, - "runs_off_bat": 90, - "dismissals": 2, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 22.2, - "boundary_count": 16, - "boundary_pct": 44.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 80, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 18, - "runs": 64, - "dismissed": false - }, - { - "match_id": "1359499", - "date": "2023-04-18", - "balls": 6, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 49.6, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__vg_arora", - "batter": "P Simran Singh", - "bowler": "VG Arora", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 64, - "dismissals": 2, - "strike_rate": 177.8, - "runs_per_ball": 1.778, - "dot_ball_pct": 33.3, - "boundary_count": 12, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 62, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473481", - "date": "2025-04-26", - "balls": 14, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 10, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1359527", - "date": "2023-05-08", - "balls": 12, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 40.9, - "score_label": "Neutral" - }, - { - "key": "tm_head__avesh_khan", - "batter": "TM Head", - "bowler": "Avesh Khan", - "balls": 40, - "legal_balls": 36, - "runs_off_bat": 88, - "dismissals": 2, - "strike_rate": 244.4, - "runs_per_ball": 2.444, - "dot_ball_pct": 33.3, - "boundary_count": 16, - "boundary_pct": 44.4, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 50, - "dismissals": 0 - }, - "middle": { - "legal_balls": 20, - "runs_off_bat": 38, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 14, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 10, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 12, - "runs": 22, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 48.9, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__avesh_khan", - "batter": "Nithish Kumar Reddy", - "bowler": "Avesh Khan", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 60, - "dismissals": 2, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 38.9, - "boundary_count": 8, - "boundary_pct": 22.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 22, - "dismissals": 2 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 36, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 8, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 20, - "runs": 38, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__ys_chahal", - "batter": "YBK Jaiswal", - "bowler": "YS Chahal", - "balls": 40, - "legal_balls": 36, - "runs_off_bat": 54, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 11.1, - "boundary_count": 6, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 36, - "runs_off_bat": 54, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529283", - "date": "2026-04-28", - "balls": 12, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 20, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "shashank_singh__suyash_sharma", - "batter": "Shashank Singh", - "bowler": "Suyash Sharma", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 60, - "dismissals": 2, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 8, - "boundary_pct": 22.2, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 56, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529304", - "date": "2026-05-17", - "balls": 12, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473508", - "date": "2025-05-29", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 18, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__e_malinga", - "batter": "T Stubbs", - "bowler": "E Malinga", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 58, - "dismissals": 2, - "strike_rate": 161.1, - "runs_per_ball": 1.611, - "dot_ball_pct": 33.3, - "boundary_count": 10, - "boundary_pct": 27.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 48, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529274", - "date": "2026-04-21", - "balls": 14, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1473492", - "date": "2025-05-05", - "balls": 22, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 38.9, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__e_malinga", - "batter": "A Raghuvanshi", - "bowler": "E Malinga", - "balls": 42, - "legal_balls": 36, - "runs_off_bat": 52, - "dismissals": 2, - "strike_rate": 144.4, - "runs_per_ball": 1.444, - "dot_ball_pct": 44.4, - "boundary_count": 8, - "boundary_pct": 22.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 22, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 36.9, - "score_label": "Bowler advantage" - }, - { - "key": "p_simran_singh__jj_bumrah", - "batter": "P Simran Singh", - "bowler": "JJ Bumrah", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 42, - "dismissals": 2, - "strike_rate": 116.7, - "runs_per_ball": 1.167, - "dot_ball_pct": 50.0, - "boundary_count": 8, - "boundary_pct": 22.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 28, - "dismissals": 2 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529301", - "date": "2026-05-14", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1529267", - "date": "2026-04-16", - "balls": 20, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 33.6, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__washington_sundar", - "batter": "JC Buttler", - "bowler": "Washington Sundar", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 58, - "dismissals": 0, - "strike_rate": 161.1, - "runs_per_ball": 1.611, - "dot_ball_pct": 38.9, - "boundary_count": 8, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 56, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359478", - "date": "2023-04-02", - "balls": 8, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1216522", - "date": "2020-10-17", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216514", - "date": "2020-10-03", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1082618", - "date": "2017-04-24", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.9, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__kuldeep_yadav", - "batter": "H Klaasen", - "bowler": "Kuldeep Yadav", - "balls": 38, - "legal_balls": 36, - "runs_off_bat": 62, - "dismissals": 0, - "strike_rate": 172.2, - "runs_per_ball": 1.722, - "dot_ball_pct": 27.8, - "boundary_count": 8, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 58, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473447", - "date": "2025-03-30", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 8, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359514", - "date": "2023-04-29", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359508", - "date": "2023-04-24", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1136618", - "date": "2018-05-23", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 56.3, - "score_label": "Neutral" - }, - { - "key": "rk_singh__rashid_khan", - "batter": "RK Singh", - "bowler": "Rashid Khan", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 46, - "dismissals": 0, - "strike_rate": 127.8, - "runs_per_ball": 1.278, - "dot_ball_pct": 22.2, - "boundary_count": 2, - "boundary_pct": 5.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359513", - "date": "2023-04-29", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359487", - "date": "2023-04-09", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304081", - "date": "2022-04-23", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1178413", - "date": "2019-04-21", - "balls": 14, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.9, - "score_label": "Neutral" - }, - { - "key": "sp_narine__tu_deshpande", - "batter": "SP Narine", - "bowler": "TU Deshpande", - "balls": 40, - "legal_balls": 36, - "runs_off_bat": 64, - "dismissals": 0, - "strike_rate": 177.8, - "runs_per_ball": 1.778, - "dot_ball_pct": 44.4, - "boundary_count": 12, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 28, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 18, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1216497", - "date": "2020-10-24", - "balls": 18, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 56.9, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__sp_narine", - "batter": "SO Hetmyer", - "bowler": "SP Narine", - "balls": 40, - "legal_balls": 36, - "runs_off_bat": 50, - "dismissals": 0, - "strike_rate": 138.9, - "runs_per_ball": 1.389, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 48, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 22, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254116", - "date": "2021-10-13", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1216497", - "date": "2020-10-24", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 52.3, - "score_label": "Neutral" - }, - { - "key": "rr_pant__r_tewatia", - "batter": "RR Pant", - "bowler": "R Tewatia", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 64, - "dismissals": 0, - "strike_rate": 177.8, - "runs_per_ball": 1.778, - "dot_ball_pct": 16.7, - "boundary_count": 10, - "boundary_pct": 27.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 36, - "runs_off_bat": 64, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304056", - "date": "2022-04-02", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254097", - "date": "2021-09-25", - "balls": 12, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254064", - "date": "2021-04-15", - "balls": 12, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1216500", - "date": "2020-10-09", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 56.9, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__b_kumar", - "batter": "Washington Sundar", - "bowler": "B Kumar", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 122.2, - "runs_per_ball": 1.222, - "dot_ball_pct": 27.8, - "boundary_count": 4, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 22, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 16, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254063", - "date": "2021-04-14", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.3, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__jd_unadkat", - "batter": "RD Gaikwad", - "bowler": "JD Unadkat", - "balls": 38, - "legal_balls": 36, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 155.6, - "runs_per_ball": 1.556, - "dot_ball_pct": 11.1, - "boundary_count": 4, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 24, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1254069", - "date": "2021-04-19", - "balls": 12, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 54.3, - "score_label": "Neutral" - }, - { - "key": "s_dube__mohammed_siraj", - "batter": "S Dube", - "bowler": "Mohammed Siraj", - "balls": 38, - "legal_balls": 36, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 50.0, - "boundary_count": 10, - "boundary_pct": 27.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422119", - "date": "2024-03-22", - "balls": 16, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359498", - "date": "2023-04-17", - "balls": 12, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1304068", - "date": "2022-04-12", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254073", - "date": "2021-04-22", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "s_dube__ys_chahal", - "batter": "S Dube", - "bowler": "YS Chahal", - "balls": 42, - "legal_balls": 36, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 122.2, - "runs_per_ball": 1.222, - "dot_ball_pct": 38.9, - "boundary_count": 4, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 36, - "runs_off_bat": 44, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527680", - "date": "2026-04-03", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254073", - "date": "2021-04-22", - "balls": 16, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.3, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__jd_unadkat", - "batter": "VR Iyer", - "bowler": "JD Unadkat", - "balls": 38, - "legal_balls": 36, - "runs_off_bat": 50, - "dismissals": 0, - "strike_rate": 138.9, - "runs_per_ball": 1.389, - "dot_ball_pct": 38.9, - "boundary_count": 6, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 46, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254106", - "date": "2021-10-07", - "balls": 28, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 52.3, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__arshdeep_singh", - "batter": "MS Dhoni", - "bowler": "Arshdeep Singh", - "balls": 42, - "legal_balls": 36, - "runs_off_bat": 64, - "dismissals": 0, - "strike_rate": 177.8, - "runs_per_ball": 1.778, - "dot_ball_pct": 27.8, - "boundary_count": 10, - "boundary_pct": 27.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 30, - "runs_off_bat": 60, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1426287", - "date": "2024-05-01", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1304084", - "date": "2022-04-25", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304057", - "date": "2022-04-03", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 56.9, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__r_sai_kishore", - "batter": "RD Gaikwad", - "bowler": "R Sai Kishore", - "balls": 38, - "legal_balls": 36, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 38.9, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 36, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422125", - "date": "2024-03-26", - "balls": 16, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304108", - "date": "2022-05-15", - "balls": 20, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__ar_patel", - "batter": "Tilak Varma", - "bowler": "AR Patel", - "balls": 38, - "legal_balls": 36, - "runs_off_bat": 64, - "dismissals": 0, - "strike_rate": 177.8, - "runs_per_ball": 1.778, - "dot_ball_pct": 11.1, - "boundary_count": 8, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 36, - "runs_off_bat": 64, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 10, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1426281", - "date": "2024-04-27", - "balls": 12, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1422138", - "date": "2024-04-07", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359490", - "date": "2023-04-11", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304115", - "date": "2022-05-21", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 56.9, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__arshdeep_singh", - "batter": "Washington Sundar", - "bowler": "Arshdeep Singh", - "balls": 38, - "legal_balls": 36, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 111.1, - "runs_per_ball": 1.111, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 20, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529289", - "date": "2026-05-03", - "balls": 14, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304116", - "date": "2022-05-22", - "balls": 12, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 48.9, - "score_label": "Neutral" - }, - { - "key": "sv_samson__yash_dayal", - "batter": "SV Samson", - "bowler": "Yash Dayal", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 122.2, - "runs_per_ball": 1.222, - "dot_ball_pct": 61.1, - "boundary_count": 8, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 42, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422137", - "date": "2024-04-06", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1312197", - "date": "2022-05-24", - "balls": 12, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.3, - "score_label": "Neutral" - }, - { - "key": "s_dube__hh_pandya", - "batter": "S Dube", - "bowler": "HH Pandya", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 27.8, - "boundary_count": 8, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 52, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 16, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1426267", - "date": "2024-04-14", - "balls": 14, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1359475", - "date": "2023-03-31", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "am_rahane__yash_dayal", - "batter": "AM Rahane", - "bowler": "Yash Dayal", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 88, - "dismissals": 0, - "strike_rate": 244.4, - "runs_per_ball": 2.444, - "dot_ball_pct": 27.8, - "boundary_count": 14, - "boundary_pct": 38.9, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 36, - "runs_off_bat": 88, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 10, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1426306", - "date": "2024-05-18", - "balls": 14, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1422119", - "date": "2024-03-22", - "balls": 12, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 64.9, - "score_label": "Batter advantage" - }, - { - "key": "abishek_porel__sandeep_sharma", - "batter": "Abishek Porel", - "bowler": "Sandeep Sharma", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 122.2, - "runs_per_ball": 1.222, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 36, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 14, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 16, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 50.3, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__sp_narine", - "batter": "PJ Cummins", - "bowler": "SP Narine", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 72.2, - "runs_per_ball": 0.722, - "dot_ball_pct": 44.4, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 12, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426309", - "date": "2024-05-21", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 44.3, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__ds_rathi", - "batter": "Nithish Kumar Reddy", - "bowler": "DS Rathi", - "balls": 36, - "legal_balls": 36, - "runs_off_bat": 82, - "dismissals": 0, - "strike_rate": 227.8, - "runs_per_ball": 2.278, - "dot_ball_pct": 11.1, - "boundary_count": 10, - "boundary_pct": 27.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 30, - "runs_off_bat": 74, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 24, - "runs": 64, - "dismissed": false - }, - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 12, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 62.9, - "score_label": "Batter advantage" - }, - { - "key": "rd_rickelton__cv_varun", - "batter": "RD Rickelton", - "bowler": "CV Varun", - "balls": 38, - "legal_balls": 36, - "runs_off_bat": 52, - "dismissals": 0, - "strike_rate": 144.4, - "runs_per_ball": 1.444, - "dot_ball_pct": 33.3, - "boundary_count": 8, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 32, - "runs_off_bat": 50, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 20, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 16, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 52.9, - "score_label": "Neutral" - }, - { - "key": "sp_narine__ta_boult", - "batter": "SP Narine", - "bowler": "TA Boult", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 38, - "dismissals": 8, - "strike_rate": 111.8, - "runs_per_ball": 1.118, - "dot_ball_pct": 64.7, - "boundary_count": 6, - "boundary_pct": 17.6, - "dismissal_types": { - "caught": 4, - "bowled": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 30, - "dismissals": 6 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 14, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1136586", - "date": "2018-04-27", - "balls": 10, - "runs": 26, - "dismissed": true - }, - { - "match_id": "1136573", - "date": "2018-04-16", - "balls": 6, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "ybk_jaiswal__ta_boult", - "batter": "YBK Jaiswal", - "bowler": "TA Boult", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 74, - "dismissals": 4, - "strike_rate": 217.6, - "runs_per_ball": 2.176, - "dot_ball_pct": 41.2, - "boundary_count": 12, - "boundary_pct": 35.3, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 74, - "dismissals": 4 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 8, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473487", - "date": "2025-05-01", - "balls": 8, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1254093", - "date": "2021-10-05", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254081", - "date": "2021-04-29", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1216511", - "date": "2020-10-06", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 29.7, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__avesh_khan", - "batter": "N Pooran", - "bowler": "Avesh Khan", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 28, - "dismissals": 4, - "strike_rate": 82.4, - "runs_per_ball": 0.824, - "dot_ball_pct": 47.1, - "boundary_count": 2, - "boundary_pct": 5.9, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 18, - "dismissals": 4 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 14, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304058", - "date": "2022-04-04", - "balls": 10, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1254068", - "date": "2021-04-18", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 13.5, - "score_label": "Bowler advantage" - }, - { - "key": "mr_marsh__ys_chahal", - "batter": "MR Marsh", - "bowler": "YS Chahal", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 44, - "dismissals": 4, - "strike_rate": 129.4, - "runs_per_ball": 1.294, - "dot_ball_pct": 29.4, - "boundary_count": 4, - "boundary_pct": 11.8, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 44, - "dismissals": 2 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 12, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1304104", - "date": "2022-05-11", - "balls": 22, - "runs": 24, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 19.1, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__noor_ahmad", - "batter": "SV Samson", - "bowler": "Noor Ahmad", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 48, - "dismissals": 4, - "strike_rate": 141.2, - "runs_per_ball": 1.412, - "dot_ball_pct": 29.4, - "boundary_count": 6, - "boundary_pct": 17.6, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 34, - "runs_off_bat": 48, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1426262", - "date": "2024-04-10", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 8, - "runs": 22, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 20.5, - "score_label": "Bowler advantage" - }, - { - "key": "t_stubbs__m_pathirana", - "batter": "T Stubbs", - "bowler": "M Pathirana", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 22, - "dismissals": 4, - "strike_rate": 64.7, - "runs_per_ball": 0.647, - "dot_ball_pct": 47.1, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 8, - "dismissals": 2 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359523", - "date": "2023-05-06", - "balls": 20, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 11.4, - "score_label": "Bowler advantage" - }, - { - "key": "kh_pandya__b_kumar", - "batter": "KH Pandya", - "bowler": "B Kumar", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 42, - "dismissals": 2, - "strike_rate": 123.5, - "runs_per_ball": 1.235, - "dot_ball_pct": 35.3, - "boundary_count": 4, - "boundary_pct": 11.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 24, - "runs_off_bat": 26, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426295", - "date": "2024-05-08", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254066", - "date": "2021-04-17", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1082600", - "date": "2017-04-12", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "980973", - "date": "2016-05-08", - "balls": 4, - "runs": 12, - "dismissed": false - }, - { - "match_id": "980923", - "date": "2016-04-18", - "balls": 18, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 34.4, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__r_tewatia", - "batter": "F du Plessis", - "bowler": "R Tewatia", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 52, - "dismissals": 2, - "strike_rate": 152.9, - "runs_per_ball": 1.529, - "dot_ball_pct": 23.5, - "boundary_count": 6, - "boundary_pct": 17.6, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 38, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254089", - "date": "2021-10-02", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1216496", - "date": "2020-09-22", - "balls": 18, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1136590", - "date": "2018-04-30", - "balls": 12, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 38.0, - "score_label": "Bowler advantage" - }, - { - "key": "r_tewatia__jj_bumrah", - "batter": "R Tewatia", - "bowler": "JJ Bumrah", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 42, - "dismissals": 2, - "strike_rate": 123.5, - "runs_per_ball": 1.235, - "dot_ball_pct": 41.2, - "boundary_count": 4, - "boundary_pct": 11.8, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 34, - "runs_off_bat": 42, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422123", - "date": "2024-03-24", - "balls": 14, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304097", - "date": "2022-05-06", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216511", - "date": "2020-10-06", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 34.4, - "score_label": "Bowler advantage" - }, - { - "key": "r_parag__m_prasidh_krishna", - "batter": "R Parag", - "bowler": "M Prasidh Krishna", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 60, - "dismissals": 2, - "strike_rate": 176.5, - "runs_per_ball": 1.765, - "dot_ball_pct": 29.4, - "boundary_count": 8, - "boundary_pct": 23.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1178418", - "date": "2019-04-25", - "balls": 12, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 40.8, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__r_tewatia", - "batter": "SS Iyer", - "bowler": "R Tewatia", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 42, - "dismissals": 2, - "strike_rate": 123.5, - "runs_per_ball": 1.235, - "dot_ball_pct": 29.4, - "boundary_count": 4, - "boundary_pct": 11.8, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 34, - "runs_off_bat": 42, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254097", - "date": "2021-09-25", - "balls": 16, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1216543", - "date": "2020-10-14", - "balls": 18, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 34.4, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__dl_chahar", - "batter": "N Pooran", - "bowler": "DL Chahar", - "balls": 36, - "legal_balls": 34, - "runs_off_bat": 78, - "dismissals": 2, - "strike_rate": 229.4, - "runs_per_ball": 2.294, - "dot_ball_pct": 41.2, - "boundary_count": 12, - "boundary_pct": 35.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 46, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529290", - "date": "2026-05-04", - "balls": 10, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 20, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1254065", - "date": "2021-04-16", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 47.1, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__cv_varun", - "batter": "RA Jadeja", - "bowler": "CV Varun", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 36, - "dismissals": 2, - "strike_rate": 105.9, - "runs_per_ball": 1.059, - "dot_ball_pct": 23.5, - "boundary_count": 2, - "boundary_pct": 5.9, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 20, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359507", - "date": "2023-04-23", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304047", - "date": "2022-03-26", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 32.3, - "score_label": "Bowler advantage" - }, - { - "key": "rm_patidar__rashid_khan", - "batter": "RM Patidar", - "bowler": "Rashid Khan", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 68, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 17.6, - "boundary_count": 8, - "boundary_pct": 23.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 42, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 10, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304089", - "date": "2022-04-30", - "balls": 16, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__mohammed_siraj", - "batter": "Tilak Varma", - "bowler": "Mohammed Siraj", - "balls": 44, - "legal_balls": 34, - "runs_off_bat": 60, - "dismissals": 2, - "strike_rate": 176.5, - "runs_per_ball": 1.765, - "dot_ball_pct": 29.4, - "boundary_count": 10, - "boundary_pct": 29.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 42, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 4, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426263", - "date": "2024-04-11", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359479", - "date": "2023-04-02", - "balls": 8, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 40.8, - "score_label": "Neutral" - }, - { - "key": "abhishek_sharma__tu_deshpande", - "batter": "Abhishek Sharma", - "bowler": "TU Deshpande", - "balls": 38, - "legal_balls": 34, - "runs_off_bat": 64, - "dismissals": 2, - "strike_rate": 188.2, - "runs_per_ball": 1.882, - "dot_ball_pct": 35.3, - "boundary_count": 12, - "boundary_pct": 35.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 54, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 10, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1359503", - "date": "2023-04-21", - "balls": 14, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.2, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__noor_ahmad", - "batter": "Ishan Kishan", - "bowler": "Noor Ahmad", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 54, - "dismissals": 2, - "strike_rate": 158.8, - "runs_per_ball": 1.588, - "dot_ball_pct": 11.8, - "boundary_count": 6, - "boundary_pct": 17.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 32, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529306", - "date": "2026-05-18", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 12, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1359531", - "date": "2023-05-12", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359509", - "date": "2023-04-25", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 38.7, - "score_label": "Neutral" - }, - { - "key": "am_rahane__noor_ahmad", - "batter": "AM Rahane", - "bowler": "Noor Ahmad", - "balls": 36, - "legal_balls": 34, - "runs_off_bat": 32, - "dismissals": 2, - "strike_rate": 94.1, - "runs_per_ball": 0.941, - "dot_ball_pct": 11.8, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 34, - "runs_off_bat": 32, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529265", - "date": "2026-04-14", - "balls": 12, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1370353", - "date": "2023-05-29", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1370350", - "date": "2023-05-23", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 30.9, - "score_label": "Bowler advantage" - }, - { - "key": "rm_patidar__sp_narine", - "batter": "RM Patidar", - "bowler": "SP Narine", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 66, - "dismissals": 2, - "strike_rate": 194.1, - "runs_per_ball": 1.941, - "dot_ball_pct": 23.5, - "boundary_count": 8, - "boundary_pct": 23.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 50, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529300", - "date": "2026-05-13", - "balls": 6, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426274", - "date": "2024-04-21", - "balls": 16, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1422128", - "date": "2024-03-29", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.9, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__sp_narine", - "batter": "T Stubbs", - "bowler": "SP Narine", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 42, - "dismissals": 2, - "strike_rate": 123.5, - "runs_per_ball": 1.235, - "dot_ball_pct": 41.2, - "boundary_count": 4, - "boundary_pct": 11.8, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 34, - "runs_off_bat": 42, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529294", - "date": "2026-05-08", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 18, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 34.4, - "score_label": "Bowler advantage" - }, - { - "key": "jm_sharma__avesh_khan", - "batter": "JM Sharma", - "bowler": "Avesh Khan", - "balls": 36, - "legal_balls": 34, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 111.8, - "runs_per_ball": 1.118, - "dot_ball_pct": 47.1, - "boundary_count": 6, - "boundary_pct": 17.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 2 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473507", - "date": "2025-05-27", - "balls": 14, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 12, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 33.0, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__vg_arora", - "batter": "SV Samson", - "bowler": "VG Arora", - "balls": 36, - "legal_balls": 34, - "runs_off_bat": 62, - "dismissals": 2, - "strike_rate": 182.4, - "runs_per_ball": 1.824, - "dot_ball_pct": 29.4, - "boundary_count": 12, - "boundary_pct": 35.3, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 62, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529265", - "date": "2026-04-14", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473443", - "date": "2025-03-26", - "balls": 14, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.5, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__hh_pandya", - "batter": "Nithish Kumar Reddy", - "bowler": "HH Pandya", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 32, - "dismissals": 2, - "strike_rate": 94.1, - "runs_per_ball": 0.941, - "dot_ball_pct": 41.2, - "boundary_count": 4, - "boundary_pct": 11.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 34, - "runs_off_bat": 32, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 16, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 12, - "runs": 20, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 30.9, - "score_label": "Bowler advantage" - }, - { - "key": "rm_patidar__mukesh_kumar", - "batter": "RM Patidar", - "bowler": "Mukesh Kumar", - "balls": 36, - "legal_balls": 34, - "runs_off_bat": 54, - "dismissals": 2, - "strike_rate": 158.8, - "runs_per_ball": 1.588, - "dot_ball_pct": 47.1, - "boundary_count": 10, - "boundary_pct": 29.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 38, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 6, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426300", - "date": "2024-05-12", - "balls": 12, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 38.7, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__kuldeep_yadav", - "batter": "MR Marsh", - "bowler": "Kuldeep Yadav", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 46, - "dismissals": 2, - "strike_rate": 135.3, - "runs_per_ball": 1.353, - "dot_ball_pct": 35.3, - "boundary_count": 4, - "boundary_pct": 11.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 34, - "runs_off_bat": 46, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527678", - "date": "2026-04-01", - "balls": 10, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 12, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 35.8, - "score_label": "Bowler advantage" - }, - { - "key": "priyansh_arya__mohammed_siraj", - "batter": "Priyansh Arya", - "bowler": "Mohammed Siraj", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 46, - "dismissals": 2, - "strike_rate": 135.3, - "runs_per_ball": 1.353, - "dot_ball_pct": 64.7, - "boundary_count": 8, - "boundary_pct": 23.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 46, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529289", - "date": "2026-05-03", - "balls": 4, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 12, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 18, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 35.8, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__e_malinga", - "batter": "SS Iyer", - "bowler": "E Malinga", - "balls": 38, - "legal_balls": 34, - "runs_off_bat": 86, - "dismissals": 2, - "strike_rate": 252.9, - "runs_per_ball": 2.529, - "dot_ball_pct": 23.5, - "boundary_count": 16, - "boundary_pct": 47.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 66, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 8, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 22, - "runs": 54, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.0, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__dl_chahar", - "batter": "Priyansh Arya", - "bowler": "DL Chahar", - "balls": 38, - "legal_balls": 34, - "runs_off_bat": 62, - "dismissals": 2, - "strike_rate": 182.4, - "runs_per_ball": 1.824, - "dot_ball_pct": 35.3, - "boundary_count": 12, - "boundary_pct": 35.3, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 62, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529301", - "date": "2026-05-14", - "balls": 20, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1529267", - "date": "2026-04-16", - "balls": 6, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.5, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__sm_curran", - "batter": "MS Dhoni", - "bowler": "SM Curran", - "balls": 36, - "legal_balls": 34, - "runs_off_bat": 76, - "dismissals": 0, - "strike_rate": 223.5, - "runs_per_ball": 2.235, - "dot_ball_pct": 17.6, - "boundary_count": 10, - "boundary_pct": 29.4, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 34, - "runs_off_bat": 76, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359515", - "date": "2023-04-30", - "balls": 8, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1178430", - "date": "2019-05-05", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1178393", - "date": "2019-04-06", - "balls": 16, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 62.4, - "score_label": "Batter advantage" - }, - { - "key": "r_parag__ra_jadeja", - "batter": "R Parag", - "bowler": "RA Jadeja", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 123.5, - "runs_per_ball": 1.235, - "dot_ball_pct": 11.8, - "boundary_count": 2, - "boundary_pct": 5.9, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 34, - "runs_off_bat": 42, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1254069", - "date": "2021-04-19", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1178400", - "date": "2019-04-11", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.4, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__kk_ahmed", - "batter": "RA Jadeja", - "bowler": "KK Ahmed", - "balls": 36, - "legal_balls": 34, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 141.2, - "runs_per_ball": 1.412, - "dot_ball_pct": 29.4, - "boundary_count": 6, - "boundary_pct": 17.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 24, - "runs_off_bat": 42, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254080", - "date": "2021-04-28", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1216528", - "date": "2020-10-13", - "balls": 6, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1216516", - "date": "2020-10-02", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.5, - "score_label": "Neutral" - }, - { - "key": "n_pooran__kh_pandya", - "batter": "N Pooran", - "bowler": "KH Pandya", - "balls": 40, - "legal_balls": 34, - "runs_off_bat": 52, - "dismissals": 0, - "strike_rate": 152.9, - "runs_per_ball": 1.529, - "dot_ball_pct": 29.4, - "boundary_count": 6, - "boundary_pct": 17.6, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 32, - "runs_off_bat": 50, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529293", - "date": "2026-05-07", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304058", - "date": "2022-04-04", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1216503", - "date": "2020-10-01", - "balls": 18, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.0, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__jd_unadkat", - "batter": "D Padikkal", - "bowler": "JD Unadkat", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 62, - "dismissals": 0, - "strike_rate": 182.4, - "runs_per_ball": 1.824, - "dot_ball_pct": 29.4, - "boundary_count": 8, - "boundary_pct": 23.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 44, - "dismissals": 0 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1216522", - "date": "2020-10-17", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216514", - "date": "2020-10-03", - "balls": 20, - "runs": 44, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.5, - "score_label": "Neutral" - }, - { - "key": "f_du_plessis__mohammed_siraj", - "batter": "F du Plessis", - "bowler": "Mohammed Siraj", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 158.8, - "runs_per_ball": 1.588, - "dot_ball_pct": 35.3, - "boundary_count": 8, - "boundary_pct": 23.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 54, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254113", - "date": "2021-09-24", - "balls": 12, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254076", - "date": "2021-04-25", - "balls": 12, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1216544", - "date": "2020-10-25", - "balls": 6, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.7, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__kh_pandya", - "batter": "RM Patidar", - "bowler": "KH Pandya", - "balls": 36, - "legal_balls": 34, - "runs_off_bat": 66, - "dismissals": 0, - "strike_rate": 194.1, - "runs_per_ball": 1.941, - "dot_ball_pct": 11.8, - "boundary_count": 10, - "boundary_pct": 29.4, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 50, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1312198", - "date": "2022-05-25", - "balls": 28, - "runs": 58, - "dismissed": false - }, - { - "match_id": "1254058", - "date": "2021-04-09", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.9, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__washington_sundar", - "batter": "RA Jadeja", - "bowler": "Washington Sundar", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 94.1, - "runs_per_ball": 0.941, - "dot_ball_pct": 35.3, - "boundary_count": 2, - "boundary_pct": 5.9, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 12, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1254076", - "date": "2021-04-25", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.9, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__mohammed_siraj", - "batter": "P Simran Singh", - "bowler": "Mohammed Siraj", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 88.2, - "runs_per_ball": 0.882, - "dot_ball_pct": 58.8, - "boundary_count": 4, - "boundary_pct": 11.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 30, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529289", - "date": "2026-05-03", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 6, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1422124", - "date": "2024-03-25", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359501", - "date": "2023-04-20", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.2, - "score_label": "Neutral" - }, - { - "key": "r_parag__b_kumar", - "batter": "R Parag", - "bowler": "B Kumar", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 72, - "dismissals": 0, - "strike_rate": 211.8, - "runs_per_ball": 2.118, - "dot_ball_pct": 23.5, - "boundary_count": 12, - "boundary_pct": 35.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 16, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254085", - "date": "2021-05-02", - "balls": 8, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 61.0, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__cv_varun", - "batter": "Shashank Singh", - "bowler": "CV Varun", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 164.7, - "runs_per_ball": 1.647, - "dot_ball_pct": 29.4, - "boundary_count": 6, - "boundary_pct": 17.6, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 54, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 16, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 10, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.4, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__ra_jadeja", - "batter": "N Wadhera", - "bowler": "RA Jadeja", - "balls": 36, - "legal_balls": 34, - "runs_off_bat": 62, - "dismissals": 0, - "strike_rate": 182.4, - "runs_per_ball": 1.824, - "dot_ball_pct": 17.6, - "boundary_count": 10, - "boundary_pct": 29.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359523", - "date": "2023-05-06", - "balls": 30, - "runs": 58, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.5, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__suyash_sharma", - "batter": "YBK Jaiswal", - "bowler": "Suyash Sharma", - "balls": 36, - "legal_balls": 34, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 164.7, - "runs_per_ball": 1.647, - "dot_ball_pct": 17.6, - "boundary_count": 8, - "boundary_pct": 23.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 34, - "runs_off_bat": 56, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 16, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1359530", - "date": "2023-05-11", - "balls": 18, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.4, - "score_label": "Neutral" - }, - { - "key": "n_pooran__b_kumar", - "batter": "N Pooran", - "bowler": "B Kumar", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 60, - "dismissals": 0, - "strike_rate": 176.5, - "runs_per_ball": 1.765, - "dot_ball_pct": 17.6, - "boundary_count": 8, - "boundary_pct": 23.5, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 34, - "runs_off_bat": 60, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529293", - "date": "2026-05-07", - "balls": 18, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1473507", - "date": "2025-05-27", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426295", - "date": "2024-05-08", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359532", - "date": "2023-05-13", - "balls": 6, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.8, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__arshdeep_singh", - "batter": "T Stubbs", - "bowler": "Arshdeep Singh", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 64.7, - "runs_per_ball": 0.647, - "dot_ball_pct": 52.9, - "boundary_count": 2, - "boundary_pct": 5.9, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529298", - "date": "2026-05-11", - "balls": 16, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1485779", - "date": "2025-05-24", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.4, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__hh_pandya", - "batter": "B Sai Sudharsan", - "bowler": "HH Pandya", - "balls": 36, - "legal_balls": 34, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 158.8, - "runs_per_ball": 1.588, - "dot_ball_pct": 5.9, - "boundary_count": 6, - "boundary_pct": 17.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 34, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 16, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1422123", - "date": "2024-03-24", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.7, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__yash_dayal", - "batter": "P Simran Singh", - "bowler": "Yash Dayal", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 141.2, - "runs_per_ball": 1.412, - "dot_ball_pct": 29.4, - "boundary_count": 6, - "boundary_pct": 17.6, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 34, - "runs_off_bat": 48, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473508", - "date": "2025-05-29", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1422124", - "date": "2024-03-25", - "balls": 12, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.5, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__hh_pandya", - "batter": "RM Patidar", - "bowler": "HH Pandya", - "balls": 42, - "legal_balls": 34, - "runs_off_bat": 90, - "dismissals": 0, - "strike_rate": 264.7, - "runs_per_ball": 2.647, - "dot_ball_pct": 11.8, - "boundary_count": 14, - "boundary_pct": 41.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 56, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 34, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 24, - "runs": 66, - "dismissed": false - }, - { - "match_id": "1426263", - "date": "2024-04-11", - "balls": 6, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 67.4, - "score_label": "Batter advantage" - }, - { - "key": "a_raghuvanshi__ta_boult", - "batter": "A Raghuvanshi", - "bowler": "TA Boult", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 62, - "dismissals": 0, - "strike_rate": 182.4, - "runs_per_ball": 1.824, - "dot_ball_pct": 17.6, - "boundary_count": 10, - "boundary_pct": 29.4, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 34, - "dismissals": 0 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 16, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 8, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.5, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__k_rabada", - "batter": "Tilak Varma", - "bowler": "K Rabada", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 62, - "dismissals": 0, - "strike_rate": 182.4, - "runs_per_ball": 1.824, - "dot_ball_pct": 23.5, - "boundary_count": 8, - "boundary_pct": 23.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 34, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 20, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 10, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.5, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__mohammed_siraj", - "batter": "A Raghuvanshi", - "bowler": "Mohammed Siraj", - "balls": 40, - "legal_balls": 34, - "runs_off_bat": 72, - "dismissals": 0, - "strike_rate": 211.8, - "runs_per_ball": 2.118, - "dot_ball_pct": 41.2, - "boundary_count": 12, - "boundary_pct": 35.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 62, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529303", - "date": "2026-05-16", - "balls": 18, - "runs": 50, - "dismissed": false - }, - { - "match_id": "1529268", - "date": "2026-04-17", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426274", - "date": "2024-04-21", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 61.0, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__ys_chahal", - "batter": "Nithish Kumar Reddy", - "bowler": "YS Chahal", - "balls": 36, - "legal_balls": 34, - "runs_off_bat": 60, - "dismissals": 0, - "strike_rate": 176.5, - "runs_per_ball": 1.765, - "dot_ball_pct": 35.3, - "boundary_count": 10, - "boundary_pct": 29.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 46, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 20, - "runs": 46, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.8, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__ravi_bishnoi", - "batter": "Abishek Porel", - "bowler": "Ravi Bishnoi", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 117.6, - "runs_per_ball": 1.176, - "dot_ball_pct": 29.4, - "boundary_count": 2, - "boundary_pct": 5.9, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 34, - "runs_off_bat": 40, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 20, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.7, - "score_label": "Neutral" - }, - { - "key": "rk_singh__ds_rathi", - "batter": "RK Singh", - "bowler": "DS Rathi", - "balls": 40, - "legal_balls": 34, - "runs_off_bat": 84, - "dismissals": 0, - "strike_rate": 247.1, - "runs_per_ball": 2.471, - "dot_ball_pct": 29.4, - "boundary_count": 14, - "boundary_pct": 41.2, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 58, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529281", - "date": "2026-04-26", - "balls": 28, - "runs": 74, - "dismissed": false - }, - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 65.2, - "score_label": "Batter advantage" - }, - { - "key": "abhishek_sharma__m_jansen", - "batter": "Abhishek Sharma", - "bowler": "M Jansen", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 118, - "dismissals": 0, - "strike_rate": 347.1, - "runs_per_ball": 3.471, - "dot_ball_pct": 17.6, - "boundary_count": 24, - "boundary_pct": 70.6, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 78, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 40, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 10, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 22, - "runs": 76, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 77.2, - "score_label": "Batter advantage" - }, - { - "key": "dhruv_jurel__b_kumar", - "batter": "Dhruv Jurel", - "bowler": "B Kumar", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 64, - "dismissals": 0, - "strike_rate": 188.2, - "runs_per_ball": 1.882, - "dot_ball_pct": 5.9, - "boundary_count": 8, - "boundary_pct": 23.5, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 30, - "runs_off_bat": 60, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 8, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 12, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.2, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__ravi_bishnoi", - "batter": "KL Rahul", - "bowler": "Ravi Bishnoi", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 76, - "dismissals": 0, - "strike_rate": 223.5, - "runs_per_ball": 2.235, - "dot_ball_pct": 17.6, - "boundary_count": 10, - "boundary_pct": 29.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 34, - "runs_off_bat": 76, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529286", - "date": "2026-05-01", - "balls": 18, - "runs": 52, - "dismissed": false - }, - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 16, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 62.4, - "score_label": "Batter advantage" - }, - { - "key": "ss_iyer__noor_ahmad", - "batter": "SS Iyer", - "bowler": "Noor Ahmad", - "balls": 36, - "legal_balls": 34, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 105.9, - "runs_per_ball": 1.059, - "dot_ball_pct": 29.4, - "boundary_count": 2, - "boundary_pct": 5.9, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 34, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527680", - "date": "2026-04-03", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 24, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.3, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__e_malinga", - "batter": "RM Patidar", - "bowler": "E Malinga", - "balls": 40, - "legal_balls": 34, - "runs_off_bat": 62, - "dismissals": 0, - "strike_rate": 182.4, - "runs_per_ball": 1.824, - "dot_ball_pct": 35.3, - "boundary_count": 10, - "boundary_pct": 29.4, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 24, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 38, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 18, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 10, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.5, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__jj_bumrah", - "batter": "Priyansh Arya", - "bowler": "JJ Bumrah", - "balls": 34, - "legal_balls": 34, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 123.5, - "runs_per_ball": 1.235, - "dot_ball_pct": 58.8, - "boundary_count": 8, - "boundary_pct": 23.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529301", - "date": "2026-05-14", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1529267", - "date": "2026-04-16", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 12, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.4, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__v_nigam", - "batter": "SS Iyer", - "bowler": "V Nigam", - "balls": 36, - "legal_balls": 34, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 164.7, - "runs_per_ball": 1.647, - "dot_ball_pct": 17.6, - "boundary_count": 8, - "boundary_pct": 23.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 26, - "runs_off_bat": 46, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529278", - "date": "2026-04-25", - "balls": 12, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1485779", - "date": "2025-05-24", - "balls": 22, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.4, - "score_label": "Neutral" - }, - { - "key": "rg_sharma__jc_archer", - "batter": "RG Sharma", - "bowler": "JC Archer", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 22, - "dismissals": 6, - "strike_rate": 68.8, - "runs_per_ball": 0.688, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 6.2, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 18, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529312", - "date": "2026-05-24", - "balls": 8, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473487", - "date": "2025-05-01", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1216511", - "date": "2020-10-06", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178402", - "date": "2019-04-13", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__hv_patel", - "batter": "HH Pandya", - "bowler": "HV Patel", - "balls": 36, - "legal_balls": 32, - "runs_off_bat": 48, - "dismissals": 6, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 43.8, - "boundary_count": 6, - "boundary_pct": 18.8, - "dismissal_types": { - "lbw": 2, - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 22, - "runs_off_bat": 40, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 6, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 6, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1304113", - "date": "2022-05-19", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254108", - "date": "2021-09-26", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254058", - "date": "2021-04-09", - "balls": 8, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 5.6, - "score_label": "Bowler advantage" - }, - { - "key": "sm_curran__jj_bumrah", - "batter": "SM Curran", - "bowler": "JJ Bumrah", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 38, - "dismissals": 6, - "strike_rate": 118.8, - "runs_per_ball": 1.188, - "dot_ball_pct": 56.2, - "boundary_count": 6, - "boundary_pct": 18.8, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "death": { - "legal_balls": 24, - "runs_off_bat": 36, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 8, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1216521", - "date": "2020-10-23", - "balls": 14, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216492", - "date": "2020-09-19", - "balls": 4, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1178399", - "date": "2019-04-10", - "balls": 6, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 1.9, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__jd_unadkat", - "batter": "SS Iyer", - "bowler": "JD Unadkat", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 54, - "dismissals": 4, - "strike_rate": 168.8, - "runs_per_ball": 1.688, - "dot_ball_pct": 25.0, - "boundary_count": 6, - "boundary_pct": 18.8, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 40, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1216543", - "date": "2020-10-14", - "balls": 8, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1136592", - "date": "2018-05-02", - "balls": 16, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1082642", - "date": "2017-05-12", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 23.9, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__sm_curran", - "batter": "SV Samson", - "bowler": "SM Curran", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 42, - "dismissals": 4, - "strike_rate": 131.2, - "runs_per_ball": 1.312, - "dot_ball_pct": 37.5, - "boundary_count": 4, - "boundary_pct": 12.5, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 30, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254069", - "date": "2021-04-19", - "balls": 10, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1216496", - "date": "2020-09-22", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1175359", - "date": "2019-03-25", - "balls": 10, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 19.4, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__ra_jadeja", - "batter": "HH Pandya", - "bowler": "RA Jadeja", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 36, - "dismissals": 4, - "strike_rate": 112.5, - "runs_per_ball": 1.125, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 12.5, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 30, - "dismissals": 4 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359475", - "date": "2023-03-31", - "balls": 8, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1216492", - "date": "2020-09-19", - "balls": 14, - "runs": 26, - "dismissed": true - }, - { - "match_id": "1181768", - "date": "2019-05-12", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1181764", - "date": "2019-05-07", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 17.1, - "score_label": "Bowler advantage" - }, - { - "key": "r_tewatia__ar_patel", - "batter": "R Tewatia", - "bowler": "AR Patel", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 26, - "dismissals": 4, - "strike_rate": 81.2, - "runs_per_ball": 0.812, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 6.2, - "dismissal_types": { - "lbw": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 8, - "dismissals": 2 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426270", - "date": "2024-04-17", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1254097", - "date": "2021-09-25", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1216500", - "date": "2020-10-09", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "734033", - "date": "2014-05-23", - "balls": 12, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 13.4, - "score_label": "Bowler advantage" - }, - { - "key": "s_dube__avesh_khan", - "batter": "S Dube", - "bowler": "Avesh Khan", - "balls": 38, - "legal_balls": 32, - "runs_off_bat": 24, - "dismissals": 4, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 43.8, - "boundary_count": 2, - "boundary_pct": 6.2, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 26, - "runs_off_bat": 22, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529296", - "date": "2026-05-10", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 16, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304053", - "date": "2022-03-31", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1254064", - "date": "2021-04-15", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 12.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_parag__avesh_khan", - "batter": "R Parag", - "bowler": "Avesh Khan", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 32, - "dismissals": 4, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 12.5, - "dismissal_types": { - "caught": 2, - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2 - }, - "death": { - "legal_balls": 26, - "runs_off_bat": 32, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 12, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304066", - "date": "2022-04-10", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254064", - "date": "2021-04-15", - "balls": 6, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 15.6, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__avesh_khan", - "batter": "Abhishek Sharma", - "bowler": "Avesh Khan", - "balls": 38, - "legal_balls": 32, - "runs_off_bat": 36, - "dismissals": 4, - "strike_rate": 112.5, - "runs_per_ball": 1.125, - "dot_ball_pct": 50.0, - "boundary_count": 6, - "boundary_pct": 18.8, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 32, - "dismissals": 4 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304058", - "date": "2022-04-04", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254077", - "date": "2021-04-25", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 17.1, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__m_pathirana", - "batter": "D Padikkal", - "bowler": "M Pathirana", - "balls": 36, - "legal_balls": 32, - "runs_off_bat": 38, - "dismissals": 4, - "strike_rate": 118.8, - "runs_per_ball": 1.188, - "dot_ball_pct": 50.0, - "boundary_count": 6, - "boundary_pct": 18.8, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 4, - "dismissals": 2 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 34, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1426277", - "date": "2024-04-23", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 12, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1304114", - "date": "2022-05-20", - "balls": 10, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 17.9, - "score_label": "Bowler advantage" - }, - { - "key": "ybk_jaiswal__mukesh_kumar", - "batter": "YBK Jaiswal", - "bowler": "Mukesh Kumar", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 34, - "dismissals": 4, - "strike_rate": 106.2, - "runs_per_ball": 1.062, - "dot_ball_pct": 43.8, - "boundary_count": 4, - "boundary_pct": 12.5, - "dismissal_types": { - "caught and bowled": 2, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 30, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 14, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 8, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1359485", - "date": "2023-04-08", - "balls": 10, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 16.4, - "score_label": "Bowler advantage" - }, - { - "key": "t_stubbs__cv_varun", - "batter": "T Stubbs", - "bowler": "CV Varun", - "balls": 36, - "legal_balls": 32, - "runs_off_bat": 54, - "dismissals": 4, - "strike_rate": 168.8, - "runs_per_ball": 1.688, - "dot_ball_pct": 31.2, - "boundary_count": 8, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 54, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 26, - "runs": 52, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 23.9, - "score_label": "Bowler advantage" - }, - { - "key": "nithish_kumar_reddy__ta_boult", - "batter": "Nithish Kumar Reddy", - "bowler": "TA Boult", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 24, - "dismissals": 4, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 10, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 14, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 12.6, - "score_label": "Bowler advantage" - }, - { - "key": "tm_head__mohammed_siraj", - "batter": "TM Head", - "bowler": "Mohammed Siraj", - "balls": 36, - "legal_balls": 32, - "runs_off_bat": 38, - "dismissals": 4, - "strike_rate": 118.8, - "runs_per_ball": 1.188, - "dot_ball_pct": 56.2, - "boundary_count": 8, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 38, - "dismissals": 4 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529299", - "date": "2026-05-12", - "balls": 8, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 14, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 10, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 17.9, - "score_label": "Bowler advantage" - }, - { - "key": "priyansh_arya__jr_hazlewood", - "batter": "Priyansh Arya", - "bowler": "JR Hazlewood", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 58, - "dismissals": 4, - "strike_rate": 181.2, - "runs_per_ball": 1.812, - "dot_ball_pct": 37.5, - "boundary_count": 10, - "boundary_pct": 31.2, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 58, - "dismissals": 4 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 16, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 6, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 25.4, - "score_label": "Bowler advantage" - }, - { - "key": "jc_archer__jj_bumrah", - "batter": "JC Archer", - "bowler": "JJ Bumrah", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 40, - "dismissals": 2, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 50.0, - "boundary_count": 6, - "boundary_pct": 18.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 22, - "runs_off_bat": 38, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473487", - "date": "2025-05-01", - "balls": 10, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216511", - "date": "2020-10-06", - "balls": 12, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1136581", - "date": "2018-04-22", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 34.6, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__ar_patel", - "batter": "SP Narine", - "bowler": "AR Patel", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 64, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 31.2, - "boundary_count": 10, - "boundary_pct": 31.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 64, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 6, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359502", - "date": "2023-04-20", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1136604", - "date": "2018-05-12", - "balls": 14, - "runs": 28, - "dismissed": false - }, - { - "match_id": "729307", - "date": "2014-04-26", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__hh_pandya", - "batter": "SO Hetmyer", - "bowler": "HH Pandya", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 42, - "dismissals": 2, - "strike_rate": 131.2, - "runs_per_ball": 1.312, - "dot_ball_pct": 25.0, - "boundary_count": 6, - "boundary_pct": 18.8, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 42, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1312200", - "date": "2022-05-29", - "balls": 14, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1312197", - "date": "2022-05-24", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304070", - "date": "2022-04-14", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1175362", - "date": "2019-03-28", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 35.4, - "score_label": "Bowler advantage" - }, - { - "key": "sm_curran__ra_jadeja", - "batter": "SM Curran", - "bowler": "RA Jadeja", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 34, - "dismissals": 2, - "strike_rate": 106.2, - "runs_per_ball": 1.062, - "dot_ball_pct": 37.5, - "boundary_count": 2, - "boundary_pct": 6.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 10, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1359515", - "date": "2023-04-30", - "balls": 16, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1178430", - "date": "2019-05-05", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 32.4, - "score_label": "Bowler advantage" - }, - { - "key": "rd_gaikwad__r_tewatia", - "batter": "RD Gaikwad", - "bowler": "R Tewatia", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 62, - "dismissals": 2, - "strike_rate": 193.8, - "runs_per_ball": 1.938, - "dot_ball_pct": 18.8, - "boundary_count": 8, - "boundary_pct": 25.0, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 62, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254089", - "date": "2021-10-02", - "balls": 30, - "runs": 62, - "dismissed": false - }, - { - "match_id": "1216496", - "date": "2020-09-22", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 42.9, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__hv_patel", - "batter": "YBK Jaiswal", - "bowler": "HV Patel", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 93.8, - "runs_per_ball": 0.938, - "dot_ball_pct": 37.5, - "boundary_count": 2, - "boundary_pct": 6.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 12, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359506", - "date": "2023-04-23", - "balls": 10, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1254103", - "date": "2021-09-29", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216500", - "date": "2020-10-09", - "balls": 14, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 30.9, - "score_label": "Bowler advantage" - }, - { - "key": "sm_curran__jc_archer", - "batter": "SM Curran", - "bowler": "JC Archer", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 32, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 56.2, - "boundary_count": 6, - "boundary_pct": 18.8, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359505", - "date": "2023-04-22", - "balls": 16, - "runs": 28, - "dismissed": true - }, - { - "match_id": "1216533", - "date": "2020-10-19", - "balls": 16, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "m_shahrukh_khan__hv_patel", - "batter": "M Shahrukh Khan", - "bowler": "HV Patel", - "balls": 40, - "legal_balls": 32, - "runs_off_bat": 50, - "dismissals": 2, - "strike_rate": 156.2, - "runs_per_ball": 1.562, - "dot_ball_pct": 43.8, - "boundary_count": 6, - "boundary_pct": 18.8, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 32, - "runs_off_bat": 50, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304049", - "date": "2022-03-27", - "balls": 20, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1254090", - "date": "2021-10-03", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 38.4, - "score_label": "Neutral" - }, - { - "key": "r_parag__mohammed_siraj", - "batter": "R Parag", - "bowler": "Mohammed Siraj", - "balls": 36, - "legal_balls": 32, - "runs_off_bat": 50, - "dismissals": 2, - "strike_rate": 156.2, - "runs_per_ball": 1.562, - "dot_ball_pct": 31.2, - "boundary_count": 6, - "boundary_pct": 18.8, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 26, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 12, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1426310", - "date": "2024-05-22", - "balls": 8, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1422137", - "date": "2024-04-06", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254103", - "date": "2021-09-29", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 38.4, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__jr_hazlewood", - "batter": "D Padikkal", - "bowler": "JR Hazlewood", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 46, - "dismissals": 2, - "strike_rate": 143.8, - "runs_per_ball": 1.438, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 12.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1312199", - "date": "2022-05-27", - "balls": 10, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1254113", - "date": "2021-09-24", - "balls": 22, - "runs": 40, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 36.9, - "score_label": "Bowler advantage" - }, - { - "key": "vr_iyer__yash_dayal", - "batter": "VR Iyer", - "bowler": "Yash Dayal", - "balls": 36, - "legal_balls": 32, - "runs_off_bat": 78, - "dismissals": 2, - "strike_rate": 243.8, - "runs_per_ball": 2.438, - "dot_ball_pct": 12.5, - "boundary_count": 14, - "boundary_pct": 43.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 60, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 18, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426274", - "date": "2024-04-21", - "balls": 6, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1422128", - "date": "2024-03-29", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359487", - "date": "2023-04-09", - "balls": 18, - "runs": 56, - "dismissed": false - }, - { - "match_id": "1304081", - "date": "2022-04-23", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.8, - "score_label": "Neutral" - }, - { - "key": "rk_singh__avesh_khan", - "batter": "RK Singh", - "bowler": "Avesh Khan", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 70, - "dismissals": 2, - "strike_rate": 218.8, - "runs_per_ball": 2.188, - "dot_ball_pct": 37.5, - "boundary_count": 12, - "boundary_pct": 37.5, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 28, - "runs_off_bat": 70, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527688", - "date": "2026-04-09", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 12, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1304112", - "date": "2022-05-18", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.9, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__ta_boult", - "batter": "JM Sharma", - "bowler": "TA Boult", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 72, - "dismissals": 2, - "strike_rate": 225.0, - "runs_per_ball": 2.25, - "dot_ball_pct": 25.0, - "boundary_count": 10, - "boundary_pct": 31.2, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 48, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 16, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359482", - "date": "2023-04-05", - "balls": 8, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.6, - "score_label": "Neutral" - }, - { - "key": "sm_curran__rashid_khan", - "batter": "SM Curran", - "bowler": "Rashid Khan", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 32, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 43.8, - "boundary_count": 2, - "boundary_pct": 6.2, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 2 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 14, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1422135", - "date": "2024-04-04", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359492", - "date": "2023-04-13", - "balls": 14, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "b_sai_sudharsan__sm_curran", - "batter": "B Sai Sudharsan", - "bowler": "SM Curran", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 32, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 43.8, - "boundary_count": 4, - "boundary_pct": 12.5, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 28, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 12, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1422135", - "date": "2024-04-04", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359492", - "date": "2023-04-13", - "balls": 12, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__harshit_rana", - "batter": "Abhishek Sharma", - "bowler": "Harshit Rana", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 81.2, - "runs_per_ball": 0.812, - "dot_ball_pct": 56.2, - "boundary_count": 4, - "boundary_pct": 12.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 26, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 8, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359521", - "date": "2023-05-04", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 29.4, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__mukesh_kumar", - "batter": "V Kohli", - "bowler": "Mukesh Kumar", - "balls": 36, - "legal_balls": 32, - "runs_off_bat": 36, - "dismissals": 2, - "strike_rate": 112.5, - "runs_per_ball": 1.125, - "dot_ball_pct": 37.5, - "boundary_count": 4, - "boundary_pct": 12.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426300", - "date": "2024-05-12", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359524", - "date": "2023-05-06", - "balls": 8, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 33.1, - "score_label": "Bowler advantage" - }, - { - "key": "pd_salt__sm_curran", - "batter": "PD Salt", - "bowler": "SM Curran", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 48, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 37.5, - "boundary_count": 6, - "boundary_pct": 18.8, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 24, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 24, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 18, - "runs": 38, - "dismissed": true - }, - { - "match_id": "1359533", - "date": "2023-05-13", - "balls": 12, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "nithish_kumar_reddy__vg_arora", - "batter": "Nithish Kumar Reddy", - "bowler": "VG Arora", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 64, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 37.5, - "boundary_count": 10, - "boundary_pct": 31.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 50, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 8, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 12, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426309", - "date": "2024-05-21", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__pj_cummins", - "batter": "MR Marsh", - "bowler": "PJ Cummins", - "balls": 36, - "legal_balls": 32, - "runs_off_bat": 58, - "dismissals": 2, - "strike_rate": 181.2, - "runs_per_ball": 1.812, - "dot_ball_pct": 37.5, - "boundary_count": 10, - "boundary_pct": 31.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 16, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 16, - "runs": 28, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 41.4, - "score_label": "Neutral" - }, - { - "key": "pd_salt__jc_archer", - "batter": "PD Salt", - "bowler": "JC Archer", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 46, - "dismissals": 2, - "strike_rate": 143.8, - "runs_per_ball": 1.438, - "dot_ball_pct": 56.2, - "boundary_count": 8, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 32, - "runs_off_bat": 46, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 20, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 36.9, - "score_label": "Bowler advantage" - }, - { - "key": "dhruv_jurel__ys_chahal", - "batter": "Dhruv Jurel", - "bowler": "YS Chahal", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 32, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 12.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 32, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529283", - "date": "2026-04-28", - "balls": 12, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 20, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__e_malinga", - "batter": "RR Pant", - "bowler": "E Malinga", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 36, - "dismissals": 2, - "strike_rate": 112.5, - "runs_per_ball": 1.125, - "dot_ball_pct": 37.5, - "boundary_count": 4, - "boundary_pct": 12.5, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 32, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 24, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 8, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 33.1, - "score_label": "Bowler advantage" - }, - { - "key": "rashid_khan__mohammed_siraj", - "batter": "Rashid Khan", - "bowler": "Mohammed Siraj", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 50.0, - "boundary_count": 8, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 32, - "runs_off_bat": 48, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426290", - "date": "2024-05-04", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1254095", - "date": "2021-10-06", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254063", - "date": "2021-04-14", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1136599", - "date": "2018-05-07", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "ar_patel__mohammed_siraj", - "batter": "AR Patel", - "bowler": "Mohammed Siraj", - "balls": 36, - "legal_balls": 32, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 131.2, - "runs_per_ball": 1.312, - "dot_ball_pct": 31.2, - "boundary_count": 6, - "boundary_pct": 18.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426300", - "date": "2024-05-12", - "balls": 16, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304073", - "date": "2022-04-16", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178395", - "date": "2019-04-07", - "balls": 2, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1136608", - "date": "2018-05-14", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.4, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__ad_russell", - "batter": "H Klaasen", - "bowler": "AD Russell", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 64, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 12.5, - "boundary_count": 8, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 32, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 10, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426309", - "date": "2024-05-21", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__kk_ahmed", - "batter": "SO Hetmyer", - "bowler": "KK Ahmed", - "balls": 38, - "legal_balls": 32, - "runs_off_bat": 68, - "dismissals": 0, - "strike_rate": 212.5, - "runs_per_ball": 2.125, - "dot_ball_pct": 25.0, - "boundary_count": 10, - "boundary_pct": 31.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1216532", - "date": "2020-09-29", - "balls": 10, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1178429", - "date": "2019-05-04", - "balls": 16, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 61.1, - "score_label": "Neutral" - }, - { - "key": "sm_curran__cv_varun", - "batter": "SM Curran", - "bowler": "CV Varun", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 93.8, - "runs_per_ball": 0.938, - "dot_ball_pct": 43.8, - "boundary_count": 2, - "boundary_pct": 6.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359527", - "date": "2023-05-08", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359476", - "date": "2023-04-01", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1216536", - "date": "2020-10-29", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1216501", - "date": "2020-10-07", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.9, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__r_parag", - "batter": "D Padikkal", - "bowler": "R Parag", - "balls": 36, - "legal_balls": 32, - "runs_off_bat": 64, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 18.8, - "boundary_count": 10, - "boundary_pct": 31.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 64, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 18, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254073", - "date": "2021-04-22", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1216514", - "date": "2020-10-03", - "balls": 0, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__sp_narine", - "batter": "P Simran Singh", - "bowler": "SP Narine", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 58, - "dismissals": 0, - "strike_rate": 181.2, - "runs_per_ball": 1.812, - "dot_ball_pct": 31.2, - "boundary_count": 8, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 34, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473481", - "date": "2025-04-26", - "balls": 16, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 8, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1216523", - "date": "2020-10-10", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.4, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__sp_narine", - "batter": "R Tewatia", - "bowler": "SP Narine", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 46, - "dismissals": 0, - "strike_rate": 143.8, - "runs_per_ball": 1.438, - "dot_ball_pct": 37.5, - "boundary_count": 6, - "boundary_pct": 18.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 44, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254106", - "date": "2021-10-07", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1254075", - "date": "2021-04-24", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216530", - "date": "2020-11-01", - "balls": 18, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.9, - "score_label": "Neutral" - }, - { - "key": "sv_samson__jr_hazlewood", - "batter": "SV Samson", - "bowler": "JR Hazlewood", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 93.8, - "runs_per_ball": 0.938, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 16, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1312199", - "date": "2022-05-27", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254089", - "date": "2021-10-02", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.9, - "score_label": "Neutral" - }, - { - "key": "sp_narine__avesh_khan", - "batter": "SP Narine", - "bowler": "Avesh Khan", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 37.5, - "boundary_count": 8, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 24, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1304112", - "date": "2022-05-18", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304099", - "date": "2022-05-07", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254092", - "date": "2021-09-28", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__r_ashwin", - "batter": "RD Gaikwad", - "bowler": "R Ashwin", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 12.5, - "boundary_count": 2, - "boundary_pct": 6.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1254114", - "date": "2021-10-10", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.6, - "score_label": "Neutral" - }, - { - "key": "abhishek_sharma__m_prasidh_krishna", - "batter": "Abhishek Sharma", - "bowler": "M Prasidh Krishna", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 31.2, - "runs_per_ball": 0.312, - "dot_ball_pct": 68.8, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 16, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 16, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 39.4, - "score_label": "Neutral" - }, - { - "key": "n_pooran__vg_arora", - "batter": "N Pooran", - "bowler": "VG Arora", - "balls": 42, - "legal_balls": 32, - "runs_off_bat": 58, - "dismissals": 0, - "strike_rate": 181.2, - "runs_per_ball": 1.812, - "dot_ball_pct": 25.0, - "boundary_count": 8, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 28, - "runs_off_bat": 56, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 12, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 8, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1359542", - "date": "2023-05-20", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304074", - "date": "2022-04-17", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.4, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__kuldeep_yadav", - "batter": "D Padikkal", - "bowler": "Kuldeep Yadav", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 93.8, - "runs_per_ball": 0.938, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 6.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304104", - "date": "2022-05-11", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304080", - "date": "2022-04-22", - "balls": 12, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.9, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__r_ashwin", - "batter": "MR Marsh", - "bowler": "R Ashwin", - "balls": 36, - "legal_balls": 32, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 137.5, - "runs_per_ball": 1.375, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304104", - "date": "2022-05-11", - "balls": 26, - "runs": 40, - "dismissed": false - }, - { - "match_id": "501228", - "date": "2011-04-27", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.1, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__jc_archer", - "batter": "P Simran Singh", - "bowler": "JC Archer", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 112.5, - "runs_per_ball": 1.125, - "dot_ball_pct": 50.0, - "boundary_count": 6, - "boundary_pct": 18.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529283", - "date": "2026-04-28", - "balls": 22, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359505", - "date": "2023-04-22", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.1, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__harshit_rana", - "batter": "Shubman Gill", - "bowler": "Harshit Rana", - "balls": 36, - "legal_balls": 32, - "runs_off_bat": 62, - "dismissals": 0, - "strike_rate": 193.8, - "runs_per_ball": 1.938, - "dot_ball_pct": 18.8, - "boundary_count": 12, - "boundary_pct": 37.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 56, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 12, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359513", - "date": "2023-04-29", - "balls": 20, - "runs": 38, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.9, - "score_label": "Neutral" - }, - { - "key": "abhishek_sharma__mukesh_kumar", - "batter": "Abhishek Sharma", - "bowler": "Mukesh Kumar", - "balls": 36, - "legal_balls": 32, - "runs_off_bat": 74, - "dismissals": 0, - "strike_rate": 231.2, - "runs_per_ball": 2.312, - "dot_ball_pct": 18.8, - "boundary_count": 14, - "boundary_pct": 43.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 40, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529274", - "date": "2026-04-21", - "balls": 22, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1359514", - "date": "2023-04-29", - "balls": 10, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 63.4, - "score_label": "Batter advantage" - }, - { - "key": "sm_curran__ar_patel", - "batter": "SM Curran", - "bowler": "AR Patel", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 38, - "dismissals": 0, - "strike_rate": 118.8, - "runs_per_ball": 1.188, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 22, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1359533", - "date": "2023-05-13", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.9, - "score_label": "Neutral" - }, - { - "key": "sm_curran__mr_marsh", - "batter": "SM Curran", - "bowler": "MR Marsh", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 62, - "dismissals": 0, - "strike_rate": 193.8, - "runs_per_ball": 1.938, - "dot_ball_pct": 25.0, - "boundary_count": 10, - "boundary_pct": 31.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 28, - "runs": 56, - "dismissed": false - }, - { - "match_id": "1359533", - "date": "2023-05-13", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.9, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__harshit_rana", - "batter": "PJ Cummins", - "bowler": "Harshit Rana", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 131.2, - "runs_per_ball": 1.312, - "dot_ball_pct": 43.8, - "boundary_count": 6, - "boundary_pct": 18.8, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 22, - "runs_off_bat": 30, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426309", - "date": "2024-05-21", - "balls": 12, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.4, - "score_label": "Neutral" - }, - { - "key": "r_parag__vg_arora", - "batter": "R Parag", - "bowler": "VG Arora", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 78, - "dismissals": 0, - "strike_rate": 243.8, - "runs_per_ball": 2.438, - "dot_ball_pct": 25.0, - "boundary_count": 14, - "boundary_pct": 43.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 60, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 16, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1473443", - "date": "2025-03-26", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 8, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 64.8, - "score_label": "Batter advantage" - }, - { - "key": "r_parag__m_jansen", - "batter": "R Parag", - "bowler": "M Jansen", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 31.2, - "boundary_count": 8, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 30, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529283", - "date": "2026-04-28", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 10, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 16, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.6, - "score_label": "Neutral" - }, - { - "key": "v_kohli__tu_deshpande", - "batter": "V Kohli", - "bowler": "TU Deshpande", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 64, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 31.2, - "boundary_count": 10, - "boundary_pct": 31.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 50, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 10, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426306", - "date": "2024-05-18", - "balls": 14, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__rashid_khan", - "batter": "Nithish Kumar Reddy", - "bowler": "Rashid Khan", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 168.8, - "runs_per_ball": 1.688, - "dot_ball_pct": 31.2, - "boundary_count": 8, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 6, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 26, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.9, - "score_label": "Neutral" - }, - { - "key": "s_dube__m_jansen", - "batter": "S Dube", - "bowler": "M Jansen", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 64, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 18.8, - "boundary_count": 8, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 48, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527680", - "date": "2026-04-03", - "balls": 12, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 18, - "runs": 38, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__suyash_sharma", - "batter": "T Stubbs", - "bowler": "Suyash Sharma", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 50, - "dismissals": 0, - "strike_rate": 156.2, - "runs_per_ball": 1.562, - "dot_ball_pct": 18.8, - "boundary_count": 6, - "boundary_pct": 18.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 14, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.4, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__v_nigam", - "batter": "Tilak Varma", - "bowler": "V Nigam", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 6, - "boundary_pct": 18.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 32, - "runs_off_bat": 48, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 20, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 12, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__v_nigam", - "batter": "Shubman Gill", - "bowler": "V Nigam", - "balls": 32, - "legal_balls": 32, - "runs_off_bat": 58, - "dismissals": 0, - "strike_rate": 181.2, - "runs_per_ball": 1.812, - "dot_ball_pct": 18.8, - "boundary_count": 6, - "boundary_pct": 18.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 50, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 26, - "runs": 44, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.4, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__m_jansen", - "batter": "H Klaasen", - "bowler": "M Jansen", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 60, - "dismissals": 0, - "strike_rate": 187.5, - "runs_per_ball": 1.875, - "dot_ball_pct": 18.8, - "boundary_count": 6, - "boundary_pct": 18.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 12, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 20, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.1, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__jr_hazlewood", - "batter": "Washington Sundar", - "bowler": "JR Hazlewood", - "balls": 34, - "legal_balls": 32, - "runs_off_bat": 60, - "dismissals": 0, - "strike_rate": 187.5, - "runs_per_ball": 1.875, - "dot_ball_pct": 12.5, - "boundary_count": 8, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 46, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 14, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 10, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.1, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__mukesh_kumar", - "batter": "Tilak Varma", - "bowler": "Mukesh Kumar", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 52, - "dismissals": 8, - "strike_rate": 173.3, - "runs_per_ball": 1.733, - "dot_ball_pct": 46.7, - "boundary_count": 8, - "boundary_pct": 26.7, - "dismissal_types": { - "caught": 6, - "caught and bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 48, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527681", - "date": "2026-04-04", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1426281", - "date": "2024-04-27", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359490", - "date": "2023-04-11", - "balls": 10, - "runs": 32, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__k_rabada", - "batter": "F du Plessis", - "bowler": "K Rabada", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 32, - "dismissals": 6, - "strike_rate": 106.7, - "runs_per_ball": 1.067, - "dot_ball_pct": 60.0, - "boundary_count": 6, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 2 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1422124", - "date": "2024-03-25", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1216509", - "date": "2020-10-17", - "balls": 14, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1216539", - "date": "2020-09-25", - "balls": 12, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.4, - "score_label": "Bowler advantage" - }, - { - "key": "rashid_khan__tu_deshpande", - "batter": "Rashid Khan", - "bowler": "TU Deshpande", - "balls": 36, - "legal_balls": 30, - "runs_off_bat": 56, - "dismissals": 6, - "strike_rate": 186.7, - "runs_per_ball": 1.867, - "dot_ball_pct": 46.7, - "boundary_count": 10, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "death": { - "legal_balls": 30, - "runs_off_bat": 56, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 8, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1422125", - "date": "2024-03-26", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1370350", - "date": "2023-05-23", - "balls": 14, - "runs": 28, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 10.0, - "score_label": "Bowler advantage" - }, - { - "key": "naman_dhir__m_prasidh_krishna", - "batter": "Naman Dhir", - "bowler": "M Prasidh Krishna", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 46, - "dismissals": 6, - "strike_rate": 153.3, - "runs_per_ball": 1.533, - "dot_ball_pct": 46.7, - "boundary_count": 8, - "boundary_pct": 26.7, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 4 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 8, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 6, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 8, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 6.0, - "score_label": "Bowler advantage" - }, - { - "key": "ad_russell__arshdeep_singh", - "batter": "AD Russell", - "bowler": "Arshdeep Singh", - "balls": 38, - "legal_balls": 30, - "runs_off_bat": 68, - "dismissals": 4, - "strike_rate": 226.7, - "runs_per_ball": 2.267, - "dot_ball_pct": 40.0, - "boundary_count": 10, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 24, - "runs_off_bat": 44, - "dismissals": 4 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 6, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1359527", - "date": "2023-05-08", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304054", - "date": "2022-04-01", - "balls": 6, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1216523", - "date": "2020-10-10", - "balls": 4, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 30.8, - "score_label": "Bowler advantage" - }, - { - "key": "tm_head__jc_archer", - "batter": "TM Head", - "bowler": "JC Archer", - "balls": 34, - "legal_balls": 30, - "runs_off_bat": 64, - "dismissals": 4, - "strike_rate": 213.3, - "runs_per_ball": 2.133, - "dot_ball_pct": 53.3, - "boundary_count": 14, - "boundary_pct": 46.7, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 64, - "dismissals": 4 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 8, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 10, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 12, - "runs": 44, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 29.2, - "score_label": "Bowler advantage" - }, - { - "key": "kh_pandya__pj_cummins", - "batter": "KH Pandya", - "bowler": "PJ Cummins", - "balls": 32, - "legal_balls": 30, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 86.7, - "runs_per_ball": 0.867, - "dot_ball_pct": 46.7, - "boundary_count": 2, - "boundary_pct": 6.7, - "dismissal_types": { - "hit wicket": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1426295", - "date": "2024-05-08", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1082614", - "date": "2017-04-22", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 30.0, - "score_label": "Bowler advantage" - }, - { - "key": "washington_sundar__jd_unadkat", - "batter": "Washington Sundar", - "bowler": "JD Unadkat", - "balls": 32, - "legal_balls": 30, - "runs_off_bat": 58, - "dismissals": 2, - "strike_rate": 193.3, - "runs_per_ball": 1.933, - "dot_ball_pct": 20.0, - "boundary_count": 8, - "boundary_pct": 26.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 26, - "dismissals": 2 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 12, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1136571", - "date": "2018-04-15", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.8, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__hh_pandya", - "batter": "Washington Sundar", - "bowler": "HH Pandya", - "balls": 34, - "legal_balls": 30, - "runs_off_bat": 62, - "dismissals": 2, - "strike_rate": 206.7, - "runs_per_ball": 2.067, - "dot_ball_pct": 33.3, - "boundary_count": 12, - "boundary_pct": 40.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 36, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 16, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1136591", - "date": "2018-05-01", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 44.4, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__k_rabada", - "batter": "MS Dhoni", - "bowler": "K Rabada", - "balls": 32, - "legal_balls": 30, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 53.3, - "runs_per_ball": 0.533, - "dot_ball_pct": 53.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304084", - "date": "2022-04-25", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304057", - "date": "2022-04-03", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254110", - "date": "2021-10-04", - "balls": 12, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216509", - "date": "2020-10-17", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216539", - "date": "2020-09-25", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 26.0, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__mj_santner", - "batter": "AM Rahane", - "bowler": "MJ Santner", - "balls": 32, - "legal_balls": 30, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 126.7, - "runs_per_ball": 1.267, - "dot_ball_pct": 40.0, - "boundary_count": 6, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304047", - "date": "2022-03-26", - "balls": 18, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1178400", - "date": "2019-04-11", - "balls": 12, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 34.8, - "score_label": "Bowler advantage" - }, - { - "key": "rashid_khan__ar_patel", - "batter": "Rashid Khan", - "bowler": "AR Patel", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 126.7, - "runs_per_ball": 1.267, - "dot_ball_pct": 26.7, - "boundary_count": 4, - "boundary_pct": 13.3, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 2 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426270", - "date": "2024-04-17", - "balls": 20, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1254105", - "date": "2021-09-22", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254077", - "date": "2021-04-25", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 34.8, - "score_label": "Bowler advantage" - }, - { - "key": "m_shahrukh_khan__ys_chahal", - "batter": "M Shahrukh Khan", - "bowler": "YS Chahal", - "balls": 32, - "legal_balls": 30, - "runs_off_bat": 28, - "dismissals": 2, - "strike_rate": 93.3, - "runs_per_ball": 0.933, - "dot_ball_pct": 60.0, - "boundary_count": 4, - "boundary_pct": 13.3, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426262", - "date": "2024-04-10", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 16, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1254090", - "date": "2021-10-03", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1254083", - "date": "2021-04-30", - "balls": 6, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 30.8, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__hv_patel", - "batter": "D Padikkal", - "bowler": "HV Patel", - "balls": 32, - "legal_balls": 30, - "runs_off_bat": 36, - "dismissals": 2, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 13.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 36, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359506", - "date": "2023-04-23", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1312199", - "date": "2022-05-27", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304059", - "date": "2022-04-05", - "balls": 8, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 34.0, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__hh_pandya", - "batter": "N Pooran", - "bowler": "HH Pandya", - "balls": 32, - "legal_balls": 30, - "runs_off_bat": 56, - "dismissals": 2, - "strike_rate": 186.7, - "runs_per_ball": 1.867, - "dot_ball_pct": 13.3, - "boundary_count": 6, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 36, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1426305", - "date": "2024-05-17", - "balls": 10, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1426286", - "date": "2024-04-30", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304067", - "date": "2022-04-11", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.0, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__jd_unadkat", - "batter": "JM Sharma", - "bowler": "JD Unadkat", - "balls": 32, - "legal_balls": 30, - "runs_off_bat": 74, - "dismissals": 2, - "strike_rate": 246.7, - "runs_per_ball": 2.467, - "dot_ball_pct": 26.7, - "boundary_count": 12, - "boundary_pct": 40.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 40, - "dismissals": 2 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 34, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 12, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304069", - "date": "2022-04-13", - "balls": 10, - "runs": 40, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.2, - "score_label": "Neutral" - }, - { - "key": "r_parag__m_pathirana", - "batter": "R Parag", - "bowler": "M Pathirana", - "balls": 38, - "legal_balls": 30, - "runs_off_bat": 36, - "dismissals": 2, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 46.7, - "boundary_count": 4, - "boundary_pct": 13.3, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 16, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 18, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1304114", - "date": "2022-05-20", - "balls": 12, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 34.0, - "score_label": "Bowler advantage" - }, - { - "key": "abishek_porel__r_ashwin", - "batter": "Abishek Porel", - "bowler": "R Ashwin", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 126.7, - "runs_per_ball": 1.267, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 13.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 18, - "runs": 26, - "dismissed": true - }, - { - "match_id": "1359485", - "date": "2023-04-08", - "balls": 6, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 34.8, - "score_label": "Bowler advantage" - }, - { - "key": "abishek_porel__hv_patel", - "batter": "Abishek Porel", - "bowler": "HV Patel", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 68, - "dismissals": 2, - "strike_rate": 226.7, - "runs_per_ball": 2.267, - "dot_ball_pct": 20.0, - "boundary_count": 12, - "boundary_pct": 40.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 2 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 62, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473447", - "date": "2025-03-30", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 18, - "runs": 62, - "dismissed": false - }, - { - "match_id": "1359494", - "date": "2023-04-15", - "balls": 8, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 46.8, - "score_label": "Neutral" - }, - { - "key": "ak_markram__harshit_rana", - "batter": "AK Markram", - "bowler": "Harshit Rana", - "balls": 34, - "legal_balls": 30, - "runs_off_bat": 34, - "dismissals": 2, - "strike_rate": 113.3, - "runs_per_ball": 1.133, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 13.3, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 10, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359521", - "date": "2023-05-04", - "balls": 14, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 33.2, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__noor_ahmad", - "batter": "D Padikkal", - "bowler": "Noor Ahmad", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 6.7, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 30, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527684", - "date": "2026-04-05", - "balls": 20, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359522", - "date": "2023-05-05", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "rd_gaikwad__jc_archer", - "batter": "RD Gaikwad", - "bowler": "JC Archer", - "balls": 32, - "legal_balls": 30, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 60.0, - "boundary_count": 2, - "boundary_pct": 6.7, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 18, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527676", - "date": "2026-03-30", - "balls": 14, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 12, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359523", - "date": "2023-05-06", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 26.8, - "score_label": "Bowler advantage" - }, - { - "key": "h_klaasen__suyash_sharma", - "batter": "H Klaasen", - "bowler": "Suyash Sharma", - "balls": 32, - "legal_balls": 30, - "runs_off_bat": 54, - "dismissals": 2, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 33.3, - "boundary_count": 8, - "boundary_pct": 26.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 54, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 10, - "runs": 28, - "dismissed": true - }, - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.2, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__ar_patel", - "batter": "A Raghuvanshi", - "bowler": "AR Patel", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 34, - "dismissals": 2, - "strike_rate": 113.3, - "runs_per_ball": 1.133, - "dot_ball_pct": 26.7, - "boundary_count": 4, - "boundary_pct": 13.3, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529294", - "date": "2026-05-08", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 18, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 33.2, - "score_label": "Bowler advantage" - }, - { - "key": "nithish_kumar_reddy__jc_archer", - "batter": "Nithish Kumar Reddy", - "bowler": "JC Archer", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 126.7, - "runs_per_ball": 1.267, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 36, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 10, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 34.8, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__ds_rathi", - "batter": "JC Buttler", - "bowler": "DS Rathi", - "balls": 32, - "legal_balls": 30, - "runs_off_bat": 50, - "dismissals": 2, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 20.0, - "boundary_count": 8, - "boundary_pct": 26.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 24, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 6, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "sa_yadav__e_malinga", - "batter": "SA Yadav", - "bowler": "E Malinga", - "balls": 32, - "legal_balls": 30, - "runs_off_bat": 48, - "dismissals": 2, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 53.3, - "boundary_count": 8, - "boundary_pct": 26.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 48, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 18, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 38.8, - "score_label": "Neutral" - }, - { - "key": "ak_markram__jc_archer", - "batter": "AK Markram", - "bowler": "JC Archer", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 36, - "dismissals": 2, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 53.3, - "boundary_count": 6, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 36, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 8, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 22, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 34.0, - "score_label": "Bowler advantage" - }, - { - "key": "ar_patel__pj_cummins", - "batter": "AR Patel", - "bowler": "PJ Cummins", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 113.3, - "runs_per_ball": 1.133, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 13.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473492", - "date": "2025-05-05", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304065", - "date": "2022-04-10", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1082605", - "date": "2017-04-15", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.2, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__dl_chahar", - "batter": "H Klaasen", - "bowler": "DL Chahar", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 186.7, - "runs_per_ball": 1.867, - "dot_ball_pct": 40.0, - "boundary_count": 10, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 42, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 12, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1136577", - "date": "2018-04-20", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.0, - "score_label": "Neutral" - }, - { - "key": "ar_patel__sandeep_sharma", - "batter": "AR Patel", - "bowler": "Sandeep Sharma", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 113.3, - "runs_per_ball": 1.133, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 13.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359485", - "date": "2023-04-08", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178405", - "date": "2019-04-14", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1175371", - "date": "2019-04-04", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.2, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__r_tewatia", - "batter": "MS Dhoni", - "bowler": "R Tewatia", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 53.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254069", - "date": "2021-04-19", - "balls": 10, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216533", - "date": "2020-10-19", - "balls": 16, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1216496", - "date": "2020-09-22", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.8, - "score_label": "Neutral" - }, - { - "key": "ad_russell__kh_pandya", - "batter": "AD Russell", - "bowler": "KH Pandya", - "balls": 34, - "legal_balls": 30, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 66.7, - "boundary_count": 4, - "boundary_pct": 13.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254062", - "date": "2021-04-13", - "balls": 14, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216526", - "date": "2020-10-16", - "balls": 8, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "s_dube__ta_boult", - "batter": "S Dube", - "bowler": "TA Boult", - "balls": 32, - "legal_balls": 30, - "runs_off_bat": 64, - "dismissals": 0, - "strike_rate": 213.3, - "runs_per_ball": 2.133, - "dot_ball_pct": 6.7, - "boundary_count": 8, - "boundary_pct": 26.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 42, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 18, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1254081", - "date": "2021-04-29", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1216547", - "date": "2020-09-28", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 61.2, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__avesh_khan", - "batter": "R Tewatia", - "bowler": "Avesh Khan", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 113.3, - "runs_per_ball": 1.133, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 13.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 28, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426262", - "date": "2024-04-10", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304103", - "date": "2022-05-10", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304050", - "date": "2022-03-28", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254097", - "date": "2021-09-25", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254064", - "date": "2021-04-15", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.2, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__m_prasidh_krishna", - "batter": "RD Gaikwad", - "bowler": "M Prasidh Krishna", - "balls": 34, - "legal_balls": 30, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 146.7, - "runs_per_ball": 1.467, - "dot_ball_pct": 60.0, - "boundary_count": 8, - "boundary_pct": 26.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254072", - "date": "2021-04-21", - "balls": 18, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.2, - "score_label": "Neutral" - }, - { - "key": "s_dube__hv_patel", - "batter": "S Dube", - "bowler": "HV Patel", - "balls": 32, - "legal_balls": 30, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 146.7, - "runs_per_ball": 1.467, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359498", - "date": "2023-04-17", - "balls": 18, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1254073", - "date": "2021-04-22", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.2, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__pj_cummins", - "batter": "SO Hetmyer", - "bowler": "PJ Cummins", - "balls": 32, - "legal_balls": 30, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 26.7, - "boundary_count": 2, - "boundary_pct": 6.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 30, - "runs_off_bat": 40, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 16, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254082", - "date": "2021-04-29", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "s_dube__jr_hazlewood", - "batter": "S Dube", - "bowler": "JR Hazlewood", - "balls": 32, - "legal_balls": 30, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 186.7, - "runs_per_ball": 1.867, - "dot_ball_pct": 33.3, - "boundary_count": 8, - "boundary_pct": 26.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 36, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304068", - "date": "2022-04-12", - "balls": 16, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1254089", - "date": "2021-10-02", - "balls": 14, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.0, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__mj_santner", - "batter": "SS Iyer", - "bowler": "MJ Santner", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 13.3, - "boundary_count": 2, - "boundary_pct": 6.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473510", - "date": "2025-06-01", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 12, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1304047", - "date": "2022-03-26", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "s_dube__kh_pandya", - "batter": "S Dube", - "bowler": "KH Pandya", - "balls": 32, - "legal_balls": 30, - "runs_off_bat": 46, - "dismissals": 0, - "strike_rate": 153.3, - "runs_per_ball": 1.533, - "dot_ball_pct": 26.7, - "boundary_count": 6, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527684", - "date": "2026-04-05", - "balls": 12, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1426272", - "date": "2024-04-19", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304053", - "date": "2022-03-31", - "balls": 12, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.0, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__m_prasidh_krishna", - "batter": "Shubman Gill", - "bowler": "M Prasidh Krishna", - "balls": 32, - "legal_balls": 30, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 106.7, - "runs_per_ball": 1.067, - "dot_ball_pct": 53.3, - "boundary_count": 6, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1312200", - "date": "2022-05-29", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1312197", - "date": "2022-05-24", - "balls": 16, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304070", - "date": "2022-04-14", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.4, - "score_label": "Neutral" - }, - { - "key": "ad_russell__yash_dayal", - "batter": "AD Russell", - "bowler": "Yash Dayal", - "balls": 38, - "legal_balls": 30, - "runs_off_bat": 82, - "dismissals": 0, - "strike_rate": 273.3, - "runs_per_ball": 2.733, - "dot_ball_pct": 13.3, - "boundary_count": 14, - "boundary_pct": 46.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 22, - "runs_off_bat": 50, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426274", - "date": "2024-04-21", - "balls": 14, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1304081", - "date": "2022-04-23", - "balls": 16, - "runs": 52, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 68.4, - "score_label": "Batter advantage" - }, - { - "key": "rd_gaikwad__kuldeep_yadav", - "batter": "RD Gaikwad", - "bowler": "Kuldeep Yadav", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 62, - "dismissals": 0, - "strike_rate": 206.7, - "runs_per_ball": 2.067, - "dot_ball_pct": 13.3, - "boundary_count": 8, - "boundary_pct": 26.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 62, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359541", - "date": "2023-05-20", - "balls": 22, - "runs": 56, - "dismissed": false - }, - { - "match_id": "1304101", - "date": "2022-05-08", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 60.4, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__ravi_bishnoi", - "batter": "YBK Jaiswal", - "bowler": "Ravi Bishnoi", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 93.3, - "runs_per_ball": 0.933, - "dot_ball_pct": 26.7, - "boundary_count": 2, - "boundary_pct": 6.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 16, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.8, - "score_label": "Neutral" - }, - { - "key": "sv_samson__m_pathirana", - "batter": "SV Samson", - "bowler": "M Pathirana", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 13.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 36, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 16, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304114", - "date": "2022-05-20", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.0, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__abhishek_sharma", - "batter": "MR Marsh", - "bowler": "Abhishek Sharma", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 146.7, - "runs_per_ball": 1.467, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359514", - "date": "2023-04-29", - "balls": 16, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.2, - "score_label": "Neutral" - }, - { - "key": "rk_singh__ak_markram", - "batter": "RK Singh", - "bowler": "AK Markram", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 106.7, - "runs_per_ball": 1.067, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 13.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529281", - "date": "2026-04-26", - "balls": 16, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359521", - "date": "2023-05-04", - "balls": 14, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.4, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__harshit_rana", - "batter": "YBK Jaiswal", - "bowler": "Harshit Rana", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 64, - "dismissals": 0, - "strike_rate": 213.3, - "runs_per_ball": 2.133, - "dot_ball_pct": 40.0, - "boundary_count": 14, - "boundary_pct": 46.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 64, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 12, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473443", - "date": "2025-03-26", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1359530", - "date": "2023-05-11", - "balls": 14, - "runs": 38, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 61.2, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__ta_boult", - "batter": "M Shahrukh Khan", - "bowler": "TA Boult", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 68, - "dismissals": 0, - "strike_rate": 226.7, - "runs_per_ball": 2.267, - "dot_ball_pct": 6.7, - "boundary_count": 8, - "boundary_pct": 26.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 24, - "runs_off_bat": 62, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 8, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 12, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 62.8, - "score_label": "Batter advantage" - }, - { - "key": "t_stubbs__hv_patel", - "batter": "T Stubbs", - "bowler": "HV Patel", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 106.7, - "runs_per_ball": 1.067, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 13.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473492", - "date": "2025-05-05", - "balls": 18, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473447", - "date": "2025-03-30", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.4, - "score_label": "Neutral" - }, - { - "key": "dhruv_jurel__kuldeep_yadav", - "batter": "Dhruv Jurel", - "bowler": "Kuldeep Yadav", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 13.3, - "boundary_count": 2, - "boundary_pct": 6.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529286", - "date": "2026-05-01", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.0, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__ravi_bishnoi", - "batter": "P Simran Singh", - "bowler": "Ravi Bishnoi", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 76, - "dismissals": 0, - "strike_rate": 253.3, - "runs_per_ball": 2.533, - "dot_ball_pct": 20.0, - "boundary_count": 14, - "boundary_pct": 46.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 46, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473450", - "date": "2025-04-01", - "balls": 22, - "runs": 52, - "dismissed": false - }, - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 8, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 66.0, - "score_label": "Batter advantage" - }, - { - "key": "kl_rahul__vg_arora", - "batter": "KL Rahul", - "bowler": "VG Arora", - "balls": 36, - "legal_balls": 30, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 26.7, - "boundary_count": 4, - "boundary_pct": 13.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 40, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529294", - "date": "2026-05-08", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "rg_sharma__m_pathirana", - "batter": "RG Sharma", - "bowler": "M Pathirana", - "balls": 38, - "legal_balls": 30, - "runs_off_bat": 66, - "dismissals": 0, - "strike_rate": 220.0, - "runs_per_ball": 2.2, - "dot_ball_pct": 20.0, - "boundary_count": 10, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 42, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 14, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1426267", - "date": "2024-04-14", - "balls": 16, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 62.0, - "score_label": "Batter advantage" - }, - { - "key": "shashank_singh__tu_deshpande", - "batter": "Shashank Singh", - "bowler": "TU Deshpande", - "balls": 32, - "legal_balls": 30, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 33.3, - "boundary_count": 8, - "boundary_pct": 26.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 32, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 16, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 14, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.2, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__prince_yadav", - "batter": "Nithish Kumar Reddy", - "bowler": "Prince Yadav", - "balls": 34, - "legal_balls": 30, - "runs_off_bat": 38, - "dismissals": 0, - "strike_rate": 126.7, - "runs_per_ball": 1.267, - "dot_ball_pct": 26.7, - "boundary_count": 4, - "boundary_pct": 13.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 36, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 20, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.8, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__ds_rathi", - "batter": "H Klaasen", - "bowler": "DS Rathi", - "balls": 34, - "legal_balls": 30, - "runs_off_bat": 50, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 13.3, - "boundary_count": 4, - "boundary_pct": 13.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 50, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "aniket_verma__ar_patel", - "batter": "Aniket Verma", - "bowler": "AR Patel", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 68, - "dismissals": 0, - "strike_rate": 226.7, - "runs_per_ball": 2.267, - "dot_ball_pct": 26.7, - "boundary_count": 10, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 64, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473447", - "date": "2025-03-30", - "balls": 30, - "runs": 68, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 62.8, - "score_label": "Batter advantage" - }, - { - "key": "abishek_porel__dl_chahar", - "batter": "Abishek Porel", - "bowler": "DL Chahar", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 113.3, - "runs_per_ball": 1.133, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 13.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 30, - "runs_off_bat": 34, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 18, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.2, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__suyash_sharma", - "batter": "MR Marsh", - "bowler": "Suyash Sharma", - "balls": 30, - "legal_balls": 30, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 186.7, - "runs_per_ball": 1.867, - "dot_ball_pct": 20.0, - "boundary_count": 8, - "boundary_pct": 26.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 30, - "runs_off_bat": 56, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529293", - "date": "2026-05-07", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473507", - "date": "2025-05-27", - "balls": 12, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.0, - "score_label": "Neutral" - }, - { - "key": "r_parag__pj_cummins", - "batter": "R Parag", - "bowler": "PJ Cummins", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 28, - "dismissals": 6, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 57.1, - "boundary_count": 4, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 4, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 4 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 14, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1216530", - "date": "2020-11-01", - "balls": 8, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "m_shahrukh_khan__avesh_khan", - "batter": "M Shahrukh Khan", - "bowler": "Avesh Khan", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 34, - "dismissals": 6, - "strike_rate": 121.4, - "runs_per_ball": 1.214, - "dot_ball_pct": 28.6, - "boundary_count": 4, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 4, - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 12, - "dismissals": 6 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 16, - "runs": 26, - "dismissed": true - }, - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426262", - "date": "2024-04-10", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359495", - "date": "2023-04-15", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254086", - "date": "2021-05-02", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 2.2, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__noor_ahmad", - "batter": "N Pooran", - "bowler": "Noor Ahmad", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 6, - "dismissals": 6, - "strike_rate": 21.4, - "runs_per_ball": 0.214, - "dot_ball_pct": 78.6, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 6, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529302", - "date": "2026-05-15", - "balls": 10, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1529296", - "date": "2026-05-10", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1422139", - "date": "2024-04-07", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359525", - "date": "2023-05-07", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359504", - "date": "2023-04-22", - "balls": 10, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "washington_sundar__jj_bumrah", - "batter": "Washington Sundar", - "bowler": "JJ Bumrah", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 24, - "dismissals": 4, - "strike_rate": 85.7, - "runs_per_ball": 0.857, - "dot_ball_pct": 42.9, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304111", - "date": "2022-05-17", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1254058", - "date": "2021-04-09", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1216499", - "date": "2020-10-28", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1082618", - "date": "2017-04-24", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 13.9, - "score_label": "Bowler advantage" - }, - { - "key": "kh_pandya__jc_archer", - "batter": "KH Pandya", - "bowler": "JC Archer", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 16, - "dismissals": 4, - "strike_rate": 57.1, - "runs_per_ball": 0.571, - "dot_ball_pct": 42.9, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 14, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216541", - "date": "2020-10-25", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216511", - "date": "2020-10-06", - "balls": 8, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1178411", - "date": "2019-04-20", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1136607", - "date": "2018-05-13", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1136581", - "date": "2018-04-22", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 10.5, - "score_label": "Bowler advantage" - }, - { - "key": "pj_cummins__ta_boult", - "batter": "PJ Cummins", - "bowler": "TA Boult", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 46, - "dismissals": 4, - "strike_rate": 164.3, - "runs_per_ball": 1.643, - "dot_ball_pct": 35.7, - "boundary_count": 8, - "boundary_pct": 28.6, - "dismissal_types": { - "bowled": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 28, - "runs_off_bat": 46, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1254062", - "date": "2021-04-13", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1216526", - "date": "2020-10-16", - "balls": 16, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1216508", - "date": "2020-09-23", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 23.3, - "score_label": "Bowler advantage" - }, - { - "key": "r_parag__yash_dayal", - "batter": "R Parag", - "bowler": "Yash Dayal", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 22, - "dismissals": 4, - "strike_rate": 78.6, - "runs_per_ball": 0.786, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 7.1, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 2 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1426310", - "date": "2024-05-22", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422137", - "date": "2024-04-06", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1312200", - "date": "2022-05-29", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 13.0, - "score_label": "Bowler advantage" - }, - { - "key": "rm_patidar__m_pathirana", - "batter": "RM Patidar", - "bowler": "M Pathirana", - "balls": 32, - "legal_balls": 28, - "runs_off_bat": 34, - "dismissals": 4, - "strike_rate": 121.4, - "runs_per_ball": 1.214, - "dot_ball_pct": 35.7, - "boundary_count": 4, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 8, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 20, - "runs": 30, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 18.2, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__m_prasidh_krishna", - "batter": "SV Samson", - "bowler": "M Prasidh Krishna", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 32, - "dismissals": 2, - "strike_rate": 114.3, - "runs_per_ball": 1.143, - "dot_ball_pct": 42.9, - "boundary_count": 4, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1254075", - "date": "2021-04-24", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1178418", - "date": "2019-04-25", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1136609", - "date": "2018-05-15", - "balls": 8, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 33.3, - "score_label": "Bowler advantage" - }, - { - "key": "h_klaasen__mohammed_siraj", - "batter": "H Klaasen", - "bowler": "Mohammed Siraj", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 56, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 35.7, - "boundary_count": 10, - "boundary_pct": 35.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 22, - "runs_off_bat": 46, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359539", - "date": "2023-05-18", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1136613", - "date": "2018-05-19", - "balls": 22, - "runs": 46, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "rg_sharma__sm_curran", - "batter": "RG Sharma", - "bowler": "SM Curran", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 56, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 35.7, - "boundary_count": 10, - "boundary_pct": 35.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 56, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 6, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1359505", - "date": "2023-04-22", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254084", - "date": "2021-05-01", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1216492", - "date": "2020-09-19", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "ad_russell__ravi_bishnoi", - "batter": "AD Russell", - "bowler": "Ravi Bishnoi", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 34, - "dismissals": 2, - "strike_rate": 121.4, - "runs_per_ball": 1.214, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 14.3, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359542", - "date": "2023-05-20", - "balls": 8, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1304112", - "date": "2022-05-18", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304099", - "date": "2022-05-07", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254078", - "date": "2021-04-26", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 34.2, - "score_label": "Bowler advantage" - }, - { - "key": "vr_iyer__kh_pandya", - "batter": "VR Iyer", - "bowler": "KH Pandya", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 24, - "dismissals": 2, - "strike_rate": 85.7, - "runs_per_ball": 0.857, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 7.1, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 8, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359542", - "date": "2023-05-20", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254096", - "date": "2021-09-23", - "balls": 14, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 29.9, - "score_label": "Bowler advantage" - }, - { - "key": "ak_markram__ta_boult", - "batter": "AK Markram", - "bowler": "TA Boult", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 48, - "dismissals": 2, - "strike_rate": 171.4, - "runs_per_ball": 1.714, - "dot_ball_pct": 35.7, - "boundary_count": 10, - "boundary_pct": 35.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 2 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254099", - "date": "2021-09-28", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 40.2, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__jr_hazlewood", - "batter": "HH Pandya", - "bowler": "JR Hazlewood", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 70, - "dismissals": 2, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 28.6, - "boundary_count": 12, - "boundary_pct": 42.9, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 40, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 12, - "runs": 40, - "dismissed": true - }, - { - "match_id": "1304113", - "date": "2022-05-19", - "balls": 16, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.6, - "score_label": "Neutral" - }, - { - "key": "n_pooran__mukesh_kumar", - "batter": "N Pooran", - "bowler": "Mukesh Kumar", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 44, - "dismissals": 2, - "strike_rate": 157.1, - "runs_per_ball": 1.571, - "dot_ball_pct": 28.6, - "boundary_count": 6, - "boundary_pct": 21.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 14, - "runs": 32, - "dismissed": true - }, - { - "match_id": "1359477", - "date": "2023-04-01", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 38.5, - "score_label": "Neutral" - }, - { - "key": "a_badoni__sm_curran", - "batter": "A Badoni", - "bowler": "SM Curran", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 36, - "dismissals": 2, - "strike_rate": 128.6, - "runs_per_ball": 1.286, - "dot_ball_pct": 28.6, - "boundary_count": 2, - "boundary_pct": 7.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 16, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 10, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1359512", - "date": "2023-04-28", - "balls": 10, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1359495", - "date": "2023-04-15", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 35.0, - "score_label": "Bowler advantage" - }, - { - "key": "pd_salt__b_kumar", - "batter": "PD Salt", - "bowler": "B Kumar", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 107.1, - "runs_per_ball": 1.071, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 30, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 12, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359514", - "date": "2023-04-29", - "balls": 14, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359508", - "date": "2023-04-24", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 32.5, - "score_label": "Bowler advantage" - }, - { - "key": "p_simran_singh__tu_deshpande", - "batter": "P Simran Singh", - "bowler": "TU Deshpande", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 50, - "dismissals": 2, - "strike_rate": 178.6, - "runs_per_ball": 1.786, - "dot_ball_pct": 42.9, - "boundary_count": 8, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 50, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 6, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359515", - "date": "2023-04-30", - "balls": 12, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.0, - "score_label": "Neutral" - }, - { - "key": "pd_salt__tu_deshpande", - "batter": "PD Salt", - "bowler": "TU Deshpande", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 48, - "dismissals": 2, - "strike_rate": 171.4, - "runs_per_ball": 1.714, - "dot_ball_pct": 28.6, - "boundary_count": 8, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 48, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 6, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359541", - "date": "2023-05-20", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 10, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 40.2, - "score_label": "Neutral" - }, - { - "key": "f_du_plessis__dl_chahar", - "batter": "F du Plessis", - "bowler": "DL Chahar", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 44, - "dismissals": 2, - "strike_rate": 157.1, - "runs_per_ball": 1.571, - "dot_ball_pct": 50.0, - "boundary_count": 10, - "boundary_pct": 35.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 44, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1422119", - "date": "2024-03-22", - "balls": 22, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 38.5, - "score_label": "Neutral" - }, - { - "key": "r_ravindra__yash_dayal", - "batter": "R Ravindra", - "bowler": "Yash Dayal", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 48, - "dismissals": 2, - "strike_rate": 171.4, - "runs_per_ball": 1.714, - "dot_ball_pct": 14.3, - "boundary_count": 8, - "boundary_pct": 28.6, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 36, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 12, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1426306", - "date": "2024-05-18", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1422119", - "date": "2024-03-22", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 40.2, - "score_label": "Neutral" - }, - { - "key": "f_du_plessis__harshit_rana", - "batter": "F du Plessis", - "bowler": "Harshit Rana", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 56, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 28.6, - "boundary_count": 10, - "boundary_pct": 35.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 44, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 18, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1426274", - "date": "2024-04-21", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422128", - "date": "2024-03-29", - "balls": 6, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "a_badoni__kuldeep_yadav", - "batter": "A Badoni", - "bowler": "Kuldeep Yadav", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 92.9, - "runs_per_ball": 0.929, - "dot_ball_pct": 28.6, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426264", - "date": "2024-04-12", - "balls": 14, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 30.7, - "score_label": "Bowler advantage" - }, - { - "key": "a_raghuvanshi__avesh_khan", - "batter": "A Raghuvanshi", - "bowler": "Avesh Khan", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 56, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 42.9, - "boundary_count": 10, - "boundary_pct": 35.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527688", - "date": "2026-04-09", - "balls": 18, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 8, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__mohsin_khan", - "batter": "RA Jadeja", - "bowler": "Mohsin Khan", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 32, - "dismissals": 2, - "strike_rate": 114.3, - "runs_per_ball": 1.143, - "dot_ball_pct": 28.6, - "boundary_count": 2, - "boundary_pct": 7.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 26, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426277", - "date": "2024-04-23", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1426272", - "date": "2024-04-19", - "balls": 12, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 33.3, - "score_label": "Bowler advantage" - }, - { - "key": "naman_dhir__b_kumar", - "batter": "Naman Dhir", - "bowler": "B Kumar", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 78.6, - "runs_per_ball": 0.786, - "dot_ball_pct": 78.6, - "boundary_count": 4, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 10, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529297", - "date": "2026-05-10", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 4, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 14, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 29.0, - "score_label": "Bowler advantage" - }, - { - "key": "naman_dhir__kh_pandya", - "batter": "Naman Dhir", - "bowler": "KH Pandya", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 46, - "dismissals": 2, - "strike_rate": 164.3, - "runs_per_ball": 1.643, - "dot_ball_pct": 14.3, - "boundary_count": 6, - "boundary_pct": 21.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 32, - "dismissals": 2 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529297", - "date": "2026-05-10", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1426305", - "date": "2024-05-17", - "balls": 10, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 39.3, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__cv_varun", - "batter": "PJ Cummins", - "bowler": "CV Varun", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 135.7, - "runs_per_ball": 1.357, - "dot_ball_pct": 42.9, - "boundary_count": 6, - "boundary_pct": 21.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 6, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426309", - "date": "2024-05-21", - "balls": 16, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 35.9, - "score_label": "Bowler advantage" - }, - { - "key": "v_suryavanshi__m_prasidh_krishna", - "batter": "V Suryavanshi", - "bowler": "M Prasidh Krishna", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 107.1, - "runs_per_ball": 1.071, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 14.3, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 26, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 12, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 12, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 32.5, - "score_label": "Bowler advantage" - }, - { - "key": "a_mhatre__m_jansen", - "batter": "A Mhatre", - "bowler": "M Jansen", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 135.7, - "runs_per_ball": 1.357, - "dot_ball_pct": 64.3, - "boundary_count": 6, - "boundary_pct": 21.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 2 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527680", - "date": "2026-04-03", - "balls": 20, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 8, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 35.9, - "score_label": "Bowler advantage" - }, - { - "key": "a_mhatre__b_kumar", - "batter": "A Mhatre", - "bowler": "B Kumar", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 76, - "dismissals": 2, - "strike_rate": 271.4, - "runs_per_ball": 2.714, - "dot_ball_pct": 28.6, - "boundary_count": 16, - "boundary_pct": 57.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 60, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527684", - "date": "2026-04-05", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 24, - "runs": 76, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.2, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__arshdeep_singh", - "batter": "Naman Dhir", - "bowler": "Arshdeep Singh", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 52, - "dismissals": 2, - "strike_rate": 185.7, - "runs_per_ball": 1.857, - "dot_ball_pct": 28.6, - "boundary_count": 10, - "boundary_pct": 35.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 46, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529267", - "date": "2026-04-16", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473510", - "date": "2025-06-01", - "balls": 18, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 41.9, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__m_jansen", - "batter": "KL Rahul", - "bowler": "M Jansen", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 62, - "dismissals": 2, - "strike_rate": 221.4, - "runs_per_ball": 2.214, - "dot_ball_pct": 28.6, - "boundary_count": 12, - "boundary_pct": 42.9, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529278", - "date": "2026-04-25", - "balls": 24, - "runs": 54, - "dismissed": false - }, - { - "match_id": "1485779", - "date": "2025-05-24", - "balls": 4, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 46.2, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__e_malinga", - "batter": "RA Jadeja", - "bowler": "E Malinga", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 40, - "dismissals": 2, - "strike_rate": 142.9, - "runs_per_ball": 1.429, - "dot_ball_pct": 28.6, - "boundary_count": 6, - "boundary_pct": 21.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 12, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 18, - "runs": 30, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 36.7, - "score_label": "Bowler advantage" - }, - { - "key": "k_rabada__ar_patel", - "batter": "K Rabada", - "bowler": "AR Patel", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 57.1, - "runs_per_ball": 0.571, - "dot_ball_pct": 64.3, - "boundary_count": 2, - "boundary_pct": 7.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304078", - "date": "2022-04-20", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1082626", - "date": "2017-04-30", - "balls": 20, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.5, - "score_label": "Neutral" - }, - { - "key": "am_rahane__r_tewatia", - "batter": "AM Rahane", - "bowler": "R Tewatia", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 85.7, - "runs_per_ball": 0.857, - "dot_ball_pct": 35.7, - "boundary_count": 2, - "boundary_pct": 7.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1136566", - "date": "2018-04-11", - "balls": 16, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1082645", - "date": "2017-05-14", - "balls": 12, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.9, - "score_label": "Neutral" - }, - { - "key": "rr_pant__avesh_khan", - "batter": "RR Pant", - "bowler": "Avesh Khan", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 85.7, - "runs_per_ball": 0.857, - "dot_ball_pct": 35.7, - "boundary_count": 2, - "boundary_pct": 7.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304061", - "date": "2022-04-07", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1082646", - "date": "2017-05-14", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.9, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__sandeep_sharma", - "batter": "KH Pandya", - "bowler": "Sandeep Sharma", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 38, - "dismissals": 0, - "strike_rate": 135.7, - "runs_per_ball": 1.357, - "dot_ball_pct": 35.7, - "boundary_count": 4, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304088", - "date": "2022-04-29", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1136567", - "date": "2018-04-12", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.9, - "score_label": "Neutral" - }, - { - "key": "am_rahane__sm_curran", - "batter": "AM Rahane", - "bowler": "SM Curran", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 52, - "dismissals": 0, - "strike_rate": 185.7, - "runs_per_ball": 1.857, - "dot_ball_pct": 42.9, - "boundary_count": 12, - "boundary_pct": 42.9, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 52, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426287", - "date": "2024-05-01", - "balls": 14, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1175359", - "date": "2019-03-25", - "balls": 14, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.9, - "score_label": "Neutral" - }, - { - "key": "r_parag__hh_pandya", - "batter": "R Parag", - "bowler": "HH Pandya", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 35.7, - "boundary_count": 6, - "boundary_pct": 21.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 40, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304070", - "date": "2022-04-14", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178411", - "date": "2019-04-20", - "balls": 16, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "ad_russell__kk_ahmed", - "batter": "AD Russell", - "bowler": "KK Ahmed", - "balls": 36, - "legal_balls": 28, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 107.1, - "runs_per_ball": 1.071, - "dot_ball_pct": 42.9, - "boundary_count": 2, - "boundary_pct": 7.1, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 26, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 16, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304065", - "date": "2022-04-10", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1178413", - "date": "2019-04-21", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.5, - "score_label": "Neutral" - }, - { - "key": "sm_curran__kh_pandya", - "batter": "SM Curran", - "bowler": "KH Pandya", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 14.3, - "boundary_count": 8, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359512", - "date": "2023-04-28", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359495", - "date": "2023-04-15", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1216521", - "date": "2020-10-23", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216492", - "date": "2020-09-19", - "balls": 8, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__sm_curran", - "batter": "PJ Cummins", - "bowler": "SM Curran", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 82, - "dismissals": 0, - "strike_rate": 292.9, - "runs_per_ball": 2.929, - "dot_ball_pct": 21.4, - "boundary_count": 12, - "boundary_pct": 42.9, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 26, - "runs_off_bat": 80, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254072", - "date": "2021-04-21", - "balls": 24, - "runs": 76, - "dismissed": false - }, - { - "match_id": "1216501", - "date": "2020-10-07", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 70.7, - "score_label": "Batter advantage" - }, - { - "key": "rashid_khan__avesh_khan", - "batter": "Rashid Khan", - "bowler": "Avesh Khan", - "balls": 34, - "legal_balls": 28, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 157.1, - "runs_per_ball": 1.571, - "dot_ball_pct": 21.4, - "boundary_count": 6, - "boundary_pct": 21.4, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 28, - "runs_off_bat": 44, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426262", - "date": "2024-04-10", - "balls": 14, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1254105", - "date": "2021-09-22", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.5, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__avesh_khan", - "batter": "VR Iyer", - "bowler": "Avesh Khan", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 142.9, - "runs_per_ball": 1.429, - "dot_ball_pct": 14.3, - "boundary_count": 4, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254116", - "date": "2021-10-13", - "balls": 12, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.7, - "score_label": "Neutral" - }, - { - "key": "a_badoni__hh_pandya", - "batter": "A Badoni", - "bowler": "HH Pandya", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 142.9, - "runs_per_ball": 1.429, - "dot_ball_pct": 35.7, - "boundary_count": 6, - "boundary_pct": 21.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 38, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1426286", - "date": "2024-04-30", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304050", - "date": "2022-03-28", - "balls": 20, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.7, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__washington_sundar", - "batter": "YBK Jaiswal", - "bowler": "Washington Sundar", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 14.3, - "boundary_count": 8, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 40, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359478", - "date": "2023-04-02", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 6, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__hh_pandya", - "batter": "JM Sharma", - "bowler": "HH Pandya", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 46, - "dismissals": 0, - "strike_rate": 164.3, - "runs_per_ball": 1.643, - "dot_ball_pct": 28.6, - "boundary_count": 6, - "boundary_pct": 21.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304062", - "date": "2022-04-08", - "balls": 6, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.3, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__vg_arora", - "batter": "B Sai Sudharsan", - "bowler": "VG Arora", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 128.6, - "runs_per_ball": 1.286, - "dot_ball_pct": 14.3, - "boundary_count": 4, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 32, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529268", - "date": "2026-04-17", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 12, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1304062", - "date": "2022-04-08", - "balls": 10, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.0, - "score_label": "Neutral" - }, - { - "key": "s_dube__ak_markram", - "batter": "S Dube", - "bowler": "AK Markram", - "balls": 32, - "legal_balls": 28, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 171.4, - "runs_per_ball": 1.714, - "dot_ball_pct": 35.7, - "boundary_count": 6, - "boundary_pct": 21.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529296", - "date": "2026-05-10", - "balls": 4, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 20, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1304063", - "date": "2022-04-09", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.2, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__mohsin_khan", - "batter": "Ishan Kishan", - "bowler": "Mohsin Khan", - "balls": 34, - "legal_balls": 28, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 121.4, - "runs_per_ball": 1.214, - "dot_ball_pct": 35.7, - "boundary_count": 4, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426305", - "date": "2024-05-17", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426286", - "date": "2024-04-30", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359537", - "date": "2023-05-16", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1304083", - "date": "2022-04-24", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.2, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__mukesh_kumar", - "batter": "Shubman Gill", - "bowler": "Mukesh Kumar", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 38, - "dismissals": 0, - "strike_rate": 135.7, - "runs_per_ball": 1.357, - "dot_ball_pct": 50.0, - "boundary_count": 8, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 38, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359481", - "date": "2023-04-04", - "balls": 16, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.9, - "score_label": "Neutral" - }, - { - "key": "rg_sharma__mukesh_kumar", - "batter": "RG Sharma", - "bowler": "Mukesh Kumar", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 50.0, - "boundary_count": 8, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 42, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359490", - "date": "2023-04-11", - "balls": 12, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__noor_ahmad", - "batter": "SO Hetmyer", - "bowler": "Noor Ahmad", - "balls": 34, - "legal_balls": 28, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 114.3, - "runs_per_ball": 1.143, - "dot_ball_pct": 28.6, - "boundary_count": 2, - "boundary_pct": 7.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359522", - "date": "2023-05-05", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 10, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.3, - "score_label": "Neutral" - }, - { - "key": "rg_sharma__m_jansen", - "batter": "RG Sharma", - "bowler": "M Jansen", - "balls": 34, - "legal_balls": 28, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 107.1, - "runs_per_ball": 1.071, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529301", - "date": "2026-05-14", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 14, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359499", - "date": "2023-04-18", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.5, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__m_jansen", - "batter": "Tilak Varma", - "bowler": "M Jansen", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 78, - "dismissals": 0, - "strike_rate": 278.6, - "runs_per_ball": 2.786, - "dot_ball_pct": 7.1, - "boundary_count": 12, - "boundary_pct": 42.9, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 44, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 34, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529301", - "date": "2026-05-14", - "balls": 16, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359499", - "date": "2023-04-18", - "balls": 6, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 69.0, - "score_label": "Batter advantage" - }, - { - "key": "jm_sharma__jc_archer", - "batter": "JM Sharma", - "bowler": "JC Archer", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 46, - "dismissals": 0, - "strike_rate": 164.3, - "runs_per_ball": 1.643, - "dot_ball_pct": 21.4, - "boundary_count": 8, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359520", - "date": "2023-05-03", - "balls": 18, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1359505", - "date": "2023-04-22", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.3, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__hv_patel", - "batter": "N Wadhera", - "bowler": "HV Patel", - "balls": 32, - "legal_balls": 28, - "runs_off_bat": 52, - "dismissals": 0, - "strike_rate": 185.7, - "runs_per_ball": 1.857, - "dot_ball_pct": 21.4, - "boundary_count": 8, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 40, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359528", - "date": "2023-05-09", - "balls": 26, - "runs": 50, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.9, - "score_label": "Neutral" - }, - { - "key": "dhruv_jurel__mohsin_khan", - "batter": "Dhruv Jurel", - "bowler": "Mohsin Khan", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 58, - "dismissals": 0, - "strike_rate": 207.1, - "runs_per_ball": 2.071, - "dot_ball_pct": 14.3, - "boundary_count": 10, - "boundary_pct": 35.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 42, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529307", - "date": "2026-05-19", - "balls": 12, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 12, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 60.5, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__r_sai_kishore", - "batter": "Tilak Varma", - "bowler": "R Sai Kishore", - "balls": 32, - "legal_balls": 28, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 114.3, - "runs_per_ball": 1.143, - "dot_ball_pct": 14.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 12, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1422123", - "date": "2024-03-24", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.3, - "score_label": "Neutral" - }, - { - "key": "abhishek_sharma__noor_ahmad", - "batter": "Abhishek Sharma", - "bowler": "Noor Ahmad", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 57.1, - "boundary_count": 4, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529306", - "date": "2026-05-18", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1529270", - "date": "2026-04-18", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1422130", - "date": "2024-03-31", - "balls": 12, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__ravi_bishnoi", - "batter": "A Raghuvanshi", - "bowler": "Ravi Bishnoi", - "balls": 32, - "legal_balls": 28, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 114.3, - "runs_per_ball": 1.143, - "dot_ball_pct": 28.6, - "boundary_count": 4, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 22, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.3, - "score_label": "Neutral" - }, - { - "key": "sm_curran__r_ashwin", - "batter": "SM Curran", - "bowler": "R Ashwin", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 107.1, - "runs_per_ball": 1.071, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 28, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.5, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__nithish_kumar_reddy", - "batter": "SS Iyer", - "bowler": "Nithish Kumar Reddy", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 192.9, - "runs_per_ball": 1.929, - "dot_ball_pct": 14.3, - "boundary_count": 8, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 44, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 16, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1426309", - "date": "2024-05-21", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.7, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__pj_cummins", - "batter": "A Raghuvanshi", - "bowler": "PJ Cummins", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 28.6, - "boundary_count": 2, - "boundary_pct": 7.1, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 16, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 12, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__pj_cummins", - "batter": "Washington Sundar", - "bowler": "PJ Cummins", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 107.1, - "runs_per_ball": 1.071, - "dot_ball_pct": 35.7, - "boundary_count": 4, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 20, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529299", - "date": "2026-05-12", - "balls": 16, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.5, - "score_label": "Neutral" - }, - { - "key": "s_dube__harshit_rana", - "batter": "S Dube", - "bowler": "Harshit Rana", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 42.9, - "boundary_count": 6, - "boundary_pct": 21.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 14, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 14, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__vg_arora", - "batter": "Priyansh Arya", - "bowler": "VG Arora", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 52, - "dismissals": 0, - "strike_rate": 185.7, - "runs_per_ball": 1.857, - "dot_ball_pct": 28.6, - "boundary_count": 10, - "boundary_pct": 35.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 28, - "runs_off_bat": 52, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473481", - "date": "2025-04-26", - "balls": 14, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 14, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.9, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__cv_varun", - "batter": "P Simran Singh", - "bowler": "CV Varun", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 50, - "dismissals": 0, - "strike_rate": 178.6, - "runs_per_ball": 1.786, - "dot_ball_pct": 28.6, - "boundary_count": 8, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 20, - "runs_off_bat": 46, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473481", - "date": "2025-04-26", - "balls": 26, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.0, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__v_nigam", - "batter": "JC Buttler", - "bowler": "V Nigam", - "balls": 30, - "legal_balls": 28, - "runs_off_bat": 58, - "dismissals": 0, - "strike_rate": 207.1, - "runs_per_ball": 2.071, - "dot_ball_pct": 28.6, - "boundary_count": 8, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 28, - "runs": 58, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 60.5, - "score_label": "Neutral" - }, - { - "key": "sameer_rizvi__jj_bumrah", - "batter": "Sameer Rizvi", - "bowler": "JJ Bumrah", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 57.1, - "runs_per_ball": 0.571, - "dot_ball_pct": 64.3, - "boundary_count": 2, - "boundary_pct": 7.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527681", - "date": "2026-04-04", - "balls": 16, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 12, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.5, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__mukesh_kumar", - "batter": "SS Iyer", - "bowler": "Mukesh Kumar", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 14.3, - "boundary_count": 6, - "boundary_pct": 21.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529298", - "date": "2026-05-11", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1529278", - "date": "2026-04-25", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1485779", - "date": "2025-05-24", - "balls": 8, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "sameer_rizvi__mohsin_khan", - "batter": "Sameer Rizvi", - "bowler": "Mohsin Khan", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 92.9, - "runs_per_ball": 0.929, - "dot_ball_pct": 64.3, - "boundary_count": 4, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527678", - "date": "2026-04-01", - "balls": 28, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.7, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__noor_ahmad", - "batter": "T Stubbs", - "bowler": "Noor Ahmad", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 107.1, - "runs_per_ball": 1.071, - "dot_ball_pct": 21.4, - "boundary_count": 2, - "boundary_pct": 7.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529291", - "date": "2026-05-05", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1527691", - "date": "2026-04-11", - "balls": 16, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.5, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__noor_ahmad", - "batter": "JC Buttler", - "bowler": "Noor Ahmad", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 50, - "dismissals": 0, - "strike_rate": 178.6, - "runs_per_ball": 1.786, - "dot_ball_pct": 28.6, - "boundary_count": 6, - "boundary_pct": 21.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 50, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529309", - "date": "2026-05-21", - "balls": 8, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1529280", - "date": "2026-04-26", - "balls": 20, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.0, - "score_label": "Neutral" - }, - { - "key": "dhruv_jurel__ds_rathi", - "batter": "Dhruv Jurel", - "bowler": "DS Rathi", - "balls": 28, - "legal_balls": 28, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 128.6, - "runs_per_ball": 1.286, - "dot_ball_pct": 28.6, - "boundary_count": 4, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 28, - "runs_off_bat": 36, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529307", - "date": "2026-05-19", - "balls": 28, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.0, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__rashid_khan", - "batter": "R Ashwin", - "bowler": "Rashid Khan", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 18, - "dismissals": 6, - "strike_rate": 69.2, - "runs_per_ball": 0.692, - "dot_ball_pct": 69.2, - "boundary_count": 2, - "boundary_pct": 7.7, - "dismissal_types": { - "caught": 4, - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 4, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359522", - "date": "2023-05-05", - "balls": 10, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1312200", - "date": "2022-05-29", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304070", - "date": "2022-04-14", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1178423", - "date": "2019-04-29", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1136585", - "date": "2018-04-26", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "a_badoni__ta_boult", - "batter": "A Badoni", - "bowler": "TA Boult", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 14, - "dismissals": 6, - "strike_rate": 53.8, - "runs_per_ball": 0.538, - "dot_ball_pct": 53.8, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 2, - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 4 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "jc_archer__m_prasidh_krishna", - "batter": "JC Archer", - "bowler": "M Prasidh Krishna", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 58, - "dismissals": 4, - "strike_rate": 223.1, - "runs_per_ball": 2.231, - "dot_ball_pct": 30.8, - "boundary_count": 10, - "boundary_pct": 38.5, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 22, - "runs_off_bat": 46, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 4, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1178418", - "date": "2019-04-25", - "balls": 14, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1136609", - "date": "2018-05-15", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 30.4, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__mj_santner", - "batter": "SV Samson", - "bowler": "MJ Santner", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 12, - "dismissals": 4, - "strike_rate": 46.2, - "runs_per_ball": 0.462, - "dot_ball_pct": 53.8, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2, - "caught and bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 20, - "runs_off_bat": 12, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529276", - "date": "2026-04-23", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304114", - "date": "2022-05-20", - "balls": 10, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1178400", - "date": "2019-04-11", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 9.1, - "score_label": "Bowler advantage" - }, - { - "key": "s_dube__ra_jadeja", - "batter": "S Dube", - "bowler": "RA Jadeja", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 36, - "dismissals": 4, - "strike_rate": 138.5, - "runs_per_ball": 1.385, - "dot_ball_pct": 38.5, - "boundary_count": 4, - "boundary_pct": 15.4, - "dismissal_types": { - "lbw": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 36, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527676", - "date": "2026-03-30", - "balls": 8, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1254089", - "date": "2021-10-02", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254069", - "date": "2021-04-19", - "balls": 14, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 20.2, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__ar_patel", - "batter": "Abhishek Sharma", - "bowler": "AR Patel", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 34, - "dismissals": 4, - "strike_rate": 130.8, - "runs_per_ball": 1.308, - "dot_ball_pct": 23.1, - "boundary_count": 2, - "boundary_pct": 7.7, - "dismissal_types": { - "lbw": 2, - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 24, - "runs_off_bat": 34, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529274", - "date": "2026-04-21", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359514", - "date": "2023-04-29", - "balls": 10, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1359508", - "date": "2023-04-24", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254077", - "date": "2021-04-25", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 19.3, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__m_jansen", - "batter": "HH Pandya", - "bowler": "M Jansen", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 44, - "dismissals": 4, - "strike_rate": 169.2, - "runs_per_ball": 1.692, - "dot_ball_pct": 30.8, - "boundary_count": 6, - "boundary_pct": 23.1, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 28, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529267", - "date": "2026-04-16", - "balls": 6, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 4, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1359536", - "date": "2023-05-15", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304067", - "date": "2022-04-11", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 23.9, - "score_label": "Bowler advantage" - }, - { - "key": "s_dube__mr_marsh", - "batter": "S Dube", - "bowler": "MR Marsh", - "balls": 36, - "legal_balls": 26, - "runs_off_bat": 22, - "dismissals": 4, - "strike_rate": 84.6, - "runs_per_ball": 0.846, - "dot_ball_pct": 30.8, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 22, - "dismissals": 2 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 8, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1304101", - "date": "2022-05-08", - "balls": 14, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 13.8, - "score_label": "Bowler advantage" - }, - { - "key": "abishek_porel__ys_chahal", - "batter": "Abishek Porel", - "bowler": "YS Chahal", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 36, - "dismissals": 4, - "strike_rate": 138.5, - "runs_per_ball": 1.385, - "dot_ball_pct": 46.2, - "boundary_count": 4, - "boundary_pct": 15.4, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 4 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 14, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1359485", - "date": "2023-04-08", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 20.2, - "score_label": "Bowler advantage" - }, - { - "key": "tm_head__tu_deshpande", - "batter": "TM Head", - "bowler": "TU Deshpande", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 50, - "dismissals": 4, - "strike_rate": 192.3, - "runs_per_ball": 1.923, - "dot_ball_pct": 38.5, - "boundary_count": 10, - "boundary_pct": 38.5, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 42, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 6, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 26.7, - "score_label": "Bowler advantage" - }, - { - "key": "nithish_kumar_reddy__ra_jadeja", - "batter": "Nithish Kumar Reddy", - "bowler": "RA Jadeja", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 28, - "dismissals": 4, - "strike_rate": 107.7, - "runs_per_ball": 1.077, - "dot_ball_pct": 30.8, - "boundary_count": 2, - "boundary_pct": 7.7, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 16, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 6, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 12, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 16.5, - "score_label": "Bowler advantage" - }, - { - "key": "tilak_varma__noor_ahmad", - "batter": "Tilak Varma", - "bowler": "Noor Ahmad", - "balls": 30, - "legal_balls": 26, - "runs_off_bat": 28, - "dismissals": 4, - "strike_rate": 107.7, - "runs_per_ball": 1.077, - "dot_ball_pct": 23.1, - "boundary_count": 2, - "boundary_pct": 7.7, - "dismissal_types": { - "lbw": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 28, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529287", - "date": "2026-05-02", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1529276", - "date": "2026-04-23", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 12, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 16.5, - "score_label": "Bowler advantage" - }, - { - "key": "kh_pandya__ta_boult", - "batter": "KH Pandya", - "bowler": "TA Boult", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 28, - "dismissals": 2, - "strike_rate": 107.7, - "runs_per_ball": 1.077, - "dot_ball_pct": 38.5, - "boundary_count": 4, - "boundary_pct": 15.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1175358", - "date": "2019-03-24", - "balls": 10, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1136569", - "date": "2018-04-14", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1082644", - "date": "2017-05-13", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 32.5, - "score_label": "Bowler advantage" - }, - { - "key": "r_tewatia__b_kumar", - "batter": "R Tewatia", - "bowler": "B Kumar", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 48, - "dismissals": 2, - "strike_rate": 184.6, - "runs_per_ball": 1.846, - "dot_ball_pct": 23.1, - "boundary_count": 8, - "boundary_pct": 30.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 36, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 12, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1304086", - "date": "2022-04-27", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304067", - "date": "2022-04-11", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.8, - "score_label": "Neutral" - }, - { - "key": "ak_markram__ad_russell", - "batter": "AK Markram", - "bowler": "AD Russell", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 146.2, - "runs_per_ball": 1.462, - "dot_ball_pct": 23.1, - "boundary_count": 4, - "boundary_pct": 15.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 22, - "runs_off_bat": 36, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359493", - "date": "2023-04-14", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304071", - "date": "2022-04-15", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 37.1, - "score_label": "Bowler advantage" - }, - { - "key": "b_sai_sudharsan__hv_patel", - "batter": "B Sai Sudharsan", - "bowler": "HV Patel", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 50, - "dismissals": 2, - "strike_rate": 192.3, - "runs_per_ball": 1.923, - "dot_ball_pct": 23.1, - "boundary_count": 10, - "boundary_pct": 38.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 36, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 10, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422135", - "date": "2024-04-04", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304089", - "date": "2022-04-30", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.7, - "score_label": "Neutral" - }, - { - "key": "ak_markram__mj_santner", - "batter": "AK Markram", - "bowler": "MJ Santner", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 48, - "dismissals": 2, - "strike_rate": 184.6, - "runs_per_ball": 1.846, - "dot_ball_pct": 23.1, - "boundary_count": 6, - "boundary_pct": 23.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 46, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 14, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304092", - "date": "2022-05-01", - "balls": 12, - "runs": 28, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 41.8, - "score_label": "Neutral" - }, - { - "key": "sp_narine__mohsin_khan", - "batter": "SP Narine", - "bowler": "Mohsin Khan", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 50, - "dismissals": 2, - "strike_rate": 192.3, - "runs_per_ball": 1.923, - "dot_ball_pct": 53.8, - "boundary_count": 10, - "boundary_pct": 38.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 38, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 16, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304112", - "date": "2022-05-18", - "balls": 4, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.7, - "score_label": "Neutral" - }, - { - "key": "f_du_plessis__r_sai_kishore", - "batter": "F du Plessis", - "bowler": "R Sai Kishore", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 23.1, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426283", - "date": "2024-04-28", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304113", - "date": "2022-05-19", - "balls": 20, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "mr_marsh__jj_bumrah", - "batter": "MR Marsh", - "bowler": "JJ Bumrah", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 58, - "dismissals": 2, - "strike_rate": 223.1, - "runs_per_ball": 2.231, - "dot_ball_pct": 30.8, - "boundary_count": 8, - "boundary_pct": 30.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 58, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529290", - "date": "2026-05-04", - "balls": 16, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304115", - "date": "2022-05-21", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 46.4, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__m_jansen", - "batter": "JM Sharma", - "bowler": "M Jansen", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 38.5, - "runs_per_ball": 0.385, - "dot_ball_pct": 84.6, - "boundary_count": 2, - "boundary_pct": 7.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 10, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359488", - "date": "2023-04-09", - "balls": 18, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 24.2, - "score_label": "Bowler advantage" - }, - { - "key": "sm_curran__m_jansen", - "batter": "SM Curran", - "bowler": "M Jansen", - "balls": 30, - "legal_balls": 26, - "runs_off_bat": 46, - "dismissals": 2, - "strike_rate": 176.9, - "runs_per_ball": 1.769, - "dot_ball_pct": 46.2, - "boundary_count": 8, - "boundary_pct": 30.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 32, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 16, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1359488", - "date": "2023-04-09", - "balls": 10, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 40.8, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__mohammed_siraj", - "batter": "JM Sharma", - "bowler": "Mohammed Siraj", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 34, - "dismissals": 2, - "strike_rate": 130.8, - "runs_per_ball": 1.308, - "dot_ball_pct": 38.5, - "boundary_count": 4, - "boundary_pct": 15.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 28, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 6, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1422124", - "date": "2024-03-25", - "balls": 10, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1359501", - "date": "2023-04-20", - "balls": 10, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 35.3, - "score_label": "Bowler advantage" - }, - { - "key": "rk_singh__tu_deshpande", - "batter": "RK Singh", - "bowler": "TU Deshpande", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 50, - "dismissals": 2, - "strike_rate": 192.3, - "runs_per_ball": 1.923, - "dot_ball_pct": 38.5, - "boundary_count": 8, - "boundary_pct": 30.8, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 36, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359507", - "date": "2023-04-23", - "balls": 12, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.7, - "score_label": "Neutral" - }, - { - "key": "ar_patel__m_pathirana", - "batter": "AR Patel", - "bowler": "M Pathirana", - "balls": 32, - "legal_balls": 26, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 146.2, - "runs_per_ball": 1.462, - "dot_ball_pct": 23.1, - "boundary_count": 6, - "boundary_pct": 23.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 26, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359541", - "date": "2023-05-20", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 14, - "runs": 20, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 37.1, - "score_label": "Bowler advantage" - }, - { - "key": "ybk_jaiswal__sp_narine", - "batter": "YBK Jaiswal", - "bowler": "SP Narine", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 36, - "dismissals": 2, - "strike_rate": 138.5, - "runs_per_ball": 1.385, - "dot_ball_pct": 38.5, - "boundary_count": 4, - "boundary_pct": 15.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 36, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 10, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1359530", - "date": "2023-05-11", - "balls": 16, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 36.2, - "score_label": "Bowler advantage" - }, - { - "key": "t_stubbs__jj_bumrah", - "batter": "T Stubbs", - "bowler": "JJ Bumrah", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 61.5, - "runs_per_ball": 0.615, - "dot_ball_pct": 38.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 2 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426281", - "date": "2024-04-27", - "balls": 12, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422138", - "date": "2024-04-07", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 27.0, - "score_label": "Bowler advantage" - }, - { - "key": "pd_salt__kuldeep_yadav", - "batter": "PD Salt", - "bowler": "Kuldeep Yadav", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 52, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 23.1, - "boundary_count": 6, - "boundary_pct": 23.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 52, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 22, - "runs": 38, - "dismissed": true - }, - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__m_jansen", - "batter": "Naman Dhir", - "bowler": "M Jansen", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 69.2, - "runs_per_ball": 0.692, - "dot_ball_pct": 38.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529301", - "date": "2026-05-14", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1529267", - "date": "2026-04-16", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 27.9, - "score_label": "Bowler advantage" - }, - { - "key": "rm_patidar__kuldeep_yadav", - "batter": "RM Patidar", - "bowler": "Kuldeep Yadav", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 32, - "dismissals": 2, - "strike_rate": 123.1, - "runs_per_ball": 1.231, - "dot_ball_pct": 30.8, - "boundary_count": 2, - "boundary_pct": 7.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 32, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 12, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1426300", - "date": "2024-05-12", - "balls": 14, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 34.4, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__r_parag", - "batter": "AM Rahane", - "bowler": "R Parag", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 84.6, - "runs_per_ball": 0.846, - "dot_ball_pct": 23.1, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 22, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 14, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1473443", - "date": "2025-03-26", - "balls": 12, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 29.8, - "score_label": "Bowler advantage" - }, - { - "key": "nithish_kumar_reddy__r_sai_kishore", - "batter": "Nithish Kumar Reddy", - "bowler": "R Sai Kishore", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 84.6, - "runs_per_ball": 0.846, - "dot_ball_pct": 38.5, - "boundary_count": 2, - "boundary_pct": 7.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 20, - "runs": 20, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 29.8, - "score_label": "Bowler advantage" - }, - { - "key": "rd_rickelton__b_kumar", - "batter": "RD Rickelton", - "bowler": "B Kumar", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 46, - "dismissals": 2, - "strike_rate": 176.9, - "runs_per_ball": 1.769, - "dot_ball_pct": 30.8, - "boundary_count": 8, - "boundary_pct": 30.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 46, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529297", - "date": "2026-05-10", - "balls": 8, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 12, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 40.8, - "score_label": "Neutral" - }, - { - "key": "dhruv_jurel__jr_hazlewood", - "batter": "Dhruv Jurel", - "bowler": "JR Hazlewood", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 76.9, - "runs_per_ball": 0.769, - "dot_ball_pct": 46.2, - "boundary_count": 2, - "boundary_pct": 7.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 8, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 28.8, - "score_label": "Bowler advantage" - }, - { - "key": "priyansh_arya__yash_dayal", - "batter": "Priyansh Arya", - "bowler": "Yash Dayal", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 46, - "dismissals": 2, - "strike_rate": 176.9, - "runs_per_ball": 1.769, - "dot_ball_pct": 38.5, - "boundary_count": 8, - "boundary_pct": 30.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 46, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473508", - "date": "2025-05-29", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 40.8, - "score_label": "Neutral" - }, - { - "key": "rd_rickelton__jc_archer", - "batter": "RD Rickelton", - "bowler": "JC Archer", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 46, - "dismissals": 2, - "strike_rate": 176.9, - "runs_per_ball": 1.769, - "dot_ball_pct": 30.8, - "boundary_count": 6, - "boundary_pct": 23.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 46, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529312", - "date": "2026-05-24", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 8, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1473487", - "date": "2025-05-01", - "balls": 14, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 40.8, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__ar_patel", - "batter": "Priyansh Arya", - "bowler": "AR Patel", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 74, - "dismissals": 2, - "strike_rate": 284.6, - "runs_per_ball": 2.846, - "dot_ball_pct": 15.4, - "boundary_count": 12, - "boundary_pct": 46.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 48, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 26, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529278", - "date": "2026-04-25", - "balls": 14, - "runs": 44, - "dismissed": true - }, - { - "match_id": "1473495", - "date": "2025-05-08", - "balls": 12, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.8, - "score_label": "Neutral" - }, - { - "key": "v_suryavanshi__arshdeep_singh", - "batter": "V Suryavanshi", - "bowler": "Arshdeep Singh", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 72, - "dismissals": 2, - "strike_rate": 276.9, - "runs_per_ball": 2.769, - "dot_ball_pct": 46.2, - "boundary_count": 14, - "boundary_pct": 53.8, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 72, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529283", - "date": "2026-04-28", - "balls": 14, - "runs": 40, - "dismissed": true - }, - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 12, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.8, - "score_label": "Neutral" - }, - { - "key": "tm_head__b_kumar", - "batter": "TM Head", - "bowler": "B Kumar", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 146.2, - "runs_per_ball": 1.462, - "dot_ball_pct": 30.8, - "boundary_count": 6, - "boundary_pct": 23.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 38, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 10, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 37.1, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__tm_head", - "batter": "SS Iyer", - "bowler": "TM Head", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 76, - "dismissals": 0, - "strike_rate": 292.3, - "runs_per_ball": 2.923, - "dot_ball_pct": 15.4, - "boundary_count": 12, - "boundary_pct": 46.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 76, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426309", - "date": "2024-05-21", - "balls": 12, - "runs": 54, - "dismissed": false - }, - { - "match_id": "1082646", - "date": "2017-05-14", - "balls": 14, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 70.7, - "score_label": "Batter advantage" - }, - { - "key": "ishan_kishan__r_tewatia", - "batter": "Ishan Kishan", - "bowler": "R Tewatia", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 70, - "dismissals": 0, - "strike_rate": 269.2, - "runs_per_ball": 2.692, - "dot_ball_pct": 0.0, - "boundary_count": 10, - "boundary_pct": 38.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 70, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304097", - "date": "2022-05-06", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1216541", - "date": "2020-10-25", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1136569", - "date": "2018-04-14", - "balls": 10, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 67.9, - "score_label": "Batter advantage" - }, - { - "key": "ishan_kishan__ad_russell", - "batter": "Ishan Kishan", - "bowler": "AD Russell", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 169.2, - "runs_per_ball": 1.692, - "dot_ball_pct": 23.1, - "boundary_count": 6, - "boundary_pct": 23.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304102", - "date": "2022-05-09", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254096", - "date": "2021-09-23", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1136601", - "date": "2018-05-09", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.9, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__ra_jadeja", - "batter": "KH Pandya", - "bowler": "RA Jadeja", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 92.3, - "runs_per_ball": 0.923, - "dot_ball_pct": 46.2, - "boundary_count": 2, - "boundary_pct": 7.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254084", - "date": "2021-05-01", - "balls": 14, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216492", - "date": "2020-09-19", - "balls": 2, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1175370", - "date": "2019-04-03", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.7, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__r_ashwin", - "batter": "YBK Jaiswal", - "bowler": "R Ashwin", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 84.6, - "runs_per_ball": 0.846, - "dot_ball_pct": 38.5, - "boundary_count": 2, - "boundary_pct": 7.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216500", - "date": "2020-10-09", - "balls": 26, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.8, - "score_label": "Neutral" - }, - { - "key": "s_dube__sm_curran", - "batter": "S Dube", - "bowler": "SM Curran", - "balls": 30, - "legal_balls": 26, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 169.2, - "runs_per_ball": 1.692, - "dot_ball_pct": 38.5, - "boundary_count": 6, - "boundary_pct": 23.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254089", - "date": "2021-10-02", - "balls": 16, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1254069", - "date": "2021-04-19", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1216525", - "date": "2020-10-10", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.9, - "score_label": "Neutral" - }, - { - "key": "rr_pant__ta_boult", - "batter": "RR Pant", - "bowler": "TA Boult", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 61.5, - "boundary_count": 4, - "boundary_pct": 15.4, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1254070", - "date": "2021-04-20", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1237181", - "date": "2020-11-10", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216535", - "date": "2020-10-31", - "balls": 6, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__tu_deshpande", - "batter": "R Tewatia", - "bowler": "TU Deshpande", - "balls": 32, - "legal_balls": 26, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 207.7, - "runs_per_ball": 2.077, - "dot_ball_pct": 30.8, - "boundary_count": 8, - "boundary_pct": 30.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 22, - "runs_off_bat": 50, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 6, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1422125", - "date": "2024-03-26", - "balls": 6, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1359475", - "date": "2023-03-31", - "balls": 4, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1216543", - "date": "2020-10-14", - "balls": 10, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 60.5, - "score_label": "Neutral" - }, - { - "key": "cv_varun__hv_patel", - "batter": "CV Varun", - "bowler": "HV Patel", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 84.6, - "runs_per_ball": 0.846, - "dot_ball_pct": 61.5, - "boundary_count": 4, - "boundary_pct": 15.4, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 26, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304052", - "date": "2022-03-30", - "balls": 20, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1254067", - "date": "2021-04-18", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.8, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__jr_hazlewood", - "batter": "VR Iyer", - "bowler": "JR Hazlewood", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 169.2, - "runs_per_ball": 1.692, - "dot_ball_pct": 46.2, - "boundary_count": 8, - "boundary_pct": 30.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 44, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254117", - "date": "2021-10-15", - "balls": 16, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 10, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.9, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__arshdeep_singh", - "batter": "R Tewatia", - "bowler": "Arshdeep Singh", - "balls": 32, - "legal_balls": 26, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 169.2, - "runs_per_ball": 1.692, - "dot_ball_pct": 30.8, - "boundary_count": 8, - "boundary_pct": 30.8, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 26, - "runs_off_bat": 44, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 2, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1422135", - "date": "2024-04-04", - "balls": 6, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304094", - "date": "2022-05-03", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254111", - "date": "2021-09-21", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.9, - "score_label": "Neutral" - }, - { - "key": "ak_markram__pj_cummins", - "batter": "AK Markram", - "bowler": "PJ Cummins", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 52, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 23.1, - "boundary_count": 8, - "boundary_pct": 30.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 34, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 12, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304071", - "date": "2022-04-15", - "balls": 14, - "runs": 38, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__mohsin_khan", - "batter": "Tilak Varma", - "bowler": "Mohsin Khan", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 76.9, - "runs_per_ball": 0.769, - "dot_ball_pct": 23.1, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529290", - "date": "2026-05-04", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426286", - "date": "2024-04-30", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304083", - "date": "2022-04-24", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.8, - "score_label": "Neutral" - }, - { - "key": "a_badoni__ad_russell", - "batter": "A Badoni", - "bowler": "AD Russell", - "balls": 30, - "legal_balls": 26, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 169.2, - "runs_per_ball": 1.692, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 7.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 12, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1304099", - "date": "2022-05-07", - "balls": 14, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.9, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__arshdeep_singh", - "batter": "Kuldeep Yadav", - "bowler": "Arshdeep Singh", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 53.8, - "runs_per_ball": 0.538, - "dot_ball_pct": 53.8, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 26, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359533", - "date": "2023-05-13", - "balls": 18, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304110", - "date": "2022-05-16", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.1, - "score_label": "Neutral" - }, - { - "key": "dhruv_jurel__arshdeep_singh", - "batter": "Dhruv Jurel", - "bowler": "Arshdeep Singh", - "balls": 30, - "legal_balls": 26, - "runs_off_bat": 60, - "dismissals": 0, - "strike_rate": 230.8, - "runs_per_ball": 2.308, - "dot_ball_pct": 23.1, - "boundary_count": 10, - "boundary_pct": 38.5, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 24, - "runs_off_bat": 58, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529283", - "date": "2026-04-28", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1359482", - "date": "2023-04-05", - "balls": 10, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 63.3, - "score_label": "Batter advantage" - }, - { - "key": "ybk_jaiswal__ra_jadeja", - "batter": "YBK Jaiswal", - "bowler": "RA Jadeja", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 161.5, - "runs_per_ball": 1.615, - "dot_ball_pct": 15.4, - "boundary_count": 4, - "boundary_pct": 15.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 42, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 26, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.0, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__suyash_sharma", - "batter": "HH Pandya", - "bowler": "Suyash Sharma", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 58, - "dismissals": 0, - "strike_rate": 223.1, - "runs_per_ball": 2.231, - "dot_ball_pct": 7.7, - "boundary_count": 10, - "boundary_pct": 38.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 58, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 18, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1359513", - "date": "2023-04-29", - "balls": 8, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 62.4, - "score_label": "Batter advantage" - }, - { - "key": "pd_salt__hv_patel", - "batter": "PD Salt", - "bowler": "HV Patel", - "balls": 30, - "legal_balls": 26, - "runs_off_bat": 86, - "dismissals": 0, - "strike_rate": 330.8, - "runs_per_ball": 3.308, - "dot_ball_pct": 7.7, - "boundary_count": 14, - "boundary_pct": 53.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 50, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 36, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 14, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1359524", - "date": "2023-05-06", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 75.3, - "score_label": "Batter advantage" - }, - { - "key": "pd_salt__m_jansen", - "batter": "PD Salt", - "bowler": "M Jansen", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 60, - "dismissals": 0, - "strike_rate": 230.8, - "runs_per_ball": 2.308, - "dot_ball_pct": 30.8, - "boundary_count": 8, - "boundary_pct": 30.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 36, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 26, - "runs": 60, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 63.3, - "score_label": "Batter advantage" - }, - { - "key": "ms_dhoni__mukesh_kumar", - "batter": "MS Dhoni", - "bowler": "Mukesh Kumar", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 50, - "dismissals": 0, - "strike_rate": 192.3, - "runs_per_ball": 1.923, - "dot_ball_pct": 23.1, - "boundary_count": 8, - "boundary_pct": 30.8, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 26, - "runs_off_bat": 50, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 12, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 14, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.7, - "score_label": "Neutral" - }, - { - "key": "ak_markram__tu_deshpande", - "batter": "AK Markram", - "bowler": "TU Deshpande", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 107.7, - "runs_per_ball": 1.077, - "dot_ball_pct": 23.1, - "boundary_count": 2, - "boundary_pct": 7.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 18, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.5, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__tu_deshpande", - "batter": "Nithish Kumar Reddy", - "bowler": "TU Deshpande", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 207.7, - "runs_per_ball": 2.077, - "dot_ball_pct": 15.4, - "boundary_count": 6, - "boundary_pct": 23.1, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 34, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 6, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 2, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 60.5, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__jj_bumrah", - "batter": "RM Patidar", - "bowler": "JJ Bumrah", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 76.9, - "runs_per_ball": 0.769, - "dot_ball_pct": 23.1, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529297", - "date": "2026-05-10", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426263", - "date": "2024-04-11", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.8, - "score_label": "Neutral" - }, - { - "key": "tm_head__yash_dayal", - "batter": "TM Head", - "bowler": "Yash Dayal", - "balls": 30, - "legal_balls": 26, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 207.7, - "runs_per_ball": 2.077, - "dot_ball_pct": 23.1, - "boundary_count": 8, - "boundary_pct": 30.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 52, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426268", - "date": "2024-04-15", - "balls": 20, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 60.5, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__sp_narine", - "batter": "Shashank Singh", - "bowler": "SP Narine", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 69.2, - "runs_per_ball": 0.692, - "dot_ball_pct": 53.8, - "boundary_count": 2, - "boundary_pct": 7.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 14, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.9, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__mohammed_siraj", - "batter": "B Sai Sudharsan", - "bowler": "Mohammed Siraj", - "balls": 34, - "legal_balls": 26, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 123.1, - "runs_per_ball": 1.231, - "dot_ball_pct": 38.5, - "boundary_count": 4, - "boundary_pct": 15.4, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426290", - "date": "2024-05-04", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426283", - "date": "2024-04-28", - "balls": 16, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.4, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__hh_pandya", - "batter": "VR Iyer", - "bowler": "HH Pandya", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 161.5, - "runs_per_ball": 1.615, - "dot_ball_pct": 30.8, - "boundary_count": 6, - "boundary_pct": 23.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 14, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.0, - "score_label": "Neutral" - }, - { - "key": "tm_head__ravi_bishnoi", - "batter": "TM Head", - "bowler": "Ravi Bishnoi", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 215.4, - "runs_per_ball": 2.154, - "dot_ball_pct": 46.2, - "boundary_count": 10, - "boundary_pct": 38.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 34, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426295", - "date": "2024-05-08", - "balls": 16, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 61.4, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__kk_ahmed", - "batter": "RM Patidar", - "bowler": "KK Ahmed", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 58, - "dismissals": 0, - "strike_rate": 223.1, - "runs_per_ball": 2.231, - "dot_ball_pct": 7.7, - "boundary_count": 8, - "boundary_pct": 30.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 44, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527684", - "date": "2026-04-05", - "balls": 10, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426300", - "date": "2024-05-12", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 62.4, - "score_label": "Batter advantage" - }, - { - "key": "naman_dhir__mohammed_siraj", - "batter": "Naman Dhir", - "bowler": "Mohammed Siraj", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 46.2, - "boundary_count": 4, - "boundary_pct": 15.4, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 16, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__ds_rathi", - "batter": "N Wadhera", - "bowler": "DS Rathi", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 130.8, - "runs_per_ball": 1.308, - "dot_ball_pct": 46.2, - "boundary_count": 6, - "boundary_pct": 23.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 26, - "runs_off_bat": 34, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473450", - "date": "2025-04-01", - "balls": 16, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.3, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__m_pathirana", - "batter": "Shashank Singh", - "bowler": "M Pathirana", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 92.3, - "runs_per_ball": 0.923, - "dot_ball_pct": 23.1, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 18, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.7, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__jc_archer", - "batter": "Abishek Porel", - "bowler": "JC Archer", - "balls": 30, - "legal_balls": 26, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 130.8, - "runs_per_ball": 1.308, - "dot_ball_pct": 38.5, - "boundary_count": 4, - "boundary_pct": 15.4, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529305", - "date": "2026-05-17", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 12, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.3, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__ds_rathi", - "batter": "YBK Jaiswal", - "bowler": "DS Rathi", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 115.4, - "runs_per_ball": 1.154, - "dot_ball_pct": 23.1, - "boundary_count": 2, - "boundary_pct": 7.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 26, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.4, - "score_label": "Neutral" - }, - { - "key": "v_suryavanshi__ds_rathi", - "batter": "V Suryavanshi", - "bowler": "DS Rathi", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 52, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 38.5, - "boundary_count": 8, - "boundary_pct": 30.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 20, - "runs_off_bat": 50, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529307", - "date": "2026-05-19", - "balls": 16, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__prince_yadav", - "batter": "YBK Jaiswal", - "bowler": "Prince Yadav", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 123.1, - "runs_per_ball": 1.231, - "dot_ball_pct": 53.8, - "boundary_count": 4, - "boundary_pct": 15.4, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 24, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529307", - "date": "2026-05-19", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 2, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 20, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.4, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__rashid_khan", - "batter": "A Raghuvanshi", - "bowler": "Rashid Khan", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 207.7, - "runs_per_ball": 2.077, - "dot_ball_pct": 7.7, - "boundary_count": 8, - "boundary_pct": 30.8, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529303", - "date": "2026-05-16", - "balls": 18, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 60.5, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__jr_hazlewood", - "batter": "T Stubbs", - "bowler": "JR Hazlewood", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 138.5, - "runs_per_ball": 1.385, - "dot_ball_pct": 30.8, - "boundary_count": 6, - "boundary_pct": 23.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529282", - "date": "2026-04-27", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 12, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.2, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__prince_yadav", - "batter": "SS Iyer", - "bowler": "Prince Yadav", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 52, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 15.4, - "boundary_count": 8, - "boundary_pct": 30.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 40, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529311", - "date": "2026-05-23", - "balls": 12, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 12, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "sameer_rizvi__dl_chahar", - "batter": "Sameer Rizvi", - "bowler": "DL Chahar", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 50, - "dismissals": 0, - "strike_rate": 192.3, - "runs_per_ball": 1.923, - "dot_ball_pct": 46.2, - "boundary_count": 10, - "boundary_pct": 38.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 20, - "runs_off_bat": 42, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527681", - "date": "2026-04-04", - "balls": 14, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 12, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.7, - "score_label": "Neutral" - }, - { - "key": "abhishek_sharma__b_kumar", - "batter": "Abhishek Sharma", - "bowler": "B Kumar", - "balls": 32, - "legal_balls": 26, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 207.7, - "runs_per_ball": 2.077, - "dot_ball_pct": 38.5, - "boundary_count": 10, - "boundary_pct": 38.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 26, - "runs_off_bat": 54, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 14, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 6, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 60.5, - "score_label": "Neutral" - }, - { - "key": "v_kohli__ds_rathi", - "batter": "V Kohli", - "bowler": "DS Rathi", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 130.8, - "runs_per_ball": 1.308, - "dot_ball_pct": 15.4, - "boundary_count": 2, - "boundary_pct": 7.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 16, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473507", - "date": "2025-05-27", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.3, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__mukesh_kumar", - "batter": "Priyansh Arya", - "bowler": "Mukesh Kumar", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 38, - "dismissals": 0, - "strike_rate": 146.2, - "runs_per_ball": 1.462, - "dot_ball_pct": 53.8, - "boundary_count": 6, - "boundary_pct": 23.1, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 36, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529298", - "date": "2026-05-11", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1529278", - "date": "2026-04-25", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1485779", - "date": "2025-05-24", - "balls": 12, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.1, - "score_label": "Neutral" - }, - { - "key": "v_suryavanshi__prince_yadav", - "batter": "V Suryavanshi", - "bowler": "Prince Yadav", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 70, - "dismissals": 0, - "strike_rate": 269.2, - "runs_per_ball": 2.692, - "dot_ball_pct": 38.5, - "boundary_count": 14, - "boundary_pct": 53.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 44, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529307", - "date": "2026-05-19", - "balls": 16, - "runs": 54, - "dismissed": false - }, - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 67.9, - "score_label": "Batter advantage" - }, - { - "key": "jc_buttler__suyash_sharma", - "batter": "JC Buttler", - "bowler": "Suyash Sharma", - "balls": 28, - "legal_balls": 26, - "runs_off_bat": 58, - "dismissals": 0, - "strike_rate": 223.1, - "runs_per_ball": 2.231, - "dot_ball_pct": 15.4, - "boundary_count": 8, - "boundary_pct": 30.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 54, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 8, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 18, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 62.4, - "score_label": "Batter advantage" - }, - { - "key": "v_suryavanshi__e_malinga", - "batter": "V Suryavanshi", - "bowler": "E Malinga", - "balls": 26, - "legal_balls": 26, - "runs_off_bat": 50, - "dismissals": 0, - "strike_rate": 192.3, - "runs_per_ball": 1.923, - "dot_ball_pct": 38.5, - "boundary_count": 8, - "boundary_pct": 30.8, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 48, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 16, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.7, - "score_label": "Neutral" - }, - { - "key": "abhishek_sharma__hh_pandya", - "batter": "Abhishek Sharma", - "bowler": "HH Pandya", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 22, - "dismissals": 4, - "strike_rate": 91.7, - "runs_per_ball": 0.917, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 8.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1422126", - "date": "2024-03-27", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304067", - "date": "2022-04-11", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1178426", - "date": "2019-05-02", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 14.6, - "score_label": "Bowler advantage" - }, - { - "key": "tilak_varma__kk_ahmed", - "batter": "Tilak Varma", - "bowler": "KK Ahmed", - "balls": 26, - "legal_balls": 24, - "runs_off_bat": 26, - "dismissals": 4, - "strike_rate": 108.3, - "runs_per_ball": 1.083, - "dot_ball_pct": 41.7, - "boundary_count": 4, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 4 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1426281", - "date": "2024-04-27", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422138", - "date": "2024-04-07", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304115", - "date": "2022-05-21", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304048", - "date": "2022-03-27", - "balls": 4, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 16.6, - "score_label": "Bowler advantage" - }, - { - "key": "ybk_jaiswal__tu_deshpande", - "batter": "YBK Jaiswal", - "bowler": "TU Deshpande", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 30, - "dismissals": 4, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 58.3, - "boundary_count": 4, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 22, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 14, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1359491", - "date": "2023-04-12", - "balls": 4, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 18.6, - "score_label": "Bowler advantage" - }, - { - "key": "dhruv_jurel__noor_ahmad", - "batter": "Dhruv Jurel", - "bowler": "Noor Ahmad", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 36, - "dismissals": 4, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 25.0, - "dismissal_types": { - "lbw": 2, - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359522", - "date": "2023-05-05", - "balls": 6, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 21.6, - "score_label": "Bowler advantage" - }, - { - "key": "dhruv_jurel__cv_varun", - "batter": "Dhruv Jurel", - "bowler": "CV Varun", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 6, - "dismissals": 4, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2, - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 4, - "dismissals": 4 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 8, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473443", - "date": "2025-03-26", - "balls": 14, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 6.6, - "score_label": "Bowler advantage" - }, - { - "key": "rm_patidar__sandeep_sharma", - "batter": "RM Patidar", - "bowler": "Sandeep Sharma", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 24, - "dismissals": 4, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 58.3, - "boundary_count": 4, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 22, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 18, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 15.6, - "score_label": "Bowler advantage" - }, - { - "key": "v_suryavanshi__mohsin_khan", - "batter": "V Suryavanshi", - "bowler": "Mohsin Khan", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 4, - "dismissals": 4, - "strike_rate": 16.7, - "runs_per_ball": 0.167, - "dot_ball_pct": 83.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529307", - "date": "2026-05-19", - "balls": 12, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 12, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 5.6, - "score_label": "Bowler advantage" - }, - { - "key": "tm_head__rashid_khan", - "batter": "TM Head", - "bowler": "Rashid Khan", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 34, - "dismissals": 2, - "strike_rate": 141.7, - "runs_per_ball": 1.417, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422130", - "date": "2024-03-31", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1082591", - "date": "2017-04-05", - "balls": 18, - "runs": 30, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 36.6, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__jj_bumrah", - "batter": "SA Yadav", - "bowler": "JJ Bumrah", - "balls": 26, - "legal_balls": 24, - "runs_off_bat": 54, - "dismissals": 2, - "strike_rate": 225.0, - "runs_per_ball": 2.25, - "dot_ball_pct": 25.0, - "boundary_count": 8, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 38, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1082649", - "date": "2017-05-19", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1082597", - "date": "2017-04-09", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "980947", - "date": "2016-04-28", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "980909", - "date": "2016-04-13", - "balls": 2, - "runs": 8, - "dismissed": false - }, - { - "match_id": "829705", - "date": "2015-04-08", - "balls": 14, - "runs": 40, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.6, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__sandeep_sharma", - "batter": "HH Pandya", - "bowler": "Sandeep Sharma", - "balls": 26, - "legal_balls": 24, - "runs_off_bat": 32, - "dismissals": 2, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304094", - "date": "2022-05-03", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1216538", - "date": "2020-10-04", - "balls": 12, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1178394", - "date": "2019-04-06", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1082641", - "date": "2017-05-11", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "ra_jadeja__hh_pandya", - "batter": "RA Jadeja", - "bowler": "HH Pandya", - "balls": 26, - "legal_balls": 24, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 83.3, - "runs_per_ball": 0.833, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 8.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 12, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1175370", - "date": "2019-04-03", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1136561", - "date": "2018-04-07", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "981007", - "date": "2016-05-21", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 29.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_tewatia__kuldeep_yadav", - "batter": "R Tewatia", - "bowler": "Kuldeep Yadav", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 58.3, - "runs_per_ball": 0.583, - "dot_ball_pct": 41.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426278", - "date": "2024-04-24", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1426270", - "date": "2024-04-17", - "balls": 16, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1136573", - "date": "2018-04-16", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 26.6, - "score_label": "Bowler advantage" - }, - { - "key": "h_klaasen__m_prasidh_krishna", - "batter": "H Klaasen", - "bowler": "M Prasidh Krishna", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 2 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529299", - "date": "2026-05-12", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 8, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1136618", - "date": "2018-05-23", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 28.6, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__k_rabada", - "batter": "Abhishek Sharma", - "bowler": "K Rabada", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 158.3, - "runs_per_ball": 1.583, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 25.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 34, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529299", - "date": "2026-05-12", - "balls": 8, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1304116", - "date": "2022-05-22", - "balls": 10, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304074", - "date": "2022-04-17", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216532", - "date": "2020-09-29", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178405", - "date": "2019-04-14", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "rk_singh__sandeep_sharma", - "batter": "RK Singh", - "bowler": "Sandeep Sharma", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 46, - "dismissals": 2, - "strike_rate": 191.7, - "runs_per_ball": 1.917, - "dot_ball_pct": 50.0, - "boundary_count": 6, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359530", - "date": "2023-05-11", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1178413", - "date": "2019-04-21", - "balls": 12, - "runs": 30, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 42.6, - "score_label": "Neutral" - }, - { - "key": "sp_narine__arshdeep_singh", - "batter": "SP Narine", - "bowler": "Arshdeep Singh", - "balls": 28, - "legal_balls": 24, - "runs_off_bat": 42, - "dismissals": 2, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 41.7, - "boundary_count": 6, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 2 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 8, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359476", - "date": "2023-04-01", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254102", - "date": "2021-10-01", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254078", - "date": "2021-04-26", - "balls": 6, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 40.6, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__jr_hazlewood", - "batter": "SO Hetmyer", - "bowler": "JR Hazlewood", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1312199", - "date": "2022-05-27", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254114", - "date": "2021-10-10", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254110", - "date": "2021-10-04", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 34.6, - "score_label": "Bowler advantage" - }, - { - "key": "s_dube__ad_russell", - "batter": "S Dube", - "bowler": "AD Russell", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 91.7, - "runs_per_ball": 0.917, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 8.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359507", - "date": "2023-04-23", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304047", - "date": "2022-03-26", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 30.6, - "score_label": "Bowler advantage" - }, - { - "key": "ak_markram__mr_marsh", - "batter": "AK Markram", - "bowler": "MR Marsh", - "balls": 26, - "legal_balls": 24, - "runs_off_bat": 34, - "dismissals": 2, - "strike_rate": 141.7, - "runs_per_ball": 1.417, - "dot_ball_pct": 41.7, - "boundary_count": 6, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 32, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359514", - "date": "2023-04-29", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304096", - "date": "2022-05-05", - "balls": 18, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 36.6, - "score_label": "Bowler advantage" - }, - { - "key": "so_hetmyer__k_rabada", - "batter": "SO Hetmyer", - "bowler": "K Rabada", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 36, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 50.0, - "boundary_count": 6, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 12, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 14, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1304098", - "date": "2022-05-07", - "balls": 10, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "ybk_jaiswal__kuldeep_yadav", - "batter": "YBK Jaiswal", - "bowler": "Kuldeep Yadav", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 158.3, - "runs_per_ball": 1.583, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 38, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 12, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1359485", - "date": "2023-04-08", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304104", - "date": "2022-05-11", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "abhishek_sharma__suyash_sharma", - "batter": "Abhishek Sharma", - "bowler": "Suyash Sharma", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 50, - "dismissals": 2, - "strike_rate": 208.3, - "runs_per_ball": 2.083, - "dot_ball_pct": 25.0, - "boundary_count": 8, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 2 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 8, - "runs": 26, - "dismissed": true - }, - { - "match_id": "1359493", - "date": "2023-04-14", - "balls": 16, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__noor_ahmad", - "batter": "RD Gaikwad", - "bowler": "Noor Ahmad", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 28, - "dismissals": 2, - "strike_rate": 116.7, - "runs_per_ball": 1.167, - "dot_ball_pct": 16.7, - "boundary_count": 2, - "boundary_pct": 8.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1370353", - "date": "2023-05-29", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1370350", - "date": "2023-05-23", - "balls": 18, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 33.6, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__tu_deshpande", - "batter": "HH Pandya", - "bowler": "TU Deshpande", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 48, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 33.3, - "boundary_count": 8, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426267", - "date": "2024-04-14", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1370353", - "date": "2023-05-29", - "balls": 10, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1370350", - "date": "2023-05-23", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "am_rahane__r_sai_kishore", - "batter": "AM Rahane", - "bowler": "R Sai Kishore", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 108.3, - "runs_per_ball": 1.083, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 8.3, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 26, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1422125", - "date": "2024-03-26", - "balls": 14, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 32.6, - "score_label": "Bowler advantage" - }, - { - "key": "h_klaasen__tu_deshpande", - "batter": "H Klaasen", - "bowler": "TU Deshpande", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 46, - "dismissals": 2, - "strike_rate": 191.7, - "runs_per_ball": 1.917, - "dot_ball_pct": 33.3, - "boundary_count": 8, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 24, - "runs_off_bat": 46, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 6, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.6, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__hv_patel", - "batter": "Nithish Kumar Reddy", - "bowler": "HV Patel", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 2 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426307", - "date": "2024-05-19", - "balls": 10, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 14, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 28.6, - "score_label": "Bowler advantage" - }, - { - "key": "n_wadhera__r_ashwin", - "batter": "N Wadhera", - "bowler": "R Ashwin", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 158.3, - "runs_per_ball": 1.583, - "dot_ball_pct": 16.7, - "boundary_count": 4, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 24, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 8, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 16, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__m_prasidh_krishna", - "batter": "SO Hetmyer", - "bowler": "M Prasidh Krishna", - "balls": 26, - "legal_balls": 24, - "runs_off_bat": 40, - "dismissals": 2, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 50.0, - "boundary_count": 6, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 16, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__e_malinga", - "batter": "P Simran Singh", - "bowler": "E Malinga", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 34, - "dismissals": 2, - "strike_rate": 141.7, - "runs_per_ball": 1.417, - "dot_ball_pct": 50.0, - "boundary_count": 6, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 18, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 36.6, - "score_label": "Bowler advantage" - }, - { - "key": "v_suryavanshi__rashid_khan", - "batter": "V Suryavanshi", - "bowler": "Rashid Khan", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 40, - "dismissals": 2, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 41.7, - "boundary_count": 6, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 40, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 18, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "rd_rickelton__mohsin_khan", - "batter": "RD Rickelton", - "bowler": "Mohsin Khan", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 62, - "dismissals": 2, - "strike_rate": 258.3, - "runs_per_ball": 2.583, - "dot_ball_pct": 41.7, - "boundary_count": 12, - "boundary_pct": 50.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 32, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529290", - "date": "2026-05-04", - "balls": 24, - "runs": 62, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 50.6, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__washington_sundar", - "batter": "PJ Cummins", - "bowler": "Washington Sundar", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 20, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216494", - "date": "2020-10-21", - "balls": 20, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1082642", - "date": "2017-05-12", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "ad_russell__sandeep_sharma", - "batter": "AD Russell", - "bowler": "Sandeep Sharma", - "balls": 30, - "legal_balls": 24, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 91.7, - "runs_per_ball": 0.917, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 8.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1178413", - "date": "2019-04-21", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1175357", - "date": "2019-03-24", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "980963", - "date": "2016-05-04", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "829733", - "date": "2015-04-18", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.6, - "score_label": "Neutral" - }, - { - "key": "ad_russell__dl_chahar", - "batter": "AD Russell", - "bowler": "DL Chahar", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254072", - "date": "2021-04-21", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1216501", - "date": "2020-10-07", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1178398", - "date": "2019-04-09", - "balls": 12, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__sm_curran", - "batter": "Ishan Kishan", - "bowler": "SM Curran", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 14, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359520", - "date": "2023-05-03", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1178399", - "date": "2019-04-10", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__r_parag", - "batter": "MS Dhoni", - "bowler": "R Parag", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 38, - "dismissals": 0, - "strike_rate": 158.3, - "runs_per_ball": 1.583, - "dot_ball_pct": 41.7, - "boundary_count": 4, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1178400", - "date": "2019-04-11", - "balls": 16, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.6, - "score_label": "Neutral" - }, - { - "key": "ar_patel__ravi_bishnoi", - "batter": "AR Patel", - "bowler": "Ravi Bishnoi", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 50, - "dismissals": 0, - "strike_rate": 208.3, - "runs_per_ball": 2.083, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 46, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 6, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1304091", - "date": "2022-05-01", - "balls": 12, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1216493", - "date": "2020-09-20", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 60.6, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__ad_russell", - "batter": "SO Hetmyer", - "bowler": "AD Russell", - "balls": 26, - "legal_balls": 24, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 41.7, - "boundary_count": 10, - "boundary_pct": 41.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 24, - "runs_off_bat": 56, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 14, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1216515", - "date": "2020-10-03", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 63.6, - "score_label": "Batter advantage" - }, - { - "key": "ms_dhoni__m_prasidh_krishna", - "batter": "MS Dhoni", - "bowler": "M Prasidh Krishna", - "balls": 26, - "legal_balls": 24, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 183.3, - "runs_per_ball": 1.833, - "dot_ball_pct": 41.7, - "boundary_count": 6, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 24, - "runs_off_bat": 44, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304114", - "date": "2022-05-20", - "balls": 16, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1254072", - "date": "2021-04-21", - "balls": 8, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.6, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__kh_pandya", - "batter": "YBK Jaiswal", - "bowler": "KH Pandya", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 116.7, - "runs_per_ball": 1.167, - "dot_ball_pct": 8.3, - "boundary_count": 2, - "boundary_pct": 8.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 20, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1254081", - "date": "2021-04-29", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.6, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__jj_bumrah", - "batter": "R Ashwin", - "bowler": "JJ Bumrah", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 116.7, - "runs_per_ball": 1.167, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304090", - "date": "2022-04-30", - "balls": 8, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304055", - "date": "2022-04-02", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 14, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.6, - "score_label": "Neutral" - }, - { - "key": "am_rahane__tu_deshpande", - "batter": "AM Rahane", - "bowler": "TU Deshpande", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 58.3, - "boundary_count": 4, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 24, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304047", - "date": "2022-03-26", - "balls": 24, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ar_patel__ad_russell", - "batter": "AR Patel", - "bowler": "AD Russell", - "balls": 26, - "legal_balls": 24, - "runs_off_bat": 70, - "dismissals": 0, - "strike_rate": 291.7, - "runs_per_ball": 2.917, - "dot_ball_pct": 16.7, - "boundary_count": 12, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 44, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304087", - "date": "2022-04-28", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "980963", - "date": "2016-05-04", - "balls": 6, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 70.6, - "score_label": "Batter advantage" - }, - { - "key": "rk_singh__m_prasidh_krishna", - "batter": "RK Singh", - "bowler": "M Prasidh Krishna", - "balls": 30, - "legal_balls": 24, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 6, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529268", - "date": "2026-04-17", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304093", - "date": "2022-05-02", - "balls": 16, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__dl_chahar", - "batter": "R Tewatia", - "bowler": "DL Chahar", - "balls": 26, - "legal_balls": 24, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 83.3, - "runs_per_ball": 0.833, - "dot_ball_pct": 41.7, - "boundary_count": 2, - "boundary_pct": 8.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1370350", - "date": "2023-05-23", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359475", - "date": "2023-03-31", - "balls": 12, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.6, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__cv_varun", - "batter": "MR Marsh", - "bowler": "CV Varun", - "balls": 26, - "legal_balls": 24, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 22, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1359502", - "date": "2023-04-20", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__noor_ahmad", - "batter": "N Wadhera", - "bowler": "Noor Ahmad", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 225.0, - "runs_per_ball": 2.25, - "dot_ball_pct": 25.0, - "boundary_count": 8, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 54, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527680", - "date": "2026-04-03", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359531", - "date": "2023-05-12", - "balls": 8, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1359509", - "date": "2023-04-25", - "balls": 10, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 62.6, - "score_label": "Batter advantage" - }, - { - "key": "rg_sharma__jr_hazlewood", - "batter": "RG Sharma", - "bowler": "JR Hazlewood", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 183.3, - "runs_per_ball": 1.833, - "dot_ball_pct": 50.0, - "boundary_count": 8, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 44, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529297", - "date": "2026-05-10", - "balls": 12, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1359528", - "date": "2023-05-09", - "balls": 12, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.6, - "score_label": "Neutral" - }, - { - "key": "a_badoni__suyash_sharma", - "batter": "A Badoni", - "bowler": "Suyash Sharma", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 16.7, - "boundary_count": 4, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 36, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 22, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1359542", - "date": "2023-05-20", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__ys_chahal", - "batter": "T Stubbs", - "bowler": "YS Chahal", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 25.0, - "boundary_count": 6, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 36, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 20, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.6, - "score_label": "Neutral" - }, - { - "key": "pd_salt__yash_dayal", - "batter": "PD Salt", - "bowler": "Yash Dayal", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 38, - "dismissals": 0, - "strike_rate": 158.3, - "runs_per_ball": 1.583, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 38, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426274", - "date": "2024-04-21", - "balls": 6, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1422128", - "date": "2024-03-29", - "balls": 18, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.6, - "score_label": "Neutral" - }, - { - "key": "ak_markram__noor_ahmad", - "batter": "AK Markram", - "bowler": "Noor Ahmad", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 91.7, - "runs_per_ball": 0.917, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529296", - "date": "2026-05-10", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422130", - "date": "2024-03-31", - "balls": 18, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.6, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__rashid_khan", - "batter": "Shashank Singh", - "bowler": "Rashid Khan", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 58, - "dismissals": 0, - "strike_rate": 241.7, - "runs_per_ball": 2.417, - "dot_ball_pct": 25.0, - "boundary_count": 8, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 36, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 10, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1422135", - "date": "2024-04-04", - "balls": 10, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 64.6, - "score_label": "Batter advantage" - }, - { - "key": "tm_head__k_rabada", - "batter": "TM Head", - "bowler": "K Rabada", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 50.0, - "boundary_count": 8, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 40, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 24, - "runs": 40, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "a_badoni__sandeep_sharma", - "batter": "A Badoni", - "bowler": "Sandeep Sharma", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 8.3, - "boundary_count": 6, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 16, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.6, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__mohsin_khan", - "batter": "T Stubbs", - "bowler": "Mohsin Khan", - "balls": 26, - "legal_balls": 24, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 116.7, - "runs_per_ball": 1.167, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 8.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527678", - "date": "2026-04-01", - "balls": 14, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 10, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.6, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__prince_yadav", - "batter": "T Stubbs", - "bowler": "Prince Yadav", - "balls": 26, - "legal_balls": 24, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 83.3, - "runs_per_ball": 0.833, - "dot_ball_pct": 41.7, - "boundary_count": 2, - "boundary_pct": 8.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527678", - "date": "2026-04-01", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 16, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.6, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__sp_narine", - "batter": "MR Marsh", - "bowler": "SP Narine", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 46, - "dismissals": 0, - "strike_rate": 191.7, - "runs_per_ball": 1.917, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 46, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 24, - "runs": 46, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.6, - "score_label": "Neutral" - }, - { - "key": "am_rahane__avesh_khan", - "batter": "AM Rahane", - "bowler": "Avesh Khan", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 58, - "dismissals": 0, - "strike_rate": 241.7, - "runs_per_ball": 2.417, - "dot_ball_pct": 33.3, - "boundary_count": 10, - "boundary_pct": 41.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 36, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527688", - "date": "2026-04-09", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 18, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 64.6, - "score_label": "Batter advantage" - }, - { - "key": "nithish_kumar_reddy__m_prasidh_krishna", - "batter": "Nithish Kumar Reddy", - "bowler": "M Prasidh Krishna", - "balls": 26, - "legal_balls": 24, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 41.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529299", - "date": "2026-05-12", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 18, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "tm_head__m_jansen", - "batter": "TM Head", - "bowler": "M Jansen", - "balls": 26, - "legal_balls": 24, - "runs_off_bat": 52, - "dismissals": 0, - "strike_rate": 216.7, - "runs_per_ball": 2.167, - "dot_ball_pct": 25.0, - "boundary_count": 10, - "boundary_pct": 41.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 24, - "runs_off_bat": 52, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 10, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 61.6, - "score_label": "Neutral" - }, - { - "key": "r_parag__suyash_sharma", - "batter": "R Parag", - "bowler": "Suyash Sharma", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 25.0, - "boundary_count": 8, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 48, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 14, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__noor_ahmad", - "batter": "MR Marsh", - "bowler": "Noor Ahmad", - "balls": 26, - "legal_balls": 24, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 116.7, - "runs_per_ball": 1.167, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 8.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529302", - "date": "2026-05-15", - "balls": 16, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.6, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__mj_santner", - "batter": "H Klaasen", - "bowler": "MJ Santner", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 116.7, - "runs_per_ball": 1.167, - "dot_ball_pct": 16.7, - "boundary_count": 2, - "boundary_pct": 8.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 18, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.6, - "score_label": "Neutral" - }, - { - "key": "rd_rickelton__e_malinga", - "batter": "RD Rickelton", - "bowler": "E Malinga", - "balls": 26, - "legal_balls": 24, - "runs_off_bat": 38, - "dismissals": 0, - "strike_rate": 158.3, - "runs_per_ball": 1.583, - "dot_ball_pct": 16.7, - "boundary_count": 6, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 16, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 8, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.6, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__v_nigam", - "batter": "B Sai Sudharsan", - "bowler": "V Nigam", - "balls": 26, - "legal_balls": 24, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 16.7, - "boundary_count": 2, - "boundary_pct": 8.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 22, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.6, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__s_dube", - "batter": "B Sai Sudharsan", - "bowler": "S Dube", - "balls": 26, - "legal_balls": 24, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 16.7, - "boundary_count": 6, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 40, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529309", - "date": "2026-05-21", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1529280", - "date": "2026-04-26", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 14, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__ta_boult", - "batter": "Priyansh Arya", - "bowler": "TA Boult", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 33.3, - "boundary_count": 8, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473510", - "date": "2025-06-01", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 22, - "runs": 40, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.6, - "score_label": "Neutral" - }, - { - "key": "rr_pant__yash_dayal", - "batter": "RR Pant", - "bowler": "Yash Dayal", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 68, - "dismissals": 0, - "strike_rate": 283.3, - "runs_per_ball": 2.833, - "dot_ball_pct": 16.7, - "boundary_count": 12, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 36, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473507", - "date": "2025-05-27", - "balls": 24, - "runs": 68, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 69.6, - "score_label": "Batter advantage" - }, - { - "key": "rr_pant__suyash_sharma", - "batter": "RR Pant", - "bowler": "Suyash Sharma", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 60, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 16.7, - "boundary_count": 10, - "boundary_pct": 41.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 24, - "runs_off_bat": 60, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473507", - "date": "2025-05-27", - "balls": 24, - "runs": 60, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "v_suryavanshi__pj_cummins", - "batter": "V Suryavanshi", - "bowler": "PJ Cummins", - "balls": 26, - "legal_balls": 24, - "runs_off_bat": 76, - "dismissals": 0, - "strike_rate": 316.7, - "runs_per_ball": 3.167, - "dot_ball_pct": 16.7, - "boundary_count": 12, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 74, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 16, - "runs": 60, - "dismissed": false - }, - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 73.6, - "score_label": "Batter advantage" - }, - { - "key": "dhruv_jurel__e_malinga", - "batter": "Dhruv Jurel", - "bowler": "E Malinga", - "balls": 28, - "legal_balls": 24, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 40, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 16, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.6, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__rg_sharma", - "batter": "RA Jadeja", - "bowler": "RG Sharma", - "balls": 24, - "legal_balls": 24, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "392220", - "date": "2009-05-11", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "392205", - "date": "2009-05-02", - "balls": 12, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__kk_ahmed", - "batter": "M Shahrukh Khan", - "bowler": "KK Ahmed", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 8, - "dismissals": 6, - "strike_rate": 36.4, - "runs_per_ball": 0.364, - "dot_ball_pct": 72.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 4 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1359538", - "date": "2023-05-17", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359533", - "date": "2023-05-13", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304078", - "date": "2022-04-20", - "balls": 10, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1254071", - "date": "2021-04-21", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "a_badoni__jr_hazlewood", - "batter": "A Badoni", - "bowler": "JR Hazlewood", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 14, - "dismissals": 4, - "strike_rate": 63.6, - "runs_per_ball": 0.636, - "dot_ball_pct": 72.7, - "boundary_count": 2, - "boundary_pct": 9.1, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359517", - "date": "2023-05-01", - "balls": 14, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304077", - "date": "2022-04-19", - "balls": 4, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 11.2, - "score_label": "Bowler advantage" - }, - { - "key": "b_sai_sudharsan__ravi_bishnoi", - "batter": "B Sai Sudharsan", - "bowler": "Ravi Bishnoi", - "balls": 30, - "legal_balls": 22, - "runs_off_bat": 34, - "dismissals": 4, - "strike_rate": 154.5, - "runs_per_ball": 1.545, - "dot_ball_pct": 36.4, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 34, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 16, - "runs": 30, - "dismissed": true - }, - { - "match_id": "1422139", - "date": "2024-04-07", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 22.1, - "score_label": "Bowler advantage" - }, - { - "key": "k_rabada__hh_pandya", - "batter": "K Rabada", - "bowler": "HH Pandya", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 44, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 27.3, - "boundary_count": 6, - "boundary_pct": 27.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 26, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1178409", - "date": "2019-04-18", - "balls": 8, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1082614", - "date": "2017-04-22", - "balls": 10, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "rashid_khan__jc_archer", - "batter": "Rashid Khan", - "bowler": "JC Archer", - "balls": 26, - "legal_balls": 22, - "runs_off_bat": 32, - "dismissals": 2, - "strike_rate": 145.5, - "runs_per_ball": 1.455, - "dot_ball_pct": 27.3, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 22, - "runs_off_bat": 32, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1175363", - "date": "2019-03-29", - "balls": 8, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1136588", - "date": "2018-04-29", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 37.1, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__mj_santner", - "batter": "RG Sharma", - "bowler": "MJ Santner", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 81.8, - "runs_per_ball": 0.818, - "dot_ball_pct": 54.5, - "boundary_count": 2, - "boundary_pct": 9.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1178419", - "date": "2019-04-26", - "balls": 22, - "runs": 18, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 29.4, - "score_label": "Bowler advantage" - }, - { - "key": "p_simran_singh__sandeep_sharma", - "batter": "P Simran Singh", - "bowler": "Sandeep Sharma", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 90.9, - "runs_per_ball": 0.909, - "dot_ball_pct": 36.4, - "boundary_count": 2, - "boundary_pct": 9.1, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1216542", - "date": "2020-10-08", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178423", - "date": "2019-04-29", - "balls": 8, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 30.5, - "score_label": "Bowler advantage" - }, - { - "key": "r_parag__ta_boult", - "batter": "R Parag", - "bowler": "TA Boult", - "balls": 26, - "legal_balls": 22, - "runs_off_bat": 50, - "dismissals": 2, - "strike_rate": 227.3, - "runs_per_ball": 2.273, - "dot_ball_pct": 18.2, - "boundary_count": 8, - "boundary_pct": 36.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473487", - "date": "2025-05-01", - "balls": 8, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1178428", - "date": "2019-05-04", - "balls": 14, - "runs": 30, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 46.9, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__sandeep_sharma", - "batter": "Washington Sundar", - "bowler": "Sandeep Sharma", - "balls": 28, - "legal_balls": 22, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 27.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 22, - "runs_off_bat": 22, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 8, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1237178", - "date": "2020-11-06", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216502", - "date": "2020-10-31", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "kh_pandya__arshdeep_singh", - "batter": "KH Pandya", - "bowler": "Arshdeep Singh", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 32, - "dismissals": 2, - "strike_rate": 145.5, - "runs_per_ball": 1.455, - "dot_ball_pct": 18.2, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359512", - "date": "2023-04-28", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359495", - "date": "2023-04-15", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304088", - "date": "2022-04-29", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254074", - "date": "2021-04-23", - "balls": 2, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 37.1, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__jc_archer", - "batter": "AM Rahane", - "bowler": "JC Archer", - "balls": 26, - "legal_balls": 22, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 9.1, - "runs_per_ball": 0.091, - "dot_ball_pct": 90.9, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1359523", - "date": "2023-05-06", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1216543", - "date": "2020-10-14", - "balls": 14, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 20.7, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__tu_deshpande", - "batter": "N Pooran", - "bowler": "TU Deshpande", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 42, - "dismissals": 2, - "strike_rate": 190.9, - "runs_per_ball": 1.909, - "dot_ball_pct": 36.4, - "boundary_count": 8, - "boundary_pct": 36.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426277", - "date": "2024-04-23", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426272", - "date": "2024-04-19", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359480", - "date": "2023-04-03", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1216546", - "date": "2020-10-20", - "balls": 10, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.5, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__ad_russell", - "batter": "RD Gaikwad", - "bowler": "AD Russell", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 46, - "dismissals": 2, - "strike_rate": 209.1, - "runs_per_ball": 2.091, - "dot_ball_pct": 36.4, - "boundary_count": 8, - "boundary_pct": 36.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 46, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 4, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1254072", - "date": "2021-04-21", - "balls": 8, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.7, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__avesh_khan", - "batter": "PJ Cummins", - "bowler": "Avesh Khan", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 118.2, - "runs_per_ball": 1.182, - "dot_ball_pct": 54.5, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 22, - "runs_off_bat": 26, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 4, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1254082", - "date": "2021-04-29", - "balls": 16, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 33.8, - "score_label": "Bowler advantage" - }, - { - "key": "jd_unadkat__hv_patel", - "batter": "JD Unadkat", - "bowler": "HV Patel", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 136.4, - "runs_per_ball": 1.364, - "dot_ball_pct": 27.3, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 20, - "runs_off_bat": 28, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359489", - "date": "2023-04-10", - "balls": 10, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1304064", - "date": "2022-04-09", - "balls": 12, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 36.0, - "score_label": "Bowler advantage" - }, - { - "key": "ad_russell__m_jansen", - "batter": "AD Russell", - "bowler": "M Jansen", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 24, - "dismissals": 2, - "strike_rate": 109.1, - "runs_per_ball": 1.091, - "dot_ball_pct": 45.5, - "boundary_count": 2, - "boundary_pct": 9.1, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359493", - "date": "2023-04-14", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304071", - "date": "2022-04-15", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 32.7, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__yash_dayal", - "batter": "SS Iyer", - "bowler": "Yash Dayal", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 34, - "dismissals": 2, - "strike_rate": 154.5, - "runs_per_ball": 1.545, - "dot_ball_pct": 45.5, - "boundary_count": 6, - "boundary_pct": 27.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 32, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426274", - "date": "2024-04-21", - "balls": 6, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1422128", - "date": "2024-03-29", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304081", - "date": "2022-04-23", - "balls": 8, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 38.1, - "score_label": "Neutral" - }, - { - "key": "rk_singh__yash_dayal", - "batter": "RK Singh", - "bowler": "Yash Dayal", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 74, - "dismissals": 2, - "strike_rate": 336.4, - "runs_per_ball": 3.364, - "dot_ball_pct": 18.2, - "boundary_count": 12, - "boundary_pct": 54.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 2 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 64, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422128", - "date": "2024-03-29", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359487", - "date": "2023-04-09", - "balls": 10, - "runs": 60, - "dismissed": false - }, - { - "match_id": "1304081", - "date": "2022-04-23", - "balls": 8, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 60.0, - "score_label": "Neutral" - }, - { - "key": "abhishek_sharma__hv_patel", - "batter": "Abhishek Sharma", - "bowler": "HV Patel", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 58, - "dismissals": 2, - "strike_rate": 263.6, - "runs_per_ball": 2.636, - "dot_ball_pct": 18.2, - "boundary_count": 12, - "boundary_pct": 54.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 40, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426307", - "date": "2024-05-19", - "balls": 12, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1304082", - "date": "2022-04-23", - "balls": 10, - "runs": 18, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 51.2, - "score_label": "Neutral" - }, - { - "key": "am_rahane__cv_varun", - "batter": "AM Rahane", - "bowler": "CV Varun", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 42, - "dismissals": 2, - "strike_rate": 190.9, - "runs_per_ball": 1.909, - "dot_ball_pct": 27.3, - "boundary_count": 6, - "boundary_pct": 27.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 2 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 8, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1359507", - "date": "2023-04-23", - "balls": 14, - "runs": 38, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.5, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__m_pathirana", - "batter": "SO Hetmyer", - "bowler": "M Pathirana", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 72.7, - "runs_per_ball": 0.727, - "dot_ball_pct": 63.6, - "boundary_count": 2, - "boundary_pct": 9.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 22, - "runs_off_bat": 16, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 16, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 6, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 28.3, - "score_label": "Bowler advantage" - }, - { - "key": "rashid_khan__m_pathirana", - "batter": "Rashid Khan", - "bowler": "M Pathirana", - "balls": 26, - "legal_balls": 22, - "runs_off_bat": 36, - "dismissals": 2, - "strike_rate": 163.6, - "runs_per_ball": 1.636, - "dot_ball_pct": 45.5, - "boundary_count": 6, - "boundary_pct": 27.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 26, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1370353", - "date": "2023-05-29", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1370350", - "date": "2023-05-23", - "balls": 14, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 39.2, - "score_label": "Neutral" - }, - { - "key": "r_ravindra__b_kumar", - "batter": "R Ravindra", - "bowler": "B Kumar", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 36.4, - "boundary_count": 2, - "boundary_pct": 9.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 22, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 16, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "dhruv_jurel__k_rabada", - "batter": "Dhruv Jurel", - "bowler": "K Rabada", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 32, - "dismissals": 2, - "strike_rate": 145.5, - "runs_per_ball": 1.455, - "dot_ball_pct": 45.5, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 10, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 6, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 37.1, - "score_label": "Bowler advantage" - }, - { - "key": "dhruv_jurel__harshit_rana", - "batter": "Dhruv Jurel", - "bowler": "Harshit Rana", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 42, - "dismissals": 2, - "strike_rate": 190.9, - "runs_per_ball": 1.909, - "dot_ball_pct": 27.3, - "boundary_count": 8, - "boundary_pct": 36.4, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473443", - "date": "2025-03-26", - "balls": 20, - "runs": 40, - "dismissed": true - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.5, - "score_label": "Neutral" - }, - { - "key": "pd_salt__ar_patel", - "batter": "PD Salt", - "bowler": "AR Patel", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 136.4, - "runs_per_ball": 1.364, - "dot_ball_pct": 36.4, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 12, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 36.0, - "score_label": "Bowler advantage" - }, - { - "key": "naman_dhir__noor_ahmad", - "batter": "Naman Dhir", - "bowler": "Noor Ahmad", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 72.7, - "runs_per_ball": 0.727, - "dot_ball_pct": 27.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529287", - "date": "2026-05-02", - "balls": 18, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 28.3, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__mukesh_kumar", - "batter": "RR Pant", - "bowler": "Mukesh Kumar", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 54.5, - "runs_per_ball": 0.545, - "dot_ball_pct": 72.7, - "boundary_count": 2, - "boundary_pct": 9.1, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527678", - "date": "2026-04-01", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 26.1, - "score_label": "Bowler advantage" - }, - { - "key": "ra_jadeja__jr_hazlewood", - "batter": "RA Jadeja", - "bowler": "JR Hazlewood", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 90.9, - "runs_per_ball": 0.909, - "dot_ball_pct": 45.5, - "boundary_count": 2, - "boundary_pct": 9.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 12, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 30.5, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__v_nigam", - "batter": "V Kohli", - "bowler": "V Nigam", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 118.2, - "runs_per_ball": 1.182, - "dot_ball_pct": 36.4, - "boundary_count": 2, - "boundary_pct": 9.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 14, - "runs": 18, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 33.8, - "score_label": "Bowler advantage" - }, - { - "key": "b_sai_sudharsan__ds_rathi", - "batter": "B Sai Sudharsan", - "bowler": "DS Rathi", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 118.2, - "runs_per_ball": 1.182, - "dot_ball_pct": 36.4, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 2 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 20, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 33.8, - "score_label": "Bowler advantage" - }, - { - "key": "r_parag__prince_yadav", - "batter": "R Parag", - "bowler": "Prince Yadav", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 172.7, - "runs_per_ball": 1.727, - "dot_ball_pct": 36.4, - "boundary_count": 6, - "boundary_pct": 27.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 38, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 16, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 40.3, - "score_label": "Neutral" - }, - { - "key": "rd_rickelton__ds_rathi", - "batter": "RD Rickelton", - "bowler": "DS Rathi", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 48, - "dismissals": 2, - "strike_rate": 218.2, - "runs_per_ball": 2.182, - "dot_ball_pct": 27.3, - "boundary_count": 8, - "boundary_pct": 36.4, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 46, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 22, - "runs": 48, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 45.8, - "score_label": "Neutral" - }, - { - "key": "ak_markram__m_jansen", - "batter": "AK Markram", - "bowler": "M Jansen", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 34, - "dismissals": 2, - "strike_rate": 154.5, - "runs_per_ball": 1.545, - "dot_ball_pct": 45.5, - "boundary_count": 6, - "boundary_pct": 27.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 10, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 12, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 38.1, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__ds_rathi", - "batter": "Ishan Kishan", - "bowler": "DS Rathi", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 72.7, - "runs_per_ball": 0.727, - "dot_ball_pct": 54.5, - "boundary_count": 2, - "boundary_pct": 9.1, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 16, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 28.3, - "score_label": "Bowler advantage" - }, - { - "key": "a_mhatre__tu_deshpande", - "batter": "A Mhatre", - "bowler": "TU Deshpande", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 42, - "dismissals": 2, - "strike_rate": 190.9, - "runs_per_ball": 1.909, - "dot_ball_pct": 45.5, - "boundary_count": 10, - "boundary_pct": 45.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 42, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 22, - "runs": 42, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 42.5, - "score_label": "Neutral" - }, - { - "key": "tm_head__cv_varun", - "batter": "TM Head", - "bowler": "CV Varun", - "balls": 28, - "legal_balls": 22, - "runs_off_bat": 62, - "dismissals": 2, - "strike_rate": 281.8, - "runs_per_ball": 2.818, - "dot_ball_pct": 27.3, - "boundary_count": 10, - "boundary_pct": 45.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 62, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 12, - "runs": 34, - "dismissed": true - }, - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 10, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.4, - "score_label": "Neutral" - }, - { - "key": "sv_samson__r_tewatia", - "batter": "SV Samson", - "bowler": "R Tewatia", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 109.1, - "runs_per_ball": 1.091, - "dot_ball_pct": 36.4, - "boundary_count": 2, - "boundary_pct": 9.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304070", - "date": "2022-04-14", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1136566", - "date": "2018-04-11", - "balls": 12, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.7, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__m_prasidh_krishna", - "batter": "JC Buttler", - "bowler": "M Prasidh Krishna", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 109.1, - "runs_per_ball": 1.091, - "dot_ball_pct": 45.5, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1178396", - "date": "2019-04-07", - "balls": 14, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1136609", - "date": "2018-05-15", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.7, - "score_label": "Neutral" - }, - { - "key": "s_dube__ar_patel", - "batter": "S Dube", - "bowler": "AR Patel", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 38, - "dismissals": 0, - "strike_rate": 172.7, - "runs_per_ball": 1.727, - "dot_ball_pct": 18.2, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 38, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1178421", - "date": "2019-04-28", - "balls": 10, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.3, - "score_label": "Neutral" - }, - { - "key": "r_parag__sandeep_sharma", - "batter": "R Parag", - "bowler": "Sandeep Sharma", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 145.5, - "runs_per_ball": 1.455, - "dot_ball_pct": 18.2, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254085", - "date": "2021-05-02", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216518", - "date": "2020-10-22", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216507", - "date": "2020-10-11", - "balls": 10, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.1, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__tu_deshpande", - "batter": "RA Jadeja", - "bowler": "TU Deshpande", - "balls": 28, - "legal_balls": 22, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 218.2, - "runs_per_ball": 2.182, - "dot_ball_pct": 18.2, - "boundary_count": 6, - "boundary_pct": 27.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 34, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 12, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1216509", - "date": "2020-10-17", - "balls": 8, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 61.8, - "score_label": "Neutral" - }, - { - "key": "rr_pant__abhishek_sharma", - "batter": "RR Pant", - "bowler": "Abhishek Sharma", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 163.6, - "runs_per_ball": 1.636, - "dot_ball_pct": 36.4, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 36, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216532", - "date": "2020-09-29", - "balls": 22, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.2, - "score_label": "Neutral" - }, - { - "key": "v_kohli__jr_hazlewood", - "batter": "V Kohli", - "bowler": "JR Hazlewood", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 36.4, - "boundary_count": 2, - "boundary_pct": 9.1, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254113", - "date": "2021-09-24", - "balls": 22, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ak_markram__r_ashwin", - "batter": "AK Markram", - "bowler": "R Ashwin", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 72.7, - "runs_per_ball": 0.727, - "dot_ball_pct": 27.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 22, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.3, - "score_label": "Neutral" - }, - { - "key": "ak_markram__ravi_bishnoi", - "batter": "AK Markram", - "bowler": "Ravi Bishnoi", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 136.4, - "runs_per_ball": 1.364, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 9.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359532", - "date": "2023-05-13", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304058", - "date": "2022-04-04", - "balls": 12, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.0, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__m_jansen", - "batter": "SS Iyer", - "bowler": "M Jansen", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 118.2, - "runs_per_ball": 1.182, - "dot_ball_pct": 45.5, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 26, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304071", - "date": "2022-04-15", - "balls": 22, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.8, - "score_label": "Neutral" - }, - { - "key": "sa_yadav__mohsin_khan", - "batter": "SA Yadav", - "bowler": "Mohsin Khan", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 145.5, - "runs_per_ball": 1.455, - "dot_ball_pct": 27.3, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529290", - "date": "2026-05-04", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426286", - "date": "2024-04-30", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1370351", - "date": "2023-05-24", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304083", - "date": "2022-04-24", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.1, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__r_ashwin", - "batter": "JM Sharma", - "bowler": "R Ashwin", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 154.5, - "runs_per_ball": 1.545, - "dot_ball_pct": 45.5, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 12, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359482", - "date": "2023-04-05", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304098", - "date": "2022-05-07", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.1, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__mohsin_khan", - "batter": "Shubman Gill", - "bowler": "Mohsin Khan", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 145.5, - "runs_per_ball": 1.455, - "dot_ball_pct": 9.1, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359525", - "date": "2023-05-07", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304103", - "date": "2022-05-10", - "balls": 14, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.1, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__r_sai_kishore", - "batter": "D Padikkal", - "bowler": "R Sai Kishore", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 218.2, - "runs_per_ball": 2.182, - "dot_ball_pct": 27.3, - "boundary_count": 8, - "boundary_pct": 36.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 48, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1312197", - "date": "2022-05-24", - "balls": 22, - "runs": 48, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 61.8, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__hh_pandya", - "batter": "Abishek Porel", - "bowler": "HH Pandya", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 181.8, - "runs_per_ball": 1.818, - "dot_ball_pct": 27.3, - "boundary_count": 6, - "boundary_pct": 27.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 40, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426281", - "date": "2024-04-27", - "balls": 10, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1359481", - "date": "2023-04-04", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.4, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__ak_markram", - "batter": "KL Rahul", - "bowler": "AK Markram", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 163.6, - "runs_per_ball": 1.636, - "dot_ball_pct": 18.2, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 12, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359484", - "date": "2023-04-07", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.2, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__tu_deshpande", - "batter": "SO Hetmyer", - "bowler": "TU Deshpande", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 190.9, - "runs_per_ball": 1.909, - "dot_ball_pct": 27.3, - "boundary_count": 6, - "boundary_pct": 27.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 36, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359491", - "date": "2023-04-12", - "balls": 18, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.5, - "score_label": "Neutral" - }, - { - "key": "ak_markram__suyash_sharma", - "batter": "AK Markram", - "bowler": "Suyash Sharma", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 254.5, - "runs_per_ball": 2.545, - "dot_ball_pct": 36.4, - "boundary_count": 10, - "boundary_pct": 45.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 56, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359493", - "date": "2023-04-14", - "balls": 16, - "runs": 44, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 66.1, - "score_label": "Batter advantage" - }, - { - "key": "p_simran_singh__hv_patel", - "batter": "P Simran Singh", - "bowler": "HV Patel", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 136.4, - "runs_per_ball": 1.364, - "dot_ball_pct": 27.3, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 14, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359501", - "date": "2023-04-20", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.0, - "score_label": "Neutral" - }, - { - "key": "ad_russell__mukesh_kumar", - "batter": "AD Russell", - "bowler": "Mukesh Kumar", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 181.8, - "runs_per_ball": 1.818, - "dot_ball_pct": 54.5, - "boundary_count": 6, - "boundary_pct": 27.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 22, - "runs_off_bat": 40, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359502", - "date": "2023-04-20", - "balls": 22, - "runs": 40, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.4, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__tu_deshpande", - "batter": "Washington Sundar", - "bowler": "TU Deshpande", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 38, - "dismissals": 0, - "strike_rate": 172.7, - "runs_per_ball": 1.727, - "dot_ball_pct": 27.3, - "boundary_count": 6, - "boundary_pct": 27.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 22, - "runs_off_bat": 38, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359503", - "date": "2023-04-21", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.3, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__kuldeep_yadav", - "batter": "Washington Sundar", - "bowler": "Kuldeep Yadav", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 118.2, - "runs_per_ball": 1.182, - "dot_ball_pct": 18.2, - "boundary_count": 2, - "boundary_pct": 9.1, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 16, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1359508", - "date": "2023-04-24", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.8, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__mukesh_kumar", - "batter": "H Klaasen", - "bowler": "Mukesh Kumar", - "balls": 26, - "legal_balls": 22, - "runs_off_bat": 74, - "dismissals": 0, - "strike_rate": 336.4, - "runs_per_ball": 3.364, - "dot_ball_pct": 9.1, - "boundary_count": 14, - "boundary_pct": 63.6, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 50, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529274", - "date": "2026-04-21", - "balls": 8, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1359514", - "date": "2023-04-29", - "balls": 6, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359508", - "date": "2023-04-24", - "balls": 8, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 76.0, - "score_label": "Batter advantage" - }, - { - "key": "sv_samson__m_jansen", - "batter": "SV Samson", - "bowler": "M Jansen", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 136.4, - "runs_per_ball": 1.364, - "dot_ball_pct": 18.2, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359526", - "date": "2023-05-07", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.0, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__sandeep_sharma", - "batter": "JM Sharma", - "bowler": "Sandeep Sharma", - "balls": 26, - "legal_balls": 22, - "runs_off_bat": 52, - "dismissals": 0, - "strike_rate": 236.4, - "runs_per_ball": 2.364, - "dot_ball_pct": 18.2, - "boundary_count": 8, - "boundary_pct": 36.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 34, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 14, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 64.0, - "score_label": "Batter advantage" - }, - { - "key": "r_ravindra__mohammed_siraj", - "batter": "R Ravindra", - "bowler": "Mohammed Siraj", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 27.3, - "boundary_count": 8, - "boundary_pct": 36.4, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 22, - "runs_off_bat": 44, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426306", - "date": "2024-05-18", - "balls": 14, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1422119", - "date": "2024-03-22", - "balls": 8, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "r_parag__mukesh_kumar", - "batter": "R Parag", - "bowler": "Mukesh Kumar", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 68, - "dismissals": 0, - "strike_rate": 309.1, - "runs_per_ball": 3.091, - "dot_ball_pct": 27.3, - "boundary_count": 12, - "boundary_pct": 54.5, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 46, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529305", - "date": "2026-05-17", - "balls": 12, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 10, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 72.7, - "score_label": "Batter advantage" - }, - { - "key": "b_sai_sudharsan__avesh_khan", - "batter": "B Sai Sudharsan", - "bowler": "Avesh Khan", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 181.8, - "runs_per_ball": 1.818, - "dot_ball_pct": 18.2, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 38, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426262", - "date": "2024-04-10", - "balls": 12, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.4, - "score_label": "Neutral" - }, - { - "key": "a_badoni__ar_patel", - "batter": "A Badoni", - "bowler": "AR Patel", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 18.2, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527678", - "date": "2026-04-01", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426264", - "date": "2024-04-12", - "balls": 14, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "pd_salt__mohsin_khan", - "batter": "PD Salt", - "bowler": "Mohsin Khan", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 52, - "dismissals": 0, - "strike_rate": 236.4, - "runs_per_ball": 2.364, - "dot_ball_pct": 9.1, - "boundary_count": 8, - "boundary_pct": 36.4, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 34, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 14, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 64.0, - "score_label": "Batter advantage" - }, - { - "key": "vr_iyer__kuldeep_yadav", - "batter": "VR Iyer", - "bowler": "Kuldeep Yadav", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 90.9, - "runs_per_ball": 0.909, - "dot_ball_pct": 45.5, - "boundary_count": 2, - "boundary_pct": 9.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 22, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.5, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__kh_pandya", - "batter": "Abishek Porel", - "bowler": "KH Pandya", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 36.4, - "boundary_count": 2, - "boundary_pct": 9.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529282", - "date": "2026-04-27", - "balls": 16, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__shashank_singh", - "batter": "H Klaasen", - "bowler": "Shashank Singh", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 181.8, - "runs_per_ball": 1.818, - "dot_ball_pct": 18.2, - "boundary_count": 6, - "boundary_pct": 27.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 8, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1426307", - "date": "2024-05-19", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.4, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__jr_hazlewood", - "batter": "A Raghuvanshi", - "bowler": "JR Hazlewood", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 145.5, - "runs_per_ball": 1.455, - "dot_ball_pct": 27.3, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529300", - "date": "2026-05-13", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.1, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__jc_archer", - "batter": "H Klaasen", - "bowler": "JC Archer", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 218.2, - "runs_per_ball": 2.182, - "dot_ball_pct": 18.2, - "boundary_count": 10, - "boundary_pct": 45.5, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 26, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 8, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 2, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 8, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 61.8, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__r_parag", - "batter": "A Raghuvanshi", - "bowler": "R Parag", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 136.4, - "runs_per_ball": 1.364, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 9.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 18, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473443", - "date": "2025-03-26", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.0, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__mohammed_siraj", - "batter": "RM Patidar", - "bowler": "Mohammed Siraj", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 190.9, - "runs_per_ball": 1.909, - "dot_ball_pct": 36.4, - "boundary_count": 6, - "boundary_pct": 27.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 6, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.5, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__hv_patel", - "batter": "A Raghuvanshi", - "bowler": "HV Patel", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 154.5, - "runs_per_ball": 1.545, - "dot_ball_pct": 27.3, - "boundary_count": 6, - "boundary_pct": 27.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 34, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 10, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.1, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__arshdeep_singh", - "batter": "A Raghuvanshi", - "bowler": "Arshdeep Singh", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 81.8, - "runs_per_ball": 0.818, - "dot_ball_pct": 45.5, - "boundary_count": 2, - "boundary_pct": 9.1, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527685", - "date": "2026-04-06", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 14, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.4, - "score_label": "Neutral" - }, - { - "key": "dhruv_jurel__prince_yadav", - "batter": "Dhruv Jurel", - "bowler": "Prince Yadav", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 118.2, - "runs_per_ball": 1.182, - "dot_ball_pct": 36.4, - "boundary_count": 2, - "boundary_pct": 9.1, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529307", - "date": "2026-05-19", - "balls": 20, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.8, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__v_nigam", - "batter": "A Raghuvanshi", - "bowler": "V Nigam", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 46, - "dismissals": 0, - "strike_rate": 209.1, - "runs_per_ball": 2.091, - "dot_ball_pct": 27.3, - "boundary_count": 6, - "boundary_pct": 27.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 40, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 22, - "runs": 46, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 60.7, - "score_label": "Neutral" - }, - { - "key": "a_mhatre__kh_pandya", - "batter": "A Mhatre", - "bowler": "KH Pandya", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 136.4, - "runs_per_ball": 1.364, - "dot_ball_pct": 36.4, - "boundary_count": 4, - "boundary_pct": 18.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 22, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.0, - "score_label": "Neutral" - }, - { - "key": "v_suryavanshi__noor_ahmad", - "batter": "V Suryavanshi", - "bowler": "Noor Ahmad", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 76, - "dismissals": 0, - "strike_rate": 345.5, - "runs_per_ball": 3.455, - "dot_ball_pct": 9.1, - "boundary_count": 12, - "boundary_pct": 54.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 48, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527676", - "date": "2026-03-30", - "balls": 6, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 16, - "runs": 48, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 77.1, - "score_label": "Batter advantage" - }, - { - "key": "tm_head__harshit_rana", - "batter": "TM Head", - "bowler": "Harshit Rana", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 190.9, - "runs_per_ball": 1.909, - "dot_ball_pct": 36.4, - "boundary_count": 8, - "boundary_pct": 36.4, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 40, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 22, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.5, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__kuldeep_yadav", - "batter": "N Wadhera", - "bowler": "Kuldeep Yadav", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 36.4, - "boundary_count": 2, - "boundary_pct": 9.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 22, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529278", - "date": "2026-04-25", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1485779", - "date": "2025-05-24", - "balls": 12, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__nithish_kumar_reddy", - "batter": "KL Rahul", - "bowler": "Nithish Kumar Reddy", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 46, - "dismissals": 0, - "strike_rate": 209.1, - "runs_per_ball": 2.091, - "dot_ball_pct": 27.3, - "boundary_count": 6, - "boundary_pct": 27.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529274", - "date": "2026-04-21", - "balls": 22, - "runs": 46, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 60.7, - "score_label": "Neutral" - }, - { - "key": "rk_singh__prince_yadav", - "batter": "RK Singh", - "bowler": "Prince Yadav", - "balls": 26, - "legal_balls": 22, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 154.5, - "runs_per_ball": 1.545, - "dot_ball_pct": 27.3, - "boundary_count": 6, - "boundary_pct": 27.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 8, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529281", - "date": "2026-04-26", - "balls": 22, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.1, - "score_label": "Neutral" - }, - { - "key": "ar_patel__m_jansen", - "batter": "AR Patel", - "bowler": "M Jansen", - "balls": 24, - "legal_balls": 22, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 190.9, - "runs_per_ball": 1.909, - "dot_ball_pct": 36.4, - "boundary_count": 8, - "boundary_pct": 36.4, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529298", - "date": "2026-05-11", - "balls": 22, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.5, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__e_malinga", - "batter": "B Sai Sudharsan", - "bowler": "E Malinga", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 18.2, - "boundary_count": 6, - "boundary_pct": 27.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 34, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529299", - "date": "2026-05-12", - "balls": 22, - "runs": 44, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__mohsin_khan", - "batter": "P Simran Singh", - "bowler": "Mohsin Khan", - "balls": 22, - "legal_balls": 22, - "runs_off_bat": 46, - "dismissals": 0, - "strike_rate": 209.1, - "runs_per_ball": 2.091, - "dot_ball_pct": 9.1, - "boundary_count": 6, - "boundary_pct": 27.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 18, - "runs_off_bat": 42, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529311", - "date": "2026-05-23", - "balls": 22, - "runs": 46, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 60.7, - "score_label": "Neutral" - }, - { - "key": "sp_narine__jj_bumrah", - "batter": "SP Narine", - "bowler": "JJ Bumrah", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 6, - "dismissals": 4, - "strike_rate": 30.0, - "runs_per_ball": 0.3, - "dot_ball_pct": 70.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught and bowled": 2, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 6, - "dismissals": 2 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304102", - "date": "2022-05-09", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1216508", - "date": "2020-09-23", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1082649", - "date": "2017-05-19", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 7.2, - "score_label": "Bowler advantage" - }, - { - "key": "ad_russell__ta_boult", - "batter": "AD Russell", - "bowler": "TA Boult", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 42, - "dismissals": 4, - "strike_rate": 210.0, - "runs_per_ball": 2.1, - "dot_ball_pct": 30.0, - "boundary_count": 8, - "boundary_pct": 40.0, - "dismissal_types": { - "bowled": 2, - "caught and bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 4 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 40, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254062", - "date": "2021-04-13", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1216508", - "date": "2020-09-23", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1136586", - "date": "2018-04-27", - "balls": 6, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1136573", - "date": "2018-04-16", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 28.8, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__r_parag", - "batter": "SS Iyer", - "bowler": "R Parag", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 20, - "dismissals": 4, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 20, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 10, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1178428", - "date": "2019-05-04", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178415", - "date": "2019-04-22", - "balls": 8, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 15.6, - "score_label": "Bowler advantage" - }, - { - "key": "hv_patel__jj_bumrah", - "batter": "HV Patel", - "bowler": "JJ Bumrah", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 20, - "dismissals": 4, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 80.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": { - "lbw": 2, - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 8, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216535", - "date": "2020-10-31", - "balls": 16, - "runs": 8, - "dismissed": true - }, - { - "match_id": "733983", - "date": "2014-05-06", - "balls": 4, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 15.6, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__mohsin_khan", - "batter": "HH Pandya", - "bowler": "Mohsin Khan", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 16, - "dismissals": 4, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1426305", - "date": "2024-05-17", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359525", - "date": "2023-05-07", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1304050", - "date": "2022-03-28", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 13.2, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__avesh_khan", - "batter": "D Padikkal", - "bowler": "Avesh Khan", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 6, - "dismissals": 4, - "strike_rate": 30.0, - "runs_per_ball": 0.3, - "dot_ball_pct": 70.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 8, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304066", - "date": "2022-04-10", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 7.2, - "score_label": "Bowler advantage" - }, - { - "key": "ar_patel__m_prasidh_krishna", - "batter": "AR Patel", - "bowler": "M Prasidh Krishna", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 16, - "dismissals": 4, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 4 - } - }, - "recent_encounters": [ - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 12, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1304080", - "date": "2022-04-22", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 13.2, - "score_label": "Bowler advantage" - }, - { - "key": "ra_jadeja__mr_marsh", - "batter": "RA Jadeja", - "bowler": "MR Marsh", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 28, - "dismissals": 4, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 30.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 8, - "runs": 12, - "dismissed": true - }, - { - "match_id": "598015", - "date": "2013-04-15", - "balls": 12, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 20.4, - "score_label": "Bowler advantage" - }, - { - "key": "r_ashwin__harshit_rana", - "batter": "R Ashwin", - "bowler": "Harshit Rana", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 12, - "dismissals": 4, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 70.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 6, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 8, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 10.8, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__m_jansen", - "batter": "N Pooran", - "bowler": "M Jansen", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 12, - "dismissals": 4, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529311", - "date": "2026-05-23", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473450", - "date": "2025-04-01", - "balls": 12, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 10.8, - "score_label": "Bowler advantage" - }, - { - "key": "p_simran_singh__kh_pandya", - "batter": "P Simran Singh", - "bowler": "KH Pandya", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 16, - "dismissals": 4, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 6, - "dismissals": 4 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 12, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 8, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 13.2, - "score_label": "Bowler advantage" - }, - { - "key": "abishek_porel__jr_hazlewood", - "batter": "Abishek Porel", - "bowler": "JR Hazlewood", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 10, - "dismissals": 4, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 80.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529282", - "date": "2026-04-27", - "balls": 16, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 9.6, - "score_label": "Bowler advantage" - }, - { - "key": "tm_head__kh_pandya", - "batter": "TM Head", - "bowler": "KH Pandya", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 30.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1082628", - "date": "2017-05-01", - "balls": 14, - "runs": 14, - "dismissed": true - }, - { - "match_id": "980927", - "date": "2016-04-20", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "jd_unadkat__kuldeep_yadav", - "batter": "JD Unadkat", - "bowler": "Kuldeep Yadav", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216504", - "date": "2020-09-30", - "balls": 16, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1136609", - "date": "2018-05-15", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 26.8, - "score_label": "Bowler advantage" - }, - { - "key": "dl_chahar__r_ashwin", - "batter": "DL Chahar", - "bowler": "R Ashwin", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 48, - "dismissals": 2, - "strike_rate": 240.0, - "runs_per_ball": 2.4, - "dot_ball_pct": 10.0, - "boundary_count": 6, - "boundary_pct": 30.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 48, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1136616", - "date": "2018-05-20", - "balls": 20, - "runs": 48, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 48.4, - "score_label": "Neutral" - }, - { - "key": "r_parag__sm_curran", - "batter": "R Parag", - "bowler": "SM Curran", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 20.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216496", - "date": "2020-09-22", - "balls": 8, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "washington_sundar__rashid_khan", - "batter": "Washington Sundar", - "bowler": "Rashid Khan", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 70.0, - "runs_per_ball": 0.7, - "dot_ball_pct": 60.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254063", - "date": "2021-04-14", - "balls": 12, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1216502", - "date": "2020-10-31", - "balls": 8, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 28.0, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__r_parag", - "batter": "Shubman Gill", - "bowler": "R Parag", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 42, - "dismissals": 2, - "strike_rate": 210.0, - "runs_per_ball": 2.1, - "dot_ball_pct": 10.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 42, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1304070", - "date": "2022-04-14", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1216504", - "date": "2020-09-30", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.8, - "score_label": "Neutral" - }, - { - "key": "sm_curran__ta_boult", - "batter": "SM Curran", - "bowler": "TA Boult", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 190.0, - "runs_per_ball": 1.9, - "dot_ball_pct": 30.0, - "boundary_count": 8, - "boundary_pct": 40.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1216521", - "date": "2020-10-23", - "balls": 14, - "runs": 26, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 42.4, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__ra_jadeja", - "batter": "Washington Sundar", - "bowler": "RA Jadeja", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 60.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254076", - "date": "2021-04-25", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1216525", - "date": "2020-10-10", - "balls": 10, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__arshdeep_singh", - "batter": "SS Iyer", - "bowler": "Arshdeep Singh", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 20.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 6, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1304054", - "date": "2022-04-01", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1216546", - "date": "2020-10-20", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "kh_pandya__sm_curran", - "batter": "KH Pandya", - "bowler": "SM Curran", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 130.0, - "runs_per_ball": 1.3, - "dot_ball_pct": 30.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359495", - "date": "2023-04-15", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254084", - "date": "2021-05-01", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 35.2, - "score_label": "Bowler advantage" - }, - { - "key": "ms_dhoni__ravi_bishnoi", - "batter": "MS Dhoni", - "bowler": "Ravi Bishnoi", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 110.0, - "runs_per_ball": 1.1, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 2 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426272", - "date": "2024-04-19", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254094", - "date": "2021-10-07", - "balls": 18, - "runs": 20, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 32.8, - "score_label": "Bowler advantage" - }, - { - "key": "ad_russell__kuldeep_yadav", - "batter": "AD Russell", - "bowler": "Kuldeep Yadav", - "balls": 24, - "legal_balls": 20, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 40.0, - "runs_per_ball": 0.4, - "dot_ball_pct": 60.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 2 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359502", - "date": "2023-04-20", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304087", - "date": "2022-04-28", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304065", - "date": "2022-04-10", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 24.4, - "score_label": "Bowler advantage" - }, - { - "key": "r_ashwin__mohammed_siraj", - "batter": "R Ashwin", - "bowler": "Mohammed Siraj", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 36, - "dismissals": 2, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 40.0, - "boundary_count": 8, - "boundary_pct": 40.0, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 32, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359506", - "date": "2023-04-23", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 16, - "runs": 32, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 41.2, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__m_pathirana", - "batter": "Shubman Gill", - "bowler": "M Pathirana", - "balls": 28, - "legal_balls": 20, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529303", - "date": "2026-05-16", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1370350", - "date": "2023-05-23", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304108", - "date": "2022-05-15", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "a_badoni__ra_jadeja", - "batter": "A Badoni", - "bowler": "RA Jadeja", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 90.0, - "runs_per_ball": 0.9, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 18, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 12, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1359519", - "date": "2023-05-03", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359480", - "date": "2023-04-03", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 30.4, - "score_label": "Bowler advantage" - }, - { - "key": "dhruv_jurel__sm_curran", - "batter": "Dhruv Jurel", - "bowler": "SM Curran", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 110.0, - "runs_per_ball": 1.1, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359482", - "date": "2023-04-05", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 32.8, - "score_label": "Bowler advantage" - }, - { - "key": "dhruv_jurel__tu_deshpande", - "batter": "Dhruv Jurel", - "bowler": "TU Deshpande", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 42, - "dismissals": 2, - "strike_rate": 210.0, - "runs_per_ball": 2.1, - "dot_ball_pct": 20.0, - "boundary_count": 6, - "boundary_pct": 30.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 42, - "dismissals": 2 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 10, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 8, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359491", - "date": "2023-04-12", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.8, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__hv_patel", - "batter": "JM Sharma", - "bowler": "HV Patel", - "balls": 24, - "legal_balls": 20, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359501", - "date": "2023-04-20", - "balls": 18, - "runs": 28, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "dhruv_jurel__hv_patel", - "batter": "Dhruv Jurel", - "bowler": "HV Patel", - "balls": 24, - "legal_balls": 20, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 130.0, - "runs_per_ball": 1.3, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 10, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359506", - "date": "2023-04-23", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 35.2, - "score_label": "Bowler advantage" - }, - { - "key": "ad_russell__m_pathirana", - "batter": "AD Russell", - "bowler": "M Pathirana", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 28, - "dismissals": 2, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 14, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359507", - "date": "2023-04-23", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 36.4, - "score_label": "Bowler advantage" - }, - { - "key": "ad_russell__noor_ahmad", - "batter": "AD Russell", - "bowler": "Noor Ahmad", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 32, - "dismissals": 2, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 50.0, - "boundary_count": 6, - "boundary_pct": 30.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 32, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 10, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1359513", - "date": "2023-04-29", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 38.8, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__sandeep_sharma", - "batter": "Tilak Varma", - "bowler": "Sandeep Sharma", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 110.0, - "runs_per_ball": 1.1, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 12, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1359516", - "date": "2023-04-30", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 32.8, - "score_label": "Bowler advantage" - }, - { - "key": "pd_salt__pj_cummins", - "batter": "PD Salt", - "bowler": "PJ Cummins", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 10, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 10, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "jm_sharma__nithish_kumar_reddy", - "batter": "JM Sharma", - "bowler": "Nithish Kumar Reddy", - "balls": 24, - "legal_balls": 20, - "runs_off_bat": 54, - "dismissals": 2, - "strike_rate": 270.0, - "runs_per_ball": 2.7, - "dot_ball_pct": 20.0, - "boundary_count": 8, - "boundary_pct": 40.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 50, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426307", - "date": "2024-05-19", - "balls": 8, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 6, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 52.0, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__ys_chahal", - "batter": "A Raghuvanshi", - "bowler": "YS Chahal", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 28, - "dismissals": 2, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 20.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 28, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 14, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 36.4, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__mohsin_khan", - "batter": "AM Rahane", - "bowler": "Mohsin Khan", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 70.0, - "runs_per_ball": 0.7, - "dot_ball_pct": 60.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 14, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529281", - "date": "2026-04-26", - "balls": 10, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1426272", - "date": "2024-04-19", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 28.0, - "score_label": "Bowler advantage" - }, - { - "key": "pd_salt__cv_varun", - "batter": "PD Salt", - "bowler": "CV Varun", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 50, - "dismissals": 2, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 30.0, - "boundary_count": 10, - "boundary_pct": 50.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 40, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 20, - "runs": 50, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 49.6, - "score_label": "Neutral" - }, - { - "key": "ar_patel__ds_rathi", - "batter": "AR Patel", - "bowler": "DS Rathi", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 34, - "dismissals": 2, - "strike_rate": 170.0, - "runs_per_ball": 1.7, - "dot_ball_pct": 40.0, - "boundary_count": 6, - "boundary_pct": 30.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 2 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 12, - "runs": 18, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 40.0, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__vg_arora", - "batter": "H Klaasen", - "bowler": "VG Arora", - "balls": 24, - "legal_balls": 20, - "runs_off_bat": 24, - "dismissals": 2, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 2 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 6, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 34.0, - "score_label": "Bowler advantage" - }, - { - "key": "ar_patel__suyash_sharma", - "batter": "AR Patel", - "bowler": "Suyash Sharma", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 130.0, - "runs_per_ball": 1.3, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 26, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 8, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 35.2, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__m_pathirana", - "batter": "SS Iyer", - "bowler": "M Pathirana", - "balls": 24, - "legal_balls": 20, - "runs_off_bat": 46, - "dismissals": 2, - "strike_rate": 230.0, - "runs_per_ball": 2.3, - "dot_ball_pct": 10.0, - "boundary_count": 6, - "boundary_pct": 30.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 36, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 20, - "runs": 46, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 47.2, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__jc_archer", - "batter": "A Raghuvanshi", - "bowler": "JC Archer", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 70.0, - "runs_per_ball": 0.7, - "dot_ball_pct": 60.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 14, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 28.0, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__prince_yadav", - "batter": "D Padikkal", - "bowler": "Prince Yadav", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 190.0, - "runs_per_ball": 1.9, - "dot_ball_pct": 30.0, - "boundary_count": 6, - "boundary_pct": 30.0, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 38, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529293", - "date": "2026-05-07", - "balls": 16, - "runs": 30, - "dismissed": true - }, - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 4, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.4, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__noor_ahmad", - "batter": "Shubman Gill", - "bowler": "Noor Ahmad", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 34, - "dismissals": 2, - "strike_rate": 170.0, - "runs_per_ball": 1.7, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 34, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529309", - "date": "2026-05-21", - "balls": 18, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1529280", - "date": "2026-04-26", - "balls": 2, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 40.0, - "score_label": "Neutral" - }, - { - "key": "mohammed_siraj__kh_pandya", - "batter": "Mohammed Siraj", - "bowler": "KH Pandya", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 80.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 20, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__washington_sundar", - "batter": "SP Narine", - "bowler": "Washington Sundar", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 210.0, - "runs_per_ball": 2.1, - "dot_ball_pct": 20.0, - "boundary_count": 6, - "boundary_pct": 30.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 40, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1136563", - "date": "2018-04-08", - "balls": 14, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1082620", - "date": "2017-04-26", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 60.8, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__hh_pandya", - "batter": "Kuldeep Yadav", - "bowler": "HH Pandya", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304056", - "date": "2022-04-02", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1082644", - "date": "2017-05-13", - "balls": 12, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.8, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__washington_sundar", - "batter": "KH Pandya", - "bowler": "Washington Sundar", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1082650", - "date": "2017-05-21", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1082647", - "date": "2017-05-16", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.2, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__r_ashwin", - "batter": "RA Jadeja", - "bowler": "R Ashwin", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359491", - "date": "2023-04-12", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1136572", - "date": "2018-04-15", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "501261", - "date": "2011-05-18", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "501215", - "date": "2011-04-18", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.4, - "score_label": "Neutral" - }, - { - "key": "s_dube__sandeep_sharma", - "batter": "S Dube", - "bowler": "Sandeep Sharma", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 30.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216534", - "date": "2020-09-21", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1175366", - "date": "2019-03-31", - "balls": 8, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__jc_archer", - "batter": "RA Jadeja", - "bowler": "JC Archer", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 130.0, - "runs_per_ball": 1.3, - "dot_ball_pct": 30.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216533", - "date": "2020-10-19", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1216496", - "date": "2020-09-22", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1178400", - "date": "2019-04-11", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1175367", - "date": "2019-03-31", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.2, - "score_label": "Neutral" - }, - { - "key": "k_rabada__cv_varun", - "batter": "K Rabada", - "bowler": "CV Varun", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304054", - "date": "2022-04-01", - "balls": 10, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216497", - "date": "2020-10-24", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.2, - "score_label": "Neutral" - }, - { - "key": "k_rabada__jc_archer", - "batter": "K Rabada", - "bowler": "JC Archer", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 110.0, - "runs_per_ball": 1.1, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 14, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1216500", - "date": "2020-10-09", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.8, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__kk_ahmed", - "batter": "R Tewatia", - "bowler": "KK Ahmed", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359518", - "date": "2023-05-02", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304056", - "date": "2022-04-02", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1216507", - "date": "2020-10-11", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.0, - "score_label": "Neutral" - }, - { - "key": "r_parag__washington_sundar", - "batter": "R Parag", - "bowler": "Washington Sundar", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 10.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254073", - "date": "2021-04-22", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1216514", - "date": "2020-10-03", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__mr_marsh", - "batter": "D Padikkal", - "bowler": "MR Marsh", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 220.0, - "runs_per_ball": 2.2, - "dot_ball_pct": 30.0, - "boundary_count": 10, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 34, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304104", - "date": "2022-05-11", - "balls": 16, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1216534", - "date": "2020-09-21", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 62.0, - "score_label": "Batter advantage" - }, - { - "key": "washington_sundar__m_jansen", - "batter": "Washington Sundar", - "bowler": "M Jansen", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 20.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529289", - "date": "2026-05-03", - "balls": 8, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254058", - "date": "2021-04-09", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.2, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__avesh_khan", - "batter": "RA Jadeja", - "bowler": "Avesh Khan", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 90.0, - "runs_per_ball": 0.9, - "dot_ball_pct": 10.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304053", - "date": "2022-03-31", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254110", - "date": "2021-10-04", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254059", - "date": "2021-04-10", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.4, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__sp_narine", - "batter": "M Shahrukh Khan", - "bowler": "SP Narine", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 90.0, - "runs_per_ball": 0.9, - "dot_ball_pct": 60.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359476", - "date": "2023-04-01", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304054", - "date": "2022-04-01", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1254078", - "date": "2021-04-26", - "balls": 14, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.4, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__abhishek_sharma", - "batter": "RD Gaikwad", - "bowler": "Abhishek Sharma", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254091", - "date": "2021-09-30", - "balls": 16, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.2, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__kh_pandya", - "batter": "R Tewatia", - "bowler": "KH Pandya", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422139", - "date": "2024-04-07", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304050", - "date": "2022-03-28", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.8, - "score_label": "Neutral" - }, - { - "key": "n_pooran__ravi_bishnoi", - "batter": "N Pooran", - "bowler": "Ravi Bishnoi", - "balls": 24, - "legal_balls": 20, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304058", - "date": "2022-04-04", - "balls": 12, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.2, - "score_label": "Neutral" - }, - { - "key": "jd_unadkat__mohammed_siraj", - "batter": "JD Unadkat", - "bowler": "Mohammed Siraj", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 40.0, - "runs_per_ball": 0.4, - "dot_ball_pct": 70.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426279", - "date": "2024-04-25", - "balls": 12, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304064", - "date": "2022-04-09", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 40.4, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__avesh_khan", - "batter": "R Ashwin", - "bowler": "Avesh Khan", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 10.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304066", - "date": "2022-04-10", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "sa_yadav__vg_arora", - "batter": "SA Yadav", - "bowler": "VG Arora", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 70, - "dismissals": 0, - "strike_rate": 350.0, - "runs_per_ball": 3.5, - "dot_ball_pct": 20.0, - "boundary_count": 14, - "boundary_pct": 70.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 26, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 44, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 2, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 10, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1304069", - "date": "2022-04-13", - "balls": 8, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 77.6, - "score_label": "Batter advantage" - }, - { - "key": "ar_patel__harshit_rana", - "batter": "AR Patel", - "bowler": "Harshit Rana", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 110.0, - "runs_per_ball": 1.1, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304087", - "date": "2022-04-28", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.8, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__ravi_bishnoi", - "batter": "MR Marsh", - "bowler": "Ravi Bishnoi", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 10.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 14, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304091", - "date": "2022-05-01", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__ak_markram", - "batter": "RD Gaikwad", - "bowler": "AK Markram", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 10.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 36, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359503", - "date": "2023-04-21", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304092", - "date": "2022-05-01", - "balls": 16, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__mohsin_khan", - "batter": "RM Patidar", - "bowler": "Mohsin Khan", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 60.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1312198", - "date": "2022-05-25", - "balls": 20, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "a_badoni__dl_chahar", - "batter": "A Badoni", - "bowler": "DL Chahar", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 270.0, - "runs_per_ball": 2.7, - "dot_ball_pct": 10.0, - "boundary_count": 6, - "boundary_pct": 30.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 42, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359519", - "date": "2023-05-03", - "balls": 12, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1359480", - "date": "2023-04-03", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 68.0, - "score_label": "Batter advantage" - }, - { - "key": "rk_singh__mohammed_siraj", - "batter": "RK Singh", - "bowler": "Mohammed Siraj", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 52, - "dismissals": 0, - "strike_rate": 260.0, - "runs_per_ball": 2.6, - "dot_ball_pct": 40.0, - "boundary_count": 8, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 52, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359510", - "date": "2023-04-26", - "balls": 10, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1359483", - "date": "2023-04-06", - "balls": 6, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 66.8, - "score_label": "Batter advantage" - }, - { - "key": "so_hetmyer__mukesh_kumar", - "batter": "SO Hetmyer", - "bowler": "Mukesh Kumar", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 46, - "dismissals": 0, - "strike_rate": 230.0, - "runs_per_ball": 2.3, - "dot_ball_pct": 10.0, - "boundary_count": 6, - "boundary_pct": 30.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 46, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1359485", - "date": "2023-04-08", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 63.2, - "score_label": "Batter advantage" - }, - { - "key": "mr_marsh__m_jansen", - "batter": "MR Marsh", - "bowler": "M Jansen", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 210.0, - "runs_per_ball": 2.1, - "dot_ball_pct": 30.0, - "boundary_count": 8, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 38, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359508", - "date": "2023-04-24", - "balls": 12, - "runs": 38, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 60.8, - "score_label": "Neutral" - }, - { - "key": "v_kohli__suyash_sharma", - "batter": "V Kohli", - "bowler": "Suyash Sharma", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 6, - "boundary_pct": 30.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359510", - "date": "2023-04-26", - "balls": 20, - "runs": 40, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__jc_archer", - "batter": "YBK Jaiswal", - "bowler": "JC Archer", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 210.0, - "runs_per_ball": 2.1, - "dot_ball_pct": 60.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359516", - "date": "2023-04-30", - "balls": 20, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 60.8, - "score_label": "Neutral" - }, - { - "key": "a_badoni__m_pathirana", - "batter": "A Badoni", - "bowler": "M Pathirana", - "balls": 28, - "legal_balls": 20, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 20.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359519", - "date": "2023-05-03", - "balls": 16, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__tu_deshpande", - "batter": "N Wadhera", - "bowler": "TU Deshpande", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359523", - "date": "2023-05-06", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.2, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__jr_hazlewood", - "batter": "N Wadhera", - "bowler": "JR Hazlewood", - "balls": 24, - "legal_balls": 20, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473508", - "date": "2025-05-29", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359528", - "date": "2023-05-09", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "sa_yadav__jr_hazlewood", - "batter": "SA Yadav", - "bowler": "JR Hazlewood", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 90.0, - "runs_per_ball": 0.9, - "dot_ball_pct": 70.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 14, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359528", - "date": "2023-05-09", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.4, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__sandeep_sharma", - "batter": "VR Iyer", - "bowler": "Sandeep Sharma", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 240.0, - "runs_per_ball": 2.4, - "dot_ball_pct": 10.0, - "boundary_count": 6, - "boundary_pct": 30.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 18, - "runs_off_bat": 46, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 18, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1359530", - "date": "2023-05-11", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 64.4, - "score_label": "Batter advantage" - }, - { - "key": "h_klaasen__yash_dayal", - "batter": "H Klaasen", - "bowler": "Yash Dayal", - "balls": 24, - "legal_balls": 20, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 170.0, - "runs_per_ball": 1.7, - "dot_ball_pct": 30.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426268", - "date": "2024-04-15", - "balls": 8, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359536", - "date": "2023-05-15", - "balls": 12, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.0, - "score_label": "Neutral" - }, - { - "key": "v_kohli__nithish_kumar_reddy", - "batter": "V Kohli", - "bowler": "Nithish Kumar Reddy", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 30.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359539", - "date": "2023-05-18", - "balls": 16, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "rr_pant__k_rabada", - "batter": "RR Pant", - "bowler": "K Rabada", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 52, - "dismissals": 0, - "strike_rate": 260.0, - "runs_per_ball": 2.6, - "dot_ball_pct": 20.0, - "boundary_count": 8, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 10, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 8, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 66.8, - "score_label": "Batter advantage" - }, - { - "key": "jc_buttler__mohsin_khan", - "batter": "JC Buttler", - "bowler": "Mohsin Khan", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 110.0, - "runs_per_ball": 1.1, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 14, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.8, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__m_pathirana", - "batter": "R Tewatia", - "bowler": "M Pathirana", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1422125", - "date": "2024-03-26", - "balls": 12, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "rr_pant__tu_deshpande", - "batter": "RR Pant", - "bowler": "TU Deshpande", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 14, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__k_rabada", - "batter": "H Klaasen", - "bowler": "K Rabada", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529299", - "date": "2026-05-12", - "balls": 16, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.2, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__pj_cummins", - "batter": "RM Patidar", - "bowler": "PJ Cummins", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426279", - "date": "2024-04-25", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.4, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__mj_santner", - "batter": "P Simran Singh", - "bowler": "MJ Santner", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 30.0, - "runs_per_ball": 0.3, - "dot_ball_pct": 70.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 20, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 39.2, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__r_parag", - "batter": "Abishek Porel", - "bowler": "R Parag", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 110.0, - "runs_per_ball": 1.1, - "dot_ball_pct": 30.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 14, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.8, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__ravi_bishnoi", - "batter": "Naman Dhir", - "bowler": "Ravi Bishnoi", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 130.0, - "runs_per_ball": 1.3, - "dot_ball_pct": 30.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426305", - "date": "2024-05-17", - "balls": 8, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.2, - "score_label": "Neutral" - }, - { - "key": "b_kumar__sp_narine", - "batter": "B Kumar", - "bowler": "SP Narine", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 40.0, - "runs_per_ball": 0.4, - "dot_ball_pct": 70.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "598053", - "date": "2013-05-09", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "548375", - "date": "2012-05-19", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "548353", - "date": "2012-05-05", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 40.4, - "score_label": "Neutral" - }, - { - "key": "tm_head__ds_rathi", - "batter": "TM Head", - "bowler": "DS Rathi", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 30.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 14, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__avesh_khan", - "batter": "Priyansh Arya", - "bowler": "Avesh Khan", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 220.0, - "runs_per_ball": 2.2, - "dot_ball_pct": 20.0, - "boundary_count": 6, - "boundary_pct": 30.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 40, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 14, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1473450", - "date": "2025-04-01", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 62.0, - "score_label": "Batter advantage" - }, - { - "key": "priyansh_arya__r_ashwin", - "batter": "Priyansh Arya", - "bowler": "R Ashwin", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 280.0, - "runs_per_ball": 2.8, - "dot_ball_pct": 10.0, - "boundary_count": 8, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 26, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 20, - "runs": 56, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 69.2, - "score_label": "Batter advantage" - }, - { - "key": "pd_salt__sandeep_sharma", - "batter": "PD Salt", - "bowler": "Sandeep Sharma", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 14, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.4, - "score_label": "Neutral" - }, - { - "key": "r_parag__ds_rathi", - "batter": "R Parag", - "bowler": "DS Rathi", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 110.0, - "runs_per_ball": 1.1, - "dot_ball_pct": 30.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 12, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.8, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__ys_chahal", - "batter": "D Padikkal", - "bowler": "YS Chahal", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 50, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 6, - "boundary_pct": 30.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 50, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529304", - "date": "2026-05-17", - "balls": 8, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 12, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "priyansh_arya__sp_narine", - "batter": "Priyansh Arya", - "bowler": "SP Narine", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 110.0, - "runs_per_ball": 1.1, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473481", - "date": "2025-04-26", - "balls": 20, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.8, - "score_label": "Neutral" - }, - { - "key": "rd_rickelton__prince_yadav", - "batter": "RD Rickelton", - "bowler": "Prince Yadav", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 40.0, - "boundary_count": 6, - "boundary_pct": 30.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 34, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529290", - "date": "2026-05-04", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 12, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.2, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__jc_archer", - "batter": "Washington Sundar", - "bowler": "JC Archer", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 270.0, - "runs_per_ball": 2.7, - "dot_ball_pct": 10.0, - "boundary_count": 8, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 20, - "runs_off_bat": 54, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 8, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 68.0, - "score_label": "Batter advantage" - }, - { - "key": "v_suryavanshi__washington_sundar", - "batter": "V Suryavanshi", - "bowler": "Washington Sundar", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 64, - "dismissals": 0, - "strike_rate": 320.0, - "runs_per_ball": 3.2, - "dot_ball_pct": 10.0, - "boundary_count": 10, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 32, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 26, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535464", - "date": "2026-05-29", - "balls": 12, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 8, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 74.0, - "score_label": "Batter advantage" - }, - { - "key": "v_suryavanshi__m_jansen", - "batter": "V Suryavanshi", - "bowler": "M Jansen", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 46, - "dismissals": 0, - "strike_rate": 230.0, - "runs_per_ball": 2.3, - "dot_ball_pct": 50.0, - "boundary_count": 8, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 20, - "runs_off_bat": 46, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529283", - "date": "2026-04-28", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 12, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 63.2, - "score_label": "Batter advantage" - }, - { - "key": "v_kohli__e_malinga", - "batter": "V Kohli", - "bowler": "E Malinga", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 20.0, - "boundary_count": 4, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__jd_unadkat", - "batter": "A Raghuvanshi", - "bowler": "JD Unadkat", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 30.0, - "boundary_count": 8, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 14, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__ds_rathi", - "batter": "RM Patidar", - "bowler": "DS Rathi", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 60, - "dismissals": 0, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 10.0, - "boundary_count": 10, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 60, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529293", - "date": "2026-05-07", - "balls": 12, - "runs": 46, - "dismissed": false - }, - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473507", - "date": "2025-05-27", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 71.6, - "score_label": "Batter advantage" - }, - { - "key": "d_padikkal__ds_rathi", - "batter": "D Padikkal", - "bowler": "DS Rathi", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 130.0, - "runs_per_ball": 1.3, - "dot_ball_pct": 10.0, - "boundary_count": 2, - "boundary_pct": 10.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529293", - "date": "2026-05-07", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.2, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__suyash_sharma", - "batter": "R Tewatia", - "bowler": "Suyash Sharma", - "balls": 22, - "legal_balls": 20, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 20.0, - "boundary_count": 6, - "boundary_pct": 30.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 20, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.2, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__rg_sharma", - "batter": "MS Dhoni", - "bowler": "RG Sharma", - "balls": 20, - "legal_balls": 20, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 90.0, - "runs_per_ball": 0.9, - "dot_ball_pct": 20.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 20, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "419110", - "date": "2010-03-14", - "balls": 14, - "runs": 12, - "dismissed": false - }, - { - "match_id": "392196", - "date": "2009-04-27", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.4, - "score_label": "Neutral" - }, - { - "key": "rashid_khan__jj_bumrah", - "batter": "Rashid Khan", - "bowler": "JJ Bumrah", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 10, - "dismissals": 8, - "strike_rate": 55.6, - "runs_per_ball": 0.556, - "dot_ball_pct": 55.6, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught and bowled": 4, - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 8, - "dismissals": 6 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254088", - "date": "2021-10-08", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1216538", - "date": "2020-10-04", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1136583", - "date": "2018-04-24", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1136567", - "date": "2018-04-12", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__ra_jadeja", - "batter": "SP Narine", - "bowler": "RA Jadeja", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 6, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 55.6, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": { - "caught": 6 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 4 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1136593", - "date": "2018-05-03", - "balls": 8, - "runs": 16, - "dismissed": true - }, - { - "match_id": "598022", - "date": "2013-04-20", - "balls": 6, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 7.6, - "score_label": "Bowler advantage" - }, - { - "key": "pj_cummins__ys_chahal", - "batter": "PJ Cummins", - "bowler": "YS Chahal", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 6, - "dismissals": 4, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 6, - "dismissals": 2 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1216494", - "date": "2020-10-21", - "balls": 14, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1082595", - "date": "2017-04-08", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 7.6, - "score_label": "Bowler advantage" - }, - { - "key": "rashid_khan__jd_unadkat", - "batter": "Rashid Khan", - "bowler": "JD Unadkat", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 4, - "strike_rate": 77.8, - "runs_per_ball": 0.778, - "dot_ball_pct": 44.4, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught and bowled": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1178420", - "date": "2019-04-27", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1175363", - "date": "2019-03-29", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1136588", - "date": "2018-04-29", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1082634", - "date": "2017-05-06", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 12.9, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__ad_russell", - "batter": "Abhishek Sharma", - "bowler": "AD Russell", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 22, - "dismissals": 4, - "strike_rate": 122.2, - "runs_per_ball": 1.222, - "dot_ball_pct": 55.6, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1359493", - "date": "2023-04-14", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1216545", - "date": "2020-09-26", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 18.3, - "score_label": "Bowler advantage" - }, - { - "key": "ar_patel__ta_boult", - "batter": "AR Patel", - "bowler": "TA Boult", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 22, - "dismissals": 4, - "strike_rate": 122.2, - "runs_per_ball": 1.222, - "dot_ball_pct": 44.4, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": { - "lbw": 2, - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1237181", - "date": "2020-11-10", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "829799", - "date": "2015-05-11", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "829759", - "date": "2015-04-27", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 18.3, - "score_label": "Bowler advantage" - }, - { - "key": "so_hetmyer__avesh_khan", - "batter": "SO Hetmyer", - "bowler": "Avesh Khan", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 36, - "dismissals": 4, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 22.2, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 36, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 4, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304066", - "date": "2022-04-10", - "balls": 12, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__m_jansen", - "batter": "SP Narine", - "bowler": "M Jansen", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 4, - "strike_rate": 111.1, - "runs_per_ball": 1.111, - "dot_ball_pct": 55.6, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 4 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473481", - "date": "2025-04-26", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 8, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359493", - "date": "2023-04-14", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 16.9, - "score_label": "Bowler advantage" - }, - { - "key": "h_klaasen__m_pathirana", - "batter": "H Klaasen", - "bowler": "M Pathirana", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 16, - "dismissals": 4, - "strike_rate": 88.9, - "runs_per_ball": 0.889, - "dot_ball_pct": 22.2, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 4 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 10, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1359503", - "date": "2023-04-21", - "balls": 8, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 14.3, - "score_label": "Bowler advantage" - }, - { - "key": "n_wadhera__m_pathirana", - "batter": "N Wadhera", - "bowler": "M Pathirana", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 16, - "dismissals": 4, - "strike_rate": 88.9, - "runs_per_ball": 0.889, - "dot_ball_pct": 44.4, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 2 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1359523", - "date": "2023-05-06", - "balls": 14, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 14.3, - "score_label": "Bowler advantage" - }, - { - "key": "pd_salt__dl_chahar", - "batter": "PD Salt", - "bowler": "DL Chahar", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 4, - "strike_rate": 77.8, - "runs_per_ball": 0.778, - "dot_ball_pct": 77.8, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 4 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359541", - "date": "2023-05-20", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 12, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 12.9, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__shashank_singh", - "batter": "Abhishek Sharma", - "bowler": "Shashank Singh", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 22, - "dismissals": 4, - "strike_rate": 122.2, - "runs_per_ball": 1.222, - "dot_ball_pct": 55.6, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 22, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 10, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1426307", - "date": "2024-05-19", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 18.3, - "score_label": "Bowler advantage" - }, - { - "key": "rd_rickelton__mohammed_siraj", - "batter": "RD Rickelton", - "bowler": "Mohammed Siraj", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 4, - "strike_rate": 77.8, - "runs_per_ball": 0.778, - "dot_ball_pct": 66.7, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 4 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 4, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 14, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 12.9, - "score_label": "Bowler advantage" - }, - { - "key": "aniket_verma__cv_varun", - "batter": "Aniket Verma", - "bowler": "CV Varun", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 12, - "dismissals": 4, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 66.7, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 12, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 12, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 11.6, - "score_label": "Bowler advantage" - }, - { - "key": "v_nigam__mj_santner", - "batter": "V Nigam", - "bowler": "MJ Santner", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 4, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 55.6, - "boundary_count": 6, - "boundary_pct": 33.3, - "dismissal_types": { - "stumped": 2, - "caught and bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 20, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 12, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 6, - "runs": 20, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 23.6, - "score_label": "Bowler advantage" - }, - { - "key": "jd_unadkat__sp_narine", - "batter": "JD Unadkat", - "bowler": "SP Narine", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 24, - "dismissals": 2, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 24, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 10, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1136609", - "date": "2018-05-15", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__hv_patel", - "batter": "Ishan Kishan", - "bowler": "HV Patel", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 122.2, - "runs_per_ball": 1.222, - "dot_ball_pct": 22.2, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1304064", - "date": "2022-04-09", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254058", - "date": "2021-04-09", - "balls": 8, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1216535", - "date": "2020-10-31", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1136615", - "date": "2018-05-20", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 34.3, - "score_label": "Bowler advantage" - }, - { - "key": "sm_curran__ad_russell", - "batter": "SM Curran", - "bowler": "AD Russell", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 44.4, - "boundary_count": 6, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216501", - "date": "2020-10-07", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1178427", - "date": "2019-05-03", - "balls": 16, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__cv_varun", - "batter": "R Ashwin", - "bowler": "CV Varun", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 88.9, - "runs_per_ball": 0.889, - "dot_ball_pct": 44.4, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 8, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1254092", - "date": "2021-09-28", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216497", - "date": "2020-10-24", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 30.3, - "score_label": "Bowler advantage" - }, - { - "key": "rashid_khan__hv_patel", - "batter": "Rashid Khan", - "bowler": "HV Patel", - "balls": 22, - "legal_balls": 18, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 122.2, - "runs_per_ball": 1.222, - "dot_ball_pct": 44.4, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 22, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 6, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1254095", - "date": "2021-10-06", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254063", - "date": "2021-04-14", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 34.3, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__arshdeep_singh", - "batter": "RR Pant", - "bowler": "Arshdeep Singh", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 44.4, - "runs_per_ball": 0.444, - "dot_ball_pct": 55.6, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1529311", - "date": "2026-05-23", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 8, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1254068", - "date": "2021-04-18", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 24.9, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__sm_curran", - "batter": "HH Pandya", - "bowler": "SM Curran", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 44, - "dismissals": 2, - "strike_rate": 244.4, - "runs_per_ball": 2.444, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 44, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254084", - "date": "2021-05-01", - "balls": 12, - "runs": 30, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 48.9, - "score_label": "Neutral" - }, - { - "key": "mohammed_siraj__m_prasidh_krishna", - "batter": "Mohammed Siraj", - "bowler": "M Prasidh Krishna", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 66.7, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 18, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 8, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1254087", - "date": "2021-09-20", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__jr_hazlewood", - "batter": "SP Narine", - "bowler": "JR Hazlewood", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 77.8, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 12, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1254117", - "date": "2021-10-15", - "balls": 4, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__vr_iyer", - "batter": "KL Rahul", - "bowler": "VR Iyer", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 144.4, - "runs_per_ball": 1.444, - "dot_ball_pct": 22.2, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254102", - "date": "2021-10-01", - "balls": 18, - "runs": 26, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 36.9, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__ta_boult", - "batter": "N Pooran", - "bowler": "TA Boult", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 211.1, - "runs_per_ball": 2.111, - "dot_ball_pct": 44.4, - "boundary_count": 6, - "boundary_pct": 33.3, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 38, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 10, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 8, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 44.9, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__ravi_bishnoi", - "batter": "SO Hetmyer", - "bowler": "Ravi Bishnoi", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 44.4, - "runs_per_ball": 0.444, - "dot_ball_pct": 55.6, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304066", - "date": "2022-04-10", - "balls": 14, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 24.9, - "score_label": "Bowler advantage" - }, - { - "key": "ms_dhoni__mr_marsh", - "batter": "MS Dhoni", - "bowler": "MR Marsh", - "balls": 22, - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 22.2, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304101", - "date": "2022-05-08", - "balls": 8, - "runs": 22, - "dismissed": false - }, - { - "match_id": "598015", - "date": "2013-04-15", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__m_pathirana", - "batter": "HH Pandya", - "bowler": "M Pathirana", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 77.8, - "runs_per_ball": 0.778, - "dot_ball_pct": 44.4, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426267", - "date": "2024-04-14", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1370353", - "date": "2023-05-29", - "balls": 14, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304108", - "date": "2022-05-15", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 28.9, - "score_label": "Bowler advantage" - }, - { - "key": "s_dube__jd_unadkat", - "batter": "S Dube", - "bowler": "JD Unadkat", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 77.8, - "runs_per_ball": 0.778, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 28.9, - "score_label": "Bowler advantage" - }, - { - "key": "nithish_kumar_reddy__dl_chahar", - "batter": "Nithish Kumar Reddy", - "bowler": "DL Chahar", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 88.9, - "runs_per_ball": 0.889, - "dot_ball_pct": 66.7, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 4, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 10, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 2, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 30.3, - "score_label": "Bowler advantage" - }, - { - "key": "rashid_khan__mukesh_kumar", - "batter": "Rashid Khan", - "bowler": "Mukesh Kumar", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 2, - "strike_rate": 177.8, - "runs_per_ball": 1.778, - "dot_ball_pct": 44.4, - "boundary_count": 6, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426278", - "date": "2024-04-24", - "balls": 16, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1426270", - "date": "2024-04-17", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 40.9, - "score_label": "Neutral" - }, - { - "key": "tm_head__ar_patel", - "batter": "TM Head", - "bowler": "AR Patel", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 28, - "dismissals": 2, - "strike_rate": 155.6, - "runs_per_ball": 1.556, - "dot_ball_pct": 11.1, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 28, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529274", - "date": "2026-04-21", - "balls": 12, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 38.3, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__pj_cummins", - "batter": "Abishek Porel", - "bowler": "PJ Cummins", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 28, - "dismissals": 2, - "strike_rate": 155.6, - "runs_per_ball": 1.556, - "dot_ball_pct": 44.4, - "boundary_count": 6, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 28, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473492", - "date": "2025-05-05", - "balls": 12, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 6, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 38.3, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__noor_ahmad", - "batter": "JM Sharma", - "bowler": "Noor Ahmad", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 24, - "dismissals": 2, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 8, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "nithish_kumar_reddy__ravi_bishnoi", - "batter": "Nithish Kumar Reddy", - "bowler": "Ravi Bishnoi", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 77.8, - "runs_per_ball": 0.778, - "dot_ball_pct": 44.4, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 18, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 28.9, - "score_label": "Bowler advantage" - }, - { - "key": "aniket_verma__kuldeep_yadav", - "batter": "Aniket Verma", - "bowler": "Kuldeep Yadav", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 55.6, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473447", - "date": "2025-03-30", - "balls": 18, - "runs": 18, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "priyansh_arya__hv_patel", - "batter": "Priyansh Arya", - "bowler": "HV Patel", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 56, - "dismissals": 2, - "strike_rate": 311.1, - "runs_per_ball": 3.111, - "dot_ball_pct": 22.2, - "boundary_count": 10, - "boundary_pct": 55.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 56, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 12, - "runs": 42, - "dismissed": false - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 6, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 56.9, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__e_malinga", - "batter": "N Wadhera", - "bowler": "E Malinga", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 144.4, - "runs_per_ball": 1.444, - "dot_ball_pct": 44.4, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 14, - "runs": 24, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 36.9, - "score_label": "Bowler advantage" - }, - { - "key": "t_stubbs__jc_archer", - "batter": "T Stubbs", - "bowler": "JC Archer", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 28, - "dismissals": 2, - "strike_rate": 155.6, - "runs_per_ball": 1.556, - "dot_ball_pct": 22.2, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529305", - "date": "2026-05-17", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1529286", - "date": "2026-05-01", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 38.3, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__prince_yadav", - "batter": "Shubman Gill", - "bowler": "Prince Yadav", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 44.4, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 18, - "runs": 18, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "v_kohli__prince_yadav", - "batter": "V Kohli", - "bowler": "Prince Yadav", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 34, - "dismissals": 2, - "strike_rate": 188.9, - "runs_per_ball": 1.889, - "dot_ball_pct": 44.4, - "boundary_count": 8, - "boundary_pct": 44.4, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 34, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529293", - "date": "2026-05-07", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 14, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.3, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__e_malinga", - "batter": "YBK Jaiswal", - "bowler": "E Malinga", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 14, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 4, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__sandeep_sharma", - "batter": "PJ Cummins", - "bowler": "Sandeep Sharma", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 177.8, - "runs_per_ball": 1.778, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1082605", - "date": "2017-04-15", - "balls": 10, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.9, - "score_label": "Neutral" - }, - { - "key": "ad_russell__jd_unadkat", - "batter": "AD Russell", - "bowler": "JD Unadkat", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 266.7, - "runs_per_ball": 2.667, - "dot_ball_pct": 11.1, - "boundary_count": 8, - "boundary_pct": 44.4, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 48, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1178418", - "date": "2019-04-25", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1136618", - "date": "2018-05-23", - "balls": 6, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1136609", - "date": "2018-05-15", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 67.6, - "score_label": "Batter advantage" - }, - { - "key": "n_pooran__jd_unadkat", - "batter": "N Pooran", - "bowler": "JD Unadkat", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 122.2, - "runs_per_ball": 1.222, - "dot_ball_pct": 22.2, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426295", - "date": "2024-05-08", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1178407", - "date": "2019-04-16", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1175359", - "date": "2019-03-25", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.3, - "score_label": "Neutral" - }, - { - "key": "sa_yadav__r_parag", - "batter": "SA Yadav", - "bowler": "R Parag", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 144.4, - "runs_per_ball": 1.444, - "dot_ball_pct": 22.2, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473487", - "date": "2025-05-01", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178411", - "date": "2019-04-20", - "balls": 16, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.9, - "score_label": "Neutral" - }, - { - "key": "rk_singh__jc_archer", - "batter": "RK Singh", - "bowler": "JC Archer", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 12, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178418", - "date": "2019-04-25", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__mj_santner", - "batter": "HH Pandya", - "bowler": "MJ Santner", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 55.6, - "runs_per_ball": 0.556, - "dot_ball_pct": 44.4, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359475", - "date": "2023-03-31", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1178419", - "date": "2019-04-26", - "balls": 10, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.3, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__mohammed_siraj", - "batter": "Kuldeep Yadav", - "bowler": "Mohammed Siraj", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 77.8, - "runs_per_ball": 0.778, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426300", - "date": "2024-05-12", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359494", - "date": "2023-04-15", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216494", - "date": "2020-10-21", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.9, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__s_dube", - "batter": "KL Rahul", - "bowler": "S Dube", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 0.0, - "boundary_count": 8, - "boundary_pct": 44.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 36, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254061", - "date": "2021-04-12", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1216510", - "date": "2020-09-24", - "balls": 14, - "runs": 40, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 71.6, - "score_label": "Batter advantage" - }, - { - "key": "ra_jadeja__r_tewatia", - "batter": "RA Jadeja", - "bowler": "R Tewatia", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 77.8, - "runs_per_ball": 0.778, - "dot_ball_pct": 44.4, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254069", - "date": "2021-04-19", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216533", - "date": "2020-10-19", - "balls": 16, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.9, - "score_label": "Neutral" - }, - { - "key": "ad_russell__washington_sundar", - "batter": "AD Russell", - "bowler": "Washington Sundar", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 60, - "dismissals": 0, - "strike_rate": 333.3, - "runs_per_ball": 3.333, - "dot_ball_pct": 22.2, - "boundary_count": 10, - "boundary_pct": 55.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 38, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 6, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 10, - "runs": 38, - "dismissed": false - }, - { - "match_id": "1216540", - "date": "2020-10-12", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 75.6, - "score_label": "Batter advantage" - }, - { - "key": "n_pooran__abhishek_sharma", - "batter": "N Pooran", - "bowler": "Abhishek Sharma", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 88, - "dismissals": 0, - "strike_rate": 488.9, - "runs_per_ball": 4.889, - "dot_ball_pct": 11.1, - "boundary_count": 14, - "boundary_pct": 77.8, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 36, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 24, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 4, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359532", - "date": "2023-05-13", - "balls": 6, - "runs": 36, - "dismissed": false - }, - { - "match_id": "1216542", - "date": "2020-10-08", - "balls": 8, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 94.3, - "score_label": "Batter advantage" - }, - { - "key": "shubman_gill__abhishek_sharma", - "batter": "Shubman Gill", - "bowler": "Abhishek Sharma", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 222.2, - "runs_per_ball": 2.222, - "dot_ball_pct": 22.2, - "boundary_count": 6, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359536", - "date": "2023-05-15", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1216545", - "date": "2020-09-26", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 62.3, - "score_label": "Batter advantage" - }, - { - "key": "sp_narine__hv_patel", - "batter": "SP Narine", - "bowler": "HV Patel", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 155.6, - "runs_per_ball": 1.556, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 10, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1254115", - "date": "2021-10-11", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.3, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__ra_jadeja", - "batter": "JM Sharma", - "bowler": "RA Jadeja", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 11.1, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359515", - "date": "2023-04-30", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1304057", - "date": "2022-04-03", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__vg_arora", - "batter": "Tilak Varma", - "bowler": "VG Arora", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 244.4, - "runs_per_ball": 2.444, - "dot_ball_pct": 11.1, - "boundary_count": 8, - "boundary_pct": 44.4, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 18, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 6, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304069", - "date": "2022-04-13", - "balls": 12, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 64.9, - "score_label": "Batter advantage" - }, - { - "key": "kuldeep_yadav__hv_patel", - "batter": "Kuldeep Yadav", - "bowler": "HV Patel", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 44.4, - "boundary_count": 6, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359494", - "date": "2023-04-15", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304073", - "date": "2022-04-16", - "balls": 10, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__kuldeep_yadav", - "batter": "M Shahrukh Khan", - "bowler": "Kuldeep Yadav", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 77.8, - "runs_per_ball": 0.778, - "dot_ball_pct": 22.2, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359533", - "date": "2023-05-13", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304078", - "date": "2022-04-20", - "balls": 16, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.9, - "score_label": "Neutral" - }, - { - "key": "n_pooran__mj_santner", - "batter": "N Pooran", - "bowler": "MJ Santner", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 22.2, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 8, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359480", - "date": "2023-04-03", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304092", - "date": "2022-05-01", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "ak_markram__jr_hazlewood", - "batter": "AK Markram", - "bowler": "JR Hazlewood", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304100", - "date": "2022-05-08", - "balls": 14, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "am_rahane__m_jansen", - "batter": "AM Rahane", - "bowler": "M Jansen", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 22.2, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 36, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 18, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "f_du_plessis__hh_pandya", - "batter": "F du Plessis", - "bowler": "HH Pandya", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 88.9, - "runs_per_ball": 0.889, - "dot_ball_pct": 44.4, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426263", - "date": "2024-04-11", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304113", - "date": "2022-05-19", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "829789", - "date": "2015-05-08", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.3, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__mr_marsh", - "batter": "Ishan Kishan", - "bowler": "MR Marsh", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 55.6, - "runs_per_ball": 0.556, - "dot_ball_pct": 77.8, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304115", - "date": "2022-05-21", - "balls": 18, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.3, - "score_label": "Neutral" - }, - { - "key": "v_kohli__mohsin_khan", - "batter": "V Kohli", - "bowler": "Mohsin Khan", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 111.1, - "runs_per_ball": 1.111, - "dot_ball_pct": 55.6, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1312198", - "date": "2022-05-25", - "balls": 18, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.9, - "score_label": "Neutral" - }, - { - "key": "r_parag__r_sai_kishore", - "batter": "R Parag", - "bowler": "R Sai Kishore", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 38, - "dismissals": 0, - "strike_rate": 211.1, - "runs_per_ball": 2.111, - "dot_ball_pct": 22.2, - "boundary_count": 6, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 12, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1312200", - "date": "2022-05-29", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 60.9, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__sp_narine", - "batter": "JM Sharma", - "bowler": "SP Narine", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359527", - "date": "2023-05-08", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359476", - "date": "2023-04-01", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__mukesh_kumar", - "batter": "KL Rahul", - "bowler": "Mukesh Kumar", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 111.1, - "runs_per_ball": 1.111, - "dot_ball_pct": 55.6, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426264", - "date": "2024-04-12", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359477", - "date": "2023-04-01", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.9, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__mj_santner", - "batter": "KL Rahul", - "bowler": "MJ Santner", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 22.2, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359480", - "date": "2023-04-03", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__mr_marsh", - "batter": "B Sai Sudharsan", - "bowler": "MR Marsh", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 88.9, - "runs_per_ball": 0.889, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359481", - "date": "2023-04-04", - "balls": 18, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.3, - "score_label": "Neutral" - }, - { - "key": "dhruv_jurel__mukesh_kumar", - "batter": "Dhruv Jurel", - "bowler": "Mukesh Kumar", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 54, - "dismissals": 0, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 11.1, - "boundary_count": 10, - "boundary_pct": 55.6, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 30, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529305", - "date": "2026-05-17", - "balls": 10, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359485", - "date": "2023-04-08", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 71.6, - "score_label": "Batter advantage" - }, - { - "key": "b_sai_sudharsan__cv_varun", - "batter": "B Sai Sudharsan", - "bowler": "CV Varun", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 177.8, - "runs_per_ball": 1.778, - "dot_ball_pct": 11.1, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359487", - "date": "2023-04-09", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.9, - "score_label": "Neutral" - }, - { - "key": "a_badoni__hv_patel", - "batter": "A Badoni", - "bowler": "HV Patel", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 122.2, - "runs_per_ball": 1.222, - "dot_ball_pct": 11.1, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359489", - "date": "2023-04-10", - "balls": 10, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.3, - "score_label": "Neutral" - }, - { - "key": "dhruv_jurel__m_pathirana", - "batter": "Dhruv Jurel", - "bowler": "M Pathirana", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 52, - "dismissals": 0, - "strike_rate": 288.9, - "runs_per_ball": 2.889, - "dot_ball_pct": 11.1, - "boundary_count": 8, - "boundary_pct": 44.4, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 52, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 2, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 16, - "runs": 40, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 70.3, - "score_label": "Batter advantage" - }, - { - "key": "jm_sharma__m_pathirana", - "batter": "JM Sharma", - "bowler": "M Pathirana", - "balls": 22, - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 177.8, - "runs_per_ball": 1.778, - "dot_ball_pct": 22.2, - "boundary_count": 6, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359515", - "date": "2023-04-30", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.9, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__tu_deshpande", - "batter": "T Stubbs", - "bowler": "TU Deshpande", - "balls": 22, - "legal_balls": 18, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 188.9, - "runs_per_ball": 1.889, - "dot_ball_pct": 11.1, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529286", - "date": "2026-05-01", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359523", - "date": "2023-05-06", - "balls": 6, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.3, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__suyash_sharma", - "batter": "JM Sharma", - "bowler": "Suyash Sharma", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 177.8, - "runs_per_ball": 1.778, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359527", - "date": "2023-05-08", - "balls": 18, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.9, - "score_label": "Neutral" - }, - { - "key": "sv_samson__suyash_sharma", - "batter": "SV Samson", - "bowler": "Suyash Sharma", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 88.9, - "runs_per_ball": 0.889, - "dot_ball_pct": 44.4, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359530", - "date": "2023-05-11", - "balls": 18, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.3, - "score_label": "Neutral" - }, - { - "key": "rg_sharma__noor_ahmad", - "batter": "RG Sharma", - "bowler": "Noor Ahmad", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 122.2, - "runs_per_ball": 1.222, - "dot_ball_pct": 22.2, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 14, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1359531", - "date": "2023-05-12", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.3, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__ak_markram", - "batter": "Shubman Gill", - "bowler": "AK Markram", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 266.7, - "runs_per_ball": 2.667, - "dot_ball_pct": 0.0, - "boundary_count": 8, - "boundary_pct": 44.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 48, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359536", - "date": "2023-05-15", - "balls": 10, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 67.6, - "score_label": "Batter advantage" - }, - { - "key": "shashank_singh__yash_dayal", - "batter": "Shashank Singh", - "bowler": "Yash Dayal", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473508", - "date": "2025-05-29", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1422124", - "date": "2024-03-25", - "balls": 2, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__jd_unadkat", - "batter": "B Sai Sudharsan", - "bowler": "JD Unadkat", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 122.2, - "runs_per_ball": 1.222, - "dot_ball_pct": 22.2, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1422130", - "date": "2024-03-31", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.3, - "score_label": "Neutral" - }, - { - "key": "dhruv_jurel__yash_dayal", - "batter": "Dhruv Jurel", - "bowler": "Yash Dayal", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 177.8, - "runs_per_ball": 1.778, - "dot_ball_pct": 22.2, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 16, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1422137", - "date": "2024-04-06", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.9, - "score_label": "Neutral" - }, - { - "key": "pd_salt__ravi_bishnoi", - "batter": "PD Salt", - "bowler": "Ravi Bishnoi", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 77.8, - "runs_per_ball": 0.778, - "dot_ball_pct": 55.6, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 18, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.9, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__suyash_sharma", - "batter": "RM Patidar", - "bowler": "Suyash Sharma", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 60, - "dismissals": 0, - "strike_rate": 333.3, - "runs_per_ball": 3.333, - "dot_ball_pct": 11.1, - "boundary_count": 10, - "boundary_pct": 55.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 60, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426274", - "date": "2024-04-21", - "balls": 18, - "runs": 60, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 75.6, - "score_label": "Batter advantage" - }, - { - "key": "t_stubbs__r_sai_kishore", - "batter": "T Stubbs", - "bowler": "R Sai Kishore", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 60, - "dismissals": 0, - "strike_rate": 333.3, - "runs_per_ball": 3.333, - "dot_ball_pct": 0.0, - "boundary_count": 10, - "boundary_pct": 55.6, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 60, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426278", - "date": "2024-04-24", - "balls": 10, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 75.6, - "score_label": "Batter advantage" - }, - { - "key": "a_raghuvanshi__jj_bumrah", - "batter": "A Raghuvanshi", - "bowler": "JJ Bumrah", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 14, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__nithish_kumar_reddy", - "batter": "Tilak Varma", - "bowler": "Nithish Kumar Reddy", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 111.1, - "runs_per_ball": 1.111, - "dot_ball_pct": 55.6, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 18, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.9, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__arshdeep_singh", - "batter": "RM Patidar", - "bowler": "Arshdeep Singh", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 11.1, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426296", - "date": "2024-05-09", - "balls": 6, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "f_du_plessis__mj_santner", - "batter": "F du Plessis", - "bowler": "MJ Santner", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 88.9, - "runs_per_ball": 0.889, - "dot_ball_pct": 22.2, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426306", - "date": "2024-05-18", - "balls": 18, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.3, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__harshit_rana", - "batter": "RM Patidar", - "bowler": "Harshit Rana", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 22.2, - "boundary_count": 8, - "boundary_pct": 44.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 42, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 18, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 63.6, - "score_label": "Batter advantage" - }, - { - "key": "ss_iyer__r_sai_kishore", - "batter": "SS Iyer", - "bowler": "R Sai Kishore", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 188.9, - "runs_per_ball": 1.889, - "dot_ball_pct": 22.2, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 18, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.3, - "score_label": "Neutral" - }, - { - "key": "v_kohli__m_pathirana", - "batter": "V Kohli", - "bowler": "M Pathirana", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 22.2, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 14, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__mj_santner", - "batter": "JC Buttler", - "bowler": "MJ Santner", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 188.9, - "runs_per_ball": 1.889, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 34, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 18, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.3, - "score_label": "Neutral" - }, - { - "key": "dhruv_jurel__ra_jadeja", - "batter": "Dhruv Jurel", - "bowler": "RA Jadeja", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 144.4, - "runs_per_ball": 1.444, - "dot_ball_pct": 44.4, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.9, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__kk_ahmed", - "batter": "T Stubbs", - "bowler": "KK Ahmed", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527691", - "date": "2026-04-11", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 63.6, - "score_label": "Batter advantage" - }, - { - "key": "vr_iyer__ds_rathi", - "batter": "VR Iyer", - "bowler": "DS Rathi", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 188.9, - "runs_per_ball": 1.889, - "dot_ball_pct": 22.2, - "boundary_count": 6, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 34, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 18, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.3, - "score_label": "Neutral" - }, - { - "key": "aniket_verma__m_prasidh_krishna", - "batter": "Aniket Verma", - "bowler": "M Prasidh Krishna", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 22.2, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 12, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__yash_dayal", - "batter": "Tilak Varma", - "bowler": "Yash Dayal", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 18, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "n_pooran__r_sai_kishore", - "batter": "N Pooran", - "bowler": "R Sai Kishore", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 72, - "dismissals": 0, - "strike_rate": 400.0, - "runs_per_ball": 4.0, - "dot_ball_pct": 11.1, - "boundary_count": 12, - "boundary_pct": 66.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 72, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 10, - "runs": 34, - "dismissed": false - }, - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 8, - "runs": 38, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 83.6, - "score_label": "Batter advantage" - }, - { - "key": "p_simran_singh__jr_hazlewood", - "batter": "P Simran Singh", - "bowler": "JR Hazlewood", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 155.6, - "runs_per_ball": 1.556, - "dot_ball_pct": 11.1, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529304", - "date": "2026-05-17", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 8, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.3, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__ds_rathi", - "batter": "Abishek Porel", - "bowler": "DS Rathi", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 111.1, - "runs_per_ball": 1.111, - "dot_ball_pct": 22.2, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 18, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.9, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__noor_ahmad", - "batter": "Nithish Kumar Reddy", - "bowler": "Noor Ahmad", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 144.4, - "runs_per_ball": 1.444, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529306", - "date": "2026-05-18", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1529270", - "date": "2026-04-18", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.9, - "score_label": "Neutral" - }, - { - "key": "sa_yadav__prince_yadav", - "batter": "SA Yadav", - "bowler": "Prince Yadav", - "balls": 22, - "legal_balls": 18, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 155.6, - "runs_per_ball": 1.556, - "dot_ball_pct": 22.2, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529290", - "date": "2026-05-04", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 16, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.3, - "score_label": "Neutral" - }, - { - "key": "v_nigam__harshit_rana", - "batter": "V Nigam", - "bowler": "Harshit Rana", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 188.9, - "runs_per_ball": 1.889, - "dot_ball_pct": 44.4, - "boundary_count": 6, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 34, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 18, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.3, - "score_label": "Neutral" - }, - { - "key": "rr_pant__m_jansen", - "batter": "RR Pant", - "bowler": "M Jansen", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 38, - "dismissals": 0, - "strike_rate": 211.1, - "runs_per_ball": 2.111, - "dot_ball_pct": 55.6, - "boundary_count": 6, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 8, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 60.9, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__r_sai_kishore", - "batter": "MR Marsh", - "bowler": "R Sai Kishore", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 44.4, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 18, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "pd_salt__e_malinga", - "batter": "PD Salt", - "bowler": "E Malinga", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 38, - "dismissals": 0, - "strike_rate": 211.1, - "runs_per_ball": 2.111, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 18, - "runs": 38, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 60.9, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__abhishek_sharma", - "batter": "A Raghuvanshi", - "bowler": "Abhishek Sharma", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 177.8, - "runs_per_ball": 1.778, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 6, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.9, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__ds_rathi", - "batter": "JM Sharma", - "bowler": "DS Rathi", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 60, - "dismissals": 0, - "strike_rate": 333.3, - "runs_per_ball": 3.333, - "dot_ball_pct": 11.1, - "boundary_count": 10, - "boundary_pct": 55.6, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 44, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 10, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1473507", - "date": "2025-05-27", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 75.6, - "score_label": "Batter advantage" - }, - { - "key": "n_wadhera__jj_bumrah", - "batter": "N Wadhera", - "bowler": "JJ Bumrah", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 111.1, - "runs_per_ball": 1.111, - "dot_ball_pct": 22.2, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473510", - "date": "2025-06-01", - "balls": 18, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.9, - "score_label": "Neutral" - }, - { - "key": "rd_rickelton__vg_arora", - "batter": "RD Rickelton", - "bowler": "VG Arora", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 44.4, - "boundary_count": 6, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 34, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 18, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "am_rahane__abhishek_sharma", - "batter": "AM Rahane", - "bowler": "Abhishek Sharma", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 144.4, - "runs_per_ball": 1.444, - "dot_ball_pct": 22.2, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 26, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 12, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.9, - "score_label": "Neutral" - }, - { - "key": "ak_markram__jd_unadkat", - "batter": "AK Markram", - "bowler": "JD Unadkat", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 44.4, - "boundary_count": 8, - "boundary_pct": 44.4, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 42, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 18, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 63.6, - "score_label": "Batter advantage" - }, - { - "key": "p_simran_singh__jd_unadkat", - "batter": "P Simran Singh", - "bowler": "JD Unadkat", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 50, - "dismissals": 0, - "strike_rate": 277.8, - "runs_per_ball": 2.778, - "dot_ball_pct": 22.2, - "boundary_count": 8, - "boundary_pct": 44.4, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 50, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 18, - "runs": 50, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 68.9, - "score_label": "Batter advantage" - }, - { - "key": "a_mhatre__ar_patel", - "batter": "A Mhatre", - "bowler": "AR Patel", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 144.4, - "runs_per_ball": 1.444, - "dot_ball_pct": 11.1, - "boundary_count": 2, - "boundary_pct": 11.1, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527691", - "date": "2026-04-11", - "balls": 18, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.9, - "score_label": "Neutral" - }, - { - "key": "pd_salt__hh_pandya", - "batter": "PD Salt", - "bowler": "HH Pandya", - "balls": 20, - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 177.8, - "runs_per_ball": 1.778, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 18, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.9, - "score_label": "Neutral" - }, - { - "key": "pd_salt__mj_santner", - "batter": "PD Salt", - "bowler": "MJ Santner", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 50, - "dismissals": 0, - "strike_rate": 277.8, - "runs_per_ball": 2.778, - "dot_ball_pct": 22.2, - "boundary_count": 8, - "boundary_pct": 44.4, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 44, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 18, - "runs": 50, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 68.9, - "score_label": "Batter advantage" - }, - { - "key": "s_dube__e_malinga", - "batter": "S Dube", - "bowler": "E Malinga", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 177.8, - "runs_per_ball": 1.778, - "dot_ball_pct": 22.2, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529306", - "date": "2026-05-18", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1529270", - "date": "2026-04-18", - "balls": 8, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.9, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__mohsin_khan", - "batter": "Priyansh Arya", - "bowler": "Mohsin Khan", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 68, - "dismissals": 0, - "strike_rate": 377.8, - "runs_per_ball": 3.778, - "dot_ball_pct": 0.0, - "boundary_count": 10, - "boundary_pct": 55.6, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 18, - "runs_off_bat": 68, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 18, - "runs": 68, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 80.9, - "score_label": "Batter advantage" - }, - { - "key": "naman_dhir__rashid_khan", - "batter": "Naman Dhir", - "bowler": "Rashid Khan", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 88.9, - "runs_per_ball": 0.889, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 18, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 18, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.3, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__e_malinga", - "batter": "Washington Sundar", - "bowler": "E Malinga", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 222.2, - "runs_per_ball": 2.222, - "dot_ball_pct": 11.1, - "boundary_count": 6, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 16, - "runs_off_bat": 38, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529299", - "date": "2026-05-12", - "balls": 18, - "runs": 40, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 62.3, - "score_label": "Batter advantage" - }, - { - "key": "rk_singh__jr_hazlewood", - "batter": "RK Singh", - "bowler": "JR Hazlewood", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 177.8, - "runs_per_ball": 1.778, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 22.2, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 18, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529300", - "date": "2026-05-13", - "balls": 18, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.9, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__v_kohli", - "batter": "MS Dhoni", - "bowler": "V Kohli", - "balls": 18, - "legal_balls": 18, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "501266", - "date": "2011-05-22", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "501211", - "date": "2011-04-16", - "balls": 14, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "ak_markram__kh_pandya", - "batter": "AK Markram", - "bowler": "KH Pandya", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 8, - "dismissals": 6, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2, - "bowled": 2, - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 8, - "dismissals": 6 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359532", - "date": "2023-05-13", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359484", - "date": "2023-04-07", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304058", - "date": "2022-04-04", - "balls": 8, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1254099", - "date": "2021-09-28", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 0.0, - "score_label": "Bowler advantage" - }, - { - "key": "shubman_gill__r_tewatia", - "batter": "Shubman Gill", - "bowler": "R Tewatia", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 4, - "strike_rate": 137.5, - "runs_per_ball": 1.375, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254106", - "date": "2021-10-07", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1216530", - "date": "2020-11-01", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1216504", - "date": "2020-09-30", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1136586", - "date": "2018-04-27", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1136573", - "date": "2018-04-16", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 20.1, - "score_label": "Bowler advantage" - }, - { - "key": "r_ashwin__ta_boult", - "batter": "R Ashwin", - "bowler": "TA Boult", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 4, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 37.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1216535", - "date": "2020-10-31", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1136582", - "date": "2018-04-23", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 12.6, - "score_label": "Bowler advantage" - }, - { - "key": "ad_russell__r_ashwin", - "batter": "AD Russell", - "bowler": "R Ashwin", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 8, - "dismissals": 4, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 62.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 8, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1178427", - "date": "2019-05-03", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "548380", - "date": "2012-05-25", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 9.6, - "score_label": "Bowler advantage" - }, - { - "key": "kh_pandya__ravi_bishnoi", - "batter": "KH Pandya", - "bowler": "Ravi Bishnoi", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 6, - "dismissals": 4, - "strike_rate": 37.5, - "runs_per_ball": 0.375, - "dot_ball_pct": 62.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 6, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1216517", - "date": "2020-10-18", - "balls": 12, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 8.1, - "score_label": "Bowler advantage" - }, - { - "key": "ms_dhoni__yash_dayal", - "batter": "MS Dhoni", - "bowler": "Yash Dayal", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 4, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2, - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1426306", - "date": "2024-05-18", - "balls": 8, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1304108", - "date": "2022-05-15", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "high", - "matchup_score": 24.6, - "score_label": "Bowler advantage" - }, - { - "key": "jm_sharma__r_sai_kishore", - "batter": "JM Sharma", - "bowler": "R Sai Kishore", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 4, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 8, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 8, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 21.6, - "score_label": "Bowler advantage" - }, - { - "key": "a_mhatre__vg_arora", - "batter": "A Mhatre", - "bowler": "VG Arora", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 4, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 62.5, - "boundary_count": 6, - "boundary_pct": 37.5, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 4 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529265", - "date": "2026-04-14", - "balls": 12, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 21.6, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__r_tewatia", - "batter": "RG Sharma", - "bowler": "R Tewatia", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 37.5, - "runs_per_ball": 0.375, - "dot_ball_pct": 62.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1136569", - "date": "2018-04-14", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1082641", - "date": "2017-05-11", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 24.1, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__kh_pandya", - "batter": "SP Narine", - "bowler": "KH Pandya", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 40, - "dismissals": 2, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 12.5, - "boundary_count": 6, - "boundary_pct": 37.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1136597", - "date": "2018-05-06", - "balls": 4, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 49.6, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__kh_pandya", - "batter": "Kuldeep Yadav", - "bowler": "KH Pandya", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 62.5, - "runs_per_ball": 0.625, - "dot_ball_pct": 37.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529282", - "date": "2026-04-27", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1136601", - "date": "2018-05-09", - "balls": 10, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 27.1, - "score_label": "Bowler advantage" - }, - { - "key": "r_ashwin__sp_narine", - "batter": "R Ashwin", - "bowler": "SP Narine", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1136604", - "date": "2018-05-12", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "598022", - "date": "2013-04-20", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 34.6, - "score_label": "Bowler advantage" - }, - { - "key": "jc_archer__ad_russell", - "batter": "JC Archer", - "bowler": "AD Russell", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1178418", - "date": "2019-04-25", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1136609", - "date": "2018-05-15", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 34.6, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__dl_chahar", - "batter": "HH Pandya", - "bowler": "DL Chahar", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1370350", - "date": "2023-05-23", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1181768", - "date": "2019-05-12", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1181764", - "date": "2019-05-07", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178419", - "date": "2019-04-26", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 34.6, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__washington_sundar", - "batter": "F du Plessis", - "bowler": "Washington Sundar", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 37.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 2 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254076", - "date": "2021-04-25", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216544", - "date": "2020-10-25", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216525", - "date": "2020-10-10", - "balls": 8, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "b_kumar__hv_patel", - "batter": "B Kumar", - "bowler": "HV Patel", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 62.5, - "runs_per_ball": 0.625, - "dot_ball_pct": 37.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304100", - "date": "2022-05-08", - "balls": 8, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1254063", - "date": "2021-04-14", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "548362", - "date": "2012-05-11", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 27.1, - "score_label": "Bowler advantage" - }, - { - "key": "m_shahrukh_khan__rashid_khan", - "batter": "M Shahrukh Khan", - "bowler": "Rashid Khan", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304062", - "date": "2022-04-08", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1254071", - "date": "2021-04-21", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "hv_patel__cv_varun", - "batter": "HV Patel", - "bowler": "CV Varun", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 62.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 2 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359483", - "date": "2023-04-06", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254087", - "date": "2021-09-20", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "m_shahrukh_khan__mohammed_siraj", - "batter": "M Shahrukh Khan", - "bowler": "Mohammed Siraj", - "balls": 22, - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 137.5, - "runs_per_ball": 1.375, - "dot_ball_pct": 37.5, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 8, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426290", - "date": "2024-05-04", - "balls": 2, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426283", - "date": "2024-04-28", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304049", - "date": "2022-03-27", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254090", - "date": "2021-10-03", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 36.1, - "score_label": "Bowler advantage" - }, - { - "key": "b_kumar__arshdeep_singh", - "batter": "B Kumar", - "bowler": "Arshdeep Singh", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 2 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254107", - "date": "2021-09-25", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "s_dube__yash_dayal", - "batter": "S Dube", - "bowler": "Yash Dayal", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 187.5, - "runs_per_ball": 1.875, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 4, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 10, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1304075", - "date": "2022-04-17", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.1, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__kk_ahmed", - "batter": "JM Sharma", - "bowler": "KK Ahmed", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 32, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 32, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304110", - "date": "2022-05-16", - "balls": 6, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304078", - "date": "2022-04-20", - "balls": 6, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__harshit_rana", - "batter": "MR Marsh", - "bowler": "Harshit Rana", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 237.5, - "runs_per_ball": 2.375, - "dot_ball_pct": 12.5, - "boundary_count": 6, - "boundary_pct": 37.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1304087", - "date": "2022-04-28", - "balls": 6, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 48.1, - "score_label": "Neutral" - }, - { - "key": "a_badoni__k_rabada", - "batter": "A Badoni", - "bowler": "K Rabada", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 62.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359512", - "date": "2023-04-28", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304088", - "date": "2022-04-29", - "balls": 8, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "kh_pandya__harshit_rana", - "batter": "KH Pandya", - "bowler": "Harshit Rana", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 112.5, - "runs_per_ball": 1.125, - "dot_ball_pct": 37.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 2 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 6, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304099", - "date": "2022-05-07", - "balls": 8, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 33.1, - "score_label": "Bowler advantage" - }, - { - "key": "vr_iyer__mohsin_khan", - "batter": "VR Iyer", - "bowler": "Mohsin Khan", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 2, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 62.5, - "boundary_count": 6, - "boundary_pct": 37.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359542", - "date": "2023-05-20", - "balls": 8, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1304112", - "date": "2022-05-18", - "balls": 8, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 40.6, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__yash_dayal", - "batter": "Abishek Porel", - "bowler": "Yash Dayal", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 187.5, - "runs_per_ball": 1.875, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 4, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426300", - "date": "2024-05-12", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359481", - "date": "2023-04-04", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.1, - "score_label": "Neutral" - }, - { - "key": "rg_sharma__hh_pandya", - "batter": "RG Sharma", - "bowler": "HH Pandya", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1370352", - "date": "2023-05-26", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359509", - "date": "2023-04-25", - "balls": 10, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__mukesh_kumar", - "batter": "F du Plessis", - "bowler": "Mukesh Kumar", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 162.5, - "runs_per_ball": 1.625, - "dot_ball_pct": 50.0, - "boundary_count": 6, - "boundary_pct": 37.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426300", - "date": "2024-05-12", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359524", - "date": "2023-05-06", - "balls": 12, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 39.1, - "score_label": "Neutral" - }, - { - "key": "m_jansen__rashid_khan", - "batter": "M Jansen", - "bowler": "Rashid Khan", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 2, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 37.5, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529289", - "date": "2026-05-03", - "balls": 10, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1359536", - "date": "2023-05-15", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 40.6, - "score_label": "Neutral" - }, - { - "key": "sm_curran__yash_dayal", - "batter": "SM Curran", - "bowler": "Yash Dayal", - "balls": 20, - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1422124", - "date": "2024-03-25", - "balls": 8, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 34.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_ravindra__kk_ahmed", - "batter": "R Ravindra", - "bowler": "KK Ahmed", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 12.5, - "runs_per_ball": 0.125, - "dot_ball_pct": 87.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 16, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 21.1, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__mukesh_kumar", - "batter": "AM Rahane", - "bowler": "Mukesh Kumar", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 112.5, - "runs_per_ball": 1.125, - "dot_ball_pct": 62.5, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 33.1, - "score_label": "Bowler advantage" - }, - { - "key": "abishek_porel__vg_arora", - "batter": "Abishek Porel", - "bowler": "VG Arora", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 12.5, - "runs_per_ball": 0.125, - "dot_ball_pct": 87.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 8, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 21.1, - "score_label": "Bowler advantage" - }, - { - "key": "nithish_kumar_reddy__arshdeep_singh", - "batter": "Nithish Kumar Reddy", - "bowler": "Arshdeep Singh", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 87.5, - "runs_per_ball": 0.875, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 2 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 6, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 30.1, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__harshit_rana", - "batter": "KL Rahul", - "bowler": "Harshit Rana", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 2, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 12.5, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 6, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 10, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 40.6, - "score_label": "Neutral" - }, - { - "key": "tm_head__kuldeep_yadav", - "batter": "TM Head", - "bowler": "Kuldeep Yadav", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 37.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529274", - "date": "2026-04-21", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 10, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 28.6, - "score_label": "Bowler advantage" - }, - { - "key": "abishek_porel__harshit_rana", - "batter": "Abishek Porel", - "bowler": "Harshit Rana", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 187.5, - "runs_per_ball": 1.875, - "dot_ball_pct": 50.0, - "boundary_count": 6, - "boundary_pct": 37.5, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 30, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 16, - "runs": 30, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 42.1, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__avesh_khan", - "batter": "Shashank Singh", - "bowler": "Avesh Khan", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 2, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 37.5, - "boundary_count": 6, - "boundary_pct": 37.5, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 10, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 40.6, - "score_label": "Neutral" - }, - { - "key": "rk_singh__kh_pandya", - "batter": "RK Singh", - "bowler": "KH Pandya", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 87.5, - "runs_per_ball": 0.875, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529300", - "date": "2026-05-13", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 12, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 30.1, - "score_label": "Bowler advantage" - }, - { - "key": "rd_rickelton__kk_ahmed", - "batter": "RD Rickelton", - "bowler": "KK Ahmed", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 2, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 50.0, - "boundary_count": 6, - "boundary_pct": 37.5, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 12, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 4, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 40.6, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__r_sai_kishore", - "batter": "H Klaasen", - "bowler": "R Sai Kishore", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 137.5, - "runs_per_ball": 1.375, - "dot_ball_pct": 12.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 16, - "runs": 22, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 36.1, - "score_label": "Bowler advantage" - }, - { - "key": "a_badoni__m_prasidh_krishna", - "batter": "A Badoni", - "bowler": "M Prasidh Krishna", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 37.5, - "runs_per_ball": 0.375, - "dot_ball_pct": 62.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 10, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 24.1, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__v_nigam", - "batter": "RG Sharma", - "bowler": "V Nigam", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 112.5, - "runs_per_ball": 1.125, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527681", - "date": "2026-04-04", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 33.1, - "score_label": "Bowler advantage" - }, - { - "key": "aniket_verma__hh_pandya", - "batter": "Aniket Verma", - "bowler": "HH Pandya", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 187.5, - "runs_per_ball": 1.875, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 30, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 10, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.1, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__e_malinga", - "batter": "HH Pandya", - "bowler": "E Malinga", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 10, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "naman_dhir__e_malinga", - "batter": "Naman Dhir", - "bowler": "E Malinga", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 62.5, - "runs_per_ball": 0.625, - "dot_ball_pct": 37.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 6, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 27.1, - "score_label": "Bowler advantage" - }, - { - "key": "a_mhatre__dl_chahar", - "batter": "A Mhatre", - "bowler": "DL Chahar", - "balls": 20, - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 162.5, - "runs_per_ball": 1.625, - "dot_ball_pct": 50.0, - "boundary_count": 6, - "boundary_pct": 37.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 16, - "runs": 26, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 39.1, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__ak_markram", - "batter": "Abishek Porel", - "bowler": "AK Markram", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 137.5, - "runs_per_ball": 1.375, - "dot_ball_pct": 12.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 16, - "runs": 22, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 36.1, - "score_label": "Bowler advantage" - }, - { - "key": "v_suryavanshi__vg_arora", - "batter": "V Suryavanshi", - "bowler": "VG Arora", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 38, - "dismissals": 2, - "strike_rate": 237.5, - "runs_per_ball": 2.375, - "dot_ball_pct": 12.5, - "boundary_count": 8, - "boundary_pct": 50.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 38, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 12, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 4, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 48.1, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__e_malinga", - "batter": "MR Marsh", - "bowler": "E Malinga", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 137.5, - "runs_per_ball": 1.375, - "dot_ball_pct": 62.5, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 8, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 8, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 36.1, - "score_label": "Bowler advantage" - }, - { - "key": "v_suryavanshi__r_ashwin", - "batter": "V Suryavanshi", - "bowler": "R Ashwin", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 62.5, - "runs_per_ball": 0.625, - "dot_ball_pct": 37.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 16, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 27.1, - "score_label": "Bowler advantage" - }, - { - "key": "rd_rickelton__m_jansen", - "batter": "RD Rickelton", - "bowler": "M Jansen", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 32, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 37.5, - "boundary_count": 6, - "boundary_pct": 37.5, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 32, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529301", - "date": "2026-05-14", - "balls": 12, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1529267", - "date": "2026-04-16", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__v_nigam", - "batter": "N Wadhera", - "bowler": "V Nigam", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529278", - "date": "2026-04-25", - "balls": 8, - "runs": 18, - "dismissed": true - }, - { - "match_id": "1485779", - "date": "2025-05-24", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "a_raghuvanshi__k_rabada", - "batter": "A Raghuvanshi", - "bowler": "K Rabada", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529303", - "date": "2026-05-16", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1529268", - "date": "2026-04-17", - "balls": 4, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "rd_gaikwad__e_malinga", - "batter": "RD Gaikwad", - "bowler": "E Malinga", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 62.5, - "runs_per_ball": 0.625, - "dot_ball_pct": 37.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529306", - "date": "2026-05-18", - "balls": 14, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1529270", - "date": "2026-04-18", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 27.1, - "score_label": "Bowler advantage" - }, - { - "key": "kuldeep_yadav__suyash_sharma", - "batter": "Kuldeep Yadav", - "bowler": "Suyash Sharma", - "balls": 20, - "legal_balls": 16, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529282", - "date": "2026-04-27", - "balls": 16, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "ms_dhoni__pj_cummins", - "batter": "MS Dhoni", - "bowler": "PJ Cummins", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 37.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216536", - "date": "2020-10-29", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1082642", - "date": "2017-05-12", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1082599", - "date": "2017-04-11", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "734023", - "date": "2014-05-20", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "b_kumar__jj_bumrah", - "batter": "B Kumar", - "bowler": "JJ Bumrah", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 87.5, - "runs_per_ball": 0.875, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254066", - "date": "2021-04-17", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178394", - "date": "2019-04-06", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1082600", - "date": "2017-04-12", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.1, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__jj_bumrah", - "batter": "Ishan Kishan", - "bowler": "JJ Bumrah", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 37.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1082625", - "date": "2017-04-29", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1082606", - "date": "2017-04-16", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "sa_yadav__hh_pandya", - "batter": "SA Yadav", - "bowler": "HH Pandya", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 162.5, - "runs_per_ball": 1.625, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1370352", - "date": "2023-05-26", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1082649", - "date": "2017-05-19", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "980947", - "date": "2016-04-28", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.1, - "score_label": "Neutral" - }, - { - "key": "rk_singh__washington_sundar", - "batter": "RK Singh", - "bowler": "Washington Sundar", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359493", - "date": "2023-04-14", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1136563", - "date": "2018-04-08", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__sandeep_sharma", - "batter": "R Ashwin", - "bowler": "Sandeep Sharma", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 112.5, - "runs_per_ball": 1.125, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216524", - "date": "2020-10-27", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1136585", - "date": "2018-04-26", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "734047", - "date": "2014-05-30", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.1, - "score_label": "Neutral" - }, - { - "key": "hv_patel__rashid_khan", - "batter": "HV Patel", - "bowler": "Rashid Khan", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1136602", - "date": "2018-05-10", - "balls": 16, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "abhishek_sharma__kh_pandya", - "batter": "Abhishek Sharma", - "bowler": "KH Pandya", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 112.5, - "runs_per_ball": 1.125, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304058", - "date": "2022-04-04", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216538", - "date": "2020-10-04", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1178426", - "date": "2019-05-02", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1136615", - "date": "2018-05-20", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.1, - "score_label": "Neutral" - }, - { - "key": "k_rabada__b_kumar", - "batter": "K Rabada", - "bowler": "B Kumar", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 137.5, - "runs_per_ball": 1.375, - "dot_ball_pct": 12.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216532", - "date": "2020-09-29", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1178405", - "date": "2019-04-14", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1175371", - "date": "2019-04-04", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.1, - "score_label": "Neutral" - }, - { - "key": "rr_pant__sm_curran", - "batter": "RR Pant", - "bowler": "SM Curran", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216539", - "date": "2020-09-25", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1178412", - "date": "2019-04-20", - "balls": 8, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "mj_santner__jj_bumrah", - "batter": "MJ Santner", - "bowler": "JJ Bumrah", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 62.5, - "runs_per_ball": 0.625, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304079", - "date": "2022-04-21", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1178419", - "date": "2019-04-26", - "balls": 10, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.1, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__jc_archer", - "batter": "PJ Cummins", - "bowler": "JC Archer", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 137.5, - "runs_per_ball": 1.375, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216530", - "date": "2020-11-01", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1216504", - "date": "2020-09-30", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.1, - "score_label": "Neutral" - }, - { - "key": "jd_unadkat__cv_varun", - "batter": "JD Unadkat", - "bowler": "CV Varun", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 87.5, - "runs_per_ball": 0.875, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254106", - "date": "2021-10-07", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216504", - "date": "2020-09-30", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.1, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__sandeep_sharma", - "batter": "SO Hetmyer", - "bowler": "Sandeep Sharma", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1237180", - "date": "2020-11-08", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1216524", - "date": "2020-10-27", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.6, - "score_label": "Neutral" - }, - { - "key": "sm_curran__pj_cummins", - "batter": "SM Curran", - "bowler": "PJ Cummins", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216536", - "date": "2020-10-29", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "n_pooran__ar_patel", - "batter": "N Pooran", - "bowler": "AR Patel", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 56, - "dismissals": 0, - "strike_rate": 350.0, - "runs_per_ball": 3.5, - "dot_ball_pct": 12.5, - "boundary_count": 10, - "boundary_pct": 62.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 40, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 10, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1216546", - "date": "2020-10-20", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 77.6, - "score_label": "Batter advantage" - }, - { - "key": "r_parag__r_ashwin", - "batter": "R Parag", - "bowler": "R Ashwin", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 12.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254064", - "date": "2021-04-15", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.6, - "score_label": "Neutral" - }, - { - "key": "rg_sharma__abhishek_sharma", - "batter": "RG Sharma", - "bowler": "Abhishek Sharma", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304111", - "date": "2022-05-17", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1254066", - "date": "2021-04-17", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__ra_jadeja", - "batter": "R Tewatia", - "bowler": "RA Jadeja", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 62.5, - "runs_per_ball": 0.625, - "dot_ball_pct": 37.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304075", - "date": "2022-04-17", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254069", - "date": "2021-04-19", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.1, - "score_label": "Neutral" - }, - { - "key": "s_dube__washington_sundar", - "batter": "S Dube", - "bowler": "Washington Sundar", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304063", - "date": "2022-04-09", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254073", - "date": "2021-04-22", - "balls": 14, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__hv_patel", - "batter": "RD Gaikwad", - "bowler": "HV Patel", - "balls": 20, - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 162.5, - "runs_per_ball": 1.625, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426287", - "date": "2024-05-01", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254113", - "date": "2021-09-24", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254076", - "date": "2021-04-25", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.1, - "score_label": "Neutral" - }, - { - "key": "hv_patel__ra_jadeja", - "batter": "HV Patel", - "bowler": "RA Jadeja", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 12.5, - "runs_per_ball": 0.125, - "dot_ball_pct": 87.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254076", - "date": "2021-04-25", - "balls": 10, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 37.1, - "score_label": "Bowler advantage" - }, - { - "key": "m_shahrukh_khan__cv_varun", - "batter": "M Shahrukh Khan", - "bowler": "CV Varun", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 62.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359527", - "date": "2023-05-08", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304054", - "date": "2022-04-01", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1254078", - "date": "2021-04-26", - "balls": 10, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "rashid_khan__dl_chahar", - "batter": "Rashid Khan", - "bowler": "DL Chahar", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 37.5, - "boundary_count": 6, - "boundary_pct": 37.5, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1359475", - "date": "2023-03-31", - "balls": 6, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1254091", - "date": "2021-09-30", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__jr_hazlewood", - "batter": "M Shahrukh Khan", - "bowler": "JR Hazlewood", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 62.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254094", - "date": "2021-10-07", - "balls": 6, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__sm_curran", - "batter": "VR Iyer", - "bowler": "SM Curran", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 87.5, - "runs_per_ball": 0.875, - "dot_ball_pct": 12.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359527", - "date": "2023-05-08", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359476", - "date": "2023-04-01", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.1, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__s_dube", - "batter": "Shubman Gill", - "bowler": "S Dube", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 12.5, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529309", - "date": "2026-05-21", - "balls": 6, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1254106", - "date": "2021-10-07", - "balls": 10, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.6, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__abhishek_sharma", - "batter": "JC Buttler", - "bowler": "Abhishek Sharma", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 162.5, - "runs_per_ball": 1.625, - "dot_ball_pct": 37.5, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359526", - "date": "2023-05-07", - "balls": 14, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.1, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__r_parag", - "batter": "Ishan Kishan", - "bowler": "R Parag", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304055", - "date": "2022-04-02", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__ravi_bishnoi", - "batter": "R Ashwin", - "bowler": "Ravi Bishnoi", - "balls": 20, - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304066", - "date": "2022-04-10", - "balls": 10, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "a_badoni__r_ashwin", - "batter": "A Badoni", - "bowler": "R Ashwin", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 137.5, - "runs_per_ball": 1.375, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304066", - "date": "2022-04-10", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.1, - "score_label": "Neutral" - }, - { - "key": "ravi_bishnoi__hv_patel", - "batter": "Ravi Bishnoi", - "bowler": "HV Patel", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 37.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359517", - "date": "2023-05-01", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359489", - "date": "2023-04-10", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304077", - "date": "2022-04-19", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "mj_santner__k_rabada", - "batter": "MJ Santner", - "bowler": "K Rabada", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 6, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1304084", - "date": "2022-04-25", - "balls": 10, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "rk_singh__mohsin_khan", - "batter": "RK Singh", - "bowler": "Mohsin Khan", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529281", - "date": "2026-04-26", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304112", - "date": "2022-05-18", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304099", - "date": "2022-05-07", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__b_kumar", - "batter": "RM Patidar", - "bowler": "B Kumar", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 112.5, - "runs_per_ball": 1.125, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304100", - "date": "2022-05-08", - "balls": 16, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.1, - "score_label": "Neutral" - }, - { - "key": "b_kumar__ad_russell", - "batter": "B Kumar", - "bowler": "AD Russell", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 62.5, - "runs_per_ball": 0.625, - "dot_ball_pct": 75.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 12, - "runs": 10, - "dismissed": false - }, - { - "match_id": "980915", - "date": "2016-04-16", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "829781", - "date": "2015-05-04", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.1, - "score_label": "Neutral" - }, - { - "key": "r_parag__mohsin_khan", - "batter": "R Parag", - "bowler": "Mohsin Khan", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 10, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__mj_santner", - "batter": "YBK Jaiswal", - "bowler": "MJ Santner", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 137.5, - "runs_per_ball": 1.375, - "dot_ball_pct": 12.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304114", - "date": "2022-05-20", - "balls": 16, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.1, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__mj_santner", - "batter": "R Tewatia", - "bowler": "MJ Santner", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 37.5, - "runs_per_ball": 0.375, - "dot_ball_pct": 62.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359475", - "date": "2023-03-31", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 40.1, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__ra_jadeja", - "batter": "R Ashwin", - "bowler": "RA Jadeja", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 37.5, - "runs_per_ball": 0.375, - "dot_ball_pct": 62.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359491", - "date": "2023-04-12", - "balls": 16, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 40.1, - "score_label": "Neutral" - }, - { - "key": "ad_russell__mr_marsh", - "batter": "AD Russell", - "bowler": "MR Marsh", - "balls": 22, - "legal_balls": 16, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 0.0, - "boundary_count": 8, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 10, - "runs": 32, - "dismissed": false - }, - { - "match_id": "1359502", - "date": "2023-04-20", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 71.6, - "score_label": "Batter advantage" - }, - { - "key": "sa_yadav__tu_deshpande", - "batter": "SA Yadav", - "bowler": "TU Deshpande", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 137.5, - "runs_per_ball": 1.375, - "dot_ball_pct": 37.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359523", - "date": "2023-05-06", - "balls": 16, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.1, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__r_ashwin", - "batter": "H Klaasen", - "bowler": "R Ashwin", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 112.5, - "runs_per_ball": 1.125, - "dot_ball_pct": 12.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359526", - "date": "2023-05-07", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.1, - "score_label": "Neutral" - }, - { - "key": "b_kumar__rashid_khan", - "batter": "B Kumar", - "bowler": "Rashid Khan", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 87.5, - "runs_per_ball": 0.875, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 6, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1359536", - "date": "2023-05-15", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.1, - "score_label": "Neutral" - }, - { - "key": "b_kumar__noor_ahmad", - "batter": "B Kumar", - "bowler": "Noor Ahmad", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 112.5, - "runs_per_ball": 1.125, - "dot_ball_pct": 37.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359536", - "date": "2023-05-15", - "balls": 16, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.1, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__kh_pandya", - "batter": "N Wadhera", - "bowler": "KH Pandya", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359537", - "date": "2023-05-16", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "rk_singh__pj_cummins", - "batter": "RK Singh", - "bowler": "PJ Cummins", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 12, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.6, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__pj_cummins", - "batter": "Naman Dhir", - "bowler": "PJ Cummins", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 12.5, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1422126", - "date": "2024-03-27", - "balls": 8, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__r_ashwin", - "batter": "T Stubbs", - "bowler": "R Ashwin", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 34, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 10, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "n_pooran__yash_dayal", - "batter": "N Pooran", - "bowler": "Yash Dayal", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 37.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473507", - "date": "2025-05-27", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1422133", - "date": "2024-04-02", - "balls": 12, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "sm_curran__nithish_kumar_reddy", - "batter": "SM Curran", - "bowler": "Nithish Kumar Reddy", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 162.5, - "runs_per_ball": 1.625, - "dot_ball_pct": 37.5, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 16, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.1, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__vg_arora", - "batter": "JC Buttler", - "bowler": "VG Arora", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 225.0, - "runs_per_ball": 2.25, - "dot_ball_pct": 12.5, - "boundary_count": 6, - "boundary_pct": 37.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 6, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 10, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 62.6, - "score_label": "Batter advantage" - }, - { - "key": "am_rahane__ravi_bishnoi", - "batter": "AM Rahane", - "bowler": "Ravi Bishnoi", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426272", - "date": "2024-04-19", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "tm_head__kk_ahmed", - "batter": "TM Head", - "bowler": "KK Ahmed", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 38, - "dismissals": 0, - "strike_rate": 237.5, - "runs_per_ball": 2.375, - "dot_ball_pct": 37.5, - "boundary_count": 8, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 38, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 10, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 64.1, - "score_label": "Batter advantage" - }, - { - "key": "nithish_kumar_reddy__ar_patel", - "batter": "Nithish Kumar Reddy", - "bowler": "AR Patel", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 12.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 16, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.6, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__sandeep_sharma", - "batter": "N Wadhera", - "bowler": "Sandeep Sharma", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 37.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__nithish_kumar_reddy", - "batter": "RD Gaikwad", - "bowler": "Nithish Kumar Reddy", - "balls": 22, - "legal_balls": 16, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 32, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529306", - "date": "2026-05-18", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1529270", - "date": "2026-04-18", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__r_ashwin", - "batter": "Nithish Kumar Reddy", - "bowler": "R Ashwin", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 262.5, - "runs_per_ball": 2.625, - "dot_ball_pct": 25.0, - "boundary_count": 6, - "boundary_pct": 37.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 16, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 67.1, - "score_label": "Batter advantage" - }, - { - "key": "r_parag__jd_unadkat", - "batter": "R Parag", - "bowler": "JD Unadkat", - "balls": 20, - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 162.5, - "runs_per_ball": 1.625, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 16, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.1, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__nithish_kumar_reddy", - "batter": "YBK Jaiswal", - "bowler": "Nithish Kumar Reddy", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 137.5, - "runs_per_ball": 1.375, - "dot_ball_pct": 37.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.1, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__naman_dhir", - "batter": "VR Iyer", - "bowler": "Naman Dhir", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 137.5, - "runs_per_ball": 1.375, - "dot_ball_pct": 12.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 16, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.1, - "score_label": "Neutral" - }, - { - "key": "abhishek_sharma__ravi_bishnoi", - "batter": "Abhishek Sharma", - "bowler": "Ravi Bishnoi", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 74, - "dismissals": 0, - "strike_rate": 462.5, - "runs_per_ball": 4.625, - "dot_ball_pct": 12.5, - "boundary_count": 12, - "boundary_pct": 75.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 60, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 8, - "runs": 48, - "dismissed": false - }, - { - "match_id": "1426295", - "date": "2024-05-08", - "balls": 8, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 91.1, - "score_label": "Batter advantage" - }, - { - "key": "ishan_kishan__harshit_rana", - "batter": "Ishan Kishan", - "bowler": "Harshit Rana", - "balls": 20, - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 187.5, - "runs_per_ball": 1.875, - "dot_ball_pct": 50.0, - "boundary_count": 6, - "boundary_pct": 37.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 12, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.1, - "score_label": "Neutral" - }, - { - "key": "sameer_rizvi__ta_boult", - "batter": "Sameer Rizvi", - "bowler": "TA Boult", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 37.5, - "boundary_count": 6, - "boundary_pct": 37.5, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 4, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.6, - "score_label": "Neutral" - }, - { - "key": "pd_salt__vg_arora", - "batter": "PD Salt", - "bowler": "VG Arora", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 25.0, - "boundary_count": 8, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 40, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 16, - "runs": 40, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "r_ravindra__dl_chahar", - "batter": "R Ravindra", - "bowler": "DL Chahar", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 137.5, - "runs_per_ball": 1.375, - "dot_ball_pct": 37.5, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 12, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.1, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__tu_deshpande", - "batter": "RD Gaikwad", - "bowler": "TU Deshpande", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 16, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__cv_varun", - "batter": "Nithish Kumar Reddy", - "bowler": "CV Varun", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 37.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "a_badoni__mj_santner", - "batter": "A Badoni", - "bowler": "MJ Santner", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 187.5, - "runs_per_ball": 1.875, - "dot_ball_pct": 25.0, - "boundary_count": 6, - "boundary_pct": 37.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 16, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.1, - "score_label": "Neutral" - }, - { - "key": "sa_yadav__ds_rathi", - "batter": "SA Yadav", - "bowler": "DS Rathi", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 62.5, - "runs_per_ball": 0.625, - "dot_ball_pct": 37.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 12, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.1, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__ds_rathi", - "batter": "Tilak Varma", - "bowler": "DS Rathi", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 16, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__r_ashwin", - "batter": "Shashank Singh", - "bowler": "R Ashwin", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 137.5, - "runs_per_ball": 1.375, - "dot_ball_pct": 37.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 16, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.1, - "score_label": "Neutral" - }, - { - "key": "r_ravindra__arshdeep_singh", - "batter": "R Ravindra", - "bowler": "Arshdeep Singh", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 112.5, - "runs_per_ball": 1.125, - "dot_ball_pct": 62.5, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 16, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.1, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__shashank_singh", - "batter": "Ishan Kishan", - "bowler": "Shashank Singh", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 12, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__ds_rathi", - "batter": "RA Jadeja", - "bowler": "DS Rathi", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 12.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 12, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "s_dube__ds_rathi", - "batter": "S Dube", - "bowler": "DS Rathi", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 62.5, - "runs_per_ball": 0.625, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 16, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.1, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__tu_deshpande", - "batter": "Abishek Porel", - "bowler": "TU Deshpande", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 50, - "dismissals": 0, - "strike_rate": 312.5, - "runs_per_ball": 3.125, - "dot_ball_pct": 0.0, - "boundary_count": 10, - "boundary_pct": 62.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 46, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 16, - "runs": 50, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 73.1, - "score_label": "Batter advantage" - }, - { - "key": "t_stubbs__rashid_khan", - "batter": "T Stubbs", - "bowler": "Rashid Khan", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 16, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.6, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__prince_yadav", - "batter": "SO Hetmyer", - "bowler": "Prince Yadav", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 137.5, - "runs_per_ball": 1.375, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.1, - "score_label": "Neutral" - }, - { - "key": "rd_rickelton__r_ashwin", - "batter": "RD Rickelton", - "bowler": "R Ashwin", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 62.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 16, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__prince_yadav", - "batter": "KL Rahul", - "bowler": "Prince Yadav", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 162.5, - "runs_per_ball": 1.625, - "dot_ball_pct": 37.5, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 16, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.1, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__ds_rathi", - "batter": "KL Rahul", - "bowler": "DS Rathi", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 62.5, - "runs_per_ball": 0.625, - "dot_ball_pct": 37.5, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 16, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.1, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__prince_yadav", - "batter": "Naman Dhir", - "bowler": "Prince Yadav", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 38, - "dismissals": 0, - "strike_rate": 237.5, - "runs_per_ball": 2.375, - "dot_ball_pct": 12.5, - "boundary_count": 8, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 38, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529290", - "date": "2026-05-04", - "balls": 10, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 6, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 64.1, - "score_label": "Batter advantage" - }, - { - "key": "a_mhatre__suyash_sharma", - "batter": "A Mhatre", - "bowler": "Suyash Sharma", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 12.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 16, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__e_malinga", - "batter": "KL Rahul", - "bowler": "E Malinga", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 37.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529274", - "date": "2026-04-21", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473492", - "date": "2025-05-05", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.6, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__r_sai_kishore", - "batter": "KL Rahul", - "bowler": "R Sai Kishore", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 12.5, - "boundary_count": 6, - "boundary_pct": 37.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 16, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "ar_patel__r_sai_kishore", - "batter": "AR Patel", - "bowler": "R Sai Kishore", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 187.5, - "runs_per_ball": 1.875, - "dot_ball_pct": 37.5, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 16, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.1, - "score_label": "Neutral" - }, - { - "key": "aniket_verma__suyash_sharma", - "batter": "Aniket Verma", - "bowler": "Suyash Sharma", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 46, - "dismissals": 0, - "strike_rate": 287.5, - "runs_per_ball": 2.875, - "dot_ball_pct": 12.5, - "boundary_count": 8, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 46, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 10, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 70.1, - "score_label": "Batter advantage" - }, - { - "key": "pd_salt__nithish_kumar_reddy", - "batter": "PD Salt", - "bowler": "Nithish Kumar Reddy", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 187.5, - "runs_per_ball": 1.875, - "dot_ball_pct": 50.0, - "boundary_count": 6, - "boundary_pct": 37.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 12, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 58.1, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__nithish_kumar_reddy", - "batter": "RM Patidar", - "bowler": "Nithish Kumar Reddy", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 112.5, - "runs_per_ball": 1.125, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.1, - "score_label": "Neutral" - }, - { - "key": "a_mhatre__ys_chahal", - "batter": "A Mhatre", - "bowler": "YS Chahal", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527680", - "date": "2026-04-03", - "balls": 16, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__jd_unadkat", - "batter": "MR Marsh", - "bowler": "JD Unadkat", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 212.5, - "runs_per_ball": 2.125, - "dot_ball_pct": 12.5, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "598027", - "date": "2013-04-23", - "balls": 12, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 61.1, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__prince_yadav", - "batter": "A Raghuvanshi", - "bowler": "Prince Yadav", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 37.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529281", - "date": "2026-04-26", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1527688", - "date": "2026-04-09", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "a_badoni__kh_pandya", - "batter": "A Badoni", - "bowler": "KH Pandya", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 16, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__hh_pandya", - "batter": "P Simran Singh", - "bowler": "HH Pandya", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 275.0, - "runs_per_ball": 2.75, - "dot_ball_pct": 0.0, - "boundary_count": 8, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 14, - "runs_off_bat": 42, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529267", - "date": "2026-04-16", - "balls": 16, - "runs": 44, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 68.6, - "score_label": "Batter advantage" - }, - { - "key": "v_suryavanshi__sp_narine", - "batter": "V Suryavanshi", - "bowler": "SP Narine", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 87.5, - "runs_per_ball": 0.875, - "dot_ball_pct": 75.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 16, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.1, - "score_label": "Neutral" - }, - { - "key": "rd_rickelton__nithish_kumar_reddy", - "batter": "RD Rickelton", - "bowler": "Nithish Kumar Reddy", - "balls": 18, - "legal_balls": 16, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 12.5, - "boundary_count": 8, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 16, - "runs_off_bat": 48, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 16, - "runs": 48, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 71.6, - "score_label": "Batter advantage" - }, - { - "key": "rg_sharma__prince_yadav", - "batter": "RG Sharma", - "bowler": "Prince Yadav", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529290", - "date": "2026-05-04", - "balls": 16, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "s_dube__prince_yadav", - "batter": "S Dube", - "bowler": "Prince Yadav", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 46, - "dismissals": 0, - "strike_rate": 287.5, - "runs_per_ball": 2.875, - "dot_ball_pct": 12.5, - "boundary_count": 8, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 16, - "runs_off_bat": 46, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529302", - "date": "2026-05-15", - "balls": 14, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1529296", - "date": "2026-05-10", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 70.1, - "score_label": "Batter advantage" - }, - { - "key": "b_sai_sudharsan__nithish_kumar_reddy", - "batter": "B Sai Sudharsan", - "bowler": "Nithish Kumar Reddy", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 62.5, - "boundary_count": 2, - "boundary_pct": 12.5, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529299", - "date": "2026-05-12", - "balls": 16, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "b_kumar__ra_jadeja", - "batter": "B Kumar", - "bowler": "RA Jadeja", - "balls": 16, - "legal_balls": 16, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "598038", - "date": "2013-04-30", - "balls": 16, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "sp_narine__mj_santner", - "batter": "SP Narine", - "bowler": "MJ Santner", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 2, - "dismissals": 4, - "strike_rate": 14.3, - "runs_per_ball": 0.143, - "dot_ball_pct": 85.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216536", - "date": "2020-10-29", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1178404", - "date": "2019-04-14", - "balls": 8, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 5.3, - "score_label": "Bowler advantage" - }, - { - "key": "rashid_khan__k_rabada", - "batter": "Rashid Khan", - "bowler": "K Rabada", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 4, - "strike_rate": 157.1, - "runs_per_ball": 1.571, - "dot_ball_pct": 57.1, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304094", - "date": "2022-05-03", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254105", - "date": "2021-09-22", - "balls": 8, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1237180", - "date": "2020-11-08", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 22.5, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__mr_marsh", - "batter": "F du Plessis", - "bowler": "MR Marsh", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 4, - "strike_rate": 114.3, - "runs_per_ball": 1.143, - "dot_ball_pct": 28.6, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359524", - "date": "2023-05-06", - "balls": 10, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1359494", - "date": "2023-04-15", - "balls": 4, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 17.3, - "score_label": "Bowler advantage" - }, - { - "key": "n_wadhera__mohsin_khan", - "batter": "N Wadhera", - "bowler": "Mohsin Khan", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 6, - "dismissals": 4, - "strike_rate": 42.9, - "runs_per_ball": 0.429, - "dot_ball_pct": 57.1, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2, - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 4 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426305", - "date": "2024-05-17", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426286", - "date": "2024-04-30", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359537", - "date": "2023-05-16", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 8.7, - "score_label": "Bowler advantage" - }, - { - "key": "pj_cummins__ad_russell", - "batter": "PJ Cummins", - "bowler": "AD Russell", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 4, - "strike_rate": 71.4, - "runs_per_ball": 0.714, - "dot_ball_pct": 71.4, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 0, - "dismissals": 4 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 10, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1426309", - "date": "2024-05-21", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 12.2, - "score_label": "Bowler advantage" - }, - { - "key": "aniket_verma__mohammed_siraj", - "batter": "Aniket Verma", - "bowler": "Mohammed Siraj", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 4, - "dismissals": 4, - "strike_rate": 28.6, - "runs_per_ball": 0.286, - "dot_ball_pct": 85.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 2, - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 4, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 8, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 7.0, - "score_label": "Bowler advantage" - }, - { - "key": "ar_patel__kuldeep_yadav", - "batter": "AR Patel", - "bowler": "Kuldeep Yadav", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 185.7, - "runs_per_ball": 1.857, - "dot_ball_pct": 28.6, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1136604", - "date": "2018-05-12", - "balls": 8, - "runs": 22, - "dismissed": true - }, - { - "match_id": "1082639", - "date": "2017-05-09", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.9, - "score_label": "Neutral" - }, - { - "key": "sp_narine__dl_chahar", - "batter": "SP Narine", - "bowler": "DL Chahar", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 42, - "dismissals": 2, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 42.9, - "boundary_count": 8, - "boundary_pct": 57.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 42, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254072", - "date": "2021-04-21", - "balls": 6, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1178398", - "date": "2019-04-09", - "balls": 2, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1136565", - "date": "2018-04-10", - "balls": 6, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__ad_russell", - "batter": "R Ashwin", - "bowler": "AD Russell", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 36, - "dismissals": 2, - "strike_rate": 257.1, - "runs_per_ball": 2.571, - "dot_ball_pct": 28.6, - "boundary_count": 6, - "boundary_pct": 42.9, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 36, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304076", - "date": "2022-04-18", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178427", - "date": "2019-05-03", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1136604", - "date": "2018-05-12", - "balls": 10, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 50.5, - "score_label": "Neutral" - }, - { - "key": "dl_chahar__jj_bumrah", - "batter": "DL Chahar", - "bowler": "JJ Bumrah", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 85.7, - "runs_per_ball": 0.857, - "dot_ball_pct": 57.1, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1178419", - "date": "2019-04-26", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1175370", - "date": "2019-04-03", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 29.9, - "score_label": "Bowler advantage" - }, - { - "key": "sm_curran__r_tewatia", - "batter": "SM Curran", - "bowler": "R Tewatia", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 214.3, - "runs_per_ball": 2.143, - "dot_ball_pct": 28.6, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216533", - "date": "2020-10-19", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1216496", - "date": "2020-09-22", - "balls": 8, - "runs": 24, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 45.3, - "score_label": "Neutral" - }, - { - "key": "abhishek_sharma__sm_curran", - "batter": "Abhishek Sharma", - "bowler": "SM Curran", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 157.1, - "runs_per_ball": 1.571, - "dot_ball_pct": 57.1, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 12, - "runs": 20, - "dismissed": true - }, - { - "match_id": "1216516", - "date": "2020-10-02", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 38.5, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__sm_curran", - "batter": "Washington Sundar", - "bowler": "SM Curran", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 28.6, - "runs_per_ball": 0.286, - "dot_ball_pct": 71.4, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254076", - "date": "2021-04-25", - "balls": 12, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216525", - "date": "2020-10-10", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 23.0, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__mj_santner", - "batter": "D Padikkal", - "bowler": "MJ Santner", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 114.3, - "runs_per_ball": 1.143, - "dot_ball_pct": 28.6, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304114", - "date": "2022-05-20", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216544", - "date": "2020-10-25", - "balls": 8, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 33.3, - "score_label": "Bowler advantage" - }, - { - "key": "vr_iyer__ra_jadeja", - "batter": "VR Iyer", - "bowler": "RA Jadeja", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 214.3, - "runs_per_ball": 2.143, - "dot_ball_pct": 28.6, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1254117", - "date": "2021-10-15", - "balls": 10, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.3, - "score_label": "Neutral" - }, - { - "key": "mj_santner__arshdeep_singh", - "batter": "MJ Santner", - "bowler": "Arshdeep Singh", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 157.1, - "runs_per_ball": 1.571, - "dot_ball_pct": 28.6, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304084", - "date": "2022-04-25", - "balls": 4, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 38.5, - "score_label": "Neutral" - }, - { - "key": "r_parag__jr_hazlewood", - "batter": "R Parag", - "bowler": "JR Hazlewood", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 185.7, - "runs_per_ball": 1.857, - "dot_ball_pct": 28.6, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 8, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.9, - "score_label": "Neutral" - }, - { - "key": "rashid_khan__b_kumar", - "batter": "Rashid Khan", - "bowler": "B Kumar", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 2, - "strike_rate": 171.4, - "runs_per_ball": 1.714, - "dot_ball_pct": 28.6, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535465", - "date": "2026-05-31", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359536", - "date": "2023-05-15", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304086", - "date": "2022-04-27", - "balls": 10, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 40.2, - "score_label": "Neutral" - }, - { - "key": "rr_pant__mohsin_khan", - "batter": "RR Pant", - "bowler": "Mohsin Khan", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 42.9, - "runs_per_ball": 0.429, - "dot_ball_pct": 57.1, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304091", - "date": "2022-05-01", - "balls": 8, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 24.7, - "score_label": "Bowler advantage" - }, - { - "key": "ad_russell__mohsin_khan", - "batter": "AD Russell", - "bowler": "Mohsin Khan", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 71.4, - "runs_per_ball": 0.714, - "dot_ball_pct": 71.4, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304112", - "date": "2022-05-18", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304099", - "date": "2022-05-07", - "balls": 10, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 28.2, - "score_label": "Bowler advantage" - }, - { - "key": "washington_sundar__cv_varun", - "batter": "Washington Sundar", - "bowler": "CV Varun", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 42.9, - "runs_per_ball": 0.429, - "dot_ball_pct": 57.1, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529268", - "date": "2026-04-17", - "balls": 10, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 24.7, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__r_sai_kishore", - "batter": "SV Samson", - "bowler": "R Sai Kishore", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 2, - "strike_rate": 171.4, - "runs_per_ball": 1.714, - "dot_ball_pct": 14.3, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1312197", - "date": "2022-05-24", - "balls": 14, - "runs": 24, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 40.2, - "score_label": "Neutral" - }, - { - "key": "b_kumar__ys_chahal", - "batter": "B Kumar", - "bowler": "YS Chahal", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 57.1, - "runs_per_ball": 0.571, - "dot_ball_pct": 57.1, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359478", - "date": "2023-04-02", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 26.5, - "score_label": "Bowler advantage" - }, - { - "key": "ak_markram__m_pathirana", - "batter": "AK Markram", - "bowler": "M Pathirana", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 42.9, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359503", - "date": "2023-04-21", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "kh_pandya__noor_ahmad", - "batter": "KH Pandya", - "bowler": "Noor Ahmad", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 57.1, - "runs_per_ball": 0.571, - "dot_ball_pct": 57.1, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359504", - "date": "2023-04-22", - "balls": 14, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 26.5, - "score_label": "Bowler advantage" - }, - { - "key": "r_ashwin__hv_patel", - "batter": "R Ashwin", - "bowler": "HV Patel", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 185.7, - "runs_per_ball": 1.857, - "dot_ball_pct": 14.3, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359506", - "date": "2023-04-23", - "balls": 8, - "runs": 20, - "dismissed": true - }, - { - "match_id": "829821", - "date": "2015-05-22", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.9, - "score_label": "Neutral" - }, - { - "key": "ad_russell__tu_deshpande", - "batter": "AD Russell", - "bowler": "TU Deshpande", - "balls": 18, - "legal_balls": 14, - "runs_off_bat": 28, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 28.6, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 28, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 8, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359507", - "date": "2023-04-23", - "balls": 4, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__mukesh_kumar", - "batter": "Washington Sundar", - "bowler": "Mukesh Kumar", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 128.6, - "runs_per_ball": 1.286, - "dot_ball_pct": 28.6, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359508", - "date": "2023-04-24", - "balls": 12, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 35.0, - "score_label": "Bowler advantage" - }, - { - "key": "r_ravindra__vg_arora", - "batter": "R Ravindra", - "bowler": "VG Arora", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 42.9, - "runs_per_ball": 0.429, - "dot_ball_pct": 57.1, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 6, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 24.7, - "score_label": "Bowler advantage" - }, - { - "key": "a_raghuvanshi__mohsin_khan", - "batter": "A Raghuvanshi", - "bowler": "Mohsin Khan", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 2, - "strike_rate": 171.4, - "runs_per_ball": 1.714, - "dot_ball_pct": 42.9, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529281", - "date": "2026-04-26", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 8, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 40.2, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__m_pathirana", - "batter": "Tilak Varma", - "bowler": "M Pathirana", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 142.9, - "runs_per_ball": 1.429, - "dot_ball_pct": 42.9, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426267", - "date": "2024-04-14", - "balls": 14, - "runs": 20, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 36.7, - "score_label": "Bowler advantage" - }, - { - "key": "pd_salt__avesh_khan", - "batter": "PD Salt", - "bowler": "Avesh Khan", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 71.4, - "runs_per_ball": 0.714, - "dot_ball_pct": 71.4, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473507", - "date": "2025-05-27", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 28.2, - "score_label": "Bowler advantage" - }, - { - "key": "rr_pant__nithish_kumar_reddy", - "batter": "RR Pant", - "bowler": "Nithish Kumar Reddy", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 2, - "strike_rate": 171.4, - "runs_per_ball": 1.714, - "dot_ball_pct": 14.3, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 14, - "runs": 24, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 40.2, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__jd_unadkat", - "batter": "RM Patidar", - "bowler": "JD Unadkat", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 142.9, - "runs_per_ball": 1.429, - "dot_ball_pct": 14.3, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426279", - "date": "2024-04-25", - "balls": 10, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 36.7, - "score_label": "Bowler advantage" - }, - { - "key": "n_wadhera__sp_narine", - "batter": "N Wadhera", - "bowler": "SP Narine", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 28.6, - "runs_per_ball": 0.286, - "dot_ball_pct": 71.4, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 8, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 23.0, - "score_label": "Bowler advantage" - }, - { - "key": "mj_santner__mohammed_siraj", - "batter": "MJ Santner", - "bowler": "Mohammed Siraj", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 114.3, - "runs_per_ball": 1.143, - "dot_ball_pct": 57.1, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426306", - "date": "2024-05-18", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 33.3, - "score_label": "Bowler advantage" - }, - { - "key": "nithish_kumar_reddy__harshit_rana", - "batter": "Nithish Kumar Reddy", - "bowler": "Harshit Rana", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 85.7, - "runs_per_ball": 0.857, - "dot_ball_pct": 57.1, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 8, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 29.9, - "score_label": "Bowler advantage" - }, - { - "key": "priyansh_arya__k_rabada", - "batter": "Priyansh Arya", - "bowler": "K Rabada", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 114.3, - "runs_per_ball": 1.143, - "dot_ball_pct": 42.9, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 33.3, - "score_label": "Bowler advantage" - }, - { - "key": "pd_salt__noor_ahmad", - "batter": "PD Salt", - "bowler": "Noor Ahmad", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 142.9, - "runs_per_ball": 1.429, - "dot_ball_pct": 28.6, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527684", - "date": "2026-04-05", - "balls": 10, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 36.7, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__r_sai_kishore", - "batter": "HH Pandya", - "bowler": "R Sai Kishore", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 71.4, - "runs_per_ball": 0.714, - "dot_ball_pct": 71.4, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 28.2, - "score_label": "Bowler advantage" - }, - { - "key": "naman_dhir__ds_rathi", - "batter": "Naman Dhir", - "bowler": "DS Rathi", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 142.9, - "runs_per_ball": 1.429, - "dot_ball_pct": 28.6, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 10, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 36.7, - "score_label": "Bowler advantage" - }, - { - "key": "s_dube__v_nigam", - "batter": "S Dube", - "bowler": "V Nigam", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 185.7, - "runs_per_ball": 1.857, - "dot_ball_pct": 28.6, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 14, - "runs": 26, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 41.9, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__v_nigam", - "batter": "KH Pandya", - "bowler": "V Nigam", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 142.9, - "runs_per_ball": 1.429, - "dot_ball_pct": 42.9, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 10, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 36.7, - "score_label": "Bowler advantage" - }, - { - "key": "priyansh_arya__pj_cummins", - "batter": "Priyansh Arya", - "bowler": "PJ Cummins", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 2, - "strike_rate": 171.4, - "runs_per_ball": 1.714, - "dot_ball_pct": 42.9, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 8, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 40.2, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__harshit_rana", - "batter": "Priyansh Arya", - "bowler": "Harshit Rana", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 42, - "dismissals": 2, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 28.6, - "boundary_count": 8, - "boundary_pct": 57.1, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473481", - "date": "2025-04-26", - "balls": 10, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 4, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__kh_pandya", - "batter": "SO Hetmyer", - "bowler": "KH Pandya", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 142.9, - "runs_per_ball": 1.429, - "dot_ball_pct": 28.6, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 2 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 12, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 36.7, - "score_label": "Bowler advantage" - }, - { - "key": "n_wadhera__yash_dayal", - "batter": "N Wadhera", - "bowler": "Yash Dayal", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 57.1, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473508", - "date": "2025-05-29", - "balls": 14, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__e_malinga", - "batter": "D Padikkal", - "bowler": "E Malinga", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 34, - "dismissals": 2, - "strike_rate": 242.9, - "runs_per_ball": 2.429, - "dot_ball_pct": 14.3, - "boundary_count": 6, - "boundary_pct": 42.9, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 10, - "runs": 24, - "dismissed": true - }, - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 48.7, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__m_prasidh_krishna", - "batter": "PJ Cummins", - "bowler": "M Prasidh Krishna", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 34, - "dismissals": 2, - "strike_rate": 242.9, - "runs_per_ball": 2.429, - "dot_ball_pct": 42.9, - "boundary_count": 6, - "boundary_pct": 42.9, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 34, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529299", - "date": "2026-05-12", - "balls": 14, - "runs": 34, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 48.7, - "score_label": "Neutral" - }, - { - "key": "ad_russell__sp_narine", - "batter": "AD Russell", - "bowler": "SP Narine", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 42.9, - "runs_per_ball": 0.429, - "dot_ball_pct": 71.4, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "597998", - "date": "2013-04-03", - "balls": 14, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 24.7, - "score_label": "Bowler advantage" - }, - { - "key": "pj_cummins__ar_patel", - "batter": "PJ Cummins", - "bowler": "AR Patel", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 71.4, - "runs_per_ball": 0.714, - "dot_ball_pct": 42.9, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473447", - "date": "2025-03-30", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254082", - "date": "2021-04-29", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1082605", - "date": "2017-04-15", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.2, - "score_label": "Neutral" - }, - { - "key": "tm_head__ra_jadeja", - "batter": "TM Head", - "bowler": "RA Jadeja", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 128.6, - "runs_per_ball": 1.286, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1082610", - "date": "2017-04-18", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.0, - "score_label": "Neutral" - }, - { - "key": "rr_pant__tm_head", - "batter": "RR Pant", - "bowler": "TM Head", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 171.4, - "runs_per_ball": 1.714, - "dot_ball_pct": 14.3, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1082646", - "date": "2017-05-14", - "balls": 14, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.2, - "score_label": "Neutral" - }, - { - "key": "ar_patel__washington_sundar", - "batter": "AR Patel", - "bowler": "Washington Sundar", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 57.1, - "runs_per_ball": 0.571, - "dot_ball_pct": 42.9, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359508", - "date": "2023-04-24", - "balls": 12, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1136568", - "date": "2018-04-13", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.5, - "score_label": "Neutral" - }, - { - "key": "rashid_khan__kh_pandya", - "batter": "Rashid Khan", - "bowler": "KH Pandya", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 85.7, - "runs_per_ball": 0.857, - "dot_ball_pct": 28.6, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1136583", - "date": "2018-04-24", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.9, - "score_label": "Neutral" - }, - { - "key": "ad_russell__r_tewatia", - "batter": "AD Russell", - "bowler": "R Tewatia", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 157.1, - "runs_per_ball": 1.571, - "dot_ball_pct": 57.1, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216530", - "date": "2020-11-01", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1136586", - "date": "2018-04-27", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.5, - "score_label": "Neutral" - }, - { - "key": "dl_chahar__ar_patel", - "batter": "DL Chahar", - "bowler": "AR Patel", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 157.1, - "runs_per_ball": 1.571, - "dot_ball_pct": 28.6, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1136616", - "date": "2018-05-20", - "balls": 14, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.5, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__abhishek_sharma", - "batter": "SS Iyer", - "bowler": "Abhishek Sharma", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216532", - "date": "2020-09-29", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1178405", - "date": "2019-04-14", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "jc_archer__sp_narine", - "batter": "JC Archer", - "bowler": "SP Narine", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 128.6, - "runs_per_ball": 1.286, - "dot_ball_pct": 42.9, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216530", - "date": "2020-11-01", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216504", - "date": "2020-09-30", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1178418", - "date": "2019-04-25", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.0, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__pj_cummins", - "batter": "R Ashwin", - "bowler": "PJ Cummins", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 157.1, - "runs_per_ball": 1.571, - "dot_ball_pct": 28.6, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216497", - "date": "2020-10-24", - "balls": 12, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.5, - "score_label": "Neutral" - }, - { - "key": "sa_yadav__washington_sundar", - "batter": "SA Yadav", - "bowler": "Washington Sundar", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 71.4, - "runs_per_ball": 0.714, - "dot_ball_pct": 28.6, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216499", - "date": "2020-10-28", - "balls": 14, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.2, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__r_tewatia", - "batter": "SO Hetmyer", - "bowler": "R Tewatia", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 71.4, - "runs_per_ball": 0.714, - "dot_ball_pct": 28.6, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254097", - "date": "2021-09-25", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216500", - "date": "2020-10-09", - "balls": 12, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.2, - "score_label": "Neutral" - }, - { - "key": "ar_patel__jc_archer", - "batter": "AR Patel", - "bowler": "JC Archer", - "balls": 18, - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 128.6, - "runs_per_ball": 1.286, - "dot_ball_pct": 14.3, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529305", - "date": "2026-05-17", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1216500", - "date": "2020-10-09", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.0, - "score_label": "Neutral" - }, - { - "key": "jj_bumrah__avesh_khan", - "batter": "JJ Bumrah", - "bowler": "Avesh Khan", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 128.6, - "runs_per_ball": 1.286, - "dot_ball_pct": 14.3, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422132", - "date": "2024-04-01", - "balls": 10, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254070", - "date": "2021-04-20", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.0, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__ar_patel", - "batter": "Washington Sundar", - "bowler": "AR Patel", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 142.9, - "runs_per_ball": 1.429, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359508", - "date": "2023-04-24", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254079", - "date": "2021-04-27", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.7, - "score_label": "Neutral" - }, - { - "key": "ak_markram__sandeep_sharma", - "batter": "AK Markram", - "bowler": "Sandeep Sharma", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 114.3, - "runs_per_ball": 1.143, - "dot_ball_pct": 28.6, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254107", - "date": "2021-09-25", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.3, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__avesh_khan", - "batter": "KH Pandya", - "bowler": "Avesh Khan", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 71.4, - "runs_per_ball": 0.714, - "dot_ball_pct": 28.6, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.2, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__tu_deshpande", - "batter": "VR Iyer", - "bowler": "TU Deshpande", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 171.4, - "runs_per_ball": 1.714, - "dot_ball_pct": 28.6, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359507", - "date": "2023-04-23", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304047", - "date": "2022-03-26", - "balls": 12, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.2, - "score_label": "Neutral" - }, - { - "key": "a_badoni__washington_sundar", - "batter": "A Badoni", - "bowler": "Washington Sundar", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 128.6, - "runs_per_ball": 1.286, - "dot_ball_pct": 14.3, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304058", - "date": "2022-04-04", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.0, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__m_jansen", - "batter": "RA Jadeja", - "bowler": "M Jansen", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 57.1, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 6, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304063", - "date": "2022-04-09", - "balls": 8, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__washington_sundar", - "batter": "B Sai Sudharsan", - "bowler": "Washington Sundar", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 142.9, - "runs_per_ball": 1.429, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422130", - "date": "2024-03-31", - "balls": 12, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1304067", - "date": "2022-04-11", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.7, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__mj_santner", - "batter": "Tilak Varma", - "bowler": "MJ Santner", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 171.4, - "runs_per_ball": 1.714, - "dot_ball_pct": 14.3, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359486", - "date": "2023-04-08", - "balls": 10, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304079", - "date": "2022-04-21", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.2, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__mohsin_khan", - "batter": "JM Sharma", - "bowler": "Mohsin Khan", - "balls": 18, - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 42.9, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304088", - "date": "2022-04-29", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "rk_singh__ta_boult", - "batter": "RK Singh", - "bowler": "TA Boult", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 171.4, - "runs_per_ball": 1.714, - "dot_ball_pct": 28.6, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 10, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304093", - "date": "2022-05-02", - "balls": 2, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.2, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__abhishek_sharma", - "batter": "RM Patidar", - "bowler": "Abhishek Sharma", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 128.6, - "runs_per_ball": 1.286, - "dot_ball_pct": 14.3, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304100", - "date": "2022-05-08", - "balls": 14, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.0, - "score_label": "Neutral" - }, - { - "key": "s_dube__kuldeep_yadav", - "batter": "S Dube", - "bowler": "Kuldeep Yadav", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 71.4, - "runs_per_ball": 0.714, - "dot_ball_pct": 28.6, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304101", - "date": "2022-05-08", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.2, - "score_label": "Neutral" - }, - { - "key": "mohammed_siraj__arshdeep_singh", - "batter": "Mohammed Siraj", - "bowler": "Arshdeep Singh", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 71.4, - "runs_per_ball": 0.714, - "dot_ball_pct": 42.9, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304106", - "date": "2022-05-13", - "balls": 14, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.2, - "score_label": "Neutral" - }, - { - "key": "ar_patel__arshdeep_singh", - "batter": "AR Patel", - "bowler": "Arshdeep Singh", - "balls": 18, - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 142.9, - "runs_per_ball": 1.429, - "dot_ball_pct": 28.6, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529298", - "date": "2026-05-11", - "balls": 0, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1304110", - "date": "2022-05-16", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.7, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__r_ashwin", - "batter": "M Shahrukh Khan", - "bowler": "R Ashwin", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 228.6, - "runs_per_ball": 2.286, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426262", - "date": "2024-04-10", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1359482", - "date": "2023-04-05", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 63.0, - "score_label": "Batter advantage" - }, - { - "key": "f_du_plessis__vg_arora", - "batter": "F du Plessis", - "bowler": "VG Arora", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 214.3, - "runs_per_ball": 2.143, - "dot_ball_pct": 42.9, - "boundary_count": 6, - "boundary_pct": 42.9, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 8, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1359510", - "date": "2023-04-26", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 61.3, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__ad_russell", - "batter": "Shubman Gill", - "bowler": "AD Russell", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 157.1, - "runs_per_ball": 1.571, - "dot_ball_pct": 28.6, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359513", - "date": "2023-04-29", - "balls": 12, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.5, - "score_label": "Neutral" - }, - { - "key": "ta_boult__noor_ahmad", - "batter": "TA Boult", - "bowler": "Noor Ahmad", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 185.7, - "runs_per_ball": 1.857, - "dot_ball_pct": 28.6, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359522", - "date": "2023-05-05", - "balls": 14, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.9, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__dl_chahar", - "batter": "N Wadhera", - "bowler": "DL Chahar", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 85.7, - "runs_per_ball": 0.857, - "dot_ball_pct": 57.1, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359523", - "date": "2023-05-06", - "balls": 14, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.9, - "score_label": "Neutral" - }, - { - "key": "pd_salt__jr_hazlewood", - "batter": "PD Salt", - "bowler": "JR Hazlewood", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 171.4, - "runs_per_ball": 1.714, - "dot_ball_pct": 42.9, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359524", - "date": "2023-05-06", - "balls": 14, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.2, - "score_label": "Neutral" - }, - { - "key": "rk_singh__arshdeep_singh", - "batter": "RK Singh", - "bowler": "Arshdeep Singh", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 157.1, - "runs_per_ball": 1.571, - "dot_ball_pct": 28.6, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359527", - "date": "2023-05-08", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.5, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__naman_dhir", - "batter": "B Sai Sudharsan", - "bowler": "Naman Dhir", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 214.3, - "runs_per_ball": 2.143, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1422123", - "date": "2024-03-24", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 61.3, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__mohammed_siraj", - "batter": "Shashank Singh", - "bowler": "Mohammed Siraj", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 46, - "dismissals": 0, - "strike_rate": 328.6, - "runs_per_ball": 3.286, - "dot_ball_pct": 0.0, - "boundary_count": 10, - "boundary_pct": 71.4, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 46, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 12, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1422124", - "date": "2024-03-25", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 75.0, - "score_label": "Batter advantage" - }, - { - "key": "am_rahane__mr_marsh", - "batter": "AM Rahane", - "bowler": "MR Marsh", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 242.9, - "runs_per_ball": 2.429, - "dot_ball_pct": 0.0, - "boundary_count": 6, - "boundary_pct": 42.9, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 34, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 8, - "runs": 22, - "dismissed": false - }, - { - "match_id": "598009", - "date": "2013-04-11", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 64.7, - "score_label": "Batter advantage" - }, - { - "key": "nithish_kumar_reddy__sm_curran", - "batter": "Nithish Kumar Reddy", - "bowler": "SM Curran", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 171.4, - "runs_per_ball": 1.714, - "dot_ball_pct": 42.9, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 14, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.2, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__jd_unadkat", - "batter": "Shashank Singh", - "bowler": "JD Unadkat", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 228.6, - "runs_per_ball": 2.286, - "dot_ball_pct": 14.3, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 63.0, - "score_label": "Batter advantage" - }, - { - "key": "t_stubbs__ravi_bishnoi", - "batter": "T Stubbs", - "bowler": "Ravi Bishnoi", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 142.9, - "runs_per_ball": 1.429, - "dot_ball_pct": 28.6, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426264", - "date": "2024-04-12", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.7, - "score_label": "Neutral" - }, - { - "key": "a_badoni__harshit_rana", - "batter": "A Badoni", - "bowler": "Harshit Rana", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 42.9, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 14, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "rashid_khan__kuldeep_yadav", - "batter": "Rashid Khan", - "bowler": "Kuldeep Yadav", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 142.9, - "runs_per_ball": 1.429, - "dot_ball_pct": 28.6, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426270", - "date": "2024-04-17", - "balls": 14, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.7, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__kk_ahmed", - "batter": "Nithish Kumar Reddy", - "bowler": "KK Ahmed", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 128.6, - "runs_per_ball": 1.286, - "dot_ball_pct": 28.6, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.0, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__ys_chahal", - "batter": "N Wadhera", - "bowler": "YS Chahal", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 257.1, - "runs_per_ball": 2.571, - "dot_ball_pct": 28.6, - "boundary_count": 6, - "boundary_pct": 42.9, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 14, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 66.5, - "score_label": "Batter advantage" - }, - { - "key": "s_dube__mohsin_khan", - "batter": "S Dube", - "bowler": "Mohsin Khan", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 38, - "dismissals": 0, - "strike_rate": 271.4, - "runs_per_ball": 2.714, - "dot_ball_pct": 14.3, - "boundary_count": 6, - "boundary_pct": 42.9, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 12, - "runs_off_bat": 36, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426277", - "date": "2024-04-23", - "balls": 14, - "runs": 38, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 68.2, - "score_label": "Batter advantage" - }, - { - "key": "shashank_singh__harshit_rana", - "batter": "Shashank Singh", - "bowler": "Harshit Rana", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 46, - "dismissals": 0, - "strike_rate": 328.6, - "runs_per_ball": 3.286, - "dot_ball_pct": 0.0, - "boundary_count": 8, - "boundary_pct": 57.1, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 46, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 14, - "runs": 46, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 75.0, - "score_label": "Batter advantage" - }, - { - "key": "kuldeep_yadav__ad_russell", - "batter": "Kuldeep Yadav", - "bowler": "AD Russell", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 157.1, - "runs_per_ball": 1.571, - "dot_ball_pct": 42.9, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 12, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.5, - "score_label": "Neutral" - }, - { - "key": "r_parag__nithish_kumar_reddy", - "batter": "R Parag", - "bowler": "Nithish Kumar Reddy", - "balls": 18, - "legal_balls": 14, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 85.7, - "runs_per_ball": 0.857, - "dot_ball_pct": 28.6, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 10, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.9, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__ad_russell", - "batter": "N Wadhera", - "bowler": "AD Russell", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 42.9, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "a_badoni__pj_cummins", - "batter": "A Badoni", - "bowler": "PJ Cummins", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 142.9, - "runs_per_ball": 1.429, - "dot_ball_pct": 14.3, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1426295", - "date": "2024-05-08", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.7, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__mohammed_siraj", - "batter": "Abishek Porel", - "bowler": "Mohammed Siraj", - "balls": 18, - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 214.3, - "runs_per_ball": 2.143, - "dot_ball_pct": 42.9, - "boundary_count": 6, - "boundary_pct": 42.9, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 12, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1426300", - "date": "2024-05-12", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 61.3, - "score_label": "Neutral" - }, - { - "key": "n_pooran__t_stubbs", - "batter": "N Pooran", - "bowler": "T Stubbs", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 58, - "dismissals": 0, - "strike_rate": 414.3, - "runs_per_ball": 4.143, - "dot_ball_pct": 14.3, - "boundary_count": 10, - "boundary_pct": 71.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 58, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 12, - "runs": 56, - "dismissed": false - }, - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 85.3, - "score_label": "Batter advantage" - }, - { - "key": "kl_rahul__n_wadhera", - "batter": "KL Rahul", - "bowler": "N Wadhera", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 71.4, - "runs_per_ball": 0.714, - "dot_ball_pct": 28.6, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426305", - "date": "2024-05-17", - "balls": 14, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.2, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__naman_dhir", - "batter": "RA Jadeja", - "bowler": "Naman Dhir", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 71.4, - "runs_per_ball": 0.714, - "dot_ball_pct": 42.9, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 14, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.2, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__v_nigam", - "batter": "MR Marsh", - "bowler": "V Nigam", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 257.1, - "runs_per_ball": 2.571, - "dot_ball_pct": 0.0, - "boundary_count": 6, - "boundary_pct": 42.9, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 8, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 66.5, - "score_label": "Batter advantage" - }, - { - "key": "hv_patel__avesh_khan", - "batter": "HV Patel", - "bowler": "Avesh Khan", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 128.6, - "runs_per_ball": 1.286, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 14, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.0, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__k_rabada", - "batter": "Naman Dhir", - "bowler": "K Rabada", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 128.6, - "runs_per_ball": 1.286, - "dot_ball_pct": 14.3, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.0, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__tu_deshpande", - "batter": "MS Dhoni", - "bowler": "TU Deshpande", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 214.3, - "runs_per_ball": 2.143, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 8, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 61.3, - "score_label": "Neutral" - }, - { - "key": "rd_rickelton__harshit_rana", - "batter": "RD Rickelton", - "bowler": "Harshit Rana", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 214.3, - "runs_per_ball": 2.143, - "dot_ball_pct": 42.9, - "boundary_count": 6, - "boundary_pct": 42.9, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 14, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 61.3, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__kk_ahmed", - "batter": "Abishek Porel", - "bowler": "KK Ahmed", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 71.4, - "runs_per_ball": 0.714, - "dot_ball_pct": 28.6, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 14, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.2, - "score_label": "Neutral" - }, - { - "key": "sameer_rizvi__m_pathirana", - "batter": "Sameer Rizvi", - "bowler": "M Pathirana", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 128.6, - "runs_per_ball": 1.286, - "dot_ball_pct": 28.6, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 14, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.0, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__jr_hazlewood", - "batter": "Naman Dhir", - "bowler": "JR Hazlewood", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 71.4, - "runs_per_ball": 0.714, - "dot_ball_pct": 71.4, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529297", - "date": "2026-05-10", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.2, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__yash_dayal", - "batter": "T Stubbs", - "bowler": "Yash Dayal", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 242.9, - "runs_per_ball": 2.429, - "dot_ball_pct": 14.3, - "boundary_count": 6, - "boundary_pct": 42.9, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 8, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 64.7, - "score_label": "Batter advantage" - }, - { - "key": "naman_dhir__mukesh_kumar", - "batter": "Naman Dhir", - "bowler": "Mukesh Kumar", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 58, - "dismissals": 0, - "strike_rate": 414.3, - "runs_per_ball": 4.143, - "dot_ball_pct": 0.0, - "boundary_count": 12, - "boundary_pct": 85.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 58, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 8, - "runs": 40, - "dismissed": false - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 6, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 85.3, - "score_label": "Batter advantage" - }, - { - "key": "t_stubbs__m_prasidh_krishna", - "batter": "T Stubbs", - "bowler": "M Prasidh Krishna", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 142.9, - "runs_per_ball": 1.429, - "dot_ball_pct": 14.3, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.7, - "score_label": "Neutral" - }, - { - "key": "m_jansen__b_kumar", - "batter": "M Jansen", - "bowler": "B Kumar", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 71.4, - "runs_per_ball": 0.714, - "dot_ball_pct": 28.6, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 14, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.2, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__mj_santner", - "batter": "RA Jadeja", - "bowler": "MJ Santner", - "balls": 18, - "legal_balls": 14, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 57.1, - "runs_per_ball": 0.571, - "dot_ball_pct": 42.9, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 14, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 42.5, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__harshit_rana", - "batter": "B Sai Sudharsan", - "bowler": "Harshit Rana", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 28.6, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 14, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "ak_markram__mukesh_kumar", - "batter": "AK Markram", - "bowler": "Mukesh Kumar", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 157.1, - "runs_per_ball": 1.571, - "dot_ball_pct": 57.1, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527678", - "date": "2026-04-01", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 10, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 54.5, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__prince_yadav", - "batter": "Abishek Porel", - "bowler": "Prince Yadav", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 114.3, - "runs_per_ball": 1.143, - "dot_ball_pct": 42.9, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 14, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.3, - "score_label": "Neutral" - }, - { - "key": "aniket_verma__ra_jadeja", - "batter": "Aniket Verma", - "bowler": "RA Jadeja", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 114.3, - "runs_per_ball": 1.143, - "dot_ball_pct": 57.1, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 14, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.3, - "score_label": "Neutral" - }, - { - "key": "rd_rickelton__ravi_bishnoi", - "batter": "RD Rickelton", - "bowler": "Ravi Bishnoi", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 185.7, - "runs_per_ball": 1.857, - "dot_ball_pct": 28.6, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 14, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.9, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__kuldeep_yadav", - "batter": "A Raghuvanshi", - "bowler": "Kuldeep Yadav", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 71.4, - "runs_per_ball": 0.714, - "dot_ball_pct": 42.9, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 14, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 44.2, - "score_label": "Neutral" - }, - { - "key": "a_mhatre__arshdeep_singh", - "batter": "A Mhatre", - "bowler": "Arshdeep Singh", - "balls": 18, - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 114.3, - "runs_per_ball": 1.143, - "dot_ball_pct": 28.6, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527680", - "date": "2026-04-03", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.3, - "score_label": "Neutral" - }, - { - "key": "a_mhatre__yash_dayal", - "batter": "A Mhatre", - "bowler": "Yash Dayal", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 114.3, - "runs_per_ball": 1.143, - "dot_ball_pct": 14.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 14, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.3, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__kuldeep_yadav", - "batter": "Priyansh Arya", - "bowler": "Kuldeep Yadav", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 38, - "dismissals": 0, - "strike_rate": 271.4, - "runs_per_ball": 2.714, - "dot_ball_pct": 14.3, - "boundary_count": 6, - "boundary_pct": 42.9, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 38, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473495", - "date": "2025-05-08", - "balls": 14, - "runs": 38, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 68.2, - "score_label": "Batter advantage" - }, - { - "key": "n_wadhera__r_parag", - "batter": "N Wadhera", - "bowler": "R Parag", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 128.6, - "runs_per_ball": 1.286, - "dot_ball_pct": 14.3, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 14, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.0, - "score_label": "Neutral" - }, - { - "key": "ak_markram__e_malinga", - "batter": "AK Markram", - "bowler": "E Malinga", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 114.3, - "runs_per_ball": 1.143, - "dot_ball_pct": 28.6, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 14, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.3, - "score_label": "Neutral" - }, - { - "key": "ak_markram__nithish_kumar_reddy", - "batter": "AK Markram", - "bowler": "Nithish Kumar Reddy", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 142.9, - "runs_per_ball": 1.429, - "dot_ball_pct": 42.9, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 8, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 52.7, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__rashid_khan", - "batter": "MR Marsh", - "bowler": "Rashid Khan", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 52, - "dismissals": 0, - "strike_rate": 371.4, - "runs_per_ball": 3.714, - "dot_ball_pct": 0.0, - "boundary_count": 10, - "boundary_pct": 71.4, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 52, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 14, - "runs": 52, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 80.2, - "score_label": "Batter advantage" - }, - { - "key": "h_klaasen__b_kumar", - "batter": "H Klaasen", - "bowler": "B Kumar", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 185.7, - "runs_per_ball": 1.857, - "dot_ball_pct": 42.9, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.9, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__kh_pandya", - "batter": "Nithish Kumar Reddy", - "bowler": "KH Pandya", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 228.6, - "runs_per_ball": 2.286, - "dot_ball_pct": 28.6, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 8, - "runs": 28, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 63.0, - "score_label": "Batter advantage" - }, - { - "key": "a_mhatre__mohammed_siraj", - "batter": "A Mhatre", - "bowler": "Mohammed Siraj", - "balls": 16, - "legal_balls": 14, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 85.7, - "runs_per_ball": 0.857, - "dot_ball_pct": 57.1, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 14, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.9, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__hh_pandya", - "batter": "Priyansh Arya", - "bowler": "HH Pandya", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 242.9, - "runs_per_ball": 2.429, - "dot_ball_pct": 14.3, - "boundary_count": 6, - "boundary_pct": 42.9, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 34, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 14, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 64.7, - "score_label": "Batter advantage" - }, - { - "key": "nithish_kumar_reddy__b_kumar", - "batter": "Nithish Kumar Reddy", - "bowler": "B Kumar", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 42.9, - "runs_per_ball": 0.429, - "dot_ball_pct": 57.1, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 40.7, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__washington_sundar", - "batter": "P Simran Singh", - "bowler": "Washington Sundar", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 214.3, - "runs_per_ball": 2.143, - "dot_ball_pct": 28.6, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 14, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 61.3, - "score_label": "Neutral" - }, - { - "key": "dhruv_jurel__m_prasidh_krishna", - "batter": "Dhruv Jurel", - "bowler": "M Prasidh Krishna", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 171.4, - "runs_per_ball": 1.714, - "dot_ball_pct": 14.3, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 14, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 56.2, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__ys_chahal", - "batter": "Naman Dhir", - "bowler": "YS Chahal", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 228.6, - "runs_per_ball": 2.286, - "dot_ball_pct": 14.3, - "boundary_count": 4, - "boundary_pct": 28.6, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529301", - "date": "2026-05-14", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1529267", - "date": "2026-04-16", - "balls": 10, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 63.0, - "score_label": "Batter advantage" - }, - { - "key": "am_rahane__e_malinga", - "batter": "AM Rahane", - "bowler": "E Malinga", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 128.6, - "runs_per_ball": 1.286, - "dot_ball_pct": 57.1, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 14, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 14, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.0, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__r_sai_kishore", - "batter": "A Raghuvanshi", - "bowler": "R Sai Kishore", - "balls": 14, - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 185.7, - "runs_per_ball": 1.857, - "dot_ball_pct": 14.3, - "boundary_count": 2, - "boundary_pct": 14.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 14, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529303", - "date": "2026-05-16", - "balls": 14, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.9, - "score_label": "Neutral" - }, - { - "key": "m_jansen__ad_russell", - "batter": "M Jansen", - "bowler": "AD Russell", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 4, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473481", - "date": "2025-04-26", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1254062", - "date": "2021-04-13", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 9.6, - "score_label": "Bowler advantage" - }, - { - "key": "pj_cummins__kuldeep_yadav", - "batter": "PJ Cummins", - "bowler": "Kuldeep Yadav", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 2, - "dismissals": 4, - "strike_rate": 16.7, - "runs_per_ball": 0.167, - "dot_ball_pct": 83.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 2, - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473447", - "date": "2025-03-30", - "balls": 10, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304065", - "date": "2022-04-10", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 5.6, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__mj_santner", - "batter": "SA Yadav", - "bowler": "MJ Santner", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 4, - "strike_rate": 83.3, - "runs_per_ball": 0.833, - "dot_ball_pct": 66.7, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 4 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359486", - "date": "2023-04-08", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304079", - "date": "2022-04-21", - "balls": 10, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 13.6, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__kk_ahmed", - "batter": "D Padikkal", - "bowler": "KK Ahmed", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 2, - "dismissals": 4, - "strike_rate": 16.7, - "runs_per_ball": 0.167, - "dot_ball_pct": 83.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527684", - "date": "2026-04-05", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426264", - "date": "2024-04-12", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304080", - "date": "2022-04-22", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 5.6, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__kk_ahmed", - "batter": "Abhishek Sharma", - "bowler": "KK Ahmed", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 4, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 66.7, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 4 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 2, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304096", - "date": "2022-05-05", - "balls": 6, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_ashwin__arshdeep_singh", - "batter": "R Ashwin", - "bowler": "Arshdeep Singh", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 2, - "dismissals": 4, - "strike_rate": 16.7, - "runs_per_ball": 0.167, - "dot_ball_pct": 83.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359482", - "date": "2023-04-05", - "balls": 6, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 5.6, - "score_label": "Bowler advantage" - }, - { - "key": "priyansh_arya__jc_archer", - "batter": "Priyansh Arya", - "bowler": "JC Archer", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 4, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 66.7, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 4 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529283", - "date": "2026-04-28", - "balls": 10, - "runs": 16, - "dismissed": true - }, - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "rashid_khan__m_prasidh_krishna", - "batter": "Rashid Khan", - "bowler": "M Prasidh Krishna", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 44, - "dismissals": 2, - "strike_rate": 366.7, - "runs_per_ball": 3.667, - "dot_ball_pct": 16.7, - "boundary_count": 8, - "boundary_pct": 66.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 44, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1136619", - "date": "2018-05-25", - "balls": 10, - "runs": 44, - "dismissed": false - }, - { - "match_id": "1136614", - "date": "2018-05-19", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 63.6, - "score_label": "Batter advantage" - }, - { - "key": "jj_bumrah__hv_patel", - "batter": "JJ Bumrah", - "bowler": "HV Patel", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254108", - "date": "2021-09-26", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254058", - "date": "2021-04-09", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1136615", - "date": "2018-05-20", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "b_kumar__k_rabada", - "batter": "B Kumar", - "bowler": "K Rabada", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 16.7, - "runs_per_ball": 0.167, - "dot_ball_pct": 83.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 6, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1178405", - "date": "2019-04-14", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 21.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_parag__ad_russell", - "batter": "R Parag", - "bowler": "AD Russell", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": { - "hit wicket": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1178418", - "date": "2019-04-25", - "balls": 12, - "runs": 24, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__sm_curran", - "batter": "R Tewatia", - "bowler": "SM Curran", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359492", - "date": "2023-04-13", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1254069", - "date": "2021-04-19", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216496", - "date": "2020-09-22", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "hv_patel__jc_archer", - "batter": "HV Patel", - "bowler": "JC Archer", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216500", - "date": "2020-10-09", - "balls": 12, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "so_hetmyer__ta_boult", - "batter": "SO Hetmyer", - "bowler": "TA Boult", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254070", - "date": "2021-04-20", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1237181", - "date": "2020-11-10", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "rm_patidar__cv_varun", - "batter": "RM Patidar", - "bowler": "CV Varun", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 116.7, - "runs_per_ball": 1.167, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426274", - "date": "2024-04-21", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254067", - "date": "2021-04-18", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 33.6, - "score_label": "Bowler advantage" - }, - { - "key": "jj_bumrah__ys_chahal", - "batter": "JJ Bumrah", - "bowler": "YS Chahal", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 16.7, - "runs_per_ball": 0.167, - "dot_ball_pct": 83.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422132", - "date": "2024-04-01", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254108", - "date": "2021-09-26", - "balls": 6, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 21.6, - "score_label": "Bowler advantage" - }, - { - "key": "ra_jadeja__vg_arora", - "batter": "RA Jadeja", - "bowler": "VG Arora", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 4, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1304057", - "date": "2022-04-03", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "m_shahrukh_khan__jj_bumrah", - "batter": "M Shahrukh Khan", - "bowler": "JJ Bumrah", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 2 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 8, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1304069", - "date": "2022-04-13", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "ms_dhoni__jr_hazlewood", - "batter": "MS Dhoni", - "bowler": "JR Hazlewood", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 183.3, - "runs_per_ball": 1.833, - "dot_ball_pct": 16.7, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 8, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304095", - "date": "2022-05-04", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "s_dube__kk_ahmed", - "batter": "S Dube", - "bowler": "KK Ahmed", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 2, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359541", - "date": "2023-05-20", - "balls": 10, - "runs": 26, - "dismissed": true - }, - { - "match_id": "1304101", - "date": "2022-05-08", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "sm_curran__hv_patel", - "batter": "SM Curran", - "bowler": "HV Patel", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359501", - "date": "2023-04-20", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 23.6, - "score_label": "Bowler advantage" - }, - { - "key": "sm_curran__m_pathirana", - "batter": "SM Curran", - "bowler": "M Pathirana", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359515", - "date": "2023-04-30", - "balls": 12, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "rm_patidar__sm_curran", - "batter": "RM Patidar", - "bowler": "SM Curran", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 16.7, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426296", - "date": "2024-05-09", - "balls": 6, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1422124", - "date": "2024-03-25", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "tm_head__noor_ahmad", - "batter": "TM Head", - "bowler": "Noor Ahmad", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1422130", - "date": "2024-03-31", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "s_dube__mukesh_kumar", - "batter": "S Dube", - "bowler": "Mukesh Kumar", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 216.7, - "runs_per_ball": 2.167, - "dot_ball_pct": 16.7, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527691", - "date": "2026-04-11", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 45.6, - "score_label": "Neutral" - }, - { - "key": "sp_narine__mr_marsh", - "batter": "SP Narine", - "bowler": "MR Marsh", - "balls": 16, - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 12, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "shashank_singh__r_sai_kishore", - "batter": "Shashank Singh", - "bowler": "R Sai Kishore", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 83.3, - "runs_per_ball": 0.833, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 8, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 29.6, - "score_label": "Bowler advantage" - }, - { - "key": "n_wadhera__ta_boult", - "batter": "N Wadhera", - "bowler": "TA Boult", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 183.3, - "runs_per_ball": 1.833, - "dot_ball_pct": 16.7, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473510", - "date": "2025-06-01", - "balls": 8, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "m_jansen__hh_pandya", - "batter": "M Jansen", - "bowler": "HH Pandya", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 12, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "tilak_varma__harshit_rana", - "batter": "Tilak Varma", - "bowler": "Harshit Rana", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 50.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 30, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 12, - "runs": 30, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 49.6, - "score_label": "Neutral" - }, - { - "key": "ar_patel__yash_dayal", - "batter": "AR Patel", - "bowler": "Yash Dayal", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 16.7, - "runs_per_ball": 0.167, - "dot_ball_pct": 83.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426300", - "date": "2024-05-12", - "balls": 8, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 21.6, - "score_label": "Bowler advantage" - }, - { - "key": "aniket_verma__tu_deshpande", - "batter": "Aniket Verma", - "bowler": "TU Deshpande", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 183.3, - "runs_per_ball": 1.833, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 4, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__noor_ahmad", - "batter": "Priyansh Arya", - "bowler": "Noor Ahmad", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 12, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_tewatia__jc_archer", - "batter": "R Tewatia", - "bowler": "JC Archer", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 2, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 4, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ak_markram__r_sai_kishore", - "batter": "AK Markram", - "bowler": "R Sai Kishore", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 116.7, - "runs_per_ball": 1.167, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 8, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 33.6, - "score_label": "Bowler advantage" - }, - { - "key": "tm_head__shashank_singh", - "batter": "TM Head", - "bowler": "Shashank Singh", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 10, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "vg_arora__arshdeep_singh", - "batter": "VG Arora", - "bowler": "Arshdeep Singh", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 12, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "n_wadhera__b_kumar", - "batter": "N Wadhera", - "bowler": "B Kumar", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 183.3, - "runs_per_ball": 1.833, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 8, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "rg_sharma__r_parag", - "batter": "RG Sharma", - "bowler": "R Parag", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 83.3, - "runs_per_ball": 0.833, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473487", - "date": "2025-05-01", - "balls": 12, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 29.6, - "score_label": "Bowler advantage" - }, - { - "key": "pd_salt__jd_unadkat", - "batter": "PD Salt", - "bowler": "JD Unadkat", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "harshit_rana__e_malinga", - "batter": "Harshit Rana", - "bowler": "E Malinga", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 12, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "tu_deshpande__e_malinga", - "batter": "TU Deshpande", - "bowler": "E Malinga", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 12, - "runs": 18, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__jr_hazlewood", - "batter": "N Pooran", - "bowler": "JR Hazlewood", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529293", - "date": "2026-05-07", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 6, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "rm_patidar__prince_yadav", - "batter": "RM Patidar", - "bowler": "Prince Yadav", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 16.7, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529293", - "date": "2026-05-07", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 4, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "sv_samson__nithish_kumar_reddy", - "batter": "SV Samson", - "bowler": "Nithish Kumar Reddy", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 2, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 50.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529306", - "date": "2026-05-18", - "balls": 10, - "runs": 30, - "dismissed": false - }, - { - "match_id": "1529270", - "date": "2026-04-18", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 49.6, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__noor_ahmad", - "batter": "HH Pandya", - "bowler": "Noor Ahmad", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529287", - "date": "2026-05-02", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1529276", - "date": "2026-04-23", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 23.6, - "score_label": "Bowler advantage" - }, - { - "key": "dhruv_jurel__nithish_kumar_reddy", - "batter": "Dhruv Jurel", - "bowler": "Nithish Kumar Reddy", - "balls": 16, - "legal_balls": 12, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 216.7, - "runs_per_ball": 2.167, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 50.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 26, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 8, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 45.6, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__e_malinga", - "batter": "VR Iyer", - "bowler": "E Malinga", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 83.3, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 12, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "rashid_khan__sandeep_sharma", - "batter": "Rashid Khan", - "bowler": "Sandeep Sharma", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1359497", - "date": "2023-04-16", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1082609", - "date": "2017-04-17", - "balls": 2, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "ra_jadeja__tm_head", - "batter": "RA Jadeja", - "bowler": "TM Head", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 116.7, - "runs_per_ball": 1.167, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1082621", - "date": "2017-04-27", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1082610", - "date": "2017-04-18", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.6, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__jd_unadkat", - "batter": "JC Buttler", - "bowler": "JD Unadkat", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 16.7, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1082618", - "date": "2017-04-24", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__r_tewatia", - "batter": "JC Buttler", - "bowler": "R Tewatia", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 16.7, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1136566", - "date": "2018-04-11", - "balls": 12, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__washington_sundar", - "batter": "R Ashwin", - "bowler": "Washington Sundar", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1136568", - "date": "2018-04-13", - "balls": 12, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "sp_narine__jc_archer", - "batter": "SP Narine", - "bowler": "JC Archer", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 16.7, - "runs_per_ball": 0.167, - "dot_ball_pct": 83.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216504", - "date": "2020-09-30", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1178396", - "date": "2019-04-07", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "kuldeep_yadav__washington_sundar", - "batter": "Kuldeep Yadav", - "bowler": "Washington Sundar", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216494", - "date": "2020-10-21", - "balls": 12, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__ys_chahal", - "batter": "R Tewatia", - "bowler": "YS Chahal", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 16.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426262", - "date": "2024-04-10", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1216522", - "date": "2020-10-17", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216514", - "date": "2020-10-03", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "dl_chahar__kk_ahmed", - "batter": "DL Chahar", - "bowler": "KK Ahmed", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 16.7, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1216528", - "date": "2020-10-13", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 63.6, - "score_label": "Batter advantage" - }, - { - "key": "r_ashwin__kh_pandya", - "batter": "R Ashwin", - "bowler": "KH Pandya", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 2, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1216535", - "date": "2020-10-31", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "rk_singh__mj_santner", - "batter": "RK Singh", - "bowler": "MJ Santner", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 83.3, - "runs_per_ball": 0.833, - "dot_ball_pct": 16.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216536", - "date": "2020-10-29", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.6, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__r_parag", - "batter": "KL Rahul", - "bowler": "R Parag", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 16.7, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254061", - "date": "2021-04-12", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "jd_unadkat__sm_curran", - "batter": "JD Unadkat", - "bowler": "SM Curran", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 283.3, - "runs_per_ball": 2.833, - "dot_ball_pct": 33.3, - "boundary_count": 6, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 34, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 2, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1254069", - "date": "2021-04-19", - "balls": 10, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 69.6, - "score_label": "Batter advantage" - }, - { - "key": "m_shahrukh_khan__ar_patel", - "batter": "M Shahrukh Khan", - "bowler": "AR Patel", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304078", - "date": "2022-04-20", - "balls": 10, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254086", - "date": "2021-05-02", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__ta_boult", - "batter": "R Tewatia", - "bowler": "TA Boult", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254093", - "date": "2021-10-05", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ak_markram__r_parag", - "batter": "AK Markram", - "bowler": "R Parag", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 283.3, - "runs_per_ball": 2.833, - "dot_ball_pct": 0.0, - "boundary_count": 6, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 8, - "runs": 24, - "dismissed": false - }, - { - "match_id": "1254111", - "date": "2021-09-21", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 69.6, - "score_label": "Batter advantage" - }, - { - "key": "ra_jadeja__ak_markram", - "batter": "RA Jadeja", - "bowler": "AK Markram", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 10, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304063", - "date": "2022-04-09", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__yash_dayal", - "batter": "SO Hetmyer", - "bowler": "Yash Dayal", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426310", - "date": "2024-05-22", - "balls": 8, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304070", - "date": "2022-04-14", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__avesh_khan", - "batter": "Ishan Kishan", - "bowler": "Avesh Khan", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 10, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304072", - "date": "2022-04-16", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "arshdeep_singh__kk_ahmed", - "batter": "Arshdeep Singh", - "bowler": "KK Ahmed", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 83.3, - "runs_per_ball": 0.833, - "dot_ball_pct": 66.7, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304078", - "date": "2022-04-20", - "balls": 12, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.6, - "score_label": "Neutral" - }, - { - "key": "a_badoni__jd_unadkat", - "batter": "A Badoni", - "bowler": "JD Unadkat", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426295", - "date": "2024-05-08", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304083", - "date": "2022-04-24", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "hv_patel__ys_chahal", - "batter": "HV Patel", - "bowler": "YS Chahal", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 116.7, - "runs_per_ball": 1.167, - "dot_ball_pct": 66.7, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 12, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.6, - "score_label": "Neutral" - }, - { - "key": "rk_singh__r_ashwin", - "batter": "RK Singh", - "bowler": "R Ashwin", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 83.3, - "runs_per_ball": 0.833, - "dot_ball_pct": 16.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359530", - "date": "2023-05-11", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304093", - "date": "2022-05-02", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.6, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__sp_narine", - "batter": "Washington Sundar", - "bowler": "SP Narine", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529268", - "date": "2026-04-17", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "ar_patel__k_rabada", - "batter": "AR Patel", - "bowler": "K Rabada", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304110", - "date": "2022-05-16", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__washington_sundar", - "batter": "Tilak Varma", - "bowler": "Washington Sundar", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 83.3, - "runs_per_ball": 0.833, - "dot_ball_pct": 16.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359499", - "date": "2023-04-18", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304111", - "date": "2022-05-17", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.6, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__m_pathirana", - "batter": "YBK Jaiswal", - "bowler": "M Pathirana", - "balls": 18, - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 83.3, - "runs_per_ball": 0.833, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304114", - "date": "2022-05-20", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.6, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__r_sai_kishore", - "batter": "JC Buttler", - "bowler": "R Sai Kishore", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1312197", - "date": "2022-05-24", - "balls": 12, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__r_ashwin", - "batter": "P Simran Singh", - "bowler": "R Ashwin", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359482", - "date": "2023-04-05", - "balls": 12, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__sandeep_sharma", - "batter": "Kuldeep Yadav", - "bowler": "Sandeep Sharma", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 116.7, - "runs_per_ball": 1.167, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359485", - "date": "2023-04-08", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.6, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__ravi_bishnoi", - "batter": "JM Sharma", - "bowler": "Ravi Bishnoi", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359512", - "date": "2023-04-28", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359495", - "date": "2023-04-15", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__ravi_bishnoi", - "batter": "M Shahrukh Khan", - "bowler": "Ravi Bishnoi", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359495", - "date": "2023-04-15", - "balls": 12, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "a_badoni__noor_ahmad", - "batter": "A Badoni", - "bowler": "Noor Ahmad", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 116.7, - "runs_per_ball": 1.167, - "dot_ball_pct": 16.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359525", - "date": "2023-05-07", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359504", - "date": "2023-04-22", - "balls": 2, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.6, - "score_label": "Neutral" - }, - { - "key": "abhishek_sharma__sandeep_sharma", - "batter": "Abhishek Sharma", - "bowler": "Sandeep Sharma", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 6, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359526", - "date": "2023-05-07", - "balls": 12, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "m_shahrukh_khan__harshit_rana", - "batter": "M Shahrukh Khan", - "bowler": "Harshit Rana", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 283.3, - "runs_per_ball": 2.833, - "dot_ball_pct": 0.0, - "boundary_count": 6, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 34, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359527", - "date": "2023-05-08", - "balls": 8, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 69.6, - "score_label": "Batter advantage" - }, - { - "key": "b_kumar__yash_dayal", - "batter": "B Kumar", - "bowler": "Yash Dayal", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359536", - "date": "2023-05-15", - "balls": 12, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__nithish_kumar_reddy", - "batter": "Ishan Kishan", - "bowler": "Nithish Kumar Reddy", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 66.7, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359543", - "date": "2023-05-21", - "balls": 12, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "sm_curran__mohammed_siraj", - "batter": "SM Curran", - "bowler": "Mohammed Siraj", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426296", - "date": "2024-05-09", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1422124", - "date": "2024-03-25", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "s_dube__r_sai_kishore", - "batter": "S Dube", - "bowler": "R Sai Kishore", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 333.3, - "runs_per_ball": 3.333, - "dot_ball_pct": 16.7, - "boundary_count": 6, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 40, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1422125", - "date": "2024-03-26", - "balls": 6, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 75.6, - "score_label": "Batter advantage" - }, - { - "key": "t_stubbs__avesh_khan", - "batter": "T Stubbs", - "bowler": "Avesh Khan", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 83.3, - "runs_per_ball": 0.833, - "dot_ball_pct": 16.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 12, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.6, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__mukesh_kumar", - "batter": "RA Jadeja", - "bowler": "Mukesh Kumar", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 16.7, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 12, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "sm_curran__noor_ahmad", - "batter": "SM Curran", - "bowler": "Noor Ahmad", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 83.3, - "runs_per_ball": 0.833, - "dot_ball_pct": 16.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1422135", - "date": "2024-04-04", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.6, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__tu_deshpande", - "batter": "SS Iyer", - "bowler": "TU Deshpande", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 183.3, - "runs_per_ball": 1.833, - "dot_ball_pct": 16.7, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.6, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__pj_cummins", - "batter": "Shashank Singh", - "bowler": "PJ Cummins", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 183.3, - "runs_per_ball": 1.833, - "dot_ball_pct": 16.7, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 8, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.6, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__r_ashwin", - "batter": "B Sai Sudharsan", - "bowler": "R Ashwin", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 16.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426262", - "date": "2024-04-10", - "balls": 12, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__tu_deshpande", - "batter": "Tilak Varma", - "bowler": "TU Deshpande", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426267", - "date": "2024-04-14", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__hh_pandya", - "batter": "Shashank Singh", - "bowler": "HH Pandya", - "balls": 16, - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 83.3, - "runs_per_ball": 0.833, - "dot_ball_pct": 16.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 12, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.6, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__avesh_khan", - "batter": "N Wadhera", - "bowler": "Avesh Khan", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 16.7, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473450", - "date": "2025-04-01", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 10, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "nithish_kumar_reddy__mohammed_siraj", - "batter": "Nithish Kumar Reddy", - "bowler": "Mohammed Siraj", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1426279", - "date": "2024-04-25", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "sp_narine__sm_curran", - "batter": "SP Narine", - "bowler": "SM Curran", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 183.3, - "runs_per_ball": 1.833, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 12, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.6, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__harshit_rana", - "batter": "Kuldeep Yadav", - "bowler": "Harshit Rana", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 12, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__jd_unadkat", - "batter": "YBK Jaiswal", - "bowler": "JD Unadkat", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 16.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__yash_dayal", - "batter": "M Shahrukh Khan", - "bowler": "Yash Dayal", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 16.7, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426290", - "date": "2024-05-04", - "balls": 12, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__avesh_khan", - "batter": "Abishek Porel", - "bowler": "Avesh Khan", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 283.3, - "runs_per_ball": 2.833, - "dot_ball_pct": 0.0, - "boundary_count": 6, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 8, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 69.6, - "score_label": "Batter advantage" - }, - { - "key": "jm_sharma__pj_cummins", - "batter": "JM Sharma", - "bowler": "PJ Cummins", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 183.3, - "runs_per_ball": 1.833, - "dot_ball_pct": 16.7, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426307", - "date": "2024-05-19", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.6, - "score_label": "Neutral" - }, - { - "key": "jd_unadkat__harshit_rana", - "batter": "JD Unadkat", - "bowler": "Harshit Rana", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 16.7, - "runs_per_ball": 0.167, - "dot_ball_pct": 83.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 12, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "rd_gaikwad__mj_santner", - "batter": "RD Gaikwad", - "bowler": "MJ Santner", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 50.0, - "boundary_count": 6, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 12, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 63.6, - "score_label": "Batter advantage" - }, - { - "key": "n_pooran__v_nigam", - "batter": "N Pooran", - "bowler": "V Nigam", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 366.7, - "runs_per_ball": 3.667, - "dot_ball_pct": 33.3, - "boundary_count": 8, - "boundary_pct": 66.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 36, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 12, - "runs": 44, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 79.6, - "score_label": "Batter advantage" - }, - { - "key": "aniket_verma__prince_yadav", - "batter": "Aniket Verma", - "bowler": "Prince Yadav", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "r_ravindra__suyash_sharma", - "batter": "R Ravindra", - "bowler": "Suyash Sharma", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 12, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "ad_russell__mj_santner", - "batter": "AD Russell", - "bowler": "MJ Santner", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 16.7, - "runs_per_ball": 0.167, - "dot_ball_pct": 83.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 12, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "shashank_singh__sandeep_sharma", - "batter": "Shashank Singh", - "bowler": "Sandeep Sharma", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 16.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 12, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__ra_jadeja", - "batter": "Priyansh Arya", - "bowler": "RA Jadeja", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 83.3, - "runs_per_ball": 0.833, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 12, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 45.6, - "score_label": "Neutral" - }, - { - "key": "m_jansen__kk_ahmed", - "batter": "M Jansen", - "bowler": "KK Ahmed", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 183.3, - "runs_per_ball": 1.833, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 4, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 8, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 57.6, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__harshit_rana", - "batter": "RA Jadeja", - "bowler": "Harshit Rana", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 216.7, - "runs_per_ball": 2.167, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 10, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 61.6, - "score_label": "Neutral" - }, - { - "key": "rd_rickelton__v_nigam", - "batter": "RD Rickelton", - "bowler": "V Nigam", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__m_jansen", - "batter": "A Raghuvanshi", - "bowler": "M Jansen", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 66.7, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 12, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__jj_bumrah", - "batter": "Nithish Kumar Reddy", - "bowler": "JJ Bumrah", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 16.7, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "aniket_verma__jj_bumrah", - "batter": "Aniket Verma", - "bowler": "JJ Bumrah", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 16.7, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 8, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__e_malinga", - "batter": "Tilak Varma", - "bowler": "E Malinga", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__ak_markram", - "batter": "YBK Jaiswal", - "bowler": "AK Markram", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 16.7, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 26, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 12, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "aniket_verma__m_pathirana", - "batter": "Aniket Verma", - "bowler": "M Pathirana", - "balls": 16, - "legal_balls": 12, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 83.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 12, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__m_pathirana", - "batter": "Nithish Kumar Reddy", - "bowler": "M Pathirana", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 12, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__r_parag", - "batter": "B Sai Sudharsan", - "bowler": "R Parag", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 10, - "runs": 22, - "dismissed": false - }, - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "sp_narine__mukesh_kumar", - "batter": "SP Narine", - "bowler": "Mukesh Kumar", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 12, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "sm_curran__arshdeep_singh", - "batter": "SM Curran", - "bowler": "Arshdeep Singh", - "balls": 16, - "legal_balls": 12, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 16.7, - "runs_per_ball": 0.167, - "dot_ball_pct": 83.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 12, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_parag__dl_chahar", - "batter": "R Parag", - "bowler": "DL Chahar", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 116.7, - "runs_per_ball": 1.167, - "dot_ball_pct": 66.7, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529312", - "date": "2026-05-24", - "balls": 10, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473487", - "date": "2025-05-01", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.6, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__vg_arora", - "batter": "SO Hetmyer", - "bowler": "VG Arora", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 8, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "jc_archer__vg_arora", - "batter": "JC Archer", - "bowler": "VG Arora", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 16.7, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 8, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__r_parag", - "batter": "Shashank Singh", - "bowler": "R Parag", - "balls": 16, - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 12, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "n_pooran__e_malinga", - "batter": "N Pooran", - "bowler": "E Malinga", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 116.7, - "runs_per_ball": 1.167, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 12, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.6, - "score_label": "Neutral" - }, - { - "key": "v_suryavanshi__kk_ahmed", - "batter": "V Suryavanshi", - "bowler": "KK Ahmed", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527676", - "date": "2026-03-30", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "harshit_rana__abhishek_sharma", - "batter": "Harshit Rana", - "bowler": "Abhishek Sharma", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 38, - "dismissals": 0, - "strike_rate": 316.7, - "runs_per_ball": 3.167, - "dot_ball_pct": 16.7, - "boundary_count": 6, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 38, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 12, - "runs": 38, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 73.6, - "score_label": "Batter advantage" - }, - { - "key": "ybk_jaiswal__noor_ahmad", - "batter": "YBK Jaiswal", - "bowler": "Noor Ahmad", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527676", - "date": "2026-03-30", - "balls": 12, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__s_dube", - "batter": "D Padikkal", - "bowler": "S Dube", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 40, - "dismissals": 0, - "strike_rate": 333.3, - "runs_per_ball": 3.333, - "dot_ball_pct": 0.0, - "boundary_count": 8, - "boundary_pct": 66.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 40, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527684", - "date": "2026-04-05", - "balls": 12, - "runs": 40, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 75.6, - "score_label": "Batter advantage" - }, - { - "key": "naman_dhir__sandeep_sharma", - "batter": "Naman Dhir", - "bowler": "Sandeep Sharma", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 12, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 63.6, - "score_label": "Batter advantage" - }, - { - "key": "a_mhatre__kuldeep_yadav", - "batter": "A Mhatre", - "bowler": "Kuldeep Yadav", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527691", - "date": "2026-04-11", - "balls": 12, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 63.6, - "score_label": "Batter advantage" - }, - { - "key": "ra_jadeja__nithish_kumar_reddy", - "batter": "RA Jadeja", - "bowler": "Nithish Kumar Reddy", - "balls": 14, - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 16.7, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 12, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "pd_salt__mukesh_kumar", - "batter": "PD Salt", - "bowler": "Mukesh Kumar", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 12, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 12, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__prince_yadav", - "batter": "Priyansh Arya", - "bowler": "Prince Yadav", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 12, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__mj_santner", - "batter": "M Shahrukh Khan", - "bowler": "MJ Santner", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 16.7, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 12, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__suyash_sharma", - "batter": "Abishek Porel", - "bowler": "Suyash Sharma", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529282", - "date": "2026-04-27", - "balls": 12, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__b_kumar", - "batter": "A Raghuvanshi", - "bowler": "B Kumar", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529300", - "date": "2026-05-13", - "balls": 12, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "v_kohli__shashank_singh", - "batter": "V Kohli", - "bowler": "Shashank Singh", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529304", - "date": "2026-05-17", - "balls": 12, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__sandeep_sharma", - "batter": "MR Marsh", - "bowler": "Sandeep Sharma", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529307", - "date": "2026-05-19", - "balls": 12, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "am_rahane__v_kohli", - "batter": "AM Rahane", - "bowler": "V Kohli", - "balls": 12, - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 116.7, - "runs_per_ball": 1.167, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 16.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 12, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "501252", - "date": "2011-05-11", - "balls": 12, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 49.6, - "score_label": "Neutral" - }, - { - "key": "jc_archer__k_rabada", - "batter": "JC Archer", - "bowler": "K Rabada", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 4, - "strike_rate": 20.0, - "runs_per_ball": 0.2, - "dot_ball_pct": 80.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216543", - "date": "2020-10-14", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1216500", - "date": "2020-10-09", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 6.0, - "score_label": "Bowler advantage" - }, - { - "key": "m_jansen__vg_arora", - "batter": "M Jansen", - "bowler": "VG Arora", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 4, - "strike_rate": 20.0, - "runs_per_ball": 0.2, - "dot_ball_pct": 80.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473481", - "date": "2025-04-26", - "balls": 6, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359521", - "date": "2023-05-04", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 6.0, - "score_label": "Bowler advantage" - }, - { - "key": "a_raghuvanshi__ra_jadeja", - "batter": "A Raghuvanshi", - "bowler": "RA Jadeja", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 0, - "dismissals": 4, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 0, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 8, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 3.6, - "score_label": "Bowler advantage" - }, - { - "key": "a_raghuvanshi__yash_dayal", - "batter": "A Raghuvanshi", - "bowler": "Yash Dayal", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 4, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 60.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1426274", - "date": "2024-04-21", - "balls": 4, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 13.2, - "score_label": "Bowler advantage" - }, - { - "key": "so_hetmyer__harshit_rana", - "batter": "SO Hetmyer", - "bowler": "Harshit Rana", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 4, - "strike_rate": 40.0, - "runs_per_ball": 0.4, - "dot_ball_pct": 60.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473443", - "date": "2025-03-26", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 8.4, - "score_label": "Bowler advantage" - }, - { - "key": "a_raghuvanshi__hh_pandya", - "batter": "A Raghuvanshi", - "bowler": "HH Pandya", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 4, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 60.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 15.6, - "score_label": "Bowler advantage" - }, - { - "key": "rd_rickelton__kuldeep_yadav", - "batter": "RD Rickelton", - "bowler": "Kuldeep Yadav", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 4, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2, - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 6, - "runs": 6, - "dismissed": true - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 13.2, - "score_label": "Bowler advantage" - }, - { - "key": "v_suryavanshi__dl_chahar", - "batter": "V Suryavanshi", - "bowler": "DL Chahar", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 4, - "strike_rate": 40.0, - "runs_per_ball": 0.4, - "dot_ball_pct": 60.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 4 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529312", - "date": "2026-05-24", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1473487", - "date": "2025-05-01", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 8.4, - "score_label": "Bowler advantage" - }, - { - "key": "jc_archer__hh_pandya", - "batter": "JC Archer", - "bowler": "HH Pandya", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 20.0, - "runs_per_ball": 0.2, - "dot_ball_pct": 80.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473487", - "date": "2025-05-01", - "balls": 8, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1136581", - "date": "2018-04-22", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 22.0, - "score_label": "Bowler advantage" - }, - { - "key": "dl_chahar__sandeep_sharma", - "batter": "DL Chahar", - "bowler": "Sandeep Sharma", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 2, - "strike_rate": 240.0, - "runs_per_ball": 2.4, - "dot_ball_pct": 20.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 2, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1136617", - "date": "2018-05-22", - "balls": 8, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 48.4, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__k_rabada", - "batter": "R Ashwin", - "bowler": "K Rabada", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1178412", - "date": "2019-04-20", - "balls": 8, - "runs": 10, - "dismissed": true - }, - { - "match_id": "1175368", - "date": "2019-04-01", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 34.0, - "score_label": "Bowler advantage" - }, - { - "key": "k_rabada__pj_cummins", - "batter": "K Rabada", - "bowler": "PJ Cummins", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 40.0, - "runs_per_ball": 0.4, - "dot_ball_pct": 60.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216497", - "date": "2020-10-24", - "balls": 10, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 24.4, - "score_label": "Bowler advantage" - }, - { - "key": "jc_archer__ta_boult", - "batter": "JC Archer", - "bowler": "TA Boult", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473487", - "date": "2025-05-01", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1216511", - "date": "2020-10-06", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 38.8, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__abhishek_sharma", - "batter": "SO Hetmyer", - "bowler": "Abhishek Sharma", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1216532", - "date": "2020-09-29", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 26.8, - "score_label": "Bowler advantage" - }, - { - "key": "m_shahrukh_khan__dl_chahar", - "batter": "M Shahrukh Khan", - "bowler": "DL Chahar", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 20.0, - "runs_per_ball": 0.2, - "dot_ball_pct": 80.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254094", - "date": "2021-10-07", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1254065", - "date": "2021-04-16", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 22.0, - "score_label": "Bowler advantage" - }, - { - "key": "m_shahrukh_khan__b_kumar", - "batter": "M Shahrukh Khan", - "bowler": "B Kumar", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304116", - "date": "2022-05-22", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1304074", - "date": "2022-04-17", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 41.2, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__mr_marsh", - "batter": "R Ashwin", - "bowler": "MR Marsh", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 20.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304104", - "date": "2022-05-11", - "balls": 10, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 29.2, - "score_label": "Bowler advantage" - }, - { - "key": "abishek_porel__rashid_khan", - "batter": "Abishek Porel", - "bowler": "Rashid Khan", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 40.0, - "runs_per_ball": 0.4, - "dot_ball_pct": 60.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 8, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359481", - "date": "2023-04-04", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 24.4, - "score_label": "Bowler advantage" - }, - { - "key": "p_simran_singh__ys_chahal", - "batter": "P Simran Singh", - "bowler": "YS Chahal", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359482", - "date": "2023-04-05", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 29.2, - "score_label": "Bowler advantage" - }, - { - "key": "sm_curran__ravi_bishnoi", - "batter": "SM Curran", - "bowler": "Ravi Bishnoi", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359512", - "date": "2023-04-28", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359495", - "date": "2023-04-15", - "balls": 6, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 41.2, - "score_label": "Neutral" - }, - { - "key": "dhruv_jurel__avesh_khan", - "batter": "Dhruv Jurel", - "bowler": "Avesh Khan", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 20.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359500", - "date": "2023-04-19", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__suyash_sharma", - "batter": "F du Plessis", - "bowler": "Suyash Sharma", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359510", - "date": "2023-04-26", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 26.8, - "score_label": "Bowler advantage" - }, - { - "key": "ra_jadeja__sm_curran", - "batter": "RA Jadeja", - "bowler": "SM Curran", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 20.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 8, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1359515", - "date": "2023-04-30", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 29.2, - "score_label": "Bowler advantage" - }, - { - "key": "jm_sharma__tu_deshpande", - "batter": "JM Sharma", - "bowler": "TU Deshpande", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359515", - "date": "2023-04-30", - "balls": 10, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 38.8, - "score_label": "Neutral" - }, - { - "key": "sm_curran__suyash_sharma", - "batter": "SM Curran", - "bowler": "Suyash Sharma", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 60.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359527", - "date": "2023-05-08", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 26.8, - "score_label": "Bowler advantage" - }, - { - "key": "noor_ahmad__b_kumar", - "batter": "Noor Ahmad", - "bowler": "B Kumar", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 60.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527684", - "date": "2026-04-05", - "balls": 8, - "runs": 14, - "dismissed": true - }, - { - "match_id": "1359536", - "date": "2023-05-15", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 36.4, - "score_label": "Bowler advantage" - }, - { - "key": "s_dube__noor_ahmad", - "batter": "S Dube", - "bowler": "Noor Ahmad", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1370353", - "date": "2023-05-29", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1370350", - "date": "2023-05-23", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 26.8, - "score_label": "Bowler advantage" - }, - { - "key": "sameer_rizvi__rashid_khan", - "batter": "Sameer Rizvi", - "bowler": "Rashid Khan", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 28, - "dismissals": 2, - "strike_rate": 280.0, - "runs_per_ball": 2.8, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1422125", - "date": "2024-03-26", - "balls": 8, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 53.2, - "score_label": "Neutral" - }, - { - "key": "sa_yadav__m_pathirana", - "batter": "SA Yadav", - "bowler": "M Pathirana", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 2, - "strike_rate": 260.0, - "runs_per_ball": 2.6, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 6, - "runs": 26, - "dismissed": false - }, - { - "match_id": "1426267", - "date": "2024-04-14", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 50.8, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__kuldeep_yadav", - "batter": "Nithish Kumar Reddy", - "bowler": "Kuldeep Yadav", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 10, - "runs": 20, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__mukesh_kumar", - "batter": "Ishan Kishan", - "bowler": "Mukesh Kumar", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 2 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529274", - "date": "2026-04-21", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473447", - "date": "2025-03-30", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426281", - "date": "2024-04-27", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 26.8, - "score_label": "Bowler advantage" - }, - { - "key": "ar_patel__vg_arora", - "batter": "AR Patel", - "bowler": "VG Arora", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529294", - "date": "2026-05-08", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 41.2, - "score_label": "Neutral" - }, - { - "key": "sameer_rizvi__k_rabada", - "batter": "Sameer Rizvi", - "bowler": "K Rabada", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426287", - "date": "2024-05-01", - "balls": 10, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 36.4, - "score_label": "Bowler advantage" - }, - { - "key": "shashank_singh__mj_santner", - "batter": "Shashank Singh", - "bowler": "MJ Santner", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 10, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 34.0, - "score_label": "Bowler advantage" - }, - { - "key": "harshit_rana__jr_hazlewood", - "batter": "Harshit Rana", - "bowler": "JR Hazlewood", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 80.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 10, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 29.2, - "score_label": "Bowler advantage" - }, - { - "key": "ak_markram__v_nigam", - "batter": "AK Markram", - "bowler": "V Nigam", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 41.2, - "score_label": "Neutral" - }, - { - "key": "sa_yadav__yash_dayal", - "batter": "SA Yadav", - "bowler": "Yash Dayal", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 10, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 34.0, - "score_label": "Bowler advantage" - }, - { - "key": "harshit_rana__m_jansen", - "batter": "Harshit Rana", - "bowler": "M Jansen", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 40.0, - "runs_per_ball": 0.4, - "dot_ball_pct": 80.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 10, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 24.4, - "score_label": "Bowler advantage" - }, - { - "key": "t_stubbs__mohammed_siraj", - "batter": "T Stubbs", - "bowler": "Mohammed Siraj", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 38.8, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__r_sai_kishore", - "batter": "VR Iyer", - "bowler": "R Sai Kishore", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 10, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "a_mhatre__pj_cummins", - "batter": "A Mhatre", - "bowler": "PJ Cummins", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 20.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 10, - "runs": 20, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "aniket_verma__noor_ahmad", - "batter": "Aniket Verma", - "bowler": "Noor Ahmad", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 20.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529270", - "date": "2026-04-18", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 29.2, - "score_label": "Bowler advantage" - }, - { - "key": "rk_singh__v_nigam", - "batter": "RK Singh", - "bowler": "V Nigam", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 20.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 10, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "a_raghuvanshi__noor_ahmad", - "batter": "A Raghuvanshi", - "bowler": "Noor Ahmad", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529265", - "date": "2026-04-14", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 36.4, - "score_label": "Bowler advantage" - }, - { - "key": "yash_dayal__hv_patel", - "batter": "Yash Dayal", - "bowler": "HV Patel", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 40.0, - "runs_per_ball": 0.4, - "dot_ball_pct": 80.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 10, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 24.4, - "score_label": "Bowler advantage" - }, - { - "key": "priyansh_arya__mj_santner", - "batter": "Priyansh Arya", - "bowler": "MJ Santner", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 10, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 36.4, - "score_label": "Bowler advantage" - }, - { - "key": "a_mhatre__nithish_kumar_reddy", - "batter": "A Mhatre", - "bowler": "Nithish Kumar Reddy", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 80.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529270", - "date": "2026-04-18", - "balls": 10, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 26.8, - "score_label": "Bowler advantage" - }, - { - "key": "jc_archer__nithish_kumar_reddy", - "batter": "JC Archer", - "bowler": "Nithish Kumar Reddy", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 80.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 10, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 29.2, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__tm_head", - "batter": "Ishan Kishan", - "bowler": "TM Head", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1082610", - "date": "2017-04-18", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__hh_pandya", - "batter": "PJ Cummins", - "bowler": "HH Pandya", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 2, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1082614", - "date": "2017-04-22", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "v_kohli__washington_sundar", - "batter": "V Kohli", - "bowler": "Washington Sundar", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1082624", - "date": "2017-04-29", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 42.8, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__r_tewatia", - "batter": "HH Pandya", - "bowler": "R Tewatia", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216541", - "date": "2020-10-25", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1082641", - "date": "2017-05-11", - "balls": 8, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "ta_boult__hh_pandya", - "batter": "TA Boult", - "bowler": "HH Pandya", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 60.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1082644", - "date": "2017-05-13", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 42.8, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__ta_boult", - "batter": "Kuldeep Yadav", - "bowler": "TA Boult", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1136586", - "date": "2018-04-27", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 45.2, - "score_label": "Neutral" - }, - { - "key": "sp_narine__cv_varun", - "batter": "SP Narine", - "bowler": "CV Varun", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 48, - "dismissals": 0, - "strike_rate": 480.0, - "runs_per_ball": 4.8, - "dot_ball_pct": 0.0, - "boundary_count": 8, - "boundary_pct": 80.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 48, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1175361", - "date": "2019-03-27", - "balls": 10, - "runs": 48, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 93.2, - "score_label": "Batter advantage" - }, - { - "key": "kh_pandya__mj_santner", - "batter": "KH Pandya", - "bowler": "MJ Santner", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359480", - "date": "2023-04-03", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1178419", - "date": "2019-04-26", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__ys_chahal", - "batter": "Kuldeep Yadav", - "bowler": "YS Chahal", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 20.0, - "runs_per_ball": 0.2, - "dot_ball_pct": 80.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359485", - "date": "2023-04-08", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216494", - "date": "2020-10-21", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 38.0, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__washington_sundar", - "batter": "Abhishek Sharma", - "bowler": "Washington Sundar", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 20.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216502", - "date": "2020-10-31", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 45.2, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__rashid_khan", - "batter": "R Tewatia", - "bowler": "Rashid Khan", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 240.0, - "runs_per_ball": 2.4, - "dot_ball_pct": 40.0, - "boundary_count": 6, - "boundary_pct": 60.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216507", - "date": "2020-10-11", - "balls": 10, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 64.4, - "score_label": "Batter advantage" - }, - { - "key": "n_pooran__sm_curran", - "batter": "N Pooran", - "bowler": "SM Curran", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216513", - "date": "2020-10-04", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__abhishek_sharma", - "batter": "D Padikkal", - "bowler": "Abhishek Sharma", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216534", - "date": "2020-09-21", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "s_dube__b_kumar", - "batter": "S Dube", - "bowler": "B Kumar", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216534", - "date": "2020-09-21", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 42.8, - "score_label": "Neutral" - }, - { - "key": "ravi_bishnoi__sandeep_sharma", - "batter": "Ravi Bishnoi", - "bowler": "Sandeep Sharma", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 60.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216542", - "date": "2020-10-08", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "rashid_khan__r_ashwin", - "batter": "Rashid Khan", - "bowler": "R Ashwin", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 60.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1237180", - "date": "2020-11-08", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__abhishek_sharma", - "batter": "M Shahrukh Khan", - "bowler": "Abhishek Sharma", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254071", - "date": "2021-04-21", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__ra_jadeja", - "batter": "PJ Cummins", - "bowler": "RA Jadeja", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 40.0, - "runs_per_ball": 0.4, - "dot_ball_pct": 60.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254072", - "date": "2021-04-21", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 40.4, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__ys_chahal", - "batter": "SO Hetmyer", - "bowler": "YS Chahal", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254101", - "date": "2021-10-08", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 42.8, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__ys_chahal", - "batter": "Washington Sundar", - "bowler": "YS Chahal", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529289", - "date": "2026-05-03", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 50.0, - "score_label": "Neutral" - }, - { - "key": "hv_patel__vr_iyer", - "batter": "HV Patel", - "bowler": "VR Iyer", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304052", - "date": "2022-03-30", - "balls": 10, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 57.2, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__r_tewatia", - "batter": "Kuldeep Yadav", - "bowler": "R Tewatia", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304056", - "date": "2022-04-02", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "avesh_khan__ys_chahal", - "batter": "Avesh Khan", - "bowler": "YS Chahal", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 320.0, - "runs_per_ball": 3.2, - "dot_ball_pct": 40.0, - "boundary_count": 6, - "boundary_pct": 60.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 8, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304066", - "date": "2022-04-10", - "balls": 2, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 74.0, - "score_label": "Batter advantage" - }, - { - "key": "kl_rahul__tilak_varma", - "batter": "KL Rahul", - "bowler": "Tilak Varma", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304072", - "date": "2022-04-16", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 50.0, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__m_jansen", - "batter": "M Shahrukh Khan", - "bowler": "M Jansen", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304074", - "date": "2022-04-17", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 42.8, - "score_label": "Neutral" - }, - { - "key": "a_badoni__jj_bumrah", - "batter": "A Badoni", - "bowler": "JJ Bumrah", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304083", - "date": "2022-04-24", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 42.8, - "score_label": "Neutral" - }, - { - "key": "ar_patel__mohsin_khan", - "batter": "AR Patel", - "bowler": "Mohsin Khan", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304091", - "date": "2022-05-01", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 50.0, - "score_label": "Neutral" - }, - { - "key": "abhishek_sharma__mj_santner", - "batter": "Abhishek Sharma", - "bowler": "MJ Santner", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 220.0, - "runs_per_ball": 2.2, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304092", - "date": "2022-05-01", - "balls": 10, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 62.0, - "score_label": "Batter advantage" - }, - { - "key": "b_kumar__jr_hazlewood", - "batter": "B Kumar", - "bowler": "JR Hazlewood", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304100", - "date": "2022-05-08", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 50.0, - "score_label": "Neutral" - }, - { - "key": "ta_boult__mohsin_khan", - "batter": "TA Boult", - "bowler": "Mohsin Khan", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 260.0, - "runs_per_ball": 2.6, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 10, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 66.8, - "score_label": "Batter advantage" - }, - { - "key": "jj_bumrah__b_kumar", - "batter": "JJ Bumrah", - "bowler": "B Kumar", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 20.0, - "runs_per_ball": 0.2, - "dot_ball_pct": 80.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304111", - "date": "2022-05-17", - "balls": 8, - "runs": 0, - "dismissed": false - }, - { - "match_id": "980973", - "date": "2016-05-08", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 38.0, - "score_label": "Bowler advantage" - }, - { - "key": "r_ashwin__m_pathirana", - "batter": "R Ashwin", - "bowler": "M Pathirana", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 20.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304114", - "date": "2022-05-20", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "rg_sharma__mr_marsh", - "batter": "RG Sharma", - "bowler": "MR Marsh", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 240.0, - "runs_per_ball": 2.4, - "dot_ball_pct": 20.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304115", - "date": "2022-05-21", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "598011", - "date": "2013-04-13", - "balls": 8, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 64.4, - "score_label": "Batter advantage" - }, - { - "key": "a_badoni__kk_ahmed", - "batter": "A Badoni", - "bowler": "KK Ahmed", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 240.0, - "runs_per_ball": 2.4, - "dot_ball_pct": 20.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426264", - "date": "2024-04-12", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359477", - "date": "2023-04-01", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 64.4, - "score_label": "Batter advantage" - }, - { - "key": "kh_pandya__ak_markram", - "batter": "KH Pandya", - "bowler": "AK Markram", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359484", - "date": "2023-04-07", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 52.4, - "score_label": "Neutral" - }, - { - "key": "rk_singh__m_jansen", - "batter": "RK Singh", - "bowler": "M Jansen", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359521", - "date": "2023-05-04", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359493", - "date": "2023-04-14", - "balls": 6, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 71.6, - "score_label": "Batter advantage" - }, - { - "key": "kh_pandya__hh_pandya", - "batter": "KH Pandya", - "bowler": "HH Pandya", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426286", - "date": "2024-04-30", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359504", - "date": "2023-04-22", - "balls": 8, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 50.0, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__noor_ahmad", - "batter": "VR Iyer", - "bowler": "Noor Ahmad", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 40.0, - "runs_per_ball": 0.4, - "dot_ball_pct": 60.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359513", - "date": "2023-04-29", - "balls": 10, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 40.4, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__mr_marsh", - "batter": "H Klaasen", - "bowler": "MR Marsh", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359514", - "date": "2023-04-29", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 42.8, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__jc_archer", - "batter": "SO Hetmyer", - "bowler": "JC Archer", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359516", - "date": "2023-04-30", - "balls": 10, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "tilak_varma__sm_curran", - "batter": "Tilak Varma", - "bowler": "SM Curran", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359520", - "date": "2023-05-03", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__vg_arora", - "batter": "M Shahrukh Khan", - "bowler": "VG Arora", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 280.0, - "runs_per_ball": 2.8, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 6, - "runs": 18, - "dismissed": false - }, - { - "match_id": "1359527", - "date": "2023-05-08", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 69.2, - "score_label": "Batter advantage" - }, - { - "key": "mr_marsh__tu_deshpande", - "batter": "MR Marsh", - "bowler": "TU Deshpande", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 60.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__mr_marsh", - "batter": "P Simran Singh", - "bowler": "MR Marsh", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 360.0, - "runs_per_ball": 3.6, - "dot_ball_pct": 0.0, - "boundary_count": 6, - "boundary_pct": 60.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 34, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359533", - "date": "2023-05-13", - "balls": 8, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 78.8, - "score_label": "Batter advantage" - }, - { - "key": "rk_singh__dl_chahar", - "batter": "RK Singh", - "bowler": "DL Chahar", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 60.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__sandeep_sharma", - "batter": "M Shahrukh Khan", - "bowler": "Sandeep Sharma", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 20.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 45.2, - "score_label": "Neutral" - }, - { - "key": "n_pooran__suyash_sharma", - "batter": "N Pooran", - "bowler": "Suyash Sharma", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 220.0, - "runs_per_ball": 2.2, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359542", - "date": "2023-05-20", - "balls": 10, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 62.0, - "score_label": "Batter advantage" - }, - { - "key": "a_badoni__vg_arora", - "batter": "A Badoni", - "bowler": "VG Arora", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527688", - "date": "2026-04-09", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1359542", - "date": "2023-05-20", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 57.2, - "score_label": "Neutral" - }, - { - "key": "noor_ahmad__m_pathirana", - "batter": "Noor Ahmad", - "bowler": "M Pathirana", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1370350", - "date": "2023-05-23", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 52.4, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__sm_curran", - "batter": "MR Marsh", - "bowler": "SM Curran", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 60.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "ar_patel__tu_deshpande", - "batter": "AR Patel", - "bowler": "TU Deshpande", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 20.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 8, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 45.2, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__vg_arora", - "batter": "T Stubbs", - "bowler": "VG Arora", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 10, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 57.2, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__sm_curran", - "batter": "H Klaasen", - "bowler": "SM Curran", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "sm_curran__jd_unadkat", - "batter": "SM Curran", - "bowler": "JD Unadkat", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 57.2, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__cv_varun", - "batter": "KH Pandya", - "bowler": "CV Varun", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 42.8, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__mukesh_kumar", - "batter": "R Tewatia", - "bowler": "Mukesh Kumar", - "balls": 14, - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426270", - "date": "2024-04-17", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 52.4, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__pj_cummins", - "batter": "T Stubbs", - "bowler": "PJ Cummins", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473492", - "date": "2025-05-05", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 45.2, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__yash_dayal", - "batter": "PJ Cummins", - "bowler": "Yash Dayal", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426279", - "date": "2024-04-25", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 42.8, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__mukesh_kumar", - "batter": "HH Pandya", - "bowler": "Mukesh Kumar", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 260.0, - "runs_per_ball": 2.6, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426281", - "date": "2024-04-27", - "balls": 8, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 66.8, - "score_label": "Batter advantage" - }, - { - "key": "shubman_gill__yash_dayal", - "batter": "Shubman Gill", - "bowler": "Yash Dayal", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426290", - "date": "2024-05-04", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426283", - "date": "2024-04-28", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 42.8, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__vg_arora", - "batter": "Kuldeep Yadav", - "bowler": "VG Arora", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 20.0, - "runs_per_ball": 0.2, - "dot_ball_pct": 80.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 10, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 38.0, - "score_label": "Bowler advantage" - }, - { - "key": "so_hetmyer__m_jansen", - "batter": "SO Hetmyer", - "bowler": "M Jansen", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 8, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 50.0, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__vg_arora", - "batter": "Naman Dhir", - "bowler": "VG Arora", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 60.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "sa_yadav__nithish_kumar_reddy", - "batter": "SA Yadav", - "bowler": "Nithish Kumar Reddy", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 220.0, - "runs_per_ball": 2.2, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 62.0, - "score_label": "Batter advantage" - }, - { - "key": "ar_patel__r_parag", - "batter": "AR Patel", - "bowler": "R Parag", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 10, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 57.2, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__ta_boult", - "batter": "Abishek Porel", - "bowler": "TA Boult", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__ad_russell", - "batter": "Naman Dhir", - "bowler": "AD Russell", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 34, - "dismissals": 0, - "strike_rate": 340.0, - "runs_per_ball": 3.4, - "dot_ball_pct": 20.0, - "boundary_count": 6, - "boundary_pct": 60.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 34, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 10, - "runs": 34, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 76.4, - "score_label": "Batter advantage" - }, - { - "key": "r_parag__tu_deshpande", - "batter": "R Parag", - "bowler": "TU Deshpande", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "r_ravindra__sandeep_sharma", - "batter": "R Ravindra", - "bowler": "Sandeep Sharma", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__mohsin_khan", - "batter": "Naman Dhir", - "bowler": "Mohsin Khan", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426305", - "date": "2024-05-17", - "balls": 10, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 71.6, - "score_label": "Batter advantage" - }, - { - "key": "rm_patidar__tu_deshpande", - "batter": "RM Patidar", - "bowler": "TU Deshpande", - "balls": 14, - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 260.0, - "runs_per_ball": 2.6, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426306", - "date": "2024-05-18", - "balls": 10, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 66.8, - "score_label": "Batter advantage" - }, - { - "key": "vr_iyer__ak_markram", - "batter": "VR Iyer", - "bowler": "AK Markram", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 10, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 45.2, - "score_label": "Neutral" - }, - { - "key": "rd_rickelton__sm_curran", - "batter": "RD Rickelton", - "bowler": "SM Curran", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 10, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 57.2, - "score_label": "Neutral" - }, - { - "key": "r_ravindra__mj_santner", - "batter": "R Ravindra", - "bowler": "MJ Santner", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "r_ravindra__naman_dhir", - "batter": "R Ravindra", - "bowler": "Naman Dhir", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "v_nigam__ravi_bishnoi", - "batter": "V Nigam", - "bowler": "Ravi Bishnoi", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 32, - "dismissals": 0, - "strike_rate": 320.0, - "runs_per_ball": 3.2, - "dot_ball_pct": 0.0, - "boundary_count": 6, - "boundary_pct": 60.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 32, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 10, - "runs": 32, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 74.0, - "score_label": "Batter advantage" - }, - { - "key": "jc_archer__harshit_rana", - "batter": "JC Archer", - "bowler": "Harshit Rana", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473443", - "date": "2025-03-26", - "balls": 6, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "aniket_verma__ravi_bishnoi", - "batter": "Aniket Verma", - "bowler": "Ravi Bishnoi", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 42, - "dismissals": 0, - "strike_rate": 420.0, - "runs_per_ball": 4.2, - "dot_ball_pct": 0.0, - "boundary_count": 6, - "boundary_pct": 60.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 42, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 10, - "runs": 42, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 86.0, - "score_label": "Batter advantage" - }, - { - "key": "dhruv_jurel__r_ashwin", - "batter": "Dhruv Jurel", - "bowler": "R Ashwin", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 6, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__dl_chahar", - "batter": "A Raghuvanshi", - "bowler": "DL Chahar", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 280.0, - "runs_per_ball": 2.8, - "dot_ball_pct": 0.0, - "boundary_count": 6, - "boundary_pct": 60.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 28, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 10, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 69.2, - "score_label": "Batter advantage" - }, - { - "key": "rg_sharma__harshit_rana", - "batter": "RG Sharma", - "bowler": "Harshit Rana", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 220.0, - "runs_per_ball": 2.2, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 10, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 62.0, - "score_label": "Batter advantage" - }, - { - "key": "b_kumar__mohammed_siraj", - "batter": "B Kumar", - "bowler": "Mohammed Siraj", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 6, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 50.0, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__mj_santner", - "batter": "MR Marsh", - "bowler": "MJ Santner", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 20.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__avesh_khan", - "batter": "Naman Dhir", - "bowler": "Avesh Khan", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529290", - "date": "2026-05-04", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__ds_rathi", - "batter": "HH Pandya", - "bowler": "DS Rathi", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "sameer_rizvi__noor_ahmad", - "batter": "Sameer Rizvi", - "bowler": "Noor Ahmad", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529291", - "date": "2026-05-05", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__jc_archer", - "batter": "N Wadhera", - "bowler": "JC Archer", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 60.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__m_pathirana", - "batter": "Priyansh Arya", - "bowler": "M Pathirana", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 44, - "dismissals": 0, - "strike_rate": 440.0, - "runs_per_ball": 4.4, - "dot_ball_pct": 20.0, - "boundary_count": 8, - "boundary_pct": 80.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 44, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 10, - "runs": 44, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 88.4, - "score_label": "Batter advantage" - }, - { - "key": "r_ravindra__m_jansen", - "batter": "R Ravindra", - "bowler": "M Jansen", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 10, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 57.2, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__jc_archer", - "batter": "M Shahrukh Khan", - "bowler": "JC Archer", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473484", - "date": "2025-04-28", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 52.4, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__r_sai_kishore", - "batter": "SO Hetmyer", - "bowler": "R Sai Kishore", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "noor_ahmad__cv_varun", - "batter": "Noor Ahmad", - "bowler": "CV Varun", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 10, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "m_jansen__pj_cummins", - "batter": "M Jansen", - "bowler": "PJ Cummins", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 20.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__kk_ahmed", - "batter": "MR Marsh", - "bowler": "KK Ahmed", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 240.0, - "runs_per_ball": 2.4, - "dot_ball_pct": 20.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 10, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 64.4, - "score_label": "Batter advantage" - }, - { - "key": "r_ravindra__ravi_bishnoi", - "batter": "R Ravindra", - "bowler": "Ravi Bishnoi", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 52.4, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__m_jansen", - "batter": "RM Patidar", - "bowler": "M Jansen", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "m_jansen__jr_hazlewood", - "batter": "M Jansen", - "bowler": "JR Hazlewood", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__m_jansen", - "batter": "D Padikkal", - "bowler": "M Jansen", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 40.0, - "runs_per_ball": 0.4, - "dot_ball_pct": 60.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 10, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 40.4, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__washington_sundar", - "batter": "VR Iyer", - "bowler": "Washington Sundar", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 20.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "rk_singh__r_sai_kishore", - "batter": "RK Singh", - "bowler": "R Sai Kishore", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 20.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 10, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 45.2, - "score_label": "Neutral" - }, - { - "key": "a_mhatre__jd_unadkat", - "batter": "A Mhatre", - "bowler": "JD Unadkat", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 10, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 57.2, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__cv_varun", - "batter": "Priyansh Arya", - "bowler": "CV Varun", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473481", - "date": "2025-04-26", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "rd_rickelton__avesh_khan", - "batter": "RD Rickelton", - "bowler": "Avesh Khan", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529290", - "date": "2026-05-04", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__hh_pandya", - "batter": "MR Marsh", - "bowler": "HH Pandya", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 10, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 57.2, - "score_label": "Neutral" - }, - { - "key": "ravi_bishnoi__jj_bumrah", - "batter": "Ravi Bishnoi", - "bowler": "JJ Bumrah", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 60.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 52.4, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__sm_curran", - "batter": "P Simran Singh", - "bowler": "SM Curran", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 42.8, - "score_label": "Neutral" - }, - { - "key": "dhruv_jurel__jj_bumrah", - "batter": "Dhruv Jurel", - "bowler": "JJ Bumrah", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 40.0, - "runs_per_ball": 0.4, - "dot_ball_pct": 60.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473487", - "date": "2025-05-01", - "balls": 10, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 40.4, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__jd_unadkat", - "batter": "T Stubbs", - "bowler": "JD Unadkat", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473492", - "date": "2025-05-05", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 42.8, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__harshit_rana", - "batter": "MS Dhoni", - "bowler": "Harshit Rana", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 42.8, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__m_prasidh_krishna", - "batter": "Abishek Porel", - "bowler": "M Prasidh Krishna", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 240.0, - "runs_per_ball": 2.4, - "dot_ball_pct": 20.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 10, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 64.4, - "score_label": "Batter advantage" - }, - { - "key": "n_pooran__nithish_kumar_reddy", - "batter": "N Pooran", - "bowler": "Nithish Kumar Reddy", - "balls": 14, - "legal_balls": 10, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 280.0, - "runs_per_ball": 2.8, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 10, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 69.2, - "score_label": "Batter advantage" - }, - { - "key": "v_suryavanshi__ra_jadeja", - "batter": "V Suryavanshi", - "bowler": "RA Jadeja", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 280.0, - "runs_per_ball": 2.8, - "dot_ball_pct": 20.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 10, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 69.2, - "score_label": "Batter advantage" - }, - { - "key": "ishan_kishan__yash_dayal", - "batter": "Ishan Kishan", - "bowler": "Yash Dayal", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 28, - "dismissals": 0, - "strike_rate": 280.0, - "runs_per_ball": 2.8, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 28, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 10, - "runs": 28, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 69.2, - "score_label": "Batter advantage" - }, - { - "key": "m_shahrukh_khan__s_dube", - "batter": "M Shahrukh Khan", - "bowler": "S Dube", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 10, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 71.6, - "score_label": "Batter advantage" - }, - { - "key": "r_sai_kishore__noor_ahmad", - "batter": "R Sai Kishore", - "bowler": "Noor Ahmad", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 40.0, - "runs_per_ball": 0.4, - "dot_ball_pct": 60.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 10, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 40.4, - "score_label": "Neutral" - }, - { - "key": "harshit_rana__hv_patel", - "batter": "Harshit Rana", - "bowler": "HV Patel", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 60.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 52.4, - "score_label": "Neutral" - }, - { - "key": "pd_salt__ds_rathi", - "batter": "PD Salt", - "bowler": "DS Rathi", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473507", - "date": "2025-05-27", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 52.4, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__v_nigam", - "batter": "Shashank Singh", - "bowler": "V Nigam", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 20.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529278", - "date": "2026-04-25", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1485779", - "date": "2025-05-24", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "sameer_rizvi__m_jansen", - "batter": "Sameer Rizvi", - "bowler": "M Jansen", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1485779", - "date": "2025-05-24", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "sameer_rizvi__arshdeep_singh", - "batter": "Sameer Rizvi", - "bowler": "Arshdeep Singh", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1485779", - "date": "2025-05-24", - "balls": 10, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "sv_samson__jc_archer", - "batter": "SV Samson", - "bowler": "JC Archer", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 60.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527676", - "date": "2026-03-30", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__m_prasidh_krishna", - "batter": "N Wadhera", - "bowler": "M Prasidh Krishna", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 60.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 42.8, - "score_label": "Neutral" - }, - { - "key": "m_jansen__m_prasidh_krishna", - "batter": "M Jansen", - "bowler": "M Prasidh Krishna", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "sameer_rizvi__prince_yadav", - "batter": "Sameer Rizvi", - "bowler": "Prince Yadav", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527678", - "date": "2026-04-01", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "sameer_rizvi__ak_markram", - "batter": "Sameer Rizvi", - "bowler": "AK Markram", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 240.0, - "runs_per_ball": 2.4, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527678", - "date": "2026-04-01", - "balls": 10, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 64.4, - "score_label": "Batter advantage" - }, - { - "key": "nithish_kumar_reddy__sp_narine", - "batter": "Nithish Kumar Reddy", - "bowler": "SP Narine", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 52.4, - "score_label": "Neutral" - }, - { - "key": "k_rabada__ravi_bishnoi", - "batter": "K Rabada", - "bowler": "Ravi Bishnoi", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 60.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "v_suryavanshi__jj_bumrah", - "batter": "V Suryavanshi", - "bowler": "JJ Bumrah", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 260.0, - "runs_per_ball": 2.6, - "dot_ball_pct": 40.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 26, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 10, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 66.8, - "score_label": "Batter advantage" - }, - { - "key": "a_mhatre__mukesh_kumar", - "batter": "A Mhatre", - "bowler": "Mukesh Kumar", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 60.0, - "runs_per_ball": 0.6, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527691", - "date": "2026-04-11", - "balls": 10, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 42.8, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__prince_yadav", - "batter": "Washington Sundar", - "bowler": "Prince Yadav", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 240.0, - "runs_per_ball": 2.4, - "dot_ball_pct": 20.0, - "boundary_count": 4, - "boundary_pct": 40.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 10, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 64.4, - "score_label": "Batter advantage" - }, - { - "key": "r_tewatia__ak_markram", - "batter": "R Tewatia", - "bowler": "AK Markram", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 52.4, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__ak_markram", - "batter": "Washington Sundar", - "bowler": "AK Markram", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 10, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "pd_salt__jj_bumrah", - "batter": "PD Salt", - "bowler": "JJ Bumrah", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 20.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 50.0, - "score_label": "Neutral" - }, - { - "key": "mj_santner__b_kumar", - "batter": "MJ Santner", - "bowler": "B Kumar", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 20.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 52.4, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__mukesh_kumar", - "batter": "JM Sharma", - "bowler": "Mukesh Kumar", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 40.0, - "runs_per_ball": 0.4, - "dot_ball_pct": 60.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 10, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 40.4, - "score_label": "Neutral" - }, - { - "key": "s_dube__nithish_kumar_reddy", - "batter": "S Dube", - "bowler": "Nithish Kumar Reddy", - "balls": 12, - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529306", - "date": "2026-05-18", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1529270", - "date": "2026-04-18", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__prince_yadav", - "batter": "RA Jadeja", - "bowler": "Prince Yadav", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 40.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__suyash_sharma", - "batter": "Washington Sundar", - "bowler": "Suyash Sharma", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 80.0, - "runs_per_ball": 0.8, - "dot_ball_pct": 20.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1529277", - "date": "2026-04-24", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 45.2, - "score_label": "Neutral" - }, - { - "key": "sv_samson__prince_yadav", - "batter": "SV Samson", - "bowler": "Prince Yadav", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 160.0, - "runs_per_ball": 1.6, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529302", - "date": "2026-05-15", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1529296", - "date": "2026-05-10", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 54.8, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__prince_yadav", - "batter": "RD Gaikwad", - "bowler": "Prince Yadav", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 180.0, - "runs_per_ball": 1.8, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529296", - "date": "2026-05-10", - "balls": 10, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 57.2, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__dl_chahar", - "batter": "RM Patidar", - "bowler": "DL Chahar", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529297", - "date": "2026-05-10", - "balls": 10, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 50.0, - "score_label": "Neutral" - }, - { - "key": "tm_head__jr_hazlewood", - "batter": "TM Head", - "bowler": "JR Hazlewood", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 40.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 10, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 52.4, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__jr_hazlewood", - "batter": "H Klaasen", - "bowler": "JR Hazlewood", - "balls": 14, - "legal_balls": 10, - "runs_off_bat": 46, - "dismissals": 0, - "strike_rate": 460.0, - "runs_per_ball": 4.6, - "dot_ball_pct": 0.0, - "boundary_count": 8, - "boundary_pct": 80.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 46, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 10, - "runs": 46, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 90.8, - "score_label": "Batter advantage" - }, - { - "key": "m_prasidh_krishna__b_kumar", - "batter": "M Prasidh Krishna", - "bowler": "B Kumar", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 60.0, - "boundary_count": 2, - "boundary_pct": 20.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 10, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 10, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "rg_sharma__v_kohli", - "batter": "RG Sharma", - "bowler": "V Kohli", - "balls": 14, - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 140.0, - "runs_per_ball": 1.4, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "419151", - "date": "2010-04-12", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "336002", - "date": "2008-05-25", - "balls": 4, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 52.4, - "score_label": "Neutral" - }, - { - "key": "f_du_plessis__v_kohli", - "batter": "F du Plessis", - "bowler": "V Kohli", - "balls": 10, - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 120.0, - "runs_per_ball": 1.2, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 10, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "829779", - "date": "2015-05-04", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "548318", - "date": "2012-04-12", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 50.0, - "score_label": "Neutral" - }, - { - "key": "rashid_khan__arshdeep_singh", - "batter": "Rashid Khan", - "bowler": "Arshdeep Singh", - "balls": 14, - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 4, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2, - "caught and bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1254107", - "date": "2021-09-25", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1178423", - "date": "2019-04-29", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 6.6, - "score_label": "Bowler advantage" - }, - { - "key": "rm_patidar__ad_russell", - "batter": "RM Patidar", - "bowler": "AD Russell", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 4, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426274", - "date": "2024-04-21", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1422128", - "date": "2024-03-29", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 6.6, - "score_label": "Bowler advantage" - }, - { - "key": "jm_sharma__prince_yadav", - "batter": "JM Sharma", - "bowler": "Prince Yadav", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 4, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529293", - "date": "2026-05-07", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 6.6, - "score_label": "Bowler advantage" - }, - { - "key": "k_rabada__kh_pandya", - "batter": "K Rabada", - "bowler": "KH Pandya", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1082614", - "date": "2017-04-22", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "k_rabada__sandeep_sharma", - "batter": "K Rabada", - "bowler": "Sandeep Sharma", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1082626", - "date": "2017-04-30", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 40.6, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__ys_chahal", - "batter": "R Ashwin", - "bowler": "YS Chahal", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 225.0, - "runs_per_ball": 2.25, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1136568", - "date": "2018-04-13", - "balls": 8, - "runs": 18, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 46.6, - "score_label": "Neutral" - }, - { - "key": "sp_narine__hh_pandya", - "batter": "SP Narine", - "bowler": "HH Pandya", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 4, - "runs": 12, - "dismissed": true - }, - { - "match_id": "1136597", - "date": "2018-05-06", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 40.6, - "score_label": "Neutral" - }, - { - "key": "mohammed_siraj__jd_unadkat", - "batter": "Mohammed Siraj", - "bowler": "JD Unadkat", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1136613", - "date": "2018-05-19", - "balls": 8, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "kl_rahul__abhishek_sharma", - "batter": "KL Rahul", - "bowler": "Abhishek Sharma", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254071", - "date": "2021-04-21", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216542", - "date": "2020-10-08", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1178423", - "date": "2019-04-29", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "jc_archer__cv_varun", - "batter": "JC Archer", - "bowler": "CV Varun", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216530", - "date": "2020-11-01", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216504", - "date": "2020-09-30", - "balls": 6, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 40.6, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__ravi_bishnoi", - "batter": "PJ Cummins", - "bowler": "Ravi Bishnoi", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216520", - "date": "2020-10-26", - "balls": 8, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__ad_russell", - "batter": "D Padikkal", - "bowler": "AD Russell", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216540", - "date": "2020-10-12", - "balls": 8, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "m_jansen__hv_patel", - "batter": "M Jansen", - "bowler": "HV Patel", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254058", - "date": "2021-04-09", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 28.6, - "score_label": "Bowler advantage" - }, - { - "key": "pj_cummins__k_rabada", - "batter": "PJ Cummins", - "bowler": "K Rabada", - "balls": 12, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 6, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1254082", - "date": "2021-04-29", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 28.6, - "score_label": "Bowler advantage" - }, - { - "key": "mohammed_siraj__ad_russell", - "batter": "Mohammed Siraj", - "bowler": "AD Russell", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254087", - "date": "2021-09-20", - "balls": 8, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 22.6, - "score_label": "Bowler advantage" - }, - { - "key": "hv_patel__ta_boult", - "batter": "HV Patel", - "bowler": "TA Boult", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304059", - "date": "2022-04-05", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "829719", - "date": "2015-04-13", - "balls": 4, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__pj_cummins", - "batter": "Abhishek Sharma", - "bowler": "PJ Cummins", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304071", - "date": "2022-04-15", - "balls": 8, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "ta_boult__hv_patel", - "batter": "TA Boult", - "bowler": "HV Patel", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_tewatia__m_jansen", - "batter": "R Tewatia", - "bowler": "M Jansen", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529289", - "date": "2026-05-03", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1304086", - "date": "2022-04-27", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__kk_ahmed", - "batter": "Shashank Singh", - "bowler": "KK Ahmed", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 225.0, - "runs_per_ball": 2.25, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304096", - "date": "2022-05-05", - "balls": 2, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 46.6, - "score_label": "Neutral" - }, - { - "key": "a_badoni__r_sai_kishore", - "batter": "A Badoni", - "bowler": "R Sai Kishore", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 2, - "strike_rate": 275.0, - "runs_per_ball": 2.75, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 4, - "runs": 20, - "dismissed": false - }, - { - "match_id": "1304103", - "date": "2022-05-10", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 52.6, - "score_label": "Neutral" - }, - { - "key": "avesh_khan__rashid_khan", - "batter": "Avesh Khan", - "bowler": "Rashid Khan", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 2, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304103", - "date": "2022-05-10", - "balls": 8, - "runs": 24, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__mr_marsh", - "batter": "YBK Jaiswal", - "bowler": "MR Marsh", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304104", - "date": "2022-05-11", - "balls": 8, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 28.6, - "score_label": "Bowler advantage" - }, - { - "key": "ta_boult__r_sai_kishore", - "batter": "TA Boult", - "bowler": "R Sai Kishore", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1312200", - "date": "2022-05-29", - "balls": 8, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "rg_sharma__suyash_sharma", - "batter": "RG Sharma", - "bowler": "Suyash Sharma", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359496", - "date": "2023-04-16", - "balls": 8, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 40.6, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__rashid_khan", - "batter": "N Wadhera", - "bowler": "Rashid Khan", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359531", - "date": "2023-05-12", - "balls": 6, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1359509", - "date": "2023-04-25", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "b_kumar__cv_varun", - "batter": "B Kumar", - "bowler": "CV Varun", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426309", - "date": "2024-05-21", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359521", - "date": "2023-05-04", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "jm_sharma__cv_varun", - "batter": "JM Sharma", - "bowler": "CV Varun", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359527", - "date": "2023-05-08", - "balls": 8, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "pj_cummins__tu_deshpande", - "batter": "PJ Cummins", - "bowler": "TU Deshpande", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 6, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__jr_hazlewood", - "batter": "AM Rahane", - "bowler": "JR Hazlewood", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 75.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529300", - "date": "2026-05-13", - "balls": 6, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "aniket_verma__ds_rathi", - "batter": "Aniket Verma", - "bowler": "DS Rathi", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 2, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 8, - "runs": 24, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "r_ravindra__jc_archer", - "batter": "R Ravindra", - "bowler": "JC Archer", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 8, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "priyansh_arya__ds_rathi", - "batter": "Priyansh Arya", - "bowler": "DS Rathi", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473450", - "date": "2025-04-01", - "balls": 8, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 34.6, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__yash_dayal", - "batter": "RG Sharma", - "bowler": "Yash Dayal", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 8, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "rd_rickelton__jr_hazlewood", - "batter": "RD Rickelton", - "bowler": "JR Hazlewood", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 75.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 8, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__mukesh_kumar", - "batter": "D Padikkal", - "bowler": "Mukesh Kumar", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 8, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_ravindra__ak_markram", - "batter": "R Ravindra", - "bowler": "AK Markram", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 8, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 34.6, - "score_label": "Bowler advantage" - }, - { - "key": "rd_rickelton__hv_patel", - "batter": "RD Rickelton", - "bowler": "HV Patel", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 2, - "strike_rate": 225.0, - "runs_per_ball": 2.25, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 8, - "runs": 18, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 46.6, - "score_label": "Neutral" - }, - { - "key": "v_suryavanshi__ak_markram", - "batter": "V Suryavanshi", - "bowler": "AK Markram", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 8, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "priyansh_arya__ad_russell", - "batter": "Priyansh Arya", - "bowler": "AD Russell", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473481", - "date": "2025-04-26", - "balls": 8, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 40.6, - "score_label": "Neutral" - }, - { - "key": "v_nigam__ad_russell", - "batter": "V Nigam", - "bowler": "AD Russell", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 8, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__prince_yadav", - "batter": "N Wadhera", - "bowler": "Prince Yadav", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 8, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 40.6, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__prince_yadav", - "batter": "Shashank Singh", - "bowler": "Prince Yadav", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 4, - "runs": 2, - "dismissed": true - }, - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 28.6, - "score_label": "Bowler advantage" - }, - { - "key": "abishek_porel__r_sai_kishore", - "batter": "Abishek Porel", - "bowler": "R Sai Kishore", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 8, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 40.6, - "score_label": "Neutral" - }, - { - "key": "aniket_verma__kh_pandya", - "batter": "Aniket Verma", - "bowler": "KH Pandya", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 8, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "a_mhatre__m_prasidh_krishna", - "batter": "A Mhatre", - "bowler": "M Prasidh Krishna", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 8, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "rashid_khan__noor_ahmad", - "batter": "Rashid Khan", - "bowler": "Noor Ahmad", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 8, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 40.6, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__v_nigam", - "batter": "P Simran Singh", - "bowler": "V Nigam", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1485779", - "date": "2025-05-24", - "balls": 8, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 34.6, - "score_label": "Bowler advantage" - }, - { - "key": "noor_ahmad__jc_archer", - "batter": "Noor Ahmad", - "bowler": "JC Archer", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527676", - "date": "2026-03-30", - "balls": 8, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "rk_singh__nithish_kumar_reddy", - "batter": "RK Singh", - "bowler": "Nithish Kumar Reddy", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 8, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "v_suryavanshi__kh_pandya", - "batter": "V Suryavanshi", - "bowler": "KH Pandya", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 8, - "runs": 16, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__mohsin_khan", - "batter": "SO Hetmyer", - "bowler": "Mohsin Khan", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 8, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__ds_rathi", - "batter": "SV Samson", - "bowler": "DS Rathi", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 2, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529296", - "date": "2026-05-10", - "balls": 8, - "runs": 20, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 49.6, - "score_label": "Neutral" - }, - { - "key": "ys_chahal__b_kumar", - "batter": "YS Chahal", - "bowler": "B Kumar", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1082591", - "date": "2017-04-05", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "829719", - "date": "2015-04-13", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "dl_chahar__pj_cummins", - "batter": "DL Chahar", - "bowler": "PJ Cummins", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 325.0, - "runs_per_ball": 3.25, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1082599", - "date": "2017-04-11", - "balls": 8, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 74.6, - "score_label": "Batter advantage" - }, - { - "key": "jj_bumrah__jd_unadkat", - "batter": "JJ Bumrah", - "bowler": "JD Unadkat", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1082647", - "date": "2017-05-16", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "hv_patel__sandeep_sharma", - "batter": "HV Patel", - "bowler": "Sandeep Sharma", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1136602", - "date": "2018-05-10", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "jd_unadkat__ad_russell", - "batter": "JD Unadkat", - "bowler": "AD Russell", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1178418", - "date": "2019-04-25", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1136609", - "date": "2018-05-15", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "mohammed_siraj__jc_archer", - "batter": "Mohammed Siraj", - "bowler": "JC Archer", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1136613", - "date": "2018-05-19", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "ys_chahal__jc_archer", - "batter": "YS Chahal", - "bowler": "JC Archer", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1136613", - "date": "2018-05-19", - "balls": 8, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "ys_chahal__ra_jadeja", - "batter": "YS Chahal", - "bowler": "RA Jadeja", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1175356", - "date": "2019-03-23", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__k_rabada", - "batter": "Kuldeep Yadav", - "bowler": "K Rabada", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 225.0, - "runs_per_ball": 2.25, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1175365", - "date": "2019-03-30", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 62.6, - "score_label": "Batter advantage" - }, - { - "key": "mohammed_siraj__sandeep_sharma", - "batter": "Mohammed Siraj", - "bowler": "Sandeep Sharma", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359506", - "date": "2023-04-23", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1175366", - "date": "2019-03-31", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "jc_archer__ra_jadeja", - "batter": "JC Archer", - "bowler": "RA Jadeja", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1178400", - "date": "2019-04-11", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "jc_archer__dl_chahar", - "batter": "JC Archer", - "bowler": "DL Chahar", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 225.0, - "runs_per_ball": 2.25, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529312", - "date": "2026-05-24", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1178400", - "date": "2019-04-11", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 62.6, - "score_label": "Batter advantage" - }, - { - "key": "rk_singh__kk_ahmed", - "batter": "RK Singh", - "bowler": "KK Ahmed", - "balls": 12, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 2, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1178413", - "date": "2019-04-21", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "rk_singh__jd_unadkat", - "batter": "RK Singh", - "bowler": "JD Unadkat", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1178418", - "date": "2019-04-25", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__r_parag", - "batter": "H Klaasen", - "bowler": "R Parag", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178424", - "date": "2019-04-30", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 50.6, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__kk_ahmed", - "batter": "KH Pandya", - "bowler": "KK Ahmed", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254066", - "date": "2021-04-17", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1178426", - "date": "2019-05-02", - "balls": 6, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "r_parag__s_dube", - "batter": "R Parag", - "bowler": "S Dube", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216514", - "date": "2020-10-03", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__hv_patel", - "batter": "Washington Sundar", - "bowler": "HV Patel", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1216519", - "date": "2020-10-05", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 56.6, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__kh_pandya", - "batter": "PJ Cummins", - "bowler": "KH Pandya", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216526", - "date": "2020-10-16", - "balls": 8, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 50.6, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__pj_cummins", - "batter": "R Tewatia", - "bowler": "PJ Cummins", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216530", - "date": "2020-11-01", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "k_rabada__ta_boult", - "batter": "K Rabada", - "bowler": "TA Boult", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216535", - "date": "2020-10-31", - "balls": 8, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "ta_boult__avesh_khan", - "batter": "TA Boult", - "bowler": "Avesh Khan", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254070", - "date": "2021-04-20", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__washington_sundar", - "batter": "R Tewatia", - "bowler": "Washington Sundar", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254073", - "date": "2021-04-22", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "ys_chahal__sm_curran", - "batter": "YS Chahal", - "bowler": "SM Curran", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254076", - "date": "2021-04-25", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__washington_sundar", - "batter": "SO Hetmyer", - "bowler": "Washington Sundar", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 2, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1254079", - "date": "2021-04-27", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__k_rabada", - "batter": "M Shahrukh Khan", - "bowler": "K Rabada", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 225.0, - "runs_per_ball": 2.25, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426275", - "date": "2024-04-21", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1254086", - "date": "2021-05-02", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 62.6, - "score_label": "Batter advantage" - }, - { - "key": "hv_patel__sp_narine", - "batter": "HV Patel", - "bowler": "SP Narine", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 275.0, - "runs_per_ball": 2.75, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254087", - "date": "2021-09-20", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "829713", - "date": "2015-04-11", - "balls": 4, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 68.6, - "score_label": "Batter advantage" - }, - { - "key": "rashid_khan__jr_hazlewood", - "batter": "Rashid Khan", - "bowler": "JR Hazlewood", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 225.0, - "runs_per_ball": 2.25, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304113", - "date": "2022-05-19", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1254091", - "date": "2021-09-30", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 62.6, - "score_label": "Batter advantage" - }, - { - "key": "n_pooran__r_parag", - "batter": "N Pooran", - "bowler": "R Parag", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 275.0, - "runs_per_ball": 2.75, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254111", - "date": "2021-09-21", - "balls": 8, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 68.6, - "score_label": "Batter advantage" - }, - { - "key": "so_hetmyer__ra_jadeja", - "batter": "SO Hetmyer", - "bowler": "RA Jadeja", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1254114", - "date": "2021-10-10", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "a_badoni__b_kumar", - "batter": "A Badoni", - "bowler": "B Kumar", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426295", - "date": "2024-05-08", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1304058", - "date": "2022-04-04", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__tilak_varma", - "batter": "VR Iyer", - "bowler": "Tilak Varma", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304060", - "date": "2022-04-06", - "balls": 8, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 50.6, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__ak_markram", - "batter": "HH Pandya", - "bowler": "AK Markram", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304067", - "date": "2022-04-11", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__r_parag", - "batter": "HH Pandya", - "bowler": "R Parag", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473487", - "date": "2025-05-01", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304070", - "date": "2022-04-14", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 56.6, - "score_label": "Neutral" - }, - { - "key": "jd_unadkat__avesh_khan", - "batter": "JD Unadkat", - "bowler": "Avesh Khan", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 225.0, - "runs_per_ball": 2.25, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304072", - "date": "2022-04-16", - "balls": 4, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 62.6, - "score_label": "Batter advantage" - }, - { - "key": "p_simran_singh__m_jansen", - "batter": "P Simran Singh", - "bowler": "M Jansen", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304074", - "date": "2022-04-17", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__m_prasidh_krishna", - "batter": "Kuldeep Yadav", - "bowler": "M Prasidh Krishna", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304080", - "date": "2022-04-22", - "balls": 6, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "ta_boult__mohammed_siraj", - "batter": "TA Boult", - "bowler": "Mohammed Siraj", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "rashid_khan__m_jansen", - "batter": "Rashid Khan", - "bowler": "M Jansen", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 450.0, - "runs_per_ball": 4.5, - "dot_ball_pct": 25.0, - "boundary_count": 6, - "boundary_pct": 75.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 36, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304086", - "date": "2022-04-27", - "balls": 8, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 89.6, - "score_label": "Batter advantage" - }, - { - "key": "mohsin_khan__arshdeep_singh", - "batter": "Mohsin Khan", - "bowler": "Arshdeep Singh", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304088", - "date": "2022-04-29", - "balls": 8, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 56.6, - "score_label": "Neutral" - }, - { - "key": "n_pooran__mr_marsh", - "batter": "N Pooran", - "bowler": "MR Marsh", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304096", - "date": "2022-05-05", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__mohsin_khan", - "batter": "R Tewatia", - "bowler": "Mohsin Khan", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304103", - "date": "2022-05-10", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__jr_hazlewood", - "batter": "JM Sharma", - "bowler": "JR Hazlewood", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 225.0, - "runs_per_ball": 2.25, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304106", - "date": "2022-05-13", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 62.6, - "score_label": "Batter advantage" - }, - { - "key": "mohammed_siraj__k_rabada", - "batter": "Mohammed Siraj", - "bowler": "K Rabada", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 75.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304106", - "date": "2022-05-13", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__mj_santner", - "batter": "R Ashwin", - "bowler": "MJ Santner", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304114", - "date": "2022-05-20", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__hh_pandya", - "batter": "R Ashwin", - "bowler": "HH Pandya", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1312200", - "date": "2022-05-29", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__jd_unadkat", - "batter": "Kuldeep Yadav", - "bowler": "JD Unadkat", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359477", - "date": "2023-04-01", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "b_kumar__r_ashwin", - "batter": "B Kumar", - "bowler": "R Ashwin", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359478", - "date": "2023-04-02", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "ar_patel__ak_markram", - "batter": "AR Patel", - "bowler": "AK Markram", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1359508", - "date": "2023-04-24", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "abhishek_sharma__mr_marsh", - "batter": "Abhishek Sharma", - "bowler": "MR Marsh", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359514", - "date": "2023-04-29", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "ad_russell__ak_markram", - "batter": "AD Russell", - "bowler": "AK Markram", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359521", - "date": "2023-05-04", - "balls": 8, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 56.6, - "score_label": "Neutral" - }, - { - "key": "s_dube__t_stubbs", - "batter": "S Dube", - "bowler": "T Stubbs", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359523", - "date": "2023-05-06", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "s_dube__jc_archer", - "batter": "S Dube", - "bowler": "JC Archer", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359523", - "date": "2023-05-06", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "m_jansen__sandeep_sharma", - "batter": "M Jansen", - "bowler": "Sandeep Sharma", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 6, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359526", - "date": "2023-05-07", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__mukesh_kumar", - "batter": "M Shahrukh Khan", - "bowler": "Mukesh Kumar", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426278", - "date": "2024-04-24", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359533", - "date": "2023-05-13", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__harshit_rana", - "batter": "RD Gaikwad", - "bowler": "Harshit Rana", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__vg_arora", - "batter": "MS Dhoni", - "bowler": "VG Arora", - "balls": 12, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "f_du_plessis__nithish_kumar_reddy", - "batter": "F du Plessis", - "bowler": "Nithish Kumar Reddy", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359539", - "date": "2023-05-18", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "ad_russell__pj_cummins", - "batter": "AD Russell", - "bowler": "PJ Cummins", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__a_badoni", - "batter": "SO Hetmyer", - "bowler": "A Badoni", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "dhruv_jurel__ravi_bishnoi", - "batter": "Dhruv Jurel", - "bowler": "Ravi Bishnoi", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 225.0, - "runs_per_ball": 2.25, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 62.6, - "score_label": "Batter advantage" - }, - { - "key": "mohammed_siraj__ravi_bishnoi", - "batter": "Mohammed Siraj", - "bowler": "Ravi Bishnoi", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 50.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422133", - "date": "2024-04-02", - "balls": 8, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 71.6, - "score_label": "Batter advantage" - }, - { - "key": "a_raghuvanshi__mr_marsh", - "batter": "A Raghuvanshi", - "bowler": "MR Marsh", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "r_ravindra__abhishek_sharma", - "batter": "R Ravindra", - "bowler": "Abhishek Sharma", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__r_ravindra", - "batter": "H Klaasen", - "bowler": "R Ravindra", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422136", - "date": "2024-04-05", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__tu_deshpande", - "batter": "A Raghuvanshi", - "bowler": "TU Deshpande", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473443", - "date": "2025-03-26", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__r_ravindra", - "batter": "SS Iyer", - "bowler": "R Ravindra", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426260", - "date": "2024-04-08", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__k_rabada", - "batter": "Nithish Kumar Reddy", - "bowler": "K Rabada", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__ys_chahal", - "batter": "Shashank Singh", - "bowler": "YS Chahal", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426265", - "date": "2024-04-13", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "pd_salt__kh_pandya", - "batter": "PD Salt", - "bowler": "KH Pandya", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 325.0, - "runs_per_ball": 3.25, - "dot_ball_pct": 0.0, - "boundary_count": 6, - "boundary_pct": 75.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 26, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 8, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 74.6, - "score_label": "Batter advantage" - }, - { - "key": "r_ravindra__jj_bumrah", - "batter": "R Ravindra", - "bowler": "JJ Bumrah", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 75.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426267", - "date": "2024-04-14", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "rashid_khan__kk_ahmed", - "batter": "Rashid Khan", - "bowler": "KK Ahmed", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426270", - "date": "2024-04-17", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "noor_ahmad__ar_patel", - "batter": "Noor Ahmad", - "bowler": "AR Patel", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426270", - "date": "2024-04-17", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__mohsin_khan", - "batter": "MS Dhoni", - "bowler": "Mohsin Khan", - "balls": 14, - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 275.0, - "runs_per_ball": 2.75, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426272", - "date": "2024-04-19", - "balls": 8, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 68.6, - "score_label": "Batter advantage" - }, - { - "key": "nithish_kumar_reddy__mukesh_kumar", - "batter": "Nithish Kumar Reddy", - "bowler": "Mukesh Kumar", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "rr_pant__m_shahrukh_khan", - "batter": "RR Pant", - "bowler": "M Shahrukh Khan", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426278", - "date": "2024-04-24", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "pd_salt__k_rabada", - "batter": "PD Salt", - "bowler": "K Rabada", - "balls": 12, - "legal_balls": 8, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 375.0, - "runs_per_ball": 3.75, - "dot_ball_pct": 0.0, - "boundary_count": 6, - "boundary_pct": 75.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 20, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426280", - "date": "2024-04-26", - "balls": 8, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 80.6, - "score_label": "Batter advantage" - }, - { - "key": "r_ashwin__b_kumar", - "batter": "R Ashwin", - "bowler": "B Kumar", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "980979", - "date": "2016-05-10", - "balls": 6, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "m_jansen__jj_bumrah", - "batter": "M Jansen", - "bowler": "JJ Bumrah", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529301", - "date": "2026-05-14", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1426293", - "date": "2024-05-06", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "sameer_rizvi__sandeep_sharma", - "batter": "Sameer Rizvi", - "bowler": "Sandeep Sharma", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__b_kumar", - "batter": "JM Sharma", - "bowler": "B Kumar", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426307", - "date": "2024-05-19", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__tm_head", - "batter": "VR Iyer", - "bowler": "TM Head", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426309", - "date": "2024-05-21", - "balls": 8, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 50.6, - "score_label": "Neutral" - }, - { - "key": "r_parag__abhishek_sharma", - "batter": "R Parag", - "bowler": "Abhishek Sharma", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__ak_markram", - "batter": "SO Hetmyer", - "bowler": "AK Markram", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__suyash_sharma", - "batter": "A Raghuvanshi", - "bowler": "Suyash Sharma", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 18, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 8, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "mj_santner__ra_jadeja", - "batter": "MJ Santner", - "bowler": "RA Jadeja", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__r_ashwin", - "batter": "Naman Dhir", - "bowler": "R Ashwin", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "dl_chahar__noor_ahmad", - "batter": "DL Chahar", - "bowler": "Noor Ahmad", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__dl_chahar", - "batter": "RD Gaikwad", - "bowler": "DL Chahar", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 8, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 56.6, - "score_label": "Neutral" - }, - { - "key": "sm_curran__naman_dhir", - "batter": "SM Curran", - "bowler": "Naman Dhir", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "f_du_plessis__ds_rathi", - "batter": "F du Plessis", - "bowler": "DS Rathi", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "pd_salt__r_ashwin", - "batter": "PD Salt", - "bowler": "R Ashwin", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 375.0, - "runs_per_ball": 3.75, - "dot_ball_pct": 0.0, - "boundary_count": 6, - "boundary_pct": 75.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 30, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 8, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 80.6, - "score_label": "Batter advantage" - }, - { - "key": "r_ravindra__jr_hazlewood", - "batter": "R Ravindra", - "bowler": "JR Hazlewood", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__suyash_sharma", - "batter": "MS Dhoni", - "bowler": "Suyash Sharma", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473489", - "date": "2025-05-03", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "mj_santner__m_prasidh_krishna", - "batter": "MJ Santner", - "bowler": "M Prasidh Krishna", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "aniket_verma__v_nigam", - "batter": "Aniket Verma", - "bowler": "V Nigam", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473447", - "date": "2025-03-30", - "balls": 8, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 71.6, - "score_label": "Batter advantage" - }, - { - "key": "hv_patel__v_nigam", - "batter": "HV Patel", - "bowler": "V Nigam", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473447", - "date": "2025-03-30", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__abhishek_sharma", - "batter": "Abishek Porel", - "bowler": "Abhishek Sharma", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473447", - "date": "2025-03-30", - "balls": 8, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 56.6, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__abhishek_sharma", - "batter": "T Stubbs", - "bowler": "Abhishek Sharma", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473492", - "date": "2025-05-05", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473447", - "date": "2025-03-30", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "harshit_rana__mj_santner", - "batter": "Harshit Rana", - "bowler": "MJ Santner", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "rd_rickelton__ad_russell", - "batter": "RD Rickelton", - "bowler": "AD Russell", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473449", - "date": "2025-03-31", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__mukesh_kumar", - "batter": "RD Gaikwad", - "bowler": "Mukesh Kumar", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527691", - "date": "2026-04-11", - "balls": 6, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__v_nigam", - "batter": "MS Dhoni", - "bowler": "V Nigam", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__jc_archer", - "batter": "Shashank Singh", - "bowler": "JC Archer", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__jr_hazlewood", - "batter": "Tilak Varma", - "bowler": "JR Hazlewood", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529297", - "date": "2026-05-10", - "balls": 6, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "m_jansen__noor_ahmad", - "batter": "M Jansen", - "bowler": "Noor Ahmad", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "b_kumar__v_nigam", - "batter": "B Kumar", - "bowler": "V Nigam", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__mj_santner", - "batter": "Abishek Porel", - "bowler": "MJ Santner", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "r_ravindra__ds_rathi", - "batter": "R Ravindra", - "bowler": "DS Rathi", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__t_stubbs", - "batter": "YBK Jaiswal", - "bowler": "T Stubbs", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 8, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 56.6, - "score_label": "Neutral" - }, - { - "key": "b_kumar__m_jansen", - "batter": "B Kumar", - "bowler": "M Jansen", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "v_suryavanshi__ravi_bishnoi", - "batter": "V Suryavanshi", - "bowler": "Ravi Bishnoi", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 8, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 50.6, - "score_label": "Neutral" - }, - { - "key": "m_jansen__suyash_sharma", - "batter": "M Jansen", - "bowler": "Suyash Sharma", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 8, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 56.6, - "score_label": "Neutral" - }, - { - "key": "m_jansen__yash_dayal", - "batter": "M Jansen", - "bowler": "Yash Dayal", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__vg_arora", - "batter": "R Tewatia", - "bowler": "VG Arora", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529268", - "date": "2026-04-17", - "balls": 6, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ad_russell__m_prasidh_krishna", - "batter": "AD Russell", - "bowler": "M Prasidh Krishna", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 8, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 50.6, - "score_label": "Neutral" - }, - { - "key": "aniket_verma__dl_chahar", - "batter": "Aniket Verma", - "bowler": "DL Chahar", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "prince_yadav__ta_boult", - "batter": "Prince Yadav", - "bowler": "TA Boult", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "f_du_plessis__jr_hazlewood", - "batter": "F du Plessis", - "bowler": "JR Hazlewood", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 8, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 50.6, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__m_pathirana", - "batter": "P Simran Singh", - "bowler": "M Pathirana", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 275.0, - "runs_per_ball": 2.75, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 8, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 68.6, - "score_label": "Batter advantage" - }, - { - "key": "abishek_porel__jd_unadkat", - "batter": "Abishek Porel", - "bowler": "JD Unadkat", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473492", - "date": "2025-05-05", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "v_nigam__abhishek_sharma", - "batter": "V Nigam", - "bowler": "Abhishek Sharma", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473492", - "date": "2025-05-05", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__ak_markram", - "batter": "Ishan Kishan", - "bowler": "AK Markram", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 275.0, - "runs_per_ball": 2.75, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 8, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 68.6, - "score_label": "Batter advantage" - }, - { - "key": "s_dube__r_parag", - "batter": "S Dube", - "bowler": "R Parag", - "balls": 14, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "v_suryavanshi__m_pathirana", - "batter": "V Suryavanshi", - "bowler": "M Pathirana", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "tm_head__ad_russell", - "batter": "TM Head", - "bowler": "AD Russell", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 8, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "a_raghuvanshi__nithish_kumar_reddy", - "batter": "A Raghuvanshi", - "bowler": "Nithish Kumar Reddy", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__mj_santner", - "batter": "N Wadhera", - "bowler": "MJ Santner", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473510", - "date": "2025-06-01", - "balls": 6, - "runs": 12, - "dismissed": false - }, - { - "match_id": "1473506", - "date": "2025-05-26", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 56.6, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__yash_dayal", - "batter": "MR Marsh", - "bowler": "Yash Dayal", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473507", - "date": "2025-05-27", - "balls": 8, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 56.6, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__hh_pandya", - "batter": "N Wadhera", - "bowler": "HH Pandya", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 275.0, - "runs_per_ball": 2.75, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473510", - "date": "2025-06-01", - "balls": 8, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 68.6, - "score_label": "Batter advantage" - }, - { - "key": "jm_sharma__arshdeep_singh", - "batter": "JM Sharma", - "bowler": "Arshdeep Singh", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 8, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "p_simran_singh__suyash_sharma", - "batter": "P Simran Singh", - "bowler": "Suyash Sharma", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__mukesh_kumar", - "batter": "Shashank Singh", - "bowler": "Mukesh Kumar", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 225.0, - "runs_per_ball": 2.25, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529278", - "date": "2026-04-25", - "balls": 6, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1485779", - "date": "2025-05-24", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 62.6, - "score_label": "Batter advantage" - }, - { - "key": "d_padikkal__nithish_kumar_reddy", - "batter": "D Padikkal", - "bowler": "Nithish Kumar Reddy", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 8, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "rashid_khan__ravi_bishnoi", - "batter": "Rashid Khan", - "bowler": "Ravi Bishnoi", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 275.0, - "runs_per_ball": 2.75, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 8, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 68.6, - "score_label": "Batter advantage" - }, - { - "key": "noor_ahmad__suyash_sharma", - "batter": "Noor Ahmad", - "bowler": "Suyash Sharma", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527684", - "date": "2026-04-05", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__ds_rathi", - "batter": "A Raghuvanshi", - "bowler": "DS Rathi", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527688", - "date": "2026-04-09", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "v_suryavanshi__jr_hazlewood", - "batter": "V Suryavanshi", - "bowler": "JR Hazlewood", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 36, - "dismissals": 0, - "strike_rate": 450.0, - "runs_per_ball": 4.5, - "dot_ball_pct": 0.0, - "boundary_count": 8, - "boundary_pct": 100.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 36, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 8, - "runs": 36, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 89.6, - "score_label": "Batter advantage" - }, - { - "key": "aniket_verma__ys_chahal", - "batter": "Aniket Verma", - "bowler": "YS Chahal", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 325.0, - "runs_per_ball": 3.25, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 8, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 74.6, - "score_label": "Batter advantage" - }, - { - "key": "b_sai_sudharsan__prince_yadav", - "batter": "B Sai Sudharsan", - "bowler": "Prince Yadav", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__prince_yadav", - "batter": "JC Buttler", - "bowler": "Prince Yadav", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "rd_rickelton__kh_pandya", - "batter": "RD Rickelton", - "bowler": "KH Pandya", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__shashank_singh", - "batter": "HH Pandya", - "bowler": "Shashank Singh", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529267", - "date": "2026-04-16", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "rashid_khan__mj_santner", - "batter": "Rashid Khan", - "bowler": "MJ Santner", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "sameer_rizvi__nithish_kumar_reddy", - "batter": "Sameer Rizvi", - "bowler": "Nithish Kumar Reddy", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 225.0, - "runs_per_ball": 2.25, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529274", - "date": "2026-04-21", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 62.6, - "score_label": "Batter advantage" - }, - { - "key": "jc_buttler__s_dube", - "batter": "JC Buttler", - "bowler": "S Dube", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 125.0, - "runs_per_ball": 1.25, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529280", - "date": "2026-04-26", - "balls": 8, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 50.6, - "score_label": "Neutral" - }, - { - "key": "sp_narine__prince_yadav", - "batter": "SP Narine", - "bowler": "Prince Yadav", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529281", - "date": "2026-04-26", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "e_malinga__vg_arora", - "batter": "E Malinga", - "bowler": "VG Arora", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__k_rabada", - "batter": "N Wadhera", - "bowler": "K Rabada", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529289", - "date": "2026-05-03", - "balls": 8, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "kh_pandya__ds_rathi", - "batter": "KH Pandya", - "bowler": "DS Rathi", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529293", - "date": "2026-05-07", - "balls": 8, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "sameer_rizvi__cv_varun", - "batter": "Sameer Rizvi", - "bowler": "CV Varun", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 25.0, - "runs_per_ball": 0.25, - "dot_ball_pct": 75.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529294", - "date": "2026-05-08", - "balls": 8, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 38.6, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__r_sai_kishore", - "batter": "RA Jadeja", - "bowler": "R Sai Kishore", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 8, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__suyash_sharma", - "batter": "Naman Dhir", - "bowler": "Suyash Sharma", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529297", - "date": "2026-05-10", - "balls": 8, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__jj_bumrah", - "batter": "KH Pandya", - "bowler": "JJ Bumrah", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529297", - "date": "2026-05-10", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__dl_chahar", - "batter": "KH Pandya", - "bowler": "DL Chahar", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 75.0, - "runs_per_ball": 0.75, - "dot_ball_pct": 25.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529297", - "date": "2026-05-10", - "balls": 8, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 44.6, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__shashank_singh", - "batter": "D Padikkal", - "bowler": "Shashank Singh", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 175.0, - "runs_per_ball": 1.75, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529304", - "date": "2026-05-17", - "balls": 8, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 56.6, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__s_dube", - "batter": "H Klaasen", - "bowler": "S Dube", - "balls": 10, - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 225.0, - "runs_per_ball": 2.25, - "dot_ball_pct": 25.0, - "boundary_count": 4, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529306", - "date": "2026-05-18", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 62.6, - "score_label": "Batter advantage" - }, - { - "key": "tilak_varma__jc_archer", - "batter": "Tilak Varma", - "bowler": "JC Archer", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 8, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529312", - "date": "2026-05-24", - "balls": 8, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "v_kohli__rg_sharma", - "batter": "V Kohli", - "bowler": "RG Sharma", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 225.0, - "runs_per_ball": 2.25, - "dot_ball_pct": 25.0, - "boundary_count": 2, - "boundary_pct": 25.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 8, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "548360", - "date": "2012-05-09", - "balls": 8, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 62.6, - "score_label": "Batter advantage" - }, - { - "key": "jd_unadkat__r_ashwin", - "batter": "JD Unadkat", - "bowler": "R Ashwin", - "balls": 8, - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 8, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "729293", - "date": "2014-04-21", - "balls": 8, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__kuldeep_yadav", - "batter": "SP Narine", - "bowler": "Kuldeep Yadav", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 4, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 66.7, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2, - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304087", - "date": "2022-04-28", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1304065", - "date": "2022-04-10", - "balls": 4, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "noor_ahmad__vg_arora", - "batter": "Noor Ahmad", - "bowler": "VG Arora", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 4, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 4, - "runs": 4, - "dismissed": true - }, - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 11.6, - "score_label": "Bowler advantage" - }, - { - "key": "v_nigam__m_prasidh_krishna", - "batter": "V Nigam", - "bowler": "M Prasidh Krishna", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 4, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 66.7, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 4, - "runs": 8, - "dismissed": true - }, - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__jc_archer", - "batter": "Abhishek Sharma", - "bowler": "JC Archer", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 4, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 4 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 4, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 3.6, - "score_label": "Bowler advantage" - }, - { - "key": "b_kumar__jd_unadkat", - "batter": "B Kumar", - "bowler": "JD Unadkat", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1178420", - "date": "2019-04-27", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1082634", - "date": "2017-05-06", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 23.6, - "score_label": "Bowler advantage" - }, - { - "key": "pj_cummins__tm_head", - "batter": "PJ Cummins", - "bowler": "TM Head", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1082646", - "date": "2017-05-14", - "balls": 6, - "runs": 14, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__m_prasidh_krishna", - "batter": "R Ashwin", - "bowler": "M Prasidh Krishna", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1136604", - "date": "2018-05-12", - "balls": 6, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "jd_unadkat__m_prasidh_krishna", - "batter": "JD Unadkat", - "bowler": "M Prasidh Krishna", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1136609", - "date": "2018-05-15", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "ar_patel__kk_ahmed", - "batter": "AR Patel", - "bowler": "KK Ahmed", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216532", - "date": "2020-09-29", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1178405", - "date": "2019-04-14", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 23.6, - "score_label": "Bowler advantage" - }, - { - "key": "ta_boult__ra_jadeja", - "batter": "TA Boult", - "bowler": "RA Jadeja", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 66.7, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1181767", - "date": "2019-05-10", - "balls": 6, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "sm_curran__tu_deshpande", - "batter": "SM Curran", - "bowler": "TU Deshpande", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216509", - "date": "2020-10-17", - "balls": 6, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "p_simran_singh__m_prasidh_krishna", - "batter": "P Simran Singh", - "bowler": "M Prasidh Krishna", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216523", - "date": "2020-10-10", - "balls": 6, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__tu_deshpande", - "batter": "SV Samson", - "bowler": "TU Deshpande", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359511", - "date": "2023-04-27", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1216543", - "date": "2020-10-14", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "kh_pandya__jr_hazlewood", - "batter": "KH Pandya", - "bowler": "JR Hazlewood", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1312198", - "date": "2022-05-25", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1254104", - "date": "2021-09-19", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "ms_dhoni__m_jansen", - "batter": "MS Dhoni", - "bowler": "M Jansen", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1304063", - "date": "2022-04-09", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "ys_chahal__yash_dayal", - "batter": "YS Chahal", - "bowler": "Yash Dayal", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304070", - "date": "2022-04-14", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__m_jansen", - "batter": "F du Plessis", - "bowler": "M Jansen", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1485779", - "date": "2025-05-24", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304082", - "date": "2022-04-23", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 23.6, - "score_label": "Bowler advantage" - }, - { - "key": "mohsin_khan__r_sai_kishore", - "batter": "Mohsin Khan", - "bowler": "R Sai Kishore", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304103", - "date": "2022-05-10", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 23.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_ashwin__r_sai_kishore", - "batter": "R Ashwin", - "bowler": "R Sai Kishore", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1312200", - "date": "2022-05-29", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__harshit_rana", - "batter": "HH Pandya", - "bowler": "Harshit Rana", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359513", - "date": "2023-04-29", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 23.6, - "score_label": "Bowler advantage" - }, - { - "key": "sv_samson__harshit_rana", - "batter": "SV Samson", - "bowler": "Harshit Rana", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359530", - "date": "2023-05-11", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 23.6, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__noor_ahmad", - "batter": "F du Plessis", - "bowler": "Noor Ahmad", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359544", - "date": "2023-05-21", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "mr_marsh__m_pathirana", - "batter": "MR Marsh", - "bowler": "M Pathirana", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 66.7, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 6, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "b_kumar__sm_curran", - "batter": "B Kumar", - "bowler": "SM Curran", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 6, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "dhruv_jurel__sp_narine", - "batter": "Dhruv Jurel", - "bowler": "SP Narine", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 23.6, - "score_label": "Bowler advantage" - }, - { - "key": "t_stubbs__nithish_kumar_reddy", - "batter": "T Stubbs", - "bowler": "Nithish Kumar Reddy", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529274", - "date": "2026-04-21", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__yash_dayal", - "batter": "R Tewatia", - "bowler": "Yash Dayal", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426290", - "date": "2024-05-04", - "balls": 6, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "arshdeep_singh__mohammed_siraj", - "batter": "Arshdeep Singh", - "bowler": "Mohammed Siraj", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 66.7, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426296", - "date": "2024-05-09", - "balls": 6, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_ravindra__r_ashwin", - "batter": "R Ravindra", - "bowler": "R Ashwin", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 6, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "a_badoni__t_stubbs", - "batter": "A Badoni", - "bowler": "T Stubbs", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "p_simran_singh__nithish_kumar_reddy", - "batter": "P Simran Singh", - "bowler": "Nithish Kumar Reddy", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 2, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1426307", - "date": "2024-05-19", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ad_russell__suyash_sharma", - "batter": "AD Russell", - "bowler": "Suyash Sharma", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 66.7, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 6, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "rm_patidar__vg_arora", - "batter": "RM Patidar", - "bowler": "VG Arora", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529300", - "date": "2026-05-13", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 4, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__rashid_khan", - "batter": "Priyansh Arya", - "bowler": "Rashid Khan", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 6, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__m_pathirana", - "batter": "KH Pandya", - "bowler": "M Pathirana", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 6, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "m_shahrukh_khan__hh_pandya", - "batter": "M Shahrukh Khan", - "bowler": "HH Pandya", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 66.7, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 6, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__r_sai_kishore", - "batter": "KH Pandya", - "bowler": "R Sai Kishore", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473451", - "date": "2025-04-02", - "balls": 6, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "hv_patel__ad_russell", - "batter": "HV Patel", - "bowler": "AD Russell", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 23.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_ravindra__mukesh_kumar", - "batter": "R Ravindra", - "bowler": "Mukesh Kumar", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 23.6, - "score_label": "Bowler advantage" - }, - { - "key": "tu_deshpande__r_sai_kishore", - "batter": "TU Deshpande", - "bowler": "R Sai Kishore", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 6, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "ar_patel__prince_yadav", - "batter": "AR Patel", - "bowler": "Prince Yadav", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527678", - "date": "2026-04-01", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473477", - "date": "2025-04-22", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "rd_rickelton__jd_unadkat", - "batter": "RD Rickelton", - "bowler": "JD Unadkat", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 66.7, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 6, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "rg_sharma__e_malinga", - "batter": "RG Sharma", - "bowler": "E Malinga", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_tewatia__jd_unadkat", - "batter": "R Tewatia", - "bowler": "JD Unadkat", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 66.7, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 6, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "tm_head__m_prasidh_krishna", - "batter": "TM Head", - "bowler": "M Prasidh Krishna", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 66.7, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 6, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "priyansh_arya__tu_deshpande", - "batter": "Priyansh Arya", - "bowler": "TU Deshpande", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 6, - "runs": 6, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 31.6, - "score_label": "Bowler advantage" - }, - { - "key": "abhishek_sharma__ds_rathi", - "batter": "Abhishek Sharma", - "bowler": "DS Rathi", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 23.6, - "score_label": "Bowler advantage" - }, - { - "key": "washington_sundar__mj_santner", - "batter": "Washington Sundar", - "bowler": "MJ Santner", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 23.6, - "score_label": "Bowler advantage" - }, - { - "key": "n_wadhera__mukesh_kumar", - "batter": "N Wadhera", - "bowler": "Mukesh Kumar", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1485779", - "date": "2025-05-24", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "pd_salt__s_dube", - "batter": "PD Salt", - "bowler": "S Dube", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527684", - "date": "2026-04-05", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 23.6, - "score_label": "Bowler advantage" - }, - { - "key": "tm_head__r_parag", - "batter": "TM Head", - "bowler": "R Parag", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "pd_salt__prince_yadav", - "batter": "PD Salt", - "bowler": "Prince Yadav", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "naman_dhir__shashank_singh", - "batter": "Naman Dhir", - "bowler": "Shashank Singh", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529267", - "date": "2026-04-16", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 23.6, - "score_label": "Bowler advantage" - }, - { - "key": "sameer_rizvi__b_kumar", - "batter": "Sameer Rizvi", - "bowler": "B Kumar", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529269", - "date": "2026-04-18", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "mohsin_khan__jc_archer", - "batter": "Mohsin Khan", - "bowler": "JC Archer", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 6, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "rd_rickelton__noor_ahmad", - "batter": "RD Rickelton", - "bowler": "Noor Ahmad", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529287", - "date": "2026-05-02", - "balls": 6, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 23.6, - "score_label": "Bowler advantage" - }, - { - "key": "sameer_rizvi__sp_narine", - "batter": "Sameer Rizvi", - "bowler": "SP Narine", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529294", - "date": "2026-05-08", - "balls": 6, - "runs": 4, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 27.6, - "score_label": "Bowler advantage" - }, - { - "key": "noor_ahmad__k_rabada", - "batter": "Noor Ahmad", - "bowler": "K Rabada", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529309", - "date": "2026-05-21", - "balls": 6, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "naman_dhir__jc_archer", - "batter": "Naman Dhir", - "bowler": "JC Archer", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529312", - "date": "2026-05-24", - "balls": 6, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "sandeep_sharma__ys_chahal", - "batter": "Sandeep Sharma", - "bowler": "YS Chahal", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 2, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "829785", - "date": "2015-05-06", - "balls": 6, - "runs": 10, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "rr_pant__ar_patel", - "batter": "RR Pant", - "bowler": "AR Patel", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1082626", - "date": "2017-04-30", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1082605", - "date": "2017-04-15", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__hh_pandya", - "batter": "Ishan Kishan", - "bowler": "HH Pandya", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359509", - "date": "2023-04-25", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1082606", - "date": "2017-04-16", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "jj_bumrah__sandeep_sharma", - "batter": "JJ Bumrah", - "bowler": "Sandeep Sharma", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 2, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1136567", - "date": "2018-04-12", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "980985", - "date": "2016-05-13", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "jd_unadkat__ra_jadeja", - "batter": "JD Unadkat", - "bowler": "RA Jadeja", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1136577", - "date": "2018-04-20", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "729293", - "date": "2014-04-21", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "b_kumar__m_prasidh_krishna", - "batter": "B Kumar", - "bowler": "M Prasidh Krishna", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1136619", - "date": "2018-05-25", - "balls": 4, - "runs": 10, - "dismissed": false - }, - { - "match_id": "1136614", - "date": "2018-05-19", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "mohammed_siraj__ra_jadeja", - "batter": "Mohammed Siraj", - "bowler": "RA Jadeja", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304068", - "date": "2022-04-12", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1175356", - "date": "2019-03-23", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "ra_jadeja__s_dube", - "batter": "RA Jadeja", - "bowler": "S Dube", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1175356", - "date": "2019-03-23", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__s_dube", - "batter": "SS Iyer", - "bowler": "S Dube", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1178421", - "date": "2019-04-28", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "jj_bumrah__dl_chahar", - "batter": "JJ Bumrah", - "bowler": "DL Chahar", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216492", - "date": "2020-09-19", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "hv_patel__r_tewatia", - "batter": "HV Patel", - "bowler": "R Tewatia", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216500", - "date": "2020-10-09", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__abhishek_sharma", - "batter": "MS Dhoni", - "bowler": "Abhishek Sharma", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216516", - "date": "2020-10-02", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "sm_curran__b_kumar", - "batter": "SM Curran", - "bowler": "B Kumar", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 4, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1216516", - "date": "2020-10-02", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__arshdeep_singh", - "batter": "PJ Cummins", - "bowler": "Arshdeep Singh", - "balls": 10, - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216523", - "date": "2020-10-10", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "k_rabada__kk_ahmed", - "batter": "K Rabada", - "bowler": "KK Ahmed", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216532", - "date": "2020-09-29", - "balls": 6, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 71.6, - "score_label": "Batter advantage" - }, - { - "key": "hv_patel__m_jansen", - "batter": "HV Patel", - "bowler": "M Jansen", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254058", - "date": "2021-04-09", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "ravi_bishnoi__m_prasidh_krishna", - "batter": "Ravi Bishnoi", - "bowler": "M Prasidh Krishna", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254078", - "date": "2021-04-26", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__avesh_khan", - "batter": "Washington Sundar", - "bowler": "Avesh Khan", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254079", - "date": "2021-04-27", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__s_dube", - "batter": "KH Pandya", - "bowler": "S Dube", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254081", - "date": "2021-04-29", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "v_kohli__ak_markram", - "batter": "V Kohli", - "bowler": "AK Markram", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254090", - "date": "2021-10-03", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__ak_markram", - "batter": "D Padikkal", - "bowler": "AK Markram", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254090", - "date": "2021-10-03", - "balls": 6, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_ashwin__vr_iyer", - "batter": "R Ashwin", - "bowler": "VR Iyer", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254092", - "date": "2021-09-28", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "ad_russell__jr_hazlewood", - "batter": "AD Russell", - "bowler": "JR Hazlewood", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "rg_sharma__ak_markram", - "batter": "RG Sharma", - "bowler": "AK Markram", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254099", - "date": "2021-09-28", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "b_kumar__avesh_khan", - "batter": "B Kumar", - "bowler": "Avesh Khan", - "balls": 10, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254105", - "date": "2021-09-22", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__s_dube", - "batter": "VR Iyer", - "bowler": "S Dube", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254106", - "date": "2021-10-07", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ta_boult__ys_chahal", - "batter": "TA Boult", - "bowler": "YS Chahal", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254108", - "date": "2021-09-26", - "balls": 6, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "so_hetmyer__dl_chahar", - "batter": "SO Hetmyer", - "bowler": "DL Chahar", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254114", - "date": "2021-10-10", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "f_du_plessis__vr_iyer", - "batter": "F du Plessis", - "bowler": "VR Iyer", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254117", - "date": "2021-10-15", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__washington_sundar", - "batter": "D Padikkal", - "bowler": "Washington Sundar", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359478", - "date": "2023-04-02", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "cv_varun__mohammed_siraj", - "batter": "CV Varun", - "bowler": "Mohammed Siraj", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304052", - "date": "2022-03-30", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__r_parag", - "batter": "Tilak Varma", - "bowler": "R Parag", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304055", - "date": "2022-04-02", - "balls": 6, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 63.6, - "score_label": "Batter advantage" - }, - { - "key": "hv_patel__m_prasidh_krishna", - "batter": "HV Patel", - "bowler": "M Prasidh Krishna", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1312199", - "date": "2022-05-27", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304059", - "date": "2022-04-05", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__r_tewatia", - "batter": "JM Sharma", - "bowler": "R Tewatia", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 26, - "dismissals": 0, - "strike_rate": 433.3, - "runs_per_ball": 4.333, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 66.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 26, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304062", - "date": "2022-04-08", - "balls": 6, - "runs": 26, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 87.6, - "score_label": "Batter advantage" - }, - { - "key": "n_pooran__r_tewatia", - "batter": "N Pooran", - "bowler": "R Tewatia", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304067", - "date": "2022-04-11", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "jd_unadkat__arshdeep_singh", - "batter": "JD Unadkat", - "bowler": "Arshdeep Singh", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304069", - "date": "2022-04-13", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "arshdeep_singh__ar_patel", - "batter": "Arshdeep Singh", - "bowler": "AR Patel", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304078", - "date": "2022-04-20", - "balls": 6, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "vg_arora__kk_ahmed", - "batter": "VG Arora", - "bowler": "KK Ahmed", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304078", - "date": "2022-04-20", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "jj_bumrah__kh_pandya", - "batter": "JJ Bumrah", - "bowler": "KH Pandya", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304083", - "date": "2022-04-24", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "m_prasidh_krishna__hv_patel", - "batter": "M Prasidh Krishna", - "bowler": "HV Patel", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "avesh_khan__k_rabada", - "batter": "Avesh Khan", - "bowler": "K Rabada", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304088", - "date": "2022-04-29", - "balls": 6, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "k_rabada__avesh_khan", - "batter": "K Rabada", - "bowler": "Avesh Khan", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1304088", - "date": "2022-04-29", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__mohsin_khan", - "batter": "MR Marsh", - "bowler": "Mohsin Khan", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304091", - "date": "2022-05-01", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__shashank_singh", - "batter": "RD Gaikwad", - "bowler": "Shashank Singh", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304092", - "date": "2022-05-01", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "b_kumar__kuldeep_yadav", - "batter": "B Kumar", - "bowler": "Kuldeep Yadav", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304096", - "date": "2022-05-05", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__jj_bumrah", - "batter": "HH Pandya", - "bowler": "JJ Bumrah", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304097", - "date": "2022-05-06", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__vr_iyer", - "batter": "Ishan Kishan", - "bowler": "VR Iyer", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304102", - "date": "2022-05-09", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "hv_patel__arshdeep_singh", - "batter": "HV Patel", - "bowler": "Arshdeep Singh", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304106", - "date": "2022-05-13", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "jr_hazlewood__arshdeep_singh", - "batter": "JR Hazlewood", - "bowler": "Arshdeep Singh", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304106", - "date": "2022-05-13", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "r_parag__a_badoni", - "batter": "R Parag", - "bowler": "A Badoni", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__mj_santner", - "batter": "Ishan Kishan", - "bowler": "MJ Santner", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359486", - "date": "2023-04-08", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__mj_santner", - "batter": "T Stubbs", - "bowler": "MJ Santner", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359486", - "date": "2023-04-08", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "sm_curran__washington_sundar", - "batter": "SM Curran", - "bowler": "Washington Sundar", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359488", - "date": "2023-04-09", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "ak_markram__sm_curran", - "batter": "AK Markram", - "bowler": "SM Curran", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359488", - "date": "2023-04-09", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "avesh_khan__hv_patel", - "batter": "Avesh Khan", - "bowler": "HV Patel", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426303", - "date": "2024-05-15", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359489", - "date": "2023-04-10", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ar_patel__tilak_varma", - "batter": "AR Patel", - "bowler": "Tilak Varma", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359490", - "date": "2023-04-11", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "cv_varun__kuldeep_yadav", - "batter": "CV Varun", - "bowler": "Kuldeep Yadav", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359502", - "date": "2023-04-20", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__m_pathirana", - "batter": "Washington Sundar", - "bowler": "M Pathirana", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359503", - "date": "2023-04-21", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "m_jansen__tu_deshpande", - "batter": "M Jansen", - "bowler": "TU Deshpande", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359503", - "date": "2023-04-21", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__washington_sundar", - "batter": "MR Marsh", - "bowler": "Washington Sundar", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359508", - "date": "2023-04-24", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__b_kumar", - "batter": "Kuldeep Yadav", - "bowler": "B Kumar", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 66.7, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359508", - "date": "2023-04-24", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__m_pathirana", - "batter": "M Shahrukh Khan", - "bowler": "M Pathirana", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359515", - "date": "2023-04-30", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "m_jansen__cv_varun", - "batter": "M Jansen", - "bowler": "CV Varun", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473481", - "date": "2025-04-26", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359521", - "date": "2023-05-04", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "b_kumar__vg_arora", - "batter": "B Kumar", - "bowler": "VG Arora", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359521", - "date": "2023-05-04", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__ra_jadeja", - "batter": "T Stubbs", - "bowler": "RA Jadeja", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359523", - "date": "2023-05-06", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "jc_archer__m_pathirana", - "batter": "JC Archer", - "bowler": "M Pathirana", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1359523", - "date": "2023-05-06", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "am_rahane__harshit_rana", - "batter": "AM Rahane", - "bowler": "Harshit Rana", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 333.3, - "runs_per_ball": 3.333, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 66.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 6, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 75.6, - "score_label": "Batter advantage" - }, - { - "key": "b_sai_sudharsan__ak_markram", - "batter": "B Sai Sudharsan", - "bowler": "AK Markram", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 4, - "runs": 4, - "dismissed": false - }, - { - "match_id": "1359536", - "date": "2023-05-15", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__vg_arora", - "batter": "KH Pandya", - "bowler": "VG Arora", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426266", - "date": "2024-04-14", - "balls": 4, - "runs": 6, - "dismissed": false - }, - { - "match_id": "1359542", - "date": "2023-05-20", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "rg_sharma__nithish_kumar_reddy", - "batter": "RG Sharma", - "bowler": "Nithish Kumar Reddy", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359543", - "date": "2023-05-21", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__mr_marsh", - "batter": "SS Iyer", - "bowler": "MR Marsh", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 6, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 63.6, - "score_label": "Batter advantage" - }, - { - "key": "f_du_plessis__r_parag", - "batter": "F du Plessis", - "bowler": "R Parag", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422137", - "date": "2024-04-06", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__nithish_kumar_reddy", - "batter": "Shashank Singh", - "bowler": "Nithish Kumar Reddy", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426307", - "date": "2024-05-19", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426261", - "date": "2024-04-09", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__r_ashwin", - "batter": "A Raghuvanshi", - "bowler": "R Ashwin", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "am_rahane__nithish_kumar_reddy", - "batter": "AM Rahane", - "bowler": "Nithish Kumar Reddy", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__sp_narine", - "batter": "Kuldeep Yadav", - "bowler": "SP Narine", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__cv_varun", - "batter": "Kuldeep Yadav", - "bowler": "CV Varun", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "rk_singh__naman_dhir", - "batter": "RK Singh", - "bowler": "Naman Dhir", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__cv_varun", - "batter": "N Wadhera", - "bowler": "CV Varun", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "mj_santner__hv_patel", - "batter": "MJ Santner", - "bowler": "HV Patel", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "avesh_khan__mukesh_kumar", - "batter": "Avesh Khan", - "bowler": "Mukesh Kumar", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 6, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 63.6, - "score_label": "Batter advantage" - }, - { - "key": "tm_head__a_badoni", - "batter": "TM Head", - "bowler": "A Badoni", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 266.7, - "runs_per_ball": 2.667, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426295", - "date": "2024-05-08", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 67.6, - "score_label": "Batter advantage" - }, - { - "key": "abhishek_sharma__a_badoni", - "batter": "Abhishek Sharma", - "bowler": "A Badoni", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 366.7, - "runs_per_ball": 3.667, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 66.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426295", - "date": "2024-05-08", - "balls": 6, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 79.6, - "score_label": "Batter advantage" - }, - { - "key": "abishek_porel__mohsin_khan", - "batter": "Abishek Porel", - "bowler": "Mohsin Khan", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 266.7, - "runs_per_ball": 2.667, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 67.6, - "score_label": "Batter advantage" - }, - { - "key": "n_pooran__naman_dhir", - "batter": "N Pooran", - "bowler": "Naman Dhir", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 366.7, - "runs_per_ball": 3.667, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 66.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426305", - "date": "2024-05-17", - "balls": 6, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 79.6, - "score_label": "Batter advantage" - }, - { - "key": "vr_iyer__nithish_kumar_reddy", - "batter": "VR Iyer", - "bowler": "Nithish Kumar Reddy", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426309", - "date": "2024-05-21", - "balls": 6, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 63.6, - "score_label": "Batter advantage" - }, - { - "key": "sp_narine__suyash_sharma", - "batter": "SP Narine", - "bowler": "Suyash Sharma", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 400.0, - "runs_per_ball": 4.0, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 66.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 6, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 83.6, - "score_label": "Batter advantage" - }, - { - "key": "vr_iyer__suyash_sharma", - "batter": "VR Iyer", - "bowler": "Suyash Sharma", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "pd_salt__sp_narine", - "batter": "PD Salt", - "bowler": "SP Narine", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__ds_rathi", - "batter": "T Stubbs", - "bowler": "DS Rathi", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "v_nigam__prince_yadav", - "batter": "V Nigam", - "bowler": "Prince Yadav", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 66.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 18, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 6, - "runs": 18, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 71.6, - "score_label": "Batter advantage" - }, - { - "key": "kuldeep_yadav__prince_yadav", - "batter": "Kuldeep Yadav", - "bowler": "Prince Yadav", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 66.7, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__k_rabada", - "batter": "Shashank Singh", - "bowler": "K Rabada", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__sandeep_sharma", - "batter": "A Raghuvanshi", - "bowler": "Sandeep Sharma", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473443", - "date": "2025-03-26", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ak_markram__abhishek_sharma", - "batter": "AK Markram", - "bowler": "Abhishek Sharma", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "k_rabada__dl_chahar", - "batter": "K Rabada", - "bowler": "DL Chahar", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473446", - "date": "2025-03-29", - "balls": 6, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 63.6, - "score_label": "Batter advantage" - }, - { - "key": "aniket_verma__sp_narine", - "batter": "Aniket Verma", - "bowler": "SP Narine", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "sameer_rizvi__ra_jadeja", - "batter": "Sameer Rizvi", - "bowler": "RA Jadeja", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "harshit_rana__ds_rathi", - "batter": "Harshit Rana", - "bowler": "DS Rathi", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 6, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "harshit_rana__ravi_bishnoi", - "batter": "Harshit Rana", - "bowler": "Ravi Bishnoi", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "aniket_verma__r_sai_kishore", - "batter": "Aniket Verma", - "bowler": "R Sai Kishore", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "mj_santner__jr_hazlewood", - "batter": "MJ Santner", - "bowler": "JR Hazlewood", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 266.7, - "runs_per_ball": 2.667, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 67.6, - "score_label": "Batter advantage" - }, - { - "key": "m_shahrukh_khan__tu_deshpande", - "batter": "M Shahrukh Khan", - "bowler": "TU Deshpande", - "balls": 10, - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 6, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 63.6, - "score_label": "Batter advantage" - }, - { - "key": "jc_archer__rashid_khan", - "batter": "JC Archer", - "bowler": "Rashid Khan", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__v_nigam", - "batter": "D Padikkal", - "bowler": "V Nigam", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__suyash_sharma", - "batter": "SO Hetmyer", - "bowler": "Suyash Sharma", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473465", - "date": "2025-04-13", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__v_nigam", - "batter": "Naman Dhir", - "bowler": "V Nigam", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527681", - "date": "2026-04-04", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__kuldeep_yadav", - "batter": "Naman Dhir", - "bowler": "Kuldeep Yadav", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 266.7, - "runs_per_ball": 2.667, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527681", - "date": "2026-04-04", - "balls": 4, - "runs": 14, - "dismissed": false - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 67.6, - "score_label": "Batter advantage" - }, - { - "key": "v_nigam__ta_boult", - "batter": "V Nigam", - "bowler": "TA Boult", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__jj_bumrah", - "batter": "Kuldeep Yadav", - "bowler": "JJ Bumrah", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473501", - "date": "2025-05-21", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "r_ravindra__avesh_khan", - "batter": "R Ravindra", - "bowler": "Avesh Khan", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473467", - "date": "2025-04-14", - "balls": 6, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 63.6, - "score_label": "Batter advantage" - }, - { - "key": "sv_samson__v_nigam", - "batter": "SV Samson", - "bowler": "V Nigam", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 20, - "dismissals": 0, - "strike_rate": 333.3, - "runs_per_ball": 3.333, - "dot_ball_pct": 33.3, - "boundary_count": 4, - "boundary_pct": 66.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 20, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 6, - "runs": 20, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 75.6, - "score_label": "Batter advantage" - }, - { - "key": "r_parag__v_nigam", - "batter": "R Parag", - "bowler": "V Nigam", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473469", - "date": "2025-04-16", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__mj_santner", - "batter": "Nithish Kumar Reddy", - "bowler": "MJ Santner", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__suyash_sharma", - "batter": "SS Iyer", - "bowler": "Suyash Sharma", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "v_suryavanshi__avesh_khan", - "batter": "V Suryavanshi", - "bowler": "Avesh Khan", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 366.7, - "runs_per_ball": 3.667, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 66.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473473", - "date": "2025-04-19", - "balls": 6, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 79.6, - "score_label": "Batter advantage" - }, - { - "key": "jm_sharma__n_wadhera", - "batter": "JM Sharma", - "bowler": "N Wadhera", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 6, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 63.6, - "score_label": "Batter advantage" - }, - { - "key": "a_mhatre__mj_santner", - "batter": "A Mhatre", - "bowler": "MJ Santner", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "sp_narine__m_prasidh_krishna", - "batter": "SP Narine", - "bowler": "M Prasidh Krishna", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__m_prasidh_krishna", - "batter": "VR Iyer", - "bowler": "M Prasidh Krishna", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "ad_russell__r_sai_kishore", - "batter": "AD Russell", - "bowler": "R Sai Kishore", - "balls": 10, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "aniket_verma__mj_santner", - "batter": "Aniket Verma", - "bowler": "MJ Santner", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473478", - "date": "2025-04-23", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "aniket_verma__sm_curran", - "batter": "Aniket Verma", - "bowler": "SM Curran", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 6, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 63.6, - "score_label": "Batter advantage" - }, - { - "key": "tilak_varma__prince_yadav", - "batter": "Tilak Varma", - "bowler": "Prince Yadav", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__prince_yadav", - "batter": "HH Pandya", - "bowler": "Prince Yadav", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "prince_yadav__jj_bumrah", - "batter": "Prince Yadav", - "bowler": "JJ Bumrah", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "v_nigam__cv_varun", - "batter": "V Nigam", - "bowler": "CV Varun", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 6, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 63.6, - "score_label": "Batter advantage" - }, - { - "key": "rd_rickelton__r_parag", - "batter": "RD Rickelton", - "bowler": "R Parag", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473487", - "date": "2025-05-01", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__rashid_khan", - "batter": "PJ Cummins", - "bowler": "Rashid Khan", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 266.7, - "runs_per_ball": 2.667, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 67.6, - "score_label": "Batter advantage" - }, - { - "key": "v_nigam__jd_unadkat", - "batter": "V Nigam", - "bowler": "JD Unadkat", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473492", - "date": "2025-05-05", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "v_nigam__e_malinga", - "batter": "V Nigam", - "bowler": "E Malinga", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473492", - "date": "2025-05-05", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "dl_chahar__m_prasidh_krishna", - "batter": "DL Chahar", - "bowler": "M Prasidh Krishna", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "dl_chahar__mohammed_siraj", - "batter": "DL Chahar", - "bowler": "Mohammed Siraj", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__k_rabada", - "batter": "Abishek Porel", - "bowler": "K Rabada", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 266.7, - "runs_per_ball": 2.667, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473498", - "date": "2025-05-18", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 67.6, - "score_label": "Batter advantage" - }, - { - "key": "s_dube__tu_deshpande", - "batter": "S Dube", - "bowler": "TU Deshpande", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__r_ashwin", - "batter": "SO Hetmyer", - "bowler": "R Ashwin", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 366.7, - "runs_per_ball": 3.667, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 66.7, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 6, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 79.6, - "score_label": "Batter advantage" - }, - { - "key": "m_shahrukh_khan__noor_ahmad", - "batter": "M Shahrukh Khan", - "bowler": "Noor Ahmad", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "rk_singh__e_malinga", - "batter": "RK Singh", - "bowler": "E Malinga", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 18, - "dismissals": 0, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 66.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 4, - "runs": 16, - "dismissed": false - }, - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 71.6, - "score_label": "Batter advantage" - }, - { - "key": "harshit_rana__jd_unadkat", - "batter": "Harshit Rana", - "bowler": "JD Unadkat", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "vg_arora__jd_unadkat", - "batter": "VG Arora", - "bowler": "JD Unadkat", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 4, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__a_badoni", - "batter": "JM Sharma", - "bowler": "A Badoni", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 266.7, - "runs_per_ball": 2.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473507", - "date": "2025-05-27", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 67.6, - "score_label": "Batter advantage" - }, - { - "key": "washington_sundar__naman_dhir", - "batter": "Washington Sundar", - "bowler": "Naman Dhir", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473509", - "date": "2025-05-30", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "aniket_verma__b_kumar", - "batter": "Aniket Verma", - "bowler": "B Kumar", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 233.3, - "runs_per_ball": 2.333, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 6, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 63.6, - "score_label": "Batter advantage" - }, - { - "key": "jd_unadkat__b_kumar", - "batter": "JD Unadkat", - "bowler": "B Kumar", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__vg_arora", - "batter": "HH Pandya", - "bowler": "VG Arora", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__washington_sundar", - "batter": "Shashank Singh", - "bowler": "Washington Sundar", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__ar_patel", - "batter": "Naman Dhir", - "bowler": "AR Patel", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527681", - "date": "2026-04-04", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "mj_santner__mukesh_kumar", - "batter": "MJ Santner", - "bowler": "Mukesh Kumar", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527681", - "date": "2026-04-04", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__s_dube", - "batter": "RM Patidar", - "bowler": "S Dube", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 266.7, - "runs_per_ball": 2.667, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527684", - "date": "2026-04-05", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 67.6, - "score_label": "Batter advantage" - }, - { - "key": "dl_chahar__jc_archer", - "batter": "DL Chahar", - "bowler": "JC Archer", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__v_nigam", - "batter": "Washington Sundar", - "bowler": "V Nigam", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 30, - "dismissals": 0, - "strike_rate": 500.0, - "runs_per_ball": 5.0, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 66.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 30, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 6, - "runs": 30, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 95.6, - "score_label": "Batter advantage" - }, - { - "key": "t_stubbs__k_rabada", - "batter": "T Stubbs", - "bowler": "K Rabada", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "v_nigam__k_rabada", - "batter": "V Nigam", - "bowler": "K Rabada", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "am_rahane__prince_yadav", - "batter": "AM Rahane", - "bowler": "Prince Yadav", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527688", - "date": "2026-04-09", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "b_kumar__sandeep_sharma", - "batter": "B Kumar", - "bowler": "Sandeep Sharma", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__jd_unadkat", - "batter": "Priyansh Arya", - "bowler": "JD Unadkat", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__e_malinga", - "batter": "Priyansh Arya", - "bowler": "E Malinga", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 366.7, - "runs_per_ball": 3.667, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 66.7, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 22, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 6, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 79.6, - "score_label": "Batter advantage" - }, - { - "key": "shashank_singh__abhishek_sharma", - "batter": "Shashank Singh", - "bowler": "Abhishek Sharma", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__kk_ahmed", - "batter": "A Raghuvanshi", - "bowler": "KK Ahmed", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529265", - "date": "2026-04-14", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "rk_singh__r_parag", - "batter": "RK Singh", - "bowler": "R Parag", - "balls": 8, - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__washington_sundar", - "batter": "Naman Dhir", - "bowler": "Washington Sundar", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 22, - "dismissals": 0, - "strike_rate": 366.7, - "runs_per_ball": 3.667, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 66.7, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 22, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529273", - "date": "2026-04-20", - "balls": 6, - "runs": 22, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 79.6, - "score_label": "Batter advantage" - }, - { - "key": "sameer_rizvi__e_malinga", - "batter": "Sameer Rizvi", - "bowler": "E Malinga", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529274", - "date": "2026-04-21", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__e_malinga", - "batter": "SO Hetmyer", - "bowler": "E Malinga", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 33.3, - "runs_per_ball": 0.333, - "dot_ball_pct": 66.7, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 6, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 39.6, - "score_label": "Neutral" - }, - { - "key": "abhishek_sharma__r_parag", - "batter": "Abhishek Sharma", - "bowler": "R Parag", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529279", - "date": "2026-04-25", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "rashid_khan__suyash_sharma", - "batter": "Rashid Khan", - "bowler": "Suyash Sharma", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529285", - "date": "2026-04-30", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__m_jansen", - "batter": "Nithish Kumar Reddy", - "bowler": "M Jansen", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0, - "strike_rate": 266.7, - "runs_per_ball": 2.667, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 16, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 6, - "runs": 16, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 67.6, - "score_label": "Batter advantage" - }, - { - "key": "m_jansen__e_malinga", - "batter": "M Jansen", - "bowler": "E Malinga", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529292", - "date": "2026-05-06", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__m_jansen", - "batter": "T Stubbs", - "bowler": "M Jansen", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 66.7, - "runs_per_ball": 0.667, - "dot_ball_pct": 33.3, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529298", - "date": "2026-05-11", - "balls": 6, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "shubman_gill__nithish_kumar_reddy", - "batter": "Shubman Gill", - "bowler": "Nithish Kumar Reddy", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529299", - "date": "2026-05-12", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "jc_buttler__nithish_kumar_reddy", - "batter": "JC Buttler", - "bowler": "Nithish Kumar Reddy", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 133.3, - "runs_per_ball": 1.333, - "dot_ball_pct": 66.7, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 6, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529299", - "date": "2026-05-12", - "balls": 6, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 51.6, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__vg_arora", - "batter": "D Padikkal", - "bowler": "VG Arora", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 6, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529300", - "date": "2026-05-13", - "balls": 6, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__vg_arora", - "batter": "JM Sharma", - "bowler": "VG Arora", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529300", - "date": "2026-05-13", - "balls": 6, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__tm_head", - "batter": "KH Pandya", - "bowler": "TM Head", - "balls": 6, - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 166.7, - "runs_per_ball": 1.667, - "dot_ball_pct": 33.3, - "boundary_count": 2, - "boundary_pct": 33.3, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 6, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 6, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "sp_narine__rashid_khan", - "batter": "SP Narine", - "bowler": "Rashid Khan", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 4, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 4 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359487", - "date": "2023-04-09", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 3.6, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__noor_ahmad", - "batter": "SP Narine", - "bowler": "Noor Ahmad", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 4, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2, - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 4 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473494", - "date": "2025-05-07", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "high", - "matchup_score": 3.6, - "score_label": "Bowler advantage" - }, - { - "key": "ys_chahal__sandeep_sharma", - "batter": "YS Chahal", - "bowler": "Sandeep Sharma", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1175366", - "date": "2019-03-31", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "hv_patel__sm_curran", - "batter": "HV Patel", - "bowler": "SM Curran", - "balls": 6, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1175368", - "date": "2019-04-01", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "m_prasidh_krishna__ra_jadeja", - "batter": "M Prasidh Krishna", - "bowler": "RA Jadeja", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1178398", - "date": "2019-04-09", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__r_tewatia", - "batter": "SP Narine", - "bowler": "R Tewatia", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216530", - "date": "2020-11-01", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "b_kumar__ta_boult", - "batter": "B Kumar", - "bowler": "TA Boult", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1254066", - "date": "2021-04-17", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "kk_ahmed__ta_boult", - "batter": "KK Ahmed", - "bowler": "TA Boult", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254066", - "date": "2021-04-17", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_tewatia__m_prasidh_krishna", - "batter": "R Tewatia", - "bowler": "M Prasidh Krishna", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254075", - "date": "2021-04-24", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "m_shahrukh_khan__m_prasidh_krishna", - "batter": "M Shahrukh Khan", - "bowler": "M Prasidh Krishna", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254078", - "date": "2021-04-26", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "so_hetmyer__vr_iyer", - "batter": "SO Hetmyer", - "bowler": "VR Iyer", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254092", - "date": "2021-09-28", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "ar_patel__vr_iyer", - "batter": "AR Patel", - "bowler": "VR Iyer", - "balls": 8, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254092", - "date": "2021-09-28", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "vr_iyer__r_tewatia", - "batter": "VR Iyer", - "bowler": "R Tewatia", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254106", - "date": "2021-10-07", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "vr_iyer__kk_ahmed", - "batter": "VR Iyer", - "bowler": "KK Ahmed", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304065", - "date": "2022-04-10", - "balls": 4, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "k_rabada__kuldeep_yadav", - "batter": "K Rabada", - "bowler": "Kuldeep Yadav", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304078", - "date": "2022-04-20", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_tewatia__ad_russell", - "batter": "R Tewatia", - "bowler": "AD Russell", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304081", - "date": "2022-04-23", - "balls": 4, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "mohammed_siraj__b_kumar", - "batter": "Mohammed Siraj", - "bowler": "B Kumar", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304082", - "date": "2022-04-23", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "jm_sharma__kh_pandya", - "batter": "JM Sharma", - "bowler": "KH Pandya", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304088", - "date": "2022-04-29", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "k_rabada__mohsin_khan", - "batter": "K Rabada", - "bowler": "Mohsin Khan", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304088", - "date": "2022-04-29", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "hv_patel__k_rabada", - "batter": "HV Patel", - "bowler": "K Rabada", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304106", - "date": "2022-05-13", - "balls": 4, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__a_badoni", - "batter": "YBK Jaiswal", - "bowler": "A Badoni", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "hv_patel__ar_patel", - "batter": "HV Patel", - "bowler": "AR Patel", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359494", - "date": "2023-04-15", - "balls": 4, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "ravi_bishnoi__sm_curran", - "batter": "Ravi Bishnoi", - "bowler": "SM Curran", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 2, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1359495", - "date": "2023-04-15", - "balls": 2, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 37.6, - "score_label": "Bowler advantage" - }, - { - "key": "ar_patel__dl_chahar", - "batter": "AR Patel", - "bowler": "DL Chahar", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359541", - "date": "2023-05-20", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_ravindra__rashid_khan", - "batter": "R Ravindra", - "bowler": "Rashid Khan", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422125", - "date": "2024-03-26", - "balls": 4, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__jd_unadkat", - "batter": "Naman Dhir", - "bowler": "JD Unadkat", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422126", - "date": "2024-03-27", - "balls": 4, - "runs": 8, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 43.6, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__jj_bumrah", - "batter": "Shashank Singh", - "bowler": "JJ Bumrah", - "balls": 6, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426271", - "date": "2024-04-18", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "rashid_khan__yash_dayal", - "batter": "Rashid Khan", - "bowler": "Yash Dayal", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426290", - "date": "2024-05-04", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "ravi_bishnoi__harshit_rana", - "batter": "Ravi Bishnoi", - "bowler": "Harshit Rana", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "mj_santner__rashid_khan", - "batter": "MJ Santner", - "bowler": "Rashid Khan", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426297", - "date": "2024-05-10", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "kuldeep_yadav__yash_dayal", - "batter": "Kuldeep Yadav", - "bowler": "Yash Dayal", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426300", - "date": "2024-05-12", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "ta_boult__kk_ahmed", - "batter": "TA Boult", - "bowler": "KK Ahmed", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "abishek_porel__ra_jadeja", - "batter": "Abishek Porel", - "bowler": "RA Jadeja", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "mr_marsh__ad_russell", - "batter": "MR Marsh", - "bowler": "AD Russell", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__harshit_rana", - "batter": "SS Iyer", - "bowler": "Harshit Rana", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "m_jansen__sp_narine", - "batter": "M Jansen", - "bowler": "SP Narine", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "ds_rathi__ta_boult", - "batter": "DS Rathi", - "bowler": "TA Boult", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__v_nigam", - "batter": "SP Narine", - "bowler": "V Nigam", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "dhruv_jurel__m_jansen", - "batter": "Dhruv Jurel", - "bowler": "M Jansen", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473497", - "date": "2025-05-18", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "a_badoni__e_malinga", - "batter": "A Badoni", - "bowler": "E Malinga", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "k_rabada__a_badoni", - "batter": "K Rabada", - "bowler": "A Badoni", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_sai_kishore__a_badoni", - "batter": "R Sai Kishore", - "bowler": "A Badoni", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "s_dube__m_shahrukh_khan", - "batter": "S Dube", - "bowler": "M Shahrukh Khan", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 2, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 4, - "runs": 12, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 55.6, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__noor_ahmad", - "batter": "R Tewatia", - "bowler": "Noor Ahmad", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "hv_patel__b_kumar", - "batter": "HV Patel", - "bowler": "B Kumar", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527674", - "date": "2026-03-28", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "shashank_singh__m_prasidh_krishna", - "batter": "Shashank Singh", - "bowler": "M Prasidh Krishna", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__e_malinga", - "batter": "SP Narine", - "bowler": "E Malinga", - "balls": 8, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 4, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "v_suryavanshi__cv_varun", - "batter": "V Suryavanshi", - "bowler": "CV Varun", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529271", - "date": "2026-04-19", - "balls": 4, - "runs": 2, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 25.6, - "score_label": "Bowler advantage" - }, - { - "key": "a_badoni__jc_archer", - "batter": "A Badoni", - "bowler": "JC Archer", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529307", - "date": "2026-05-19", - "balls": 2, - "runs": 0, - "dismissed": true - }, - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "ys_chahal__ar_patel", - "batter": "YS Chahal", - "bowler": "AR Patel", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1082633", - "date": "2017-05-05", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ar_patel__hh_pandya", - "batter": "AR Patel", - "bowler": "HH Pandya", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 350.0, - "runs_per_ball": 3.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1082641", - "date": "2017-05-11", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 77.6, - "score_label": "Batter advantage" - }, - { - "key": "ta_boult__sp_narine", - "batter": "TA Boult", - "bowler": "SP Narine", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426269", - "date": "2024-04-16", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1136573", - "date": "2018-04-16", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "dl_chahar__ta_boult", - "batter": "DL Chahar", - "bowler": "TA Boult", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1136612", - "date": "2018-05-18", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "mohammed_siraj__rashid_khan", - "batter": "Mohammed Siraj", - "bowler": "Rashid Khan", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1175366", - "date": "2019-03-31", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_parag__mj_santner", - "batter": "R Parag", - "bowler": "MJ Santner", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1178400", - "date": "2019-04-11", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "mj_santner__hh_pandya", - "batter": "MJ Santner", - "bowler": "HH Pandya", - "balls": 8, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1178419", - "date": "2019-04-26", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "kk_ahmed__arshdeep_singh", - "batter": "KK Ahmed", - "bowler": "Arshdeep Singh", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216498", - "date": "2020-10-24", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_ashwin__jc_archer", - "batter": "R Ashwin", - "bowler": "JC Archer", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359516", - "date": "2023-04-30", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216500", - "date": "2020-10-09", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__r_ashwin", - "batter": "Washington Sundar", - "bowler": "R Ashwin", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216519", - "date": "2020-10-05", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "k_rabada__rashid_khan", - "batter": "K Rabada", - "bowler": "Rashid Khan", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304062", - "date": "2022-04-08", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1216524", - "date": "2020-10-27", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "tu_deshpande__sandeep_sharma", - "batter": "TU Deshpande", - "bowler": "Sandeep Sharma", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216524", - "date": "2020-10-27", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "abhishek_sharma__s_dube", - "batter": "Abhishek Sharma", - "bowler": "S Dube", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216534", - "date": "2020-09-21", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "rashid_khan__s_dube", - "batter": "Rashid Khan", - "bowler": "S Dube", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216534", - "date": "2020-09-21", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "sandeep_sharma__s_dube", - "batter": "Sandeep Sharma", - "bowler": "S Dube", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216534", - "date": "2020-09-21", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "sm_curran__k_rabada", - "batter": "SM Curran", - "bowler": "K Rabada", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216539", - "date": "2020-09-25", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__dl_chahar", - "batter": "Washington Sundar", - "bowler": "DL Chahar", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216544", - "date": "2020-10-25", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "mohammed_siraj__sm_curran", - "batter": "Mohammed Siraj", - "bowler": "SM Curran", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254076", - "date": "2021-04-25", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "ys_chahal__ad_russell", - "batter": "YS Chahal", - "bowler": "AD Russell", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254087", - "date": "2021-09-20", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "sa_yadav__abhishek_sharma", - "batter": "SA Yadav", - "bowler": "Abhishek Sharma", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254088", - "date": "2021-10-08", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "b_kumar__dl_chahar", - "batter": "B Kumar", - "bowler": "DL Chahar", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254091", - "date": "2021-09-30", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ak_markram__vr_iyer", - "batter": "AK Markram", - "bowler": "VR Iyer", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254102", - "date": "2021-10-01", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__vr_iyer", - "batter": "M Shahrukh Khan", - "bowler": "VR Iyer", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 350.0, - "runs_per_ball": 3.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254102", - "date": "2021-10-01", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 77.6, - "score_label": "Batter advantage" - }, - { - "key": "ak_markram__r_tewatia", - "batter": "AK Markram", - "bowler": "R Tewatia", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254111", - "date": "2021-09-21", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "hv_patel__dl_chahar", - "batter": "HV Patel", - "bowler": "DL Chahar", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254113", - "date": "2021-09-24", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "vr_iyer__mj_santner", - "batter": "VR Iyer", - "bowler": "MJ Santner", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304047", - "date": "2022-03-26", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "washington_sundar__m_prasidh_krishna", - "batter": "Washington Sundar", - "bowler": "M Prasidh Krishna", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "b_kumar__r_parag", - "batter": "B Kumar", - "bowler": "R Parag", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304051", - "date": "2022-03-29", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "a_badoni__s_dube", - "batter": "A Badoni", - "bowler": "S Dube", - "balls": 8, - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 350.0, - "runs_per_ball": 3.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304053", - "date": "2022-03-31", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 77.6, - "score_label": "Batter advantage" - }, - { - "key": "arshdeep_singh__hh_pandya", - "batter": "Arshdeep Singh", - "bowler": "HH Pandya", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304062", - "date": "2022-04-08", - "balls": 4, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__kk_ahmed", - "batter": "PJ Cummins", - "bowler": "KK Ahmed", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304065", - "date": "2022-04-10", - "balls": 4, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "m_prasidh_krishna__rashid_khan", - "batter": "M Prasidh Krishna", - "bowler": "Rashid Khan", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304070", - "date": "2022-04-14", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__shashank_singh", - "batter": "SS Iyer", - "bowler": "Shashank Singh", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304071", - "date": "2022-04-15", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__jr_hazlewood", - "batter": "Kuldeep Yadav", - "bowler": "JR Hazlewood", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304073", - "date": "2022-04-16", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__a_badoni", - "batter": "Tilak Varma", - "bowler": "A Badoni", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304083", - "date": "2022-04-24", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "mj_santner__sandeep_sharma", - "batter": "MJ Santner", - "bowler": "Sandeep Sharma", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304084", - "date": "2022-04-25", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "m_prasidh_krishna__jr_hazlewood", - "batter": "M Prasidh Krishna", - "bowler": "JR Hazlewood", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "jr_hazlewood__m_prasidh_krishna", - "batter": "JR Hazlewood", - "bowler": "M Prasidh Krishna", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "washington_sundar__yash_dayal", - "batter": "Washington Sundar", - "bowler": "Yash Dayal", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304086", - "date": "2022-04-27", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "avesh_khan__arshdeep_singh", - "batter": "Avesh Khan", - "bowler": "Arshdeep Singh", - "balls": 6, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473450", - "date": "2025-04-01", - "balls": 0, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1304088", - "date": "2022-04-29", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__mohsin_khan", - "batter": "Kuldeep Yadav", - "bowler": "Mohsin Khan", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304091", - "date": "2022-05-01", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "rr_pant__ak_markram", - "batter": "RR Pant", - "bowler": "AK Markram", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304096", - "date": "2022-05-05", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__ad_russell", - "batter": "Shashank Singh", - "bowler": "AD Russell", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "avesh_khan__m_prasidh_krishna", - "batter": "Avesh Khan", - "bowler": "M Prasidh Krishna", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "mohsin_khan__m_prasidh_krishna", - "batter": "Mohsin Khan", - "bowler": "M Prasidh Krishna", - "balls": 6, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__abhishek_sharma", - "batter": "Ishan Kishan", - "bowler": "Abhishek Sharma", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304111", - "date": "2022-05-17", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__yash_dayal", - "batter": "R Ashwin", - "bowler": "Yash Dayal", - "balls": 6, - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1312197", - "date": "2022-05-24", - "balls": 2, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__avesh_khan", - "batter": "Kuldeep Yadav", - "bowler": "Avesh Khan", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359477", - "date": "2023-04-01", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__kuldeep_yadav", - "batter": "SO Hetmyer", - "bowler": "Kuldeep Yadav", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359485", - "date": "2023-04-08", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "hv_patel__mr_marsh", - "batter": "HV Patel", - "bowler": "MR Marsh", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359494", - "date": "2023-04-15", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__m_pathirana", - "batter": "F du Plessis", - "bowler": "M Pathirana", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359498", - "date": "2023-04-17", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "m_jansen__ra_jadeja", - "batter": "M Jansen", - "bowler": "RA Jadeja", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473459", - "date": "2025-04-08", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1359503", - "date": "2023-04-21", - "balls": 2, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "jc_archer__arshdeep_singh", - "batter": "JC Archer", - "bowler": "Arshdeep Singh", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359505", - "date": "2023-04-22", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "m_jansen__mukesh_kumar", - "batter": "M Jansen", - "bowler": "Mukesh Kumar", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359508", - "date": "2023-04-24", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "pd_salt__abhishek_sharma", - "batter": "PD Salt", - "bowler": "Abhishek Sharma", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359514", - "date": "2023-04-29", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "ta_boult__rashid_khan", - "batter": "TA Boult", - "bowler": "Rashid Khan", - "balls": 6, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359522", - "date": "2023-05-05", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "dl_chahar__mr_marsh", - "batter": "DL Chahar", - "bowler": "MR Marsh", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "mukesh_kumar__arshdeep_singh", - "batter": "Mukesh Kumar", - "bowler": "Arshdeep Singh", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359533", - "date": "2023-05-13", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "sm_curran__mukesh_kumar", - "batter": "SM Curran", - "bowler": "Mukesh Kumar", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 350.0, - "runs_per_ball": 3.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359538", - "date": "2023-05-17", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 77.6, - "score_label": "Batter advantage" - }, - { - "key": "tilak_varma__hh_pandya", - "batter": "Tilak Varma", - "bowler": "HH Pandya", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 350.0, - "runs_per_ball": 3.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1370352", - "date": "2023-05-26", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 77.6, - "score_label": "Batter advantage" - }, - { - "key": "abishek_porel__arshdeep_singh", - "batter": "Abishek Porel", - "bowler": "Arshdeep Singh", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529298", - "date": "2026-05-11", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1422120", - "date": "2024-03-23", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "sv_samson__a_badoni", - "batter": "SV Samson", - "bowler": "A Badoni", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422122", - "date": "2024-03-24", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "tilak_varma__jd_unadkat", - "batter": "Tilak Varma", - "bowler": "JD Unadkat", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422126", - "date": "2024-03-27", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "dhruv_jurel__kk_ahmed", - "batter": "Dhruv Jurel", - "bowler": "KK Ahmed", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422127", - "date": "2024-03-28", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__mohsin_khan", - "batter": "Shashank Singh", - "bowler": "Mohsin Khan", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__ad_russell", - "batter": "T Stubbs", - "bowler": "AD Russell", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422134", - "date": "2024-04-03", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "rashid_khan__t_stubbs", - "batter": "Rashid Khan", - "bowler": "T Stubbs", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426270", - "date": "2024-04-17", - "balls": 4, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 71.6, - "score_label": "Batter advantage" - }, - { - "key": "noor_ahmad__kuldeep_yadav", - "batter": "Noor Ahmad", - "bowler": "Kuldeep Yadav", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426270", - "date": "2024-04-17", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "ar_patel__nithish_kumar_reddy", - "batter": "AR Patel", - "bowler": "Nithish Kumar Reddy", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ybk_jaiswal__tilak_varma", - "batter": "YBK Jaiswal", - "bowler": "Tilak Varma", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "sv_samson__tilak_varma", - "batter": "SV Samson", - "bowler": "Tilak Varma", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426276", - "date": "2024-04-22", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "ar_patel__m_shahrukh_khan", - "batter": "AR Patel", - "bowler": "M Shahrukh Khan", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 350.0, - "runs_per_ball": 3.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426278", - "date": "2024-04-24", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 77.6, - "score_label": "Batter advantage" - }, - { - "key": "r_sai_kishore__mukesh_kumar", - "batter": "R Sai Kishore", - "bowler": "Mukesh Kumar", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426278", - "date": "2024-04-24", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__yash_dayal", - "batter": "Nithish Kumar Reddy", - "bowler": "Yash Dayal", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426279", - "date": "2024-04-25", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "a_badoni__avesh_khan", - "batter": "A Badoni", - "bowler": "Avesh Khan", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426282", - "date": "2024-04-27", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "b_kumar__tu_deshpande", - "batter": "B Kumar", - "bowler": "TU Deshpande", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426284", - "date": "2024-04-28", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "rr_pant__harshit_rana", - "batter": "RR Pant", - "bowler": "Harshit Rana", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__sp_narine", - "batter": "Abishek Porel", - "bowler": "SP Narine", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426285", - "date": "2024-04-29", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "sameer_rizvi__hv_patel", - "batter": "Sameer Rizvi", - "bowler": "HV Patel", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426287", - "date": "2024-05-01", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__ta_boult", - "batter": "T Stubbs", - "bowler": "TA Boult", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "ta_boult__mukesh_kumar", - "batter": "TA Boult", - "bowler": "Mukesh Kumar", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426294", - "date": "2024-05-07", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__harshit_rana", - "batter": "N Wadhera", - "bowler": "Harshit Rana", - "balls": 6, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__tu_deshpande", - "batter": "R Ashwin", - "bowler": "TU Deshpande", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473500", - "date": "2025-05-20", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1426299", - "date": "2024-05-12", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__t_stubbs", - "batter": "KH Pandya", - "bowler": "T Stubbs", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__shashank_singh", - "batter": "Nithish Kumar Reddy", - "bowler": "Shashank Singh", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426307", - "date": "2024-05-19", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "b_kumar__harshit_rana", - "batter": "B Kumar", - "bowler": "Harshit Rana", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426309", - "date": "2024-05-21", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "dhruv_jurel__ak_markram", - "batter": "Dhruv Jurel", - "bowler": "AK Markram", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 350.0, - "runs_per_ball": 3.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 77.6, - "score_label": "Batter advantage" - }, - { - "key": "pd_salt__harshit_rana", - "batter": "PD Salt", - "bowler": "Harshit Rana", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__ra_jadeja", - "batter": "Naman Dhir", - "bowler": "RA Jadeja", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "mj_santner__r_ashwin", - "batter": "MJ Santner", - "bowler": "R Ashwin", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__naman_dhir", - "batter": "MS Dhoni", - "bowler": "Naman Dhir", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "kuldeep_yadav__ravi_bishnoi", - "batter": "Kuldeep Yadav", - "bowler": "Ravi Bishnoi", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "dhruv_jurel__vg_arora", - "batter": "Dhruv Jurel", - "bowler": "VG Arora", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473443", - "date": "2025-03-26", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "b_kumar__m_pathirana", - "batter": "B Kumar", - "bowler": "M Pathirana", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "noor_ahmad__jr_hazlewood", - "batter": "Noor Ahmad", - "bowler": "JR Hazlewood", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473445", - "date": "2025-03-28", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "aniket_verma__mukesh_kumar", - "batter": "Aniket Verma", - "bowler": "Mukesh Kumar", - "balls": 6, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473447", - "date": "2025-03-30", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__v_nigam", - "batter": "H Klaasen", - "bowler": "V Nigam", - "balls": 6, - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473447", - "date": "2025-03-30", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "tu_deshpande__m_pathirana", - "batter": "TU Deshpande", - "bowler": "M Pathirana", - "balls": 6, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__vg_arora", - "batter": "PJ Cummins", - "bowler": "VG Arora", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "hv_patel__vg_arora", - "batter": "HV Patel", - "bowler": "VG Arora", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529288", - "date": "2026-05-03", - "balls": 2, - "runs": 2, - "dismissed": false - }, - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "v_nigam__m_pathirana", - "batter": "V Nigam", - "bowler": "M Pathirana", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "ra_jadeja__v_nigam", - "batter": "RA Jadeja", - "bowler": "V Nigam", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "arshdeep_singh__sandeep_sharma", - "batter": "Arshdeep Singh", - "bowler": "Sandeep Sharma", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__mohammed_siraj", - "batter": "PJ Cummins", - "bowler": "Mohammed Siraj", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 2, - "runs": 8, - "dismissed": false - }, - { - "match_id": "1473457", - "date": "2025-04-06", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "sandeep_sharma__r_sai_kishore", - "batter": "Sandeep Sharma", - "bowler": "R Sai Kishore", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "sandeep_sharma__mohammed_siraj", - "batter": "Sandeep Sharma", - "bowler": "Mohammed Siraj", - "balls": 6, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__v_nigam", - "batter": "RM Patidar", - "bowler": "V Nigam", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473461", - "date": "2025-04-10", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "noor_ahmad__sp_narine", - "batter": "Noor Ahmad", - "bowler": "SP Narine", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "ak_markram__washington_sundar", - "batter": "AK Markram", - "bowler": "Washington Sundar", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "n_wadhera__pj_cummins", - "batter": "N Wadhera", - "bowler": "PJ Cummins", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__e_malinga", - "batter": "Shashank Singh", - "bowler": "E Malinga", - "balls": 6, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ar_patel__mj_santner", - "batter": "AR Patel", - "bowler": "MJ Santner", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "v_kohli__n_wadhera", - "batter": "V Kohli", - "bowler": "N Wadhera", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ms_dhoni__mj_santner", - "batter": "MS Dhoni", - "bowler": "MJ Santner", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "a_raghuvanshi__m_prasidh_krishna", - "batter": "A Raghuvanshi", - "bowler": "M Prasidh Krishna", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "v_suryavanshi__yash_dayal", - "batter": "V Suryavanshi", - "bowler": "Yash Dayal", - "balls": 6, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "tu_deshpande__yash_dayal", - "batter": "TU Deshpande", - "bowler": "Yash Dayal", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "noor_ahmad__pj_cummins", - "batter": "Noor Ahmad", - "bowler": "PJ Cummins", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "kk_ahmed__hv_patel", - "batter": "KK Ahmed", - "bowler": "HV Patel", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "ss_iyer__vg_arora", - "batter": "SS Iyer", - "bowler": "VG Arora", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "death": { - "legal_balls": 2, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473481", - "date": "2025-04-26", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "v_nigam__b_kumar", - "batter": "V Nigam", - "bowler": "B Kumar", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "v_nigam__jr_hazlewood", - "batter": "V Nigam", - "bowler": "JR Hazlewood", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 350.0, - "runs_per_ball": 3.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 77.6, - "score_label": "Batter advantage" - }, - { - "key": "v_nigam__yash_dayal", - "batter": "V Nigam", - "bowler": "Yash Dayal", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473483", - "date": "2025-04-27", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "am_rahane__v_nigam", - "batter": "AM Rahane", - "bowler": "V Nigam", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "m_shahrukh_khan__pj_cummins", - "batter": "M Shahrukh Khan", - "bowler": "PJ Cummins", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 4, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 71.6, - "score_label": "Batter advantage" - }, - { - "key": "ad_russell__r_parag", - "batter": "AD Russell", - "bowler": "R Parag", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473490", - "date": "2025-05-04", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "shashank_singh__ds_rathi", - "batter": "Shashank Singh", - "bowler": "DS Rathi", - "balls": 6, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "avesh_khan__m_jansen", - "batter": "Avesh Khan", - "bowler": "M Jansen", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 4, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "dl_chahar__rashid_khan", - "batter": "DL Chahar", - "bowler": "Rashid Khan", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__ak_markram", - "batter": "H Klaasen", - "bowler": "AK Markram", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473499", - "date": "2025-05-19", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "rashid_khan__a_badoni", - "batter": "Rashid Khan", - "bowler": "A Badoni", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473502", - "date": "2025-05-22", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__e_malinga", - "batter": "JM Sharma", - "bowler": "E Malinga", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__e_malinga", - "batter": "KH Pandya", - "bowler": "E Malinga", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 2, - "runs": 0, - "dismissed": false - }, - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 2, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "rashid_khan__ra_jadeja", - "batter": "Rashid Khan", - "bowler": "RA Jadeja", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "mohammed_siraj__noor_ahmad", - "batter": "Mohammed Siraj", - "bowler": "Noor Ahmad", - "balls": 6, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "aniket_verma__vg_arora", - "batter": "Aniket Verma", - "bowler": "VG Arora", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473505", - "date": "2025-05-25", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "shashank_singh__ta_boult", - "batter": "Shashank Singh", - "bowler": "TA Boult", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473510", - "date": "2025-06-01", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "noor_ahmad__ra_jadeja", - "batter": "Noor Ahmad", - "bowler": "RA Jadeja", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527676", - "date": "2026-03-30", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "m_jansen__k_rabada", - "batter": "M Jansen", - "bowler": "K Rabada", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "sp_narine__nithish_kumar_reddy", - "batter": "SP Narine", - "bowler": "Nithish Kumar Reddy", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 600.0, - "runs_per_ball": 6.0, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 100.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 4, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 100.0, - "score_label": "Batter advantage" - }, - { - "key": "jc_archer__mohammed_siraj", - "batter": "JC Archer", - "bowler": "Mohammed Siraj", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "k_rabada__tu_deshpande", - "batter": "K Rabada", - "bowler": "TU Deshpande", - "balls": 6, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527682", - "date": "2026-04-04", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "aniket_verma__avesh_khan", - "batter": "Aniket Verma", - "bowler": "Avesh Khan", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "hv_patel__prince_yadav", - "batter": "HV Patel", - "bowler": "Prince Yadav", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 4, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "mr_marsh__nithish_kumar_reddy", - "batter": "MR Marsh", - "bowler": "Nithish Kumar Reddy", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "v_suryavanshi__ta_boult", - "batter": "V Suryavanshi", - "bowler": "TA Boult", - "balls": 6, - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 350.0, - "runs_per_ball": 3.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 77.6, - "score_label": "Batter advantage" - }, - { - "key": "v_suryavanshi__hh_pandya", - "batter": "V Suryavanshi", - "bowler": "HH Pandya", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__tu_deshpande", - "batter": "Naman Dhir", - "bowler": "TU Deshpande", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "jj_bumrah__jc_archer", - "batter": "JJ Bumrah", - "bowler": "JC Archer", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "v_nigam__mohammed_siraj", - "batter": "V Nigam", - "bowler": "Mohammed Siraj", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527687", - "date": "2026-04-08", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "avesh_khan__vg_arora", - "batter": "Avesh Khan", - "bowler": "VG Arora", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527688", - "date": "2026-04-09", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "rm_patidar__jc_archer", - "batter": "RM Patidar", - "bowler": "JC Archer", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527689", - "date": "2026-04-10", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "aniket_verma__m_jansen", - "batter": "Aniket Verma", - "bowler": "M Jansen", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__nithish_kumar_reddy", - "batter": "N Wadhera", - "bowler": "Nithish Kumar Reddy", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527690", - "date": "2026-04-11", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "r_tewatia__prince_yadav", - "batter": "R Tewatia", - "bowler": "Prince Yadav", - "balls": 6, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527692", - "date": "2026-04-12", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ak_markram__b_kumar", - "batter": "AK Markram", - "bowler": "B Kumar", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__a_badoni", - "batter": "Priyansh Arya", - "bowler": "A Badoni", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "priyansh_arya__ak_markram", - "batter": "Priyansh Arya", - "bowler": "AK Markram", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 24, - "dismissals": 0, - "strike_rate": 600.0, - "runs_per_ball": 6.0, - "dot_ball_pct": 0.0, - "boundary_count": 4, - "boundary_pct": 100.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 24, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 4, - "runs": 24, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 100.0, - "score_label": "Batter advantage" - }, - { - "key": "so_hetmyer__ds_rathi", - "batter": "SO Hetmyer", - "bowler": "DS Rathi", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__ar_patel", - "batter": "N Wadhera", - "bowler": "AR Patel", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529278", - "date": "2026-04-25", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__prince_yadav", - "batter": "KH Pandya", - "bowler": "Prince Yadav", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0, - "strike_rate": 250.0, - "runs_per_ball": 2.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 10, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529293", - "date": "2026-05-07", - "balls": 4, - "runs": 10, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 65.6, - "score_label": "Batter advantage" - }, - { - "key": "dhruv_jurel__r_sai_kishore", - "batter": "Dhruv Jurel", - "bowler": "R Sai Kishore", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "rd_gaikwad__ds_rathi", - "batter": "RD Gaikwad", - "bowler": "DS Rathi", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529296", - "date": "2026-05-10", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "e_malinga__m_prasidh_krishna", - "batter": "E Malinga", - "bowler": "M Prasidh Krishna", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529299", - "date": "2026-05-12", - "balls": 4, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "vr_iyer__shashank_singh", - "batter": "VR Iyer", - "bowler": "Shashank Singh", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529304", - "date": "2026-05-17", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "ishan_kishan__s_dube", - "batter": "Ishan Kishan", - "bowler": "S Dube", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529306", - "date": "2026-05-18", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "noor_ahmad__rashid_khan", - "batter": "Noor Ahmad", - "bowler": "Rashid Khan", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529309", - "date": "2026-05-21", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "nithish_kumar_reddy__jr_hazlewood", - "batter": "Nithish Kumar Reddy", - "bowler": "JR Hazlewood", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0, - "strike_rate": 350.0, - "runs_per_ball": 3.5, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 14, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 4, - "runs": 14, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 77.6, - "score_label": "Batter advantage" - }, - { - "key": "kh_pandya__nithish_kumar_reddy", - "batter": "KH Pandya", - "bowler": "Nithish Kumar Reddy", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 150.0, - "runs_per_ball": 1.5, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 4, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 53.6, - "score_label": "Neutral" - }, - { - "key": "rr_pant__shashank_singh", - "batter": "RR Pant", - "bowler": "Shashank Singh", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529311", - "date": "2026-05-23", - "balls": 4, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "m_prasidh_krishna__kh_pandya", - "batter": "M Prasidh Krishna", - "bowler": "KH Pandya", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "r_parag__e_malinga", - "batter": "R Parag", - "bowler": "E Malinga", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 50.0, - "boundary_count": 2, - "boundary_pct": 50.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 4, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 4, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "sandeep_sharma__sp_narine", - "batter": "Sandeep Sharma", - "bowler": "SP Narine", - "balls": 4, - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 50.0, - "runs_per_ball": 0.5, - "dot_ball_pct": 50.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 4, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "729307", - "date": "2014-04-26", - "balls": 4, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 41.6, - "score_label": "Neutral" - }, - { - "key": "tm_head__jd_unadkat", - "batter": "TM Head", - "bowler": "JD Unadkat", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1082624", - "date": "2017-04-29", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "ta_boult__kuldeep_yadav", - "batter": "TA Boult", - "bowler": "Kuldeep Yadav", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1136573", - "date": "2018-04-16", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "k_rabada__sm_curran", - "batter": "K Rabada", - "bowler": "SM Curran", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1175368", - "date": "2019-04-01", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "dl_chahar__hh_pandya", - "batter": "DL Chahar", - "bowler": "HH Pandya", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1175370", - "date": "2019-04-03", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "kk_ahmed__k_rabada", - "batter": "KK Ahmed", - "bowler": "K Rabada", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1178405", - "date": "2019-04-14", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "washington_sundar__kk_ahmed", - "batter": "Washington Sundar", - "bowler": "KK Ahmed", - "balls": 4, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1178429", - "date": "2019-05-04", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "ta_boult__dl_chahar", - "batter": "TA Boult", - "bowler": "DL Chahar", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216492", - "date": "2020-09-19", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "sandeep_sharma__arshdeep_singh", - "batter": "Sandeep Sharma", - "bowler": "Arshdeep Singh", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216498", - "date": "2020-10-24", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "ravi_bishnoi__ta_boult", - "batter": "Ravi Bishnoi", - "bowler": "TA Boult", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216503", - "date": "2020-10-01", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "n_pooran__s_dube", - "batter": "N Pooran", - "bowler": "S Dube", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216510", - "date": "2020-09-24", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "mr_marsh__s_dube", - "batter": "MR Marsh", - "bowler": "S Dube", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216534", - "date": "2020-09-21", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "jj_bumrah__ad_russell", - "batter": "JJ Bumrah", - "bowler": "AD Russell", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254062", - "date": "2021-04-13", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "m_shahrukh_khan__sm_curran", - "batter": "M Shahrukh Khan", - "bowler": "SM Curran", - "balls": 4, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254065", - "date": "2021-04-16", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "rashid_khan__ta_boult", - "batter": "Rashid Khan", - "bowler": "TA Boult", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254066", - "date": "2021-04-17", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "ravi_bishnoi__pj_cummins", - "batter": "Ravi Bishnoi", - "bowler": "PJ Cummins", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254078", - "date": "2021-04-26", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "k_rabada__ad_russell", - "batter": "K Rabada", - "bowler": "AD Russell", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304054", - "date": "2022-04-01", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "d_padikkal__yash_dayal", - "batter": "D Padikkal", - "bowler": "Yash Dayal", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304070", - "date": "2022-04-14", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "pj_cummins__b_kumar", - "batter": "PJ Cummins", - "bowler": "B Kumar", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304071", - "date": "2022-04-15", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "yash_dayal__ad_russell", - "batter": "Yash Dayal", - "bowler": "AD Russell", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304081", - "date": "2022-04-23", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__a_badoni", - "batter": "SA Yadav", - "bowler": "A Badoni", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304083", - "date": "2022-04-24", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "washington_sundar__ad_russell", - "batter": "Washington Sundar", - "bowler": "AD Russell", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304107", - "date": "2022-05-14", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "f_du_plessis__mohsin_khan", - "batter": "F du Plessis", - "bowler": "Mohsin Khan", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1312198", - "date": "2022-05-25", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "n_wadhera__arshdeep_singh", - "batter": "N Wadhera", - "bowler": "Arshdeep Singh", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359505", - "date": "2023-04-22", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "rd_gaikwad__suyash_sharma", - "batter": "RD Gaikwad", - "bowler": "Suyash Sharma", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359507", - "date": "2023-04-23", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "sm_curran__mohsin_khan", - "batter": "SM Curran", - "bowler": "Mohsin Khan", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "sameer_rizvi__mukesh_kumar", - "batter": "Sameer Rizvi", - "bowler": "Mukesh Kumar", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "naman_dhir__ta_boult", - "batter": "Naman Dhir", - "bowler": "TA Boult", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422132", - "date": "2024-04-01", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "a_badoni__yash_dayal", - "batter": "A Badoni", - "bowler": "Yash Dayal", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422133", - "date": "2024-04-02", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__m_pathirana", - "batter": "Ishan Kishan", - "bowler": "M Pathirana", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426267", - "date": "2024-04-14", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "m_shahrukh_khan__t_stubbs", - "batter": "M Shahrukh Khan", - "bowler": "T Stubbs", - "balls": 4, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426270", - "date": "2024-04-17", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "noor_ahmad__mukesh_kumar", - "batter": "Noor Ahmad", - "bowler": "Mukesh Kumar", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426270", - "date": "2024-04-17", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_ravindra__mohsin_khan", - "batter": "R Ravindra", - "bowler": "Mohsin Khan", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426272", - "date": "2024-04-19", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "sameer_rizvi__kh_pandya", - "batter": "Sameer Rizvi", - "bowler": "KH Pandya", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "stumped": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426272", - "date": "2024-04-19", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "naman_dhir__cv_varun", - "batter": "Naman Dhir", - "bowler": "CV Varun", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426289", - "date": "2024-05-03", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "hv_patel__mohammed_siraj", - "batter": "HV Patel", - "bowler": "Mohammed Siraj", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426296", - "date": "2024-05-09", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "naman_dhir__harshit_rana", - "batter": "Naman Dhir", - "bowler": "Harshit Rana", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426298", - "date": "2024-05-11", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "v_nigam__ds_rathi", - "batter": "V Nigam", - "bowler": "DS Rathi", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473441", - "date": "2025-03-24", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "tm_head__prince_yadav", - "batter": "TM Head", - "bowler": "Prince Yadav", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473444", - "date": "2025-03-27", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "jc_archer__kk_ahmed", - "batter": "JC Archer", - "bowler": "KK Ahmed", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473448", - "date": "2025-03-30", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "nithish_kumar_reddy__ad_russell", - "batter": "Nithish Kumar Reddy", - "bowler": "AD Russell", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473452", - "date": "2025-04-03", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "sameer_rizvi__kk_ahmed", - "batter": "Sameer Rizvi", - "bowler": "KK Ahmed", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473454", - "date": "2025-04-05", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "arshdeep_singh__jc_archer", - "batter": "Arshdeep Singh", - "bowler": "JC Archer", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473455", - "date": "2025-04-05", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "sp_narine__ds_rathi", - "batter": "SP Narine", - "bowler": "DS Rathi", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473456", - "date": "2025-04-08", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "mj_santner__kh_pandya", - "batter": "MJ Santner", - "bowler": "KH Pandya", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "dl_chahar__kh_pandya", - "batter": "DL Chahar", - "bowler": "KH Pandya", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_ravindra__harshit_rana", - "batter": "R Ravindra", - "bowler": "Harshit Rana", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473462", - "date": "2025-04-11", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "shashank_singh__hv_patel", - "batter": "Shashank Singh", - "bowler": "HV Patel", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473464", - "date": "2025-04-12", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__v_nigam", - "batter": "HH Pandya", - "bowler": "V Nigam", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473466", - "date": "2025-04-13", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "shashank_singh__vg_arora", - "batter": "Shashank Singh", - "bowler": "VG Arora", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "lbw": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "kh_pandya__m_jansen", - "batter": "KH Pandya", - "bowler": "M Jansen", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught and bowled": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473471", - "date": "2025-04-18", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "priyansh_arya__kh_pandya", - "batter": "Priyansh Arya", - "bowler": "KH Pandya", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473474", - "date": "2025-04-20", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "rd_rickelton__ra_jadeja", - "batter": "RD Rickelton", - "bowler": "RA Jadeja", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "b_sai_sudharsan__ad_russell", - "batter": "B Sai Sudharsan", - "bowler": "AD Russell", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_tewatia__harshit_rana", - "batter": "R Tewatia", - "bowler": "Harshit Rana", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473476", - "date": "2025-04-21", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "jc_archer__jr_hazlewood", - "batter": "JC Archer", - "bowler": "JR Hazlewood", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473479", - "date": "2025-04-24", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "noor_ahmad__hv_patel", - "batter": "Noor Ahmad", - "bowler": "HV Patel", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "avesh_khan__jj_bumrah", - "batter": "Avesh Khan", - "bowler": "JJ Bumrah", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "noor_ahmad__ys_chahal", - "batter": "Noor Ahmad", - "bowler": "YS Chahal", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "b_kumar__pj_cummins", - "batter": "B Kumar", - "bowler": "PJ Cummins", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "n_wadhera__washington_sundar", - "batter": "N Wadhera", - "bowler": "Washington Sundar", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527677", - "date": "2026-03-31", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "cv_varun__jd_unadkat", - "batter": "CV Varun", - "bowler": "JD Unadkat", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527679", - "date": "2026-04-02", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "ishan_kishan__prince_yadav", - "batter": "Ishan Kishan", - "bowler": "Prince Yadav", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "bowled": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527683", - "date": "2026-04-05", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "rd_rickelton__suyash_sharma", - "batter": "RD Rickelton", - "bowler": "Suyash Sharma", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527693", - "date": "2026-04-12", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "rk_singh__k_rabada", - "batter": "RK Singh", - "bowler": "K Rabada", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529268", - "date": "2026-04-17", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "sameer_rizvi__jr_hazlewood", - "batter": "Sameer Rizvi", - "bowler": "JR Hazlewood", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529282", - "date": "2026-04-27", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "rm_patidar__tm_head", - "batter": "RM Patidar", - "bowler": "TM Head", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529310", - "date": "2026-05-22", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "r_ashwin__rg_sharma", - "batter": "R Ashwin", - "bowler": "RG Sharma", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "419110", - "date": "2010-03-14", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__mr_marsh", - "batter": "HH Pandya", - "bowler": "MR Marsh", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "980901", - "date": "2016-04-09", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__mr_marsh", - "batter": "JC Buttler", - "bowler": "MR Marsh", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": { - "caught": 2 - }, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 2 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "980901", - "date": "2016-04-09", - "balls": 2, - "runs": 0, - "dismissed": true - } - ], - "sample_tier": "medium", - "matchup_score": 19.6, - "score_label": "Bowler advantage" - }, - { - "key": "sandeep_sharma__b_kumar", - "batter": "Sandeep Sharma", - "bowler": "B Kumar", - "balls": 4, - "legal_balls": 2, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1082609", - "date": "2017-04-17", - "balls": 2, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "jj_bumrah__mohammed_siraj", - "batter": "JJ Bumrah", - "bowler": "Mohammed Siraj", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1175362", - "date": "2019-03-28", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "ys_chahal__k_rabada", - "batter": "YS Chahal", - "bowler": "K Rabada", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1178395", - "date": "2019-04-07", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "sandeep_sharma__k_rabada", - "batter": "Sandeep Sharma", - "bowler": "K Rabada", - "balls": 4, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1178405", - "date": "2019-04-14", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "h_klaasen__jd_unadkat", - "batter": "H Klaasen", - "bowler": "JD Unadkat", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1178424", - "date": "2019-04-30", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "jc_archer__sm_curran", - "batter": "JC Archer", - "bowler": "SM Curran", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216496", - "date": "2020-09-22", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "tu_deshpande__pj_cummins", - "batter": "TU Deshpande", - "bowler": "PJ Cummins", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216497", - "date": "2020-10-24", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "jc_archer__ar_patel", - "batter": "JC Archer", - "bowler": "AR Patel", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216500", - "date": "2020-10-09", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ar_patel__sm_curran", - "batter": "AR Patel", - "bowler": "SM Curran", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216509", - "date": "2020-10-17", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "rashid_khan__ad_russell", - "batter": "Rashid Khan", - "bowler": "AD Russell", - "balls": 4, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216512", - "date": "2020-10-18", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "jc_archer__ys_chahal", - "batter": "JC Archer", - "bowler": "YS Chahal", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216514", - "date": "2020-10-03", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__hv_patel", - "batter": "PJ Cummins", - "bowler": "HV Patel", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216515", - "date": "2020-10-03", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "sandeep_sharma__jj_bumrah", - "batter": "Sandeep Sharma", - "bowler": "JJ Bumrah", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216538", - "date": "2020-10-04", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "ravi_bishnoi__kk_ahmed", - "batter": "Ravi Bishnoi", - "bowler": "KK Ahmed", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216542", - "date": "2020-10-08", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "mohammed_siraj__m_jansen", - "batter": "Mohammed Siraj", - "bowler": "M Jansen", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254058", - "date": "2021-04-09", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "jj_bumrah__k_rabada", - "batter": "JJ Bumrah", - "bowler": "K Rabada", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254070", - "date": "2021-04-20", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "m_prasidh_krishna__sm_curran", - "batter": "M Prasidh Krishna", - "bowler": "SM Curran", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254072", - "date": "2021-04-21", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "arshdeep_singh__m_prasidh_krishna", - "batter": "Arshdeep Singh", - "bowler": "M Prasidh Krishna", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254078", - "date": "2021-04-26", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "hv_patel__ravi_bishnoi", - "batter": "HV Patel", - "bowler": "Ravi Bishnoi", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254083", - "date": "2021-04-30", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "mohammed_siraj__cv_varun", - "batter": "Mohammed Siraj", - "bowler": "CV Varun", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254087", - "date": "2021-09-20", - "balls": 2, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "ys_chahal__m_prasidh_krishna", - "batter": "YS Chahal", - "bowler": "M Prasidh Krishna", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254087", - "date": "2021-09-20", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "sm_curran__m_prasidh_krishna", - "batter": "SM Curran", - "bowler": "M Prasidh Krishna", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "dl_chahar__sp_narine", - "batter": "DL Chahar", - "bowler": "SP Narine", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254098", - "date": "2021-09-26", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "sandeep_sharma__avesh_khan", - "batter": "Sandeep Sharma", - "bowler": "Avesh Khan", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254105", - "date": "2021-09-22", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "rashid_khan__cv_varun", - "batter": "Rashid Khan", - "bowler": "CV Varun", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254109", - "date": "2021-10-03", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "jj_bumrah__r_ashwin", - "batter": "JJ Bumrah", - "bowler": "R Ashwin", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1254112", - "date": "2021-10-02", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "am_rahane__s_dube", - "batter": "AM Rahane", - "bowler": "S Dube", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304047", - "date": "2022-03-26", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "arshdeep_singh__ad_russell", - "batter": "Arshdeep Singh", - "bowler": "AD Russell", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304054", - "date": "2022-04-01", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "jj_bumrah__m_prasidh_krishna", - "batter": "JJ Bumrah", - "bowler": "M Prasidh Krishna", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304055", - "date": "2022-04-02", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "ak_markram__avesh_khan", - "batter": "AK Markram", - "bowler": "Avesh Khan", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304058", - "date": "2022-04-04", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "hv_patel__ybk_jaiswal", - "batter": "HV Patel", - "bowler": "YBK Jaiswal", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 600.0, - "runs_per_ball": 6.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 100.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304059", - "date": "2022-04-05", - "balls": 2, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 100.0, - "score_label": "Batter advantage" - }, - { - "key": "m_shahrukh_khan__jd_unadkat", - "batter": "M Shahrukh Khan", - "bowler": "JD Unadkat", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304069", - "date": "2022-04-13", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "jd_unadkat__vg_arora", - "batter": "JD Unadkat", - "bowler": "VG Arora", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304069", - "date": "2022-04-13", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ys_chahal__hh_pandya", - "batter": "YS Chahal", - "bowler": "HH Pandya", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304070", - "date": "2022-04-14", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "jr_hazlewood__m_jansen", - "batter": "JR Hazlewood", - "bowler": "M Jansen", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304082", - "date": "2022-04-23", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "jd_unadkat__kh_pandya", - "batter": "JD Unadkat", - "bowler": "KH Pandya", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304083", - "date": "2022-04-24", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__jr_hazlewood", - "batter": "R Ashwin", - "bowler": "JR Hazlewood", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "hv_patel__r_ashwin", - "batter": "HV Patel", - "bowler": "R Ashwin", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304085", - "date": "2022-04-26", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "kh_pandya__yash_dayal", - "batter": "KH Pandya", - "bowler": "Yash Dayal", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 400.0, - "runs_per_ball": 4.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 100.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 8, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304103", - "date": "2022-05-10", - "balls": 2, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 83.6, - "score_label": "Batter advantage" - }, - { - "key": "sv_samson__mr_marsh", - "batter": "SV Samson", - "bowler": "MR Marsh", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304104", - "date": "2022-05-11", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "k_rabada__hv_patel", - "batter": "K Rabada", - "bowler": "HV Patel", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304106", - "date": "2022-05-13", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "jr_hazlewood__k_rabada", - "batter": "JR Hazlewood", - "bowler": "K Rabada", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304106", - "date": "2022-05-13", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "d_padikkal__a_badoni", - "batter": "D Padikkal", - "bowler": "A Badoni", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ta_boult__ravi_bishnoi", - "batter": "TA Boult", - "bowler": "Ravi Bishnoi", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__mohsin_khan", - "batter": "R Ashwin", - "bowler": "Mohsin Khan", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "mohsin_khan__ys_chahal", - "batter": "Mohsin Khan", - "bowler": "YS Chahal", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1304109", - "date": "2022-05-15", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "kuldeep_yadav__rashid_khan", - "batter": "Kuldeep Yadav", - "bowler": "Rashid Khan", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359481", - "date": "2023-04-04", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "r_ashwin__sm_curran", - "batter": "R Ashwin", - "bowler": "SM Curran", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359482", - "date": "2023-04-05", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "mukesh_kumar__sandeep_sharma", - "batter": "Mukesh Kumar", - "bowler": "Sandeep Sharma", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359485", - "date": "2023-04-08", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "cv_varun__mukesh_kumar", - "batter": "CV Varun", - "bowler": "Mukesh Kumar", - "balls": 4, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359502", - "date": "2023-04-20", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "p_simran_singh__a_badoni", - "batter": "P Simran Singh", - "bowler": "A Badoni", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359512", - "date": "2023-04-28", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "m_shahrukh_khan__suyash_sharma", - "batter": "M Shahrukh Khan", - "bowler": "Suyash Sharma", - "balls": 4, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359527", - "date": "2023-05-08", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "rk_singh__sm_curran", - "batter": "RK Singh", - "bowler": "SM Curran", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359527", - "date": "2023-05-08", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__mohammed_siraj", - "batter": "N Wadhera", - "bowler": "Mohammed Siraj", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359528", - "date": "2023-05-09", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "tu_deshpande__mr_marsh", - "batter": "TU Deshpande", - "bowler": "MR Marsh", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "kuldeep_yadav__m_pathirana", - "batter": "Kuldeep Yadav", - "bowler": "M Pathirana", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359529", - "date": "2023-05-10", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "am_rahane__vg_arora", - "batter": "AM Rahane", - "bowler": "VG Arora", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359535", - "date": "2023-05-14", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "b_sai_sudharsan__abhishek_sharma", - "batter": "B Sai Sudharsan", - "bowler": "Abhishek Sharma", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359536", - "date": "2023-05-15", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "b_kumar__r_tewatia", - "batter": "B Kumar", - "bowler": "R Tewatia", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359536", - "date": "2023-05-15", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "ta_boult__sm_curran", - "batter": "TA Boult", - "bowler": "SM Curran", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359540", - "date": "2023-05-19", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "sa_yadav__ak_markram", - "batter": "SA Yadav", - "bowler": "AK Markram", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1359543", - "date": "2023-05-21", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "m_jansen__harshit_rana", - "batter": "M Jansen", - "bowler": "Harshit Rana", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422121", - "date": "2024-03-23", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "jm_sharma__yash_dayal", - "batter": "JM Sharma", - "bowler": "Yash Dayal", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422124", - "date": "2024-03-25", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "mohsin_khan__sm_curran", - "batter": "Mohsin Khan", - "bowler": "SM Curran", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422129", - "date": "2024-03-30", - "balls": 2, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "abishek_porel__m_pathirana", - "batter": "Abishek Porel", - "bowler": "M Pathirana", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1422131", - "date": "2024-03-31", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__mukesh_kumar", - "batter": "PJ Cummins", - "bowler": "Mukesh Kumar", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426273", - "date": "2024-04-20", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "rr_pant__r_sai_kishore", - "batter": "RR Pant", - "bowler": "R Sai Kishore", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426278", - "date": "2024-04-24", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "jd_unadkat__yash_dayal", - "batter": "JD Unadkat", - "bowler": "Yash Dayal", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426279", - "date": "2024-04-25", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "shashank_singh__s_dube", - "batter": "Shashank Singh", - "bowler": "S Dube", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426287", - "date": "2024-05-01", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "so_hetmyer__jd_unadkat", - "batter": "SO Hetmyer", - "bowler": "JD Unadkat", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 400.0, - "runs_per_ball": 4.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 100.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426288", - "date": "2024-05-02", - "balls": 2, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 83.6, - "score_label": "Batter advantage" - }, - { - "key": "mj_santner__sm_curran", - "batter": "MJ Santner", - "bowler": "SM Curran", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "tu_deshpande__hv_patel", - "batter": "TU Deshpande", - "bowler": "HV Patel", - "balls": 4, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426291", - "date": "2024-05-05", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "ravi_bishnoi__cv_varun", - "batter": "Ravi Bishnoi", - "bowler": "CV Varun", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426292", - "date": "2024-05-05", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "mukesh_kumar__yash_dayal", - "batter": "Mukesh Kumar", - "bowler": "Yash Dayal", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426300", - "date": "2024-05-12", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ravi_bishnoi__mukesh_kumar", - "batter": "Ravi Bishnoi", - "bowler": "Mukesh Kumar", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426302", - "date": "2024-05-14", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "kl_rahul__naman_dhir", - "batter": "KL Rahul", - "bowler": "Naman Dhir", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 600.0, - "runs_per_ball": 6.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 100.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426305", - "date": "2024-05-17", - "balls": 2, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 100.0, - "score_label": "Batter advantage" - }, - { - "key": "ta_boult__pj_cummins", - "batter": "TA Boult", - "bowler": "PJ Cummins", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426311", - "date": "2024-05-24", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "ss_iyer__ak_markram", - "batter": "SS Iyer", - "bowler": "AK Markram", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1426312", - "date": "2024-05-26", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "harshit_rana__yash_dayal", - "batter": "Harshit Rana", - "bowler": "Yash Dayal", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473438", - "date": "2025-03-22", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "aniket_verma__sandeep_sharma", - "batter": "Aniket Verma", - "bowler": "Sandeep Sharma", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "jc_archer__hv_patel", - "batter": "JC Archer", - "bowler": "HV Patel", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473439", - "date": "2025-03-23", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "mj_santner__noor_ahmad", - "batter": "MJ Santner", - "bowler": "Noor Ahmad", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473440", - "date": "2025-03-23", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__arshdeep_singh", - "batter": "M Shahrukh Khan", - "bowler": "Arshdeep Singh", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 12, - "dismissals": 0, - "strike_rate": 600.0, - "runs_per_ball": 6.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 100.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 12, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473442", - "date": "2025-03-25", - "balls": 2, - "runs": 12, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 100.0, - "score_label": "Batter advantage" - }, - { - "key": "hv_patel__kuldeep_yadav", - "batter": "HV Patel", - "bowler": "Kuldeep Yadav", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473447", - "date": "2025-03-30", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "avesh_khan__hh_pandya", - "batter": "Avesh Khan", - "bowler": "HH Pandya", - "balls": 4, - "legal_balls": 2, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 2, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "mj_santner__avesh_khan", - "batter": "MJ Santner", - "bowler": "Avesh Khan", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473453", - "date": "2025-04-04", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "hh_pandya__yash_dayal", - "batter": "HH Pandya", - "bowler": "Yash Dayal", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ta_boult__kh_pandya", - "batter": "TA Boult", - "bowler": "KH Pandya", - "balls": 4, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473458", - "date": "2025-04-07", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "jc_archer__r_sai_kishore", - "batter": "JC Archer", - "bowler": "R Sai Kishore", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "sandeep_sharma__m_prasidh_krishna", - "batter": "Sandeep Sharma", - "bowler": "M Prasidh Krishna", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473460", - "date": "2025-04-09", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "m_shahrukh_khan__ds_rathi", - "batter": "M Shahrukh Khan", - "bowler": "DS Rathi", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473463", - "date": "2025-04-12", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "arshdeep_singh__vg_arora", - "batter": "Arshdeep Singh", - "bowler": "VG Arora", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "harshit_rana__ys_chahal", - "batter": "Harshit Rana", - "bowler": "YS Chahal", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "vg_arora__m_jansen", - "batter": "VG Arora", - "bowler": "M Jansen", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473468", - "date": "2025-04-15", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "aniket_verma__ta_boult", - "batter": "Aniket Verma", - "bowler": "TA Boult", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "mj_santner__e_malinga", - "batter": "MJ Santner", - "bowler": "E Malinga", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473470", - "date": "2025-04-17", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "kuldeep_yadav__r_sai_kishore", - "batter": "Kuldeep Yadav", - "bowler": "R Sai Kishore", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 8, - "dismissals": 0, - "strike_rate": 400.0, - "runs_per_ball": 4.0, - "dot_ball_pct": 0.0, - "boundary_count": 2, - "boundary_pct": 100.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 8, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473472", - "date": "2025-04-19", - "balls": 2, - "runs": 8, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 83.6, - "score_label": "Batter advantage" - }, - { - "key": "ra_jadeja__dl_chahar", - "batter": "RA Jadeja", - "bowler": "DL Chahar", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 4, - "dismissals": 0, - "strike_rate": 200.0, - "runs_per_ball": 2.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 4, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473475", - "date": "2025-04-20", - "balls": 2, - "runs": 4, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 59.6, - "score_label": "Neutral" - }, - { - "key": "a_mhatre__hv_patel", - "batter": "A Mhatre", - "bowler": "HV Patel", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473480", - "date": "2025-04-25", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "p_simran_singh__ad_russell", - "batter": "P Simran Singh", - "bowler": "AD Russell", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473481", - "date": "2025-04-26", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "dl_chahar__avesh_khan", - "batter": "DL Chahar", - "bowler": "Avesh Khan", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473482", - "date": "2025-04-27", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ad_russell__v_nigam", - "batter": "AD Russell", - "bowler": "V Nigam", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "v_nigam__sp_narine", - "batter": "V Nigam", - "bowler": "SP Narine", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473485", - "date": "2025-04-29", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "n_wadhera__sm_curran", - "batter": "N Wadhera", - "bowler": "SM Curran", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473486", - "date": "2025-04-30", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "dhruv_jurel__hh_pandya", - "batter": "Dhruv Jurel", - "bowler": "HH Pandya", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473487", - "date": "2025-05-01", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "pj_cummins__r_sai_kishore", - "batter": "PJ Cummins", - "bowler": "R Sai Kishore", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473488", - "date": "2025-05-02", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "prince_yadav__ys_chahal", - "batter": "Prince Yadav", - "bowler": "YS Chahal", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473491", - "date": "2025-05-04", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "v_nigam__hv_patel", - "batter": "V Nigam", - "bowler": "HV Patel", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473492", - "date": "2025-05-05", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__r_sai_kishore", - "batter": "Naman Dhir", - "bowler": "R Sai Kishore", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473493", - "date": "2025-05-06", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "b_kumar__e_malinga", - "batter": "B Kumar", - "bowler": "E Malinga", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 6, - "dismissals": 0, - "strike_rate": 300.0, - "runs_per_ball": 3.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 6, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 2, - "runs": 6, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 71.6, - "score_label": "Batter advantage" - }, - { - "key": "yash_dayal__pj_cummins", - "batter": "Yash Dayal", - "bowler": "PJ Cummins", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473503", - "date": "2025-05-23", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "r_sai_kishore__m_pathirana", - "batter": "R Sai Kishore", - "bowler": "M Pathirana", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473504", - "date": "2025-05-25", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "yash_dayal__arshdeep_singh", - "batter": "Yash Dayal", - "bowler": "Arshdeep Singh", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1473511", - "date": "2025-06-03", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "naman_dhir__sp_narine", - "batter": "Naman Dhir", - "bowler": "SP Narine", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527675", - "date": "2026-03-29", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "t_stubbs__ak_markram", - "batter": "T Stubbs", - "bowler": "AK Markram", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527678", - "date": "2026-04-01", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ta_boult__sandeep_sharma", - "batter": "TA Boult", - "bowler": "Sandeep Sharma", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ta_boult__jc_archer", - "batter": "TA Boult", - "bowler": "JC Archer", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1527686", - "date": "2026-04-07", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "aniket_verma__jc_archer", - "batter": "Aniket Verma", - "bowler": "JC Archer", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "jc_archer__e_malinga", - "batter": "JC Archer", - "bowler": "E Malinga", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529264", - "date": "2026-04-13", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "avesh_khan__b_kumar", - "batter": "Avesh Khan", - "bowler": "B Kumar", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529266", - "date": "2026-04-15", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "vg_arora__rashid_khan", - "batter": "VG Arora", - "bowler": "Rashid Khan", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529268", - "date": "2026-04-17", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "m_jansen__prince_yadav", - "batter": "M Jansen", - "bowler": "Prince Yadav", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529272", - "date": "2026-04-19", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ds_rathi__jc_archer", - "batter": "DS Rathi", - "bowler": "JC Archer", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529275", - "date": "2026-04-22", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "s_dube__mj_santner", - "batter": "S Dube", - "bowler": "MJ Santner", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529276", - "date": "2026-04-23", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "hh_pandya__nithish_kumar_reddy", - "batter": "HH Pandya", - "bowler": "Nithish Kumar Reddy", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529284", - "date": "2026-04-29", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "m_jansen__mohammed_siraj", - "batter": "M Jansen", - "bowler": "Mohammed Siraj", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529289", - "date": "2026-05-03", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "arshdeep_singh__rashid_khan", - "batter": "Arshdeep Singh", - "bowler": "Rashid Khan", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529289", - "date": "2026-05-03", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "v_nigam__vg_arora", - "batter": "V Nigam", - "bowler": "VG Arora", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529294", - "date": "2026-05-08", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "tu_deshpande__mohammed_siraj", - "batter": "TU Deshpande", - "bowler": "Mohammed Siraj", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529295", - "date": "2026-05-09", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "e_malinga__rashid_khan", - "batter": "E Malinga", - "bowler": "Rashid Khan", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529299", - "date": "2026-05-12", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "jc_buttler__m_pathirana", - "batter": "JC Buttler", - "bowler": "M Pathirana", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529303", - "date": "2026-05-16", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "v_suryavanshi__mukesh_kumar", - "batter": "V Suryavanshi", - "bowler": "Mukesh Kumar", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "powerplay": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1529305", - "date": "2026-05-17", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "mohammed_siraj__jr_hazlewood", - "batter": "Mohammed Siraj", - "bowler": "JR Hazlewood", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": 0.0, - "runs_per_ball": 0.0, - "dot_ball_pct": 100.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535462", - "date": "2026-05-26", - "balls": 2, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 35.6, - "score_label": "Bowler advantage" - }, - { - "key": "e_malinga__ra_jadeja", - "batter": "E Malinga", - "bowler": "RA Jadeja", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "middle": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "e_malinga__jc_archer", - "batter": "E Malinga", - "bowler": "JC Archer", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1535463", - "date": "2026-05-27", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "sandeep_sharma__ad_russell", - "batter": "Sandeep Sharma", - "bowler": "AD Russell", - "balls": 2, - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0, - "strike_rate": 100.0, - "runs_per_ball": 1.0, - "dot_ball_pct": 0.0, - "boundary_count": 0, - "boundary_pct": 0.0, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 2, - "runs_off_bat": 2, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "980963", - "date": "2016-05-04", - "balls": 2, - "runs": 2, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 47.6, - "score_label": "Neutral" - }, - { - "key": "ys_chahal__hv_patel", - "batter": "YS Chahal", - "bowler": "HV Patel", - "balls": 2, - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0, - "strike_rate": null, - "runs_per_ball": null, - "dot_ball_pct": null, - "boundary_count": 0, - "boundary_pct": null, - "dismissal_types": {}, - "phase_splits": { - "death": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "powerplay": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - }, - "middle": { - "legal_balls": 0, - "runs_off_bat": 0, - "dismissals": 0 - } - }, - "recent_encounters": [ - { - "match_id": "1216519", - "date": "2020-10-05", - "balls": 0, - "runs": 0, - "dismissed": false - } - ], - "sample_tier": "low", - "matchup_score": 50.0, - "score_label": "Neutral" - } - ], - "unmatched_players": {} + "rivalries": [], + "error": "Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'.\nA suitable version of pyarrow or fastparquet is required for parquet support.\nTrying to import the above resulted in these errors:\n - `Import pyarrow` failed. pyarrow is required for parquet support. Use pip or conda to install the pyarrow package.\n - `Import fastparquet` failed. fastparquet is required for parquet support. Use pip or conda to install the fastparquet package." } } \ No newline at end of file diff --git a/cache/run_manifest.json b/cache/run_manifest.json index 32dcd5b..53289d7 100644 --- a/cache/run_manifest.json +++ b/cache/run_manifest.json @@ -1,52 +1,54 @@ { - "run_id": "7a41dae3-137c-4331-8a47-d53159a35438", - "start_time": "2026-07-28T07:00:40.874954+00:00", - "end_time": "2026-07-28T07:02:35.813726+00:00", - "duration_seconds": 114.938772, + "run_id": "043a3aeb-c2c0-4ffd-a02e-7de348d07af2", + "start_time": "2026-07-29T00:39:20.997401+00:00", + "end_time": "2026-07-29T00:39:23.356898+00:00", + "duration_seconds": 2.359497, "success": true, "skip_cricsheet": true, "dry_run": false, - "git_commit": "57149bfccf31d45498845703f18ec3a5087ec57f", + "git_commit": "7a1979a001aef57a957443f64a6450b858191361", "environment": "production", "counts": { "prediction_log_records": 0, "new_settlements": 0, - "historical_competitions": 13, - "rivalry_records": 3150, - "fixtures_fetched": 14, - "odds_events": 0, - "fixtures_after_odds": 14, - "match_features": 14, + "rivalry_records": 0, + "fixtures_fetched": 3, + "odds_events": 2, + "fixtures_after_odds": 4, + "match_features": 4, "player_features": 0, - "matches_predicted": 14, + "matches_predicted": 4, "player_props": 0, - "value_bets": 0, - "match_hubs": 14, + "value_bets": 1, + "match_hubs": 4, "monte_carlo_sims": 0, "matchup_bets_analysed": 0 }, - "errors": {}, - "warnings": { - "validation": [ - "value_bets is empty" + "errors": { + "cricsheet": [ + { + "error": "Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'.\nA suitable version of pyarrow or fastparquet is required for parquet support.\nTrying to import the above resulted in these errors:\n - `Import pyarrow` failed. pyarrow is required for parquet support. Use pip or conda to install the pyarrow package.\n - `Import fastparquet` failed. fastparquet is required for parquet support. Use pip or conda to install the fastparquet package.", + "traceback": "Traceback (most recent call last):\n File \"/Volumes/Users/gmalb/Downloads/cricket/pipeline/run_pipeline.py\", line 594, in run\n cricsheet = step_cricsheet(skip=skip_cricsheet)\n File \"/Volumes/Users/gmalb/Downloads/cricket/pipeline/run_pipeline.py\", line 91, in step_cricsheet\n bbb = pd.read_parquet(CACHE_DIR / \"raw\" / \"ipl_ball_by_ball.parquet\")\n File \"/opt/homebrew/lib/python3.14/site-packages/pandas/io/parquet.py\", line 668, in read_parquet\n impl = get_engine(engine)\n File \"/opt/homebrew/lib/python3.14/site-packages/pandas/io/parquet.py\", line 68, in get_engine\n raise ImportError(\n ...<7 lines>...\n )\nImportError: Unable to find a usable engine; tried using: 'pyarrow', 'fastparquet'.\nA suitable version of pyarrow or fastparquet is required for parquet support.\nTrying to import the above resulted in these errors:\n - `Import pyarrow` failed. pyarrow is required for parquet support. Use pip or conda to install the pyarrow package.\n - `Import fastparquet` failed. fastparquet is required for parquet support. Use pip or conda to install the fastparquet package.\n" + } ] }, + "warnings": {}, "output_hashes": { - "todays_matches": "c3bc28a263318e3e", - "player_props": "35ea33bb38086051", - "team_form": "605347cade4b4cf4", - "player_stats": "37539cc7a2de03cd", - "venue_stats": "17bb7a59503de3b9", - "value_bets": "287f48e7950e6737", - "competition_status": "15fcae5050b623c8", - "odds_history": "b225b4042743ccd1", - "playoff_probabilities": "d8d3cf6b0da75801", - "matchup_edge_history": "408fcd263c68cae9", - "schedule": "22d7bb264731d136", - "points_table": "93c4d3252ef40952", - "rivalries": "b8166845a8937bcb", - "match_hubs": "1923aee8bb5b29a1", - "shot_locations": "6296cada046273d4", - "last_updated": "4355c8c2eab66e1b" + "todays_matches": "e4cfa4ad7db3b74c", + "player_props": "f95062f6af1137e3", + "team_form": "a469c5065f1e7bd9", + "player_stats": "6fca3aa95e974b79", + "venue_stats": "756c9ba239ab9016", + "value_bets": "9a602b904c5d6c6b", + "competition_status": "f8b216c9a3ed091c", + "odds_history": "71265fde89ce79ca", + "playoff_probabilities": "73d49061f7588a5b", + "matchup_edge_history": "308d396baadea69f", + "schedule": "268cf36a15f8878d", + "points_table": "94d90414f73b60fa", + "rivalries": "4101b78cfe049b9a", + "match_hubs": "e589221c85290a04", + "shot_locations": "6e8f4eb9da09318a", + "last_updated": "490b0434ff459545" } } \ No newline at end of file diff --git a/cache/schedule.json b/cache/schedule.json index 11b1186..216987b 100644 --- a/cache/schedule.json +++ b/cache/schedule.json @@ -1,117 +1,37 @@ { - "generated_at": "2026-07-28T07:02:35.627169+00:00", - "source_run_id": "7a41dae3-137c-4331-8a47-d53159a35438", - "source_status": "ready", + "generated_at": "2026-07-29T00:39:23.138644+00:00", + "source_run_id": "043a3aeb-c2c0-4ffd-a02e-7de348d07af2", + "source_status": "partial", "schema_version": 1, "is_mock": false, "data": [ { - "match_id": "278a67eb-76f6-4881-aa6b-f164cffb6a90", - "team1": "Namibia Women", + "match_id": "1fa3bd8a-4bac-4ebb-b022-aba8281467e3", + "team1": "Tanzania Women", "team2": "Uganda Women", "venue": "Namibia Cricket Ground, Windhoek", - "time": "00:00 IST", - "status": "Namibia Women won by 6 wkts", - "toss_winner": null, - "toss_decision": null, - "matchStarted": true, - "matchEnded": true, - "competition": "international_t20", - "competition_name": "International T20", - "format": "T20", - "gender": "male", - "scheduled_start": "2026-07-27T12:00:00", - "city": "", - "fixture_source": "cricketdata", - "fixture_status": "confirmed" - }, - { - "match_id": "d8418e67-7eb7-4502-8977-52956fbd1358", - "team1": "Hong Kong", - "team2": "TBD", - "venue": "Namibia Cricket Ground, Windhoek", - "time": "00:00 IST", - "status": "Hong Kong, China Women won by 9 wkts", - "toss_winner": null, - "toss_decision": null, - "matchStarted": true, - "matchEnded": true, - "competition": "international_t20", - "competition_name": "International T20", - "format": "T20", - "gender": "male", - "scheduled_start": "2026-07-27T07:30:00", - "city": "", - "fixture_source": "cricketdata", - "fixture_status": "confirmed" - }, - { - "match_id": "685a5ac9-74f3-40af-99a7-7d06d05dba8a", - "team1": "Hong Kong", - "team2": "TBD", - "venue": "High Performance Oval, Windhoek", - "time": "00:00 IST", - "status": "Uganda Women won by 2 wkts", - "toss_winner": null, - "toss_decision": null, - "matchStarted": true, - "matchEnded": true, - "competition": "international_t20", - "competition_name": "International T20", - "format": "T20", - "gender": "male", - "scheduled_start": "2026-07-25T12:00:00", - "city": "", - "fixture_source": "cricketdata", - "fixture_status": "confirmed" - }, - { - "match_id": "5a25c097-b127-4df0-925b-aab7743db3ae", - "team1": "Namibia Women", - "team2": "Tanzania Women", - "venue": "High Performance Oval, Windhoek", - "time": "00:00 IST", - "status": "Namibia Women won by 9 wkts", + "time": "04:00 IST", + "status": "Tanzania Women awarded the match (opposition refused to play)", "toss_winner": null, "toss_decision": null, "matchStarted": true, - "matchEnded": true, + "matchEnded": false, "competition": "international_t20", "competition_name": "International T20", "format": "T20", "gender": "male", - "scheduled_start": "2026-07-25T07:30:00", + "scheduled_start": "2026-07-28T12:00:00", "city": "", "fixture_source": "cricketdata", "fixture_status": "confirmed" }, { - "match_id": "6bf439a3-8c50-42fa-abc4-01c8d10717df", + "match_id": "2ede8246-e8e5-414b-98ac-72ae89232467", "team1": "Namibia Women", "team2": "Hong Kong", - "venue": "High Performance Oval, Windhoek", - "time": "00:00 IST", - "status": "Namibia Women won by 5 wkts", - "toss_winner": null, - "toss_decision": null, - "matchStarted": true, - "matchEnded": true, - "competition": "international_t20", - "competition_name": "International T20", - "format": "T20", - "gender": "male", - "scheduled_start": "2026-07-24T12:00:00", - "city": "", - "fixture_source": "cricketdata", - "fixture_status": "confirmed" - }, - { - "match_id": "2028c955-b007-44f5-a723-8750a1df4e73", - "team1": "Tanzania Women", - "team2": "Uganda Women", - "venue": "High Performance Oval, Windhoek", - "time": "00:00 IST", - "status": "Uganda Women won by 5 runs", + "venue": "Namibia Cricket Ground, Windhoek", + "time": "04:00 IST", + "status": "Namibia Women won by 8 wkts", "toss_winner": null, "toss_decision": null, "matchStarted": true, @@ -120,78 +40,18 @@ "competition_name": "International T20", "format": "T20", "gender": "male", - "scheduled_start": "2026-07-24T07:30:00", - "city": "", - "fixture_source": "cricketdata", - "fixture_status": "confirmed" - }, - { - "match_id": "0dce0b87-eaa5-437f-b4fa-fafb7e7bf10f", - "team1": "Galle Gallants", - "team2": "Dambulla Sixers", - "venue": "Rangiri Dambulla International Stadium, Dambulla", - "time": "00:00 IST", - "status": "Galle Gallants won by 44 runs", - "toss_winner": null, - "toss_decision": null, - "matchStarted": true, - "matchEnded": true, - "competition": "lanka_premier_league", - "competition_name": "Lanka Premier League", - "format": "T20", - "gender": "male", - "scheduled_start": "2026-07-26T14:00:00", + "scheduled_start": "2026-07-28T07:30:00", "city": "", "fixture_source": "cricketdata", "fixture_status": "confirmed" }, { - "match_id": "64d50d1d-4ff9-4c2e-ac5e-45021284e747", - "team1": "Kandy Royals", + "match_id": "9d937fde-f5b9-4ca1-8050-f3db3e39a1e6", + "team1": "Colombo Kaps", "team2": "Jaffna Kings", - "venue": "Rangiri Dambulla International Stadium, Dambulla", - "time": "00:00 IST", - "status": "Jaffna Kings won by 93 runs", - "toss_winner": null, - "toss_decision": null, - "matchStarted": true, - "matchEnded": true, - "competition": "lanka_premier_league", - "competition_name": "Lanka Premier League", - "format": "T20", - "gender": "male", - "scheduled_start": "2026-07-26T09:30:00", - "city": "", - "fixture_source": "cricketdata", - "fixture_status": "confirmed" - }, - { - "match_id": "6f284260-6fd3-465c-b8af-1a1955759992", - "team1": "Dambulla Sixers", - "team2": "Colombo Kaps", - "venue": "Rangiri Dambulla International Stadium, Dambulla", - "time": "00:00 IST", - "status": "Colombo Kaps won by 21 runs", - "toss_winner": null, - "toss_decision": null, - "matchStarted": true, - "matchEnded": true, - "competition": "lanka_premier_league", - "competition_name": "Lanka Premier League", - "format": "T20", - "gender": "male", - "scheduled_start": "2026-07-25T14:00:00", - "city": "", - "fixture_source": "cricketdata", - "fixture_status": "confirmed" - }, - { - "match_id": "76e916a9-33bb-47e6-a5a5-ea572911a953", - "team1": "Galle Gallants", - "team2": "Kandy Royals", - "venue": "Rangiri Dambulla International Stadium, Dambulla", - "time": "00:00 IST", - "status": "Kandy Royals won by 11 runs", + "venue": "Pallekele International Cricket Stadium, Pallekele", + "time": "04:00 IST", + "status": "Jaffna Kings won by 19 runs", "toss_winner": null, "toss_decision": null, "matchStarted": true, @@ -200,90 +60,28 @@ "competition_name": "Lanka Premier League", "format": "T20", "gender": "male", - "scheduled_start": "2026-07-25T09:30:00", - "city": "", - "fixture_source": "cricketdata", - "fixture_status": "confirmed" - }, - { - "match_id": "2cc4cb6d-50e2-4ca3-8ad6-70f0a3a8c5f9", - "team1": "Namibia", - "team2": "Nepal", - "venue": "Sportpark Maarschalkerweerd, Utrecht", - "time": "00:00 IST", - "status": "Namibia won by 3 runs", - "toss_winner": null, - "toss_decision": null, - "matchStarted": true, - "matchEnded": true, - "competition": "odi_world_cup", - "competition_name": "ICC World Cup", - "format": "ODI", - "gender": "male", - "scheduled_start": "2026-07-27T00:00:00", + "scheduled_start": "2026-07-28T14:00:00", "city": "", "fixture_source": "cricketdata", "fixture_status": "confirmed" }, { - "match_id": "04bb7afb-9f57-4c1e-9421-f23bc98c93ad", - "team1": "Namibia", + "match_id": "f88a45270d09c1ba75bc160ea210da04", + "team1": "Nepal", "team2": "Netherlands", - "venue": "Sportpark Maarschalkerweerd, Utrecht", - "time": "00:00 IST", - "status": "Netherlands won by 58 runs", - "toss_winner": null, - "toss_decision": null, - "matchStarted": true, - "matchEnded": true, - "competition": "odi_world_cup", - "competition_name": "ICC World Cup", - "format": "ODI", - "gender": "male", - "scheduled_start": "2026-07-25T00:00:00", - "city": "", - "fixture_source": "cricketdata", - "fixture_status": "confirmed" - }, - { - "match_id": "1f11e2ab-0cdd-4a4c-b61d-5e7b128e3b6e", - "team1": "Zimbabwe", - "team2": "India", - "venue": "Harare Sports Club, Harare", - "time": "00:00 IST", - "status": "India won by 35 runs", - "toss_winner": null, - "toss_decision": null, - "matchStarted": true, - "matchEnded": true, - "competition": "international_t20", - "competition_name": "International T20", - "format": "T20", - "gender": "male", - "scheduled_start": "2026-07-26T11:00:00", + "venue": "", "city": "", - "fixture_source": "cricketdata", - "fixture_status": "confirmed" - }, - { - "match_id": "610cac66-a929-4422-9a45-3ee22ff1c3c8", - "team1": "Zimbabwe", - "team2": "India", - "venue": "Harare Sports Club, Harare", - "time": "00:00 IST", - "status": "India won by 90 runs", - "toss_winner": null, - "toss_decision": null, - "matchStarted": true, - "matchEnded": true, - "competition": "international_t20", - "competition_name": "International T20", - "format": "T20", + "time": "2026-07-29T09:00:00Z", + "scheduled_start": "2026-07-29T09:00:00Z", + "status": "Scheduled from DraftKings market", + "matchStarted": false, + "matchEnded": false, + "competition": "odi_internationals", + "competition_name": "ODI internationals", + "format": "ODI", "gender": "male", - "scheduled_start": "2026-07-25T11:00:00", - "city": "", - "fixture_source": "cricketdata", - "fixture_status": "confirmed" + "fixture_source": "odds_api", + "fixture_status": "provisional" } ] } \ No newline at end of file diff --git a/cache/shot_locations.json b/cache/shot_locations.json index ae5d124..fcb05e9 100644 --- a/cache/shot_locations.json +++ b/cache/shot_locations.json @@ -1,7 +1,7 @@ { - "generated_at": "2026-07-28T07:02:35.812281+00:00", - "source_run_id": "7a41dae3-137c-4331-8a47-d53159a35438", - "source_status": "ready", + "generated_at": "2026-07-29T00:39:23.276695+00:00", + "source_run_id": "043a3aeb-c2c0-4ffd-a02e-7de348d07af2", + "source_status": "partial", "schema_version": 1, "is_mock": false, "data": { diff --git a/cache/team_form.json b/cache/team_form.json index 93f917f..450bb5e 100644 --- a/cache/team_form.json +++ b/cache/team_form.json @@ -1,18213 +1,8 @@ { - "generated_at": "2026-07-28T07:02:35.430330+00:00", - "source_run_id": "7a41dae3-137c-4331-8a47-d53159a35438", - "source_status": "ready", + "generated_at": "2026-07-29T00:39:22.819033+00:00", + "source_run_id": "043a3aeb-c2c0-4ffd-a02e-7de348d07af2", + "source_status": "partial", "schema_version": 1, "is_mock": false, - "data": { - "Sunrisers Hyderabad": [ - { - "match_id": 1535463, - "date": "2026-05-27", - "innings": 2, - "opponent": "Rajasthan Royals", - "result": "L", - "score": 392, - "opp_score": 486, - "wickets": 20, - "powerplay_runs": 130, - "death_economy": 18.0 - }, - { - "match_id": 1529310, - "date": "2026-05-22", - "innings": 1, - "opponent": "Royal Challengers Bengaluru", - "result": "W", - "score": 510, - "opp_score": 400, - "wickets": 8, - "powerplay_runs": 120, - "death_economy": 25.5 - }, - { - "match_id": 1529306, - "date": "2026-05-18", - "innings": 2, - "opponent": "Chennai Super Kings", - "result": "W", - "score": 362, - "opp_score": 360, - "wickets": 10, - "powerplay_runs": 88, - "death_economy": 24.0 - }, - { - "match_id": 1529299, - "date": "2026-05-12", - "innings": 2, - "opponent": "Gujarat Titans", - "result": "L", - "score": 172, - "opp_score": 336, - "wickets": 20, - "powerplay_runs": 68, - "death_economy": 27.0 - }, - { - "match_id": 1529292, - "date": "2026-05-06", - "innings": 1, - "opponent": "Punjab Kings", - "result": "W", - "score": 470, - "opp_score": 404, - "wickets": 8, - "powerplay_runs": 154, - "death_economy": 36.0 - }, - { - "match_id": 1529288, - "date": "2026-05-03", - "innings": 1, - "opponent": "Kolkata Knight Riders", - "result": "L", - "score": 330, - "opp_score": 338, - "wickets": 20, - "powerplay_runs": 140, - "death_economy": 18.0 - }, - { - "match_id": 1529284, - "date": "2026-04-29", - "innings": 2, - "opponent": "Mumbai Indians", - "result": "W", - "score": 498, - "opp_score": 486, - "wickets": 8, - "powerplay_runs": 168, - "death_economy": 31.0 - }, - { - "match_id": 1529279, - "date": "2026-04-25", - "innings": 2, - "opponent": "Rajasthan Royals", - "result": "W", - "score": 458, - "opp_score": 456, - "wickets": 10, - "powerplay_runs": 150, - "death_economy": 22.0 - }, - { - "match_id": 1529274, - "date": "2026-04-21", - "innings": 1, - "opponent": "Delhi Capitals", - "result": "W", - "score": 484, - "opp_score": 390, - "wickets": 4, - "powerplay_runs": 130, - "death_economy": 20.0 - }, - { - "match_id": 1529270, - "date": "2026-04-18", - "innings": 1, - "opponent": "Chennai Super Kings", - "result": "W", - "score": 388, - "opp_score": 368, - "wickets": 18, - "powerplay_runs": 146, - "death_economy": 21.5 - } - ], - "Punjab Kings": [ - { - "match_id": 1529311, - "date": "2026-05-23", - "innings": 2, - "opponent": "Lucknow Super Giants", - "result": "W", - "score": 400, - "opp_score": 392, - "wickets": 6, - "powerplay_runs": 124, - "death_economy": 24.5 - }, - { - "match_id": 1529304, - "date": "2026-05-17", - "innings": 2, - "opponent": "Royal Challengers Bengaluru", - "result": "L", - "score": 398, - "opp_score": 444, - "wickets": 16, - "powerplay_runs": 92, - "death_economy": 32.5 - }, - { - "match_id": 1529301, - "date": "2026-05-14", - "innings": 1, - "opponent": "Mumbai Indians", - "result": "L", - "score": 400, - "opp_score": 410, - "wickets": 16, - "powerplay_runs": 100, - "death_economy": 38.0 - }, - { - "match_id": 1529298, - "date": "2026-05-11", - "innings": 1, - "opponent": "Delhi Capitals", - "result": "L", - "score": 420, - "opp_score": 432, - "wickets": 10, - "powerplay_runs": 130, - "death_economy": 36.5 - }, - { - "match_id": 1529292, - "date": "2026-05-06", - "innings": 2, - "opponent": "Sunrisers Hyderabad", - "result": "L", - "score": 404, - "opp_score": 470, - "wickets": 14, - "powerplay_runs": 106, - "death_economy": 30.5 - }, - { - "match_id": 1529289, - "date": "2026-05-03", - "innings": 1, - "opponent": "Gujarat Titans", - "result": "L", - "score": 326, - "opp_score": 334, - "wickets": 18, - "powerplay_runs": 64, - "death_economy": 21.5 - }, - { - "match_id": 1529283, - "date": "2026-04-28", - "innings": 1, - "opponent": "Rajasthan Royals", - "result": "L", - "score": 444, - "opp_score": 456, - "wickets": 8, - "powerplay_runs": 120, - "death_economy": 31.5 - }, - { - "match_id": 1529278, - "date": "2026-04-25", - "innings": 2, - "opponent": "Delhi Capitals", - "result": "W", - "score": 530, - "opp_score": 528, - "wickets": 8, - "powerplay_runs": 218, - "death_economy": 37.5 - }, - { - "match_id": 1529272, - "date": "2026-04-19", - "innings": 1, - "opponent": "Lucknow Super Giants", - "result": "W", - "score": 508, - "opp_score": 400, - "wickets": 14, - "powerplay_runs": 118, - "death_economy": 29.0 - }, - { - "match_id": 1529267, - "date": "2026-04-16", - "innings": 2, - "opponent": "Mumbai Indians", - "result": "W", - "score": 396, - "opp_score": 390, - "wickets": 6, - "powerplay_runs": 120, - "death_economy": 25.0 - } - ], - "Lucknow Super Giants": [ - { - "match_id": 1529311, - "date": "2026-05-23", - "innings": 1, - "opponent": "Punjab Kings", - "result": "L", - "score": 392, - "opp_score": 400, - "wickets": 12, - "powerplay_runs": 126, - "death_economy": 19.0 - }, - { - "match_id": 1529307, - "date": "2026-05-19", - "innings": 1, - "opponent": "Rajasthan Royals", - "result": "L", - "score": 440, - "opp_score": 450, - "wickets": 10, - "powerplay_runs": 160, - "death_economy": 18.5 - }, - { - "match_id": 1529302, - "date": "2026-05-15", - "innings": 2, - "opponent": "Chennai Super Kings", - "result": "W", - "score": 376, - "opp_score": 374, - "wickets": 6, - "powerplay_runs": 154, - "death_economy": 30.0 - }, - { - "match_id": 1529296, - "date": "2026-05-10", - "innings": 1, - "opponent": "Chennai Super Kings", - "result": "L", - "score": 406, - "opp_score": 416, - "wickets": 16, - "powerplay_runs": 176, - "death_economy": 21.5 - }, - { - "match_id": 1529293, - "date": "2026-05-07", - "innings": 1, - "opponent": "Royal Challengers Bengaluru", - "result": "W", - "score": 418, - "opp_score": 406, - "wickets": 6, - "powerplay_runs": 132, - "death_economy": 26.5 - }, - { - "match_id": 1529290, - "date": "2026-05-04", - "innings": 1, - "opponent": "Mumbai Indians", - "result": "L", - "score": 456, - "opp_score": 458, - "wickets": 10, - "powerplay_runs": 174, - "death_economy": 21.0 - }, - { - "match_id": 1529281, - "date": "2026-04-26", - "innings": 3, - "opponent": "Kolkata Knight Riders", - "result": "L", - "score": 310, - "opp_score": 310, - "wickets": 4, - "powerplay_runs": 76, - "death_economy": 31.0 - }, - { - "match_id": 1529281, - "date": "2026-04-26", - "innings": 2, - "opponent": "Kolkata Knight Riders", - "result": "L", - "score": 310, - "opp_score": 310, - "wickets": 16, - "powerplay_runs": 76, - "death_economy": 31.0 - }, - { - "match_id": 1529275, - "date": "2026-04-22", - "innings": 2, - "opponent": "Rajasthan Royals", - "result": "L", - "score": 238, - "opp_score": 318, - "wickets": 20, - "powerplay_runs": 58, - "death_economy": 26.0 - }, - { - "match_id": 1529272, - "date": "2026-04-19", - "innings": 2, - "opponent": "Punjab Kings", - "result": "L", - "score": 400, - "opp_score": 508, - "wickets": 10, - "powerplay_runs": 118, - "death_economy": 30.5 - } - ], - "Mumbai Indians": [ - { - "match_id": 1529312, - "date": "2026-05-24", - "innings": 2, - "opponent": "Rajasthan Royals", - "result": "L", - "score": 350, - "opp_score": 410, - "wickets": 18, - "powerplay_runs": 96, - "death_economy": 36.5 - }, - { - "match_id": 1529308, - "date": "2026-05-20", - "innings": 1, - "opponent": "Kolkata Knight Riders", - "result": "L", - "score": 294, - "opp_score": 296, - "wickets": 16, - "powerplay_runs": 86, - "death_economy": 15.0 - }, - { - "match_id": 1529301, - "date": "2026-05-14", - "innings": 2, - "opponent": "Punjab Kings", - "result": "W", - "score": 410, - "opp_score": 400, - "wickets": 8, - "powerplay_runs": 118, - "death_economy": 32.5 - }, - { - "match_id": 1529297, - "date": "2026-05-10", - "innings": 1, - "opponent": "Royal Challengers Bengaluru", - "result": "L", - "score": 332, - "opp_score": 334, - "wickets": 14, - "powerplay_runs": 98, - "death_economy": 24.5 - }, - { - "match_id": 1529290, - "date": "2026-05-04", - "innings": 2, - "opponent": "Lucknow Super Giants", - "result": "W", - "score": 458, - "opp_score": 456, - "wickets": 8, - "powerplay_runs": 140, - "death_economy": 26.5 - }, - { - "match_id": 1529287, - "date": "2026-05-02", - "innings": 1, - "opponent": "Chennai Super Kings", - "result": "L", - "score": 318, - "opp_score": 320, - "wickets": 14, - "powerplay_runs": 112, - "death_economy": 15.5 - }, - { - "match_id": 1529284, - "date": "2026-04-29", - "innings": 1, - "opponent": "Sunrisers Hyderabad", - "result": "L", - "score": 486, - "opp_score": 498, - "wickets": 10, - "powerplay_runs": 150, - "death_economy": 28.0 - }, - { - "match_id": 1529276, - "date": "2026-04-23", - "innings": 2, - "opponent": "Chennai Super Kings", - "result": "L", - "score": 208, - "opp_score": 414, - "wickets": 20, - "powerplay_runs": 54, - "death_economy": 29.0 - }, - { - "match_id": 1529273, - "date": "2026-04-20", - "innings": 1, - "opponent": "Gujarat Titans", - "result": "W", - "score": 398, - "opp_score": 200, - "wickets": 10, - "powerplay_runs": 86, - "death_economy": 0.5 - }, - { - "match_id": 1529267, - "date": "2026-04-16", - "innings": 1, - "opponent": "Punjab Kings", - "result": "L", - "score": 390, - "opp_score": 396, - "wickets": 12, - "powerplay_runs": 88, - "death_economy": 13.0 - } - ], - "Delhi Daredevils": [ - { - "match_id": 1136615, - "date": "2018-05-20", - "innings": 1, - "opponent": "Mumbai Indians", - "result": "W", - "score": 348, - "opp_score": 326, - "wickets": 8, - "powerplay_runs": 86, - "death_economy": 20.5 - }, - { - "match_id": 1136612, - "date": "2018-05-18", - "innings": 1, - "opponent": "Chennai Super Kings", - "result": "W", - "score": 324, - "opp_score": 256, - "wickets": 10, - "powerplay_runs": 70, - "death_economy": 17.0 - }, - { - "match_id": 1136605, - "date": "2018-05-12", - "innings": 1, - "opponent": "Royal Challengers Bangalore", - "result": "L", - "score": 362, - "opp_score": 374, - "wickets": 8, - "powerplay_runs": 82, - "death_economy": 20.0 - }, - { - "match_id": 1136602, - "date": "2018-05-10", - "innings": 1, - "opponent": "Sunrisers Hyderabad", - "result": "L", - "score": 374, - "opp_score": 382, - "wickets": 10, - "powerplay_runs": 74, - "death_economy": 19.5 - }, - { - "match_id": 1136596, - "date": "2018-05-05", - "innings": 1, - "opponent": "Sunrisers Hyderabad", - "result": "L", - "score": 326, - "opp_score": 328, - "wickets": 10, - "powerplay_runs": 118, - "death_economy": 24.5 - }, - { - "match_id": 1136592, - "date": "2018-05-02", - "innings": 1, - "opponent": "Rajasthan Royals", - "result": "W", - "score": 392, - "opp_score": 292, - "wickets": 12, - "powerplay_runs": 124, - "death_economy": null - }, - { - "match_id": 1136590, - "date": "2018-04-30", - "innings": 2, - "opponent": "Chennai Super Kings", - "result": "L", - "score": 396, - "opp_score": 422, - "wickets": 10, - "powerplay_runs": 116, - "death_economy": 37.0 - }, - { - "match_id": 1136586, - "date": "2018-04-27", - "innings": 1, - "opponent": "Kolkata Knight Riders", - "result": "W", - "score": 438, - "opp_score": 328, - "wickets": 8, - "powerplay_runs": 114, - "death_economy": 12.0 - }, - { - "match_id": 1136582, - "date": "2018-04-23", - "innings": 2, - "opponent": "Kings XI Punjab", - "result": "L", - "score": 278, - "opp_score": 286, - "wickets": 16, - "powerplay_runs": 88, - "death_economy": 21.5 - }, - { - "match_id": 1136579, - "date": "2018-04-21", - "innings": 1, - "opponent": "Royal Challengers Bangalore", - "result": "L", - "score": 348, - "opp_score": 352, - "wickets": 10, - "powerplay_runs": 50, - "death_economy": 18.0 - } - ], - "Deccan Chargers": [ - { - "match_id": 548376, - "date": "2012-05-20", - "innings": 1, - "opponent": "Royal Challengers Bangalore", - "result": "W", - "score": 264, - "opp_score": 246, - "wickets": 14, - "powerplay_runs": 44, - "death_economy": 17.0 - }, - { - "match_id": 548373, - "date": "2012-05-18", - "innings": 2, - "opponent": "Rajasthan Royals", - "result": "W", - "score": 256, - "opp_score": 252, - "wickets": 10, - "powerplay_runs": 108, - "death_economy": 16.5 - }, - { - "match_id": 548366, - "date": "2012-05-13", - "innings": 1, - "opponent": "Kings XI Punjab", - "result": "L", - "score": 380, - "opp_score": 388, - "wickets": 8, - "powerplay_runs": 88, - "death_economy": 32.0 - }, - { - "match_id": 548329, - "date": "2012-05-10", - "innings": 1, - "opponent": "Delhi Daredevils", - "result": "L", - "score": 374, - "opp_score": 386, - "wickets": 8, - "powerplay_runs": 66, - "death_economy": 13.0 - }, - { - "match_id": 548359, - "date": "2012-05-08", - "innings": 2, - "opponent": "Kings XI Punjab", - "result": "L", - "score": 290, - "opp_score": 340, - "wickets": 16, - "powerplay_runs": 66, - "death_economy": 20.5 - }, - { - "match_id": 548356, - "date": "2012-05-06", - "innings": 1, - "opponent": "Royal Challengers Bangalore", - "result": "L", - "score": 362, - "opp_score": 370, - "wickets": 4, - "powerplay_runs": 86, - "death_economy": 36.0 - }, - { - "match_id": 548352, - "date": "2012-05-04", - "innings": 2, - "opponent": "Chennai Super Kings", - "result": "L", - "score": 300, - "opp_score": 320, - "wickets": 10, - "powerplay_runs": 94, - "death_economy": 18.0 - }, - { - "match_id": 548348, - "date": "2012-05-01", - "innings": 1, - "opponent": "Pune Warriors", - "result": "W", - "score": 372, - "opp_score": 346, - "wickets": 8, - "powerplay_runs": 64, - "death_economy": 28.5 - }, - { - "match_id": 548346, - "date": "2012-04-29", - "innings": 1, - "opponent": "Mumbai Indians", - "result": "L", - "score": 200, - "opp_score": 202, - "wickets": 20, - "powerplay_runs": 72, - "death_economy": 12.0 - }, - { - "match_id": 548341, - "date": "2012-04-26", - "innings": 1, - "opponent": "Pune Warriors", - "result": "W", - "score": 354, - "opp_score": 318, - "wickets": 8, - "powerplay_runs": 90, - "death_economy": 29.0 - } - ], - "Kolkata Knight Riders": [ - { - "match_id": 1529313, - "date": "2026-05-24", - "innings": 2, - "opponent": "Delhi Capitals", - "result": "L", - "score": 326, - "opp_score": 406, - "wickets": 20, - "powerplay_runs": 110, - "death_economy": 31.5 - }, - { - "match_id": 1529308, - "date": "2026-05-20", - "innings": 2, - "opponent": "Mumbai Indians", - "result": "W", - "score": 296, - "opp_score": 294, - "wickets": 12, - "powerplay_runs": 96, - "death_economy": 26.5 - }, - { - "match_id": 1529303, - "date": "2026-05-16", - "innings": 1, - "opponent": "Gujarat Titans", - "result": "W", - "score": 494, - "opp_score": 436, - "wickets": 4, - "powerplay_runs": 104, - "death_economy": 27.5 - }, - { - "match_id": 1529300, - "date": "2026-05-13", - "innings": 1, - "opponent": "Royal Challengers Bengaluru", - "result": "L", - "score": 384, - "opp_score": 388, - "wickets": 8, - "powerplay_runs": 112, - "death_economy": 24.5 - }, - { - "match_id": 1529294, - "date": "2026-05-08", - "innings": 2, - "opponent": "Delhi Capitals", - "result": "W", - "score": 294, - "opp_score": 284, - "wickets": 4, - "powerplay_runs": 86, - "death_economy": 22.0 - }, - { - "match_id": 1529288, - "date": "2026-05-03", - "innings": 2, - "opponent": "Sunrisers Hyderabad", - "result": "W", - "score": 338, - "opp_score": 330, - "wickets": 6, - "powerplay_runs": 130, - "death_economy": 13.0 - }, - { - "match_id": 1529281, - "date": "2026-04-26", - "innings": 4, - "opponent": "Lucknow Super Giants", - "result": "L", - "score": 310, - "opp_score": 310, - "wickets": 0, - "powerplay_runs": 64, - "death_economy": 31.5 - }, - { - "match_id": 1529281, - "date": "2026-04-26", - "innings": 1, - "opponent": "Lucknow Super Giants", - "result": "L", - "score": 310, - "opp_score": 310, - "wickets": 14, - "powerplay_runs": 64, - "death_economy": 31.5 - }, - { - "match_id": 1529271, - "date": "2026-04-19", - "innings": 2, - "opponent": "Rajasthan Royals", - "result": "W", - "score": 322, - "opp_score": 310, - "wickets": 12, - "powerplay_runs": 98, - "death_economy": 18.5 - }, - { - "match_id": 1529268, - "date": "2026-04-17", - "innings": 1, - "opponent": "Gujarat Titans", - "result": "L", - "score": 360, - "opp_score": 362, - "wickets": 20, - "powerplay_runs": 70, - "death_economy": 18.5 - } - ], - "Kochi Tuskers Kerala": [ - { - "match_id": 501261, - "date": "2011-05-18", - "innings": 2, - "opponent": "Chennai Super Kings", - "result": "L", - "score": 282, - "opp_score": 304, - "wickets": 10, - "powerplay_runs": 74, - "death_economy": 25.5 - }, - { - "match_id": 501258, - "date": "2011-05-15", - "innings": 2, - "opponent": "Rajasthan Royals", - "result": "W", - "score": 196, - "opp_score": 194, - "wickets": 4, - "powerplay_runs": 158, - "death_economy": 5.0 - }, - { - "match_id": 501254, - "date": "2011-05-13", - "innings": 1, - "opponent": "Kings XI Punjab", - "result": "L", - "score": 356, - "opp_score": 362, - "wickets": 14, - "powerplay_runs": 98, - "death_economy": 18.0 - }, - { - "match_id": 501247, - "date": "2011-05-08", - "innings": 1, - "opponent": "Royal Challengers Bangalore", - "result": "L", - "score": 250, - "opp_score": 256, - "wickets": 18, - "powerplay_runs": 96, - "death_economy": null - }, - { - "match_id": 501242, - "date": "2011-05-05", - "innings": 1, - "opponent": "Kolkata Knight Riders", - "result": "W", - "score": 312, - "opp_score": 278, - "wickets": 10, - "powerplay_runs": 68, - "death_economy": 19.5 - }, - { - "match_id": 501238, - "date": "2011-05-02", - "innings": 2, - "opponent": "Delhi Daredevils", - "result": "W", - "score": 282, - "opp_score": 280, - "wickets": 6, - "powerplay_runs": 108, - "death_economy": 21.0 - }, - { - "match_id": 501233, - "date": "2011-04-30", - "innings": 2, - "opponent": "Delhi Daredevils", - "result": "L", - "score": 238, - "opp_score": 314, - "wickets": 20, - "powerplay_runs": 60, - "death_economy": 31.5 - }, - { - "match_id": 501229, - "date": "2011-04-27", - "innings": 2, - "opponent": "Deccan Chargers", - "result": "L", - "score": 148, - "opp_score": 258, - "wickets": 20, - "powerplay_runs": 50, - "death_economy": 19.5 - }, - { - "match_id": 501225, - "date": "2011-04-24", - "innings": 1, - "opponent": "Rajasthan Royals", - "result": "L", - "score": 218, - "opp_score": 222, - "wickets": 20, - "powerplay_runs": 52, - "death_economy": null - }, - { - "match_id": 501219, - "date": "2011-04-20", - "innings": 1, - "opponent": "Kolkata Knight Riders", - "result": "W", - "score": 264, - "opp_score": 252, - "wickets": 14, - "powerplay_runs": 86, - "death_economy": 20.0 - } - ], - "Delhi Capitals": [ - { - "match_id": 1529313, - "date": "2026-05-24", - "innings": 1, - "opponent": "Kolkata Knight Riders", - "result": "W", - "score": 406, - "opp_score": 326, - "wickets": 10, - "powerplay_runs": 102, - "death_economy": 15.0 - }, - { - "match_id": 1529305, - "date": "2026-05-17", - "innings": 2, - "opponent": "Rajasthan Royals", - "result": "W", - "score": 394, - "opp_score": 386, - "wickets": 10, - "powerplay_runs": 128, - "death_economy": 13.5 - }, - { - "match_id": 1529298, - "date": "2026-05-11", - "innings": 2, - "opponent": "Punjab Kings", - "result": "W", - "score": 432, - "opp_score": 420, - "wickets": 14, - "powerplay_runs": 84, - "death_economy": 30.5 - }, - { - "match_id": 1529294, - "date": "2026-05-08", - "innings": 1, - "opponent": "Kolkata Knight Riders", - "result": "L", - "score": 284, - "opp_score": 294, - "wickets": 16, - "powerplay_runs": 110, - "death_economy": null - }, - { - "match_id": 1529291, - "date": "2026-05-05", - "innings": 1, - "opponent": "Chennai Super Kings", - "result": "L", - "score": 310, - "opp_score": 318, - "wickets": 14, - "powerplay_runs": 74, - "death_economy": 16.5 - }, - { - "match_id": 1529286, - "date": "2026-05-01", - "innings": 2, - "opponent": "Rajasthan Royals", - "result": "W", - "score": 452, - "opp_score": 450, - "wickets": 6, - "powerplay_runs": 138, - "death_economy": 39.0 - }, - { - "match_id": 1529282, - "date": "2026-04-27", - "innings": 1, - "opponent": "Royal Challengers Bengaluru", - "result": "L", - "score": 150, - "opp_score": 154, - "wickets": 20, - "powerplay_runs": 24, - "death_economy": null - }, - { - "match_id": 1529278, - "date": "2026-04-25", - "innings": 1, - "opponent": "Punjab Kings", - "result": "L", - "score": 528, - "opp_score": 530, - "wickets": 4, - "powerplay_runs": 136, - "death_economy": 31.0 - }, - { - "match_id": 1529274, - "date": "2026-04-21", - "innings": 2, - "opponent": "Sunrisers Hyderabad", - "result": "L", - "score": 390, - "opp_score": 484, - "wickets": 18, - "powerplay_runs": 114, - "death_economy": 29.5 - }, - { - "match_id": 1529269, - "date": "2026-04-18", - "innings": 2, - "opponent": "Royal Challengers Bengaluru", - "result": "W", - "score": 358, - "opp_score": 350, - "wickets": 10, - "powerplay_runs": 96, - "death_economy": 14.5 - } - ], - "Kings XI Punjab": [ - { - "match_id": 1216506, - "date": "2020-11-01", - "innings": 1, - "opponent": "Chennai Super Kings", - "result": "L", - "score": 306, - "opp_score": 308, - "wickets": 12, - "powerplay_runs": 106, - "death_economy": 18.0 - }, - { - "match_id": 1216537, - "date": "2020-10-30", - "innings": 1, - "opponent": "Rajasthan Royals", - "result": "L", - "score": 370, - "opp_score": 372, - "wickets": 8, - "powerplay_runs": 96, - "death_economy": 20.0 - }, - { - "match_id": 1216520, - "date": "2020-10-26", - "innings": 2, - "opponent": "Kolkata Knight Riders", - "result": "W", - "score": 300, - "opp_score": 298, - "wickets": 4, - "powerplay_runs": 72, - "death_economy": 17.5 - }, - { - "match_id": 1216498, - "date": "2020-10-24", - "innings": 1, - "opponent": "Sunrisers Hyderabad", - "result": "W", - "score": 252, - "opp_score": 228, - "wickets": 14, - "powerplay_runs": 92, - "death_economy": 8.5 - }, - { - "match_id": 1216546, - "date": "2020-10-20", - "innings": 2, - "opponent": "Delhi Capitals", - "result": "W", - "score": 334, - "opp_score": 328, - "wickets": 10, - "powerplay_runs": 108, - "death_economy": 23.5 - }, - { - "match_id": 1216517, - "date": "2020-10-18", - "innings": 6, - "opponent": "Mumbai Indians", - "result": "L", - "score": 352, - "opp_score": 352, - "wickets": 0, - "powerplay_runs": 140, - "death_economy": 31.0 - }, - { - "match_id": 1216517, - "date": "2020-10-18", - "innings": 3, - "opponent": "Mumbai Indians", - "result": "L", - "score": 352, - "opp_score": 352, - "wickets": 4, - "powerplay_runs": 140, - "death_economy": 31.0 - }, - { - "match_id": 1216517, - "date": "2020-10-18", - "innings": 2, - "opponent": "Mumbai Indians", - "result": "L", - "score": 352, - "opp_score": 352, - "wickets": 12, - "powerplay_runs": 140, - "death_economy": 31.0 - }, - { - "match_id": 1216531, - "date": "2020-10-15", - "innings": 2, - "opponent": "Royal Challengers Bangalore", - "result": "W", - "score": 354, - "opp_score": 342, - "wickets": 4, - "powerplay_runs": 110, - "death_economy": 24.5 - }, - { - "match_id": 1216523, - "date": "2020-10-10", - "innings": 2, - "opponent": "Kolkata Knight Riders", - "result": "L", - "score": 324, - "opp_score": 328, - "wickets": 10, - "powerplay_runs": 94, - "death_economy": 31.5 - } - ], - "Rising Pune Supergiants": [ - { - "match_id": 981005, - "date": "2016-05-21", - "innings": 2, - "opponent": "Kings XI Punjab", - "result": "W", - "score": 346, - "opp_score": 344, - "wickets": 12, - "powerplay_runs": 84, - "death_economy": 26.0 - }, - { - "match_id": 980997, - "date": "2016-05-17", - "innings": 2, - "opponent": "Delhi Daredevils", - "result": "L", - "score": 152, - "opp_score": 242, - "wickets": 2, - "powerplay_runs": 76, - "death_economy": 24.0 - }, - { - "match_id": 980989, - "date": "2016-05-14", - "innings": 1, - "opponent": "Kolkata Knight Riders", - "result": "W", - "score": 206, - "opp_score": 132, - "wickets": 12, - "powerplay_runs": 70, - "death_economy": null - }, - { - "match_id": 980979, - "date": "2016-05-10", - "innings": 2, - "opponent": "Sunrisers Hyderabad", - "result": "L", - "score": 266, - "opp_score": 274, - "wickets": 16, - "powerplay_runs": 48, - "death_economy": 20.5 - }, - { - "match_id": 980969, - "date": "2016-05-07", - "innings": 1, - "opponent": "Royal Challengers Bangalore", - "result": "L", - "score": 382, - "opp_score": 390, - "wickets": 12, - "powerplay_runs": 120, - "death_economy": 26.5 - }, - { - "match_id": 980965, - "date": "2016-05-05", - "innings": 2, - "opponent": "Delhi Daredevils", - "result": "W", - "score": 332, - "opp_score": 324, - "wickets": 6, - "powerplay_runs": 100, - "death_economy": 25.0 - }, - { - "match_id": 980957, - "date": "2016-05-01", - "innings": 1, - "opponent": "Mumbai Indians", - "result": "L", - "score": 318, - "opp_score": 322, - "wickets": 10, - "powerplay_runs": 106, - "death_economy": 23.0 - }, - { - "match_id": 980949, - "date": "2016-04-29", - "innings": 1, - "opponent": "Gujarat Lions", - "result": "L", - "score": 390, - "opp_score": 392, - "wickets": 6, - "powerplay_runs": 94, - "death_economy": 24.5 - }, - { - "match_id": 980943, - "date": "2016-04-26", - "innings": 2, - "opponent": "Sunrisers Hyderabad", - "result": "L", - "score": 188, - "opp_score": 236, - "wickets": 6, - "powerplay_runs": 74, - "death_economy": 23.0 - }, - { - "match_id": 980939, - "date": "2016-04-24", - "innings": 1, - "opponent": "Kolkata Knight Riders", - "result": "L", - "score": 320, - "opp_score": 324, - "wickets": 10, - "powerplay_runs": 62, - "death_economy": 24.0 - } - ], - "Chennai Super Kings": [ - { - "match_id": 1529309, - "date": "2026-05-21", - "innings": 2, - "opponent": "Gujarat Titans", - "result": "L", - "score": 280, - "opp_score": 458, - "wickets": 20, - "powerplay_runs": 114, - "death_economy": 35.0 - }, - { - "match_id": 1529306, - "date": "2026-05-18", - "innings": 1, - "opponent": "Sunrisers Hyderabad", - "result": "L", - "score": 360, - "opp_score": 362, - "wickets": 14, - "powerplay_runs": 110, - "death_economy": 22.0 - }, - { - "match_id": 1529302, - "date": "2026-05-15", - "innings": 1, - "opponent": "Lucknow Super Giants", - "result": "L", - "score": 374, - "opp_score": 376, - "wickets": 10, - "powerplay_runs": 72, - "death_economy": 16.0 - }, - { - "match_id": 1529296, - "date": "2026-05-10", - "innings": 2, - "opponent": "Lucknow Super Giants", - "result": "W", - "score": 416, - "opp_score": 406, - "wickets": 10, - "powerplay_runs": 192, - "death_economy": 24.5 - }, - { - "match_id": 1529291, - "date": "2026-05-05", - "innings": 2, - "opponent": "Delhi Capitals", - "result": "W", - "score": 318, - "opp_score": 310, - "wickets": 4, - "powerplay_runs": 74, - "death_economy": 29.0 - }, - { - "match_id": 1529287, - "date": "2026-05-02", - "innings": 2, - "opponent": "Mumbai Indians", - "result": "W", - "score": 320, - "opp_score": 318, - "wickets": 4, - "powerplay_runs": 122, - "death_economy": 19.5 - }, - { - "match_id": 1529280, - "date": "2026-04-26", - "innings": 1, - "opponent": "Gujarat Titans", - "result": "L", - "score": 316, - "opp_score": 324, - "wickets": 14, - "powerplay_runs": 56, - "death_economy": 12.0 - }, - { - "match_id": 1529276, - "date": "2026-04-23", - "innings": 1, - "opponent": "Mumbai Indians", - "result": "W", - "score": 414, - "opp_score": 208, - "wickets": 12, - "powerplay_runs": 136, - "death_economy": 5.0 - }, - { - "match_id": 1529270, - "date": "2026-04-18", - "innings": 2, - "opponent": "Sunrisers Hyderabad", - "result": "L", - "score": 368, - "opp_score": 388, - "wickets": 16, - "powerplay_runs": 130, - "death_economy": 20.0 - }, - { - "match_id": 1529265, - "date": "2026-04-14", - "innings": 1, - "opponent": "Kolkata Knight Riders", - "result": "W", - "score": 384, - "opp_score": 320, - "wickets": 10, - "powerplay_runs": 136, - "death_economy": 26.5 - } - ], - "Gujarat Titans": [ - { - "match_id": 1535465, - "date": "2026-05-31", - "innings": 1, - "opponent": "Royal Challengers Bengaluru", - "result": "L", - "score": 310, - "opp_score": 322, - "wickets": 16, - "powerplay_runs": 84, - "death_economy": 11.0 - }, - { - "match_id": 1535464, - "date": "2026-05-29", - "innings": 2, - "opponent": "Rajasthan Royals", - "result": "W", - "score": 438, - "opp_score": 428, - "wickets": 6, - "powerplay_runs": 118, - "death_economy": 38.0 - }, - { - "match_id": 1535462, - "date": "2026-05-26", - "innings": 2, - "opponent": "Royal Challengers Bengaluru", - "result": "L", - "score": 324, - "opp_score": 508, - "wickets": 20, - "powerplay_runs": 100, - "death_economy": 43.0 - }, - { - "match_id": 1529309, - "date": "2026-05-21", - "innings": 1, - "opponent": "Chennai Super Kings", - "result": "W", - "score": 458, - "opp_score": 280, - "wickets": 8, - "powerplay_runs": 112, - "death_economy": null - }, - { - "match_id": 1529303, - "date": "2026-05-16", - "innings": 2, - "opponent": "Kolkata Knight Riders", - "result": "L", - "score": 436, - "opp_score": 494, - "wickets": 8, - "powerplay_runs": 82, - "death_economy": 34.0 - }, - { - "match_id": 1529299, - "date": "2026-05-12", - "innings": 1, - "opponent": "Sunrisers Hyderabad", - "result": "W", - "score": 336, - "opp_score": 172, - "wickets": 10, - "powerplay_runs": 64, - "death_economy": null - }, - { - "match_id": 1529295, - "date": "2026-05-09", - "innings": 1, - "opponent": "Rajasthan Royals", - "result": "W", - "score": 458, - "opp_score": 304, - "wickets": 8, - "powerplay_runs": 142, - "death_economy": 5.5 - }, - { - "match_id": 1529289, - "date": "2026-05-03", - "innings": 2, - "opponent": "Punjab Kings", - "result": "W", - "score": 334, - "opp_score": 326, - "wickets": 12, - "powerplay_runs": 104, - "death_economy": 22.5 - }, - { - "match_id": 1529285, - "date": "2026-04-30", - "innings": 2, - "opponent": "Royal Challengers Bengaluru", - "result": "W", - "score": 316, - "opp_score": 310, - "wickets": 12, - "powerplay_runs": 138, - "death_economy": 11.5 - }, - { - "match_id": 1529280, - "date": "2026-04-26", - "innings": 2, - "opponent": "Chennai Super Kings", - "result": "W", - "score": 324, - "opp_score": 316, - "wickets": 4, - "powerplay_runs": 110, - "death_economy": 31.0 - } - ], - "Royal Challengers Bengaluru": [ - { - "match_id": 1535465, - "date": "2026-05-31", - "innings": 2, - "opponent": "Gujarat Titans", - "result": "W", - "score": 322, - "opp_score": 310, - "wickets": 10, - "powerplay_runs": 138, - "death_economy": 25.0 - }, - { - "match_id": 1535462, - "date": "2026-05-26", - "innings": 1, - "opponent": "Gujarat Titans", - "result": "W", - "score": 508, - "opp_score": 324, - "wickets": 10, - "powerplay_runs": 152, - "death_economy": 19.5 - }, - { - "match_id": 1529310, - "date": "2026-05-22", - "innings": 2, - "opponent": "Sunrisers Hyderabad", - "result": "L", - "score": 400, - "opp_score": 510, - "wickets": 8, - "powerplay_runs": 146, - "death_economy": 33.0 - }, - { - "match_id": 1529304, - "date": "2026-05-17", - "innings": 1, - "opponent": "Punjab Kings", - "result": "W", - "score": 444, - "opp_score": 398, - "wickets": 8, - "powerplay_runs": 116, - "death_economy": 26.5 - }, - { - "match_id": 1529300, - "date": "2026-05-13", - "innings": 2, - "opponent": "Kolkata Knight Riders", - "result": "W", - "score": 388, - "opp_score": 384, - "wickets": 8, - "powerplay_runs": 122, - "death_economy": 25.5 - }, - { - "match_id": 1529297, - "date": "2026-05-10", - "innings": 2, - "opponent": "Mumbai Indians", - "result": "W", - "score": 334, - "opp_score": 332, - "wickets": 16, - "powerplay_runs": 84, - "death_economy": 17.5 - }, - { - "match_id": 1529293, - "date": "2026-05-07", - "innings": 2, - "opponent": "Lucknow Super Giants", - "result": "L", - "score": 406, - "opp_score": 418, - "wickets": 12, - "powerplay_runs": 80, - "death_economy": 27.0 - }, - { - "match_id": 1529285, - "date": "2026-04-30", - "innings": 1, - "opponent": "Gujarat Titans", - "result": "L", - "score": 310, - "opp_score": 316, - "wickets": 20, - "powerplay_runs": 114, - "death_economy": 6.5 - }, - { - "match_id": 1529282, - "date": "2026-04-27", - "innings": 2, - "opponent": "Delhi Capitals", - "result": "W", - "score": 154, - "opp_score": 150, - "wickets": 2, - "powerplay_runs": 130, - "death_economy": 2.0 - }, - { - "match_id": 1529277, - "date": "2026-04-24", - "innings": 2, - "opponent": "Gujarat Titans", - "result": "W", - "score": 412, - "opp_score": 410, - "wickets": 10, - "powerplay_runs": 112, - "death_economy": 25.0 - } - ], - "Pune Warriors": [ - { - "match_id": 598067, - "date": "2013-05-19", - "innings": 1, - "opponent": "Delhi Daredevils", - "result": "W", - "score": 344, - "opp_score": 268, - "wickets": 10, - "powerplay_runs": 76, - "death_economy": 15.0 - }, - { - "match_id": 598061, - "date": "2013-05-15", - "innings": 1, - "opponent": "Kolkata Knight Riders", - "result": "W", - "score": 340, - "opp_score": 326, - "wickets": 8, - "powerplay_runs": 84, - "death_economy": 20.5 - }, - { - "match_id": 598055, - "date": "2013-05-11", - "innings": 1, - "opponent": "Mumbai Indians", - "result": "L", - "score": 224, - "opp_score": 232, - "wickets": 16, - "powerplay_runs": 70, - "death_economy": 16.5 - }, - { - "match_id": 598053, - "date": "2013-05-09", - "innings": 2, - "opponent": "Kolkata Knight Riders", - "result": "L", - "score": 212, - "opp_score": 304, - "wickets": 20, - "powerplay_runs": 64, - "death_economy": 28.0 - }, - { - "match_id": 598047, - "date": "2013-05-05", - "innings": 1, - "opponent": "Rajasthan Royals", - "result": "L", - "score": 356, - "opp_score": 364, - "wickets": 8, - "powerplay_runs": 108, - "death_economy": 27.0 - }, - { - "match_id": 598042, - "date": "2013-05-02", - "innings": 2, - "opponent": "Royal Challengers Bangalore", - "result": "L", - "score": 340, - "opp_score": 374, - "wickets": 18, - "powerplay_runs": 74, - "death_economy": 34.0 - }, - { - "match_id": 598038, - "date": "2013-04-30", - "innings": 2, - "opponent": "Chennai Super Kings", - "result": "L", - "score": 254, - "opp_score": 328, - "wickets": 18, - "powerplay_runs": 84, - "death_economy": 31.0 - }, - { - "match_id": 598035, - "date": "2013-04-28", - "innings": 2, - "opponent": "Delhi Daredevils", - "result": "L", - "score": 298, - "opp_score": 328, - "wickets": 8, - "powerplay_runs": 80, - "death_economy": 31.5 - }, - { - "match_id": 598027, - "date": "2013-04-23", - "innings": 2, - "opponent": "Royal Challengers Bangalore", - "result": "L", - "score": 266, - "opp_score": 526, - "wickets": 18, - "powerplay_runs": 84, - "death_economy": 33.5 - }, - { - "match_id": 598025, - "date": "2013-04-21", - "innings": 1, - "opponent": "Kings XI Punjab", - "result": "L", - "score": 370, - "opp_score": 372, - "wickets": 8, - "powerplay_runs": 92, - "death_economy": 28.5 - } - ], - "Rising Pune Supergiant": [ - { - "match_id": 1082650, - "date": "2017-05-21", - "innings": 2, - "opponent": "Mumbai Indians", - "result": "L", - "score": 256, - "opp_score": 258, - "wickets": 12, - "powerplay_runs": 66, - "death_economy": 24.0 - }, - { - "match_id": 1082647, - "date": "2017-05-16", - "innings": 1, - "opponent": "Mumbai Indians", - "result": "W", - "score": 324, - "opp_score": 284, - "wickets": 8, - "powerplay_runs": 62, - "death_economy": 19.5 - }, - { - "match_id": 1082645, - "date": "2017-05-14", - "innings": 2, - "opponent": "Kings XI Punjab", - "result": "W", - "score": 156, - "opp_score": 146, - "wickets": 2, - "powerplay_runs": 84, - "death_economy": 1.0 - }, - { - "match_id": 1082642, - "date": "2017-05-12", - "innings": 2, - "opponent": "Delhi Daredevils", - "result": "L", - "score": 322, - "opp_score": 336, - "wickets": 14, - "powerplay_runs": 102, - "death_economy": 22.5 - }, - { - "match_id": 1082634, - "date": "2017-05-06", - "innings": 1, - "opponent": "Sunrisers Hyderabad", - "result": "W", - "score": 296, - "opp_score": 272, - "wickets": 16, - "powerplay_runs": 68, - "death_economy": 17.5 - }, - { - "match_id": 1082631, - "date": "2017-05-03", - "innings": 2, - "opponent": "Kolkata Knight Riders", - "result": "W", - "score": 316, - "opp_score": 310, - "wickets": 12, - "powerplay_runs": 134, - "death_economy": 22.5 - }, - { - "match_id": 1082629, - "date": "2017-05-01", - "innings": 2, - "opponent": "Gujarat Lions", - "result": "W", - "score": 334, - "opp_score": 322, - "wickets": 10, - "powerplay_runs": 82, - "death_economy": 13.0 - }, - { - "match_id": 1082624, - "date": "2017-04-29", - "innings": 1, - "opponent": "Royal Challengers Bangalore", - "result": "W", - "score": 314, - "opp_score": 192, - "wickets": 6, - "powerplay_runs": 84, - "death_economy": 12.5 - }, - { - "match_id": 1082620, - "date": "2017-04-26", - "innings": 1, - "opponent": "Kolkata Knight Riders", - "result": "L", - "score": 364, - "opp_score": 368, - "wickets": 10, - "powerplay_runs": 108, - "death_economy": 12.5 - }, - { - "match_id": 1082618, - "date": "2017-04-24", - "innings": 1, - "opponent": "Mumbai Indians", - "result": "W", - "score": 320, - "opp_score": 314, - "wickets": 12, - "powerplay_runs": 92, - "death_economy": 22.0 - } - ], - "Rajasthan Royals": [ - { - "match_id": 1535464, - "date": "2026-05-29", - "innings": 1, - "opponent": "Gujarat Titans", - "result": "L", - "score": 428, - "opp_score": 438, - "wickets": 12, - "powerplay_runs": 130, - "death_economy": 18.5 - }, - { - "match_id": 1535463, - "date": "2026-05-27", - "innings": 1, - "opponent": "Sunrisers Hyderabad", - "result": "W", - "score": 486, - "opp_score": 392, - "wickets": 16, - "powerplay_runs": 158, - "death_economy": 15.5 - }, - { - "match_id": 1529312, - "date": "2026-05-24", - "innings": 1, - "opponent": "Mumbai Indians", - "result": "W", - "score": 410, - "opp_score": 350, - "wickets": 16, - "powerplay_runs": 104, - "death_economy": 14.0 - }, - { - "match_id": 1529307, - "date": "2026-05-19", - "innings": 2, - "opponent": "Lucknow Super Giants", - "result": "W", - "score": 450, - "opp_score": 440, - "wickets": 6, - "powerplay_runs": 128, - "death_economy": 27.5 - }, - { - "match_id": 1529305, - "date": "2026-05-17", - "innings": 1, - "opponent": "Delhi Capitals", - "result": "L", - "score": 386, - "opp_score": 394, - "wickets": 16, - "powerplay_runs": 146, - "death_economy": 27.5 - }, - { - "match_id": 1529295, - "date": "2026-05-09", - "innings": 2, - "opponent": "Gujarat Titans", - "result": "L", - "score": 304, - "opp_score": 458, - "wickets": 20, - "powerplay_runs": 154, - "death_economy": 31.5 - }, - { - "match_id": 1529286, - "date": "2026-05-01", - "innings": 1, - "opponent": "Delhi Capitals", - "result": "L", - "score": 450, - "opp_score": 452, - "wickets": 12, - "powerplay_runs": 112, - "death_economy": 26.5 - }, - { - "match_id": 1529283, - "date": "2026-04-28", - "innings": 2, - "opponent": "Punjab Kings", - "result": "W", - "score": 456, - "opp_score": 444, - "wickets": 8, - "powerplay_runs": 166, - "death_economy": 36.0 - }, - { - "match_id": 1529279, - "date": "2026-04-25", - "innings": 1, - "opponent": "Sunrisers Hyderabad", - "result": "L", - "score": 456, - "opp_score": 458, - "wickets": 12, - "powerplay_runs": 150, - "death_economy": 20.5 - }, - { - "match_id": 1529275, - "date": "2026-04-22", - "innings": 1, - "opponent": "Lucknow Super Giants", - "result": "W", - "score": 318, - "opp_score": 238, - "wickets": 12, - "powerplay_runs": 82, - "death_economy": 10.0 - } - ], - "Gujarat Lions": [ - { - "match_id": 1082643, - "date": "2017-05-13", - "innings": 1, - "opponent": "Sunrisers Hyderabad", - "result": "L", - "score": 308, - "opp_score": 316, - "wickets": 20, - "powerplay_runs": 120, - "death_economy": 15.5 - }, - { - "match_id": 1082640, - "date": "2017-05-10", - "innings": 1, - "opponent": "Delhi Daredevils", - "result": "L", - "score": 390, - "opp_score": 394, - "wickets": 10, - "powerplay_runs": 92, - "death_economy": 29.5 - }, - { - "match_id": 1082637, - "date": "2017-05-07", - "innings": 2, - "opponent": "Kings XI Punjab", - "result": "W", - "score": 384, - "opp_score": 378, - "wickets": 8, - "powerplay_runs": 112, - "death_economy": 33.0 - }, - { - "match_id": 1082632, - "date": "2017-05-04", - "innings": 1, - "opponent": "Delhi Daredevils", - "result": "L", - "score": 416, - "opp_score": 428, - "wickets": 14, - "powerplay_runs": 116, - "death_economy": 16.0 - }, - { - "match_id": 1082629, - "date": "2017-05-01", - "innings": 1, - "opponent": "Rising Pune Supergiant", - "result": "L", - "score": 322, - "opp_score": 334, - "wickets": 20, - "powerplay_runs": 108, - "death_economy": 32.5 - }, - { - "match_id": 1082625, - "date": "2017-04-29", - "innings": 4, - "opponent": "Mumbai Indians", - "result": "L", - "score": 306, - "opp_score": 306, - "wickets": 0, - "powerplay_runs": 94, - "death_economy": 19.5 - }, - { - "match_id": 1082625, - "date": "2017-04-29", - "innings": 1, - "opponent": "Mumbai Indians", - "result": "L", - "score": 306, - "opp_score": 306, - "wickets": 18, - "powerplay_runs": 94, - "death_economy": 19.5 - }, - { - "match_id": 1082621, - "date": "2017-04-27", - "innings": 2, - "opponent": "Royal Challengers Bangalore", - "result": "W", - "score": 270, - "opp_score": 268, - "wickets": 6, - "powerplay_runs": 92, - "death_economy": 13.5 - }, - { - "match_id": 1082616, - "date": "2017-04-23", - "innings": 2, - "opponent": "Kings XI Punjab", - "result": "L", - "score": 324, - "opp_score": 376, - "wickets": 14, - "powerplay_runs": 100, - "death_economy": 26.5 - }, - { - "match_id": 1082613, - "date": "2017-04-21", - "innings": 2, - "opponent": "Kolkata Knight Riders", - "result": "W", - "score": 376, - "opp_score": 374, - "wickets": 12, - "powerplay_runs": 136, - "death_economy": 23.0 - } - ], - "Royal Challengers Bangalore": [ - { - "match_id": 1359544, - "date": "2023-05-21", - "innings": 1, - "opponent": "Gujarat Titans", - "result": "L", - "score": 394, - "opp_score": 396, - "wickets": 10, - "powerplay_runs": 122, - "death_economy": 25.0 - }, - { - "match_id": 1359539, - "date": "2023-05-18", - "innings": 2, - "opponent": "Sunrisers Hyderabad", - "result": "W", - "score": 374, - "opp_score": 372, - "wickets": 4, - "powerplay_runs": 126, - "death_economy": 26.5 - }, - { - "match_id": 1359534, - "date": "2023-05-14", - "innings": 1, - "opponent": "Rajasthan Royals", - "result": "W", - "score": 342, - "opp_score": 118, - "wickets": 10, - "powerplay_runs": 80, - "death_economy": null - }, - { - "match_id": 1359528, - "date": "2023-05-09", - "innings": 1, - "opponent": "Mumbai Indians", - "result": "L", - "score": 398, - "opp_score": 400, - "wickets": 12, - "powerplay_runs": 112, - "death_economy": 13.0 - }, - { - "match_id": 1359524, - "date": "2023-05-06", - "innings": 1, - "opponent": "Delhi Capitals", - "result": "L", - "score": 362, - "opp_score": 374, - "wickets": 8, - "powerplay_runs": 102, - "death_economy": 10.5 - }, - { - "match_id": 1359517, - "date": "2023-05-01", - "innings": 1, - "opponent": "Lucknow Super Giants", - "result": "W", - "score": 252, - "opp_score": 216, - "wickets": 18, - "powerplay_runs": 84, - "death_economy": 15.0 - }, - { - "match_id": 1359510, - "date": "2023-04-26", - "innings": 2, - "opponent": "Kolkata Knight Riders", - "result": "L", - "score": 358, - "opp_score": 400, - "wickets": 16, - "powerplay_runs": 114, - "death_economy": 34.5 - }, - { - "match_id": 1359506, - "date": "2023-04-23", - "innings": 1, - "opponent": "Rajasthan Royals", - "result": "W", - "score": 378, - "opp_score": 364, - "wickets": 18, - "powerplay_runs": 124, - "death_economy": 30.5 - }, - { - "match_id": 1359501, - "date": "2023-04-20", - "innings": 1, - "opponent": "Punjab Kings", - "result": "W", - "score": 348, - "opp_score": 300, - "wickets": 8, - "powerplay_runs": 112, - "death_economy": 12.5 - }, - { - "match_id": 1359498, - "date": "2023-04-17", - "innings": 2, - "opponent": "Chennai Super Kings", - "result": "L", - "score": 436, - "opp_score": 452, - "wickets": 16, - "powerplay_runs": 142, - "death_economy": 30.5 - } - ], - "Cyprus": [ - { - "match_id": 1155317, - "date": "2018-09-02", - "innings": 1, - "opponent": "Portugal", - "result": "L", - "score": 114, - "opp_score": 115, - "wickets": 8, - "powerplay_runs": 12, - "death_economy": 4.5 - }, - { - "match_id": 1155304, - "date": "2018-08-29", - "innings": 2, - "opponent": "Germany", - "result": "L", - "score": 70, - "opp_score": 179, - "wickets": 9, - "powerplay_runs": 40, - "death_economy": 11.5 - } - ], - "Australia": [ - { - "match_id": 1478918, - "date": "2026-03-06", - "innings": 4, - "opponent": "India", - "result": "W", - "score": 323, - "opp_score": 198, - "wickets": 0, - "powerplay_runs": 42, - "death_economy": 5.25 - }, - { - "match_id": 1478918, - "date": "2026-03-06", - "innings": 2, - "opponent": "India", - "result": "W", - "score": 323, - "opp_score": 198, - "wickets": 10, - "powerplay_runs": 42, - "death_economy": 5.25 - }, - { - "match_id": 1455615, - "date": "2026-01-04", - "innings": 4, - "opponent": "England", - "result": "W", - "score": 567, - "opp_score": 384, - "wickets": 5, - "powerplay_runs": 62, - "death_economy": 7.25 - }, - { - "match_id": 1455615, - "date": "2026-01-04", - "innings": 2, - "opponent": "England", - "result": "W", - "score": 567, - "opp_score": 384, - "wickets": 10, - "powerplay_runs": 62, - "death_economy": 7.25 - }, - { - "match_id": 1455614, - "date": "2025-12-26", - "innings": 3, - "opponent": "England", - "result": "W", - "score": 152, - "opp_score": 110, - "wickets": 10, - "powerplay_runs": 40, - "death_economy": 9.5 - }, - { - "match_id": 1455614, - "date": "2025-12-26", - "innings": 1, - "opponent": "England", - "result": "W", - "score": 152, - "opp_score": 110, - "wickets": 10, - "powerplay_runs": 40, - "death_economy": 9.5 - }, - { - "match_id": 1455613, - "date": "2025-12-17", - "innings": 1, - "opponent": "England", - "result": "W", - "score": 371, - "opp_score": 286, - "wickets": 10, - "powerplay_runs": 37, - "death_economy": 10.75 - }, - { - "match_id": 1455613, - "date": "2025-12-17", - "innings": 3, - "opponent": "England", - "result": "W", - "score": 371, - "opp_score": 286, - "wickets": 10, - "powerplay_runs": 37, - "death_economy": 10.75 - }, - { - "match_id": 1455612, - "date": "2025-12-04", - "innings": 4, - "opponent": "England", - "result": "W", - "score": 511, - "opp_score": 334, - "wickets": 2, - "powerplay_runs": 47, - "death_economy": 9.25 - }, - { - "match_id": 1455612, - "date": "2025-12-04", - "innings": 2, - "opponent": "England", - "result": "W", - "score": 511, - "opp_score": 334, - "wickets": 10, - "powerplay_runs": 47, - "death_economy": 9.25 - } - ], - "Luxembourg": [ - { - "match_id": 1539516, - "date": "2026-06-28", - "innings": 1, - "opponent": "Czech Republic", - "result": "L", - "score": 90, - "opp_score": 91, - "wickets": 7, - "powerplay_runs": 24, - "death_economy": null - }, - { - "match_id": 1539480, - "date": "2026-06-28", - "innings": 2, - "opponent": "Czech Republic", - "result": "L", - "score": 187, - "opp_score": 224, - "wickets": 8, - "powerplay_runs": 65, - "death_economy": 14.0 - }, - { - "match_id": 1539515, - "date": "2026-06-27", - "innings": 2, - "opponent": "Norway", - "result": "L", - "score": 132, - "opp_score": 177, - "wickets": 6, - "powerplay_runs": 29, - "death_economy": 11.25 - }, - { - "match_id": 1539479, - "date": "2026-06-27", - "innings": 2, - "opponent": "Serbia", - "result": "W", - "score": 163, - "opp_score": 162, - "wickets": 2, - "powerplay_runs": 40, - "death_economy": 13.75 - }, - { - "match_id": 1539513, - "date": "2026-06-26", - "innings": 1, - "opponent": "Czech Republic", - "result": "L", - "score": 68, - "opp_score": 69, - "wickets": 10, - "powerplay_runs": 19, - "death_economy": null - }, - { - "match_id": 1539512, - "date": "2026-06-26", - "innings": 2, - "opponent": "Norway", - "result": "L", - "score": 118, - "opp_score": 131, - "wickets": 3, - "powerplay_runs": 18, - "death_economy": 8.25 - }, - { - "match_id": 1539477, - "date": "2026-06-26", - "innings": 2, - "opponent": "Czech Republic", - "result": "W", - "score": 168, - "opp_score": 164, - "wickets": 8, - "powerplay_runs": 43, - "death_economy": 8.25 - }, - { - "match_id": 1539476, - "date": "2026-06-26", - "innings": 2, - "opponent": "Serbia", - "result": "W", - "score": 197, - "opp_score": 196, - "wickets": 4, - "powerplay_runs": 59, - "death_economy": 9.75 - }, - { - "match_id": 1500868, - "date": "2025-09-14", - "innings": 1, - "opponent": "Switzerland", - "result": "L", - "score": 81, - "opp_score": 82, - "wickets": 8, - "powerplay_runs": 20, - "death_economy": null - }, - { - "match_id": 1500867, - "date": "2025-09-14", - "innings": 2, - "opponent": "Austria", - "result": "W", - "score": 64, - "opp_score": 63, - "wickets": 2, - "powerplay_runs": 25, - "death_economy": null - } - ], - "Switzerland": [ - { - "match_id": 1544141, - "date": "2026-07-12", - "innings": 1, - "opponent": "Germany", - "result": "W", - "score": 130, - "opp_score": 105, - "wickets": 6, - "powerplay_runs": 25, - "death_economy": 5.75 - }, - { - "match_id": 1544140, - "date": "2026-07-11", - "innings": 2, - "opponent": "Germany", - "result": "L", - "score": 112, - "opp_score": 116, - "wickets": 4, - "powerplay_runs": 15, - "death_economy": 7.0 - }, - { - "match_id": 1544139, - "date": "2026-07-11", - "innings": 2, - "opponent": "Germany", - "result": "L", - "score": 85, - "opp_score": 98, - "wickets": 10, - "powerplay_runs": 21, - "death_economy": 5.0 - }, - { - "match_id": 1544138, - "date": "2026-07-10", - "innings": 1, - "opponent": "Germany", - "result": "L", - "score": 106, - "opp_score": 107, - "wickets": 7, - "powerplay_runs": 23, - "death_economy": null - }, - { - "match_id": 1544137, - "date": "2026-07-10", - "innings": 2, - "opponent": "Germany", - "result": "L", - "score": 116, - "opp_score": 118, - "wickets": 4, - "powerplay_runs": 26, - "death_economy": 9.5 - }, - { - "match_id": 1540948, - "date": "2026-06-27", - "innings": 2, - "opponent": "Denmark", - "result": "L", - "score": 70, - "opp_score": 114, - "wickets": 10, - "powerplay_runs": 29, - "death_economy": 6.25 - }, - { - "match_id": 1540315, - "date": "2026-06-21", - "innings": 2, - "opponent": "Romania", - "result": "L", - "score": 178, - "opp_score": 229, - "wickets": 6, - "powerplay_runs": 47, - "death_economy": 17.25 - }, - { - "match_id": 1540313, - "date": "2026-06-20", - "innings": 2, - "opponent": "Belgium", - "result": "L", - "score": 168, - "opp_score": 184, - "wickets": 7, - "powerplay_runs": 52, - "death_economy": 15.5 - }, - { - "match_id": 1540310, - "date": "2026-06-19", - "innings": 2, - "opponent": "Hungary", - "result": "W", - "score": 145, - "opp_score": 141, - "wickets": 7, - "powerplay_runs": 45, - "death_economy": 6.5 - }, - { - "match_id": 1540309, - "date": "2026-06-19", - "innings": 2, - "opponent": "Romania", - "result": "W", - "score": 195, - "opp_score": 192, - "wickets": 6, - "powerplay_runs": 46, - "death_economy": 12.25 - } - ], - "England": [ - { - "match_id": 1496551, - "date": "2026-07-10", - "innings": 4, - "opponent": "India", - "result": "L", - "score": 170, - "opp_score": 285, - "wickets": 10, - "powerplay_runs": 21, - "death_economy": 10.0 - }, - { - "match_id": 1496551, - "date": "2026-07-10", - "innings": 2, - "opponent": "India", - "result": "L", - "score": 170, - "opp_score": 285, - "wickets": 10, - "powerplay_runs": 21, - "death_economy": 10.0 - }, - { - "match_id": 1496573, - "date": "2026-06-25", - "innings": 4, - "opponent": "New Zealand", - "result": "L", - "score": 354, - "opp_score": 438, - "wickets": 10, - "powerplay_runs": 66, - "death_economy": 8.75 - }, - { - "match_id": 1496573, - "date": "2026-06-25", - "innings": 2, - "opponent": "New Zealand", - "result": "L", - "score": 354, - "opp_score": 438, - "wickets": 10, - "powerplay_runs": 66, - "death_economy": 8.75 - }, - { - "match_id": 1496572, - "date": "2026-06-17", - "innings": 4, - "opponent": "New Zealand", - "result": "L", - "score": 291, - "opp_score": 391, - "wickets": 10, - "powerplay_runs": 53, - "death_economy": 9.5 - }, - { - "match_id": 1496572, - "date": "2026-06-17", - "innings": 2, - "opponent": "New Zealand", - "result": "L", - "score": 291, - "opp_score": 391, - "wickets": 10, - "powerplay_runs": 53, - "death_economy": 9.5 - }, - { - "match_id": 1496571, - "date": "2026-06-04", - "innings": 3, - "opponent": "New Zealand", - "result": "W", - "score": 140, - "opp_score": 113, - "wickets": 10, - "powerplay_runs": 33, - "death_economy": 8.75 - }, - { - "match_id": 1496571, - "date": "2026-06-04", - "innings": 1, - "opponent": "New Zealand", - "result": "W", - "score": 140, - "opp_score": 113, - "wickets": 10, - "powerplay_runs": 33, - "death_economy": 8.75 - }, - { - "match_id": 1455615, - "date": "2026-01-04", - "innings": 3, - "opponent": "Australia", - "result": "L", - "score": 384, - "opp_score": 567, - "wickets": 10, - "powerplay_runs": 42, - "death_economy": 14.5 - }, - { - "match_id": 1455615, - "date": "2026-01-04", - "innings": 1, - "opponent": "Australia", - "result": "L", - "score": 384, - "opp_score": 567, - "wickets": 10, - "powerplay_runs": 42, - "death_economy": 14.5 - } - ], - "Malawi": [ - { - "match_id": 1163059, - "date": "2018-11-01", - "innings": 1, - "opponent": "Mozambique", - "result": "L", - "score": 104, - "opp_score": 108, - "wickets": 6, - "powerplay_runs": 19, - "death_economy": 2.75 - }, - { - "match_id": 1163062, - "date": "2018-11-01", - "innings": 1, - "opponent": "Lesotho", - "result": "W", - "score": 128, - "opp_score": 124, - "wickets": 8, - "powerplay_runs": 29, - "death_economy": 8.25 - }, - { - "match_id": 1163056, - "date": "2018-10-30", - "innings": 2, - "opponent": "Swaziland", - "result": "W", - "score": 104, - "opp_score": 99, - "wickets": 2, - "powerplay_runs": 38, - "death_economy": 8.75 - }, - { - "match_id": 1163058, - "date": "2018-10-30", - "innings": 2, - "opponent": "Botswana", - "result": "L", - "score": 143, - "opp_score": 158, - "wickets": 7, - "powerplay_runs": 33, - "death_economy": 11.0 - }, - { - "match_id": 1163052, - "date": "2018-10-29", - "innings": 2, - "opponent": "St Helena", - "result": "L", - "score": 130, - "opp_score": 136, - "wickets": 5, - "powerplay_runs": 26, - "death_economy": 8.25 - } - ], - "Gibraltar": [ - { - "match_id": 1434162, - "date": "2024-05-26", - "innings": 1, - "opponent": "Hungary", - "result": "L", - "score": 150, - "opp_score": 153, - "wickets": 8, - "powerplay_runs": 19, - "death_economy": null - }, - { - "match_id": 1157845, - "date": "2018-08-31", - "innings": 2, - "opponent": "Israel", - "result": "L", - "score": 109, - "opp_score": 161, - "wickets": 8, - "powerplay_runs": 29, - "death_economy": 7.0 - }, - { - "match_id": 1156665, - "date": "2018-08-29", - "innings": 1, - "opponent": "Guernsey", - "result": "L", - "score": 70, - "opp_score": 76, - "wickets": 10, - "powerplay_runs": 32, - "death_economy": null - }, - { - "match_id": 1046679, - "date": "2016-08-17", - "innings": 1, - "opponent": "Israel", - "result": "L", - "score": 104, - "opp_score": 106, - "wickets": 6, - "powerplay_runs": 39, - "death_economy": null - }, - { - "match_id": 1046685, - "date": "2016-08-17", - "innings": 1, - "opponent": "Isle of Man", - "result": "L", - "score": 61, - "opp_score": 70, - "wickets": 3, - "powerplay_runs": 21, - "death_economy": null - } - ], - "Cook Islands": [ - { - "match_id": 1532662, - "date": "2026-05-18", - "innings": 1, - "opponent": "Samoa", - "result": "L", - "score": 75, - "opp_score": 79, - "wickets": 10, - "powerplay_runs": 12, - "death_economy": null - }, - { - "match_id": 1532659, - "date": "2026-05-17", - "innings": 1, - "opponent": "Indonesia", - "result": "W", - "score": 128, - "opp_score": 78, - "wickets": 6, - "powerplay_runs": 49, - "death_economy": 1.0 - }, - { - "match_id": 1532654, - "date": "2026-05-14", - "innings": 2, - "opponent": "Japan", - "result": "W", - "score": 94, - "opp_score": 90, - "wickets": 7, - "powerplay_runs": 19, - "death_economy": 4.75 - }, - { - "match_id": 1532651, - "date": "2026-05-13", - "innings": 1, - "opponent": "Vanuatu", - "result": "W", - "score": 163, - "opp_score": 69, - "wickets": 7, - "powerplay_runs": 34, - "death_economy": null - }, - { - "match_id": 1532645, - "date": "2026-05-10", - "innings": 2, - "opponent": "Papua New Guinea", - "result": "L", - "score": 155, - "opp_score": 204, - "wickets": 6, - "powerplay_runs": 46, - "death_economy": 14.5 - }, - { - "match_id": 1532639, - "date": "2026-05-08", - "innings": 2, - "opponent": "South Korea", - "result": "W", - "score": 49, - "opp_score": 47, - "wickets": 1, - "powerplay_runs": 46, - "death_economy": 0.5 - }, - { - "match_id": 1499801, - "date": "2025-09-15", - "innings": 1, - "opponent": "Philippines", - "result": "L", - "score": 115, - "opp_score": 116, - "wickets": 6, - "powerplay_runs": 27, - "death_economy": 9.0 - }, - { - "match_id": 1499796, - "date": "2025-09-13", - "innings": 2, - "opponent": "Samoa", - "result": "L", - "score": 112, - "opp_score": 174, - "wickets": 6, - "powerplay_runs": 33, - "death_economy": 11.75 - }, - { - "match_id": 1499792, - "date": "2025-09-12", - "innings": 2, - "opponent": "Indonesia", - "result": "L", - "score": 50, - "opp_score": 170, - "wickets": 10, - "powerplay_runs": 19, - "death_economy": 12.5 - }, - { - "match_id": 1499791, - "date": "2025-09-10", - "innings": 1, - "opponent": "Vanuatu", - "result": "L", - "score": 118, - "opp_score": 122, - "wickets": 1, - "powerplay_runs": 37, - "death_economy": 1.0 - } - ], - "Netherlands": [ - { - "match_id": 1538430, - "date": "2026-06-16", - "innings": 1, - "opponent": null, - "result": null, - "score": 15, - "opp_score": null, - "wickets": 1, - "powerplay_runs": 14, - "death_economy": null - }, - { - "match_id": 1538427, - "date": "2026-06-10", - "innings": 1, - "opponent": "Canada", - "result": "L", - "score": 214, - "opp_score": 218, - "wickets": 10, - "powerplay_runs": 21, - "death_economy": 3.0 - }, - { - "match_id": 1538426, - "date": "2026-06-08", - "innings": 1, - "opponent": "United States of America", - "result": "W", - "score": 196, - "opp_score": 175, - "wickets": 8, - "powerplay_runs": 23, - "death_economy": 5.0 - }, - { - "match_id": 1486777, - "date": "2025-06-12", - "innings": 2, - "opponent": "Scotland", - "result": "W", - "score": 374, - "opp_score": 369, - "wickets": 6, - "powerplay_runs": 44, - "death_economy": 9.75 - }, - { - "match_id": 1486776, - "date": "2025-06-10", - "innings": 2, - "opponent": "Nepal", - "result": "L", - "score": 210, - "opp_score": 236, - "wickets": 10, - "powerplay_runs": 22, - "death_economy": 6.0 - }, - { - "match_id": 1486774, - "date": "2025-06-06", - "innings": 2, - "opponent": "Scotland", - "result": "L", - "score": 218, - "opp_score": 262, - "wickets": 10, - "powerplay_runs": 31, - "death_economy": 2.75 - }, - { - "match_id": 1486773, - "date": "2025-06-04", - "innings": 1, - "opponent": "Nepal", - "result": "L", - "score": 225, - "opp_score": 226, - "wickets": 10, - "powerplay_runs": 20, - "death_economy": 3.0 - }, - { - "match_id": 1481535, - "date": "2025-05-16", - "innings": 2, - "opponent": "Scotland", - "result": "L", - "score": 235, - "opp_score": 380, - "wickets": 10, - "powerplay_runs": 41, - "death_economy": 13.0 - }, - { - "match_id": 1481533, - "date": "2025-05-12", - "innings": 2, - "opponent": "United Arab Emirates", - "result": "W", - "score": 205, - "opp_score": 204, - "wickets": 5, - "powerplay_runs": 48, - "death_economy": 4.5 - }, - { - "match_id": 1481532, - "date": "2025-05-10", - "innings": 1, - "opponent": "Scotland", - "result": "W", - "score": 282, - "opp_score": 263, - "wickets": 7, - "powerplay_runs": 33, - "death_economy": 3.5 - } - ], - "Bulgaria": [ - { - "match_id": 1541618, - "date": "2026-06-28", - "innings": 1, - "opponent": "Serbia", - "result": "L", - "score": 117, - "opp_score": 119, - "wickets": 9, - "powerplay_runs": 20, - "death_economy": 3.0 - }, - { - "match_id": 1541617, - "date": "2026-06-27", - "innings": 2, - "opponent": "Serbia", - "result": "L", - "score": 115, - "opp_score": 199, - "wickets": 8, - "powerplay_runs": 16, - "death_economy": 13.25 - }, - { - "match_id": 1541616, - "date": "2026-06-27", - "innings": 1, - "opponent": "Serbia", - "result": "W", - "score": 138, - "opp_score": 131, - "wickets": 4, - "powerplay_runs": 25, - "death_economy": 6.75 - }, - { - "match_id": 1541615, - "date": "2026-06-26", - "innings": 1, - "opponent": "Serbia", - "result": "L", - "score": 106, - "opp_score": 107, - "wickets": 9, - "powerplay_runs": 22, - "death_economy": 3.25 - }, - { - "match_id": 1534594, - "date": "2026-05-10", - "innings": 2, - "opponent": "Romania", - "result": "L", - "score": 124, - "opp_score": 154, - "wickets": 9, - "powerplay_runs": 39, - "death_economy": 13.0 - }, - { - "match_id": 1534592, - "date": "2026-05-09", - "innings": 2, - "opponent": "Romania", - "result": "L", - "score": 58, - "opp_score": 198, - "wickets": 4, - "powerplay_runs": 51, - "death_economy": 6.0 - }, - { - "match_id": 1534591, - "date": "2026-05-09", - "innings": 2, - "opponent": "Romania", - "result": "L", - "score": 153, - "opp_score": 191, - "wickets": 4, - "powerplay_runs": 67, - "death_economy": null - }, - { - "match_id": 1534590, - "date": "2026-05-08", - "innings": 2, - "opponent": "Romania", - "result": "L", - "score": 133, - "opp_score": 164, - "wickets": 6, - "powerplay_runs": 21, - "death_economy": 10.0 - }, - { - "match_id": 1506447, - "date": "2025-11-03", - "innings": 1, - "opponent": "Cyprus", - "result": "L", - "score": 125, - "opp_score": 127, - "wickets": 10, - "powerplay_runs": 27, - "death_economy": 7.75 - }, - { - "match_id": 1506446, - "date": "2025-11-03", - "innings": 1, - "opponent": "Cyprus", - "result": "L", - "score": 119, - "opp_score": 120, - "wickets": 7, - "powerplay_runs": 28, - "death_economy": 5.0 - } - ], - "Belgium": [ - { - "match_id": 1156659, - "date": "2018-09-01", - "innings": 1, - "opponent": "Italy", - "result": "L", - "score": 141, - "opp_score": 144, - "wickets": 9, - "powerplay_runs": 37, - "death_economy": 11.25 - }, - { - "match_id": 1156651, - "date": "2018-08-29", - "innings": 2, - "opponent": "Isle of Man", - "result": "W", - "score": 122, - "opp_score": 121, - "wickets": 7, - "powerplay_runs": 34, - "death_economy": 9.5 - } - ], - "Nepal": [ - { - "match_id": 1531707, - "date": "2026-05-22", - "innings": 1, - "opponent": "United States of America", - "result": "W", - "score": 317, - "opp_score": 195, - "wickets": 8, - "powerplay_runs": 33, - "death_economy": 5.0 - }, - { - "match_id": 1531705, - "date": "2026-05-18", - "innings": 2, - "opponent": "Scotland", - "result": "W", - "score": 199, - "opp_score": 194, - "wickets": 4, - "powerplay_runs": 46, - "death_economy": 8.5 - }, - { - "match_id": 1531704, - "date": "2026-05-16", - "innings": 2, - "opponent": "United States of America", - "result": "W", - "score": 199, - "opp_score": 195, - "wickets": 1, - "powerplay_runs": 24, - "death_economy": 5.75 - }, - { - "match_id": 1531702, - "date": "2026-05-12", - "innings": 2, - "opponent": "Scotland", - "result": "L", - "score": 218, - "opp_score": 243, - "wickets": 7, - "powerplay_runs": 20, - "death_economy": 6.0 - }, - { - "match_id": 1531701, - "date": "2026-05-05", - "innings": 1, - "opponent": "Oman", - "result": "W", - "score": 256, - "opp_score": 175, - "wickets": 10, - "powerplay_runs": 10, - "death_economy": 5.5 - }, - { - "match_id": 1531699, - "date": "2026-05-01", - "innings": 1, - "opponent": "United Arab Emirates", - "result": "W", - "score": 289, - "opp_score": 248, - "wickets": 7, - "powerplay_runs": 19, - "death_economy": 6.25 - }, - { - "match_id": 1531698, - "date": "2026-04-29", - "innings": 2, - "opponent": "Oman", - "result": "L", - "score": 155, - "opp_score": 305, - "wickets": 7, - "powerplay_runs": 26, - "death_economy": 3.25 - }, - { - "match_id": 1531696, - "date": "2026-04-25", - "innings": 1, - "opponent": "United Arab Emirates", - "result": "W", - "score": 200, - "opp_score": 163, - "wickets": 10, - "powerplay_runs": 22, - "death_economy": 4.25 - }, - { - "match_id": 1507889, - "date": "2025-11-05", - "innings": 1, - "opponent": "United Arab Emirates", - "result": "L", - "score": 239, - "opp_score": 243, - "wickets": 9, - "powerplay_runs": 15, - "death_economy": 4.25 - }, - { - "match_id": 1507887, - "date": "2025-11-01", - "innings": 1, - "opponent": "United States of America", - "result": "L", - "score": 271, - "opp_score": 273, - "wickets": 10, - "powerplay_runs": 21, - "death_economy": 5.25 - } - ], - "Bhutan": [ - { - "match_id": 1160961, - "date": "2018-10-10", - "innings": 2, - "opponent": "Singapore", - "result": "L", - "score": 66, - "opp_score": 161, - "wickets": 10, - "powerplay_runs": 31, - "death_economy": 6.25 - }, - { - "match_id": 1160958, - "date": "2018-10-09", - "innings": 2, - "opponent": "Nepal", - "result": "L", - "score": 33, - "opp_score": 150, - "wickets": 10, - "powerplay_runs": 8, - "death_economy": 12.0 - }, - { - "match_id": 1160948, - "date": "2018-10-04", - "innings": 2, - "opponent": "China", - "result": "W", - "score": 47, - "opp_score": 45, - "wickets": 1, - "powerplay_runs": 45, - "death_economy": null - } - ], - "United States of America": [ - { - "match_id": 1538428, - "date": "2026-06-12", - "innings": 2, - "opponent": "Canada", - "result": "W", - "score": 276, - "opp_score": 275, - "wickets": 5, - "powerplay_runs": 42, - "death_economy": 3.5 - }, - { - "match_id": 1538426, - "date": "2026-06-08", - "innings": 2, - "opponent": "Netherlands", - "result": "L", - "score": 175, - "opp_score": 196, - "wickets": 10, - "powerplay_runs": 18, - "death_economy": 4.5 - }, - { - "match_id": 1538425, - "date": "2026-06-06", - "innings": 2, - "opponent": "Canada", - "result": "W", - "score": 235, - "opp_score": 231, - "wickets": 2, - "powerplay_runs": 30, - "death_economy": 6.5 - }, - { - "match_id": 1531707, - "date": "2026-05-22", - "innings": 2, - "opponent": "Nepal", - "result": "L", - "score": 195, - "opp_score": 317, - "wickets": 10, - "powerplay_runs": 25, - "death_economy": 3.75 - }, - { - "match_id": 1531706, - "date": "2026-05-20", - "innings": 2, - "opponent": "Scotland", - "result": "W", - "score": 170, - "opp_score": 169, - "wickets": 4, - "powerplay_runs": 32, - "death_economy": 2.25 - }, - { - "match_id": 1531704, - "date": "2026-05-16", - "innings": 1, - "opponent": "Nepal", - "result": "L", - "score": 195, - "opp_score": 199, - "wickets": 10, - "powerplay_runs": 21, - "death_economy": 5.25 - }, - { - "match_id": 1531703, - "date": "2026-05-14", - "innings": 2, - "opponent": "Scotland", - "result": "L", - "score": 246, - "opp_score": 321, - "wickets": 8, - "powerplay_runs": 36, - "death_economy": 10.25 - }, - { - "match_id": 1507888, - "date": "2025-11-03", - "innings": 1, - "opponent": "United Arab Emirates", - "result": "W", - "score": 292, - "opp_score": 49, - "wickets": 3, - "powerplay_runs": 19, - "death_economy": 3.75 - }, - { - "match_id": 1507887, - "date": "2025-11-01", - "innings": 2, - "opponent": "Nepal", - "result": "W", - "score": 273, - "opp_score": 271, - "wickets": 6, - "powerplay_runs": 29, - "death_economy": 4.25 - }, - { - "match_id": 1507885, - "date": "2025-10-28", - "innings": 2, - "opponent": "United Arab Emirates", - "result": "W", - "score": 213, - "opp_score": 211, - "wickets": 6, - "powerplay_runs": 20, - "death_economy": 5.5 - } - ], - "Maldives": [ - { - "match_id": 1142222, - "date": "2018-04-26", - "innings": 2, - "opponent": "Saudi Arabia", - "result": "L", - "score": 119, - "opp_score": 154, - "wickets": 9, - "powerplay_runs": 32, - "death_economy": 17.0 - }, - { - "match_id": 1142217, - "date": "2018-04-24", - "innings": 2, - "opponent": "United Arab Emirates", - "result": "L", - "score": 80, - "opp_score": 123, - "wickets": 10, - "powerplay_runs": 29, - "death_economy": 7.75 - }, - { - "match_id": 1142214, - "date": "2018-04-23", - "innings": 2, - "opponent": "Qatar", - "result": "L", - "score": 105, - "opp_score": 149, - "wickets": 7, - "powerplay_runs": 32, - "death_economy": 9.5 - }, - { - "match_id": 1142212, - "date": "2018-04-21", - "innings": 1, - "opponent": "Bahrain", - "result": "L", - "score": 140, - "opp_score": 142, - "wickets": 5, - "powerplay_runs": 34, - "death_economy": 12.0 - }, - { - "match_id": 1142208, - "date": "2018-04-20", - "innings": 2, - "opponent": "Kuwait", - "result": "L", - "score": 68, - "opp_score": 170, - "wickets": 10, - "powerplay_runs": 23, - "death_economy": 16.25 - }, - { - "match_id": 811127, - "date": "2015-01-29", - "innings": 1, - "opponent": "Oman", - "result": "L", - "score": 102, - "opp_score": 103, - "wickets": 6, - "powerplay_runs": 30, - "death_economy": null - }, - { - "match_id": 811121, - "date": "2015-01-27", - "innings": 1, - "opponent": "Kuwait", - "result": "L", - "score": 138, - "opp_score": 143, - "wickets": 9, - "powerplay_runs": 38, - "death_economy": null - }, - { - "match_id": 811111, - "date": "2015-01-25", - "innings": 2, - "opponent": "Malaysia", - "result": "L", - "score": 100, - "opp_score": 156, - "wickets": 10, - "powerplay_runs": 41, - "death_economy": 13.75 - }, - { - "match_id": 778023, - "date": "2014-09-28", - "innings": 1, - "opponent": "Nepal", - "result": "L", - "score": 53, - "opp_score": 54, - "wickets": 10, - "powerplay_runs": 8, - "death_economy": null - } - ], - "Israel": [ - { - "match_id": 1156678, - "date": "2018-09-02", - "innings": 2, - "opponent": "Norway", - "result": "L", - "score": 119, - "opp_score": 143, - "wickets": 10, - "powerplay_runs": 42, - "death_economy": 12.75 - }, - { - "match_id": 1156676, - "date": "2018-09-01", - "innings": 1, - "opponent": "Czech Republic", - "result": "L", - "score": 112, - "opp_score": 113, - "wickets": 6, - "powerplay_runs": 25, - "death_economy": 9.5 - }, - { - "match_id": 1157845, - "date": "2018-08-31", - "innings": 1, - "opponent": "Gibraltar", - "result": "W", - "score": 161, - "opp_score": 109, - "wickets": 7, - "powerplay_runs": 34, - "death_economy": 7.0 - }, - { - "match_id": 1156670, - "date": "2018-08-30", - "innings": 1, - "opponent": "Guernsey", - "result": "L", - "score": 79, - "opp_score": 80, - "wickets": 8, - "powerplay_runs": 21, - "death_economy": 0.5 - }, - { - "match_id": 1156672, - "date": "2018-08-30", - "innings": 2, - "opponent": "Sweden", - "result": "L", - "score": 102, - "opp_score": 142, - "wickets": 8, - "powerplay_runs": 31, - "death_economy": 9.25 - }, - { - "match_id": 1046679, - "date": "2016-08-17", - "innings": 2, - "opponent": "Gibraltar", - "result": "W", - "score": 106, - "opp_score": 104, - "wickets": 5, - "powerplay_runs": 38, - "death_economy": 6.25 - }, - { - "match_id": 1046687, - "date": "2016-08-17", - "innings": 1, - "opponent": "Spain", - "result": "L", - "score": 83, - "opp_score": 84, - "wickets": 9, - "powerplay_runs": 15, - "death_economy": null - } - ], - "Finland": [ - { - "match_id": 1156663, - "date": "2018-09-02", - "innings": 2, - "opponent": "Jersey", - "result": "L", - "score": 66, - "opp_score": 130, - "wickets": 10, - "powerplay_runs": 29, - "death_economy": 8.0 - }, - { - "match_id": 1156660, - "date": "2018-09-01", - "innings": 1, - "opponent": "Spain", - "result": "W", - "score": 119, - "opp_score": 91, - "wickets": 6, - "powerplay_runs": 31, - "death_economy": 6.5 - }, - { - "match_id": 1156656, - "date": "2018-08-30", - "innings": 2, - "opponent": "Italy", - "result": "L", - "score": 91, - "opp_score": 147, - "wickets": 10, - "powerplay_runs": 24, - "death_economy": 14.5 - }, - { - "match_id": 1156653, - "date": "2018-08-29", - "innings": 2, - "opponent": "Isle of Man", - "result": "L", - "score": 34, - "opp_score": 136, - "wickets": 3, - "powerplay_runs": 28, - "death_economy": 9.75 - } - ], - "Germany": [ - { - "match_id": 1155315, - "date": "2018-09-02", - "innings": 2, - "opponent": "Austria", - "result": "L", - "score": 140, - "opp_score": 142, - "wickets": 6, - "powerplay_runs": 26, - "death_economy": 12.0 - }, - { - "match_id": 1155310, - "date": "2018-08-30", - "innings": 1, - "opponent": "France", - "result": "W", - "score": 207, - "opp_score": 87, - "wickets": 4, - "powerplay_runs": 55, - "death_economy": 4.5 - }, - { - "match_id": 1155304, - "date": "2018-08-29", - "innings": 1, - "opponent": "Cyprus", - "result": "W", - "score": 179, - "opp_score": 70, - "wickets": 7, - "powerplay_runs": 53, - "death_economy": null - }, - { - "match_id": 1155306, - "date": "2018-08-29", - "innings": 1, - "opponent": "Denmark", - "result": "W", - "score": 86, - "opp_score": 25, - "wickets": 8, - "powerplay_runs": 24, - "death_economy": null - }, - { - "match_id": 1046681, - "date": "2016-08-17", - "innings": 1, - "opponent": "Isle of Man", - "result": "W", - "score": 166, - "opp_score": 66, - "wickets": 8, - "powerplay_runs": 46, - "death_economy": 0.5 - } - ], - "Bangladesh": [ - { - "match_id": 1538297, - "date": "2026-06-28", - "innings": 3, - "opponent": "Zimbabwe", - "result": "L", - "score": 140, - "opp_score": 410, - "wickets": 10, - "powerplay_runs": 33, - "death_economy": 2.0 - }, - { - "match_id": 1538297, - "date": "2026-06-28", - "innings": 1, - "opponent": "Zimbabwe", - "result": "L", - "score": 140, - "opp_score": 410, - "wickets": 10, - "powerplay_runs": 33, - "death_economy": 2.0 - }, - { - "match_id": 1532487, - "date": "2026-05-16", - "innings": 3, - "opponent": "Pakistan", - "result": "W", - "score": 278, - "opp_score": 232, - "wickets": 10, - "powerplay_runs": 45, - "death_economy": 7.25 - }, - { - "match_id": 1532487, - "date": "2026-05-16", - "innings": 1, - "opponent": "Pakistan", - "result": "W", - "score": 278, - "opp_score": 232, - "wickets": 10, - "powerplay_runs": 45, - "death_economy": 7.25 - }, - { - "match_id": 1532486, - "date": "2026-05-08", - "innings": 3, - "opponent": "Pakistan", - "result": "W", - "score": 413, - "opp_score": 386, - "wickets": 9, - "powerplay_runs": 24, - "death_economy": 7.0 - }, - { - "match_id": 1532486, - "date": "2026-05-08", - "innings": 1, - "opponent": "Pakistan", - "result": "W", - "score": 413, - "opp_score": 386, - "wickets": 10, - "powerplay_runs": 24, - "death_economy": 7.0 - }, - { - "match_id": 1506013, - "date": "2025-11-19", - "innings": 1, - "opponent": "Ireland", - "result": "W", - "score": 476, - "opp_score": 265, - "wickets": 10, - "powerplay_runs": 61, - "death_economy": 5.75 - }, - { - "match_id": 1506013, - "date": "2025-11-19", - "innings": 3, - "opponent": "Ireland", - "result": "W", - "score": 476, - "opp_score": 265, - "wickets": 4, - "powerplay_runs": 61, - "death_economy": 5.75 - }, - { - "match_id": 1506012, - "date": "2025-11-11", - "innings": 2, - "opponent": "Ireland", - "result": "W", - "score": 587, - "opp_score": 286, - "wickets": 8, - "powerplay_runs": 18, - "death_economy": 3.5 - }, - { - "match_id": 1485504, - "date": "2025-06-25", - "innings": 3, - "opponent": "Sri Lanka", - "result": "L", - "score": 247, - "opp_score": 458, - "wickets": 10, - "powerplay_runs": 35, - "death_economy": 3.75 - } - ], - "Oman": [ - { - "match_id": 1531701, - "date": "2026-05-05", - "innings": 2, - "opponent": "Nepal", - "result": "L", - "score": 175, - "opp_score": 256, - "wickets": 10, - "powerplay_runs": 28, - "death_economy": 6.0 - }, - { - "match_id": 1531700, - "date": "2026-05-03", - "innings": 2, - "opponent": "United Arab Emirates", - "result": "L", - "score": 254, - "opp_score": 308, - "wickets": 10, - "powerplay_runs": 25, - "death_economy": 7.75 - }, - { - "match_id": 1531698, - "date": "2026-04-29", - "innings": 1, - "opponent": "Nepal", - "result": "W", - "score": 305, - "opp_score": 155, - "wickets": 8, - "powerplay_runs": 33, - "death_economy": 4.75 - }, - { - "match_id": 1531697, - "date": "2026-04-27", - "innings": 2, - "opponent": "United Arab Emirates", - "result": "L", - "score": 243, - "opp_score": 268, - "wickets": 10, - "powerplay_runs": 36, - "death_economy": 7.5 - }, - { - "match_id": 1529143, - "date": "2026-04-10", - "innings": 1, - "opponent": "Namibia", - "result": "L", - "score": 218, - "opp_score": 223, - "wickets": 9, - "powerplay_runs": 18, - "death_economy": 8.75 - }, - { - "match_id": 1529142, - "date": "2026-04-08", - "innings": 1, - "opponent": "Scotland", - "result": "W", - "score": 163, - "opp_score": 151, - "wickets": 7, - "powerplay_runs": 39, - "death_economy": 9.0 - }, - { - "match_id": 1529140, - "date": "2026-04-04", - "innings": 2, - "opponent": "Namibia", - "result": "W", - "score": 274, - "opp_score": 268, - "wickets": 7, - "powerplay_runs": 21, - "death_economy": 6.25 - }, - { - "match_id": 1482569, - "date": "2025-05-27", - "innings": 2, - "opponent": "United States of America", - "result": "L", - "score": 284, - "opp_score": 293, - "wickets": 9, - "powerplay_runs": 28, - "death_economy": 4.25 - }, - { - "match_id": 1482567, - "date": "2025-05-23", - "innings": 2, - "opponent": "Canada", - "result": "L", - "score": 108, - "opp_score": 212, - "wickets": 3, - "powerplay_runs": 30, - "death_economy": 8.0 - }, - { - "match_id": 1482566, - "date": "2025-05-21", - "innings": 4, - "opponent": "United States of America", - "result": "L", - "score": 266, - "opp_score": 266, - "wickets": 0, - "powerplay_runs": 52, - "death_economy": 4.25 - } - ], - "Ireland": [ - { - "match_id": 1528547, - "date": "2026-05-27", - "innings": 3, - "opponent": "New Zealand", - "result": "L", - "score": 179, - "opp_score": 490, - "wickets": 10, - "powerplay_runs": 53, - "death_economy": 7.25 - }, - { - "match_id": 1528547, - "date": "2026-05-27", - "innings": 2, - "opponent": "New Zealand", - "result": "L", - "score": 179, - "opp_score": 490, - "wickets": 10, - "powerplay_runs": 53, - "death_economy": 7.25 - }, - { - "match_id": 1506013, - "date": "2025-11-19", - "innings": 4, - "opponent": "Bangladesh", - "result": "L", - "score": 265, - "opp_score": 476, - "wickets": 10, - "powerplay_runs": 38, - "death_economy": 5.5 - }, - { - "match_id": 1506013, - "date": "2025-11-19", - "innings": 2, - "opponent": "Bangladesh", - "result": "L", - "score": 265, - "opp_score": 476, - "wickets": 10, - "powerplay_runs": 38, - "death_economy": 5.5 - }, - { - "match_id": 1506012, - "date": "2025-11-11", - "innings": 3, - "opponent": "Bangladesh", - "result": "L", - "score": 286, - "opp_score": 587, - "wickets": 10, - "powerplay_runs": 54, - "death_economy": 8.0 - }, - { - "match_id": 1506012, - "date": "2025-11-11", - "innings": 1, - "opponent": "Bangladesh", - "result": "L", - "score": 286, - "opp_score": 587, - "wickets": 10, - "powerplay_runs": 54, - "death_economy": 8.0 - }, - { - "match_id": 1467700, - "date": "2025-02-06", - "innings": 3, - "opponent": "Zimbabwe", - "result": "L", - "score": 260, - "opp_score": 267, - "wickets": 10, - "powerplay_runs": 57, - "death_economy": 6.0 - }, - { - "match_id": 1467700, - "date": "2025-02-06", - "innings": 1, - "opponent": "Zimbabwe", - "result": "L", - "score": 260, - "opp_score": 267, - "wickets": 10, - "powerplay_runs": 57, - "death_economy": 6.0 - }, - { - "match_id": 1431085, - "date": "2024-07-25", - "innings": 2, - "opponent": "Zimbabwe", - "result": "W", - "score": 250, - "opp_score": 210, - "wickets": 10, - "powerplay_runs": 40, - "death_economy": 6.25 - }, - { - "match_id": 1431085, - "date": "2024-07-25", - "innings": 4, - "opponent": "Zimbabwe", - "result": "W", - "score": 250, - "opp_score": 210, - "wickets": 6, - "powerplay_runs": 40, - "death_economy": 6.25 - } - ], - "Ivory Coast": [ - { - "match_id": 1535432, - "date": "2026-05-30", - "innings": 1, - "opponent": "Kenya", - "result": "L", - "score": 18, - "opp_score": 19, - "wickets": 10, - "powerplay_runs": 5, - "death_economy": null - }, - { - "match_id": 1535429, - "date": "2026-05-29", - "innings": 1, - "opponent": "Sierra Leone", - "result": "L", - "score": 53, - "opp_score": 54, - "wickets": 8, - "powerplay_runs": 8, - "death_economy": null - }, - { - "match_id": 1535425, - "date": "2026-05-28", - "innings": 2, - "opponent": "Botswana", - "result": "L", - "score": 24, - "opp_score": 255, - "wickets": 10, - "powerplay_runs": 13, - "death_economy": 14.75 - }, - { - "match_id": 1535424, - "date": "2026-05-26", - "innings": 2, - "opponent": "Cameroon", - "result": "L", - "score": 31, - "opp_score": 183, - "wickets": 10, - "powerplay_runs": 5, - "death_economy": 12.0 - }, - { - "match_id": 1535421, - "date": "2026-05-25", - "innings": 1, - "opponent": "Mali", - "result": "L", - "score": 78, - "opp_score": 79, - "wickets": 5, - "powerplay_runs": 19, - "death_economy": null - }, - { - "match_id": 1535416, - "date": "2026-05-24", - "innings": 2, - "opponent": "Rwanda", - "result": "L", - "score": 17, - "opp_score": 288, - "wickets": 10, - "powerplay_runs": 6, - "death_economy": 21.75 - }, - { - "match_id": 1459377, - "date": "2024-11-28", - "innings": 1, - "opponent": "St Helena", - "result": "L", - "score": 26, - "opp_score": 27, - "wickets": 10, - "powerplay_runs": 7, - "death_economy": null - }, - { - "match_id": 1459385, - "date": "2024-11-27", - "innings": 1, - "opponent": "Eswatini", - "result": "L", - "score": 41, - "opp_score": 44, - "wickets": 10, - "powerplay_runs": 5, - "death_economy": null - }, - { - "match_id": 1459382, - "date": "2024-11-26", - "innings": 1, - "opponent": "Botswana", - "result": "L", - "score": 31, - "opp_score": 35, - "wickets": 10, - "powerplay_runs": 14, - "death_economy": null - }, - { - "match_id": 1459387, - "date": "2024-11-24", - "innings": 2, - "opponent": "Nigeria", - "result": "L", - "score": 7, - "opp_score": 271, - "wickets": 10, - "powerplay_runs": 6, - "death_economy": 18.25 - } - ], - "Malaysia": [ - { - "match_id": 1160964, - "date": "2018-10-12", - "innings": 2, - "opponent": "China", - "result": "W", - "score": 31, - "opp_score": 30, - "wickets": 0, - "powerplay_runs": 30, - "death_economy": null - }, - { - "match_id": 1160959, - "date": "2018-10-09", - "innings": 2, - "opponent": "Myanmar", - "result": "W", - "score": 11, - "opp_score": 9, - "wickets": 2, - "powerplay_runs": 11, - "death_economy": null - }, - { - "match_id": 1160954, - "date": "2018-10-07", - "innings": 2, - "opponent": "Singapore", - "result": "L", - "score": 105, - "opp_score": 145, - "wickets": 10, - "powerplay_runs": 34, - "death_economy": 10.75 - }, - { - "match_id": 1160951, - "date": "2018-10-06", - "innings": 1, - "opponent": "Nepal", - "result": "L", - "score": 100, - "opp_score": 101, - "wickets": 10, - "powerplay_runs": 34, - "death_economy": null - }, - { - "match_id": 1160949, - "date": "2018-10-04", - "innings": 1, - "opponent": null, - "result": null, - "score": 124, - "opp_score": null, - "wickets": 7, - "powerplay_runs": 36, - "death_economy": null - }, - { - "match_id": 1123899, - "date": "2017-11-26", - "innings": 2, - "opponent": "United Arab Emirates", - "result": "L", - "score": 49, - "opp_score": 83, - "wickets": 9, - "powerplay_runs": 13, - "death_economy": 4.0 - }, - { - "match_id": 1121066, - "date": "2017-11-24", - "innings": 2, - "opponent": "Nepal", - "result": "L", - "score": 75, - "opp_score": 108, - "wickets": 7, - "powerplay_runs": 11, - "death_economy": 8.5 - }, - { - "match_id": 1121060, - "date": "2017-11-21", - "innings": 2, - "opponent": "China", - "result": "W", - "score": 34, - "opp_score": 33, - "wickets": 3, - "powerplay_runs": 15, - "death_economy": null - }, - { - "match_id": 1121057, - "date": "2017-11-20", - "innings": 2, - "opponent": "Hong Kong", - "result": "L", - "score": 42, - "opp_score": 77, - "wickets": 10, - "powerplay_runs": 9, - "death_economy": 7.0 - }, - { - "match_id": 1049633, - "date": "2016-08-28", - "innings": 1, - "opponent": "Singapore", - "result": "W", - "score": 137, - "opp_score": 121, - "wickets": 6, - "powerplay_runs": 29, - "death_economy": 10.5 - } - ], - "Swaziland": [ - { - "match_id": 1163061, - "date": "2018-11-01", - "innings": 1, - "opponent": "Botswana", - "result": "L", - "score": 89, - "opp_score": 91, - "wickets": 6, - "powerplay_runs": 13, - "death_economy": null - }, - { - "match_id": 1163056, - "date": "2018-10-30", - "innings": 1, - "opponent": "Malawi", - "result": "L", - "score": 99, - "opp_score": 104, - "wickets": 10, - "powerplay_runs": 13, - "death_economy": null - }, - { - "match_id": 1163051, - "date": "2018-10-29", - "innings": 1, - "opponent": "Lesotho", - "result": "L", - "score": 105, - "opp_score": 109, - "wickets": 7, - "powerplay_runs": 23, - "death_economy": null - }, - { - "match_id": 1163048, - "date": "2018-10-28", - "innings": 1, - "opponent": "Namibia", - "result": "L", - "score": 72, - "opp_score": 74, - "wickets": 6, - "powerplay_runs": 9, - "death_economy": null - } - ], - "New Zealand": [ - { - "match_id": 1496573, - "date": "2026-06-25", - "innings": 3, - "opponent": "England", - "result": "W", - "score": 438, - "opp_score": 354, - "wickets": 9, - "powerplay_runs": 46, - "death_economy": 13.75 - }, - { - "match_id": 1496573, - "date": "2026-06-25", - "innings": 1, - "opponent": "England", - "result": "W", - "score": 438, - "opp_score": 354, - "wickets": 10, - "powerplay_runs": 46, - "death_economy": 13.75 - }, - { - "match_id": 1496572, - "date": "2026-06-17", - "innings": 3, - "opponent": "England", - "result": "W", - "score": 391, - "opp_score": 291, - "wickets": 10, - "powerplay_runs": 31, - "death_economy": 15.75 - }, - { - "match_id": 1496572, - "date": "2026-06-17", - "innings": 1, - "opponent": "England", - "result": "W", - "score": 391, - "opp_score": 291, - "wickets": 10, - "powerplay_runs": 31, - "death_economy": 15.75 - }, - { - "match_id": 1496571, - "date": "2026-06-04", - "innings": 4, - "opponent": "England", - "result": "L", - "score": 113, - "opp_score": 140, - "wickets": 10, - "powerplay_runs": 20, - "death_economy": 10.5 - }, - { - "match_id": 1496571, - "date": "2026-06-04", - "innings": 2, - "opponent": "England", - "result": "L", - "score": 113, - "opp_score": 140, - "wickets": 10, - "powerplay_runs": 20, - "death_economy": 10.5 - }, - { - "match_id": 1528547, - "date": "2026-05-27", - "innings": 1, - "opponent": "Ireland", - "result": "W", - "score": 490, - "opp_score": 179, - "wickets": 8, - "powerplay_runs": 17, - "death_economy": 8.25 - }, - { - "match_id": 1491734, - "date": "2025-12-18", - "innings": 3, - "opponent": "West Indies", - "result": "W", - "score": 575, - "opp_score": 420, - "wickets": 2, - "powerplay_runs": 24, - "death_economy": 5.0 - }, - { - "match_id": 1491734, - "date": "2025-12-18", - "innings": 1, - "opponent": "West Indies", - "result": "W", - "score": 575, - "opp_score": 420, - "wickets": 8, - "powerplay_runs": 24, - "death_economy": 5.0 - }, - { - "match_id": 1491733, - "date": "2025-12-10", - "innings": 4, - "opponent": "West Indies", - "result": "W", - "score": 278, - "opp_score": 205, - "wickets": 1, - "powerplay_runs": 42, - "death_economy": 6.0 - } - ], - "Uganda": [ - { - "match_id": 1151254, - "date": "2018-07-14", - "innings": 2, - "opponent": "Kenya", - "result": "W", - "score": 189, - "opp_score": 188, - "wickets": 3, - "powerplay_runs": 44, - "death_economy": 14.75 - }, - { - "match_id": 1151252, - "date": "2018-07-13", - "innings": 1, - "opponent": "Rwanda", - "result": "W", - "score": 201, - "opp_score": 107, - "wickets": 7, - "powerplay_runs": 33, - "death_economy": 5.25 - }, - { - "match_id": 1151249, - "date": "2018-07-11", - "innings": 1, - "opponent": "Tanzania", - "result": "L", - "score": 155, - "opp_score": 158, - "wickets": 8, - "powerplay_runs": 25, - "death_economy": 11.25 - }, - { - "match_id": 1151248, - "date": "2018-07-10", - "innings": 1, - "opponent": "Rwanda", - "result": "W", - "score": 204, - "opp_score": 34, - "wickets": 4, - "powerplay_runs": 38, - "death_economy": null - }, - { - "match_id": 1151243, - "date": "2018-07-07", - "innings": 1, - "opponent": "Kenya", - "result": "L", - "score": 240, - "opp_score": 241, - "wickets": 3, - "powerplay_runs": 67, - "death_economy": 13.25 - }, - { - "match_id": 1120539, - "date": "2017-09-16", - "innings": 2, - "opponent": "Zimbabwe", - "result": "W", - "score": 100, - "opp_score": 99, - "wickets": 7, - "powerplay_runs": 21, - "death_economy": 4.75 - }, - { - "match_id": 1120538, - "date": "2017-09-15", - "innings": 2, - "opponent": "Kenya", - "result": "W", - "score": 90, - "opp_score": 89, - "wickets": 5, - "powerplay_runs": 17, - "death_economy": 6.75 - }, - { - "match_id": 1118925, - "date": "2017-09-13", - "innings": 2, - "opponent": "Zimbabwe", - "result": "L", - "score": 102, - "opp_score": 161, - "wickets": 6, - "powerplay_runs": 23, - "death_economy": 15.0 - }, - { - "match_id": 1118920, - "date": "2017-09-10", - "innings": 2, - "opponent": "Kenya", - "result": "W", - "score": 59, - "opp_score": 58, - "wickets": 4, - "powerplay_runs": 16, - "death_economy": 2.25 - }, - { - "match_id": 1118918, - "date": "2017-09-09", - "innings": 2, - "opponent": "Tanzania", - "result": "W", - "score": 79, - "opp_score": 78, - "wickets": 3, - "powerplay_runs": 31, - "death_economy": 4.0 - } - ], - "Japan": [ - { - "match_id": 1166892, - "date": "2018-12-07", - "innings": 1, - "opponent": "South Korea", - "result": "L", - "score": 127, - "opp_score": 128, - "wickets": 8, - "powerplay_runs": 27, - "death_economy": 4.25 - }, - { - "match_id": 1166890, - "date": "2018-12-06", - "innings": 2, - "opponent": "Philippines", - "result": "L", - "score": 115, - "opp_score": 118, - "wickets": 9, - "powerplay_runs": 30, - "death_economy": 8.75 - }, - { - "match_id": 1166887, - "date": "2018-12-05", - "innings": 1, - "opponent": "Indonesia", - "result": "L", - "score": 100, - "opp_score": 101, - "wickets": 10, - "powerplay_runs": 34, - "death_economy": 5.5 - }, - { - "match_id": 1166886, - "date": "2018-12-03", - "innings": 2, - "opponent": "South Korea", - "result": "W", - "score": 149, - "opp_score": 145, - "wickets": 4, - "powerplay_runs": 40, - "death_economy": 12.25 - }, - { - "match_id": 1166884, - "date": "2018-12-02", - "innings": 1, - "opponent": "Philippines", - "result": "W", - "score": 157, - "opp_score": 152, - "wickets": 5, - "powerplay_runs": 36, - "death_economy": 10.75 - }, - { - "match_id": 1166881, - "date": "2018-12-01", - "innings": 1, - "opponent": "Indonesia", - "result": "W", - "score": 136, - "opp_score": 124, - "wickets": 5, - "powerplay_runs": 27, - "death_economy": 4.5 - }, - { - "match_id": 1159091, - "date": "2018-09-15", - "innings": 2, - "opponent": "China", - "result": "W", - "score": 107, - "opp_score": 103, - "wickets": 3, - "powerplay_runs": 18, - "death_economy": 9.5 - }, - { - "match_id": 1159089, - "date": "2018-09-14", - "innings": 1, - "opponent": "South Korea", - "result": "W", - "score": 158, - "opp_score": 74, - "wickets": 6, - "powerplay_runs": 31, - "death_economy": null - }, - { - "match_id": 1090896, - "date": "2017-05-04", - "innings": 2, - "opponent": "Vanuatu", - "result": "W", - "score": 84, - "opp_score": 83, - "wickets": 7, - "powerplay_runs": 23, - "death_economy": 10.0 - }, - { - "match_id": 1090891, - "date": "2017-05-02", - "innings": 1, - "opponent": "Samoa", - "result": "L", - "score": 49, - "opp_score": 51, - "wickets": 6, - "powerplay_runs": 4, - "death_economy": null - } - ], - "Mozambique": [ - { - "match_id": 1163059, - "date": "2018-11-01", - "innings": 2, - "opponent": "Malawi", - "result": "W", - "score": 108, - "opp_score": 104, - "wickets": 5, - "powerplay_runs": 50, - "death_economy": 10.75 - }, - { - "match_id": 1163057, - "date": "2018-10-30", - "innings": 1, - "opponent": "Lesotho", - "result": "W", - "score": 183, - "opp_score": 117, - "wickets": 8, - "powerplay_runs": 57, - "death_economy": 4.5 - }, - { - "match_id": 1163054, - "date": "2018-10-29", - "innings": 2, - "opponent": "Namibia", - "result": "L", - "score": 104, - "opp_score": 229, - "wickets": 10, - "powerplay_runs": 45, - "death_economy": 14.0 - } - ], - "Zambia": [ - { - "match_id": 1528337, - "date": "2026-04-11", - "innings": 2, - "opponent": "Lesotho", - "result": "L", - "score": 48, - "opp_score": 96, - "wickets": 3, - "powerplay_runs": 8, - "death_economy": 9.25 - }, - { - "match_id": 1528335, - "date": "2026-04-10", - "innings": 2, - "opponent": "Malawi", - "result": "L", - "score": 33, - "opp_score": 86, - "wickets": 10, - "powerplay_runs": 9, - "death_economy": 5.0 - }, - { - "match_id": 1528331, - "date": "2026-04-09", - "innings": 1, - "opponent": "Malawi", - "result": "L", - "score": 54, - "opp_score": 55, - "wickets": 6, - "powerplay_runs": 10, - "death_economy": null - }, - { - "match_id": 1528328, - "date": "2026-04-08", - "innings": 2, - "opponent": "Botswana", - "result": "L", - "score": 33, - "opp_score": 191, - "wickets": 8, - "powerplay_runs": 8, - "death_economy": 13.0 - }, - { - "match_id": 1528326, - "date": "2026-04-08", - "innings": 2, - "opponent": "Brazil", - "result": "L", - "score": 26, - "opp_score": 200, - "wickets": 10, - "powerplay_runs": 6, - "death_economy": 12.0 - }, - { - "match_id": 1528323, - "date": "2026-04-07", - "innings": 1, - "opponent": "Lesotho", - "result": "L", - "score": 53, - "opp_score": 54, - "wickets": 6, - "powerplay_runs": 10, - "death_economy": null - }, - { - "match_id": 1528319, - "date": "2026-04-06", - "innings": 2, - "opponent": "Mozambique", - "result": "L", - "score": 30, - "opp_score": 174, - "wickets": 9, - "powerplay_runs": 8, - "death_economy": 10.25 - }, - { - "match_id": 1513303, - "date": "2025-12-14", - "innings": 1, - "opponent": "Sierra Leone", - "result": "W", - "score": 145, - "opp_score": 125, - "wickets": 6, - "powerplay_runs": 48, - "death_economy": 5.25 - }, - { - "match_id": 1513302, - "date": "2025-12-13", - "innings": 1, - "opponent": "Sierra Leone", - "result": "L", - "score": 116, - "opp_score": 121, - "wickets": 8, - "powerplay_runs": 28, - "death_economy": 7.75 - }, - { - "match_id": 1513299, - "date": "2025-12-12", - "innings": 2, - "opponent": "Nigeria", - "result": "L", - "score": 126, - "opp_score": 152, - "wickets": 10, - "powerplay_runs": 33, - "death_economy": 10.25 - } - ], - "Mali": [ - { - "match_id": 1535431, - "date": "2026-05-30", - "innings": 1, - "opponent": "Sierra Leone", - "result": "L", - "score": 97, - "opp_score": 99, - "wickets": 9, - "powerplay_runs": 28, - "death_economy": null - }, - { - "match_id": 1535428, - "date": "2026-05-29", - "innings": 2, - "opponent": "Cameroon", - "result": "L", - "score": 69, - "opp_score": 159, - "wickets": 10, - "powerplay_runs": 15, - "death_economy": 15.75 - }, - { - "match_id": 1535422, - "date": "2026-05-26", - "innings": 1, - "opponent": "Rwanda", - "result": "L", - "score": 49, - "opp_score": 53, - "wickets": 10, - "powerplay_runs": 17, - "death_economy": null - }, - { - "match_id": 1535421, - "date": "2026-05-25", - "innings": 2, - "opponent": "Ivory Coast", - "result": "W", - "score": 79, - "opp_score": 78, - "wickets": 4, - "powerplay_runs": 31, - "death_economy": 5.25 - }, - { - "match_id": 1535417, - "date": "2026-05-24", - "innings": 1, - "opponent": "Botswana", - "result": "L", - "score": 24, - "opp_score": 25, - "wickets": 10, - "powerplay_runs": 13, - "death_economy": null - }, - { - "match_id": 1535415, - "date": "2026-05-23", - "innings": 2, - "opponent": "Kenya", - "result": "L", - "score": 75, - "opp_score": 247, - "wickets": 10, - "powerplay_runs": 22, - "death_economy": 19.25 - }, - { - "match_id": 1450763, - "date": "2024-09-26", - "innings": 1, - "opponent": "Ghana", - "result": "L", - "score": 24, - "opp_score": 27, - "wickets": 10, - "powerplay_runs": 5, - "death_economy": null - }, - { - "match_id": 1450761, - "date": "2024-09-25", - "innings": 2, - "opponent": "Lesotho", - "result": "L", - "score": 36, - "opp_score": 148, - "wickets": 10, - "powerplay_runs": 26, - "death_economy": 6.5 - }, - { - "match_id": 1450759, - "date": "2024-09-24", - "innings": 1, - "opponent": "Malawi", - "result": "L", - "score": 43, - "opp_score": 44, - "wickets": 10, - "powerplay_runs": 12, - "death_economy": null - }, - { - "match_id": 1450754, - "date": "2024-09-22", - "innings": 1, - "opponent": "Cameroon", - "result": "L", - "score": 57, - "opp_score": 58, - "wickets": 10, - "powerplay_runs": 13, - "death_economy": null - } - ], - "Singapore": [ - { - "match_id": 1160965, - "date": "2018-10-12", - "innings": 1, - "opponent": "Nepal", - "result": "W", - "score": 81, - "opp_score": 1, - "wickets": 10, - "powerplay_runs": 35, - "death_economy": null - }, - { - "match_id": 1160961, - "date": "2018-10-10", - "innings": 1, - "opponent": "Bhutan", - "result": "W", - "score": 161, - "opp_score": 66, - "wickets": 9, - "powerplay_runs": 50, - "death_economy": 0.5 - }, - { - "match_id": 1160957, - "date": "2018-10-09", - "innings": 2, - "opponent": "Thailand", - "result": "W", - "score": 85, - "opp_score": 79, - "wickets": 2, - "powerplay_runs": 51, - "death_economy": 6.5 - }, - { - "match_id": 1160954, - "date": "2018-10-07", - "innings": 1, - "opponent": "Malaysia", - "result": "W", - "score": 145, - "opp_score": 105, - "wickets": 9, - "powerplay_runs": 43, - "death_economy": 7.0 - }, - { - "match_id": 1160952, - "date": "2018-10-06", - "innings": 2, - "opponent": "China", - "result": "W", - "score": 30, - "opp_score": 26, - "wickets": 0, - "powerplay_runs": 29, - "death_economy": null - }, - { - "match_id": 1160950, - "date": "2018-10-04", - "innings": 2, - "opponent": "Myanmar", - "result": "W", - "score": 69, - "opp_score": 68, - "wickets": 2, - "powerplay_runs": 54, - "death_economy": 5.25 - }, - { - "match_id": 1049633, - "date": "2016-08-28", - "innings": 2, - "opponent": "Malaysia", - "result": "L", - "score": 121, - "opp_score": 137, - "wickets": 7, - "powerplay_runs": 41, - "death_economy": 10.75 - }, - { - "match_id": 1049631, - "date": "2016-08-27", - "innings": 1, - "opponent": "Malaysia", - "result": "L", - "score": 129, - "opp_score": 130, - "wickets": 1, - "powerplay_runs": 30, - "death_economy": 3.0 - }, - { - "match_id": 1049617, - "date": "2016-08-26", - "innings": 1, - "opponent": "Malaysia", - "result": "W", - "score": 130, - "opp_score": 124, - "wickets": 3, - "powerplay_runs": 25, - "death_economy": 10.75 - }, - { - "match_id": 973777, - "date": "2016-02-21", - "innings": 2, - "opponent": "Malaysia", - "result": "L", - "score": 136, - "opp_score": 219, - "wickets": 6, - "powerplay_runs": 36, - "death_economy": 17.5 - } - ], - "Austria": [ - { - "match_id": 1155315, - "date": "2018-09-02", - "innings": 1, - "opponent": "Germany", - "result": "W", - "score": 142, - "opp_score": 140, - "wickets": 6, - "powerplay_runs": 29, - "death_economy": 12.25 - } - ], - "Bahamas": [ - { - "match_id": 460058, - "date": "2010-06-05", - "innings": 2, - "opponent": "Bermuda", - "result": "L", - "score": 137, - "opp_score": 148, - "wickets": 8, - "powerplay_runs": 46, - "death_economy": 14.5 - } - ], - "Zimbabwe": [ - { - "match_id": 1538297, - "date": "2026-06-28", - "innings": 2, - "opponent": "Bangladesh", - "result": "W", - "score": 410, - "opp_score": 140, - "wickets": 10, - "powerplay_runs": 23, - "death_economy": 11.0 - }, - { - "match_id": 1478873, - "date": "2025-08-07", - "innings": 3, - "opponent": "New Zealand", - "result": "L", - "score": 125, - "opp_score": 601, - "wickets": 10, - "powerplay_runs": 32, - "death_economy": 7.0 - }, - { - "match_id": 1478873, - "date": "2025-08-07", - "innings": 1, - "opponent": "New Zealand", - "result": "L", - "score": 125, - "opp_score": 601, - "wickets": 10, - "powerplay_runs": 32, - "death_economy": 7.0 - }, - { - "match_id": 1478872, - "date": "2025-07-30", - "innings": 3, - "opponent": "New Zealand", - "result": "L", - "score": 149, - "opp_score": 307, - "wickets": 10, - "powerplay_runs": 39, - "death_economy": 3.0 - }, - { - "match_id": 1478872, - "date": "2025-07-30", - "innings": 1, - "opponent": "New Zealand", - "result": "L", - "score": 149, - "opp_score": 307, - "wickets": 10, - "powerplay_runs": 39, - "death_economy": 3.0 - }, - { - "match_id": 1478864, - "date": "2025-07-06", - "innings": 3, - "opponent": "South Africa", - "result": "L", - "score": 170, - "opp_score": 626, - "wickets": 10, - "powerplay_runs": 35, - "death_economy": 11.75 - }, - { - "match_id": 1478864, - "date": "2025-07-06", - "innings": 2, - "opponent": "South Africa", - "result": "L", - "score": 170, - "opp_score": 626, - "wickets": 10, - "powerplay_runs": 35, - "death_economy": 11.75 - }, - { - "match_id": 1478863, - "date": "2025-06-28", - "innings": 4, - "opponent": "South Africa", - "result": "L", - "score": 251, - "opp_score": 418, - "wickets": 10, - "powerplay_runs": 28, - "death_economy": 12.0 - }, - { - "match_id": 1478863, - "date": "2025-06-28", - "innings": 2, - "opponent": "South Africa", - "result": "L", - "score": 251, - "opp_score": 418, - "wickets": 11, - "powerplay_runs": 28, - "death_economy": 12.0 - }, - { - "match_id": 1392691, - "date": "2025-05-22", - "innings": 3, - "opponent": "England", - "result": "L", - "score": 265, - "opp_score": 565, - "wickets": 9, - "powerplay_runs": 41, - "death_economy": 5.75 - } - ], - "Portugal": [ - { - "match_id": 1155317, - "date": "2018-09-02", - "innings": 2, - "opponent": "Cyprus", - "result": "W", - "score": 115, - "opp_score": 114, - "wickets": 5, - "powerplay_runs": 31, - "death_economy": 13.5 - }, - { - "match_id": 1155313, - "date": "2018-09-01", - "innings": 1, - "opponent": "Denmark", - "result": "L", - "score": 81, - "opp_score": 85, - "wickets": 10, - "powerplay_runs": 33, - "death_economy": 1.0 - }, - { - "match_id": 1155308, - "date": "2018-08-30", - "innings": 2, - "opponent": "France", - "result": "L", - "score": 112, - "opp_score": 114, - "wickets": 7, - "powerplay_runs": 33, - "death_economy": 8.5 - } - ], - "Timor-Leste": [ - { - "match_id": 1508280, - "date": "2025-11-14", - "innings": 2, - "opponent": "Myanmar", - "result": "L", - "score": 93, - "opp_score": 180, - "wickets": 7, - "powerplay_runs": 16, - "death_economy": 10.0 - }, - { - "match_id": 1508278, - "date": "2025-11-13", - "innings": 1, - "opponent": "Indonesia", - "result": "L", - "score": 70, - "opp_score": 71, - "wickets": 9, - "powerplay_runs": 15, - "death_economy": null - }, - { - "match_id": 1508277, - "date": "2025-11-12", - "innings": 2, - "opponent": "Myanmar", - "result": "L", - "score": 55, - "opp_score": 148, - "wickets": 8, - "powerplay_runs": 9, - "death_economy": 13.0 - }, - { - "match_id": 1508276, - "date": "2025-11-11", - "innings": 1, - "opponent": "Indonesia", - "result": "W", - "score": 18, - "opp_score": 16, - "wickets": 9, - "powerplay_runs": 11, - "death_economy": null - }, - { - "match_id": 1508274, - "date": "2025-11-09", - "innings": 1, - "opponent": "Myanmar", - "result": "L", - "score": 47, - "opp_score": 48, - "wickets": 7, - "powerplay_runs": 24, - "death_economy": null - }, - { - "match_id": 1508272, - "date": "2025-11-08", - "innings": 1, - "opponent": "Indonesia", - "result": "L", - "score": 59, - "opp_score": 65, - "wickets": 9, - "powerplay_runs": 7, - "death_economy": null - }, - { - "match_id": 1508271, - "date": "2025-11-07", - "innings": 1, - "opponent": "Myanmar", - "result": "L", - "score": 32, - "opp_score": 34, - "wickets": 10, - "powerplay_runs": 12, - "death_economy": null - }, - { - "match_id": 1508270, - "date": "2025-11-06", - "innings": 1, - "opponent": "Indonesia", - "result": "L", - "score": 61, - "opp_score": 62, - "wickets": 10, - "powerplay_runs": 15, - "death_economy": null - } - ], - "Ghana": [ - { - "match_id": 1143121, - "date": "2018-04-18", - "innings": 1, - "opponent": "Gambia", - "result": "W", - "score": 165, - "opp_score": 56, - "wickets": 7, - "powerplay_runs": 57, - "death_economy": null - }, - { - "match_id": 1143118, - "date": "2018-04-15", - "innings": 1, - "opponent": "Sierra Leone", - "result": "W", - "score": 140, - "opp_score": 109, - "wickets": 8, - "powerplay_runs": 30, - "death_economy": 7.25 - } - ], - "Tanzania": [ - { - "match_id": 1151253, - "date": "2018-07-14", - "innings": 1, - "opponent": "Rwanda", - "result": "W", - "score": 196, - "opp_score": 116, - "wickets": 7, - "powerplay_runs": 40, - "death_economy": 6.5 - }, - { - "match_id": 1151251, - "date": "2018-07-13", - "innings": 2, - "opponent": "Kenya", - "result": "L", - "score": 158, - "opp_score": 214, - "wickets": 8, - "powerplay_runs": 53, - "death_economy": 15.25 - }, - { - "match_id": 1151249, - "date": "2018-07-11", - "innings": 2, - "opponent": "Uganda", - "result": "W", - "score": 158, - "opp_score": 155, - "wickets": 4, - "powerplay_runs": 36, - "death_economy": 12.0 - }, - { - "match_id": 1151247, - "date": "2018-07-10", - "innings": 1, - "opponent": "Kenya", - "result": "L", - "score": 118, - "opp_score": 119, - "wickets": 10, - "powerplay_runs": 33, - "death_economy": null - }, - { - "match_id": 1151244, - "date": "2018-07-07", - "innings": 1, - "opponent": "Rwanda", - "result": "W", - "score": 197, - "opp_score": 121, - "wickets": 7, - "powerplay_runs": 72, - "death_economy": 0.5 - }, - { - "match_id": 1120537, - "date": "2017-09-15", - "innings": 1, - "opponent": "Namibia", - "result": "L", - "score": 92, - "opp_score": 93, - "wickets": 4, - "powerplay_runs": 22, - "death_economy": 3.5 - }, - { - "match_id": 1118923, - "date": "2017-09-12", - "innings": 1, - "opponent": "Namibia", - "result": "L", - "score": 102, - "opp_score": 103, - "wickets": 5, - "powerplay_runs": 33, - "death_economy": 4.5 - }, - { - "match_id": 1118918, - "date": "2017-09-09", - "innings": 1, - "opponent": "Uganda", - "result": "L", - "score": 78, - "opp_score": 79, - "wickets": 7, - "powerplay_runs": 24, - "death_economy": 1.0 - }, - { - "match_id": 1118917, - "date": "2017-09-08", - "innings": 1, - "opponent": "Kenya", - "result": "L", - "score": 87, - "opp_score": 88, - "wickets": 3, - "powerplay_runs": 18, - "death_economy": 2.5 - } - ], - "Vanuatu": [ - { - "match_id": 1155282, - "date": "2018-08-29", - "innings": 1, - "opponent": "Papua New Guinea", - "result": "L", - "score": 145, - "opp_score": 146, - "wickets": 9, - "powerplay_runs": 48, - "death_economy": 7.0 - }, - { - "match_id": 1155279, - "date": "2018-08-28", - "innings": 1, - "opponent": "Fiji", - "result": "W", - "score": 158, - "opp_score": 121, - "wickets": 8, - "powerplay_runs": 68, - "death_economy": 9.25 - }, - { - "match_id": 1155280, - "date": "2018-08-28", - "innings": 2, - "opponent": "Samoa", - "result": "W", - "score": 72, - "opp_score": 68, - "wickets": 1, - "powerplay_runs": 57, - "death_economy": 0.5 - }, - { - "match_id": 1155277, - "date": "2018-08-26", - "innings": 2, - "opponent": "Papua New Guinea", - "result": "L", - "score": 158, - "opp_score": 239, - "wickets": 10, - "powerplay_runs": 46, - "death_economy": 19.0 - }, - { - "match_id": 1155272, - "date": "2018-08-25", - "innings": 1, - "opponent": "Fiji", - "result": "L", - "score": 143, - "opp_score": 145, - "wickets": 9, - "powerplay_runs": 37, - "death_economy": 10.25 - }, - { - "match_id": 1155275, - "date": "2018-08-25", - "innings": 2, - "opponent": "Samoa", - "result": "L", - "score": 127, - "opp_score": 144, - "wickets": 10, - "powerplay_runs": 39, - "death_economy": 9.5 - }, - { - "match_id": 1090896, - "date": "2017-05-04", - "innings": 1, - "opponent": "Japan", - "result": "L", - "score": 83, - "opp_score": 84, - "wickets": 5, - "powerplay_runs": 10, - "death_economy": 4.25 - }, - { - "match_id": 1090894, - "date": "2017-05-03", - "innings": 1, - "opponent": "Samoa", - "result": "L", - "score": 46, - "opp_score": 47, - "wickets": 10, - "powerplay_runs": 15, - "death_economy": 1.75 - }, - { - "match_id": 1090892, - "date": "2017-05-02", - "innings": 1, - "opponent": "Papua New Guinea", - "result": "L", - "score": 81, - "opp_score": 82, - "wickets": 8, - "powerplay_runs": 15, - "death_economy": null - }, - { - "match_id": 1090889, - "date": "2017-05-01", - "innings": 2, - "opponent": "Samoa", - "result": "L", - "score": 61, - "opp_score": 114, - "wickets": 10, - "powerplay_runs": 13, - "death_economy": 10.25 - } - ], - "Uzbekistan": [ - { - "match_id": 1541809, - "date": "2026-06-26", - "innings": 2, - "opponent": "Indonesia", - "result": "L", - "score": 130, - "opp_score": 227, - "wickets": 6, - "powerplay_runs": 15, - "death_economy": 13.5 - }, - { - "match_id": 1541807, - "date": "2026-06-25", - "innings": 1, - "opponent": "Thailand", - "result": "L", - "score": 37, - "opp_score": 38, - "wickets": 10, - "powerplay_runs": 15, - "death_economy": null - }, - { - "match_id": 1541805, - "date": "2026-06-23", - "innings": 2, - "opponent": "Indonesia", - "result": "L", - "score": 128, - "opp_score": 247, - "wickets": 5, - "powerplay_runs": 22, - "death_economy": 23.75 - }, - { - "match_id": 1541804, - "date": "2026-06-22", - "innings": 2, - "opponent": "Singapore", - "result": "L", - "score": 49, - "opp_score": 101, - "wickets": 5, - "powerplay_runs": 30, - "death_economy": null - } - ], - "St Helena": [ - { - "match_id": 1163066, - "date": "2018-11-02", - "innings": 2, - "opponent": "Namibia", - "result": "L", - "score": 90, - "opp_score": 180, - "wickets": 10, - "powerplay_runs": 26, - "death_economy": 12.75 - }, - { - "match_id": 1163055, - "date": "2018-10-30", - "innings": 2, - "opponent": "Botswana", - "result": "L", - "score": 63, - "opp_score": 144, - "wickets": 10, - "powerplay_runs": 14, - "death_economy": 11.25 - }, - { - "match_id": 1163052, - "date": "2018-10-29", - "innings": 1, - "opponent": "Malawi", - "result": "W", - "score": 136, - "opp_score": 130, - "wickets": 5, - "powerplay_runs": 31, - "death_economy": 12.0 - } - ], - "Lesotho": [ - { - "match_id": 1163064, - "date": "2018-11-02", - "innings": 1, - "opponent": "Botswana", - "result": "L", - "score": 99, - "opp_score": 100, - "wickets": 9, - "powerplay_runs": 19, - "death_economy": null - }, - { - "match_id": 1163060, - "date": "2018-11-01", - "innings": 2, - "opponent": "Namibia", - "result": "L", - "score": 35, - "opp_score": 214, - "wickets": 10, - "powerplay_runs": 17, - "death_economy": 15.25 - }, - { - "match_id": 1163062, - "date": "2018-11-01", - "innings": 2, - "opponent": "Malawi", - "result": "L", - "score": 124, - "opp_score": 128, - "wickets": 10, - "powerplay_runs": 24, - "death_economy": 8.5 - }, - { - "match_id": 1163057, - "date": "2018-10-30", - "innings": 2, - "opponent": "Mozambique", - "result": "L", - "score": 117, - "opp_score": 183, - "wickets": 7, - "powerplay_runs": 29, - "death_economy": 8.25 - }, - { - "match_id": 1163051, - "date": "2018-10-29", - "innings": 2, - "opponent": "Swaziland", - "result": "W", - "score": 109, - "opp_score": 105, - "wickets": 2, - "powerplay_runs": 34, - "death_economy": 6.75 - } - ], - "Myanmar": [ - { - "match_id": 1160962, - "date": "2018-10-10", - "innings": 2, - "opponent": "Thailand", - "result": "L", - "score": 27, - "opp_score": 151, - "wickets": 2, - "powerplay_runs": 8, - "death_economy": 13.25 - }, - { - "match_id": 1160959, - "date": "2018-10-09", - "innings": 1, - "opponent": "Malaysia", - "result": "L", - "score": 9, - "opp_score": 11, - "wickets": 8, - "powerplay_runs": 3, - "death_economy": null - }, - { - "match_id": 1160950, - "date": "2018-10-04", - "innings": 1, - "opponent": "Singapore", - "result": "L", - "score": 68, - "opp_score": 69, - "wickets": 10, - "powerplay_runs": 8, - "death_economy": null - }, - { - "match_id": 1160947, - "date": "2018-10-03", - "innings": 1, - "opponent": "Nepal", - "result": "L", - "score": 29, - "opp_score": 30, - "wickets": 10, - "powerplay_runs": 21, - "death_economy": null - } - ], - "Gambia": [ - { - "match_id": 1143125, - "date": "2018-04-21", - "innings": 1, - "opponent": "Sierra Leone", - "result": "L", - "score": 82, - "opp_score": 83, - "wickets": 8, - "powerplay_runs": 16, - "death_economy": null - }, - { - "match_id": 1143121, - "date": "2018-04-18", - "innings": 2, - "opponent": "Ghana", - "result": "L", - "score": 56, - "opp_score": 165, - "wickets": 10, - "powerplay_runs": 25, - "death_economy": 10.75 - } - ], - "Argentina": [ - { - "match_id": 460054, - "date": "2010-06-04", - "innings": 1, - "opponent": "United States of America", - "result": "L", - "score": 183, - "opp_score": 184, - "wickets": 6, - "powerplay_runs": 35, - "death_economy": 8.75 - } - ], - "Papua New Guinea": [ - { - "match_id": 1506453, - "date": "2025-10-19", - "innings": 1, - "opponent": "United Arab Emirates", - "result": "W", - "score": 210, - "opp_score": 132, - "wickets": 9, - "powerplay_runs": 7, - "death_economy": 2.0 - }, - { - "match_id": 1506452, - "date": "2025-10-17", - "innings": 2, - "opponent": "United Arab Emirates", - "result": "L", - "score": 33, - "opp_score": 193, - "wickets": 9, - "powerplay_runs": 5, - "death_economy": 1.5 - }, - { - "match_id": 1506451, - "date": "2025-10-15", - "innings": 2, - "opponent": "United Arab Emirates", - "result": "W", - "score": 146, - "opp_score": 143, - "wickets": 7, - "powerplay_runs": 14, - "death_economy": 5.5 - }, - { - "match_id": 1506450, - "date": "2025-10-13", - "innings": 1, - "opponent": "United Arab Emirates", - "result": "L", - "score": 93, - "opp_score": 97, - "wickets": 10, - "powerplay_runs": 8, - "death_economy": 2.75 - }, - { - "match_id": 1444547, - "date": "2024-08-11", - "innings": 1, - "opponent": "Scotland", - "result": "L", - "score": 133, - "opp_score": 134, - "wickets": 10, - "powerplay_runs": 12, - "death_economy": 6.75 - }, - { - "match_id": 1444546, - "date": "2024-08-09", - "innings": 1, - "opponent": "Netherlands", - "result": "L", - "score": 191, - "opp_score": 192, - "wickets": 10, - "powerplay_runs": 15, - "death_economy": 4.75 - }, - { - "match_id": 1444544, - "date": "2024-08-06", - "innings": 2, - "opponent": "Scotland", - "result": "L", - "score": 196, - "opp_score": 258, - "wickets": 10, - "powerplay_runs": 23, - "death_economy": 5.75 - }, - { - "match_id": 1444543, - "date": "2024-08-05", - "innings": 1, - "opponent": "Netherlands", - "result": "L", - "score": 148, - "opp_score": 149, - "wickets": 10, - "powerplay_runs": 5, - "death_economy": 8.75 - }, - { - "match_id": 1427424, - "date": "2024-04-12", - "innings": 2, - "opponent": "Scotland", - "result": "L", - "score": 113, - "opp_score": 217, - "wickets": 10, - "powerplay_runs": 20, - "death_economy": 8.0 - }, - { - "match_id": 1427423, - "date": "2024-04-11", - "innings": 2, - "opponent": "United States of America", - "result": "W", - "score": 164, - "opp_score": 160, - "wickets": 4, - "powerplay_runs": 12, - "death_economy": 3.75 - } - ], - "Barbados": [ - { - "match_id": 1289268, - "date": "2022-08-03", - "innings": 2, - "opponent": "India", - "result": "L", - "score": 62, - "opp_score": 162, - "wickets": 8, - "powerplay_runs": 19, - "death_economy": 14.5 - }, - { - "match_id": 1289264, - "date": "2022-07-31", - "innings": 1, - "opponent": "Australia", - "result": "L", - "score": 64, - "opp_score": 68, - "wickets": 10, - "powerplay_runs": 27, - "death_economy": null - }, - { - "match_id": 1289260, - "date": "2022-07-29", - "innings": 1, - "opponent": "Pakistan", - "result": "W", - "score": 144, - "opp_score": 129, - "wickets": 4, - "powerplay_runs": 32, - "death_economy": 10.25 - } - ], - "Sweden": [ - { - "match_id": 1157847, - "date": "2018-08-31", - "innings": 2, - "opponent": "Norway", - "result": "L", - "score": 94, - "opp_score": 150, - "wickets": 10, - "powerplay_runs": 24, - "death_economy": 12.75 - }, - { - "match_id": 1156672, - "date": "2018-08-30", - "innings": 1, - "opponent": "Israel", - "result": "W", - "score": 142, - "opp_score": 102, - "wickets": 8, - "powerplay_runs": 41, - "death_economy": 6.75 - } - ], - "Canada": [ - { - "match_id": 1538428, - "date": "2026-06-12", - "innings": 1, - "opponent": "United States of America", - "result": "L", - "score": 275, - "opp_score": 276, - "wickets": 8, - "powerplay_runs": 31, - "death_economy": 6.25 - }, - { - "match_id": 1538427, - "date": "2026-06-10", - "innings": 2, - "opponent": "Netherlands", - "result": "W", - "score": 218, - "opp_score": 214, - "wickets": 8, - "powerplay_runs": 22, - "death_economy": 6.5 - }, - { - "match_id": 1538425, - "date": "2026-06-06", - "innings": 1, - "opponent": "United States of America", - "result": "L", - "score": 231, - "opp_score": 235, - "wickets": 8, - "powerplay_runs": 18, - "death_economy": 9.25 - }, - { - "match_id": 1498184, - "date": "2025-09-02", - "innings": 2, - "opponent": "Namibia", - "result": "L", - "score": 237, - "opp_score": 261, - "wickets": 10, - "powerplay_runs": 18, - "death_economy": 3.0 - }, - { - "match_id": 1498183, - "date": "2025-08-31", - "innings": 1, - "opponent": "Scotland", - "result": "L", - "score": 184, - "opp_score": 187, - "wickets": 10, - "powerplay_runs": 13, - "death_economy": 6.75 - }, - { - "match_id": 1498181, - "date": "2025-08-27", - "innings": 1, - "opponent": "Namibia", - "result": "L", - "score": 219, - "opp_score": 220, - "wickets": 10, - "powerplay_runs": 36, - "death_economy": 7.75 - }, - { - "match_id": 1482568, - "date": "2025-05-25", - "innings": 2, - "opponent": "United States of America", - "result": "L", - "score": 198, - "opp_score": 286, - "wickets": 10, - "powerplay_runs": 20, - "death_economy": 4.25 - }, - { - "match_id": 1482567, - "date": "2025-05-23", - "innings": 1, - "opponent": "Oman", - "result": "W", - "score": 212, - "opp_score": 108, - "wickets": 10, - "powerplay_runs": 17, - "death_economy": 5.5 - }, - { - "match_id": 1482565, - "date": "2025-05-19", - "innings": 2, - "opponent": "Oman", - "result": "L", - "score": 202, - "opp_score": 217, - "wickets": 10, - "powerplay_runs": 29, - "death_economy": 4.5 - }, - { - "match_id": 1482564, - "date": "2025-05-17", - "innings": 2, - "opponent": "United States of America", - "result": "L", - "score": 192, - "opp_score": 361, - "wickets": 10, - "powerplay_runs": 24, - "death_economy": 6.0 - } - ], - "Rwanda": [ - { - "match_id": 1151253, - "date": "2018-07-14", - "innings": 2, - "opponent": "Tanzania", - "result": "L", - "score": 116, - "opp_score": 196, - "wickets": 10, - "powerplay_runs": 39, - "death_economy": 16.0 - }, - { - "match_id": 1151252, - "date": "2018-07-13", - "innings": 2, - "opponent": "Uganda", - "result": "L", - "score": 107, - "opp_score": 201, - "wickets": 9, - "powerplay_runs": 35, - "death_economy": 19.0 - }, - { - "match_id": 1151250, - "date": "2018-07-11", - "innings": 1, - "opponent": "Kenya", - "result": "L", - "score": 125, - "opp_score": 129, - "wickets": 10, - "powerplay_runs": 18, - "death_economy": 2.25 - }, - { - "match_id": 1151248, - "date": "2018-07-10", - "innings": 2, - "opponent": "Uganda", - "result": "L", - "score": 34, - "opp_score": 204, - "wickets": 10, - "powerplay_runs": 22, - "death_economy": 14.75 - }, - { - "match_id": 1151246, - "date": "2018-07-08", - "innings": 2, - "opponent": "Kenya", - "result": "L", - "score": 147, - "opp_score": 270, - "wickets": 8, - "powerplay_runs": 35, - "death_economy": 17.25 - }, - { - "match_id": 1151244, - "date": "2018-07-07", - "innings": 2, - "opponent": "Tanzania", - "result": "L", - "score": 121, - "opp_score": 197, - "wickets": 9, - "powerplay_runs": 39, - "death_economy": 8.0 - } - ], - "Kenya": [ - { - "match_id": 696759, - "date": "2014-01-30", - "innings": 1, - "opponent": "Scotland", - "result": "L", - "score": 260, - "opp_score": 261, - "wickets": 10, - "powerplay_runs": 30, - "death_economy": 7.5 - }, - { - "match_id": 696733, - "date": "2014-01-23", - "innings": 2, - "opponent": "Netherlands", - "result": "W", - "score": 266, - "opp_score": 265, - "wickets": 6, - "powerplay_runs": 36, - "death_economy": 5.25 - }, - { - "match_id": 592266, - "date": "2013-03-11", - "innings": 2, - "opponent": "Canada", - "result": "W", - "score": 228, - "opp_score": 227, - "wickets": 4, - "powerplay_runs": 17, - "death_economy": 1.5 - }, - { - "match_id": 543882, - "date": "2012-02-20", - "innings": 2, - "opponent": "Ireland", - "result": "L", - "score": 120, - "opp_score": 237, - "wickets": 10, - "powerplay_runs": 14, - "death_economy": 4.0 - }, - { - "match_id": 543881, - "date": "2012-02-18", - "innings": 2, - "opponent": "Ireland", - "result": "W", - "score": 201, - "opp_score": 200, - "wickets": 3, - "powerplay_runs": 13, - "death_economy": 2.0 - }, - { - "match_id": 433598, - "date": "2011-03-20", - "innings": 2, - "opponent": "Zimbabwe", - "result": "L", - "score": 147, - "opp_score": 308, - "wickets": 10, - "powerplay_runs": 18, - "death_economy": 7.0 - }, - { - "match_id": 433588, - "date": "2011-03-13", - "innings": 2, - "opponent": "Australia", - "result": "L", - "score": 264, - "opp_score": 324, - "wickets": 6, - "powerplay_runs": 22, - "death_economy": 7.0 - }, - { - "match_id": 433580, - "date": "2011-03-07", - "innings": 1, - "opponent": "Canada", - "result": "L", - "score": 198, - "opp_score": 199, - "wickets": 10, - "powerplay_runs": 17, - "death_economy": 2.5 - }, - { - "match_id": 433571, - "date": "2011-03-01", - "innings": 1, - "opponent": "Sri Lanka", - "result": "L", - "score": 142, - "opp_score": 146, - "wickets": 10, - "powerplay_runs": 19, - "death_economy": 9.0 - }, - { - "match_id": 433563, - "date": "2011-02-23", - "innings": 2, - "opponent": "Pakistan", - "result": "L", - "score": 112, - "opp_score": 317, - "wickets": 10, - "powerplay_runs": 23, - "death_economy": 6.5 - } - ], - "Slovenia": [ - { - "match_id": 1534057, - "date": "2026-05-22", - "innings": 1, - "opponent": "Malta", - "result": "L", - "score": 68, - "opp_score": 69, - "wickets": 10, - "powerplay_runs": 16, - "death_economy": null - }, - { - "match_id": 1534050, - "date": "2026-05-20", - "innings": 1, - "opponent": "Guernsey", - "result": "L", - "score": 99, - "opp_score": 103, - "wickets": 10, - "powerplay_runs": 24, - "death_economy": null - }, - { - "match_id": 1534047, - "date": "2026-05-19", - "innings": 1, - "opponent": "Sweden", - "result": "L", - "score": 133, - "opp_score": 136, - "wickets": 6, - "powerplay_runs": 27, - "death_economy": null - }, - { - "match_id": 1534044, - "date": "2026-05-17", - "innings": 1, - "opponent": "Austria", - "result": "L", - "score": 164, - "opp_score": 165, - "wickets": 6, - "powerplay_runs": 35, - "death_economy": 11.5 - }, - { - "match_id": 1486788, - "date": "2025-06-22", - "innings": 1, - "opponent": "Hungary", - "result": "L", - "score": 149, - "opp_score": 151, - "wickets": 10, - "powerplay_runs": 56, - "death_economy": null - }, - { - "match_id": 1486786, - "date": "2025-06-21", - "innings": 2, - "opponent": "Hungary", - "result": "L", - "score": 92, - "opp_score": 214, - "wickets": 9, - "powerplay_runs": 23, - "death_economy": 15.25 - }, - { - "match_id": 1486787, - "date": "2025-06-21", - "innings": 2, - "opponent": "Hungary", - "result": "L", - "score": 160, - "opp_score": 222, - "wickets": 8, - "powerplay_runs": 39, - "death_economy": 21.5 - }, - { - "match_id": 1486791, - "date": "2025-06-08", - "innings": 2, - "opponent": "Serbia", - "result": "L", - "score": 202, - "opp_score": 226, - "wickets": 8, - "powerplay_runs": 50, - "death_economy": 23.0 - }, - { - "match_id": 1486790, - "date": "2025-06-07", - "innings": 1, - "opponent": "Serbia", - "result": "L", - "score": 199, - "opp_score": 200, - "wickets": 7, - "powerplay_runs": 58, - "death_economy": null - }, - { - "match_id": 1486228, - "date": "2025-05-18", - "innings": 2, - "opponent": "Austria", - "result": "L", - "score": 76, - "opp_score": 244, - "wickets": 10, - "powerplay_runs": 31, - "death_economy": 17.75 - } - ], - "Namibia": [ - { - "match_id": 1529144, - "date": "2026-04-12", - "innings": 1, - "opponent": "Scotland", - "result": "L", - "score": 198, - "opp_score": 199, - "wickets": 10, - "powerplay_runs": 25, - "death_economy": 6.75 - }, - { - "match_id": 1529143, - "date": "2026-04-10", - "innings": 2, - "opponent": "Oman", - "result": "W", - "score": 223, - "opp_score": 218, - "wickets": 9, - "powerplay_runs": 9, - "death_economy": 3.25 - }, - { - "match_id": 1529141, - "date": "2026-04-06", - "innings": 1, - "opponent": null, - "result": null, - "score": 189, - "opp_score": null, - "wickets": 8, - "powerplay_runs": 11, - "death_economy": null - }, - { - "match_id": 1529140, - "date": "2026-04-04", - "innings": 1, - "opponent": "Oman", - "result": "L", - "score": 268, - "opp_score": 274, - "wickets": 7, - "powerplay_runs": 12, - "death_economy": 8.75 - }, - { - "match_id": 1498185, - "date": "2025-09-04", - "innings": 2, - "opponent": "Scotland", - "result": "L", - "score": 109, - "opp_score": 164, - "wickets": 10, - "powerplay_runs": 17, - "death_economy": 6.75 - }, - { - "match_id": 1498184, - "date": "2025-09-02", - "innings": 1, - "opponent": "Canada", - "result": "W", - "score": 261, - "opp_score": 237, - "wickets": 8, - "powerplay_runs": 4, - "death_economy": 6.25 - }, - { - "match_id": 1498181, - "date": "2025-08-27", - "innings": 2, - "opponent": "Canada", - "result": "W", - "score": 220, - "opp_score": 219, - "wickets": 5, - "powerplay_runs": 15, - "death_economy": 4.75 - }, - { - "match_id": 1474414, - "date": "2025-03-15", - "innings": 1, - "opponent": "Canada", - "result": "W", - "score": 186, - "opp_score": 154, - "wickets": 10, - "powerplay_runs": 37, - "death_economy": 5.5 - }, - { - "match_id": 1474413, - "date": "2025-03-13", - "innings": 1, - "opponent": "Netherlands", - "result": "L", - "score": 148, - "opp_score": 149, - "wickets": 10, - "powerplay_runs": 25, - "death_economy": 5.0 - }, - { - "match_id": 1474411, - "date": "2025-03-09", - "innings": 3, - "opponent": "Canada", - "result": "W", - "score": 174, - "opp_score": 167, - "wickets": 2, - "powerplay_runs": 17, - "death_economy": 5.75 - } - ], - "Cameroon": [ - { - "match_id": 1535428, - "date": "2026-05-29", - "innings": 1, - "opponent": "Mali", - "result": "W", - "score": 159, - "opp_score": 69, - "wickets": 6, - "powerplay_runs": 26, - "death_economy": 0.5 - }, - { - "match_id": 1535427, - "date": "2026-05-28", - "innings": 1, - "opponent": "Kenya", - "result": "L", - "score": 42, - "opp_score": 43, - "wickets": 10, - "powerplay_runs": 11, - "death_economy": null - }, - { - "match_id": 1535424, - "date": "2026-05-26", - "innings": 1, - "opponent": "Ivory Coast", - "result": "W", - "score": 183, - "opp_score": 31, - "wickets": 8, - "powerplay_runs": 41, - "death_economy": 1.0 - }, - { - "match_id": 1535420, - "date": "2026-05-25", - "innings": 2, - "opponent": "Botswana", - "result": "L", - "score": 78, - "opp_score": 149, - "wickets": 8, - "powerplay_runs": 11, - "death_economy": 13.75 - }, - { - "match_id": 1535418, - "date": "2026-05-24", - "innings": 2, - "opponent": "Sierra Leone", - "result": "W", - "score": 67, - "opp_score": 64, - "wickets": 9, - "powerplay_runs": 36, - "death_economy": null - }, - { - "match_id": 1535413, - "date": "2026-05-23", - "innings": 1, - "opponent": "Rwanda", - "result": "L", - "score": 107, - "opp_score": 108, - "wickets": 7, - "powerplay_runs": 31, - "death_economy": 5.25 - }, - { - "match_id": 1494142, - "date": "2025-07-26", - "innings": 2, - "opponent": "Mozambique", - "result": "W", - "score": 88, - "opp_score": 87, - "wickets": 8, - "powerplay_runs": 22, - "death_economy": 7.5 - }, - { - "match_id": 1494136, - "date": "2025-07-24", - "innings": 1, - "opponent": "Eswatini", - "result": "W", - "score": 177, - "opp_score": 37, - "wickets": 5, - "powerplay_runs": 35, - "death_economy": 1.0 - }, - { - "match_id": 1494135, - "date": "2025-07-23", - "innings": 1, - "opponent": "Rwanda", - "result": "L", - "score": 20, - "opp_score": 22, - "wickets": 10, - "powerplay_runs": 10, - "death_economy": null - }, - { - "match_id": 1494131, - "date": "2025-07-21", - "innings": 1, - "opponent": "Lesotho", - "result": "W", - "score": 105, - "opp_score": 50, - "wickets": 9, - "powerplay_runs": 26, - "death_economy": 1.0 - } - ], - "Croatia": [ - { - "match_id": 1534060, - "date": "2026-05-23", - "innings": 1, - "opponent": "Austria", - "result": "L", - "score": 160, - "opp_score": 164, - "wickets": 6, - "powerplay_runs": 44, - "death_economy": 9.0 - }, - { - "match_id": 1534056, - "date": "2026-05-22", - "innings": 1, - "opponent": "Cyprus", - "result": "W", - "score": 147, - "opp_score": 140, - "wickets": 9, - "powerplay_runs": 35, - "death_economy": 8.5 - }, - { - "match_id": 1534053, - "date": "2026-05-20", - "innings": 2, - "opponent": "Jersey", - "result": "L", - "score": 171, - "opp_score": 280, - "wickets": 10, - "powerplay_runs": 85, - "death_economy": 20.5 - }, - { - "match_id": 1534048, - "date": "2026-05-19", - "innings": 1, - "opponent": "Switzerland", - "result": "W", - "score": 199, - "opp_score": 183, - "wickets": 2, - "powerplay_runs": 57, - "death_economy": 10.0 - }, - { - "match_id": 1534043, - "date": "2026-05-17", - "innings": 2, - "opponent": "France", - "result": "L", - "score": 126, - "opp_score": 208, - "wickets": 10, - "powerplay_runs": 66, - "death_economy": 12.5 - }, - { - "match_id": 1514477, - "date": "2025-12-07", - "innings": 1, - "opponent": "Spain", - "result": "L", - "score": 90, - "opp_score": 93, - "wickets": 7, - "powerplay_runs": 26, - "death_economy": null - }, - { - "match_id": 1514476, - "date": "2025-12-07", - "innings": 2, - "opponent": "Spain", - "result": "L", - "score": 75, - "opp_score": 290, - "wickets": 8, - "powerplay_runs": 15, - "death_economy": 24.75 - }, - { - "match_id": 1514475, - "date": "2025-12-06", - "innings": 1, - "opponent": "Spain", - "result": "L", - "score": 55, - "opp_score": 58, - "wickets": 10, - "powerplay_runs": 12, - "death_economy": null - }, - { - "match_id": 1514474, - "date": "2025-12-06", - "innings": 2, - "opponent": "Spain", - "result": "L", - "score": 42, - "opp_score": 224, - "wickets": 10, - "powerplay_runs": 8, - "death_economy": 18.0 - }, - { - "match_id": 1514473, - "date": "2025-12-05", - "innings": 1, - "opponent": "Spain", - "result": "L", - "score": 76, - "opp_score": 77, - "wickets": 10, - "powerplay_runs": 39, - "death_economy": null - } - ], - "Serbia": [ - { - "match_id": 1543374, - "date": "2026-07-12", - "innings": 1, - "opponent": "Gibraltar", - "result": "L", - "score": 139, - "opp_score": 143, - "wickets": 8, - "powerplay_runs": 52, - "death_economy": 7.5 - }, - { - "match_id": 1543369, - "date": "2026-07-10", - "innings": 2, - "opponent": "Belgium", - "result": "L", - "score": 107, - "opp_score": 171, - "wickets": 10, - "powerplay_runs": 34, - "death_economy": 15.0 - }, - { - "match_id": 1543364, - "date": "2026-07-08", - "innings": 1, - "opponent": "Romania", - "result": "L", - "score": 136, - "opp_score": 140, - "wickets": 5, - "powerplay_runs": 45, - "death_economy": null - }, - { - "match_id": 1541618, - "date": "2026-06-28", - "innings": 2, - "opponent": "Bulgaria", - "result": "W", - "score": 119, - "opp_score": 117, - "wickets": 5, - "powerplay_runs": 41, - "death_economy": 5.25 - }, - { - "match_id": 1541617, - "date": "2026-06-27", - "innings": 1, - "opponent": "Bulgaria", - "result": "W", - "score": 199, - "opp_score": 115, - "wickets": 3, - "powerplay_runs": 44, - "death_economy": 9.75 - }, - { - "match_id": 1541616, - "date": "2026-06-27", - "innings": 2, - "opponent": "Bulgaria", - "result": "L", - "score": 131, - "opp_score": 138, - "wickets": 7, - "powerplay_runs": 24, - "death_economy": 8.75 - }, - { - "match_id": 1539479, - "date": "2026-06-27", - "innings": 1, - "opponent": "Luxembourg", - "result": "L", - "score": 162, - "opp_score": 163, - "wickets": 7, - "powerplay_runs": 25, - "death_economy": null - }, - { - "match_id": 1541615, - "date": "2026-06-26", - "innings": 2, - "opponent": "Bulgaria", - "result": "W", - "score": 107, - "opp_score": 106, - "wickets": 5, - "powerplay_runs": 23, - "death_economy": 4.75 - }, - { - "match_id": 1539476, - "date": "2026-06-26", - "innings": 1, - "opponent": "Luxembourg", - "result": "L", - "score": 196, - "opp_score": 197, - "wickets": 6, - "powerplay_runs": 43, - "death_economy": 2.5 - }, - { - "match_id": 1506443, - "date": "2025-11-01", - "innings": 2, - "opponent": "Bulgaria", - "result": "L", - "score": 142, - "opp_score": 211, - "wickets": 5, - "powerplay_runs": 44, - "death_economy": 16.0 - } - ], - "Fiji": [ - { - "match_id": 1155283, - "date": "2018-08-29", - "innings": 1, - "opponent": "Samoa", - "result": "L", - "score": 163, - "opp_score": 165, - "wickets": 6, - "powerplay_runs": 46, - "death_economy": 3.5 - }, - { - "match_id": 1155279, - "date": "2018-08-28", - "innings": 2, - "opponent": "Vanuatu", - "result": "L", - "score": 121, - "opp_score": 158, - "wickets": 9, - "powerplay_runs": 45, - "death_economy": 10.0 - }, - { - "match_id": 1155281, - "date": "2018-08-28", - "innings": 1, - "opponent": "Papua New Guinea", - "result": "L", - "score": 31, - "opp_score": 35, - "wickets": 10, - "powerplay_runs": 21, - "death_economy": null - }, - { - "match_id": 1155276, - "date": "2018-08-26", - "innings": 1, - "opponent": "Samoa", - "result": "W", - "score": 139, - "opp_score": 130, - "wickets": 8, - "powerplay_runs": 25, - "death_economy": 12.5 - }, - { - "match_id": 1155272, - "date": "2018-08-25", - "innings": 2, - "opponent": "Vanuatu", - "result": "W", - "score": 145, - "opp_score": 143, - "wickets": 7, - "powerplay_runs": 29, - "death_economy": 10.0 - }, - { - "match_id": 1155274, - "date": "2018-08-25", - "innings": 2, - "opponent": "Papua New Guinea", - "result": "L", - "score": 113, - "opp_score": 188, - "wickets": 9, - "powerplay_runs": 27, - "death_economy": 15.0 - } - ], - "Mongolia": [ - { - "match_id": 1536641, - "date": "2026-06-09", - "innings": 2, - "opponent": "Myanmar", - "result": "L", - "score": 80, - "opp_score": 182, - "wickets": 9, - "powerplay_runs": 20, - "death_economy": 12.75 - }, - { - "match_id": 1536632, - "date": "2026-06-06", - "innings": 2, - "opponent": "Bahrain", - "result": "W", - "score": 98, - "opp_score": 97, - "wickets": 7, - "powerplay_runs": 28, - "death_economy": 2.5 - }, - { - "match_id": 1536624, - "date": "2026-06-04", - "innings": 2, - "opponent": "Japan", - "result": "L", - "score": 72, - "opp_score": 188, - "wickets": 8, - "powerplay_runs": 15, - "death_economy": 12.75 - }, - { - "match_id": 1536614, - "date": "2026-06-03", - "innings": 1, - "opponent": "Thailand", - "result": "L", - "score": 19, - "opp_score": 21, - "wickets": 10, - "powerplay_runs": 11, - "death_economy": null - }, - { - "match_id": 1489041, - "date": "2025-06-08", - "innings": 1, - "opponent": "Philippines", - "result": "L", - "score": 90, - "opp_score": 91, - "wickets": 7, - "powerplay_runs": 9, - "death_economy": null - }, - { - "match_id": 1485413, - "date": "2025-06-07", - "innings": 1, - "opponent": "Hong Kong", - "result": "L", - "score": 74, - "opp_score": 75, - "wickets": 10, - "powerplay_runs": 9, - "death_economy": null - }, - { - "match_id": 1485411, - "date": "2025-06-06", - "innings": 2, - "opponent": "Philippines", - "result": "L", - "score": 49, - "opp_score": 167, - "wickets": 6, - "powerplay_runs": 3, - "death_economy": 12.25 - }, - { - "match_id": 1485409, - "date": "2025-06-05", - "innings": 1, - "opponent": "China", - "result": "L", - "score": 32, - "opp_score": 33, - "wickets": 9, - "powerplay_runs": 10, - "death_economy": null - }, - { - "match_id": 1456864, - "date": "2024-11-10", - "innings": 1, - "opponent": "Myanmar", - "result": "L", - "score": 42, - "opp_score": 43, - "wickets": 9, - "powerplay_runs": 12, - "death_economy": null - }, - { - "match_id": 1456863, - "date": "2024-11-09", - "innings": 1, - "opponent": "Hong Kong", - "result": "L", - "score": 19, - "opp_score": 20, - "wickets": 10, - "powerplay_runs": 3, - "death_economy": null - } - ], - "Jersey": [ - { - "match_id": 1365105, - "date": "2023-04-05", - "innings": 2, - "opponent": "United Arab Emirates", - "result": "L", - "score": 218, - "opp_score": 284, - "wickets": 10, - "powerplay_runs": 20, - "death_economy": 7.25 - }, - { - "match_id": 1365104, - "date": "2023-04-04", - "innings": 2, - "opponent": "United States of America", - "result": "L", - "score": 206, - "opp_score": 231, - "wickets": 10, - "powerplay_runs": 13, - "death_economy": 5.5 - }, - { - "match_id": 1365100, - "date": "2023-04-01", - "innings": 1, - "opponent": "Papua New Guinea", - "result": "W", - "score": 291, - "opp_score": 280, - "wickets": 4, - "powerplay_runs": 33, - "death_economy": 4.25 - }, - { - "match_id": 1365097, - "date": "2023-03-30", - "innings": 1, - "opponent": "Namibia", - "result": "L", - "score": 213, - "opp_score": 216, - "wickets": 9, - "powerplay_runs": 17, - "death_economy": 7.5 - } - ], - "Samoa": [ - { - "match_id": 1155283, - "date": "2018-08-29", - "innings": 2, - "opponent": "Fiji", - "result": "W", - "score": 165, - "opp_score": 163, - "wickets": 1, - "powerplay_runs": 60, - "death_economy": 12.75 - }, - { - "match_id": 1155280, - "date": "2018-08-28", - "innings": 1, - "opponent": "Vanuatu", - "result": "L", - "score": 68, - "opp_score": 72, - "wickets": 10, - "powerplay_runs": 22, - "death_economy": null - }, - { - "match_id": 1155276, - "date": "2018-08-26", - "innings": 2, - "opponent": "Fiji", - "result": "L", - "score": 130, - "opp_score": 139, - "wickets": 7, - "powerplay_runs": 31, - "death_economy": 12.25 - }, - { - "match_id": 1155273, - "date": "2018-08-25", - "innings": 2, - "opponent": "Papua New Guinea", - "result": "L", - "score": 129, - "opp_score": 209, - "wickets": 7, - "powerplay_runs": 27, - "death_economy": 12.25 - }, - { - "match_id": 1155275, - "date": "2018-08-25", - "innings": 1, - "opponent": "Vanuatu", - "result": "W", - "score": 144, - "opp_score": 127, - "wickets": 6, - "powerplay_runs": 42, - "death_economy": 5.75 - }, - { - "match_id": 1090895, - "date": "2017-05-04", - "innings": 1, - "opponent": "Papua New Guinea", - "result": "L", - "score": 79, - "opp_score": 82, - "wickets": 9, - "powerplay_runs": 9, - "death_economy": 5.0 - }, - { - "match_id": 1090894, - "date": "2017-05-03", - "innings": 2, - "opponent": "Vanuatu", - "result": "W", - "score": 47, - "opp_score": 46, - "wickets": 6, - "powerplay_runs": 8, - "death_economy": 1.5 - }, - { - "match_id": 1090891, - "date": "2017-05-02", - "innings": 2, - "opponent": "Japan", - "result": "W", - "score": 51, - "opp_score": 49, - "wickets": 3, - "powerplay_runs": 27, - "death_economy": 6.25 - }, - { - "match_id": 1090889, - "date": "2017-05-01", - "innings": 1, - "opponent": "Vanuatu", - "result": "W", - "score": 114, - "opp_score": 61, - "wickets": 6, - "powerplay_runs": 20, - "death_economy": 0.75 - }, - { - "match_id": 1090885, - "date": "2017-04-28", - "innings": 2, - "opponent": "Japan", - "result": "W", - "score": 71, - "opp_score": 70, - "wickets": 0, - "powerplay_runs": 22, - "death_economy": 4.75 - } - ], - "Norway": [ - { - "match_id": 1156678, - "date": "2018-09-02", - "innings": 1, - "opponent": "Israel", - "result": "W", - "score": 143, - "opp_score": 119, - "wickets": 10, - "powerplay_runs": 23, - "death_economy": 3.5 - }, - { - "match_id": 1156675, - "date": "2018-09-01", - "innings": 2, - "opponent": "Guernsey", - "result": "W", - "score": 91, - "opp_score": 90, - "wickets": 5, - "powerplay_runs": 27, - "death_economy": 6.75 - }, - { - "match_id": 1157847, - "date": "2018-08-31", - "innings": 1, - "opponent": "Sweden", - "result": "W", - "score": 150, - "opp_score": 94, - "wickets": 6, - "powerplay_runs": 36, - "death_economy": 3.5 - }, - { - "match_id": 1156668, - "date": "2018-08-29", - "innings": 1, - "opponent": null, - "result": null, - "score": 101, - "opp_score": null, - "wickets": 3, - "powerplay_runs": 23, - "death_economy": null - } - ], - "Kuwait": [ - { - "match_id": 1142223, - "date": "2018-04-27", - "innings": 1, - "opponent": "Saudi Arabia", - "result": "W", - "score": 104, - "opp_score": 99, - "wickets": 10, - "powerplay_runs": 18, - "death_economy": 5.0 - }, - { - "match_id": 1142220, - "date": "2018-04-26", - "innings": 2, - "opponent": "United Arab Emirates", - "result": "L", - "score": 115, - "opp_score": 201, - "wickets": 8, - "powerplay_runs": 41, - "death_economy": 13.75 - }, - { - "match_id": 1142219, - "date": "2018-04-24", - "innings": 1, - "opponent": "Bahrain", - "result": "W", - "score": 153, - "opp_score": 130, - "wickets": 6, - "powerplay_runs": 31, - "death_economy": 8.75 - }, - { - "match_id": 1142215, - "date": "2018-04-23", - "innings": 1, - "opponent": "Saudi Arabia", - "result": "L", - "score": 92, - "opp_score": 96, - "wickets": 10, - "powerplay_runs": 12, - "death_economy": null - }, - { - "match_id": 1142211, - "date": "2018-04-21", - "innings": 2, - "opponent": "Qatar", - "result": "L", - "score": 141, - "opp_score": 167, - "wickets": 9, - "powerplay_runs": 43, - "death_economy": 12.75 - }, - { - "match_id": 1142208, - "date": "2018-04-20", - "innings": 1, - "opponent": "Maldives", - "result": "W", - "score": 170, - "opp_score": 68, - "wickets": 4, - "powerplay_runs": 25, - "death_economy": 1.0 - }, - { - "match_id": 811135, - "date": "2015-01-30", - "innings": 2, - "opponent": "Oman", - "result": "L", - "score": 138, - "opp_score": 149, - "wickets": 9, - "powerplay_runs": 40, - "death_economy": 11.0 - }, - { - "match_id": 811121, - "date": "2015-01-27", - "innings": 2, - "opponent": "Maldives", - "result": "W", - "score": 143, - "opp_score": 138, - "wickets": 1, - "powerplay_runs": 84, - "death_economy": 10.75 - }, - { - "match_id": 811117, - "date": "2015-01-26", - "innings": 1, - "opponent": "Saudi Arabia", - "result": "W", - "score": 159, - "opp_score": 156, - "wickets": 10, - "powerplay_runs": 35, - "death_economy": 13.0 - }, - { - "match_id": 778019, - "date": "2014-09-27", - "innings": 1, - "opponent": "Nepal", - "result": "L", - "score": 20, - "opp_score": 21, - "wickets": 10, - "powerplay_runs": 5, - "death_economy": null - } - ], - "Cayman Islands": [ - { - "match_id": 460056, - "date": "2010-06-05", - "innings": 1, - "opponent": "Bermuda", - "result": "L", - "score": 121, - "opp_score": 124, - "wickets": 5, - "powerplay_runs": 31, - "death_economy": 9.0 - } - ], - "Hungary": [ - { - "match_id": 1434162, - "date": "2024-05-26", - "innings": 2, - "opponent": "Gibraltar", - "result": "W", - "score": 153, - "opp_score": 150, - "wickets": 2, - "powerplay_runs": 44, - "death_economy": 12.5 - } - ], - "West Indies": [ - { - "match_id": 1538312, - "date": "2026-07-03", - "innings": 4, - "opponent": "Sri Lanka", - "result": "L", - "score": 499, - "opp_score": 549, - "wickets": 0, - "powerplay_runs": 39, - "death_economy": 11.75 - }, - { - "match_id": 1538312, - "date": "2026-07-03", - "innings": 2, - "opponent": "Sri Lanka", - "result": "L", - "score": 499, - "opp_score": 549, - "wickets": 10, - "powerplay_runs": 39, - "death_economy": 11.75 - }, - { - "match_id": 1538311, - "date": "2026-06-25", - "innings": 2, - "opponent": "Sri Lanka", - "result": "W", - "score": 626, - "opp_score": 308, - "wickets": 9, - "powerplay_runs": 15, - "death_economy": 9.75 - }, - { - "match_id": 1491734, - "date": "2025-12-18", - "innings": 4, - "opponent": "New Zealand", - "result": "L", - "score": 420, - "opp_score": 575, - "wickets": 10, - "powerplay_runs": 41, - "death_economy": 10.25 - }, - { - "match_id": 1491734, - "date": "2025-12-18", - "innings": 2, - "opponent": "New Zealand", - "result": "L", - "score": 420, - "opp_score": 575, - "wickets": 10, - "powerplay_runs": 41, - "death_economy": 10.25 - }, - { - "match_id": 1491733, - "date": "2025-12-10", - "innings": 3, - "opponent": "New Zealand", - "result": "L", - "score": 205, - "opp_score": 278, - "wickets": 10, - "powerplay_runs": 55, - "death_economy": 4.0 - }, - { - "match_id": 1491733, - "date": "2025-12-10", - "innings": 1, - "opponent": "New Zealand", - "result": "L", - "score": 205, - "opp_score": 278, - "wickets": 10, - "powerplay_runs": 55, - "death_economy": 4.0 - }, - { - "match_id": 1491732, - "date": "2025-12-02", - "innings": 4, - "opponent": "New Zealand", - "result": "L", - "score": 167, - "opp_score": 231, - "wickets": 6, - "powerplay_runs": 10, - "death_economy": 8.5 - }, - { - "match_id": 1491732, - "date": "2025-12-02", - "innings": 2, - "opponent": "New Zealand", - "result": "L", - "score": 167, - "opp_score": 231, - "wickets": 10, - "powerplay_runs": 10, - "death_economy": 8.5 - }, - { - "match_id": 1479570, - "date": "2025-10-10", - "innings": 3, - "opponent": "India", - "result": "L", - "score": 248, - "opp_score": 518, - "wickets": 10, - "powerplay_runs": 26, - "death_economy": 12.25 - } - ], - "Thailand": [ - { - "match_id": 1477023, - "date": "2025-04-19", - "innings": 1, - "opponent": "West Indies", - "result": "L", - "score": 166, - "opp_score": 168, - "wickets": 10, - "powerplay_runs": 30, - "death_economy": null - }, - { - "match_id": 1477020, - "date": "2025-04-17", - "innings": 2, - "opponent": "Pakistan", - "result": "L", - "score": 118, - "opp_score": 205, - "wickets": 10, - "powerplay_runs": 16, - "death_economy": 2.75 - }, - { - "match_id": 1477017, - "date": "2025-04-15", - "innings": 2, - "opponent": "Ireland", - "result": "L", - "score": 259, - "opp_score": 305, - "wickets": 10, - "powerplay_runs": 15, - "death_economy": 7.5 - }, - { - "match_id": 1477014, - "date": "2025-04-13", - "innings": 2, - "opponent": "Scotland", - "result": "L", - "score": 148, - "opp_score": 206, - "wickets": 10, - "powerplay_runs": 24, - "death_economy": 7.75 - }, - { - "match_id": 1477011, - "date": "2025-04-10", - "innings": 2, - "opponent": "Bangladesh", - "result": "L", - "score": 93, - "opp_score": 271, - "wickets": 10, - "powerplay_runs": 20, - "death_economy": 5.5 - }, - { - "match_id": 1384544, - "date": "2023-07-07", - "innings": 1, - "opponent": "Netherlands", - "result": "W", - "score": 187, - "opp_score": 63, - "wickets": 9, - "powerplay_runs": 13, - "death_economy": 3.0 - }, - { - "match_id": 1384542, - "date": "2023-07-03", - "innings": 2, - "opponent": "Netherlands", - "result": "L", - "score": 147, - "opp_score": 204, - "wickets": 10, - "powerplay_runs": 24, - "death_economy": 5.5 - }, - { - "match_id": 1368832, - "date": "2023-04-23", - "innings": 2, - "opponent": "Zimbabwe", - "result": "W", - "score": 116, - "opp_score": 112, - "wickets": 4, - "powerplay_runs": 14, - "death_economy": 2.25 - }, - { - "match_id": 1368831, - "date": "2023-04-21", - "innings": 1, - "opponent": "Zimbabwe", - "result": "W", - "score": 217, - "opp_score": 172, - "wickets": 10, - "powerplay_runs": 28, - "death_economy": 3.25 - }, - { - "match_id": 1368830, - "date": "2023-04-19", - "innings": 1, - "opponent": "Zimbabwe", - "result": "W", - "score": 154, - "opp_score": 76, - "wickets": 10, - "powerplay_runs": 8, - "death_economy": 4.5 - } - ], - "Qatar": [ - { - "match_id": 1142224, - "date": "2018-04-27", - "innings": 1, - "opponent": "United Arab Emirates", - "result": "L", - "score": 115, - "opp_score": 121, - "wickets": 10, - "powerplay_runs": 39, - "death_economy": 2.5 - }, - { - "match_id": 1142221, - "date": "2018-04-26", - "innings": 2, - "opponent": "Bahrain", - "result": "W", - "score": 115, - "opp_score": 112, - "wickets": 5, - "powerplay_runs": 42, - "death_economy": 13.0 - }, - { - "match_id": 1142218, - "date": "2018-04-24", - "innings": 2, - "opponent": "Saudi Arabia", - "result": "W", - "score": 136, - "opp_score": 135, - "wickets": 6, - "powerplay_runs": 46, - "death_economy": 11.5 - }, - { - "match_id": 1142214, - "date": "2018-04-23", - "innings": 1, - "opponent": "Maldives", - "result": "W", - "score": 149, - "opp_score": 105, - "wickets": 7, - "powerplay_runs": 49, - "death_economy": 8.75 - }, - { - "match_id": 1142211, - "date": "2018-04-21", - "innings": 1, - "opponent": "Kuwait", - "result": "W", - "score": 167, - "opp_score": 141, - "wickets": 6, - "powerplay_runs": 65, - "death_economy": 9.5 - }, - { - "match_id": 1142210, - "date": "2018-04-20", - "innings": 1, - "opponent": "United Arab Emirates", - "result": "L", - "score": 143, - "opp_score": 144, - "wickets": 6, - "powerplay_runs": 55, - "death_economy": 6.0 - }, - { - "match_id": 1059539, - "date": "2016-09-29", - "innings": 2, - "opponent": "Kenya", - "result": "W", - "score": 159, - "opp_score": 158, - "wickets": 8, - "powerplay_runs": 55, - "death_economy": 12.0 - }, - { - "match_id": 1058157, - "date": "2016-09-28", - "innings": 2, - "opponent": "Saudi Arabia", - "result": "L", - "score": 139, - "opp_score": 175, - "wickets": 8, - "powerplay_runs": 50, - "death_economy": 10.75 - }, - { - "match_id": 1058153, - "date": "2016-09-27", - "innings": 2, - "opponent": "Uganda", - "result": "W", - "score": 108, - "opp_score": 105, - "wickets": 4, - "powerplay_runs": 36, - "death_economy": 10.5 - } - ], - "Spain": [ - { - "match_id": 1156660, - "date": "2018-09-01", - "innings": 2, - "opponent": "Finland", - "result": "L", - "score": 91, - "opp_score": 119, - "wickets": 9, - "powerplay_runs": 27, - "death_economy": 7.25 - }, - { - "match_id": 1156655, - "date": "2018-08-30", - "innings": 1, - "opponent": "Jersey", - "result": "L", - "score": 92, - "opp_score": 93, - "wickets": 8, - "powerplay_runs": 27, - "death_economy": null - }, - { - "match_id": 1156650, - "date": "2018-08-29", - "innings": 2, - "opponent": "Italy", - "result": "L", - "score": 115, - "opp_score": 147, - "wickets": 6, - "powerplay_runs": 33, - "death_economy": 10.75 - }, - { - "match_id": 1046687, - "date": "2016-08-17", - "innings": 2, - "opponent": "Israel", - "result": "W", - "score": 84, - "opp_score": 83, - "wickets": 3, - "powerplay_runs": 31, - "death_economy": 5.25 - } - ], - "ICC World XI": [ - { - "match_id": 221840, - "date": "2005-10-14", - "innings": 2, - "opponent": "Australia", - "result": "L", - "score": 190, - "opp_score": 345, - "wickets": 10, - "powerplay_runs": 35, - "death_economy": 10.25 - }, - { - "match_id": 221840, - "date": "2005-10-14", - "innings": 4, - "opponent": "Australia", - "result": "L", - "score": 190, - "opp_score": 345, - "wickets": 10, - "powerplay_runs": 35, - "death_economy": 10.25 - } - ], - "Mexico": [ - { - "match_id": 1529382, - "date": "2026-04-05", - "innings": 1, - "opponent": "Brazil", - "result": "L", - "score": 112, - "opp_score": 113, - "wickets": 10, - "powerplay_runs": 32, - "death_economy": null - }, - { - "match_id": 1529381, - "date": "2026-04-04", - "innings": 2, - "opponent": "Costa Rica", - "result": "W", - "score": 47, - "opp_score": 45, - "wickets": 2, - "powerplay_runs": 39, - "death_economy": null - }, - { - "match_id": 1529379, - "date": "2026-04-03", - "innings": 1, - "opponent": "Brazil", - "result": "W", - "score": 160, - "opp_score": 144, - "wickets": 9, - "powerplay_runs": 42, - "death_economy": 9.75 - }, - { - "match_id": 1529377, - "date": "2026-04-02", - "innings": 1, - "opponent": "Costa Rica", - "result": "W", - "score": 204, - "opp_score": 80, - "wickets": 5, - "powerplay_runs": 35, - "death_economy": 4.0 - }, - { - "match_id": 1525176, - "date": "2026-03-15", - "innings": 1, - "opponent": "Suriname", - "result": "L", - "score": 126, - "opp_score": 127, - "wickets": 9, - "powerplay_runs": 35, - "death_economy": 8.25 - }, - { - "match_id": 1525174, - "date": "2026-03-14", - "innings": 2, - "opponent": "Argentina", - "result": "L", - "score": 123, - "opp_score": 215, - "wickets": 10, - "powerplay_runs": 24, - "death_economy": 17.5 - }, - { - "match_id": 1525172, - "date": "2026-03-12", - "innings": 2, - "opponent": "Cayman Islands", - "result": "L", - "score": 94, - "opp_score": 187, - "wickets": 10, - "powerplay_runs": 16, - "death_economy": 14.75 - }, - { - "match_id": 1525171, - "date": "2026-03-11", - "innings": 2, - "opponent": "Argentina", - "result": "L", - "score": 91, - "opp_score": 153, - "wickets": 7, - "powerplay_runs": 28, - "death_economy": 13.75 - }, - { - "match_id": 1525169, - "date": "2026-03-09", - "innings": 1, - "opponent": "Cayman Islands", - "result": "L", - "score": 94, - "opp_score": 95, - "wickets": 9, - "powerplay_runs": 29, - "death_economy": null - }, - { - "match_id": 1525167, - "date": "2026-03-08", - "innings": 1, - "opponent": "Suriname", - "result": "W", - "score": 97, - "opp_score": 88, - "wickets": 10, - "powerplay_runs": 20, - "death_economy": 6.75 - } - ], - "United Arab Emirates": [ - { - "match_id": 1531700, - "date": "2026-05-03", - "innings": 1, - "opponent": "Oman", - "result": "W", - "score": 308, - "opp_score": 254, - "wickets": 8, - "powerplay_runs": 42, - "death_economy": 10.5 - }, - { - "match_id": 1531699, - "date": "2026-05-01", - "innings": 2, - "opponent": "Nepal", - "result": "L", - "score": 248, - "opp_score": 289, - "wickets": 8, - "powerplay_runs": 44, - "death_economy": 5.75 - }, - { - "match_id": 1531697, - "date": "2026-04-27", - "innings": 1, - "opponent": "Oman", - "result": "W", - "score": 268, - "opp_score": 243, - "wickets": 7, - "powerplay_runs": 29, - "death_economy": 4.75 - }, - { - "match_id": 1531696, - "date": "2026-04-25", - "innings": 2, - "opponent": "Nepal", - "result": "L", - "score": 163, - "opp_score": 200, - "wickets": 10, - "powerplay_runs": 18, - "death_economy": 7.75 - }, - { - "match_id": 1507889, - "date": "2025-11-05", - "innings": 2, - "opponent": "Nepal", - "result": "W", - "score": 243, - "opp_score": 239, - "wickets": 6, - "powerplay_runs": 24, - "death_economy": 3.25 - }, - { - "match_id": 1507888, - "date": "2025-11-03", - "innings": 2, - "opponent": "United States of America", - "result": "L", - "score": 49, - "opp_score": 292, - "wickets": 10, - "powerplay_runs": 10, - "death_economy": 3.75 - }, - { - "match_id": 1507886, - "date": "2025-10-30", - "innings": 2, - "opponent": "Nepal", - "result": "W", - "score": 237, - "opp_score": 233, - "wickets": 6, - "powerplay_runs": 50, - "death_economy": 7.0 - }, - { - "match_id": 1507885, - "date": "2025-10-28", - "innings": 1, - "opponent": "United States of America", - "result": "L", - "score": 211, - "opp_score": 213, - "wickets": 9, - "powerplay_runs": 18, - "death_economy": 10.0 - }, - { - "match_id": 1506453, - "date": "2025-10-19", - "innings": 2, - "opponent": "Papua New Guinea", - "result": "L", - "score": 132, - "opp_score": 210, - "wickets": 10, - "powerplay_runs": 20, - "death_economy": 3.75 - }, - { - "match_id": 1506452, - "date": "2025-10-17", - "innings": 1, - "opponent": "Papua New Guinea", - "result": "W", - "score": 193, - "opp_score": 33, - "wickets": 7, - "powerplay_runs": 11, - "death_economy": null - } - ], - "South Korea": [ - { - "match_id": 1166892, - "date": "2018-12-07", - "innings": 2, - "opponent": "Japan", - "result": "W", - "score": 128, - "opp_score": 127, - "wickets": 6, - "powerplay_runs": 25, - "death_economy": 7.5 - }, - { - "match_id": 1166889, - "date": "2018-12-06", - "innings": 2, - "opponent": "Indonesia", - "result": "W", - "score": 73, - "opp_score": 72, - "wickets": 4, - "powerplay_runs": 19, - "death_economy": 1.75 - }, - { - "match_id": 1166888, - "date": "2018-12-05", - "innings": 2, - "opponent": "Philippines", - "result": "L", - "score": 99, - "opp_score": 103, - "wickets": 10, - "powerplay_runs": 17, - "death_economy": 3.25 - }, - { - "match_id": 1166886, - "date": "2018-12-03", - "innings": 1, - "opponent": "Japan", - "result": "L", - "score": 145, - "opp_score": 149, - "wickets": 9, - "powerplay_runs": 35, - "death_economy": 6.5 - }, - { - "match_id": 1166882, - "date": "2018-12-01", - "innings": 2, - "opponent": "Philippines", - "result": "L", - "score": 148, - "opp_score": 154, - "wickets": 10, - "powerplay_runs": 28, - "death_economy": 13.25 - }, - { - "match_id": 1159089, - "date": "2018-09-14", - "innings": 2, - "opponent": "Japan", - "result": "L", - "score": 74, - "opp_score": 158, - "wickets": 10, - "powerplay_runs": 37, - "death_economy": 11.75 - }, - { - "match_id": 1159087, - "date": "2018-09-13", - "innings": 2, - "opponent": "China", - "result": "W", - "score": 72, - "opp_score": 67, - "wickets": 1, - "powerplay_runs": 35, - "death_economy": 2.75 - }, - { - "match_id": 778031, - "date": "2014-09-30", - "innings": 2, - "opponent": "Sri Lanka", - "result": "L", - "score": 55, - "opp_score": 172, - "wickets": 10, - "powerplay_runs": 22, - "death_economy": 11.0 - }, - { - "match_id": 778027, - "date": "2014-09-29", - "innings": 1, - "opponent": "China", - "result": "W", - "score": 88, - "opp_score": 82, - "wickets": 5, - "powerplay_runs": 49, - "death_economy": null - }, - { - "match_id": 778017, - "date": "2014-09-27", - "innings": 1, - "opponent": "Malaysia", - "result": "L", - "score": 71, - "opp_score": 72, - "wickets": 8, - "powerplay_runs": 22, - "death_economy": null - } - ], - "Costa Rica": [ - { - "match_id": 1531172, - "date": "2026-04-26", - "innings": 2, - "opponent": "Chile", - "result": "W", - "score": 47, - "opp_score": 46, - "wickets": 1, - "powerplay_runs": 27, - "death_economy": null - }, - { - "match_id": 1531171, - "date": "2026-04-25", - "innings": 2, - "opponent": "Chile", - "result": "W", - "score": 83, - "opp_score": 81, - "wickets": 2, - "powerplay_runs": 38, - "death_economy": 10.75 - }, - { - "match_id": 1529381, - "date": "2026-04-04", - "innings": 1, - "opponent": "Mexico", - "result": "L", - "score": 45, - "opp_score": 47, - "wickets": 10, - "powerplay_runs": 26, - "death_economy": null - }, - { - "match_id": 1529380, - "date": "2026-04-04", - "innings": 2, - "opponent": "Brazil", - "result": "L", - "score": 88, - "opp_score": 157, - "wickets": 7, - "powerplay_runs": 14, - "death_economy": 9.0 - }, - { - "match_id": 1529378, - "date": "2026-04-03", - "innings": 1, - "opponent": "Brazil", - "result": "L", - "score": 64, - "opp_score": 66, - "wickets": 10, - "powerplay_runs": 7, - "death_economy": null - }, - { - "match_id": 1529377, - "date": "2026-04-02", - "innings": 2, - "opponent": "Mexico", - "result": "L", - "score": 80, - "opp_score": 204, - "wickets": 7, - "powerplay_runs": 16, - "death_economy": 16.0 - }, - { - "match_id": 1481301, - "date": "2025-04-20", - "innings": 2, - "opponent": "Turks and Caicos Island", - "result": "L", - "score": 68, - "opp_score": 127, - "wickets": 0, - "powerplay_runs": 42, - "death_economy": 10.0 - }, - { - "match_id": 1481299, - "date": "2025-04-19", - "innings": 1, - "opponent": "Turks and Caicos Island", - "result": "L", - "score": 71, - "opp_score": 74, - "wickets": 8, - "powerplay_runs": 8, - "death_economy": null - }, - { - "match_id": 1481297, - "date": "2025-04-18", - "innings": 1, - "opponent": "Panama", - "result": "L", - "score": 91, - "opp_score": 92, - "wickets": 6, - "powerplay_runs": 26, - "death_economy": null - }, - { - "match_id": 1481295, - "date": "2025-04-17", - "innings": 2, - "opponent": "Mexico", - "result": "L", - "score": 50, - "opp_score": 174, - "wickets": 9, - "powerplay_runs": 21, - "death_economy": 13.75 - } - ], - "Denmark": [ - { - "match_id": 1155316, - "date": "2018-09-02", - "innings": 1, - "opponent": "France", - "result": "W", - "score": 176, - "opp_score": 103, - "wickets": 5, - "powerplay_runs": 37, - "death_economy": 8.75 - }, - { - "match_id": 1155313, - "date": "2018-09-01", - "innings": 2, - "opponent": "Portugal", - "result": "W", - "score": 85, - "opp_score": 81, - "wickets": 3, - "powerplay_runs": 35, - "death_economy": 4.25 - }, - { - "match_id": 1155306, - "date": "2018-08-29", - "innings": 2, - "opponent": "Germany", - "result": "L", - "score": 25, - "opp_score": 86, - "wickets": 0, - "powerplay_runs": 24, - "death_economy": 5.5 - }, - { - "match_id": 660207, - "date": "2013-11-26", - "innings": 2, - "opponent": "United States of America", - "result": "L", - "score": 124, - "opp_score": 145, - "wickets": 9, - "powerplay_runs": 17, - "death_economy": 11.25 - }, - { - "match_id": 660195, - "date": "2013-11-24", - "innings": 2, - "opponent": "Scotland", - "result": "L", - "score": 130, - "opp_score": 205, - "wickets": 6, - "powerplay_runs": 18, - "death_economy": 15.0 - }, - { - "match_id": 660143, - "date": "2013-11-19", - "innings": 1, - "opponent": "Netherlands", - "result": "L", - "score": 109, - "opp_score": 110, - "wickets": 8, - "powerplay_runs": 20, - "death_economy": null - }, - { - "match_id": 660135, - "date": "2013-11-18", - "innings": 1, - "opponent": "Kenya", - "result": "L", - "score": 84, - "opp_score": 85, - "wickets": 8, - "powerplay_runs": 18, - "death_economy": null - }, - { - "match_id": 660111, - "date": "2013-11-16", - "innings": 1, - "opponent": "Bermuda", - "result": "L", - "score": 111, - "opp_score": 112, - "wickets": 8, - "powerplay_runs": 37, - "death_economy": 2.25 - }, - { - "match_id": 660097, - "date": "2013-11-15", - "innings": 1, - "opponent": "Nepal", - "result": "L", - "score": 79, - "opp_score": 80, - "wickets": 10, - "powerplay_runs": 23, - "death_economy": null - } - ], - "France": [ - { - "match_id": 1155316, - "date": "2018-09-02", - "innings": 2, - "opponent": "Denmark", - "result": "L", - "score": 103, - "opp_score": 176, - "wickets": 8, - "powerplay_runs": 25, - "death_economy": 17.5 - }, - { - "match_id": 1155308, - "date": "2018-08-30", - "innings": 1, - "opponent": "Portugal", - "result": "W", - "score": 114, - "opp_score": 112, - "wickets": 8, - "powerplay_runs": 31, - "death_economy": 9.75 - }, - { - "match_id": 1155310, - "date": "2018-08-30", - "innings": 2, - "opponent": "Germany", - "result": "L", - "score": 87, - "opp_score": 207, - "wickets": 5, - "powerplay_runs": 24, - "death_economy": 14.75 - } - ], - "Indonesia": [ - { - "match_id": 1166891, - "date": "2018-12-07", - "innings": 2, - "opponent": "Philippines", - "result": "L", - "score": 110, - "opp_score": 138, - "wickets": 10, - "powerplay_runs": 28, - "death_economy": 5.25 - }, - { - "match_id": 1166889, - "date": "2018-12-06", - "innings": 1, - "opponent": "South Korea", - "result": "L", - "score": 72, - "opp_score": 73, - "wickets": 10, - "powerplay_runs": 18, - "death_economy": null - }, - { - "match_id": 1166887, - "date": "2018-12-05", - "innings": 2, - "opponent": "Japan", - "result": "W", - "score": 101, - "opp_score": 100, - "wickets": 6, - "powerplay_runs": 42, - "death_economy": 3.5 - }, - { - "match_id": 1166885, - "date": "2018-12-03", - "innings": 2, - "opponent": "Philippines", - "result": "L", - "score": 153, - "opp_score": 156, - "wickets": 6, - "powerplay_runs": 45, - "death_economy": 8.75 - }, - { - "match_id": 1166881, - "date": "2018-12-01", - "innings": 2, - "opponent": "Japan", - "result": "L", - "score": 124, - "opp_score": 136, - "wickets": 10, - "powerplay_runs": 47, - "death_economy": 13.75 - } - ], - "Pakistan": [ - { - "match_id": 1532487, - "date": "2026-05-16", - "innings": 4, - "opponent": "Bangladesh", - "result": "L", - "score": 232, - "opp_score": 278, - "wickets": 10, - "powerplay_runs": 39, - "death_economy": 8.0 - }, - { - "match_id": 1532487, - "date": "2026-05-16", - "innings": 2, - "opponent": "Bangladesh", - "result": "L", - "score": 232, - "opp_score": 278, - "wickets": 10, - "powerplay_runs": 39, - "death_economy": 8.0 - }, - { - "match_id": 1532486, - "date": "2026-05-08", - "innings": 4, - "opponent": "Bangladesh", - "result": "L", - "score": 386, - "opp_score": 413, - "wickets": 10, - "powerplay_runs": 42, - "death_economy": 13.25 - }, - { - "match_id": 1532486, - "date": "2026-05-08", - "innings": 2, - "opponent": "Bangladesh", - "result": "L", - "score": 386, - "opp_score": 413, - "wickets": 10, - "powerplay_runs": 42, - "death_economy": 13.25 - }, - { - "match_id": 1501894, - "date": "2025-10-20", - "innings": 3, - "opponent": "South Africa", - "result": "L", - "score": 333, - "opp_score": 404, - "wickets": 10, - "powerplay_runs": 28, - "death_economy": 4.75 - }, - { - "match_id": 1501894, - "date": "2025-10-20", - "innings": 1, - "opponent": "South Africa", - "result": "L", - "score": 333, - "opp_score": 404, - "wickets": 10, - "powerplay_runs": 28, - "death_economy": 4.75 - }, - { - "match_id": 1501893, - "date": "2025-10-12", - "innings": 3, - "opponent": "South Africa", - "result": "W", - "score": 378, - "opp_score": 269, - "wickets": 10, - "powerplay_runs": 49, - "death_economy": 8.5 - }, - { - "match_id": 1501893, - "date": "2025-10-12", - "innings": 1, - "opponent": "South Africa", - "result": "W", - "score": 378, - "opp_score": 269, - "wickets": 10, - "powerplay_runs": 49, - "death_economy": 8.5 - }, - { - "match_id": 1442219, - "date": "2025-01-25", - "innings": 4, - "opponent": "West Indies", - "result": "L", - "score": 154, - "opp_score": 163, - "wickets": 10, - "powerplay_runs": 32, - "death_economy": 9.5 - }, - { - "match_id": 1442219, - "date": "2025-01-25", - "innings": 2, - "opponent": "West Indies", - "result": "L", - "score": 154, - "opp_score": 163, - "wickets": 10, - "powerplay_runs": 32, - "death_economy": 9.5 - } - ], - "Italy": [ - { - "match_id": 1156659, - "date": "2018-09-01", - "innings": 2, - "opponent": "Belgium", - "result": "W", - "score": 144, - "opp_score": 141, - "wickets": 4, - "powerplay_runs": 31, - "death_economy": 11.25 - }, - { - "match_id": 1157844, - "date": "2018-08-31", - "innings": 2, - "opponent": "Jersey", - "result": "W", - "score": 113, - "opp_score": 112, - "wickets": 5, - "powerplay_runs": 31, - "death_economy": 10.5 - }, - { - "match_id": 1156656, - "date": "2018-08-30", - "innings": 1, - "opponent": "Finland", - "result": "W", - "score": 147, - "opp_score": 91, - "wickets": 3, - "powerplay_runs": 32, - "death_economy": 5.75 - }, - { - "match_id": 1156650, - "date": "2018-08-29", - "innings": 1, - "opponent": "Spain", - "result": "W", - "score": 147, - "opp_score": 115, - "wickets": 9, - "powerplay_runs": 25, - "death_economy": 8.5 - }, - { - "match_id": 660221, - "date": "2013-11-28", - "innings": 1, - "opponent": "Namibia", - "result": "W", - "score": 130, - "opp_score": 105, - "wickets": 9, - "powerplay_runs": 36, - "death_economy": 6.75 - }, - { - "match_id": 660215, - "date": "2013-11-27", - "innings": 1, - "opponent": "Scotland", - "result": "L", - "score": 125, - "opp_score": 126, - "wickets": 8, - "powerplay_runs": 40, - "death_economy": 3.5 - }, - { - "match_id": 660191, - "date": "2013-11-24", - "innings": 1, - "opponent": "Canada", - "result": "L", - "score": 104, - "opp_score": 105, - "wickets": 6, - "powerplay_runs": 22, - "death_economy": 5.0 - }, - { - "match_id": 660187, - "date": "2013-11-23", - "innings": 1, - "opponent": "United Arab Emirates", - "result": "W", - "score": 158, - "opp_score": 91, - "wickets": 5, - "powerplay_runs": 37, - "death_economy": 2.75 - }, - { - "match_id": 660141, - "date": "2013-11-19", - "innings": 1, - "opponent": "Namibia", - "result": "L", - "score": 121, - "opp_score": 122, - "wickets": 6, - "powerplay_runs": 27, - "death_economy": 8.75 - }, - { - "match_id": 660133, - "date": "2013-11-18", - "innings": 1, - "opponent": "Uganda", - "result": "L", - "score": 148, - "opp_score": 151, - "wickets": 4, - "powerplay_runs": 38, - "death_economy": 11.25 - } - ], - "Panama": [ - { - "match_id": 1157701, - "date": "2018-09-26", - "innings": 1, - "opponent": "Canada", - "result": "L", - "score": 40, - "opp_score": 41, - "wickets": 10, - "powerplay_runs": 15, - "death_economy": null - }, - { - "match_id": 1157698, - "date": "2018-09-25", - "innings": 1, - "opponent": "Belize", - "result": "W", - "score": 128, - "opp_score": 119, - "wickets": 6, - "powerplay_runs": 12, - "death_economy": 9.25 - }, - { - "match_id": 1157697, - "date": "2018-09-23", - "innings": 1, - "opponent": "United States of America", - "result": "L", - "score": 94, - "opp_score": 98, - "wickets": 8, - "powerplay_runs": 18, - "death_economy": null - }, - { - "match_id": 1157692, - "date": "2018-09-21", - "innings": 1, - "opponent": "Canada", - "result": "L", - "score": 42, - "opp_score": 46, - "wickets": 10, - "powerplay_runs": 12, - "death_economy": null - }, - { - "match_id": 1157690, - "date": "2018-09-20", - "innings": 1, - "opponent": "United States of America", - "result": "L", - "score": 65, - "opp_score": 67, - "wickets": 8, - "powerplay_runs": 19, - "death_economy": null - } - ], - "Estonia": [ - { - "match_id": 1543368, - "date": "2026-07-10", - "innings": 2, - "opponent": "Hungary", - "result": "L", - "score": 126, - "opp_score": 132, - "wickets": 9, - "powerplay_runs": 22, - "death_economy": 5.5 - }, - { - "match_id": 1543366, - "date": "2026-07-09", - "innings": 1, - "opponent": "Norway", - "result": "L", - "score": 105, - "opp_score": 109, - "wickets": 9, - "powerplay_runs": 11, - "death_economy": null - }, - { - "match_id": 1543361, - "date": "2026-07-08", - "innings": 2, - "opponent": "Denmark", - "result": "L", - "score": 72, - "opp_score": 180, - "wickets": 8, - "powerplay_runs": 8, - "death_economy": 10.25 - }, - { - "match_id": 1499783, - "date": "2025-09-07", - "innings": 2, - "opponent": "Czech Republic", - "result": "W", - "score": 58, - "opp_score": 57, - "wickets": 3, - "powerplay_runs": 27, - "death_economy": 3.25 - }, - { - "match_id": 1499782, - "date": "2025-09-06", - "innings": 1, - "opponent": "Czech Republic", - "result": "W", - "score": 153, - "opp_score": 38, - "wickets": 5, - "powerplay_runs": 30, - "death_economy": null - }, - { - "match_id": 1499781, - "date": "2025-09-06", - "innings": 2, - "opponent": "Czech Republic", - "result": "W", - "score": 108, - "opp_score": 107, - "wickets": 9, - "powerplay_runs": 25, - "death_economy": 5.25 - }, - { - "match_id": 1494775, - "date": "2025-08-03", - "innings": 2, - "opponent": "Switzerland", - "result": "L", - "score": 194, - "opp_score": 235, - "wickets": 9, - "powerplay_runs": 71, - "death_economy": 14.25 - }, - { - "match_id": 1494774, - "date": "2025-08-03", - "innings": 2, - "opponent": "Switzerland", - "result": "L", - "score": 142, - "opp_score": 157, - "wickets": 10, - "powerplay_runs": 65, - "death_economy": 8.0 - }, - { - "match_id": 1494773, - "date": "2025-08-02", - "innings": 2, - "opponent": "Switzerland", - "result": "L", - "score": 90, - "opp_score": 162, - "wickets": 10, - "powerplay_runs": 17, - "death_economy": 7.0 - }, - { - "match_id": 1494772, - "date": "2025-07-27", - "innings": 1, - "opponent": "Finland", - "result": "L", - "score": 141, - "opp_score": 142, - "wickets": 10, - "powerplay_runs": 29, - "death_economy": 6.5 - } - ], - "Sri Lanka": [ - { - "match_id": 1538312, - "date": "2026-07-03", - "innings": 3, - "opponent": "West Indies", - "result": "W", - "score": 549, - "opp_score": 499, - "wickets": 9, - "powerplay_runs": 30, - "death_economy": 5.0 - }, - { - "match_id": 1538312, - "date": "2026-07-03", - "innings": 1, - "opponent": "West Indies", - "result": "W", - "score": 549, - "opp_score": 499, - "wickets": 9, - "powerplay_runs": 30, - "death_economy": 5.0 - }, - { - "match_id": 1538311, - "date": "2026-06-25", - "innings": 3, - "opponent": "West Indies", - "result": "L", - "score": 308, - "opp_score": 626, - "wickets": 10, - "powerplay_runs": 33, - "death_economy": 3.5 - }, - { - "match_id": 1538311, - "date": "2026-06-25", - "innings": 1, - "opponent": "West Indies", - "result": "L", - "score": 308, - "opp_score": 626, - "wickets": 10, - "powerplay_runs": 33, - "death_economy": 3.5 - }, - { - "match_id": 1485504, - "date": "2025-06-25", - "innings": 2, - "opponent": "Bangladesh", - "result": "W", - "score": 458, - "opp_score": 247, - "wickets": 10, - "powerplay_runs": 30, - "death_economy": 7.75 - }, - { - "match_id": 1485503, - "date": "2025-06-17", - "innings": 4, - "opponent": "Bangladesh", - "result": "L", - "score": 485, - "opp_score": 495, - "wickets": 4, - "powerplay_runs": 58, - "death_economy": 7.25 - }, - { - "match_id": 1485503, - "date": "2025-06-17", - "innings": 2, - "opponent": "Bangladesh", - "result": "L", - "score": 485, - "opp_score": 495, - "wickets": 10, - "powerplay_runs": 58, - "death_economy": 7.25 - }, - { - "match_id": 1459907, - "date": "2025-02-06", - "innings": 3, - "opponent": "Australia", - "result": "L", - "score": 257, - "opp_score": 414, - "wickets": 10, - "powerplay_runs": 38, - "death_economy": 7.75 - }, - { - "match_id": 1459907, - "date": "2025-02-06", - "innings": 1, - "opponent": "Australia", - "result": "L", - "score": 257, - "opp_score": 414, - "wickets": 10, - "powerplay_runs": 38, - "death_economy": 7.75 - }, - { - "match_id": 1459906, - "date": "2025-01-29", - "innings": 3, - "opponent": "Australia", - "result": "L", - "score": 165, - "opp_score": 654, - "wickets": 10, - "powerplay_runs": 41, - "death_economy": 5.75 - } - ], - "Turkey": [ - { - "match_id": 1543373, - "date": "2026-07-12", - "innings": 2, - "opponent": "Hungary", - "result": "L", - "score": 30, - "opp_score": 164, - "wickets": 5, - "powerplay_runs": 26, - "death_economy": 11.0 - }, - { - "match_id": 1543370, - "date": "2026-07-10", - "innings": 1, - "opponent": "Norway", - "result": "L", - "score": 95, - "opp_score": 97, - "wickets": 10, - "powerplay_runs": 38, - "death_economy": null - }, - { - "match_id": 1543365, - "date": "2026-07-09", - "innings": 2, - "opponent": "Denmark", - "result": "L", - "score": 115, - "opp_score": 201, - "wickets": 9, - "powerplay_runs": 29, - "death_economy": 14.0 - }, - { - "match_id": 1506186, - "date": "2025-10-11", - "innings": 2, - "opponent": "Norway", - "result": "L", - "score": 116, - "opp_score": 123, - "wickets": 9, - "powerplay_runs": 31, - "death_economy": 9.5 - }, - { - "match_id": 1506184, - "date": "2025-10-10", - "innings": 2, - "opponent": "Romania", - "result": "W", - "score": 73, - "opp_score": 71, - "wickets": 4, - "powerplay_runs": 20, - "death_economy": null - }, - { - "match_id": 1506183, - "date": "2025-10-10", - "innings": 2, - "opponent": "Austria", - "result": "L", - "score": 135, - "opp_score": 144, - "wickets": 8, - "powerplay_runs": 31, - "death_economy": 11.0 - }, - { - "match_id": 1506182, - "date": "2025-10-09", - "innings": 1, - "opponent": "Bulgaria", - "result": "W", - "score": 143, - "opp_score": 87, - "wickets": 10, - "powerplay_runs": 13, - "death_economy": 3.5 - }, - { - "match_id": 1491609, - "date": "2025-07-12", - "innings": 1, - "opponent": "Gibraltar", - "result": "L", - "score": 193, - "opp_score": 198, - "wickets": 4, - "powerplay_runs": 52, - "death_economy": 12.5 - }, - { - "match_id": 1491608, - "date": "2025-07-12", - "innings": 1, - "opponent": "Bulgaria", - "result": "W", - "score": 237, - "opp_score": 178, - "wickets": 10, - "powerplay_runs": 107, - "death_economy": 2.75 - }, - { - "match_id": 1491606, - "date": "2025-07-11", - "innings": 1, - "opponent": "Gibraltar", - "result": "L", - "score": 149, - "opp_score": 153, - "wickets": 10, - "powerplay_runs": 37, - "death_economy": 2.25 - } - ], - "Romania": [ - { - "match_id": 1543372, - "date": "2026-07-12", - "innings": 2, - "opponent": "Belgium", - "result": "W", - "score": 108, - "opp_score": 107, - "wickets": 8, - "powerplay_runs": 40, - "death_economy": 5.75 - }, - { - "match_id": 1543367, - "date": "2026-07-10", - "innings": 2, - "opponent": "Gibraltar", - "result": "W", - "score": 125, - "opp_score": 124, - "wickets": 9, - "powerplay_runs": 41, - "death_economy": 7.5 - }, - { - "match_id": 1543364, - "date": "2026-07-08", - "innings": 2, - "opponent": "Serbia", - "result": "W", - "score": 140, - "opp_score": 136, - "wickets": 2, - "powerplay_runs": 63, - "death_economy": 8.75 - }, - { - "match_id": 1540316, - "date": "2026-06-21", - "innings": 2, - "opponent": "Belgium", - "result": "L", - "score": 176, - "opp_score": 184, - "wickets": 9, - "powerplay_runs": 33, - "death_economy": 17.0 - }, - { - "match_id": 1540315, - "date": "2026-06-21", - "innings": 1, - "opponent": "Switzerland", - "result": "W", - "score": 229, - "opp_score": 178, - "wickets": 3, - "powerplay_runs": 55, - "death_economy": 11.25 - }, - { - "match_id": 1540311, - "date": "2026-06-20", - "innings": 2, - "opponent": "Hungary", - "result": "W", - "score": 125, - "opp_score": 124, - "wickets": 5, - "powerplay_runs": 38, - "death_economy": 12.25 - }, - { - "match_id": 1540309, - "date": "2026-06-19", - "innings": 1, - "opponent": "Switzerland", - "result": "L", - "score": 192, - "opp_score": 195, - "wickets": 7, - "powerplay_runs": 52, - "death_economy": 13.25 - }, - { - "match_id": 1540308, - "date": "2026-06-19", - "innings": 2, - "opponent": "Belgium", - "result": "L", - "score": 160, - "opp_score": 180, - "wickets": 8, - "powerplay_runs": 46, - "death_economy": 16.5 - }, - { - "match_id": 1534594, - "date": "2026-05-10", - "innings": 1, - "opponent": "Bulgaria", - "result": "W", - "score": 154, - "opp_score": 124, - "wickets": 9, - "powerplay_runs": 45, - "death_economy": 8.5 - }, - { - "match_id": 1534592, - "date": "2026-05-09", - "innings": 1, - "opponent": "Bulgaria", - "result": "W", - "score": 198, - "opp_score": 58, - "wickets": 3, - "powerplay_runs": 52, - "death_economy": null - } - ], - "Sierra Leone": [ - { - "match_id": 1143125, - "date": "2018-04-21", - "innings": 2, - "opponent": "Gambia", - "result": "W", - "score": 83, - "opp_score": 82, - "wickets": 2, - "powerplay_runs": 29, - "death_economy": 6.75 - }, - { - "match_id": 1143122, - "date": "2018-04-18", - "innings": 2, - "opponent": "Nigeria", - "result": "L", - "score": 114, - "opp_score": 120, - "wickets": 5, - "powerplay_runs": 20, - "death_economy": 7.5 - }, - { - "match_id": 1143118, - "date": "2018-04-15", - "innings": 2, - "opponent": "Ghana", - "result": "L", - "score": 109, - "opp_score": 140, - "wickets": 8, - "powerplay_runs": 25, - "death_economy": 12.75 - }, - { - "match_id": 1143115, - "date": "2018-04-14", - "innings": 2, - "opponent": "Nigeria", - "result": "L", - "score": 77, - "opp_score": 165, - "wickets": 10, - "powerplay_runs": 26, - "death_economy": 14.0 - } - ], - "Cambodia": [ - { - "match_id": 1515549, - "date": "2025-12-29", - "innings": 1, - "opponent": "Indonesia", - "result": "L", - "score": 80, - "opp_score": 84, - "wickets": 8, - "powerplay_runs": 32, - "death_economy": null - }, - { - "match_id": 1515548, - "date": "2025-12-27", - "innings": 1, - "opponent": "Indonesia", - "result": "L", - "score": 150, - "opp_score": 151, - "wickets": 4, - "powerplay_runs": 40, - "death_economy": 7.0 - }, - { - "match_id": 1515547, - "date": "2025-12-27", - "innings": 1, - "opponent": "Indonesia", - "result": "L", - "score": 72, - "opp_score": 78, - "wickets": 10, - "powerplay_runs": 44, - "death_economy": null - }, - { - "match_id": 1517208, - "date": "2025-12-26", - "innings": 1, - "opponent": "Indonesia", - "result": "L", - "score": 102, - "opp_score": 103, - "wickets": 1, - "powerplay_runs": 43, - "death_economy": null - }, - { - "match_id": 1515546, - "date": "2025-12-26", - "innings": 1, - "opponent": "Indonesia", - "result": "W", - "score": 157, - "opp_score": 14, - "wickets": 5, - "powerplay_runs": 33, - "death_economy": null - }, - { - "match_id": 1515545, - "date": "2025-12-25", - "innings": 2, - "opponent": "Indonesia", - "result": "L", - "score": 125, - "opp_score": 152, - "wickets": 8, - "powerplay_runs": 35, - "death_economy": 11.0 - }, - { - "match_id": 1515544, - "date": "2025-12-24", - "innings": 1, - "opponent": "Indonesia", - "result": "L", - "score": 112, - "opp_score": 116, - "wickets": 5, - "powerplay_runs": 28, - "death_economy": 2.75 - }, - { - "match_id": 1515543, - "date": "2025-12-23", - "innings": 2, - "opponent": "Indonesia", - "result": "L", - "score": 138, - "opp_score": 141, - "wickets": 7, - "powerplay_runs": 57, - "death_economy": 11.75 - }, - { - "match_id": 1515542, - "date": "2025-12-23", - "innings": 2, - "opponent": "Indonesia", - "result": "L", - "score": 107, - "opp_score": 167, - "wickets": 10, - "powerplay_runs": 44, - "death_economy": 12.5 - }, - { - "match_id": 1498205, - "date": "2025-08-16", - "innings": 2, - "opponent": "Singapore", - "result": "L", - "score": 69, - "opp_score": 171, - "wickets": 7, - "powerplay_runs": 14, - "death_economy": 13.75 - } - ], - "Bahrain": [ - { - "match_id": 1142221, - "date": "2018-04-26", - "innings": 1, - "opponent": "Qatar", - "result": "L", - "score": 112, - "opp_score": 115, - "wickets": 8, - "powerplay_runs": 28, - "death_economy": 3.25 - }, - { - "match_id": 1142219, - "date": "2018-04-24", - "innings": 2, - "opponent": "Kuwait", - "result": "L", - "score": 130, - "opp_score": 153, - "wickets": 10, - "powerplay_runs": 33, - "death_economy": 17.25 - }, - { - "match_id": 1142216, - "date": "2018-04-23", - "innings": 2, - "opponent": "United Arab Emirates", - "result": "L", - "score": 98, - "opp_score": 149, - "wickets": 8, - "powerplay_runs": 20, - "death_economy": 9.5 - }, - { - "match_id": 1142212, - "date": "2018-04-21", - "innings": 2, - "opponent": "Maldives", - "result": "W", - "score": 142, - "opp_score": 140, - "wickets": 4, - "powerplay_runs": 35, - "death_economy": 14.0 - }, - { - "match_id": 1142209, - "date": "2018-04-20", - "innings": 1, - "opponent": "Saudi Arabia", - "result": "L", - "score": 106, - "opp_score": 107, - "wickets": 10, - "powerplay_runs": 20, - "death_economy": 0.5 - } - ], - "India": [ - { - "match_id": 1496551, - "date": "2026-07-10", - "innings": 3, - "opponent": "England", - "result": "W", - "score": 285, - "opp_score": 170, - "wickets": 7, - "powerplay_runs": 48, - "death_economy": 8.75 - }, - { - "match_id": 1496551, - "date": "2026-07-10", - "innings": 1, - "opponent": "England", - "result": "W", - "score": 285, - "opp_score": 170, - "wickets": 10, - "powerplay_runs": 48, - "death_economy": 8.75 - }, - { - "match_id": 1478918, - "date": "2026-03-06", - "innings": 3, - "opponent": "Australia", - "result": "L", - "score": 198, - "opp_score": 323, - "wickets": 10, - "powerplay_runs": 47, - "death_economy": 4.75 - }, - { - "match_id": 1478918, - "date": "2026-03-06", - "innings": 1, - "opponent": "Australia", - "result": "L", - "score": 198, - "opp_score": 323, - "wickets": 10, - "powerplay_runs": 47, - "death_economy": 4.75 - }, - { - "match_id": 1479572, - "date": "2025-11-22", - "innings": 4, - "opponent": "South Africa", - "result": "L", - "score": 201, - "opp_score": 489, - "wickets": 10, - "powerplay_runs": 24, - "death_economy": 6.25 - }, - { - "match_id": 1479572, - "date": "2025-11-22", - "innings": 2, - "opponent": "South Africa", - "result": "L", - "score": 201, - "opp_score": 489, - "wickets": 10, - "powerplay_runs": 24, - "death_economy": 6.25 - }, - { - "match_id": 1479571, - "date": "2025-11-14", - "innings": 4, - "opponent": "South Africa", - "result": "W", - "score": 189, - "opp_score": 159, - "wickets": 9, - "powerplay_runs": 19, - "death_economy": 7.75 - }, - { - "match_id": 1479571, - "date": "2025-11-14", - "innings": 2, - "opponent": "South Africa", - "result": "W", - "score": 189, - "opp_score": 159, - "wickets": 10, - "powerplay_runs": 19, - "death_economy": 7.75 - }, - { - "match_id": 1479570, - "date": "2025-10-10", - "innings": 4, - "opponent": "West Indies", - "result": "W", - "score": 518, - "opp_score": 248, - "wickets": 3, - "powerplay_runs": 36, - "death_economy": 8.25 - }, - { - "match_id": 1479570, - "date": "2025-10-10", - "innings": 1, - "opponent": "West Indies", - "result": "W", - "score": 518, - "opp_score": 248, - "wickets": 5, - "powerplay_runs": 36, - "death_economy": 8.25 - } - ], - "Hong Kong": [ - { - "match_id": 1153246, - "date": "2018-09-18", - "innings": 2, - "opponent": "India", - "result": "L", - "score": 259, - "opp_score": 285, - "wickets": 8, - "powerplay_runs": 26, - "death_economy": 8.0 - }, - { - "match_id": 1153244, - "date": "2018-09-16", - "innings": 1, - "opponent": "Pakistan", - "result": "L", - "score": 116, - "opp_score": 120, - "wickets": 10, - "powerplay_runs": 22, - "death_economy": 5.5 - }, - { - "match_id": 1133023, - "date": "2018-03-17", - "innings": 2, - "opponent": "Papua New Guinea", - "result": "L", - "score": 142, - "opp_score": 200, - "wickets": 10, - "powerplay_runs": 48, - "death_economy": 5.75 - }, - { - "match_id": 1133012, - "date": "2018-03-10", - "innings": 2, - "opponent": "Zimbabwe", - "result": "L", - "score": 174, - "opp_score": 263, - "wickets": 10, - "powerplay_runs": 22, - "death_economy": 7.5 - }, - { - "match_id": 1133005, - "date": "2018-03-06", - "innings": 1, - "opponent": "Scotland", - "result": "L", - "score": 91, - "opp_score": 92, - "wickets": 10, - "powerplay_runs": 22, - "death_economy": 5.75 - }, - { - "match_id": 1124089, - "date": "2017-12-06", - "innings": 1, - "opponent": "Papua New Guinea", - "result": "W", - "score": 230, - "opp_score": 207, - "wickets": 8, - "powerplay_runs": 27, - "death_economy": 5.0 - }, - { - "match_id": 1078661, - "date": "2017-01-26", - "innings": 1, - "opponent": "United Arab Emirates", - "result": "L", - "score": 174, - "opp_score": 175, - "wickets": 10, - "powerplay_runs": 24, - "death_economy": 3.75 - }, - { - "match_id": 1078659, - "date": "2017-01-22", - "innings": 2, - "opponent": "Scotland", - "result": "W", - "score": 206, - "opp_score": 205, - "wickets": 3, - "powerplay_runs": 18, - "death_economy": 2.75 - }, - { - "match_id": 1026851, - "date": "2016-11-08", - "innings": 2, - "opponent": "Papua New Guinea", - "result": "L", - "score": 181, - "opp_score": 244, - "wickets": 3, - "powerplay_runs": 19, - "death_economy": 3.75 - }, - { - "match_id": 1026849, - "date": "2016-11-06", - "innings": 2, - "opponent": "Papua New Guinea", - "result": "L", - "score": 187, - "opp_score": 201, - "wickets": 10, - "powerplay_runs": 14, - "death_economy": 5.5 - } - ], - "Botswana": [ - { - "match_id": 1163067, - "date": "2018-11-03", - "innings": 2, - "opponent": "Namibia", - "result": "W", - "score": 117, - "opp_score": 116, - "wickets": 7, - "powerplay_runs": 38, - "death_economy": 4.75 - }, - { - "match_id": 1163064, - "date": "2018-11-02", - "innings": 2, - "opponent": "Lesotho", - "result": "W", - "score": 100, - "opp_score": 99, - "wickets": 4, - "powerplay_runs": 50, - "death_economy": 7.0 - }, - { - "match_id": 1163061, - "date": "2018-11-01", - "innings": 2, - "opponent": "Swaziland", - "result": "W", - "score": 91, - "opp_score": 89, - "wickets": 1, - "powerplay_runs": 41, - "death_economy": 9.0 - }, - { - "match_id": 1163055, - "date": "2018-10-30", - "innings": 1, - "opponent": "St Helena", - "result": "W", - "score": 144, - "opp_score": 63, - "wickets": 5, - "powerplay_runs": 41, - "death_economy": 4.25 - }, - { - "match_id": 1163058, - "date": "2018-10-30", - "innings": 1, - "opponent": "Malawi", - "result": "W", - "score": 158, - "opp_score": 143, - "wickets": 5, - "powerplay_runs": 33, - "death_economy": 11.25 - } - ], - "Malta": [ - { - "match_id": 1540326, - "date": "2026-06-20", - "innings": 2, - "opponent": "Cyprus", - "result": "L", - "score": 30, - "opp_score": 81, - "wickets": 10, - "powerplay_runs": 6, - "death_economy": 4.0 - }, - { - "match_id": 1540324, - "date": "2026-06-19", - "innings": 1, - "opponent": "Cyprus", - "result": "L", - "score": 39, - "opp_score": 40, - "wickets": 10, - "powerplay_runs": 8, - "death_economy": null - }, - { - "match_id": 1540323, - "date": "2026-06-18", - "innings": 2, - "opponent": "Cyprus", - "result": "L", - "score": 44, - "opp_score": 126, - "wickets": 10, - "powerplay_runs": 12, - "death_economy": 11.5 - }, - { - "match_id": 1540322, - "date": "2026-06-18", - "innings": 2, - "opponent": "Cyprus", - "result": "L", - "score": 71, - "opp_score": 95, - "wickets": 10, - "powerplay_runs": 11, - "death_economy": 7.25 - }, - { - "match_id": 1534059, - "date": "2026-05-23", - "innings": 1, - "opponent": "Switzerland", - "result": "L", - "score": 139, - "opp_score": 145, - "wickets": 10, - "powerplay_runs": 42, - "death_economy": 9.5 - }, - { - "match_id": 1534057, - "date": "2026-05-22", - "innings": 2, - "opponent": "Slovenia", - "result": "W", - "score": 69, - "opp_score": 68, - "wickets": 1, - "powerplay_runs": 63, - "death_economy": 1.25 - }, - { - "match_id": 1534052, - "date": "2026-05-20", - "innings": 2, - "opponent": "Sweden", - "result": "W", - "score": 182, - "opp_score": 181, - "wickets": 4, - "powerplay_runs": 54, - "death_economy": 13.5 - }, - { - "match_id": 1534042, - "date": "2026-05-17", - "innings": 1, - "opponent": "Guernsey", - "result": "L", - "score": 74, - "opp_score": 78, - "wickets": 10, - "powerplay_runs": 29, - "death_economy": null - }, - { - "match_id": 1534041, - "date": "2026-05-16", - "innings": 1, - "opponent": "Austria", - "result": "L", - "score": 140, - "opp_score": 141, - "wickets": 10, - "powerplay_runs": 37, - "death_economy": null - }, - { - "match_id": 1531873, - "date": "2026-05-09", - "innings": 1, - "opponent": "Gibraltar", - "result": "L", - "score": 165, - "opp_score": 165, - "wickets": 9, - "powerplay_runs": 47, - "death_economy": 8.25 - } - ], - "Czech Republic": [ - { - "match_id": 1156676, - "date": "2018-09-01", - "innings": 2, - "opponent": "Israel", - "result": "W", - "score": 113, - "opp_score": 112, - "wickets": 6, - "powerplay_runs": 26, - "death_economy": 7.25 - } - ], - "Iran": [ - { - "match_id": 1215162, - "date": "2020-02-25", - "innings": 1, - "opponent": "Kuwait", - "result": "L", - "score": 108, - "opp_score": 109, - "wickets": 8, - "powerplay_runs": 30, - "death_economy": null - } - ], - "Guernsey": [ - { - "match_id": 1156675, - "date": "2018-09-01", - "innings": 1, - "opponent": "Norway", - "result": "L", - "score": 90, - "opp_score": 91, - "wickets": 7, - "powerplay_runs": 21, - "death_economy": 1.5 - }, - { - "match_id": 1156670, - "date": "2018-08-30", - "innings": 2, - "opponent": "Israel", - "result": "W", - "score": 80, - "opp_score": 79, - "wickets": 3, - "powerplay_runs": 20, - "death_economy": 5.25 - }, - { - "match_id": 1156665, - "date": "2018-08-29", - "innings": 2, - "opponent": "Gibraltar", - "result": "W", - "score": 76, - "opp_score": 70, - "wickets": 0, - "powerplay_runs": 39, - "death_economy": 2.0 - } - ], - "Brazil": [ - { - "match_id": 1539738, - "date": "2026-06-27", - "innings": 2, - "opponent": "Bermuda", - "result": "L", - "score": 74, - "opp_score": 220, - "wickets": 10, - "powerplay_runs": 19, - "death_economy": 15.75 - }, - { - "match_id": 1539736, - "date": "2026-06-25", - "innings": 1, - "opponent": "Bahamas", - "result": "L", - "score": 111, - "opp_score": 113, - "wickets": 10, - "powerplay_runs": 39, - "death_economy": 4.25 - }, - { - "match_id": 1539734, - "date": "2026-06-24", - "innings": 1, - "opponent": "Belize", - "result": "L", - "score": 133, - "opp_score": 134, - "wickets": 9, - "powerplay_runs": 47, - "death_economy": 6.5 - }, - { - "match_id": 1539732, - "date": "2026-06-22", - "innings": 2, - "opponent": "Panama", - "result": "L", - "score": 86, - "opp_score": 155, - "wickets": 8, - "powerplay_runs": 29, - "death_economy": 14.0 - }, - { - "match_id": 1539510, - "date": "2026-06-20", - "innings": 1, - "opponent": "Nigeria", - "result": "L", - "score": 85, - "opp_score": 86, - "wickets": 10, - "powerplay_runs": 20, - "death_economy": 4.75 - }, - { - "match_id": 1539507, - "date": "2026-06-18", - "innings": 3, - "opponent": "Rwanda", - "result": "L", - "score": 128, - "opp_score": 128, - "wickets": 0, - "powerplay_runs": 42, - "death_economy": 10.0 - }, - { - "match_id": 1539507, - "date": "2026-06-18", - "innings": 2, - "opponent": "Rwanda", - "result": "L", - "score": 128, - "opp_score": 128, - "wickets": 8, - "powerplay_runs": 42, - "death_economy": 10.0 - }, - { - "match_id": 1539506, - "date": "2026-06-17", - "innings": 1, - "opponent": "Malawi", - "result": "W", - "score": 87, - "opp_score": 76, - "wickets": 7, - "powerplay_runs": 15, - "death_economy": 5.25 - }, - { - "match_id": 1539503, - "date": "2026-06-15", - "innings": 2, - "opponent": "Nigeria", - "result": "W", - "score": 120, - "opp_score": 117, - "wickets": 3, - "powerplay_runs": 29, - "death_economy": 10.25 - }, - { - "match_id": 1539500, - "date": "2026-06-14", - "innings": 2, - "opponent": "Rwanda", - "result": "L", - "score": 121, - "opp_score": 179, - "wickets": 10, - "powerplay_runs": 39, - "death_economy": 10.5 - } - ], - "Nigeria": [ - { - "match_id": 1143122, - "date": "2018-04-18", - "innings": 1, - "opponent": "Sierra Leone", - "result": "W", - "score": 120, - "opp_score": 114, - "wickets": 9, - "powerplay_runs": 11, - "death_economy": 8.75 - }, - { - "match_id": 1143115, - "date": "2018-04-14", - "innings": 1, - "opponent": "Sierra Leone", - "result": "W", - "score": 165, - "opp_score": 77, - "wickets": 6, - "powerplay_runs": 20, - "death_economy": 1.5 - } - ], - "Eswatini": [ - { - "match_id": 1538219, - "date": "2026-06-07", - "innings": 2, - "opponent": "Mozambique", - "result": "W", - "score": 195, - "opp_score": 191, - "wickets": 4, - "powerplay_runs": 102, - "death_economy": 14.5 - }, - { - "match_id": 1538218, - "date": "2026-06-07", - "innings": 2, - "opponent": "Lesotho", - "result": "L", - "score": 203, - "opp_score": 221, - "wickets": 5, - "powerplay_runs": 74, - "death_economy": 13.25 - }, - { - "match_id": 1538216, - "date": "2026-06-06", - "innings": 2, - "opponent": "Mozambique", - "result": "W", - "score": 191, - "opp_score": 190, - "wickets": 7, - "powerplay_runs": 58, - "death_economy": 15.5 - }, - { - "match_id": 1538215, - "date": "2026-06-04", - "innings": 2, - "opponent": "Lesotho", - "result": "W", - "score": 93, - "opp_score": 91, - "wickets": 3, - "powerplay_runs": 63, - "death_economy": null - }, - { - "match_id": 1538213, - "date": "2026-06-03", - "innings": 1, - "opponent": "Mozambique", - "result": "L", - "score": 131, - "opp_score": 133, - "wickets": 5, - "powerplay_runs": 40, - "death_economy": null - }, - { - "match_id": 1526851, - "date": "2026-03-28", - "innings": 2, - "opponent": "Ghana", - "result": "L", - "score": 95, - "opp_score": 178, - "wickets": 10, - "powerplay_runs": 36, - "death_economy": 13.75 - }, - { - "match_id": 1526847, - "date": "2026-03-27", - "innings": 1, - "opponent": "Malawi", - "result": "L", - "score": 75, - "opp_score": 77, - "wickets": 10, - "powerplay_runs": 33, - "death_economy": null - }, - { - "match_id": 1526844, - "date": "2026-03-25", - "innings": 2, - "opponent": "Tanzania", - "result": "L", - "score": 20, - "opp_score": 178, - "wickets": 10, - "powerplay_runs": 8, - "death_economy": 15.5 - }, - { - "match_id": 1526841, - "date": "2026-03-24", - "innings": 1, - "opponent": "St Helena", - "result": "W", - "score": 115, - "opp_score": 88, - "wickets": 8, - "powerplay_runs": 27, - "death_economy": 5.0 - }, - { - "match_id": 1501506, - "date": "2025-09-14", - "innings": 1, - "opponent": null, - "result": null, - "score": 27, - "opp_score": null, - "wickets": 3, - "powerplay_runs": 20, - "death_economy": null - } - ], - "Bermuda": [ - { - "match_id": 325569, - "date": "2008-06-29", - "innings": 1, - "opponent": "Canada", - "result": "W", - "score": 201, - "opp_score": 184, - "wickets": 8, - "powerplay_runs": 12, - "death_economy": 4.0 - }, - { - "match_id": 313994, - "date": "2007-10-28", - "innings": 1, - "opponent": "Kenya", - "result": "L", - "score": 167, - "opp_score": 169, - "wickets": 10, - "powerplay_runs": 6, - "death_economy": 8.5 - }, - { - "match_id": 313993, - "date": "2007-10-27", - "innings": 1, - "opponent": "Kenya", - "result": "L", - "score": 183, - "opp_score": 187, - "wickets": 9, - "powerplay_runs": 7, - "death_economy": 5.25 - }, - { - "match_id": 313992, - "date": "2007-10-25", - "innings": 1, - "opponent": "Kenya", - "result": "L", - "score": 174, - "opp_score": 175, - "wickets": 10, - "powerplay_runs": 11, - "death_economy": 6.5 - }, - { - "match_id": 247480, - "date": "2007-03-25", - "innings": 1, - "opponent": "Bangladesh", - "result": "L", - "score": 94, - "opp_score": 96, - "wickets": 9, - "powerplay_runs": 8, - "death_economy": 3.5 - }, - { - "match_id": 247468, - "date": "2007-03-19", - "innings": 2, - "opponent": "India", - "result": "L", - "score": 156, - "opp_score": 413, - "wickets": 10, - "powerplay_runs": 13, - "death_economy": 5.75 - }, - { - "match_id": 247460, - "date": "2007-03-15", - "innings": 2, - "opponent": "Sri Lanka", - "result": "L", - "score": 78, - "opp_score": 321, - "wickets": 10, - "powerplay_runs": 14, - "death_economy": 5.75 - }, - { - "match_id": 267387, - "date": "2007-02-04", - "innings": 1, - "opponent": "Netherlands", - "result": "L", - "score": 194, - "opp_score": 198, - "wickets": 10, - "powerplay_runs": 12, - "death_economy": 7.25 - }, - { - "match_id": 267386, - "date": "2007-02-02", - "innings": 2, - "opponent": "Canada", - "result": "L", - "score": 106, - "opp_score": 162, - "wickets": 10, - "powerplay_runs": 52, - "death_economy": 8.75 - }, - { - "match_id": 259389, - "date": "2006-12-02", - "innings": 2, - "opponent": "Netherlands", - "result": "W", - "score": 94, - "opp_score": 91, - "wickets": 4, - "powerplay_runs": 11, - "death_economy": 5.25 - } - ], - "Chile": [ - { - "match_id": 1531172, - "date": "2026-04-26", - "innings": 1, - "opponent": "Costa Rica", - "result": "L", - "score": 46, - "opp_score": 47, - "wickets": 10, - "powerplay_runs": 2, - "death_economy": null - }, - { - "match_id": 1531171, - "date": "2026-04-25", - "innings": 1, - "opponent": "Costa Rica", - "result": "L", - "score": 81, - "opp_score": 83, - "wickets": 8, - "powerplay_runs": 12, - "death_economy": null - }, - { - "match_id": 1403305, - "date": "2023-10-20", - "innings": 1, - "opponent": "Argentina", - "result": "L", - "score": 52, - "opp_score": 53, - "wickets": 10, - "powerplay_runs": 6, - "death_economy": null - }, - { - "match_id": 1403297, - "date": "2023-10-18", - "innings": 1, - "opponent": "Mexico", - "result": "L", - "score": 72, - "opp_score": 74, - "wickets": 7, - "powerplay_runs": 20, - "death_economy": null - }, - { - "match_id": 1402766, - "date": "2023-10-15", - "innings": 2, - "opponent": "Argentina", - "result": "L", - "score": 22, - "opp_score": 333, - "wickets": 9, - "powerplay_runs": 0, - "death_economy": 23.0 - }, - { - "match_id": 1402765, - "date": "2023-10-14", - "innings": 2, - "opponent": "Argentina", - "result": "L", - "score": 19, - "opp_score": 300, - "wickets": 10, - "powerplay_runs": 2, - "death_economy": 20.0 - } - ], - "Seychelles": [ - { - "match_id": 1526850, - "date": "2026-03-28", - "innings": 1, - "opponent": "Malawi", - "result": "L", - "score": 108, - "opp_score": 111, - "wickets": 7, - "powerplay_runs": 20, - "death_economy": 3.5 - }, - { - "match_id": 1526848, - "date": "2026-03-27", - "innings": 2, - "opponent": "Tanzania", - "result": "L", - "score": 52, - "opp_score": 205, - "wickets": 9, - "powerplay_runs": 17, - "death_economy": 13.5 - }, - { - "match_id": 1526843, - "date": "2026-03-25", - "innings": 2, - "opponent": "St Helena", - "result": "W", - "score": 96, - "opp_score": 95, - "wickets": 3, - "powerplay_runs": 21, - "death_economy": 6.75 - }, - { - "match_id": 1526842, - "date": "2026-03-24", - "innings": 1, - "opponent": "Ghana", - "result": "L", - "score": 72, - "opp_score": 76, - "wickets": 10, - "powerplay_runs": 28, - "death_economy": null - }, - { - "match_id": 1453924, - "date": "2024-10-24", - "innings": 2, - "opponent": "Rwanda", - "result": "L", - "score": 73, - "opp_score": 146, - "wickets": 9, - "powerplay_runs": 21, - "death_economy": 9.0 - }, - { - "match_id": 1453930, - "date": "2024-10-23", - "innings": 1, - "opponent": "Kenya", - "result": "L", - "score": 74, - "opp_score": 78, - "wickets": 10, - "powerplay_runs": 16, - "death_economy": null - }, - { - "match_id": 1453933, - "date": "2024-10-22", - "innings": 2, - "opponent": "Mozambique", - "result": "L", - "score": 98, - "opp_score": 158, - "wickets": 10, - "powerplay_runs": 28, - "death_economy": 12.25 - }, - { - "match_id": 1453922, - "date": "2024-10-19", - "innings": 2, - "opponent": "Zimbabwe", - "result": "L", - "score": 18, - "opp_score": 286, - "wickets": 2, - "powerplay_runs": 16, - "death_economy": 18.25 - }, - { - "match_id": 1456013, - "date": "2024-10-18", - "innings": 2, - "opponent": "Kenya", - "result": "L", - "score": 86, - "opp_score": 177, - "wickets": 10, - "powerplay_runs": 36, - "death_economy": 17.25 - }, - { - "match_id": 1343764, - "date": "2022-11-25", - "innings": 1, - "opponent": "Kenya", - "result": "W", - "score": 94, - "opp_score": 82, - "wickets": 8, - "powerplay_runs": 21, - "death_economy": null - } - ], - "Saudi Arabia": [ - { - "match_id": 1142223, - "date": "2018-04-27", - "innings": 2, - "opponent": "Kuwait", - "result": "L", - "score": 99, - "opp_score": 104, - "wickets": 4, - "powerplay_runs": 38, - "death_economy": 4.75 - }, - { - "match_id": 1142222, - "date": "2018-04-26", - "innings": 1, - "opponent": "Maldives", - "result": "W", - "score": 154, - "opp_score": 119, - "wickets": 6, - "powerplay_runs": 43, - "death_economy": 8.25 - }, - { - "match_id": 1142218, - "date": "2018-04-24", - "innings": 1, - "opponent": "Qatar", - "result": "L", - "score": 135, - "opp_score": 136, - "wickets": 7, - "powerplay_runs": 44, - "death_economy": 6.0 - }, - { - "match_id": 1142215, - "date": "2018-04-23", - "innings": 2, - "opponent": "Kuwait", - "result": "W", - "score": 96, - "opp_score": 92, - "wickets": 3, - "powerplay_runs": 53, - "death_economy": 8.5 - }, - { - "match_id": 1142213, - "date": "2018-04-21", - "innings": 1, - "opponent": "United Arab Emirates", - "result": "L", - "score": 103, - "opp_score": 104, - "wickets": 9, - "powerplay_runs": 39, - "death_economy": null - }, - { - "match_id": 1142209, - "date": "2018-04-20", - "innings": 2, - "opponent": "Bahrain", - "result": "W", - "score": 107, - "opp_score": 106, - "wickets": 3, - "powerplay_runs": 53, - "death_economy": 8.25 - }, - { - "match_id": 1058157, - "date": "2016-09-28", - "innings": 1, - "opponent": "Qatar", - "result": "W", - "score": 175, - "opp_score": 139, - "wickets": 6, - "powerplay_runs": 43, - "death_economy": 8.5 - }, - { - "match_id": 1058152, - "date": "2016-09-27", - "innings": 1, - "opponent": "Kenya", - "result": "W", - "score": 123, - "opp_score": 84, - "wickets": 10, - "powerplay_runs": 37, - "death_economy": 1.75 - }, - { - "match_id": 811129, - "date": "2015-01-29", - "innings": 1, - "opponent": "Singapore", - "result": "W", - "score": 146, - "opp_score": 138, - "wickets": 9, - "powerplay_runs": 42, - "death_economy": 11.75 - }, - { - "match_id": 811125, - "date": "2015-01-27", - "innings": 1, - "opponent": "Malaysia", - "result": "W", - "score": 176, - "opp_score": 133, - "wickets": 6, - "powerplay_runs": 57, - "death_economy": 8.75 - } - ], - "Isle of Man": [ - { - "match_id": 1156657, - "date": "2018-08-30", - "innings": 2, - "opponent": "Jersey", - "result": "L", - "score": 102, - "opp_score": 156, - "wickets": 10, - "powerplay_runs": 27, - "death_economy": 12.75 - }, - { - "match_id": 1156651, - "date": "2018-08-29", - "innings": 1, - "opponent": "Belgium", - "result": "L", - "score": 121, - "opp_score": 122, - "wickets": 4, - "powerplay_runs": 16, - "death_economy": 7.75 - }, - { - "match_id": 1156653, - "date": "2018-08-29", - "innings": 1, - "opponent": "Finland", - "result": "W", - "score": 136, - "opp_score": 34, - "wickets": 5, - "powerplay_runs": 40, - "death_economy": null - }, - { - "match_id": 1046681, - "date": "2016-08-17", - "innings": 2, - "opponent": "Germany", - "result": "L", - "score": 66, - "opp_score": 166, - "wickets": 10, - "powerplay_runs": 25, - "death_economy": 16.75 - }, - { - "match_id": 1046685, - "date": "2016-08-17", - "innings": 2, - "opponent": "Gibraltar", - "result": "W", - "score": 70, - "opp_score": 61, - "wickets": 1, - "powerplay_runs": 40, - "death_economy": null - } - ], - "China": [ - { - "match_id": 1160964, - "date": "2018-10-12", - "innings": 1, - "opponent": "Malaysia", - "result": "L", - "score": 30, - "opp_score": 31, - "wickets": 10, - "powerplay_runs": 21, - "death_economy": null - }, - { - "match_id": 1160960, - "date": "2018-10-10", - "innings": 1, - "opponent": "Nepal", - "result": "L", - "score": 26, - "opp_score": 29, - "wickets": 10, - "powerplay_runs": 11, - "death_economy": null - }, - { - "match_id": 1160952, - "date": "2018-10-06", - "innings": 1, - "opponent": "Singapore", - "result": "L", - "score": 26, - "opp_score": 30, - "wickets": 10, - "powerplay_runs": 7, - "death_economy": null - }, - { - "match_id": 1160948, - "date": "2018-10-04", - "innings": 1, - "opponent": "Bhutan", - "result": "L", - "score": 45, - "opp_score": 47, - "wickets": 10, - "powerplay_runs": 8, - "death_economy": null - }, - { - "match_id": 1160946, - "date": "2018-10-03", - "innings": 1, - "opponent": "Thailand", - "result": "L", - "score": 35, - "opp_score": 36, - "wickets": 9, - "powerplay_runs": 9, - "death_economy": null - }, - { - "match_id": 1159091, - "date": "2018-09-15", - "innings": 1, - "opponent": "Japan", - "result": "L", - "score": 103, - "opp_score": 107, - "wickets": 6, - "powerplay_runs": 21, - "death_economy": 4.75 - }, - { - "match_id": 1159087, - "date": "2018-09-13", - "innings": 1, - "opponent": "South Korea", - "result": "L", - "score": 67, - "opp_score": 72, - "wickets": 4, - "powerplay_runs": 9, - "death_economy": null - }, - { - "match_id": 1123898, - "date": "2017-11-26", - "innings": 2, - "opponent": "Nepal", - "result": "L", - "score": 52, - "opp_score": 102, - "wickets": 10, - "powerplay_runs": 16, - "death_economy": 9.25 - }, - { - "match_id": 1121068, - "date": "2017-11-24", - "innings": 1, - "opponent": "Thailand", - "result": "L", - "score": 31, - "opp_score": 32, - "wickets": 10, - "powerplay_runs": 8, - "death_economy": null - }, - { - "match_id": 1121063, - "date": "2017-11-23", - "innings": 2, - "opponent": "Hong Kong", - "result": "L", - "score": 77, - "opp_score": 129, - "wickets": 6, - "powerplay_runs": 17, - "death_economy": 7.25 - } - ], - "Belize": [ - { - "match_id": 1157700, - "date": "2018-09-26", - "innings": 1, - "opponent": "United States of America", - "result": "L", - "score": 84, - "opp_score": 90, - "wickets": 10, - "powerplay_runs": 17, - "death_economy": null - }, - { - "match_id": 1157698, - "date": "2018-09-25", - "innings": 2, - "opponent": "Panama", - "result": "L", - "score": 119, - "opp_score": 128, - "wickets": 9, - "powerplay_runs": 10, - "death_economy": 14.25 - }, - { - "match_id": 1157696, - "date": "2018-09-23", - "innings": 1, - "opponent": "Canada", - "result": "L", - "score": 32, - "opp_score": 33, - "wickets": 10, - "powerplay_runs": 13, - "death_economy": null - }, - { - "match_id": 1157693, - "date": "2018-09-21", - "innings": 2, - "opponent": "United States of America", - "result": "L", - "score": 51, - "opp_score": 249, - "wickets": 10, - "powerplay_runs": 25, - "death_economy": 19.25 - }, - { - "match_id": 1157691, - "date": "2018-09-19", - "innings": 1, - "opponent": "Canada", - "result": "L", - "score": 42, - "opp_score": 43, - "wickets": 10, - "powerplay_runs": 2, - "death_economy": null - } - ], - "Scotland": [ - { - "match_id": 1531706, - "date": "2026-05-20", - "innings": 1, - "opponent": "United States of America", - "result": "L", - "score": 169, - "opp_score": 170, - "wickets": 10, - "powerplay_runs": 34, - "death_economy": 4.75 - }, - { - "match_id": 1531705, - "date": "2026-05-18", - "innings": 1, - "opponent": "Nepal", - "result": "L", - "score": 194, - "opp_score": 199, - "wickets": 10, - "powerplay_runs": 42, - "death_economy": 5.75 - }, - { - "match_id": 1531703, - "date": "2026-05-14", - "innings": 1, - "opponent": "United States of America", - "result": "W", - "score": 321, - "opp_score": 246, - "wickets": 6, - "powerplay_runs": 29, - "death_economy": 6.75 - }, - { - "match_id": 1531702, - "date": "2026-05-12", - "innings": 1, - "opponent": "Nepal", - "result": "W", - "score": 243, - "opp_score": 218, - "wickets": 8, - "powerplay_runs": 32, - "death_economy": 6.5 - }, - { - "match_id": 1529144, - "date": "2026-04-12", - "innings": 2, - "opponent": "Namibia", - "result": "W", - "score": 199, - "opp_score": 198, - "wickets": 4, - "powerplay_runs": 16, - "death_economy": 4.5 - }, - { - "match_id": 1529142, - "date": "2026-04-08", - "innings": 2, - "opponent": "Oman", - "result": "L", - "score": 151, - "opp_score": 163, - "wickets": 9, - "powerplay_runs": 59, - "death_economy": 8.5 - }, - { - "match_id": 1498185, - "date": "2025-09-04", - "innings": 1, - "opponent": "Namibia", - "result": "W", - "score": 164, - "opp_score": 109, - "wickets": 10, - "powerplay_runs": 52, - "death_economy": 8.25 - }, - { - "match_id": 1498183, - "date": "2025-08-31", - "innings": 2, - "opponent": "Canada", - "result": "W", - "score": 187, - "opp_score": 184, - "wickets": 3, - "powerplay_runs": 20, - "death_economy": 3.0 - }, - { - "match_id": 1486777, - "date": "2025-06-12", - "innings": 1, - "opponent": "Netherlands", - "result": "L", - "score": 369, - "opp_score": 374, - "wickets": 6, - "powerplay_runs": 42, - "death_economy": 8.25 - }, - { - "match_id": 1486775, - "date": "2025-06-08", - "innings": 1, - "opponent": "Nepal", - "result": "W", - "score": 323, - "opp_score": 321, - "wickets": 6, - "powerplay_runs": 24, - "death_economy": 8.5 - } - ], - "Suriname": [ - { - "match_id": 1525176, - "date": "2026-03-15", - "innings": 2, - "opponent": "Mexico", - "result": "W", - "score": 127, - "opp_score": 126, - "wickets": 6, - "powerplay_runs": 36, - "death_economy": 6.5 - }, - { - "match_id": 1525175, - "date": "2026-03-14", - "innings": 1, - "opponent": "Cayman Islands", - "result": "L", - "score": 85, - "opp_score": 86, - "wickets": 5, - "powerplay_runs": 10, - "death_economy": null - }, - { - "match_id": 1525173, - "date": "2026-03-12", - "innings": 1, - "opponent": "Argentina", - "result": "L", - "score": 107, - "opp_score": 109, - "wickets": 7, - "powerplay_runs": 28, - "death_economy": 4.5 - }, - { - "match_id": 1525170, - "date": "2026-03-11", - "innings": 1, - "opponent": "Cayman Islands", - "result": "L", - "score": 92, - "opp_score": 96, - "wickets": 7, - "powerplay_runs": 23, - "death_economy": null - }, - { - "match_id": 1525168, - "date": "2026-03-09", - "innings": 2, - "opponent": "Argentina", - "result": "L", - "score": 114, - "opp_score": 129, - "wickets": 8, - "powerplay_runs": 40, - "death_economy": 6.75 - }, - { - "match_id": 1525167, - "date": "2026-03-08", - "innings": 2, - "opponent": "Mexico", - "result": "L", - "score": 88, - "opp_score": 97, - "wickets": 8, - "powerplay_runs": 20, - "death_economy": 4.5 - }, - { - "match_id": 1462910, - "date": "2024-12-16", - "innings": 2, - "opponent": "Belize", - "result": "W", - "score": 99, - "opp_score": 98, - "wickets": 6, - "powerplay_runs": 33, - "death_economy": 3.25 - }, - { - "match_id": 1462901, - "date": "2024-12-14", - "innings": 2, - "opponent": "Bahamas", - "result": "L", - "score": 71, - "opp_score": 97, - "wickets": 10, - "powerplay_runs": 11, - "death_economy": 3.25 - }, - { - "match_id": 1462897, - "date": "2024-12-12", - "innings": 1, - "opponent": "Mexico", - "result": "L", - "score": 48, - "opp_score": 52, - "wickets": 10, - "powerplay_runs": 13, - "death_economy": null - }, - { - "match_id": 1462895, - "date": "2024-12-11", - "innings": 1, - "opponent": "Argentina", - "result": "L", - "score": 123, - "opp_score": 124, - "wickets": 9, - "powerplay_runs": 41, - "death_economy": 1.25 - } - ], - "Turks and Caicos Island": [ - { - "match_id": 1481301, - "date": "2025-04-20", - "innings": 1, - "opponent": "Costa Rica", - "result": "W", - "score": 127, - "opp_score": 68, - "wickets": 7, - "powerplay_runs": 28, - "death_economy": null - }, - { - "match_id": 1481299, - "date": "2025-04-19", - "innings": 2, - "opponent": "Costa Rica", - "result": "W", - "score": 74, - "opp_score": 71, - "wickets": 0, - "powerplay_runs": 48, - "death_economy": 7.5 - }, - { - "match_id": 1481298, - "date": "2025-04-18", - "innings": 1, - "opponent": "Mexico", - "result": "L", - "score": 99, - "opp_score": 100, - "wickets": 10, - "powerplay_runs": 28, - "death_economy": null - }, - { - "match_id": 1481296, - "date": "2025-04-17", - "innings": 2, - "opponent": "Panama", - "result": "L", - "score": 96, - "opp_score": 145, - "wickets": 10, - "powerplay_runs": 37, - "death_economy": 9.0 - } - ], - "South Africa": [ - { - "match_id": 1479572, - "date": "2025-11-22", - "innings": 3, - "opponent": "India", - "result": "W", - "score": 489, - "opp_score": 201, - "wickets": 5, - "powerplay_runs": 25, - "death_economy": 6.75 - }, - { - "match_id": 1479572, - "date": "2025-11-22", - "innings": 1, - "opponent": "India", - "result": "W", - "score": 489, - "opp_score": 201, - "wickets": 10, - "powerplay_runs": 25, - "death_economy": 6.75 - }, - { - "match_id": 1479571, - "date": "2025-11-14", - "innings": 3, - "opponent": "India", - "result": "L", - "score": 159, - "opp_score": 189, - "wickets": 10, - "powerplay_runs": 39, - "death_economy": 2.5 - }, - { - "match_id": 1479571, - "date": "2025-11-14", - "innings": 1, - "opponent": "India", - "result": "L", - "score": 159, - "opp_score": 189, - "wickets": 10, - "powerplay_runs": 39, - "death_economy": 2.5 - }, - { - "match_id": 1501894, - "date": "2025-10-20", - "innings": 4, - "opponent": "Pakistan", - "result": "W", - "score": 404, - "opp_score": 333, - "wickets": 2, - "powerplay_runs": 41, - "death_economy": 12.0 - }, - { - "match_id": 1501894, - "date": "2025-10-20", - "innings": 2, - "opponent": "Pakistan", - "result": "W", - "score": 404, - "opp_score": 333, - "wickets": 10, - "powerplay_runs": 41, - "death_economy": 12.0 - }, - { - "match_id": 1501893, - "date": "2025-10-12", - "innings": 4, - "opponent": "Pakistan", - "result": "L", - "score": 269, - "opp_score": 378, - "wickets": 10, - "powerplay_runs": 30, - "death_economy": 7.75 - }, - { - "match_id": 1501893, - "date": "2025-10-12", - "innings": 2, - "opponent": "Pakistan", - "result": "L", - "score": 269, - "opp_score": 378, - "wickets": 10, - "powerplay_runs": 30, - "death_economy": 7.75 - }, - { - "match_id": 1478864, - "date": "2025-07-06", - "innings": 1, - "opponent": "Zimbabwe", - "result": "W", - "score": 626, - "opp_score": 170, - "wickets": 5, - "powerplay_runs": 11, - "death_economy": 4.5 - }, - { - "match_id": 1478863, - "date": "2025-06-28", - "innings": 3, - "opponent": "Zimbabwe", - "result": "W", - "score": 418, - "opp_score": 251, - "wickets": 10, - "powerplay_runs": 25, - "death_economy": 8.25 - } - ], - "Greece": [ - { - "match_id": 1534068, - "date": "2026-05-10", - "innings": 1, - "opponent": "Denmark", - "result": "L", - "score": 86, - "opp_score": 87, - "wickets": 10, - "powerplay_runs": 20, - "death_economy": null - }, - { - "match_id": 1534067, - "date": "2026-05-10", - "innings": 1, - "opponent": "Denmark", - "result": "L", - "score": 98, - "opp_score": 102, - "wickets": 9, - "powerplay_runs": 17, - "death_economy": 2.5 - }, - { - "match_id": 1534066, - "date": "2026-05-09", - "innings": 2, - "opponent": "Denmark", - "result": "L", - "score": 67, - "opp_score": 138, - "wickets": 10, - "powerplay_runs": 17, - "death_economy": 8.25 - }, - { - "match_id": 1534065, - "date": "2026-05-09", - "innings": 1, - "opponent": "Denmark", - "result": "W", - "score": 122, - "opp_score": 119, - "wickets": 6, - "powerplay_runs": 17, - "death_economy": 6.75 - }, - { - "match_id": 1529785, - "date": "2026-04-05", - "innings": 2, - "opponent": "Cyprus", - "result": "W", - "score": 97, - "opp_score": 96, - "wickets": 2, - "powerplay_runs": 24, - "death_economy": 6.25 - }, - { - "match_id": 1529784, - "date": "2026-04-05", - "innings": 2, - "opponent": "Cyprus", - "result": "L", - "score": 55, - "opp_score": 55, - "wickets": 9, - "powerplay_runs": 13, - "death_economy": null - }, - { - "match_id": 1529782, - "date": "2026-04-04", - "innings": 2, - "opponent": "Cyprus", - "result": "L", - "score": 74, - "opp_score": 108, - "wickets": 10, - "powerplay_runs": 18, - "death_economy": 8.25 - }, - { - "match_id": 1529781, - "date": "2026-04-03", - "innings": 2, - "opponent": "Cyprus", - "result": "L", - "score": 68, - "opp_score": 83, - "wickets": 10, - "powerplay_runs": 8, - "death_economy": 7.0 - }, - { - "match_id": 1529780, - "date": "2026-04-03", - "innings": 2, - "opponent": "Cyprus", - "result": "L", - "score": 76, - "opp_score": 84, - "wickets": 9, - "powerplay_runs": 10, - "death_economy": 7.25 - }, - { - "match_id": 1490861, - "date": "2025-07-09", - "innings": 2, - "opponent": "Turkey", - "result": "L", - "score": 119, - "opp_score": 129, - "wickets": 8, - "powerplay_runs": 29, - "death_economy": 10.25 - } - ], - "Philippines": [ - { - "match_id": 1166891, - "date": "2018-12-07", - "innings": 1, - "opponent": "Indonesia", - "result": "W", - "score": 138, - "opp_score": 110, - "wickets": 6, - "powerplay_runs": 38, - "death_economy": 5.0 - }, - { - "match_id": 1166890, - "date": "2018-12-06", - "innings": 1, - "opponent": "Japan", - "result": "W", - "score": 118, - "opp_score": 115, - "wickets": 9, - "powerplay_runs": 20, - "death_economy": 8.75 - }, - { - "match_id": 1166888, - "date": "2018-12-05", - "innings": 1, - "opponent": "South Korea", - "result": "W", - "score": 103, - "opp_score": 99, - "wickets": 10, - "powerplay_runs": 37, - "death_economy": 4.5 - }, - { - "match_id": 1166885, - "date": "2018-12-03", - "innings": 1, - "opponent": "Indonesia", - "result": "W", - "score": 156, - "opp_score": 153, - "wickets": 10, - "powerplay_runs": 43, - "death_economy": 10.0 - }, - { - "match_id": 1166884, - "date": "2018-12-02", - "innings": 2, - "opponent": "Japan", - "result": "L", - "score": 152, - "opp_score": 157, - "wickets": 6, - "powerplay_runs": 23, - "death_economy": 9.5 - }, - { - "match_id": 1166882, - "date": "2018-12-01", - "innings": 1, - "opponent": "South Korea", - "result": "W", - "score": 154, - "opp_score": 148, - "wickets": 8, - "powerplay_runs": 37, - "death_economy": 7.75 - } - ], - "Asia XI": [ - { - "match_id": 289110, - "date": "2007-06-10", - "innings": 1, - "opponent": "Africa XI", - "result": "W", - "score": 331, - "opp_score": 318, - "wickets": 8, - "powerplay_runs": 28, - "death_economy": 9.0 - }, - { - "match_id": 289108, - "date": "2007-06-09", - "innings": 1, - "opponent": "Africa XI", - "result": "W", - "score": 337, - "opp_score": 306, - "wickets": 7, - "powerplay_runs": 38, - "death_economy": 6.5 - }, - { - "match_id": 289107, - "date": "2007-06-06", - "innings": 1, - "opponent": "Africa XI", - "result": "W", - "score": 317, - "opp_score": 283, - "wickets": 9, - "powerplay_runs": 35, - "death_economy": 6.0 - }, - { - "match_id": 216669, - "date": "2005-08-21", - "innings": 2, - "opponent": "Africa XI", - "result": "L", - "score": 8, - "opp_score": 106, - "wickets": 2, - "powerplay_runs": 6, - "death_economy": 4.0 - }, - { - "match_id": 216271, - "date": "2005-08-17", - "innings": 2, - "opponent": "Africa XI", - "result": "L", - "score": 196, - "opp_score": 198, - "wickets": 10, - "powerplay_runs": 22, - "death_economy": 6.25 - } - ], - "Africa XI": [ - { - "match_id": 289110, - "date": "2007-06-10", - "innings": 2, - "opponent": "Asia XI", - "result": "L", - "score": 318, - "opp_score": 331, - "wickets": 7, - "powerplay_runs": 26, - "death_economy": 4.25 - }, - { - "match_id": 289108, - "date": "2007-06-09", - "innings": 2, - "opponent": "Asia XI", - "result": "L", - "score": 306, - "opp_score": 337, - "wickets": 10, - "powerplay_runs": 38, - "death_economy": 5.0 - }, - { - "match_id": 289107, - "date": "2007-06-06", - "innings": 2, - "opponent": "Asia XI", - "result": "L", - "score": 283, - "opp_score": 317, - "wickets": 10, - "powerplay_runs": 18, - "death_economy": 6.0 - }, - { - "match_id": 216669, - "date": "2005-08-21", - "innings": 1, - "opponent": "Asia XI", - "result": "W", - "score": 106, - "opp_score": 8, - "wickets": 10, - "powerplay_runs": 9, - "death_economy": null - }, - { - "match_id": 216271, - "date": "2005-08-17", - "innings": 1, - "opponent": "Asia XI", - "result": "W", - "score": 198, - "opp_score": 196, - "wickets": 10, - "powerplay_runs": 24, - "death_economy": 7.5 - } - ], - "Brisbane Heat": [ - { - "match_id": 1493277, - "date": "2026-01-18", - "innings": 1, - "opponent": "Sydney Sixers", - "result": "L", - "score": 342, - "opp_score": 354, - "wickets": 18, - "powerplay_runs": 52, - "death_economy": 22.5 - }, - { - "match_id": 1493272, - "date": "2026-01-14", - "innings": 1, - "opponent": "Hobart Hurricanes", - "result": "W", - "score": 320, - "opp_score": 314, - "wickets": 16, - "powerplay_runs": 82, - "death_economy": 14.0 - }, - { - "match_id": 1493266, - "date": "2026-01-10", - "innings": 2, - "opponent": "Sydney Thunder", - "result": "W", - "score": 366, - "opp_score": 360, - "wickets": 6, - "powerplay_runs": 146, - "death_economy": 25.0 - }, - { - "match_id": 1493261, - "date": "2026-01-05", - "innings": 1, - "opponent": "Sydney Sixers", - "result": "L", - "score": 228, - "opp_score": 236, - "wickets": 18, - "powerplay_runs": 74, - "death_economy": 16.0 - }, - { - "match_id": 1493257, - "date": "2026-01-02", - "innings": 2, - "opponent": "Melbourne Stars", - "result": "W", - "score": 398, - "opp_score": 390, - "wickets": 12, - "powerplay_runs": 98, - "death_economy": 32.5 - }, - { - "match_id": 1493254, - "date": "2025-12-31", - "innings": 1, - "opponent": "Adelaide Strikers", - "result": "L", - "score": 242, - "opp_score": 250, - "wickets": 20, - "powerplay_runs": 38, - "death_economy": null - }, - { - "match_id": 1493250, - "date": "2025-12-27", - "innings": 1, - "opponent": "Adelaide Strikers", - "result": "W", - "score": 358, - "opp_score": 344, - "wickets": 18, - "powerplay_runs": 98, - "death_economy": 14.0 - }, - { - "match_id": 1493246, - "date": "2025-12-22", - "innings": 2, - "opponent": "Sydney Thunder", - "result": "L", - "score": 318, - "opp_score": 386, - "wickets": 12, - "powerplay_runs": 80, - "death_economy": 24.5 - }, - { - "match_id": 1493243, - "date": "2025-12-19", - "innings": 2, - "opponent": "Perth Scorchers", - "result": "W", - "score": 516, - "opp_score": 514, - "wickets": 6, - "powerplay_runs": 148, - "death_economy": 35.5 - }, - { - "match_id": 1493239, - "date": "2025-12-15", - "innings": 2, - "opponent": "Melbourne Renegades", - "result": "L", - "score": 396, - "opp_score": 424, - "wickets": 16, - "powerplay_runs": 94, - "death_economy": 30.5 - } - ], - "Hobart Hurricanes": [ - { - "match_id": 1493280, - "date": "2026-01-23", - "innings": 2, - "opponent": "Sydney Sixers", - "result": "L", - "score": 282, - "opp_score": 396, - "wickets": 20, - "powerplay_runs": 94, - "death_economy": 25.5 - }, - { - "match_id": 1493279, - "date": "2026-01-21", - "innings": 1, - "opponent": "Melbourne Stars", - "result": "W", - "score": 228, - "opp_score": 162, - "wickets": 10, - "powerplay_runs": 102, - "death_economy": null - }, - { - "match_id": 1493272, - "date": "2026-01-14", - "innings": 2, - "opponent": "Brisbane Heat", - "result": "L", - "score": 314, - "opp_score": 320, - "wickets": 16, - "powerplay_runs": 116, - "death_economy": 16.5 - }, - { - "match_id": 1493265, - "date": "2026-01-09", - "innings": 1, - "opponent": "Adelaide Strikers", - "result": "W", - "score": 356, - "opp_score": 282, - "wickets": 12, - "powerplay_runs": 140, - "death_economy": 23.0 - }, - { - "match_id": 1493258, - "date": "2026-01-03", - "innings": 2, - "opponent": "Sydney Thunder", - "result": "W", - "score": 414, - "opp_score": 410, - "wickets": 8, - "powerplay_runs": 142, - "death_economy": 40.0 - }, - { - "match_id": 1493256, - "date": "2026-01-01", - "innings": 2, - "opponent": "Perth Scorchers", - "result": "L", - "score": 378, - "opp_score": 458, - "wickets": 18, - "powerplay_runs": 84, - "death_economy": 30.0 - }, - { - "match_id": 1493252, - "date": "2025-12-29", - "innings": 2, - "opponent": "Melbourne Renegades", - "result": "W", - "score": 326, - "opp_score": 324, - "wickets": 12, - "powerplay_runs": 78, - "death_economy": 15.5 - }, - { - "match_id": 1493249, - "date": "2025-12-26", - "innings": 2, - "opponent": "Perth Scorchers", - "result": "W", - "score": 306, - "opp_score": 300, - "wickets": 14, - "powerplay_runs": 62, - "death_economy": 13.5 - }, - { - "match_id": 1493245, - "date": "2025-12-21", - "innings": 2, - "opponent": "Melbourne Renegades", - "result": "W", - "score": 298, - "opp_score": 290, - "wickets": 6, - "powerplay_runs": 100, - "death_economy": 22.0 - }, - { - "match_id": 1493242, - "date": "2025-12-18", - "innings": 1, - "opponent": "Melbourne Stars", - "result": "L", - "score": 316, - "opp_score": 318, - "wickets": 18, - "powerplay_runs": 68, - "death_economy": 11.0 - } - ], - "Melbourne Stars": [ - { - "match_id": 1493279, - "date": "2026-01-21", - "innings": 2, - "opponent": "Hobart Hurricanes", - "result": "L", - "score": 162, - "opp_score": 228, - "wickets": 8, - "powerplay_runs": 114, - "death_economy": null - }, - { - "match_id": 1493276, - "date": "2026-01-17", - "innings": 1, - "opponent": "Perth Scorchers", - "result": "L", - "score": 260, - "opp_score": 268, - "wickets": 20, - "powerplay_runs": 90, - "death_economy": 7.0 - }, - { - "match_id": 1493271, - "date": "2026-01-13", - "innings": 2, - "opponent": "Adelaide Strikers", - "result": "W", - "score": 172, - "opp_score": 166, - "wickets": 10, - "powerplay_runs": 48, - "death_economy": 12.5 - }, - { - "match_id": 1493267, - "date": "2026-01-10", - "innings": 2, - "opponent": "Melbourne Renegades", - "result": "W", - "score": 340, - "opp_score": 332, - "wickets": 4, - "powerplay_runs": 148, - "death_economy": 25.0 - }, - { - "match_id": 1493264, - "date": "2026-01-08", - "innings": 1, - "opponent": "Sydney Sixers", - "result": "L", - "score": 256, - "opp_score": 258, - "wickets": 20, - "powerplay_runs": 80, - "death_economy": 13.0 - }, - { - "match_id": 1493259, - "date": "2026-01-04", - "innings": 1, - "opponent": "Melbourne Renegades", - "result": "L", - "score": 346, - "opp_score": 354, - "wickets": 18, - "powerplay_runs": 96, - "death_economy": 23.0 - }, - { - "match_id": 1493257, - "date": "2026-01-02", - "innings": 1, - "opponent": "Brisbane Heat", - "result": "L", - "score": 390, - "opp_score": 398, - "wickets": 12, - "powerplay_runs": 108, - "death_economy": 39.5 - }, - { - "match_id": 1493251, - "date": "2025-12-28", - "innings": 2, - "opponent": "Sydney Thunder", - "result": "W", - "score": 264, - "opp_score": 256, - "wickets": 2, - "powerplay_runs": 118, - "death_economy": 14.5 - }, - { - "match_id": 1493248, - "date": "2025-12-26", - "innings": 2, - "opponent": "Sydney Sixers", - "result": "W", - "score": 290, - "opp_score": 288, - "wickets": 6, - "powerplay_runs": 100, - "death_economy": 20.5 - }, - { - "match_id": 1493247, - "date": "2025-12-23", - "innings": 2, - "opponent": "Adelaide Strikers", - "result": "W", - "score": 322, - "opp_score": 310, - "wickets": 8, - "powerplay_runs": 104, - "death_economy": 19.0 - } - ], - "Sydney Thunder": [ - { - "match_id": 1493274, - "date": "2026-01-16", - "innings": 1, - "opponent": "Sydney Sixers", - "result": "L", - "score": 378, - "opp_score": 382, - "wickets": 12, - "powerplay_runs": 114, - "death_economy": 14.5 - }, - { - "match_id": 1493270, - "date": "2026-01-12", - "innings": 2, - "opponent": "Melbourne Renegades", - "result": "L", - "score": 280, - "opp_score": 340, - "wickets": 12, - "powerplay_runs": 90, - "death_economy": 22.5 - }, - { - "match_id": 1493266, - "date": "2026-01-10", - "innings": 1, - "opponent": "Brisbane Heat", - "result": "L", - "score": 360, - "opp_score": 366, - "wickets": 12, - "powerplay_runs": 80, - "death_economy": 5.5 - }, - { - "match_id": 1493262, - "date": "2026-01-06", - "innings": 2, - "opponent": "Adelaide Strikers", - "result": "L", - "score": 318, - "opp_score": 330, - "wickets": 14, - "powerplay_runs": 92, - "death_economy": 25.0 - }, - { - "match_id": 1493258, - "date": "2026-01-03", - "innings": 1, - "opponent": "Hobart Hurricanes", - "result": "L", - "score": 410, - "opp_score": 414, - "wickets": 8, - "powerplay_runs": 74, - "death_economy": 18.5 - }, - { - "match_id": 1493253, - "date": "2025-12-30", - "innings": 2, - "opponent": "Perth Scorchers", - "result": "L", - "score": 262, - "opp_score": 404, - "wickets": 20, - "powerplay_runs": 102, - "death_economy": 37.0 - }, - { - "match_id": 1493251, - "date": "2025-12-28", - "innings": 1, - "opponent": "Melbourne Stars", - "result": "L", - "score": 256, - "opp_score": 264, - "wickets": 20, - "powerplay_runs": 80, - "death_economy": null - }, - { - "match_id": 1493246, - "date": "2025-12-22", - "innings": 1, - "opponent": "Brisbane Heat", - "result": "W", - "score": 386, - "opp_score": 318, - "wickets": 8, - "powerplay_runs": 100, - "death_economy": 20.5 - }, - { - "match_id": 1493244, - "date": "2025-12-20", - "innings": 2, - "opponent": "Sydney Sixers", - "result": "L", - "score": 302, - "opp_score": 396, - "wickets": 20, - "powerplay_runs": 54, - "death_economy": 28.0 - }, - { - "match_id": 1493240, - "date": "2025-12-16", - "innings": 1, - "opponent": "Hobart Hurricanes", - "result": "L", - "score": 360, - "opp_score": 362, - "wickets": 12, - "powerplay_runs": 122, - "death_economy": 16.0 - } - ], - "Perth Scorchers": [ - { - "match_id": 1493281, - "date": "2026-01-25", - "innings": 2, - "opponent": "Sydney Sixers", - "result": "W", - "score": 266, - "opp_score": 264, - "wickets": 8, - "powerplay_runs": 96, - "death_economy": 17.5 - }, - { - "match_id": 1493278, - "date": "2026-01-20", - "innings": 1, - "opponent": "Sydney Sixers", - "result": "W", - "score": 294, - "opp_score": 198, - "wickets": 18, - "powerplay_runs": 82, - "death_economy": null - }, - { - "match_id": 1493276, - "date": "2026-01-17", - "innings": 2, - "opponent": "Melbourne Stars", - "result": "W", - "score": 268, - "opp_score": 260, - "wickets": 8, - "powerplay_runs": 80, - "death_economy": 10.5 - }, - { - "match_id": 1493273, - "date": "2026-01-15", - "innings": 1, - "opponent": "Melbourne Renegades", - "result": "W", - "score": 438, - "opp_score": 338, - "wickets": 14, - "powerplay_runs": 106, - "death_economy": 18.0 - }, - { - "match_id": 1493269, - "date": "2026-01-11", - "innings": 1, - "opponent": "Adelaide Strikers", - "result": "W", - "score": 464, - "opp_score": 400, - "wickets": 8, - "powerplay_runs": 156, - "death_economy": 21.5 - }, - { - "match_id": 1493263, - "date": "2026-01-07", - "innings": 1, - "opponent": "Melbourne Renegades", - "result": "L", - "score": 254, - "opp_score": 260, - "wickets": 20, - "powerplay_runs": 62, - "death_economy": 23.0 - }, - { - "match_id": 1493260, - "date": "2026-01-04", - "innings": 1, - "opponent": "Adelaide Strikers", - "result": "W", - "score": 306, - "opp_score": 240, - "wickets": 16, - "powerplay_runs": 86, - "death_economy": 7.5 - }, - { - "match_id": 1493256, - "date": "2026-01-01", - "innings": 1, - "opponent": "Hobart Hurricanes", - "result": "W", - "score": 458, - "opp_score": 378, - "wickets": 6, - "powerplay_runs": 110, - "death_economy": 20.0 - }, - { - "match_id": 1493253, - "date": "2025-12-30", - "innings": 1, - "opponent": "Sydney Thunder", - "result": "W", - "score": 404, - "opp_score": 262, - "wickets": 16, - "powerplay_runs": 82, - "death_economy": 9.5 - }, - { - "match_id": 1493249, - "date": "2025-12-26", - "innings": 1, - "opponent": "Hobart Hurricanes", - "result": "L", - "score": 300, - "opp_score": 306, - "wickets": 16, - "powerplay_runs": 94, - "death_economy": 24.5 - } - ], - "Sydney Sixers": [ - { - "match_id": 1493281, - "date": "2026-01-25", - "innings": 1, - "opponent": "Perth Scorchers", - "result": "L", - "score": 264, - "opp_score": 266, - "wickets": 20, - "powerplay_runs": 74, - "death_economy": 7.5 - }, - { - "match_id": 1493280, - "date": "2026-01-23", - "innings": 1, - "opponent": "Hobart Hurricanes", - "result": "W", - "score": 396, - "opp_score": 282, - "wickets": 16, - "powerplay_runs": 94, - "death_economy": 10.0 - }, - { - "match_id": 1493278, - "date": "2026-01-20", - "innings": 2, - "opponent": "Perth Scorchers", - "result": "L", - "score": 198, - "opp_score": 294, - "wickets": 20, - "powerplay_runs": 68, - "death_economy": 21.5 - }, - { - "match_id": 1493277, - "date": "2026-01-18", - "innings": 2, - "opponent": "Brisbane Heat", - "result": "W", - "score": 354, - "opp_score": 342, - "wickets": 10, - "powerplay_runs": 80, - "death_economy": 31.5 - }, - { - "match_id": 1493274, - "date": "2026-01-16", - "innings": 2, - "opponent": "Sydney Thunder", - "result": "W", - "score": 382, - "opp_score": 378, - "wickets": 10, - "powerplay_runs": 124, - "death_economy": 25.0 - }, - { - "match_id": 1493268, - "date": "2026-01-11", - "innings": 1, - "opponent": null, - "result": null, - "score": 64, - "opp_score": null, - "wickets": 0, - "powerplay_runs": 56, - "death_economy": null - }, - { - "match_id": 1493264, - "date": "2026-01-08", - "innings": 2, - "opponent": "Melbourne Stars", - "result": "W", - "score": 258, - "opp_score": 256, - "wickets": 8, - "powerplay_runs": 92, - "death_economy": 14.5 - }, - { - "match_id": 1493261, - "date": "2026-01-05", - "innings": 2, - "opponent": "Brisbane Heat", - "result": "W", - "score": 236, - "opp_score": 228, - "wickets": 14, - "powerplay_runs": 62, - "death_economy": 15.0 - }, - { - "match_id": 1493255, - "date": "2026-01-01", - "innings": 2, - "opponent": "Melbourne Renegades", - "result": "W", - "score": 336, - "opp_score": 328, - "wickets": 8, - "powerplay_runs": 90, - "death_economy": 24.0 - }, - { - "match_id": 1493248, - "date": "2025-12-26", - "innings": 1, - "opponent": "Melbourne Stars", - "result": "L", - "score": 288, - "opp_score": 290, - "wickets": 20, - "powerplay_runs": 68, - "death_economy": 7.0 - } - ], - "Adelaide Strikers": [ - { - "match_id": 1493275, - "date": "2026-01-17", - "innings": 2, - "opponent": "Melbourne Renegades", - "result": "W", - "score": 200, - "opp_score": 198, - "wickets": 4, - "powerplay_runs": 106, - "death_economy": 1.5 - }, - { - "match_id": 1493271, - "date": "2026-01-13", - "innings": 1, - "opponent": "Melbourne Stars", - "result": "L", - "score": 166, - "opp_score": 172, - "wickets": 20, - "powerplay_runs": 38, - "death_economy": 2.0 - }, - { - "match_id": 1493269, - "date": "2026-01-11", - "innings": 2, - "opponent": "Perth Scorchers", - "result": "L", - "score": 400, - "opp_score": 464, - "wickets": 16, - "powerplay_runs": 132, - "death_economy": 33.0 - }, - { - "match_id": 1493265, - "date": "2026-01-09", - "innings": 2, - "opponent": "Hobart Hurricanes", - "result": "L", - "score": 282, - "opp_score": 356, - "wickets": 18, - "powerplay_runs": 54, - "death_economy": 24.0 - }, - { - "match_id": 1493262, - "date": "2026-01-06", - "innings": 1, - "opponent": "Sydney Thunder", - "result": "W", - "score": 330, - "opp_score": 318, - "wickets": 16, - "powerplay_runs": 106, - "death_economy": 20.0 - }, - { - "match_id": 1493260, - "date": "2026-01-04", - "innings": 2, - "opponent": "Perth Scorchers", - "result": "L", - "score": 240, - "opp_score": 306, - "wickets": 20, - "powerplay_runs": 86, - "death_economy": 19.5 - }, - { - "match_id": 1493254, - "date": "2025-12-31", - "innings": 2, - "opponent": "Brisbane Heat", - "result": "W", - "score": 250, - "opp_score": 242, - "wickets": 6, - "powerplay_runs": 86, - "death_economy": 18.5 - }, - { - "match_id": 1493250, - "date": "2025-12-27", - "innings": 2, - "opponent": "Brisbane Heat", - "result": "L", - "score": 344, - "opp_score": 358, - "wickets": 20, - "powerplay_runs": 98, - "death_economy": 23.0 - }, - { - "match_id": 1493247, - "date": "2025-12-23", - "innings": 1, - "opponent": "Melbourne Stars", - "result": "L", - "score": 310, - "opp_score": 322, - "wickets": 16, - "powerplay_runs": 76, - "death_economy": 16.5 - }, - { - "match_id": 1493241, - "date": "2025-12-17", - "innings": 2, - "opponent": "Sydney Sixers", - "result": "W", - "score": 320, - "opp_score": 318, - "wickets": 14, - "powerplay_runs": 78, - "death_economy": 17.5 - } - ], - "Melbourne Renegades": [ - { - "match_id": 1493275, - "date": "2026-01-17", - "innings": 1, - "opponent": "Adelaide Strikers", - "result": "L", - "score": 198, - "opp_score": 200, - "wickets": 20, - "powerplay_runs": 58, - "death_economy": null - }, - { - "match_id": 1493273, - "date": "2026-01-15", - "innings": 2, - "opponent": "Perth Scorchers", - "result": "L", - "score": 338, - "opp_score": 438, - "wickets": 16, - "powerplay_runs": 106, - "death_economy": 26.0 - }, - { - "match_id": 1493270, - "date": "2026-01-12", - "innings": 1, - "opponent": "Sydney Thunder", - "result": "W", - "score": 340, - "opp_score": 280, - "wickets": 16, - "powerplay_runs": 108, - "death_economy": 2.5 - }, - { - "match_id": 1493267, - "date": "2026-01-10", - "innings": 1, - "opponent": "Melbourne Stars", - "result": "L", - "score": 332, - "opp_score": 340, - "wickets": 14, - "powerplay_runs": 92, - "death_economy": 3.5 - }, - { - "match_id": 1493263, - "date": "2026-01-07", - "innings": 2, - "opponent": "Perth Scorchers", - "result": "W", - "score": 260, - "opp_score": 254, - "wickets": 12, - "powerplay_runs": 92, - "death_economy": 13.5 - }, - { - "match_id": 1493259, - "date": "2026-01-04", - "innings": 2, - "opponent": "Melbourne Stars", - "result": "W", - "score": 354, - "opp_score": 346, - "wickets": 12, - "powerplay_runs": 114, - "death_economy": 31.0 - }, - { - "match_id": 1493255, - "date": "2026-01-01", - "innings": 1, - "opponent": "Sydney Sixers", - "result": "L", - "score": 328, - "opp_score": 336, - "wickets": 18, - "powerplay_runs": 116, - "death_economy": 25.0 - }, - { - "match_id": 1493252, - "date": "2025-12-29", - "innings": 1, - "opponent": "Hobart Hurricanes", - "result": "L", - "score": 324, - "opp_score": 326, - "wickets": 18, - "powerplay_runs": 130, - "death_economy": 23.5 - }, - { - "match_id": 1493245, - "date": "2025-12-21", - "innings": 1, - "opponent": "Hobart Hurricanes", - "result": "L", - "score": 290, - "opp_score": 298, - "wickets": 18, - "powerplay_runs": 98, - "death_economy": null - }, - { - "match_id": 1493239, - "date": "2025-12-15", - "innings": 1, - "opponent": "Brisbane Heat", - "result": "W", - "score": 424, - "opp_score": 396, - "wickets": 10, - "powerplay_runs": 92, - "death_economy": 38.5 - } - ], - "Quetta Gladiators": [ - { - "match_id": 1527588, - "date": "2026-04-25", - "innings": 1, - "opponent": "Karachi Kings", - "result": "L", - "score": 390, - "opp_score": 398, - "wickets": 12, - "powerplay_runs": 104, - "death_economy": 24.0 - }, - { - "match_id": 1527581, - "date": "2026-04-21", - "innings": 2, - "opponent": "Lahore Qalandars", - "result": "L", - "score": 376, - "opp_score": 394, - "wickets": 14, - "powerplay_runs": 108, - "death_economy": 21.5 - }, - { - "match_id": 1527580, - "date": "2026-04-19", - "innings": 2, - "opponent": "Peshawar Zalmi", - "result": "L", - "score": 274, - "opp_score": 510, - "wickets": 20, - "powerplay_runs": 84, - "death_economy": 38.0 - }, - { - "match_id": 1527577, - "date": "2026-04-17", - "innings": 2, - "opponent": "Lahore Qalandars", - "result": "W", - "score": 276, - "opp_score": 268, - "wickets": 8, - "powerplay_runs": 82, - "death_economy": 28.5 - }, - { - "match_id": 1527574, - "date": "2026-04-15", - "innings": 1, - "opponent": "Peshawar Zalmi", - "result": "L", - "score": 308, - "opp_score": 312, - "wickets": 20, - "powerplay_runs": 102, - "death_economy": 16.0 - }, - { - "match_id": 1527569, - "date": "2026-04-10", - "innings": 1, - "opponent": "Rawalpindiz", - "result": "W", - "score": 364, - "opp_score": 242, - "wickets": 12, - "powerplay_runs": 84, - "death_economy": 8.5 - }, - { - "match_id": 1527564, - "date": "2026-04-05", - "innings": 1, - "opponent": "Multan Sultans", - "result": "L", - "score": 332, - "opp_score": 334, - "wickets": 16, - "powerplay_runs": 94, - "death_economy": 12.0 - }, - { - "match_id": 1527560, - "date": "2026-04-02", - "innings": 1, - "opponent": "Islamabad United", - "result": "L", - "score": 366, - "opp_score": 378, - "wickets": 10, - "powerplay_runs": 118, - "death_economy": 24.0 - }, - { - "match_id": 1527556, - "date": "2026-03-29", - "innings": 1, - "opponent": "Hyderabad Kingsmen", - "result": "W", - "score": 348, - "opp_score": 268, - "wickets": 16, - "powerplay_runs": 84, - "death_economy": 14.5 - }, - { - "match_id": 1527553, - "date": "2026-03-27", - "innings": 2, - "opponent": "Karachi Kings", - "result": "L", - "score": 334, - "opp_score": 362, - "wickets": 14, - "powerplay_runs": 148, - "death_economy": 28.0 - } - ], - "Multan Sultans": [ - { - "match_id": 1527593, - "date": "2026-04-29", - "innings": 1, - "opponent": "Hyderabad Kingsmen", - "result": "L", - "score": 318, - "opp_score": 324, - "wickets": 18, - "powerplay_runs": 88, - "death_economy": 2.5 - }, - { - "match_id": 1527591, - "date": "2026-04-26", - "innings": 1, - "opponent": "Islamabad United", - "result": "L", - "score": 384, - "opp_score": 386, - "wickets": 14, - "powerplay_runs": 120, - "death_economy": 22.5 - }, - { - "match_id": 1527584, - "date": "2026-04-22", - "innings": 1, - "opponent": "Hyderabad Kingsmen", - "result": "L", - "score": 426, - "opp_score": 428, - "wickets": 14, - "powerplay_runs": 102, - "death_economy": 26.0 - }, - { - "match_id": 1527582, - "date": "2026-04-21", - "innings": 2, - "opponent": "Rawalpindiz", - "result": "W", - "score": 334, - "opp_score": 332, - "wickets": 8, - "powerplay_runs": 92, - "death_economy": 30.5 - }, - { - "match_id": 1527579, - "date": "2026-04-19", - "innings": 1, - "opponent": "Karachi Kings", - "result": "W", - "score": 414, - "opp_score": 392, - "wickets": 14, - "powerplay_runs": 128, - "death_economy": 29.5 - }, - { - "match_id": 1527573, - "date": "2026-04-13", - "innings": 2, - "opponent": "Peshawar Zalmi", - "result": "L", - "score": 344, - "opp_score": 392, - "wickets": 16, - "powerplay_runs": 114, - "death_economy": 24.0 - }, - { - "match_id": 1527565, - "date": "2026-04-06", - "innings": 2, - "opponent": "Rawalpindiz", - "result": "W", - "score": 372, - "opp_score": 364, - "wickets": 6, - "powerplay_runs": 116, - "death_economy": 27.0 - }, - { - "match_id": 1527564, - "date": "2026-04-05", - "innings": 2, - "opponent": "Quetta Gladiators", - "result": "W", - "score": 334, - "opp_score": 332, - "wickets": 8, - "powerplay_runs": 154, - "death_economy": 29.0 - }, - { - "match_id": 1527562, - "date": "2026-04-03", - "innings": 2, - "opponent": "Lahore Qalandars", - "result": "L", - "score": 330, - "opp_score": 370, - "wickets": 10, - "powerplay_runs": 102, - "death_economy": null - }, - { - "match_id": 1527559, - "date": "2026-04-01", - "innings": 2, - "opponent": "Hyderabad Kingsmen", - "result": "W", - "score": 454, - "opp_score": 450, - "wickets": 8, - "powerplay_runs": 166, - "death_economy": 30.5 - } - ], - "Peshawar Zalmi": [ - { - "match_id": 1527595, - "date": "2026-05-03", - "innings": 2, - "opponent": "Hyderabad Kingsmen", - "result": "W", - "score": 260, - "opp_score": 258, - "wickets": 10, - "powerplay_runs": 102, - "death_economy": 7.0 - }, - { - "match_id": 1527592, - "date": "2026-04-28", - "innings": 1, - "opponent": "Islamabad United", - "result": "W", - "score": 442, - "opp_score": 302, - "wickets": 14, - "powerplay_runs": 136, - "death_economy": 12.5 - }, - { - "match_id": 1527589, - "date": "2026-04-25", - "innings": 1, - "opponent": "Lahore Qalandars", - "result": "L", - "score": 398, - "opp_score": 400, - "wickets": 8, - "powerplay_runs": 86, - "death_economy": 26.5 - }, - { - "match_id": 1527583, - "date": "2026-04-22", - "innings": 2, - "opponent": "Karachi Kings", - "result": "W", - "score": 372, - "opp_score": 364, - "wickets": 6, - "powerplay_runs": 108, - "death_economy": 24.5 - }, - { - "match_id": 1527580, - "date": "2026-04-19", - "innings": 1, - "opponent": "Quetta Gladiators", - "result": "W", - "score": 510, - "opp_score": 274, - "wickets": 6, - "powerplay_runs": 146, - "death_economy": 7.0 - }, - { - "match_id": 1527574, - "date": "2026-04-15", - "innings": 2, - "opponent": "Quetta Gladiators", - "result": "W", - "score": 312, - "opp_score": 308, - "wickets": 4, - "powerplay_runs": 110, - "death_economy": 20.5 - }, - { - "match_id": 1527573, - "date": "2026-04-13", - "innings": 1, - "opponent": "Multan Sultans", - "result": "W", - "score": 392, - "opp_score": 344, - "wickets": 12, - "powerplay_runs": 118, - "death_economy": 13.0 - }, - { - "match_id": 1527570, - "date": "2026-04-11", - "innings": 1, - "opponent": "Lahore Qalandars", - "result": "W", - "score": 346, - "opp_score": 194, - "wickets": 14, - "powerplay_runs": 98, - "death_economy": 8.5 - }, - { - "match_id": 1527568, - "date": "2026-04-09", - "innings": 1, - "opponent": "Karachi Kings", - "result": "W", - "score": 492, - "opp_score": 174, - "wickets": 6, - "powerplay_runs": 128, - "death_economy": 0.5 - }, - { - "match_id": 1527566, - "date": "2026-04-08", - "innings": 2, - "opponent": "Hyderabad Kingsmen", - "result": "W", - "score": 292, - "opp_score": 290, - "wickets": 12, - "powerplay_runs": 110, - "death_economy": 13.0 - } - ], - "Lahore Qalandars": [ - { - "match_id": 1527589, - "date": "2026-04-25", - "innings": 2, - "opponent": "Peshawar Zalmi", - "result": "W", - "score": 400, - "opp_score": 398, - "wickets": 8, - "powerplay_runs": 110, - "death_economy": 35.0 - }, - { - "match_id": 1527586, - "date": "2026-04-23", - "innings": 1, - "opponent": "Karachi Kings", - "result": "L", - "score": 398, - "opp_score": 406, - "wickets": 12, - "powerplay_runs": 112, - "death_economy": 30.5 - }, - { - "match_id": 1527581, - "date": "2026-04-21", - "innings": 1, - "opponent": "Quetta Gladiators", - "result": "W", - "score": 394, - "opp_score": 376, - "wickets": 12, - "powerplay_runs": 106, - "death_economy": 19.5 - }, - { - "match_id": 1527578, - "date": "2026-04-18", - "innings": 1, - "opponent": "Rawalpindiz", - "result": "W", - "score": 420, - "opp_score": 356, - "wickets": 8, - "powerplay_runs": 128, - "death_economy": 26.5 - }, - { - "match_id": 1527577, - "date": "2026-04-17", - "innings": 1, - "opponent": "Quetta Gladiators", - "result": "L", - "score": 268, - "opp_score": 276, - "wickets": 20, - "powerplay_runs": 84, - "death_economy": 8.0 - }, - { - "match_id": 1527570, - "date": "2026-04-11", - "innings": 2, - "opponent": "Peshawar Zalmi", - "result": "L", - "score": 194, - "opp_score": 346, - "wickets": 20, - "powerplay_runs": 84, - "death_economy": 23.5 - }, - { - "match_id": 1527567, - "date": "2026-04-09", - "innings": 1, - "opponent": "Islamabad United", - "result": "L", - "score": 200, - "opp_score": 208, - "wickets": 20, - "powerplay_runs": 52, - "death_economy": null - }, - { - "match_id": 1527562, - "date": "2026-04-03", - "innings": 1, - "opponent": "Multan Sultans", - "result": "W", - "score": 370, - "opp_score": 330, - "wickets": 10, - "powerplay_runs": 174, - "death_economy": null - }, - { - "match_id": 1527557, - "date": "2026-03-29", - "innings": 1, - "opponent": "Karachi Kings", - "result": "L", - "score": 256, - "opp_score": 262, - "wickets": 18, - "powerplay_runs": 80, - "death_economy": 21.5 - }, - { - "match_id": 1527552, - "date": "2026-03-26", - "innings": 1, - "opponent": "Hyderabad Kingsmen", - "result": "W", - "score": 398, - "opp_score": 260, - "wickets": 12, - "powerplay_runs": 114, - "death_economy": 14.5 - } - ], - "Islamabad United": [ - { - "match_id": 1527594, - "date": "2026-05-01", - "innings": 2, - "opponent": "Hyderabad Kingsmen", - "result": "L", - "score": 368, - "opp_score": 372, - "wickets": 14, - "powerplay_runs": 92, - "death_economy": 32.5 - }, - { - "match_id": 1527592, - "date": "2026-04-28", - "innings": 2, - "opponent": "Peshawar Zalmi", - "result": "L", - "score": 302, - "opp_score": 442, - "wickets": 20, - "powerplay_runs": 124, - "death_economy": 32.0 - }, - { - "match_id": 1527591, - "date": "2026-04-26", - "innings": 2, - "opponent": "Multan Sultans", - "result": "W", - "score": 386, - "opp_score": 384, - "wickets": 12, - "powerplay_runs": 96, - "death_economy": 33.5 - }, - { - "match_id": 1527587, - "date": "2026-04-24", - "innings": 2, - "opponent": "Hyderabad Kingsmen", - "result": "W", - "score": 166, - "opp_score": 160, - "wickets": 4, - "powerplay_runs": 138, - "death_economy": 1.0 - }, - { - "match_id": 1527585, - "date": "2026-04-23", - "innings": 1, - "opponent": "Rawalpindiz", - "result": "L", - "score": 274, - "opp_score": 280, - "wickets": 20, - "powerplay_runs": 54, - "death_economy": 20.0 - }, - { - "match_id": 1527576, - "date": "2026-04-16", - "innings": 2, - "opponent": "Karachi Kings", - "result": "W", - "score": 306, - "opp_score": 300, - "wickets": 4, - "powerplay_runs": 124, - "death_economy": 16.0 - }, - { - "match_id": 1527572, - "date": "2026-04-12", - "innings": 1, - "opponent": "Hyderabad Kingsmen", - "result": "L", - "score": 306, - "opp_score": 314, - "wickets": 18, - "powerplay_runs": 110, - "death_economy": 20.0 - }, - { - "match_id": 1527567, - "date": "2026-04-09", - "innings": 2, - "opponent": "Lahore Qalandars", - "result": "W", - "score": 208, - "opp_score": 200, - "wickets": 2, - "powerplay_runs": 90, - "death_economy": 7.0 - }, - { - "match_id": 1527563, - "date": "2026-04-04", - "innings": 2, - "opponent": "Rawalpindiz", - "result": "W", - "score": 314, - "opp_score": 312, - "wickets": 6, - "powerplay_runs": 114, - "death_economy": 29.0 - }, - { - "match_id": 1527560, - "date": "2026-04-02", - "innings": 2, - "opponent": "Quetta Gladiators", - "result": "W", - "score": 378, - "opp_score": 366, - "wickets": 4, - "powerplay_runs": 104, - "death_economy": 37.0 - } - ], - "Karachi Kings": [ - { - "match_id": 1527588, - "date": "2026-04-25", - "innings": 2, - "opponent": "Quetta Gladiators", - "result": "W", - "score": 398, - "opp_score": 390, - "wickets": 2, - "powerplay_runs": 122, - "death_economy": 22.5 - }, - { - "match_id": 1527586, - "date": "2026-04-23", - "innings": 2, - "opponent": "Lahore Qalandars", - "result": "W", - "score": 406, - "opp_score": 398, - "wickets": 10, - "powerplay_runs": 94, - "death_economy": 26.0 - }, - { - "match_id": 1527583, - "date": "2026-04-22", - "innings": 1, - "opponent": "Peshawar Zalmi", - "result": "L", - "score": 364, - "opp_score": 372, - "wickets": 18, - "powerplay_runs": 108, - "death_economy": 29.0 - }, - { - "match_id": 1527579, - "date": "2026-04-19", - "innings": 2, - "opponent": "Multan Sultans", - "result": "L", - "score": 392, - "opp_score": 414, - "wickets": 20, - "powerplay_runs": 84, - "death_economy": 28.5 - }, - { - "match_id": 1527576, - "date": "2026-04-16", - "innings": 1, - "opponent": "Islamabad United", - "result": "L", - "score": 300, - "opp_score": 306, - "wickets": 12, - "powerplay_runs": 88, - "death_economy": 5.0 - }, - { - "match_id": 1527571, - "date": "2026-04-11", - "innings": 1, - "opponent": "Hyderabad Kingsmen", - "result": "L", - "score": 376, - "opp_score": 378, - "wickets": 16, - "powerplay_runs": 94, - "death_economy": 25.0 - }, - { - "match_id": 1527568, - "date": "2026-04-09", - "innings": 2, - "opponent": "Peshawar Zalmi", - "result": "L", - "score": 174, - "opp_score": 492, - "wickets": 20, - "powerplay_runs": 58, - "death_economy": 38.0 - }, - { - "match_id": 1527561, - "date": "2026-04-02", - "innings": 2, - "opponent": "Rawalpindiz", - "result": "W", - "score": 398, - "opp_score": 394, - "wickets": 10, - "powerplay_runs": 102, - "death_economy": 28.5 - }, - { - "match_id": 1527557, - "date": "2026-03-29", - "innings": 2, - "opponent": "Lahore Qalandars", - "result": "W", - "score": 262, - "opp_score": 256, - "wickets": 12, - "powerplay_runs": 52, - "death_economy": 10.0 - }, - { - "match_id": 1527553, - "date": "2026-03-27", - "innings": 1, - "opponent": "Quetta Gladiators", - "result": "W", - "score": 362, - "opp_score": 334, - "wickets": 14, - "powerplay_runs": 118, - "death_economy": 21.5 - } - ], - "Rawalpindiz": [ - { - "match_id": 1527590, - "date": "2026-04-26", - "innings": 2, - "opponent": "Hyderabad Kingsmen", - "result": "L", - "score": 272, - "opp_score": 488, - "wickets": 20, - "powerplay_runs": 112, - "death_economy": 34.5 - }, - { - "match_id": 1527585, - "date": "2026-04-23", - "innings": 2, - "opponent": "Islamabad United", - "result": "W", - "score": 280, - "opp_score": 274, - "wickets": 8, - "powerplay_runs": 96, - "death_economy": 22.0 - }, - { - "match_id": 1527582, - "date": "2026-04-21", - "innings": 1, - "opponent": "Multan Sultans", - "result": "L", - "score": 332, - "opp_score": 334, - "wickets": 8, - "powerplay_runs": 64, - "death_economy": 22.0 - }, - { - "match_id": 1527578, - "date": "2026-04-18", - "innings": 2, - "opponent": "Lahore Qalandars", - "result": "L", - "score": 356, - "opp_score": 420, - "wickets": 18, - "powerplay_runs": 120, - "death_economy": 23.5 - }, - { - "match_id": 1527575, - "date": "2026-04-16", - "innings": 1, - "opponent": "Hyderabad Kingsmen", - "result": "L", - "score": 242, - "opp_score": 246, - "wickets": 18, - "powerplay_runs": 48, - "death_economy": 6.0 - }, - { - "match_id": 1527569, - "date": "2026-04-10", - "innings": 2, - "opponent": "Quetta Gladiators", - "result": "L", - "score": 242, - "opp_score": 364, - "wickets": 20, - "powerplay_runs": 92, - "death_economy": 30.5 - }, - { - "match_id": 1527565, - "date": "2026-04-06", - "innings": 1, - "opponent": "Multan Sultans", - "result": "L", - "score": 364, - "opp_score": 372, - "wickets": 16, - "powerplay_runs": 102, - "death_economy": 12.5 - }, - { - "match_id": 1527563, - "date": "2026-04-04", - "innings": 1, - "opponent": "Islamabad United", - "result": "L", - "score": 312, - "opp_score": 314, - "wickets": 14, - "powerplay_runs": 68, - "death_economy": null - }, - { - "match_id": 1527561, - "date": "2026-04-02", - "innings": 1, - "opponent": "Karachi Kings", - "result": "L", - "score": 394, - "opp_score": 398, - "wickets": 12, - "powerplay_runs": 104, - "death_economy": 27.5 - }, - { - "match_id": 1527554, - "date": "2026-03-28", - "innings": 1, - "opponent": "Peshawar Zalmi", - "result": "L", - "score": 428, - "opp_score": 436, - "wickets": 8, - "powerplay_runs": 120, - "death_economy": 38.5 - } - ], - "Hyderabad Kingsmen": [ - { - "match_id": 1527595, - "date": "2026-05-03", - "innings": 1, - "opponent": "Peshawar Zalmi", - "result": "L", - "score": 258, - "opp_score": 260, - "wickets": 20, - "powerplay_runs": 136, - "death_economy": 2.5 - }, - { - "match_id": 1527594, - "date": "2026-05-01", - "innings": 1, - "opponent": "Islamabad United", - "result": "W", - "score": 372, - "opp_score": 368, - "wickets": 10, - "powerplay_runs": 102, - "death_economy": 29.0 - }, - { - "match_id": 1527593, - "date": "2026-04-29", - "innings": 2, - "opponent": "Multan Sultans", - "result": "W", - "score": 324, - "opp_score": 318, - "wickets": 4, - "powerplay_runs": 126, - "death_economy": 28.0 - }, - { - "match_id": 1527590, - "date": "2026-04-26", - "innings": 1, - "opponent": "Rawalpindiz", - "result": "W", - "score": 488, - "opp_score": 272, - "wickets": 12, - "powerplay_runs": 150, - "death_economy": 5.0 - }, - { - "match_id": 1527587, - "date": "2026-04-24", - "innings": 1, - "opponent": "Islamabad United", - "result": "L", - "score": 160, - "opp_score": 166, - "wickets": 20, - "powerplay_runs": 68, - "death_economy": null - }, - { - "match_id": 1527584, - "date": "2026-04-22", - "innings": 2, - "opponent": "Multan Sultans", - "result": "W", - "score": 428, - "opp_score": 426, - "wickets": 12, - "powerplay_runs": 102, - "death_economy": 29.5 - }, - { - "match_id": 1527575, - "date": "2026-04-16", - "innings": 2, - "opponent": "Rawalpindiz", - "result": "W", - "score": 246, - "opp_score": 242, - "wickets": 10, - "powerplay_runs": 70, - "death_economy": 23.5 - }, - { - "match_id": 1527572, - "date": "2026-04-12", - "innings": 2, - "opponent": "Islamabad United", - "result": "W", - "score": 314, - "opp_score": 306, - "wickets": 8, - "powerplay_runs": 110, - "death_economy": 20.5 - }, - { - "match_id": 1527571, - "date": "2026-04-11", - "innings": 2, - "opponent": "Karachi Kings", - "result": "W", - "score": 378, - "opp_score": 376, - "wickets": 12, - "powerplay_runs": 140, - "death_economy": 31.0 - }, - { - "match_id": 1527566, - "date": "2026-04-08", - "innings": 1, - "opponent": "Peshawar Zalmi", - "result": "L", - "score": 290, - "opp_score": 292, - "wickets": 20, - "powerplay_runs": 94, - "death_economy": 15.0 - } - ], - "St Lucia Stars": [ - { - "match_id": 1148670, - "date": "2018-09-02", - "innings": 2, - "opponent": "Barbados Tridents", - "result": "W", - "score": 272, - "opp_score": 270, - "wickets": 8, - "powerplay_runs": 84, - "death_economy": 19.0 - }, - { - "match_id": 1148663, - "date": "2018-08-25", - "innings": 2, - "opponent": "Jamaica Tallawahs", - "result": "L", - "score": 366, - "opp_score": 408, - "wickets": 16, - "powerplay_runs": 76, - "death_economy": 32.0 - }, - { - "match_id": 1148661, - "date": "2018-08-24", - "innings": 2, - "opponent": "Guyana Amazon Warriors", - "result": "W", - "score": 282, - "opp_score": 280, - "wickets": 8, - "powerplay_runs": 48, - "death_economy": 22.5 - }, - { - "match_id": 1148659, - "date": "2018-08-21", - "innings": 1, - "opponent": "St Kitts and Nevis Patriots", - "result": "L", - "score": 138, - "opp_score": 140, - "wickets": 20, - "powerplay_runs": 52, - "death_economy": null - }, - { - "match_id": 1148656, - "date": "2018-08-17", - "innings": 1, - "opponent": "Barbados Tridents", - "result": "W", - "score": 452, - "opp_score": 376, - "wickets": 12, - "powerplay_runs": 130, - "death_economy": 35.0 - }, - { - "match_id": 1148655, - "date": "2018-08-16", - "innings": 1, - "opponent": "Trinbago Knight Riders", - "result": "L", - "score": 424, - "opp_score": 436, - "wickets": 4, - "powerplay_runs": 96, - "death_economy": 45.0 - }, - { - "match_id": 1148653, - "date": "2018-08-14", - "innings": 1, - "opponent": "Jamaica Tallawahs", - "result": "L", - "score": 350, - "opp_score": 352, - "wickets": 20, - "powerplay_runs": 102, - "death_economy": 25.5 - }, - { - "match_id": 1148650, - "date": "2018-08-11", - "innings": 2, - "opponent": "Guyana Amazon Warriors", - "result": "L", - "score": 276, - "opp_score": 282, - "wickets": 14, - "powerplay_runs": 48, - "death_economy": 18.0 - }, - { - "match_id": 1148647, - "date": "2018-08-08", - "innings": 2, - "opponent": "Trinbago Knight Riders", - "result": "L", - "score": 190, - "opp_score": 390, - "wickets": 20, - "powerplay_runs": 76, - "death_economy": 30.5 - }, - { - "match_id": 1094698, - "date": "2017-08-31", - "innings": 2, - "opponent": "Barbados Tridents", - "result": "L", - "score": 332, - "opp_score": 390, - "wickets": 10, - "powerplay_runs": 100, - "death_economy": 32.0 - } - ], - "Guyana Amazon Warriors": [ - { - "match_id": 1478005, - "date": "2025-09-21", - "innings": 1, - "opponent": "Trinbago Knight Riders", - "result": "L", - "score": 260, - "opp_score": 266, - "wickets": 16, - "powerplay_runs": 74, - "death_economy": 11.0 - }, - { - "match_id": 1478003, - "date": "2025-09-17", - "innings": 1, - "opponent": "St Lucia Kings", - "result": "W", - "score": 314, - "opp_score": 286, - "wickets": 20, - "powerplay_runs": 74, - "death_economy": 21.5 - }, - { - "match_id": 1478001, - "date": "2025-09-14", - "innings": 1, - "opponent": "Barbados Royals", - "result": "W", - "score": 378, - "opp_score": 250, - "wickets": 12, - "powerplay_runs": 80, - "death_economy": 16.0 - }, - { - "match_id": 1478000, - "date": "2025-09-13", - "innings": 2, - "opponent": "St Lucia Kings", - "result": "W", - "score": 376, - "opp_score": 370, - "wickets": 16, - "powerplay_runs": 100, - "death_economy": 21.5 - }, - { - "match_id": 1477997, - "date": "2025-09-10", - "innings": 1, - "opponent": "Antigua and Barbuda Falcons", - "result": "L", - "score": 198, - "opp_score": 206, - "wickets": 20, - "powerplay_runs": 52, - "death_economy": 14.0 - }, - { - "match_id": 1477996, - "date": "2025-09-07", - "innings": 2, - "opponent": "St Kitts and Nevis Patriots", - "result": "L", - "score": 288, - "opp_score": 298, - "wickets": 16, - "powerplay_runs": 78, - "death_economy": 24.5 - }, - { - "match_id": 1477994, - "date": "2025-09-06", - "innings": 2, - "opponent": "Trinbago Knight Riders", - "result": "W", - "score": 336, - "opp_score": 334, - "wickets": 14, - "powerplay_runs": 128, - "death_economy": 37.0 - }, - { - "match_id": 1477992, - "date": "2025-09-04", - "innings": 2, - "opponent": "Barbados Royals", - "result": "W", - "score": 340, - "opp_score": 330, - "wickets": 12, - "powerplay_runs": 78, - "death_economy": 34.5 - }, - { - "match_id": 1477988, - "date": "2025-08-30", - "innings": 1, - "opponent": "Trinbago Knight Riders", - "result": "L", - "score": 326, - "opp_score": 338, - "wickets": 18, - "powerplay_runs": 70, - "death_economy": 15.0 - }, - { - "match_id": 1477984, - "date": "2025-08-26", - "innings": 1, - "opponent": "St Lucia Kings", - "result": "L", - "score": 404, - "opp_score": 406, - "wickets": 12, - "powerplay_runs": 84, - "death_economy": 15.5 - } - ], - "Barbados Royals": [ - { - "match_id": 1478001, - "date": "2025-09-14", - "innings": 2, - "opponent": "Guyana Amazon Warriors", - "result": "L", - "score": 250, - "opp_score": 378, - "wickets": 20, - "powerplay_runs": 62, - "death_economy": 31.5 - }, - { - "match_id": 1477999, - "date": "2025-09-12", - "innings": 2, - "opponent": "Trinbago Knight Riders", - "result": "W", - "score": 344, - "opp_score": 332, - "wickets": 6, - "powerplay_runs": 114, - "death_economy": 30.5 - }, - { - "match_id": 1477998, - "date": "2025-09-11", - "innings": 2, - "opponent": "St Kitts and Nevis Patriots", - "result": "L", - "score": 298, - "opp_score": 300, - "wickets": 14, - "powerplay_runs": 82, - "death_economy": 24.0 - }, - { - "match_id": 1477995, - "date": "2025-09-07", - "innings": 1, - "opponent": "St Lucia Kings", - "result": "W", - "score": 382, - "opp_score": 328, - "wickets": 10, - "powerplay_runs": 74, - "death_economy": 20.0 - }, - { - "match_id": 1477993, - "date": "2025-09-05", - "innings": 1, - "opponent": "Antigua and Barbuda Falcons", - "result": "L", - "score": 374, - "opp_score": 376, - "wickets": 8, - "powerplay_runs": 52, - "death_economy": 28.0 - }, - { - "match_id": 1477992, - "date": "2025-09-04", - "innings": 1, - "opponent": "Guyana Amazon Warriors", - "result": "L", - "score": 330, - "opp_score": 340, - "wickets": 12, - "powerplay_runs": 84, - "death_economy": 21.5 - }, - { - "match_id": 1477987, - "date": "2025-08-29", - "innings": 1, - "opponent": "Trinbago Knight Riders", - "result": "L", - "score": 356, - "opp_score": 358, - "wickets": 12, - "powerplay_runs": 88, - "death_economy": 15.0 - }, - { - "match_id": 1477979, - "date": "2025-08-21", - "innings": 2, - "opponent": "St Kitts and Nevis Patriots", - "result": "L", - "score": 324, - "opp_score": 348, - "wickets": 20, - "powerplay_runs": 98, - "death_economy": 25.0 - }, - { - "match_id": 1477974, - "date": "2025-08-16", - "innings": 1, - "opponent": "Antigua and Barbuda Falcons", - "result": "L", - "score": 302, - "opp_score": 304, - "wickets": 12, - "powerplay_runs": 54, - "death_economy": 26.5 - }, - { - "match_id": 1428710, - "date": "2024-10-04", - "innings": 1, - "opponent": "Guyana Amazon Warriors", - "result": "L", - "score": 296, - "opp_score": 298, - "wickets": 20, - "powerplay_runs": 80, - "death_economy": null - } - ], - "St Lucia Kings": [ - { - "match_id": 1478004, - "date": "2025-09-19", - "innings": 2, - "opponent": "Trinbago Knight Riders", - "result": "L", - "score": 276, - "opp_score": 388, - "wickets": 16, - "powerplay_runs": 86, - "death_economy": 30.0 - }, - { - "match_id": 1478003, - "date": "2025-09-17", - "innings": 2, - "opponent": "Guyana Amazon Warriors", - "result": "L", - "score": 286, - "opp_score": 314, - "wickets": 20, - "powerplay_runs": 70, - "death_economy": 25.0 - }, - { - "match_id": 1478000, - "date": "2025-09-13", - "innings": 1, - "opponent": "Guyana Amazon Warriors", - "result": "L", - "score": 370, - "opp_score": 376, - "wickets": 8, - "powerplay_runs": 126, - "death_economy": 26.0 - }, - { - "match_id": 1477995, - "date": "2025-09-07", - "innings": 2, - "opponent": "Barbados Royals", - "result": "L", - "score": 328, - "opp_score": 382, - "wickets": 18, - "powerplay_runs": 82, - "death_economy": 35.5 - }, - { - "match_id": 1477991, - "date": "2025-09-03", - "innings": 2, - "opponent": "Trinbago Knight Riders", - "result": "W", - "score": 224, - "opp_score": 218, - "wickets": 6, - "powerplay_runs": 130, - "death_economy": 12.0 - }, - { - "match_id": 1477989, - "date": "2025-08-31", - "innings": 2, - "opponent": "Antigua and Barbuda Falcons", - "result": "W", - "score": 412, - "opp_score": 408, - "wickets": 8, - "powerplay_runs": 182, - "death_economy": 30.5 - }, - { - "match_id": 1477986, - "date": "2025-08-28", - "innings": 2, - "opponent": "St Kitts and Nevis Patriots", - "result": "W", - "score": 360, - "opp_score": 354, - "wickets": 6, - "powerplay_runs": 136, - "death_economy": 29.5 - }, - { - "match_id": 1477984, - "date": "2025-08-26", - "innings": 2, - "opponent": "Guyana Amazon Warriors", - "result": "W", - "score": 406, - "opp_score": 404, - "wickets": 12, - "powerplay_runs": 172, - "death_economy": 37.0 - }, - { - "match_id": 1477981, - "date": "2025-08-23", - "innings": 2, - "opponent": "Trinbago Knight Riders", - "result": "L", - "score": 330, - "opp_score": 366, - "wickets": 12, - "powerplay_runs": 120, - "death_economy": 32.0 - }, - { - "match_id": 1477977, - "date": "2025-08-19", - "innings": 1, - "opponent": "St Kitts and Nevis Patriots", - "result": "W", - "score": 400, - "opp_score": 394, - "wickets": 16, - "powerplay_runs": 120, - "death_economy": 28.5 - } - ], - "Antigua Hawksbills": [ - { - "match_id": 743185, - "date": "2014-08-09", - "innings": 2, - "opponent": "Trinidad & Tobago Red Steel", - "result": "W", - "score": 228, - "opp_score": 226, - "wickets": 10, - "powerplay_runs": 60, - "death_economy": 8.0 - }, - { - "match_id": 743179, - "date": "2014-08-07", - "innings": 2, - "opponent": "Guyana Amazon Warriors", - "result": "L", - "score": 386, - "opp_score": 424, - "wickets": 6, - "powerplay_runs": 64, - "death_economy": 27.5 - }, - { - "match_id": 743177, - "date": "2014-08-03", - "innings": 1, - "opponent": "St Lucia Zouks", - "result": "L", - "score": 206, - "opp_score": 216, - "wickets": 12, - "powerplay_runs": 40, - "death_economy": null - }, - { - "match_id": 743167, - "date": "2014-07-31", - "innings": 1, - "opponent": "Jamaica Tallawahs", - "result": "L", - "score": 178, - "opp_score": 182, - "wickets": 18, - "powerplay_runs": 56, - "death_economy": null - }, - { - "match_id": 743151, - "date": "2014-07-20", - "innings": 1, - "opponent": "Trinidad & Tobago Red Steel", - "result": "L", - "score": 302, - "opp_score": 304, - "wickets": 16, - "powerplay_runs": 92, - "death_economy": 10.0 - }, - { - "match_id": 743147, - "date": "2014-07-19", - "innings": 1, - "opponent": "Barbados Tridents", - "result": "L", - "score": 344, - "opp_score": 346, - "wickets": 12, - "powerplay_runs": 72, - "death_economy": 24.0 - }, - { - "match_id": 743143, - "date": "2014-07-17", - "innings": 1, - "opponent": "Jamaica Tallawahs", - "result": "L", - "score": 192, - "opp_score": 194, - "wickets": 20, - "powerplay_runs": 58, - "death_economy": null - }, - { - "match_id": 743137, - "date": "2014-07-11", - "innings": 1, - "opponent": "Guyana Amazon Warriors", - "result": "L", - "score": 272, - "opp_score": 280, - "wickets": 16, - "powerplay_runs": 82, - "death_economy": 15.5 - }, - { - "match_id": 635233, - "date": "2013-08-17", - "innings": 1, - "opponent": "Guyana Amazon Warriors", - "result": "L", - "score": 332, - "opp_score": 340, - "wickets": 12, - "powerplay_runs": 78, - "death_economy": 26.5 - }, - { - "match_id": 635231, - "date": "2013-08-15", - "innings": 2, - "opponent": "St Lucia Zouks", - "result": "L", - "score": 152, - "opp_score": 358, - "wickets": 6, - "powerplay_runs": 88, - "death_economy": 30.0 - } - ], - "Antigua and Barbuda Falcons": [ - { - "match_id": 1478002, - "date": "2025-09-16", - "innings": 1, - "opponent": "Trinbago Knight Riders", - "result": "L", - "score": 332, - "opp_score": 336, - "wickets": 16, - "powerplay_runs": 80, - "death_economy": 13.0 - }, - { - "match_id": 1477997, - "date": "2025-09-10", - "innings": 2, - "opponent": "Guyana Amazon Warriors", - "result": "W", - "score": 206, - "opp_score": 198, - "wickets": 12, - "powerplay_runs": 66, - "death_economy": 10.5 - }, - { - "match_id": 1477993, - "date": "2025-09-05", - "innings": 2, - "opponent": "Barbados Royals", - "result": "W", - "score": 376, - "opp_score": 374, - "wickets": 12, - "powerplay_runs": 104, - "death_economy": 29.5 - }, - { - "match_id": 1477989, - "date": "2025-08-31", - "innings": 1, - "opponent": "St Lucia Kings", - "result": "L", - "score": 408, - "opp_score": 412, - "wickets": 8, - "powerplay_runs": 102, - "death_economy": 12.0 - }, - { - "match_id": 1477985, - "date": "2025-08-27", - "innings": 1, - "opponent": "Trinbago Knight Riders", - "result": "L", - "score": 292, - "opp_score": 304, - "wickets": 14, - "powerplay_runs": 80, - "death_economy": 22.0 - }, - { - "match_id": 1477982, - "date": "2025-08-24", - "innings": 2, - "opponent": "St Kitts and Nevis Patriots", - "result": "W", - "score": 274, - "opp_score": 266, - "wickets": 6, - "powerplay_runs": 84, - "death_economy": 19.0 - }, - { - "match_id": 1477980, - "date": "2025-08-22", - "innings": 2, - "opponent": "Guyana Amazon Warriors", - "result": "L", - "score": 256, - "opp_score": 422, - "wickets": 20, - "powerplay_runs": 132, - "death_economy": 43.5 - }, - { - "match_id": 1477978, - "date": "2025-08-20", - "innings": 1, - "opponent": "Trinbago Knight Riders", - "result": "W", - "score": 334, - "opp_score": 318, - "wickets": 12, - "powerplay_runs": 58, - "death_economy": 26.5 - }, - { - "match_id": 1477974, - "date": "2025-08-16", - "innings": 2, - "opponent": "Barbados Royals", - "result": "W", - "score": 304, - "opp_score": 302, - "wickets": 8, - "powerplay_runs": 86, - "death_economy": 25.0 - }, - { - "match_id": 1477972, - "date": "2025-08-14", - "innings": 1, - "opponent": "St Kitts and Nevis Patriots", - "result": "L", - "score": 242, - "opp_score": 250, - "wickets": 20, - "powerplay_runs": 90, - "death_economy": null - } - ], - "Trinidad & Tobago Red Steel": [ - { - "match_id": 857767, - "date": "2015-07-26", - "innings": 1, - "opponent": "Barbados Tridents", - "result": "W", - "score": 356, - "opp_score": 316, - "wickets": 10, - "powerplay_runs": 60, - "death_economy": 19.0 - }, - { - "match_id": 857765, - "date": "2015-07-25", - "innings": 2, - "opponent": "Guyana Amazon Warriors", - "result": "W", - "score": 218, - "opp_score": 216, - "wickets": 8, - "powerplay_runs": 96, - "death_economy": 15.5 - }, - { - "match_id": 857763, - "date": "2015-07-23", - "innings": 1, - "opponent": "Jamaica Tallawahs", - "result": "W", - "score": 304, - "opp_score": 250, - "wickets": 12, - "powerplay_runs": 54, - "death_economy": 9.5 - }, - { - "match_id": 857761, - "date": "2015-07-21", - "innings": 1, - "opponent": "Guyana Amazon Warriors", - "result": "L", - "score": 234, - "opp_score": 236, - "wickets": 16, - "powerplay_runs": 82, - "death_economy": 10.0 - }, - { - "match_id": 857759, - "date": "2015-07-19", - "innings": 1, - "opponent": "Jamaica Tallawahs", - "result": "W", - "score": 290, - "opp_score": 276, - "wickets": 6, - "powerplay_runs": 72, - "death_economy": 22.0 - }, - { - "match_id": 857755, - "date": "2015-07-18", - "innings": 1, - "opponent": "St Kitts and Nevis Patriots", - "result": "W", - "score": 268, - "opp_score": 246, - "wickets": 10, - "powerplay_runs": 86, - "death_economy": null - }, - { - "match_id": 857751, - "date": "2015-07-16", - "innings": 1, - "opponent": "Barbados Tridents", - "result": "W", - "score": 368, - "opp_score": 224, - "wickets": 6, - "powerplay_runs": 76, - "death_economy": 11.5 - }, - { - "match_id": 857747, - "date": "2015-07-14", - "innings": 1, - "opponent": "St Lucia Zouks", - "result": "L", - "score": 180, - "opp_score": 182, - "wickets": 8, - "powerplay_runs": 106, - "death_economy": null - }, - { - "match_id": 857741, - "date": "2015-07-11", - "innings": 2, - "opponent": "St Kitts and Nevis Patriots", - "result": "W", - "score": 296, - "opp_score": 292, - "wickets": 8, - "powerplay_runs": 90, - "death_economy": 23.5 - }, - { - "match_id": 857737, - "date": "2015-07-09", - "innings": 2, - "opponent": "Jamaica Tallawahs", - "result": "L", - "score": 260, - "opp_score": 360, - "wickets": 18, - "powerplay_runs": 74, - "death_economy": 29.5 - } - ], - "St Lucia Zouks": [ - { - "match_id": 1227897, - "date": "2020-09-10", - "innings": 1, - "opponent": "Trinbago Knight Riders", - "result": "L", - "score": 308, - "opp_score": 314, - "wickets": 20, - "powerplay_runs": 114, - "death_economy": 23.5 - }, - { - "match_id": 1227896, - "date": "2020-09-08", - "innings": 2, - "opponent": "Guyana Amazon Warriors", - "result": "W", - "score": 112, - "opp_score": 110, - "wickets": 0, - "powerplay_runs": 102, - "death_economy": null - }, - { - "match_id": 1227894, - "date": "2020-09-06", - "innings": 1, - "opponent": "Jamaica Tallawahs", - "result": "W", - "score": 290, - "opp_score": 268, - "wickets": 12, - "powerplay_runs": 66, - "death_economy": 19.0 - }, - { - "match_id": 1227891, - "date": "2020-09-05", - "innings": 2, - "opponent": "Trinbago Knight Riders", - "result": "L", - "score": 304, - "opp_score": 350, - "wickets": 14, - "powerplay_runs": 52, - "death_economy": 33.5 - }, - { - "match_id": 1227888, - "date": "2020-09-02", - "innings": 1, - "opponent": "Guyana Amazon Warriors", - "result": "L", - "score": 218, - "opp_score": 220, - "wickets": 14, - "powerplay_runs": 54, - "death_economy": null - }, - { - "match_id": 1227883, - "date": "2020-08-30", - "innings": 1, - "opponent": "Barbados Tridents", - "result": "W", - "score": 184, - "opp_score": 178, - "wickets": 20, - "powerplay_runs": 66, - "death_economy": 9.0 - }, - { - "match_id": 1227879, - "date": "2020-08-27", - "innings": 2, - "opponent": "St Kitts and Nevis Patriots", - "result": "W", - "score": 222, - "opp_score": 220, - "wickets": 8, - "powerplay_runs": 94, - "death_economy": 22.0 - }, - { - "match_id": 1227877, - "date": "2020-08-26", - "innings": 1, - "opponent": "Trinbago Knight Riders", - "result": "W", - "score": 222, - "opp_score": 144, - "wickets": 12, - "powerplay_runs": 78, - "death_economy": null - }, - { - "match_id": 1227874, - "date": "2020-08-23", - "innings": 1, - "opponent": "Guyana Amazon Warriors", - "result": "W", - "score": 288, - "opp_score": 268, - "wickets": 14, - "powerplay_runs": 80, - "death_economy": 18.5 - }, - { - "match_id": 1227871, - "date": "2020-08-22", - "innings": 1, - "opponent": "St Kitts and Nevis Patriots", - "result": "W", - "score": 344, - "opp_score": 324, - "wickets": 12, - "powerplay_runs": 124, - "death_economy": 26.0 - } - ], - "St Kitts and Nevis Patriots": [ - { - "match_id": 1477998, - "date": "2025-09-11", - "innings": 1, - "opponent": "Barbados Royals", - "result": "W", - "score": 300, - "opp_score": 298, - "wickets": 14, - "powerplay_runs": 88, - "death_economy": 19.0 - }, - { - "match_id": 1477996, - "date": "2025-09-07", - "innings": 1, - "opponent": "Guyana Amazon Warriors", - "result": "W", - "score": 298, - "opp_score": 288, - "wickets": 12, - "powerplay_runs": 64, - "death_economy": 22.0 - }, - { - "match_id": 1477990, - "date": "2025-09-01", - "innings": 2, - "opponent": "Trinbago Knight Riders", - "result": "L", - "score": 334, - "opp_score": 358, - "wickets": 12, - "powerplay_runs": 100, - "death_economy": 30.5 - }, - { - "match_id": 1477986, - "date": "2025-08-28", - "innings": 1, - "opponent": "St Lucia Kings", - "result": "L", - "score": 354, - "opp_score": 360, - "wickets": 6, - "powerplay_runs": 110, - "death_economy": 12.0 - }, - { - "match_id": 1477982, - "date": "2025-08-24", - "innings": 1, - "opponent": "Antigua and Barbuda Falcons", - "result": "L", - "score": 266, - "opp_score": 274, - "wickets": 18, - "powerplay_runs": 60, - "death_economy": 15.5 - }, - { - "match_id": 1477979, - "date": "2025-08-21", - "innings": 1, - "opponent": "Barbados Royals", - "result": "W", - "score": 348, - "opp_score": 324, - "wickets": 16, - "powerplay_runs": 84, - "death_economy": 16.5 - }, - { - "match_id": 1477977, - "date": "2025-08-19", - "innings": 2, - "opponent": "St Lucia Kings", - "result": "L", - "score": 394, - "opp_score": 400, - "wickets": 12, - "powerplay_runs": 86, - "death_economy": 23.0 - }, - { - "match_id": 1477975, - "date": "2025-08-17", - "innings": 2, - "opponent": "Trinbago Knight Riders", - "result": "L", - "score": 438, - "opp_score": 462, - "wickets": 14, - "powerplay_runs": 116, - "death_economy": 33.5 - }, - { - "match_id": 1477973, - "date": "2025-08-15", - "innings": 1, - "opponent": "Guyana Amazon Warriors", - "result": "L", - "score": 306, - "opp_score": 308, - "wickets": 18, - "powerplay_runs": 94, - "death_economy": 7.5 - }, - { - "match_id": 1477972, - "date": "2025-08-14", - "innings": 2, - "opponent": "Antigua and Barbuda Falcons", - "result": "W", - "score": 250, - "opp_score": 242, - "wickets": 8, - "powerplay_runs": 104, - "death_economy": 8.5 - } - ], - "Jamaica Tallawahs": [ - { - "match_id": 1369590, - "date": "2023-09-22", - "innings": 2, - "opponent": "Guyana Amazon Warriors", - "result": "L", - "score": 202, - "opp_score": 364, - "wickets": 18, - "powerplay_runs": 50, - "death_economy": 33.0 - }, - { - "match_id": 1369588, - "date": "2023-09-19", - "innings": 2, - "opponent": "St Lucia Kings", - "result": "W", - "score": 252, - "opp_score": 250, - "wickets": 10, - "powerplay_runs": 104, - "death_economy": 17.5 - }, - { - "match_id": 1369586, - "date": "2023-09-17", - "innings": 1, - "opponent": "St Lucia Kings", - "result": "W", - "score": 402, - "opp_score": 158, - "wickets": 10, - "powerplay_runs": 82, - "death_economy": null - }, - { - "match_id": 1369584, - "date": "2023-09-16", - "innings": 1, - "opponent": "St Kitts and Nevis Patriots", - "result": "W", - "score": 356, - "opp_score": 238, - "wickets": 14, - "powerplay_runs": 52, - "death_economy": 12.5 - }, - { - "match_id": 1369582, - "date": "2023-09-13", - "innings": 1, - "opponent": "Guyana Amazon Warriors", - "result": "L", - "score": 304, - "opp_score": 310, - "wickets": 10, - "powerplay_runs": 106, - "death_economy": 15.5 - }, - { - "match_id": 1369579, - "date": "2023-09-09", - "innings": 1, - "opponent": "Trinbago Knight Riders", - "result": "L", - "score": 308, - "opp_score": 310, - "wickets": 16, - "powerplay_runs": 56, - "death_economy": 19.5 - }, - { - "match_id": 1369574, - "date": "2023-09-03", - "innings": 2, - "opponent": "Trinbago Knight Riders", - "result": "L", - "score": 280, - "opp_score": 284, - "wickets": 14, - "powerplay_runs": 90, - "death_economy": 20.0 - }, - { - "match_id": 1369571, - "date": "2023-08-31", - "innings": 1, - "opponent": "Barbados Royals", - "result": "L", - "score": 320, - "opp_score": 322, - "wickets": 14, - "powerplay_runs": 48, - "death_economy": 24.0 - }, - { - "match_id": 1369568, - "date": "2023-08-27", - "innings": 2, - "opponent": "Guyana Amazon Warriors", - "result": "L", - "score": 352, - "opp_score": 420, - "wickets": 20, - "powerplay_runs": 56, - "death_economy": 29.5 - }, - { - "match_id": 1369564, - "date": "2023-08-23", - "innings": 2, - "opponent": "St Kitts and Nevis Patriots", - "result": "W", - "score": 314, - "opp_score": 312, - "wickets": 4, - "powerplay_runs": 100, - "death_economy": 22.0 - } - ], - "Barbados Tridents": [ - { - "match_id": 1227892, - "date": "2020-09-05", - "innings": 2, - "opponent": "Jamaica Tallawahs", - "result": "W", - "score": 330, - "opp_score": 322, - "wickets": 6, - "powerplay_runs": 108, - "death_economy": 24.5 - }, - { - "match_id": 1227890, - "date": "2020-09-03", - "innings": 1, - "opponent": "Guyana Amazon Warriors", - "result": "L", - "score": 178, - "opp_score": 180, - "wickets": 18, - "powerplay_runs": 56, - "death_economy": null - }, - { - "match_id": 1227886, - "date": "2020-09-01", - "innings": 1, - "opponent": "Guyana Amazon Warriors", - "result": "L", - "score": 184, - "opp_score": 186, - "wickets": 20, - "powerplay_runs": 24, - "death_economy": 4.5 - }, - { - "match_id": 1227883, - "date": "2020-08-30", - "innings": 2, - "opponent": "St Lucia Zouks", - "result": "L", - "score": 178, - "opp_score": 184, - "wickets": 14, - "powerplay_runs": 66, - "death_economy": 6.0 - }, - { - "match_id": 1227881, - "date": "2020-08-29", - "innings": 1, - "opponent": "Trinbago Knight Riders", - "result": "L", - "score": 296, - "opp_score": 298, - "wickets": 14, - "powerplay_runs": 72, - "death_economy": 35.0 - }, - { - "match_id": 1227878, - "date": "2020-08-26", - "innings": 1, - "opponent": "Jamaica Tallawahs", - "result": "W", - "score": 296, - "opp_score": 224, - "wickets": 14, - "powerplay_runs": 66, - "death_economy": 21.5 - }, - { - "match_id": 1227875, - "date": "2020-08-25", - "innings": 1, - "opponent": "St Kitts and Nevis Patriots", - "result": "L", - "score": 302, - "opp_score": 304, - "wickets": 14, - "powerplay_runs": 74, - "death_economy": 23.0 - }, - { - "match_id": 1227873, - "date": "2020-08-23", - "innings": 2, - "opponent": "Trinbago Knight Riders", - "result": "L", - "score": 332, - "opp_score": 370, - "wickets": 12, - "powerplay_runs": 110, - "death_economy": 38.5 - }, - { - "match_id": 1227869, - "date": "2020-08-20", - "innings": 1, - "opponent": "St Lucia Zouks", - "result": "W", - "score": 262, - "opp_score": 100, - "wickets": 14, - "powerplay_runs": 106, - "death_economy": null - }, - { - "match_id": 1227866, - "date": "2020-08-18", - "innings": 1, - "opponent": "St Kitts and Nevis Patriots", - "result": "W", - "score": 306, - "opp_score": 294, - "wickets": 18, - "powerplay_runs": 98, - "death_economy": 19.0 - } - ], - "Trinbago Knight Riders": [ - { - "match_id": 1478005, - "date": "2025-09-21", - "innings": 2, - "opponent": "Guyana Amazon Warriors", - "result": "W", - "score": 266, - "opp_score": 260, - "wickets": 14, - "powerplay_runs": 72, - "death_economy": 23.0 - }, - { - "match_id": 1478004, - "date": "2025-09-19", - "innings": 1, - "opponent": "St Lucia Kings", - "result": "W", - "score": 388, - "opp_score": 276, - "wickets": 8, - "powerplay_runs": 102, - "death_economy": 15.0 - }, - { - "match_id": 1478002, - "date": "2025-09-16", - "innings": 2, - "opponent": "Antigua and Barbuda Falcons", - "result": "W", - "score": 336, - "opp_score": 332, - "wickets": 2, - "powerplay_runs": 114, - "death_economy": 23.5 - }, - { - "match_id": 1477999, - "date": "2025-09-12", - "innings": 1, - "opponent": "Barbados Royals", - "result": "L", - "score": 332, - "opp_score": 344, - "wickets": 16, - "powerplay_runs": 64, - "death_economy": 27.0 - }, - { - "match_id": 1477994, - "date": "2025-09-06", - "innings": 1, - "opponent": "Guyana Amazon Warriors", - "result": "L", - "score": 334, - "opp_score": 336, - "wickets": 10, - "powerplay_runs": 78, - "death_economy": 22.5 - }, - { - "match_id": 1477991, - "date": "2025-09-03", - "innings": 1, - "opponent": "St Lucia Kings", - "result": "L", - "score": 218, - "opp_score": 224, - "wickets": 20, - "powerplay_runs": 80, - "death_economy": null - }, - { - "match_id": 1477990, - "date": "2025-09-01", - "innings": 1, - "opponent": "St Kitts and Nevis Patriots", - "result": "W", - "score": 358, - "opp_score": 334, - "wickets": 12, - "powerplay_runs": 92, - "death_economy": 20.5 - }, - { - "match_id": 1477988, - "date": "2025-08-30", - "innings": 2, - "opponent": "Guyana Amazon Warriors", - "result": "W", - "score": 338, - "opp_score": 326, - "wickets": 8, - "powerplay_runs": 152, - "death_economy": 24.5 - }, - { - "match_id": 1477987, - "date": "2025-08-29", - "innings": 2, - "opponent": "Barbados Royals", - "result": "W", - "score": 358, - "opp_score": 356, - "wickets": 6, - "powerplay_runs": 102, - "death_economy": 30.0 - }, - { - "match_id": 1477985, - "date": "2025-08-27", - "innings": 2, - "opponent": "Antigua and Barbuda Falcons", - "result": "W", - "score": 304, - "opp_score": 292, - "wickets": 4, - "powerplay_runs": 82, - "death_economy": 27.5 - } - ], - "Texas Super Kings": [ - { - "match_id": 1528586, - "date": "2026-07-12", - "innings": 1, - "opponent": "Los Angeles Knight Riders", - "result": "L", - "score": 342, - "opp_score": 344, - "wickets": 18, - "powerplay_runs": 126, - "death_economy": 24.0 - }, - { - "match_id": 1528583, - "date": "2026-07-11", - "innings": 1, - "opponent": "Washington Freedom", - "result": "L", - "score": 330, - "opp_score": 332, - "wickets": 20, - "powerplay_runs": 128, - "death_economy": 29.5 - }, - { - "match_id": 1528577, - "date": "2026-07-05", - "innings": 2, - "opponent": "Seattle Orcas", - "result": "L", - "score": 224, - "opp_score": 242, - "wickets": 18, - "powerplay_runs": 64, - "death_economy": 21.0 - }, - { - "match_id": 1528574, - "date": "2026-07-03", - "innings": 1, - "opponent": "Los Angeles Knight Riders", - "result": "L", - "score": 346, - "opp_score": 350, - "wickets": 10, - "powerplay_runs": 106, - "death_economy": 25.5 - }, - { - "match_id": 1528569, - "date": "2026-06-27", - "innings": 1, - "opponent": "Washington Freedom", - "result": "L", - "score": 370, - "opp_score": 374, - "wickets": 8, - "powerplay_runs": 60, - "death_economy": 28.5 - }, - { - "match_id": 1528566, - "date": "2026-06-26", - "innings": 2, - "opponent": "MI New York", - "result": "W", - "score": 264, - "opp_score": 254, - "wickets": 8, - "powerplay_runs": 76, - "death_economy": 21.5 - }, - { - "match_id": 1528564, - "date": "2026-06-24", - "innings": 1, - "opponent": "San Francisco Unicorns", - "result": "W", - "score": 322, - "opp_score": 278, - "wickets": 16, - "powerplay_runs": 96, - "death_economy": 12.0 - }, - { - "match_id": 1528563, - "date": "2026-06-21", - "innings": 1, - "opponent": "MI New York", - "result": "L", - "score": 316, - "opp_score": 324, - "wickets": 20, - "powerplay_runs": 88, - "death_economy": 18.5 - }, - { - "match_id": 1528560, - "date": "2026-06-20", - "innings": 1, - "opponent": "San Francisco Unicorns", - "result": "L", - "score": 304, - "opp_score": 306, - "wickets": 18, - "powerplay_runs": 84, - "death_economy": 13.5 - }, - { - "match_id": 1528557, - "date": "2026-06-18", - "innings": 2, - "opponent": "Seattle Orcas", - "result": "W", - "score": 442, - "opp_score": 440, - "wickets": 8, - "powerplay_runs": 174, - "death_economy": 23.0 - } - ], - "Los Angeles Knight Riders": [ - { - "match_id": 1528586, - "date": "2026-07-12", - "innings": 2, - "opponent": "Texas Super Kings", - "result": "W", - "score": 344, - "opp_score": 342, - "wickets": 8, - "powerplay_runs": 106, - "death_economy": 17.0 - }, - { - "match_id": 1528582, - "date": "2026-07-10", - "innings": 1, - "opponent": "San Francisco Unicorns", - "result": "W", - "score": 368, - "opp_score": 346, - "wickets": 14, - "powerplay_runs": 92, - "death_economy": 22.5 - }, - { - "match_id": 1528580, - "date": "2026-07-09", - "innings": 1, - "opponent": "Washington Freedom", - "result": "W", - "score": 384, - "opp_score": 348, - "wickets": 16, - "powerplay_runs": 118, - "death_economy": 19.0 - }, - { - "match_id": 1528576, - "date": "2026-07-04", - "innings": 1, - "opponent": "MI New York", - "result": "L", - "score": 330, - "opp_score": 336, - "wickets": 12, - "powerplay_runs": 72, - "death_economy": 32.0 - }, - { - "match_id": 1528574, - "date": "2026-07-03", - "innings": 2, - "opponent": "Texas Super Kings", - "result": "W", - "score": 350, - "opp_score": 346, - "wickets": 8, - "powerplay_runs": 74, - "death_economy": 33.5 - }, - { - "match_id": 1528572, - "date": "2026-07-01", - "innings": 1, - "opponent": "Washington Freedom", - "result": "L", - "score": 216, - "opp_score": 220, - "wickets": 20, - "powerplay_runs": 74, - "death_economy": 7.0 - }, - { - "match_id": 1528570, - "date": "2026-06-28", - "innings": 2, - "opponent": "Seattle Orcas", - "result": "L", - "score": 268, - "opp_score": 308, - "wickets": 16, - "powerplay_runs": 90, - "death_economy": 30.0 - }, - { - "match_id": 1528568, - "date": "2026-06-27", - "innings": 2, - "opponent": "MI New York", - "result": "L", - "score": 206, - "opp_score": 288, - "wickets": 20, - "powerplay_runs": 90, - "death_economy": 24.0 - }, - { - "match_id": 1528562, - "date": "2026-06-21", - "innings": 1, - "opponent": "Seattle Orcas", - "result": "W", - "score": 392, - "opp_score": 230, - "wickets": 20, - "powerplay_runs": 116, - "death_economy": 1.0 - }, - { - "match_id": 1528558, - "date": "2026-06-19", - "innings": 2, - "opponent": "San Francisco Unicorns", - "result": "W", - "score": 308, - "opp_score": 300, - "wickets": 6, - "powerplay_runs": 132, - "death_economy": null - } - ], - "Washington Freedom": [ - { - "match_id": 1528585, - "date": "2026-07-12", - "innings": 2, - "opponent": "MI New York", - "result": "W", - "score": 380, - "opp_score": 374, - "wickets": 10, - "powerplay_runs": 84, - "death_economy": 18.5 - }, - { - "match_id": 1528583, - "date": "2026-07-11", - "innings": 2, - "opponent": "Texas Super Kings", - "result": "W", - "score": 332, - "opp_score": 330, - "wickets": 14, - "powerplay_runs": 110, - "death_economy": 16.5 - }, - { - "match_id": 1528580, - "date": "2026-07-09", - "innings": 2, - "opponent": "Los Angeles Knight Riders", - "result": "L", - "score": 348, - "opp_score": 384, - "wickets": 16, - "powerplay_runs": 70, - "death_economy": 25.0 - }, - { - "match_id": 1528575, - "date": "2026-07-04", - "innings": 2, - "opponent": "San Francisco Unicorns", - "result": "W", - "score": 258, - "opp_score": 252, - "wickets": 10, - "powerplay_runs": 62, - "death_economy": 14.0 - }, - { - "match_id": 1528572, - "date": "2026-07-01", - "innings": 2, - "opponent": "Los Angeles Knight Riders", - "result": "W", - "score": 220, - "opp_score": 216, - "wickets": 8, - "powerplay_runs": 56, - "death_economy": 9.0 - }, - { - "match_id": 1528571, - "date": "2026-06-28", - "innings": 1, - "opponent": "San Francisco Unicorns", - "result": "L", - "score": 380, - "opp_score": 386, - "wickets": 8, - "powerplay_runs": 102, - "death_economy": 2.0 - }, - { - "match_id": 1528569, - "date": "2026-06-27", - "innings": 2, - "opponent": "Texas Super Kings", - "result": "W", - "score": 374, - "opp_score": 370, - "wickets": 18, - "powerplay_runs": 124, - "death_economy": 37.5 - }, - { - "match_id": 1528565, - "date": "2026-06-25", - "innings": 2, - "opponent": "Seattle Orcas", - "result": "L", - "score": 278, - "opp_score": 454, - "wickets": 20, - "powerplay_runs": 78, - "death_economy": 43.0 - }, - { - "match_id": 1528561, - "date": "2026-06-20", - "innings": 1, - "opponent": "MI New York", - "result": "W", - "score": 490, - "opp_score": 430, - "wickets": 10, - "powerplay_runs": 140, - "death_economy": 35.5 - }, - { - "match_id": 1528559, - "date": "2026-06-19", - "innings": 1, - "opponent": "Seattle Orcas", - "result": "L", - "score": 432, - "opp_score": 438, - "wickets": 20, - "powerplay_runs": 156, - "death_economy": 20.0 - } - ], - "MI New York": [ - { - "match_id": 1528585, - "date": "2026-07-12", - "innings": 1, - "opponent": "Washington Freedom", - "result": "L", - "score": 374, - "opp_score": 380, - "wickets": 16, - "powerplay_runs": 64, - "death_economy": 26.0 - }, - { - "match_id": 1528581, - "date": "2026-07-10", - "innings": 1, - "opponent": "Seattle Orcas", - "result": "W", - "score": 358, - "opp_score": 324, - "wickets": 16, - "powerplay_runs": 76, - "death_economy": 12.5 - }, - { - "match_id": 1528579, - "date": "2026-07-08", - "innings": 1, - "opponent": "San Francisco Unicorns", - "result": "L", - "score": 286, - "opp_score": 292, - "wickets": 18, - "powerplay_runs": 96, - "death_economy": 5.5 - }, - { - "match_id": 1528578, - "date": "2026-07-05", - "innings": 1, - "opponent": "San Francisco Unicorns", - "result": "L", - "score": 208, - "opp_score": 210, - "wickets": 20, - "powerplay_runs": 80, - "death_economy": 6.0 - }, - { - "match_id": 1528576, - "date": "2026-07-04", - "innings": 2, - "opponent": "Los Angeles Knight Riders", - "result": "W", - "score": 336, - "opp_score": 330, - "wickets": 8, - "powerplay_runs": 62, - "death_economy": 27.0 - }, - { - "match_id": 1528573, - "date": "2026-07-02", - "innings": 1, - "opponent": "Seattle Orcas", - "result": "W", - "score": 264, - "opp_score": 254, - "wickets": 16, - "powerplay_runs": 96, - "death_economy": 24.5 - }, - { - "match_id": 1528568, - "date": "2026-06-27", - "innings": 1, - "opponent": "Los Angeles Knight Riders", - "result": "W", - "score": 288, - "opp_score": 206, - "wickets": 12, - "powerplay_runs": 86, - "death_economy": 13.5 - }, - { - "match_id": 1528566, - "date": "2026-06-26", - "innings": 1, - "opponent": "Texas Super Kings", - "result": "L", - "score": 254, - "opp_score": 264, - "wickets": 18, - "powerplay_runs": 94, - "death_economy": 18.0 - }, - { - "match_id": 1528563, - "date": "2026-06-21", - "innings": 2, - "opponent": "Texas Super Kings", - "result": "W", - "score": 324, - "opp_score": 316, - "wickets": 4, - "powerplay_runs": 106, - "death_economy": 18.5 - }, - { - "match_id": 1528561, - "date": "2026-06-20", - "innings": 2, - "opponent": "Washington Freedom", - "result": "L", - "score": 430, - "opp_score": 490, - "wickets": 12, - "powerplay_runs": 100, - "death_economy": 15.0 - } - ], - "San Francisco Unicorns": [ - { - "match_id": 1528584, - "date": "2026-07-11", - "innings": 2, - "opponent": "Seattle Orcas", - "result": "W", - "score": 388, - "opp_score": 380, - "wickets": 8, - "powerplay_runs": 90, - "death_economy": 25.5 - }, - { - "match_id": 1528582, - "date": "2026-07-10", - "innings": 2, - "opponent": "Los Angeles Knight Riders", - "result": "L", - "score": 346, - "opp_score": 368, - "wickets": 20, - "powerplay_runs": 114, - "death_economy": 19.0 - }, - { - "match_id": 1528579, - "date": "2026-07-08", - "innings": 2, - "opponent": "MI New York", - "result": "W", - "score": 292, - "opp_score": 286, - "wickets": 2, - "powerplay_runs": 102, - "death_economy": 17.0 - }, - { - "match_id": 1528578, - "date": "2026-07-05", - "innings": 2, - "opponent": "MI New York", - "result": "W", - "score": 210, - "opp_score": 208, - "wickets": 10, - "powerplay_runs": 82, - "death_economy": 17.5 - }, - { - "match_id": 1528575, - "date": "2026-07-04", - "innings": 1, - "opponent": "Washington Freedom", - "result": "L", - "score": 252, - "opp_score": 258, - "wickets": 20, - "powerplay_runs": 84, - "death_economy": 14.5 - }, - { - "match_id": 1528571, - "date": "2026-06-28", - "innings": 2, - "opponent": "Washington Freedom", - "result": "W", - "score": 386, - "opp_score": 380, - "wickets": 4, - "powerplay_runs": 200, - "death_economy": 31.5 - }, - { - "match_id": 1528567, - "date": "2026-06-26", - "innings": 2, - "opponent": "Seattle Orcas", - "result": "W", - "score": 384, - "opp_score": 382, - "wickets": 16, - "powerplay_runs": 100, - "death_economy": 16.0 - }, - { - "match_id": 1528564, - "date": "2026-06-24", - "innings": 2, - "opponent": "Texas Super Kings", - "result": "L", - "score": 278, - "opp_score": 322, - "wickets": 20, - "powerplay_runs": 100, - "death_economy": 24.0 - }, - { - "match_id": 1528560, - "date": "2026-06-20", - "innings": 2, - "opponent": "Texas Super Kings", - "result": "W", - "score": 306, - "opp_score": 304, - "wickets": 6, - "powerplay_runs": 114, - "death_economy": 27.5 - }, - { - "match_id": 1528558, - "date": "2026-06-19", - "innings": 1, - "opponent": "Los Angeles Knight Riders", - "result": "L", - "score": 300, - "opp_score": 308, - "wickets": 14, - "powerplay_runs": 136, - "death_economy": null - } - ], - "Seattle Orcas": [ - { - "match_id": 1528584, - "date": "2026-07-11", - "innings": 1, - "opponent": "San Francisco Unicorns", - "result": "L", - "score": 380, - "opp_score": 388, - "wickets": 14, - "powerplay_runs": 126, - "death_economy": 27.0 - }, - { - "match_id": 1528581, - "date": "2026-07-10", - "innings": 2, - "opponent": "MI New York", - "result": "L", - "score": 324, - "opp_score": 358, - "wickets": 12, - "powerplay_runs": 90, - "death_economy": 34.0 - }, - { - "match_id": 1528577, - "date": "2026-07-05", - "innings": 1, - "opponent": "Texas Super Kings", - "result": "W", - "score": 242, - "opp_score": 224, - "wickets": 18, - "powerplay_runs": 58, - "death_economy": 19.5 - }, - { - "match_id": 1528573, - "date": "2026-07-02", - "innings": 2, - "opponent": "MI New York", - "result": "L", - "score": 254, - "opp_score": 264, - "wickets": 18, - "powerplay_runs": 52, - "death_economy": 11.5 - }, - { - "match_id": 1528570, - "date": "2026-06-28", - "innings": 1, - "opponent": "Los Angeles Knight Riders", - "result": "W", - "score": 308, - "opp_score": 268, - "wickets": 14, - "powerplay_runs": 64, - "death_economy": 19.0 - }, - { - "match_id": 1528567, - "date": "2026-06-26", - "innings": 1, - "opponent": "San Francisco Unicorns", - "result": "L", - "score": 382, - "opp_score": 384, - "wickets": 20, - "powerplay_runs": 164, - "death_economy": 19.0 - }, - { - "match_id": 1528565, - "date": "2026-06-25", - "innings": 1, - "opponent": "Washington Freedom", - "result": "W", - "score": 454, - "opp_score": 278, - "wickets": 12, - "powerplay_runs": 116, - "death_economy": 6.0 - }, - { - "match_id": 1528562, - "date": "2026-06-21", - "innings": 2, - "opponent": "Los Angeles Knight Riders", - "result": "L", - "score": 230, - "opp_score": 392, - "wickets": 20, - "powerplay_runs": 80, - "death_economy": 30.0 - }, - { - "match_id": 1528559, - "date": "2026-06-19", - "innings": 2, - "opponent": "Washington Freedom", - "result": "W", - "score": 438, - "opp_score": 432, - "wickets": 10, - "powerplay_runs": 152, - "death_economy": 18.5 - }, - { - "match_id": 1528557, - "date": "2026-06-18", - "innings": 1, - "opponent": "Texas Super Kings", - "result": "L", - "score": 440, - "opp_score": 442, - "wickets": 4, - "powerplay_runs": 98, - "death_economy": 25.0 - } - ], - "Jaffna Kings": [ - { - "match_id": 1428482, - "date": "2024-07-21", - "innings": 2, - "opponent": "Galle Marvels", - "result": "W", - "score": 370, - "opp_score": 368, - "wickets": 2, - "powerplay_runs": 122, - "death_economy": 34.0 - }, - { - "match_id": 1428481, - "date": "2024-07-20", - "innings": 1, - "opponent": "Kandy Falcons", - "result": "W", - "score": 374, - "opp_score": 372, - "wickets": 14, - "powerplay_runs": 104, - "death_economy": 30.0 - }, - { - "match_id": 1428479, - "date": "2024-07-18", - "innings": 1, - "opponent": "Galle Marvels", - "result": "L", - "score": 354, - "opp_score": 362, - "wickets": 14, - "powerplay_runs": 94, - "death_economy": 14.5 - }, - { - "match_id": 1428475, - "date": "2024-07-14", - "innings": 1, - "opponent": "Colombo Strikers", - "result": "L", - "score": 218, - "opp_score": 224, - "wickets": 18, - "powerplay_runs": 80, - "death_economy": null - }, - { - "match_id": 1428473, - "date": "2024-07-13", - "innings": 2, - "opponent": "Kandy Falcons", - "result": "W", - "score": 158, - "opp_score": 156, - "wickets": 12, - "powerplay_runs": 154, - "death_economy": null - }, - { - "match_id": 1428471, - "date": "2024-07-10", - "innings": 2, - "opponent": "Colombo Strikers", - "result": "W", - "score": 380, - "opp_score": 376, - "wickets": 6, - "powerplay_runs": 90, - "death_economy": 20.0 - }, - { - "match_id": 1428469, - "date": "2024-07-09", - "innings": 1, - "opponent": "Kandy Falcons", - "result": "L", - "score": 448, - "opp_score": 460, - "wickets": 14, - "powerplay_runs": 136, - "death_economy": 27.0 - }, - { - "match_id": 1428466, - "date": "2024-07-06", - "innings": 1, - "opponent": "Dambulla Sixers", - "result": "W", - "score": 436, - "opp_score": 376, - "wickets": 10, - "powerplay_runs": 94, - "death_economy": 23.0 - }, - { - "match_id": 1428464, - "date": "2024-07-05", - "innings": 2, - "opponent": "Galle Marvels", - "result": "W", - "score": 382, - "opp_score": 374, - "wickets": 10, - "powerplay_runs": 116, - "death_economy": 33.0 - }, - { - "match_id": 1428462, - "date": "2024-07-03", - "innings": 2, - "opponent": "Dambulla Sixers", - "result": "W", - "score": 394, - "opp_score": 382, - "wickets": 12, - "powerplay_runs": 70, - "death_economy": 26.5 - } - ], - "B-Love Kandy": [ - { - "match_id": 1382901, - "date": "2023-08-20", - "innings": 2, - "opponent": "Dambulla Aura", - "result": "W", - "score": 302, - "opp_score": 294, - "wickets": 10, - "powerplay_runs": 94, - "death_economy": 23.5 - }, - { - "match_id": 1382900, - "date": "2023-08-19", - "innings": 1, - "opponent": "Galle Titans", - "result": "W", - "score": 314, - "opp_score": 246, - "wickets": 14, - "powerplay_runs": 50, - "death_economy": 15.0 - }, - { - "match_id": 1382899, - "date": "2023-08-17", - "innings": 1, - "opponent": "Jaffna Kings", - "result": "W", - "score": 376, - "opp_score": 254, - "wickets": 16, - "powerplay_runs": 114, - "death_economy": 6.0 - }, - { - "match_id": 1382896, - "date": "2023-08-14", - "innings": 2, - "opponent": "Dambulla Aura", - "result": "L", - "score": 284, - "opp_score": 324, - "wickets": 20, - "powerplay_runs": 84, - "death_economy": 29.0 - }, - { - "match_id": 1382895, - "date": "2023-08-13", - "innings": 2, - "opponent": "Colombo Strikers", - "result": "L", - "score": 320, - "opp_score": 338, - "wickets": 16, - "powerplay_runs": 46, - "death_economy": 21.0 - }, - { - "match_id": 1382892, - "date": "2023-08-12", - "innings": 1, - "opponent": "Jaffna Kings", - "result": "W", - "score": 356, - "opp_score": 340, - "wickets": 16, - "powerplay_runs": 90, - "death_economy": 24.0 - }, - { - "match_id": 1382889, - "date": "2023-08-08", - "innings": 1, - "opponent": "Galle Titans", - "result": "W", - "score": 406, - "opp_score": 228, - "wickets": 10, - "powerplay_runs": 78, - "death_economy": 6.0 - }, - { - "match_id": 1382886, - "date": "2023-08-05", - "innings": 2, - "opponent": "Jaffna Kings", - "result": "W", - "score": 236, - "opp_score": 234, - "wickets": 4, - "powerplay_runs": 62, - "death_economy": 19.5 - }, - { - "match_id": 1382883, - "date": "2023-08-04", - "innings": 2, - "opponent": "Dambulla Aura", - "result": "W", - "score": 320, - "opp_score": 312, - "wickets": 6, - "powerplay_runs": 114, - "death_economy": 23.5 - }, - { - "match_id": 1382882, - "date": "2023-08-01", - "innings": 2, - "opponent": "Galle Titans", - "result": "L", - "score": 194, - "opp_score": 360, - "wickets": 20, - "powerplay_runs": 54, - "death_economy": 27.0 - } - ], - "Colombo Stars": [ - { - "match_id": 1324542, - "date": "2022-12-23", - "innings": 1, - "opponent": "Jaffna Kings", - "result": "L", - "score": 326, - "opp_score": 328, - "wickets": 10, - "powerplay_runs": 108, - "death_economy": 18.0 - }, - { - "match_id": 1324541, - "date": "2022-12-22", - "innings": 2, - "opponent": "Kandy Falcons", - "result": "W", - "score": 338, - "opp_score": 336, - "wickets": 8, - "powerplay_runs": 92, - "death_economy": 27.5 - }, - { - "match_id": 1324540, - "date": "2022-12-21", - "innings": 2, - "opponent": "Galle Gladiators", - "result": "W", - "score": 218, - "opp_score": 216, - "wickets": 6, - "powerplay_runs": 58, - "death_economy": 10.0 - }, - { - "match_id": 1324537, - "date": "2022-12-19", - "innings": 1, - "opponent": "Jaffna Kings", - "result": "L", - "score": 256, - "opp_score": 262, - "wickets": 18, - "powerplay_runs": 32, - "death_economy": 3.5 - }, - { - "match_id": 1324534, - "date": "2022-12-17", - "innings": 1, - "opponent": "Kandy Falcons", - "result": "L", - "score": 212, - "opp_score": 216, - "wickets": 20, - "powerplay_runs": 74, - "death_economy": 3.5 - }, - { - "match_id": 1324532, - "date": "2022-12-14", - "innings": 2, - "opponent": "Dambulla Aura", - "result": "W", - "score": 180, - "opp_score": 178, - "wickets": 2, - "powerplay_runs": 90, - "death_economy": null - }, - { - "match_id": 1324530, - "date": "2022-12-13", - "innings": 2, - "opponent": "Galle Gladiators", - "result": "W", - "score": 394, - "opp_score": 386, - "wickets": 16, - "powerplay_runs": 104, - "death_economy": 28.5 - }, - { - "match_id": 1324528, - "date": "2022-12-12", - "innings": 2, - "opponent": "Jaffna Kings", - "result": "L", - "score": 344, - "opp_score": 356, - "wickets": 16, - "powerplay_runs": 56, - "death_economy": 29.5 - }, - { - "match_id": 1324525, - "date": "2022-12-11", - "innings": 2, - "opponent": "Galle Gladiators", - "result": "L", - "score": 298, - "opp_score": 348, - "wickets": 14, - "powerplay_runs": 68, - "death_economy": 28.0 - }, - { - "match_id": 1324523, - "date": "2022-12-08", - "innings": 1, - "opponent": "Dambulla Aura", - "result": "W", - "score": 330, - "opp_score": 312, - "wickets": 18, - "powerplay_runs": 92, - "death_economy": 17.5 - } - ], - "Galle Gladiators": [ - { - "match_id": 1324540, - "date": "2022-12-21", - "innings": 1, - "opponent": "Colombo Stars", - "result": "L", - "score": 216, - "opp_score": 218, - "wickets": 18, - "powerplay_runs": 32, - "death_economy": 10.0 - }, - { - "match_id": 1324538, - "date": "2022-12-19", - "innings": 1, - "opponent": "Dambulla Aura", - "result": "L", - "score": 258, - "opp_score": 268, - "wickets": 16, - "powerplay_runs": 60, - "death_economy": null - }, - { - "match_id": 1324535, - "date": "2022-12-18", - "innings": 2, - "opponent": "Jaffna Kings", - "result": "L", - "score": 308, - "opp_score": 340, - "wickets": 18, - "powerplay_runs": 92, - "death_economy": 23.0 - }, - { - "match_id": 1324533, - "date": "2022-12-17", - "innings": 2, - "opponent": "Dambulla Aura", - "result": "L", - "score": 260, - "opp_score": 356, - "wickets": 20, - "powerplay_runs": 98, - "death_economy": 26.5 - }, - { - "match_id": 1324530, - "date": "2022-12-13", - "innings": 1, - "opponent": "Colombo Stars", - "result": "L", - "score": 386, - "opp_score": 394, - "wickets": 10, - "powerplay_runs": 92, - "death_economy": 29.5 - }, - { - "match_id": 1324527, - "date": "2022-12-12", - "innings": 1, - "opponent": "Kandy Falcons", - "result": "W", - "score": 306, - "opp_score": 282, - "wickets": 12, - "powerplay_runs": 40, - "death_economy": 32.5 - }, - { - "match_id": 1324525, - "date": "2022-12-11", - "innings": 1, - "opponent": "Colombo Stars", - "result": "W", - "score": 348, - "opp_score": 298, - "wickets": 12, - "powerplay_runs": 120, - "death_economy": 25.0 - }, - { - "match_id": 1324522, - "date": "2022-12-07", - "innings": 1, - "opponent": "Kandy Falcons", - "result": "L", - "score": 242, - "opp_score": 246, - "wickets": 16, - "powerplay_runs": 58, - "death_economy": null - }, - { - "match_id": 1324519, - "date": "2022-12-06", - "innings": 2, - "opponent": "Jaffna Kings", - "result": "L", - "score": 226, - "opp_score": 274, - "wickets": 20, - "powerplay_runs": 82, - "death_economy": 15.0 - }, - { - "match_id": 1291218, - "date": "2021-12-23", - "innings": 2, - "opponent": "Jaffna Kings", - "result": "L", - "score": 356, - "opp_score": 402, - "wickets": 18, - "powerplay_runs": 154, - "death_economy": 32.0 - } - ], - "Kandy Warriors": [ - { - "match_id": 1291214, - "date": "2021-12-17", - "innings": 2, - "opponent": "Colombo Stars", - "result": "L", - "score": 248, - "opp_score": 364, - "wickets": 20, - "powerplay_runs": 110, - "death_economy": 32.0 - }, - { - "match_id": 1291212, - "date": "2021-12-16", - "innings": 2, - "opponent": "Dambulla Giants", - "result": "W", - "score": 270, - "opp_score": 260, - "wickets": 8, - "powerplay_runs": 74, - "death_economy": 24.5 - }, - { - "match_id": 1291209, - "date": "2021-12-14", - "innings": 1, - "opponent": "Colombo Stars", - "result": "L", - "score": 292, - "opp_score": 300, - "wickets": 18, - "powerplay_runs": 114, - "death_economy": 33.0 - }, - { - "match_id": 1291206, - "date": "2021-12-12", - "innings": 1, - "opponent": "Jaffna Kings", - "result": "L", - "score": 188, - "opp_score": 190, - "wickets": 4, - "powerplay_runs": 76, - "death_economy": null - }, - { - "match_id": 1291204, - "date": "2021-12-11", - "innings": 2, - "opponent": "Galle Gladiators", - "result": "W", - "score": 262, - "opp_score": 254, - "wickets": 10, - "powerplay_runs": 78, - "death_economy": 20.0 - }, - { - "match_id": 1291201, - "date": "2021-12-08", - "innings": 2, - "opponent": "Jaffna Kings", - "result": "L", - "score": 332, - "opp_score": 362, - "wickets": 10, - "powerplay_runs": 124, - "death_economy": null - }, - { - "match_id": 1291199, - "date": "2021-12-07", - "innings": 1, - "opponent": "Galle Gladiators", - "result": "L", - "score": 286, - "opp_score": 294, - "wickets": 12, - "powerplay_runs": 88, - "death_economy": 23.5 - }, - { - "match_id": 1291196, - "date": "2021-12-06", - "innings": 2, - "opponent": "Dambulla Giants", - "result": "L", - "score": 340, - "opp_score": 380, - "wickets": 16, - "powerplay_runs": 94, - "death_economy": 19.0 - } - ], - "Colombo Strikers": [ - { - "match_id": 1428480, - "date": "2024-07-18", - "innings": 1, - "opponent": "Kandy Falcons", - "result": "L", - "score": 318, - "opp_score": 326, - "wickets": 16, - "powerplay_runs": 84, - "death_economy": 14.5 - }, - { - "match_id": 1428478, - "date": "2024-07-16", - "innings": 2, - "opponent": "Dambulla Sixers", - "result": "L", - "score": 190, - "opp_score": 246, - "wickets": 20, - "powerplay_runs": 72, - "death_economy": 16.0 - }, - { - "match_id": 1428477, - "date": "2024-07-15", - "innings": 2, - "opponent": "Galle Marvels", - "result": "W", - "score": 284, - "opp_score": 276, - "wickets": 6, - "powerplay_runs": 100, - "death_economy": 15.0 - }, - { - "match_id": 1428475, - "date": "2024-07-14", - "innings": 2, - "opponent": "Jaffna Kings", - "result": "W", - "score": 224, - "opp_score": 218, - "wickets": 2, - "powerplay_runs": 128, - "death_economy": 13.0 - }, - { - "match_id": 1428471, - "date": "2024-07-10", - "innings": 1, - "opponent": "Jaffna Kings", - "result": "L", - "score": 376, - "opp_score": 380, - "wickets": 18, - "powerplay_runs": 124, - "death_economy": 19.5 - }, - { - "match_id": 1428468, - "date": "2024-07-07", - "innings": 1, - "opponent": "Dambulla Sixers", - "result": "L", - "score": 370, - "opp_score": 376, - "wickets": 12, - "powerplay_runs": 108, - "death_economy": 16.5 - }, - { - "match_id": 1428465, - "date": "2024-07-06", - "innings": 1, - "opponent": "Kandy Falcons", - "result": "W", - "score": 398, - "opp_score": 394, - "wickets": 18, - "powerplay_runs": 124, - "death_economy": 22.0 - }, - { - "match_id": 1428463, - "date": "2024-07-03", - "innings": 2, - "opponent": "Galle Marvels", - "result": "L", - "score": 344, - "opp_score": 358, - "wickets": 18, - "powerplay_runs": 110, - "death_economy": 20.0 - }, - { - "match_id": 1428461, - "date": "2024-07-02", - "innings": 1, - "opponent": "Kandy Falcons", - "result": "W", - "score": 396, - "opp_score": 294, - "wickets": 14, - "powerplay_runs": 142, - "death_economy": 0.5 - }, - { - "match_id": 1382897, - "date": "2023-08-15", - "innings": 1, - "opponent": "Galle Titans", - "result": "L", - "score": 148, - "opp_score": 150, - "wickets": 20, - "powerplay_runs": 64, - "death_economy": null - } - ], - "Dambulla Giants": [ - { - "match_id": 1291217, - "date": "2021-12-21", - "innings": 2, - "opponent": "Jaffna Kings", - "result": "L", - "score": 374, - "opp_score": 420, - "wickets": 18, - "powerplay_runs": 110, - "death_economy": 34.5 - }, - { - "match_id": 1291215, - "date": "2021-12-19", - "innings": 2, - "opponent": "Colombo Stars", - "result": "W", - "score": 292, - "opp_score": 290, - "wickets": 8, - "powerplay_runs": 88, - "death_economy": 24.0 - }, - { - "match_id": 1291212, - "date": "2021-12-16", - "innings": 1, - "opponent": "Kandy Warriors", - "result": "L", - "score": 260, - "opp_score": 270, - "wickets": 20, - "powerplay_runs": 44, - "death_economy": 21.0 - }, - { - "match_id": 1291210, - "date": "2021-12-14", - "innings": 2, - "opponent": "Galle Gladiators", - "result": "L", - "score": 250, - "opp_score": 268, - "wickets": 10, - "powerplay_runs": 102, - "death_economy": null - }, - { - "match_id": 1291208, - "date": "2021-12-13", - "innings": 1, - "opponent": "Jaffna Kings", - "result": "L", - "score": 138, - "opp_score": 142, - "wickets": 20, - "powerplay_runs": 64, - "death_economy": null - }, - { - "match_id": 1291205, - "date": "2021-12-11", - "innings": 1, - "opponent": "Colombo Stars", - "result": "W", - "score": 276, - "opp_score": 274, - "wickets": 18, - "powerplay_runs": 104, - "death_economy": 29.0 - }, - { - "match_id": 1291202, - "date": "2021-12-10", - "innings": 1, - "opponent": "Galle Gladiators", - "result": "W", - "score": 318, - "opp_score": 36, - "wickets": 14, - "powerplay_runs": 102, - "death_economy": null - }, - { - "match_id": 1291200, - "date": "2021-12-08", - "innings": 1, - "opponent": "Colombo Stars", - "result": "W", - "score": 390, - "opp_score": 354, - "wickets": 12, - "powerplay_runs": 148, - "death_economy": 25.0 - }, - { - "match_id": 1291198, - "date": "2021-12-07", - "innings": 1, - "opponent": "Jaffna Kings", - "result": "L", - "score": 220, - "opp_score": 228, - "wickets": 20, - "powerplay_runs": 66, - "death_economy": null - }, - { - "match_id": 1291196, - "date": "2021-12-06", - "innings": 1, - "opponent": "Kandy Warriors", - "result": "W", - "score": 380, - "opp_score": 340, - "wickets": 14, - "powerplay_runs": 138, - "death_economy": 24.5 - } - ], - "Kandy Falcons": [ - { - "match_id": 1428481, - "date": "2024-07-20", - "innings": 2, - "opponent": "Jaffna Kings", - "result": "L", - "score": 372, - "opp_score": 374, - "wickets": 16, - "powerplay_runs": 120, - "death_economy": 29.0 - }, - { - "match_id": 1428480, - "date": "2024-07-18", - "innings": 2, - "opponent": "Colombo Strikers", - "result": "W", - "score": 326, - "opp_score": 318, - "wickets": 16, - "powerplay_runs": 102, - "death_economy": 22.0 - }, - { - "match_id": 1428476, - "date": "2024-07-15", - "innings": 1, - "opponent": "Dambulla Sixers", - "result": "W", - "score": 444, - "opp_score": 336, - "wickets": 8, - "powerplay_runs": 110, - "death_economy": 21.0 - }, - { - "match_id": 1428473, - "date": "2024-07-13", - "innings": 1, - "opponent": "Jaffna Kings", - "result": "L", - "score": 156, - "opp_score": 158, - "wickets": 10, - "powerplay_runs": 128, - "death_economy": null - }, - { - "match_id": 1428472, - "date": "2024-07-10", - "innings": 1, - "opponent": "Galle Marvels", - "result": "L", - "score": 374, - "opp_score": 376, - "wickets": 18, - "powerplay_runs": 136, - "death_economy": 23.5 - }, - { - "match_id": 1428469, - "date": "2024-07-09", - "innings": 2, - "opponent": "Jaffna Kings", - "result": "W", - "score": 460, - "opp_score": 448, - "wickets": 6, - "powerplay_runs": 136, - "death_economy": 31.0 - }, - { - "match_id": 1428467, - "date": "2024-07-07", - "innings": 1, - "opponent": "Galle Marvels", - "result": "L", - "score": 350, - "opp_score": 352, - "wickets": 14, - "powerplay_runs": 62, - "death_economy": 12.0 - }, - { - "match_id": 1428465, - "date": "2024-07-06", - "innings": 2, - "opponent": "Colombo Strikers", - "result": "L", - "score": 394, - "opp_score": 398, - "wickets": 16, - "powerplay_runs": 86, - "death_economy": 29.0 - }, - { - "match_id": 1428461, - "date": "2024-07-02", - "innings": 2, - "opponent": "Colombo Strikers", - "result": "L", - "score": 294, - "opp_score": 396, - "wickets": 20, - "powerplay_runs": 122, - "death_economy": 30.5 - }, - { - "match_id": 1428459, - "date": "2024-07-01", - "innings": 2, - "opponent": "Dambulla Sixers", - "result": "W", - "score": 366, - "opp_score": 358, - "wickets": 8, - "powerplay_runs": 118, - "death_economy": 31.5 - } - ], - "Colombo Kings": [ - { - "match_id": 1238772, - "date": "2020-12-13", - "innings": 1, - "opponent": "Galle Gladiators", - "result": "L", - "score": 300, - "opp_score": 302, - "wickets": 18, - "powerplay_runs": 62, - "death_economy": 20.0 - }, - { - "match_id": 1238771, - "date": "2020-12-11", - "innings": 2, - "opponent": "Dambulla Viiking", - "result": "W", - "score": 410, - "opp_score": 406, - "wickets": 10, - "powerplay_runs": 102, - "death_economy": 29.5 - }, - { - "match_id": 1238769, - "date": "2020-12-10", - "innings": 1, - "opponent": "Jaffna Stallions", - "result": "W", - "score": 346, - "opp_score": 334, - "wickets": 8, - "powerplay_runs": 58, - "death_economy": 28.5 - }, - { - "match_id": 1238765, - "date": "2020-12-07", - "innings": 1, - "opponent": "Galle Gladiators", - "result": "L", - "score": 342, - "opp_score": 350, - "wickets": 20, - "powerplay_runs": 92, - "death_economy": 19.0 - }, - { - "match_id": 1238764, - "date": "2020-12-05", - "innings": 2, - "opponent": "Kandy Tuskers", - "result": "W", - "score": 216, - "opp_score": 210, - "wickets": 6, - "powerplay_runs": 78, - "death_economy": 6.5 - }, - { - "match_id": 1238762, - "date": "2020-12-04", - "innings": 2, - "opponent": "Jaffna Stallions", - "result": "W", - "score": 302, - "opp_score": 296, - "wickets": 8, - "powerplay_runs": 94, - "death_economy": 27.5 - }, - { - "match_id": 1238758, - "date": "2020-12-01", - "innings": 2, - "opponent": "Dambulla Viiking", - "result": "L", - "score": 294, - "opp_score": 350, - "wickets": 20, - "powerplay_runs": 82, - "death_economy": 27.0 - }, - { - "match_id": 1238755, - "date": "2020-11-28", - "innings": 1, - "opponent": "Galle Gladiators", - "result": "W", - "score": 192, - "opp_score": 124, - "wickets": 2, - "powerplay_runs": 172, - "death_economy": null - }, - { - "match_id": 1238752, - "date": "2020-11-26", - "innings": 2, - "opponent": "Kandy Tuskers", - "result": "L", - "score": 438, - "opp_score": 438, - "wickets": 14, - "powerplay_runs": 140, - "death_economy": 35.0 - }, - { - "match_id": 1238752, - "date": "2020-11-26", - "innings": 3, - "opponent": "Kandy Tuskers", - "result": "L", - "score": 438, - "opp_score": 438, - "wickets": 2, - "powerplay_runs": 140, - "death_economy": 35.0 - } - ], - "Kandy Tuskers": [ - { - "match_id": 1238770, - "date": "2020-12-10", - "innings": 1, - "opponent": "Galle Gladiators", - "result": "L", - "score": 252, - "opp_score": 260, - "wickets": 20, - "powerplay_runs": 54, - "death_economy": 11.5 - }, - { - "match_id": 1238767, - "date": "2020-12-09", - "innings": 2, - "opponent": "Jaffna Stallions", - "result": "W", - "score": 302, - "opp_score": 300, - "wickets": 8, - "powerplay_runs": 70, - "death_economy": 20.0 - }, - { - "match_id": 1238764, - "date": "2020-12-05", - "innings": 1, - "opponent": "Colombo Kings", - "result": "L", - "score": 210, - "opp_score": 216, - "wickets": 20, - "powerplay_runs": 102, - "death_economy": null - }, - { - "match_id": 1238761, - "date": "2020-12-03", - "innings": 1, - "opponent": "Dambulla Viiking", - "result": "L", - "score": 312, - "opp_score": 314, - "wickets": 12, - "powerplay_runs": 90, - "death_economy": 13.5 - }, - { - "match_id": 1238759, - "date": "2020-12-01", - "innings": 2, - "opponent": "Jaffna Stallions", - "result": "L", - "score": 262, - "opp_score": 370, - "wickets": 20, - "powerplay_runs": 122, - "death_economy": 31.5 - }, - { - "match_id": 1238757, - "date": "2020-11-30", - "innings": 1, - "opponent": "Galle Gladiators", - "result": "W", - "score": 392, - "opp_score": 342, - "wickets": 10, - "powerplay_runs": 126, - "death_economy": 18.5 - }, - { - "match_id": 1238754, - "date": "2020-11-28", - "innings": 2, - "opponent": "Dambulla Viiking", - "result": "L", - "score": 168, - "opp_score": 390, - "wickets": 6, - "powerplay_runs": 110, - "death_economy": 32.5 - }, - { - "match_id": 1238752, - "date": "2020-11-26", - "innings": 1, - "opponent": "Colombo Kings", - "result": "L", - "score": 438, - "opp_score": 438, - "wickets": 6, - "powerplay_runs": 182, - "death_economy": 34.5 - }, - { - "match_id": 1238752, - "date": "2020-11-26", - "innings": 4, - "opponent": "Colombo Kings", - "result": "L", - "score": 438, - "opp_score": 438, - "wickets": 0, - "powerplay_runs": 182, - "death_economy": 34.5 - } - ], - "Jaffna Stallions": [ - { - "match_id": 1238774, - "date": "2020-12-16", - "innings": 1, - "opponent": "Galle Gladiators", - "result": "W", - "score": 376, - "opp_score": 270, - "wickets": 12, - "powerplay_runs": 96, - "death_economy": 9.0 - }, - { - "match_id": 1238773, - "date": "2020-12-14", - "innings": 1, - "opponent": "Dambulla Viiking", - "result": "W", - "score": 330, - "opp_score": 256, - "wickets": 18, - "powerplay_runs": 96, - "death_economy": 16.0 - }, - { - "match_id": 1238769, - "date": "2020-12-10", - "innings": 2, - "opponent": "Colombo Kings", - "result": "L", - "score": 334, - "opp_score": 346, - "wickets": 12, - "powerplay_runs": 78, - "death_economy": 22.5 - }, - { - "match_id": 1238767, - "date": "2020-12-09", - "innings": 1, - "opponent": "Kandy Tuskers", - "result": "L", - "score": 300, - "opp_score": 302, - "wickets": 20, - "powerplay_runs": 98, - "death_economy": 20.0 - }, - { - "match_id": 1238762, - "date": "2020-12-04", - "innings": 1, - "opponent": "Colombo Kings", - "result": "L", - "score": 296, - "opp_score": 302, - "wickets": 18, - "powerplay_runs": 76, - "death_economy": 25.5 - }, - { - "match_id": 1238760, - "date": "2020-12-03", - "innings": 2, - "opponent": "Galle Gladiators", - "result": "W", - "score": 348, - "opp_score": 340, - "wickets": 10, - "powerplay_runs": 86, - "death_economy": 24.0 - }, - { - "match_id": 1238759, - "date": "2020-12-01", - "innings": 1, - "opponent": "Kandy Tuskers", - "result": "W", - "score": 370, - "opp_score": 262, - "wickets": 16, - "powerplay_runs": 48, - "death_economy": 3.5 - }, - { - "match_id": 1238756, - "date": "2020-11-30", - "innings": 1, - "opponent": "Dambulla Viiking", - "result": "W", - "score": 436, - "opp_score": 304, - "wickets": 14, - "powerplay_runs": 80, - "death_economy": 13.5 - }, - { - "match_id": 1238753, - "date": "2020-11-27", - "innings": 2, - "opponent": "Galle Gladiators", - "result": "W", - "score": 352, - "opp_score": 350, - "wickets": 4, - "powerplay_runs": 78, - "death_economy": 38.5 - } - ], - "Dambulla Aura": [ - { - "match_id": 1382901, - "date": "2023-08-20", - "innings": 1, - "opponent": "B-Love Kandy", - "result": "L", - "score": 294, - "opp_score": 302, - "wickets": 8, - "powerplay_runs": 68, - "death_economy": 23.0 - }, - { - "match_id": 1382898, - "date": "2023-08-17", - "innings": 2, - "opponent": "Galle Titans", - "result": "W", - "score": 294, - "opp_score": 292, - "wickets": 8, - "powerplay_runs": 84, - "death_economy": 20.5 - }, - { - "match_id": 1382896, - "date": "2023-08-14", - "innings": 1, - "opponent": "B-Love Kandy", - "result": "W", - "score": 324, - "opp_score": 284, - "wickets": 14, - "powerplay_runs": 106, - "death_economy": 16.0 - }, - { - "match_id": 1382893, - "date": "2023-08-12", - "innings": 1, - "opponent": "Colombo Strikers", - "result": "W", - "score": 332, - "opp_score": 232, - "wickets": 10, - "powerplay_runs": 68, - "death_economy": 8.0 - }, - { - "match_id": 1382891, - "date": "2023-08-11", - "innings": 2, - "opponent": "Galle Titans", - "result": "W", - "score": 268, - "opp_score": 266, - "wickets": 6, - "powerplay_runs": 78, - "death_economy": 18.5 - }, - { - "match_id": 1382888, - "date": "2023-08-07", - "innings": 1, - "opponent": "Jaffna Kings", - "result": "W", - "score": 268, - "opp_score": 250, - "wickets": 16, - "powerplay_runs": 74, - "death_economy": 25.5 - }, - { - "match_id": 1382885, - "date": "2023-08-05", - "innings": 1, - "opponent": "Colombo Strikers", - "result": "W", - "score": 384, - "opp_score": 364, - "wickets": 12, - "powerplay_runs": 70, - "death_economy": 29.5 - }, - { - "match_id": 1382883, - "date": "2023-08-04", - "innings": 1, - "opponent": "B-Love Kandy", - "result": "L", - "score": 312, - "opp_score": 320, - "wickets": 12, - "powerplay_runs": 68, - "death_economy": 18.5 - }, - { - "match_id": 1382881, - "date": "2023-08-01", - "innings": 2, - "opponent": "Jaffna Kings", - "result": "W", - "score": 264, - "opp_score": 258, - "wickets": 4, - "powerplay_runs": 124, - "death_economy": 13.0 - }, - { - "match_id": 1382879, - "date": "2023-07-31", - "innings": 3, - "opponent": "Galle Titans", - "result": "L", - "score": 360, - "opp_score": 360, - "wickets": 2, - "powerplay_runs": 124, - "death_economy": 28.5 - } - ], - "Galle Marvels": [ - { - "match_id": 1428482, - "date": "2024-07-21", - "innings": 1, - "opponent": "Jaffna Kings", - "result": "L", - "score": 368, - "opp_score": 370, - "wickets": 12, - "powerplay_runs": 42, - "death_economy": 4.0 - }, - { - "match_id": 1428479, - "date": "2024-07-18", - "innings": 2, - "opponent": "Jaffna Kings", - "result": "W", - "score": 362, - "opp_score": 354, - "wickets": 6, - "powerplay_runs": 128, - "death_economy": 28.0 - }, - { - "match_id": 1428477, - "date": "2024-07-15", - "innings": 1, - "opponent": "Colombo Strikers", - "result": "L", - "score": 276, - "opp_score": 284, - "wickets": 20, - "powerplay_runs": 72, - "death_economy": 15.5 - }, - { - "match_id": 1428474, - "date": "2024-07-14", - "innings": 1, - "opponent": "Dambulla Sixers", - "result": "L", - "score": 296, - "opp_score": 296, - "wickets": 18, - "powerplay_runs": 118, - "death_economy": 24.5 - }, - { - "match_id": 1428474, - "date": "2024-07-14", - "innings": 4, - "opponent": "Dambulla Sixers", - "result": "L", - "score": 296, - "opp_score": 296, - "wickets": 0, - "powerplay_runs": 118, - "death_economy": 24.5 - }, - { - "match_id": 1428472, - "date": "2024-07-10", - "innings": 2, - "opponent": "Kandy Falcons", - "result": "W", - "score": 376, - "opp_score": 374, - "wickets": 4, - "powerplay_runs": 120, - "death_economy": 19.5 - }, - { - "match_id": 1428470, - "date": "2024-07-09", - "innings": 2, - "opponent": "Dambulla Sixers", - "result": "L", - "score": 270, - "opp_score": 320, - "wickets": 20, - "powerplay_runs": 54, - "death_economy": 32.0 - }, - { - "match_id": 1428467, - "date": "2024-07-07", - "innings": 2, - "opponent": "Kandy Falcons", - "result": "W", - "score": 352, - "opp_score": 350, - "wickets": 8, - "powerplay_runs": 172, - "death_economy": 33.5 - }, - { - "match_id": 1428464, - "date": "2024-07-05", - "innings": 1, - "opponent": "Jaffna Kings", - "result": "L", - "score": 374, - "opp_score": 382, - "wickets": 10, - "powerplay_runs": 80, - "death_economy": 28.5 - }, - { - "match_id": 1428463, - "date": "2024-07-03", - "innings": 1, - "opponent": "Colombo Strikers", - "result": "W", - "score": 358, - "opp_score": 344, - "wickets": 20, - "powerplay_runs": 130, - "death_economy": 23.0 - } - ], - "Dambulla Viiking": [ - { - "match_id": 1238773, - "date": "2020-12-14", - "innings": 2, - "opponent": "Jaffna Stallions", - "result": "L", - "score": 256, - "opp_score": 330, - "wickets": 20, - "powerplay_runs": 82, - "death_economy": 17.5 - }, - { - "match_id": 1238771, - "date": "2020-12-11", - "innings": 1, - "opponent": "Colombo Kings", - "result": "L", - "score": 406, - "opp_score": 410, - "wickets": 6, - "powerplay_runs": 114, - "death_economy": 29.5 - }, - { - "match_id": 1238768, - "date": "2020-12-09", - "innings": 2, - "opponent": "Galle Gladiators", - "result": "W", - "score": 348, - "opp_score": 336, - "wickets": 12, - "powerplay_runs": 98, - "death_economy": 22.0 - }, - { - "match_id": 1238766, - "date": "2020-12-07", - "innings": 1, - "opponent": null, - "result": null, - "score": 84, - "opp_score": null, - "wickets": 6, - "powerplay_runs": 70, - "death_economy": null - }, - { - "match_id": 1238763, - "date": "2020-12-05", - "innings": 1, - "opponent": "Galle Gladiators", - "result": "W", - "score": 414, - "opp_score": 396, - "wickets": 8, - "powerplay_runs": 94, - "death_economy": 20.0 - }, - { - "match_id": 1238761, - "date": "2020-12-03", - "innings": 2, - "opponent": "Kandy Tuskers", - "result": "W", - "score": 314, - "opp_score": 312, - "wickets": 10, - "powerplay_runs": 82, - "death_economy": 19.5 - }, - { - "match_id": 1238758, - "date": "2020-12-01", - "innings": 1, - "opponent": "Colombo Kings", - "result": "W", - "score": 350, - "opp_score": 294, - "wickets": 18, - "powerplay_runs": 68, - "death_economy": 21.0 - }, - { - "match_id": 1238756, - "date": "2020-11-30", - "innings": 2, - "opponent": "Jaffna Stallions", - "result": "L", - "score": 304, - "opp_score": 436, - "wickets": 20, - "powerplay_runs": 86, - "death_economy": 43.5 - }, - { - "match_id": 1238754, - "date": "2020-11-28", - "innings": 1, - "opponent": "Kandy Tuskers", - "result": "W", - "score": 390, - "opp_score": 168, - "wickets": 10, - "powerplay_runs": 100, - "death_economy": null - } - ], - "Galle Titans": [ - { - "match_id": 1382900, - "date": "2023-08-19", - "innings": 2, - "opponent": "B-Love Kandy", - "result": "L", - "score": 246, - "opp_score": 314, - "wickets": 16, - "powerplay_runs": 82, - "death_economy": 26.5 - }, - { - "match_id": 1382898, - "date": "2023-08-17", - "innings": 1, - "opponent": "Dambulla Aura", - "result": "L", - "score": 292, - "opp_score": 294, - "wickets": 20, - "powerplay_runs": 90, - "death_economy": 18.0 - }, - { - "match_id": 1382897, - "date": "2023-08-15", - "innings": 2, - "opponent": "Colombo Strikers", - "result": "W", - "score": 150, - "opp_score": 148, - "wickets": 4, - "powerplay_runs": 72, - "death_economy": null - }, - { - "match_id": 1382894, - "date": "2023-08-13", - "innings": 2, - "opponent": "Jaffna Kings", - "result": "W", - "score": 180, - "opp_score": 178, - "wickets": 6, - "powerplay_runs": 76, - "death_economy": 9.5 - }, - { - "match_id": 1382891, - "date": "2023-08-11", - "innings": 1, - "opponent": "Dambulla Aura", - "result": "L", - "score": 266, - "opp_score": 268, - "wickets": 18, - "powerplay_runs": 70, - "death_economy": 15.0 - }, - { - "match_id": 1382889, - "date": "2023-08-08", - "innings": 2, - "opponent": "B-Love Kandy", - "result": "L", - "score": 228, - "opp_score": 406, - "wickets": 20, - "powerplay_runs": 76, - "death_economy": 31.5 - }, - { - "match_id": 1382887, - "date": "2023-08-07", - "innings": 1, - "opponent": "Colombo Strikers", - "result": "L", - "score": 376, - "opp_score": 378, - "wickets": 6, - "powerplay_runs": 128, - "death_economy": 21.0 - }, - { - "match_id": 1382884, - "date": "2023-08-04", - "innings": 1, - "opponent": "Jaffna Kings", - "result": "L", - "score": 234, - "opp_score": 240, - "wickets": 18, - "powerplay_runs": 70, - "death_economy": null - }, - { - "match_id": 1382882, - "date": "2023-08-01", - "innings": 1, - "opponent": "B-Love Kandy", - "result": "W", - "score": 360, - "opp_score": 194, - "wickets": 10, - "powerplay_runs": 64, - "death_economy": 6.5 - }, - { - "match_id": 1382879, - "date": "2023-07-31", - "innings": 1, - "opponent": "Dambulla Aura", - "result": "L", - "score": 360, - "opp_score": 360, - "wickets": 10, - "powerplay_runs": 122, - "death_economy": 27.0 - } - ], - "Dambulla Sixers": [ - { - "match_id": 1428478, - "date": "2024-07-16", - "innings": 1, - "opponent": "Colombo Strikers", - "result": "W", - "score": 246, - "opp_score": 190, - "wickets": 20, - "powerplay_runs": 50, - "death_economy": 11.5 - }, - { - "match_id": 1428476, - "date": "2024-07-15", - "innings": 2, - "opponent": "Kandy Falcons", - "result": "L", - "score": 336, - "opp_score": 444, - "wickets": 18, - "powerplay_runs": 98, - "death_economy": 39.5 - }, - { - "match_id": 1428474, - "date": "2024-07-14", - "innings": 2, - "opponent": "Galle Marvels", - "result": "L", - "score": 296, - "opp_score": 296, - "wickets": 14, - "powerplay_runs": 106, - "death_economy": 25.5 - }, - { - "match_id": 1428474, - "date": "2024-07-14", - "innings": 3, - "opponent": "Galle Marvels", - "result": "L", - "score": 296, - "opp_score": 296, - "wickets": 4, - "powerplay_runs": 106, - "death_economy": 25.5 - }, - { - "match_id": 1428470, - "date": "2024-07-09", - "innings": 1, - "opponent": "Galle Marvels", - "result": "W", - "score": 320, - "opp_score": 270, - "wickets": 16, - "powerplay_runs": 84, - "death_economy": 21.5 - }, - { - "match_id": 1428468, - "date": "2024-07-07", - "innings": 2, - "opponent": "Colombo Strikers", - "result": "W", - "score": 376, - "opp_score": 370, - "wickets": 4, - "powerplay_runs": 92, - "death_economy": 34.0 - }, - { - "match_id": 1428466, - "date": "2024-07-06", - "innings": 2, - "opponent": "Jaffna Kings", - "result": "L", - "score": 376, - "opp_score": 436, - "wickets": 16, - "powerplay_runs": 130, - "death_economy": 38.0 - }, - { - "match_id": 1428462, - "date": "2024-07-03", - "innings": 1, - "opponent": "Jaffna Kings", - "result": "L", - "score": 382, - "opp_score": 394, - "wickets": 4, - "powerplay_runs": 82, - "death_economy": 23.0 - }, - { - "match_id": 1428459, - "date": "2024-07-01", - "innings": 1, - "opponent": "Kandy Falcons", - "result": "L", - "score": 358, - "opp_score": 366, - "wickets": 8, - "powerplay_runs": 70, - "death_economy": 25.0 - } - ] - } + "data": {} } \ No newline at end of file diff --git a/cache/todays_matches.json b/cache/todays_matches.json index 5ce12c3..198b237 100644 --- a/cache/todays_matches.json +++ b/cache/todays_matches.json @@ -1,127 +1,16 @@ { - "generated_at": "2026-07-28T07:02:35.429678+00:00", - "source_run_id": "7a41dae3-137c-4331-8a47-d53159a35438", - "source_status": "ready", + "generated_at": "2026-07-29T00:39:22.751869+00:00", + "source_run_id": "043a3aeb-c2c0-4ffd-a02e-7de348d07af2", + "source_status": "partial", "schema_version": 1, "is_mock": false, "data": [ { - "match_id": "278a67eb-76f6-4881-aa6b-f164cffb6a90", - "team1": "Namibia Women", + "match_id": "1fa3bd8a-4bac-4ebb-b022-aba8281467e3", + "team1": "Tanzania Women", "team2": "Uganda Women", "venue": "Namibia Cricket Ground, Windhoek", - "time": "00:00 IST", - "toss_winner": null, - "toss_decision": null, - "competition": "ipl_male", - "competition_name": "Indian Premier League", - "format": "T20", - "gender": "male", - "model_version": "h2h-v1", - "training_coverage": {}, - "team1_win_prob": 0.4846, - "team2_win_prob": 0.5154, - "dk_implied_prob_team1": null, - "dk_implied_prob_team2": null, - "edge_team1": null, - "edge_team2": null, - "dk_odds_team1": null, - "dk_odds_team2": null, - "odds_timestamp": null, - "odds_event_id": null, - "odds_bookmaker": null, - "odds_market": "h2h", - "first_observed_price_team1": null, - "first_observed_price_team2": null, - "closing_price_team1": null, - "closing_price_team2": null, - "draftkings_available": false, - "temperature": 28, - "humidity": 60, - "dewpoint": null, - "windspeed": 10, - "dew_flag": false - }, - { - "match_id": "d8418e67-7eb7-4502-8977-52956fbd1358", - "team1": "Hong Kong", - "team2": "TBD", - "venue": "Namibia Cricket Ground, Windhoek", - "time": "00:00 IST", - "toss_winner": null, - "toss_decision": null, - "competition": "ipl_male", - "competition_name": "Indian Premier League", - "format": "T20", - "gender": "male", - "model_version": "h2h-v1", - "training_coverage": {}, - "team1_win_prob": 0.4846, - "team2_win_prob": 0.5154, - "dk_implied_prob_team1": null, - "dk_implied_prob_team2": null, - "edge_team1": null, - "edge_team2": null, - "dk_odds_team1": null, - "dk_odds_team2": null, - "odds_timestamp": null, - "odds_event_id": null, - "odds_bookmaker": null, - "odds_market": "h2h", - "first_observed_price_team1": null, - "first_observed_price_team2": null, - "closing_price_team1": null, - "closing_price_team2": null, - "draftkings_available": false, - "temperature": 28, - "humidity": 60, - "dewpoint": null, - "windspeed": 10, - "dew_flag": false - }, - { - "match_id": "685a5ac9-74f3-40af-99a7-7d06d05dba8a", - "team1": "Hong Kong", - "team2": "TBD", - "venue": "High Performance Oval, Windhoek", - "time": "00:00 IST", - "toss_winner": null, - "toss_decision": null, - "competition": "ipl_male", - "competition_name": "Indian Premier League", - "format": "T20", - "gender": "male", - "model_version": "h2h-v1", - "training_coverage": {}, - "team1_win_prob": 0.4846, - "team2_win_prob": 0.5154, - "dk_implied_prob_team1": null, - "dk_implied_prob_team2": null, - "edge_team1": null, - "edge_team2": null, - "dk_odds_team1": null, - "dk_odds_team2": null, - "odds_timestamp": null, - "odds_event_id": null, - "odds_bookmaker": null, - "odds_market": "h2h", - "first_observed_price_team1": null, - "first_observed_price_team2": null, - "closing_price_team1": null, - "closing_price_team2": null, - "draftkings_available": false, - "temperature": 28, - "humidity": 60, - "dewpoint": null, - "windspeed": 10, - "dew_flag": false - }, - { - "match_id": "5a25c097-b127-4df0-925b-aab7743db3ae", - "team1": "Namibia Women", - "team2": "Tanzania Women", - "venue": "High Performance Oval, Windhoek", - "time": "00:00 IST", + "time": "04:00 IST", "toss_winner": null, "toss_decision": null, "competition": "ipl_male", @@ -130,8 +19,8 @@ "gender": "male", "model_version": "h2h-v1", "training_coverage": {}, - "team1_win_prob": 0.4846, - "team2_win_prob": 0.5154, + "team1_win_prob": 0.5122, + "team2_win_prob": 0.4878, "dk_implied_prob_team1": null, "dk_implied_prob_team2": null, "edge_team1": null, @@ -154,85 +43,11 @@ "dew_flag": false }, { - "match_id": "6bf439a3-8c50-42fa-abc4-01c8d10717df", + "match_id": "2ede8246-e8e5-414b-98ac-72ae89232467", "team1": "Namibia Women", "team2": "Hong Kong", - "venue": "High Performance Oval, Windhoek", - "time": "00:00 IST", - "toss_winner": null, - "toss_decision": null, - "competition": "ipl_male", - "competition_name": "Indian Premier League", - "format": "T20", - "gender": "male", - "model_version": "h2h-v1", - "training_coverage": {}, - "team1_win_prob": 0.4873, - "team2_win_prob": 0.5127, - "dk_implied_prob_team1": null, - "dk_implied_prob_team2": null, - "edge_team1": null, - "edge_team2": null, - "dk_odds_team1": null, - "dk_odds_team2": null, - "odds_timestamp": null, - "odds_event_id": null, - "odds_bookmaker": null, - "odds_market": "h2h", - "first_observed_price_team1": null, - "first_observed_price_team2": null, - "closing_price_team1": null, - "closing_price_team2": null, - "draftkings_available": false, - "temperature": 28, - "humidity": 60, - "dewpoint": null, - "windspeed": 10, - "dew_flag": false - }, - { - "match_id": "2028c955-b007-44f5-a723-8750a1df4e73", - "team1": "Tanzania Women", - "team2": "Uganda Women", - "venue": "High Performance Oval, Windhoek", - "time": "00:00 IST", - "toss_winner": null, - "toss_decision": null, - "competition": "ipl_male", - "competition_name": "Indian Premier League", - "format": "T20", - "gender": "male", - "model_version": "h2h-v1", - "training_coverage": {}, - "team1_win_prob": 0.4846, - "team2_win_prob": 0.5154, - "dk_implied_prob_team1": null, - "dk_implied_prob_team2": null, - "edge_team1": null, - "edge_team2": null, - "dk_odds_team1": null, - "dk_odds_team2": null, - "odds_timestamp": null, - "odds_event_id": null, - "odds_bookmaker": null, - "odds_market": "h2h", - "first_observed_price_team1": null, - "first_observed_price_team2": null, - "closing_price_team1": null, - "closing_price_team2": null, - "draftkings_available": false, - "temperature": 28, - "humidity": 60, - "dewpoint": null, - "windspeed": 10, - "dew_flag": false - }, - { - "match_id": "0dce0b87-eaa5-437f-b4fa-fafb7e7bf10f", - "team1": "Galle Gallants", - "team2": "Dambulla Sixers", - "venue": "Rangiri Dambulla International Stadium, Dambulla", - "time": "00:00 IST", + "venue": "Namibia Cricket Ground, Windhoek", + "time": "04:00 IST", "toss_winner": null, "toss_decision": null, "competition": "ipl_male", @@ -241,8 +56,8 @@ "gender": "male", "model_version": "h2h-v1", "training_coverage": {}, - "team1_win_prob": 0.3372, - "team2_win_prob": 0.6628, + "team1_win_prob": 0.4584, + "team2_win_prob": 0.5416, "dk_implied_prob_team1": null, "dk_implied_prob_team2": null, "edge_team1": null, @@ -265,122 +80,11 @@ "dew_flag": false }, { - "match_id": "64d50d1d-4ff9-4c2e-ac5e-45021284e747", - "team1": "Kandy Royals", + "match_id": "9d937fde-f5b9-4ca1-8050-f3db3e39a1e6", + "team1": "Colombo Kaps", "team2": "Jaffna Kings", - "venue": "Rangiri Dambulla International Stadium, Dambulla", - "time": "00:00 IST", - "toss_winner": null, - "toss_decision": null, - "competition": "ipl_male", - "competition_name": "Indian Premier League", - "format": "T20", - "gender": "male", - "model_version": "h2h-v1", - "training_coverage": {}, - "team1_win_prob": 0.2815, - "team2_win_prob": 0.7185, - "dk_implied_prob_team1": null, - "dk_implied_prob_team2": null, - "edge_team1": null, - "edge_team2": null, - "dk_odds_team1": null, - "dk_odds_team2": null, - "odds_timestamp": null, - "odds_event_id": null, - "odds_bookmaker": null, - "odds_market": "h2h", - "first_observed_price_team1": null, - "first_observed_price_team2": null, - "closing_price_team1": null, - "closing_price_team2": null, - "draftkings_available": false, - "temperature": 28, - "humidity": 60, - "dewpoint": null, - "windspeed": 10, - "dew_flag": false - }, - { - "match_id": "6f284260-6fd3-465c-b8af-1a1955759992", - "team1": "Dambulla Sixers", - "team2": "Colombo Kaps", - "venue": "Rangiri Dambulla International Stadium, Dambulla", - "time": "00:00 IST", - "toss_winner": null, - "toss_decision": null, - "competition": "ipl_male", - "competition_name": "Indian Premier League", - "format": "T20", - "gender": "male", - "model_version": "h2h-v1", - "training_coverage": {}, - "team1_win_prob": 0.4985, - "team2_win_prob": 0.5015, - "dk_implied_prob_team1": null, - "dk_implied_prob_team2": null, - "edge_team1": null, - "edge_team2": null, - "dk_odds_team1": null, - "dk_odds_team2": null, - "odds_timestamp": null, - "odds_event_id": null, - "odds_bookmaker": null, - "odds_market": "h2h", - "first_observed_price_team1": null, - "first_observed_price_team2": null, - "closing_price_team1": null, - "closing_price_team2": null, - "draftkings_available": false, - "temperature": 28, - "humidity": 60, - "dewpoint": null, - "windspeed": 10, - "dew_flag": false - }, - { - "match_id": "76e916a9-33bb-47e6-a5a5-ea572911a953", - "team1": "Galle Gallants", - "team2": "Kandy Royals", - "venue": "Rangiri Dambulla International Stadium, Dambulla", - "time": "00:00 IST", - "toss_winner": null, - "toss_decision": null, - "competition": "ipl_male", - "competition_name": "Indian Premier League", - "format": "T20", - "gender": "male", - "model_version": "h2h-v1", - "training_coverage": {}, - "team1_win_prob": 0.4846, - "team2_win_prob": 0.5154, - "dk_implied_prob_team1": null, - "dk_implied_prob_team2": null, - "edge_team1": null, - "edge_team2": null, - "dk_odds_team1": null, - "dk_odds_team2": null, - "odds_timestamp": null, - "odds_event_id": null, - "odds_bookmaker": null, - "odds_market": "h2h", - "first_observed_price_team1": null, - "first_observed_price_team2": null, - "closing_price_team1": null, - "closing_price_team2": null, - "draftkings_available": false, - "temperature": 28, - "humidity": 60, - "dewpoint": null, - "windspeed": 10, - "dew_flag": false - }, - { - "match_id": "2cc4cb6d-50e2-4ca3-8ad6-70f0a3a8c5f9", - "team1": "Namibia", - "team2": "Nepal", - "venue": "Sportpark Maarschalkerweerd, Utrecht", - "time": "00:00 IST", + "venue": "Pallekele International Cricket Stadium, Pallekele", + "time": "04:00 IST", "toss_winner": null, "toss_decision": null, "competition": "ipl_male", @@ -389,8 +93,8 @@ "gender": "male", "model_version": "h2h-v1", "training_coverage": {}, - "team1_win_prob": 0.4846, - "team2_win_prob": 0.5154, + "team1_win_prob": 0.53, + "team2_win_prob": 0.47, "dk_implied_prob_team1": null, "dk_implied_prob_team2": null, "edge_team1": null, @@ -413,11 +117,11 @@ "dew_flag": false }, { - "match_id": "04bb7afb-9f57-4c1e-9421-f23bc98c93ad", - "team1": "Namibia", + "match_id": "f88a45270d09c1ba75bc160ea210da04", + "team1": "Nepal", "team2": "Netherlands", - "venue": "Sportpark Maarschalkerweerd, Utrecht", - "time": "00:00 IST", + "venue": "", + "time": "2026-07-29T09:00:00Z", "toss_winner": null, "toss_decision": null, "competition": "ipl_male", @@ -426,101 +130,27 @@ "gender": "male", "model_version": "h2h-v1", "training_coverage": {}, - "team1_win_prob": 0.4872, - "team2_win_prob": 0.5128, - "dk_implied_prob_team1": null, - "dk_implied_prob_team2": null, - "edge_team1": null, - "edge_team2": null, - "dk_odds_team1": null, - "dk_odds_team2": null, - "odds_timestamp": null, - "odds_event_id": null, - "odds_bookmaker": null, + "team1_win_prob": 0.5376, + "team2_win_prob": 0.4624, + "dk_implied_prob_team1": 0.3791, + "dk_implied_prob_team2": 0.6209, + "edge_team1": 0.1585, + "edge_team2": -0.1585, + "dk_odds_team1": 150, + "dk_odds_team2": -190, + "odds_timestamp": "2026-07-29T00:38:37Z", + "odds_event_id": "f88a45270d09c1ba75bc160ea210da04", + "odds_bookmaker": "draftkings", "odds_market": "h2h", - "first_observed_price_team1": null, - "first_observed_price_team2": null, - "closing_price_team1": null, - "closing_price_team2": null, - "draftkings_available": false, - "temperature": 28, - "humidity": 60, + "first_observed_price_team1": 150, + "first_observed_price_team2": -190, + "closing_price_team1": 150, + "closing_price_team2": -190, + "draftkings_available": true, + "temperature": null, + "humidity": null, "dewpoint": null, - "windspeed": 10, - "dew_flag": false - }, - { - "match_id": "1f11e2ab-0cdd-4a4c-b61d-5e7b128e3b6e", - "team1": "Zimbabwe", - "team2": "India", - "venue": "Harare Sports Club, Harare", - "time": "00:00 IST", - "toss_winner": null, - "toss_decision": null, - "competition": "ipl_male", - "competition_name": "Indian Premier League", - "format": "T20", - "gender": "male", - "model_version": "h2h-v1", - "training_coverage": {}, - "team1_win_prob": 0.4846, - "team2_win_prob": 0.5154, - "dk_implied_prob_team1": null, - "dk_implied_prob_team2": null, - "edge_team1": null, - "edge_team2": null, - "dk_odds_team1": null, - "dk_odds_team2": null, - "odds_timestamp": null, - "odds_event_id": null, - "odds_bookmaker": null, - "odds_market": "h2h", - "first_observed_price_team1": null, - "first_observed_price_team2": null, - "closing_price_team1": null, - "closing_price_team2": null, - "draftkings_available": false, - "temperature": 28, - "humidity": 60, - "dewpoint": null, - "windspeed": 10, - "dew_flag": false - }, - { - "match_id": "610cac66-a929-4422-9a45-3ee22ff1c3c8", - "team1": "Zimbabwe", - "team2": "India", - "venue": "Harare Sports Club, Harare", - "time": "00:00 IST", - "toss_winner": null, - "toss_decision": null, - "competition": "ipl_male", - "competition_name": "Indian Premier League", - "format": "T20", - "gender": "male", - "model_version": "h2h-v1", - "training_coverage": {}, - "team1_win_prob": 0.4846, - "team2_win_prob": 0.5154, - "dk_implied_prob_team1": null, - "dk_implied_prob_team2": null, - "edge_team1": null, - "edge_team2": null, - "dk_odds_team1": null, - "dk_odds_team2": null, - "odds_timestamp": null, - "odds_event_id": null, - "odds_bookmaker": null, - "odds_market": "h2h", - "first_observed_price_team1": null, - "first_observed_price_team2": null, - "closing_price_team1": null, - "closing_price_team2": null, - "draftkings_available": false, - "temperature": 28, - "humidity": 60, - "dewpoint": null, - "windspeed": 10, + "windspeed": null, "dew_flag": false } ] diff --git a/cache/value_bets.json b/cache/value_bets.json index 3459eb6..fc0575a 100644 --- a/cache/value_bets.json +++ b/cache/value_bets.json @@ -1,19 +1,19 @@ { - "generated_at": "2026-07-27T07:19:18.782340+00:00", - "source_run_id": "f0f3248e-ddc3-4b2d-909d-ead0fef23351", - "source_status": "ready", + "generated_at": "2026-07-29T00:39:22.955300+00:00", + "source_run_id": "043a3aeb-c2c0-4ffd-a02e-7de348d07af2", + "source_status": "partial", "schema_version": 1, "is_mock": false, "data": [ { - "match": "Namibia vs Nepal", - "bet": "Namibia ML", + "match": "Nepal vs Netherlands", + "bet": "Nepal ML", "type": "Match Winner", - "model_prob": 0.9856, - "implied_prob": 0.4948, - "edge": 0.4908, - "dk_odds": "-110", - "kelly_stake": "12.0%", + "model_prob": 0.5376, + "implied_prob": 0.3791, + "edge": 0.1585, + "dk_odds": "+150", + "kelly_stake": "2.4%", "tier": "Elite Pick" } ] diff --git a/cache/venue_stats.json b/cache/venue_stats.json index 437aec2..ca23f78 100644 --- a/cache/venue_stats.json +++ b/cache/venue_stats.json @@ -1,2565 +1,8 @@ { - "generated_at": "2026-07-28T07:02:35.622816+00:00", - "source_run_id": "7a41dae3-137c-4331-8a47-d53159a35438", - "source_status": "ready", + "generated_at": "2026-07-29T00:39:22.918762+00:00", + "source_run_id": "043a3aeb-c2c0-4ffd-a02e-7de348d07af2", + "source_status": "partial", "schema_version": 1, "is_mock": false, - "data": { - "Wankhede Stadium": { - "avg_first_innings": 320.6, - "chase_win_rate": 0.8 - }, - "Dr DY Patil Sports Academy": { - "avg_first_innings": 293.3, - "chase_win_rate": 0.588 - }, - "Eden Gardens": { - "avg_first_innings": 332.4, - "chase_win_rate": 0.667 - }, - "Himachal Pradesh Cricket Association Stadium": { - "avg_first_innings": 300.0, - "chase_win_rate": 1.0 - }, - "JSCA International Stadium Complex": { - "avg_first_innings": 474.0, - "chase_win_rate": 0.5 - }, - "Maharashtra Cricket Association Stadium, Pune": { - "avg_first_innings": 259.0, - "chase_win_rate": 0.0 - }, - "Dr DY Patil Sports Academy, Mumbai": { - "avg_first_innings": 428.0, - "chase_win_rate": 0.0 - }, - "Punjab Cricket Association IS Bindra Stadium, Mohali": { - "avg_first_innings": 291.5, - "chase_win_rate": 1.0 - }, - "Sharjah Cricket Stadium": { - "avg_first_innings": 341.4, - "chase_win_rate": 0.6 - }, - "SuperSport Park": { - "avg_first_innings": 326.7, - "chase_win_rate": 0.5 - }, - "Wankhede Stadium, Mumbai": { - "avg_first_innings": 259.7, - "chase_win_rate": 0.667 - }, - "Sawai Mansingh Stadium": { - "avg_first_innings": 241.8, - "chase_win_rate": 0.7 - }, - "Brabourne Stadium, Mumbai": { - "avg_first_innings": 185.3, - "chase_win_rate": 0.0 - }, - "MA Chidambaram Stadium, Chepauk": { - "avg_first_innings": 428.2, - "chase_win_rate": 0.75 - }, - "Punjab Cricket Association Stadium, Mohali": { - "avg_first_innings": 391.8, - "chase_win_rate": 0.2 - }, - "Barabati Stadium": { - "avg_first_innings": 296.5, - "chase_win_rate": 0.667 - }, - "Barsapara Cricket Stadium, Guwahati": { - "avg_first_innings": 489.0, - "chase_win_rate": 0.0 - }, - "Dr. Y.S. Rajasekhara Reddy ACA-VDCA Cricket Stadium, Visakhapatnam": { - "avg_first_innings": 396.0, - "chase_win_rate": 0.0 - }, - "Maharaja Yadavindra Singh International Cricket Stadium, New Chandigarh": { - "avg_first_innings": 286.5, - "chase_win_rate": 0.5 - }, - "Newlands": { - "avg_first_innings": 322.9, - "chase_win_rate": 0.409 - }, - "Saurashtra Cricket Association Stadium": { - "avg_first_innings": 593.0, - "chase_win_rate": 0.0 - }, - "Sheikh Zayed Stadium": { - "avg_first_innings": 363.8, - "chase_win_rate": 0.615 - }, - "MA Chidambaram Stadium, Chepauk, Chennai": { - "avg_first_innings": 489.5, - "chase_win_rate": 0.0 - }, - "Arun Jaitley Stadium": { - "avg_first_innings": 383.5, - "chase_win_rate": 0.5 - }, - "Kingsmead": { - "avg_first_innings": 296.7, - "chase_win_rate": 0.25 - }, - "OUTsurance Oval": { - "avg_first_innings": 441.0, - "chase_win_rate": 0.0 - }, - "Sawai Mansingh Stadium, Jaipur": { - "avg_first_innings": 164.0, - "chase_win_rate": 1.0 - }, - "Rajiv Gandhi International Stadium": { - "avg_first_innings": 325.2, - "chase_win_rate": 0.467 - }, - "Dr. Y.S. Rajasekhara Reddy ACA-VDCA Cricket Stadium": { - "avg_first_innings": 478.5, - "chase_win_rate": 0.0 - }, - "Holkar Cricket Stadium": { - "avg_first_innings": 353.5, - "chase_win_rate": 0.5 - }, - "Bharat Ratna Shri Atal Bihari Vajpayee Ekana Cricket Stadium, Lucknow": { - "avg_first_innings": 252.0, - "chase_win_rate": 0.4 - }, - "MA Chidambaram Stadium": { - "avg_first_innings": 380.7, - "chase_win_rate": 0.333 - }, - "Arun Jaitley Stadium, Delhi": { - "avg_first_innings": 390.5, - "chase_win_rate": 0.0 - }, - "M Chinnaswamy Stadium, Bengaluru": { - "avg_first_innings": 149.0, - "chase_win_rate": 0.5 - }, - "Green Park": { - "avg_first_innings": 433.8, - "chase_win_rate": 0.25 - }, - "Shaheed Veer Narayan Singh International Stadium, Raipur": { - "avg_first_innings": 233.0, - "chase_win_rate": 1.0 - }, - "St George's Park": { - "avg_first_innings": 349.7, - "chase_win_rate": 0.222 - }, - "Shaheed Veer Narayan Singh International Stadium": { - "avg_first_innings": 292.7, - "chase_win_rate": 0.667 - }, - "Vidarbha Cricket Association Stadium, Jamtha": { - "avg_first_innings": 323.7, - "chase_win_rate": 0.333 - }, - "Narendra Modi Stadium, Ahmedabad": { - "avg_first_innings": 321.0, - "chase_win_rate": 1.0 - }, - "M Chinnaswamy Stadium": { - "avg_first_innings": 335.2, - "chase_win_rate": 0.4 - }, - "Nehru Stadium": { - "avg_first_innings": 258.6, - "chase_win_rate": 0.5 - }, - "Himachal Pradesh Cricket Association Stadium, Dharamsala": { - "avg_first_innings": 218.0, - "chase_win_rate": 1.0 - }, - "Dubai International Cricket Stadium": { - "avg_first_innings": 336.2, - "chase_win_rate": 0.385 - }, - "Maharaja Yadavindra Singh International Cricket Stadium, Mullanpur": { - "avg_first_innings": 326.0, - "chase_win_rate": 0.5 - }, - "Subrata Roy Sahara Stadium": { - "avg_first_innings": 157.0, - "chase_win_rate": 1.0 - }, - "M.Chinnaswamy Stadium": { - "avg_first_innings": 626.0, - "chase_win_rate": 0.0 - }, - "Eden Gardens, Kolkata": { - "avg_first_innings": 159.0, - "chase_win_rate": 1.0 - }, - "Punjab Cricket Association IS Bindra Stadium, Mohali, Chandigarh": { - "avg_first_innings": 574.0, - "chase_win_rate": 0.0 - }, - "Rajiv Gandhi International Stadium, Uppal, Hyderabad": { - "avg_first_innings": 246.0, - "chase_win_rate": 1.0 - }, - "Rajiv Gandhi International Stadium, Uppal": { - "avg_first_innings": 404.6, - "chase_win_rate": 0.6 - }, - "De Beers Diamond Oval": { - "avg_first_innings": 289.0, - "chase_win_rate": 0.5 - }, - "Brabourne Stadium": { - "avg_first_innings": 393.0, - "chase_win_rate": 1.0 - }, - "Punjab Cricket Association IS Bindra Stadium": { - "avg_first_innings": 351.2, - "chase_win_rate": 0.6 - }, - "Buffalo Park": { - "avg_first_innings": 233.9, - "chase_win_rate": 0.375 - }, - "New Wanderers Stadium": { - "avg_first_innings": 312.0, - "chase_win_rate": 0.429 - }, - "Sardar Patel Stadium, Motera": { - "avg_first_innings": 377.5, - "chase_win_rate": 0.5 - }, - "Zayed Cricket Stadium, Abu Dhabi": { - "avg_first_innings": 299.3, - "chase_win_rate": 0.0 - }, - "Maharashtra Cricket Association Stadium": { - "avg_first_innings": 430.5, - "chase_win_rate": 0.0 - }, - "Feroz Shah Kotla": { - "avg_first_innings": 378.2, - "chase_win_rate": 0.25 - }, - "Banks Field, Vinor": { - "avg_first_innings": 123.7, - "chase_win_rate": 0.5 - }, - "Pukekura Park": { - "avg_first_innings": 134.0, - "chase_win_rate": 0.0 - }, - "Sportpark Westvliet, The Hague": { - "avg_first_innings": 230.0, - "chase_win_rate": 0.5 - }, - "County Ground, Bristol": { - "avg_first_innings": 396.0, - "chase_win_rate": 0.0 - }, - "P Sara Oval": { - "avg_first_innings": 282.9, - "chase_win_rate": 0.583 - }, - "Queens Sports Club": { - "avg_first_innings": 329.9, - "chase_win_rate": 0.625 - }, - "Pierre Werner Cricket Ground": { - "avg_first_innings": 142.6, - "chase_win_rate": 0.4 - }, - "Harare Sports Club": { - "avg_first_innings": 366.7, - "chase_win_rate": 0.333 - }, - "Shere Bangla National Stadium, Mirpur": { - "avg_first_innings": 332.9, - "chase_win_rate": 0.429 - }, - "Kinrara Academy Oval": { - "avg_first_innings": 235.6, - "chase_win_rate": 0.154 - }, - "Willowmoore Park, Benoni": { - "avg_first_innings": 236.2, - "chase_win_rate": 0.5 - }, - "Royal Brussels Cricket Club Ground, Waterloo": { - "avg_first_innings": 154.9, - "chase_win_rate": 0.6 - }, - "Desert Springs Cricket Ground, Almeria": { - "avg_first_innings": 240.0, - "chase_win_rate": 0.0 - }, - "Malahide, Dublin": { - "avg_first_innings": 162.0, - "chase_win_rate": 0.0 - }, - "Meersen, Gent": { - "avg_first_innings": 124.0, - "chase_win_rate": 0.6 - }, - "Arnos Vale Ground, Kingstown": { - "avg_first_innings": 361.0, - "chase_win_rate": 0.5 - }, - "Windsor Park, Roseau, Dominica": { - "avg_first_innings": 150.0, - "chase_win_rate": 1.0 - }, - "Old Trafford, Manchester": { - "avg_first_innings": 265.5, - "chase_win_rate": 1.0 - }, - "Takashinga Sports Club, Highfield, Harare": { - "avg_first_innings": 245.4, - "chase_win_rate": 0.667 - }, - "GB Oval, Szodliget": { - "avg_first_innings": 174.2, - "chase_win_rate": 0.467 - }, - "Kyambogo Cricket Oval": { - "avg_first_innings": 115.5, - "chase_win_rate": 0.5 - }, - "King George V Sports Ground, Castel": { - "avg_first_innings": 146.8, - "chase_win_rate": 0.529 - }, - "Forthill": { - "avg_first_innings": 94.5, - "chase_win_rate": 0.3 - }, - "Moara Vlasiei Cricket Ground": { - "avg_first_innings": 112.0, - "chase_win_rate": 0.333 - }, - "Desert Springs Cricket Ground": { - "avg_first_innings": 159.5, - "chase_win_rate": 0.5 - }, - "Mission Road Ground, Mong Kok, Hong Kong": { - "avg_first_innings": 140.4, - "chase_win_rate": 0.378 - }, - "Sir Vivian Richards Stadium, North Sound, Antigua": { - "avg_first_innings": 344.2, - "chase_win_rate": 0.6 - }, - "Reforma Athletic Club, Naucalpan": { - "avg_first_innings": 97.4, - "chase_win_rate": 0.636 - }, - "Amini Park, Port Moresby": { - "avg_first_innings": 198.3, - "chase_win_rate": 0.2 - }, - "Bayer Uerdingen Cricket Ground": { - "avg_first_innings": 139.1, - "chase_win_rate": 0.449 - }, - "Yeonhui Cricket Ground": { - "avg_first_innings": 85.7, - "chase_win_rate": 0.526 - }, - "Three Ws Oval, Cave Hill, Barbados": { - "avg_first_innings": 273.0, - "chase_win_rate": 0.0 - }, - "Headingley, Leeds": { - "avg_first_innings": 296.6, - "chase_win_rate": 0.4 - }, - "Simar Cricket Ground, Rome": { - "avg_first_innings": 138.5, - "chase_win_rate": 0.474 - }, - "University of Dar-es-Salaam Ground": { - "avg_first_innings": 67.9, - "chase_win_rate": 0.714 - }, - "Gaddafi Stadium, Lahore": { - "avg_first_innings": 363.0, - "chase_win_rate": 0.333 - }, - "Estonian National Cricket and Rugby Field": { - "avg_first_innings": 125.9, - "chase_win_rate": 0.6 - }, - "King George V Sports Ground": { - "avg_first_innings": 125.4, - "chase_win_rate": 0.375 - }, - "County Ground, Chelmsford": { - "avg_first_innings": 285.2, - "chase_win_rate": 0.25 - }, - "Manuka Oval": { - "avg_first_innings": 534.0, - "chase_win_rate": 0.0 - }, - "National Stadium, Karachi": { - "avg_first_innings": 436.8, - "chase_win_rate": 0.5 - }, - "Maple Leaf North-East Ground, King City": { - "avg_first_innings": 197.5, - "chase_win_rate": 0.0 - }, - "Shrimant Madhavrao Scindia Cricket Stadium, Gwalior": { - "avg_first_innings": 127.0, - "chase_win_rate": 1.0 - }, - "Europa Sports Complex": { - "avg_first_innings": 134.8, - "chase_win_rate": 0.545 - }, - "Nassau County International Cricket Stadium, New York": { - "avg_first_innings": 107.6, - "chase_win_rate": 0.625 - }, - "Wanderers": { - "avg_first_innings": 134.0, - "chase_win_rate": 1.0 - }, - "M Chinnaswamy Stadium, Bangalore": { - "avg_first_innings": 336.0, - "chase_win_rate": 0.0 - }, - "Roma Cricket Ground": { - "avg_first_innings": 134.4, - "chase_win_rate": 0.5 - }, - "Tikkurila Cricket Ground": { - "avg_first_innings": 130.1, - "chase_win_rate": 0.364 - }, - "La Manga Club Bottom Ground": { - "avg_first_innings": 91.4, - "chase_win_rate": 0.857 - }, - "Windsor Park, Roseau": { - "avg_first_innings": 246.2, - "chase_win_rate": 0.6 - }, - "Brian Lara Stadium, Tarouba": { - "avg_first_innings": 277.2, - "chase_win_rate": 0.552 - }, - "Buffalo Park, East London": { - "avg_first_innings": 245.1, - "chase_win_rate": 0.286 - }, - "Mahinda Rajapaksa International Cricket Stadium, Sooriyawewa, Hambantota": { - "avg_first_innings": 329.2, - "chase_win_rate": 0.452 - }, - "Old Hararians": { - "avg_first_innings": 267.5, - "chase_win_rate": 0.25 - }, - "ICC Academy": { - "avg_first_innings": 245.1, - "chase_win_rate": 0.467 - }, - "New Farnley CC, Leeds": { - "avg_first_innings": 99.0, - "chase_win_rate": 0.667 - }, - "Sao Fernando Polo and Cricket Club, Campo Sede": { - "avg_first_innings": 40.0, - "chase_win_rate": null - }, - "Amini Park": { - "avg_first_innings": 133.8, - "chase_win_rate": 0.333 - }, - "Santarem Cricket Ground": { - "avg_first_innings": 152.3, - "chase_win_rate": 0.444 - }, - "Zahur Ahmed Chowdhury Stadium": { - "avg_first_innings": 364.7, - "chase_win_rate": 0.429 - }, - "Grand Prairie Stadium, Dallas": { - "avg_first_innings": 363.0, - "chase_win_rate": 0.587 - }, - "Trent Bridge, Nottingham": { - "avg_first_innings": 443.8, - "chase_win_rate": 0.25 - }, - "Diamond Oval, Kimberley": { - "avg_first_innings": 253.7, - "chase_win_rate": 0.667 - }, - "Gymkhana Club Ground, Nairobi": { - "avg_first_innings": 210.0, - "chase_win_rate": 0.0 - }, - "Kennington Oval": { - "avg_first_innings": 364.7, - "chase_win_rate": 0.4 - }, - "Sportpark Westvliet": { - "avg_first_innings": 124.0, - "chase_win_rate": 0.5 - }, - "The Wanderers Stadium, Johannesburg": { - "avg_first_innings": 261.0, - "chase_win_rate": 0.5 - }, - "Central Broward Regional Park Stadium Turf Ground": { - "avg_first_innings": 205.6, - "chase_win_rate": 0.4 - }, - "Hurlingham Club Ground, Buenos Aires": { - "avg_first_innings": 122.3, - "chase_win_rate": 0.333 - }, - "Kensington Oval, Bridgetown, Barbados": { - "avg_first_innings": 343.5, - "chase_win_rate": 0.5 - }, - "AMI Stadium": { - "avg_first_innings": 293.5, - "chase_win_rate": 0.5 - }, - "Tony Ireland Stadium": { - "avg_first_innings": 106.0, - "chase_win_rate": 0.0 - }, - "Korogi Sports Park, Nisshin": { - "avg_first_innings": 135.7, - "chase_win_rate": 0.333 - }, - "Guttsta Wicked Cricket Club": { - "avg_first_innings": 52.0, - "chase_win_rate": 1.0 - }, - "The Rose Bowl": { - "avg_first_innings": 337.0, - "chase_win_rate": 0.5 - }, - "Perth Stadium": { - "avg_first_innings": 358.2, - "chase_win_rate": 0.0 - }, - "Castle Avenue, Dublin": { - "avg_first_innings": 267.2, - "chase_win_rate": 0.429 - }, - "Kolej Tuanku Jaafar Cricket Oval, Mantin": { - "avg_first_innings": 115.7, - "chase_win_rate": 0.333 - }, - "Happy Valley Ground": { - "avg_first_innings": 133.7, - "chase_win_rate": 0.568 - }, - "Willowmoore Park": { - "avg_first_innings": 233.6, - "chase_win_rate": 0.462 - }, - "Civil Service Cricket Club, Stormont, Belfast": { - "avg_first_innings": 350.0, - "chase_win_rate": 0.5 - }, - "Stadium Australia": { - "avg_first_innings": 300.3, - "chase_win_rate": 0.462 - }, - "Sheikh Abu Naser Stadium": { - "avg_first_innings": 384.0, - "chase_win_rate": 0.667 - }, - "Coolidge Cricket Ground": { - "avg_first_innings": 154.0, - "chase_win_rate": 0.0 - }, - "Zahur Ahmed Chowdhury Stadium, Chattogram": { - "avg_first_innings": 410.7, - "chase_win_rate": 0.333 - }, - "St George's College Ground, Buenos Aires": { - "avg_first_innings": 102.3, - "chase_win_rate": 0.222 - }, - "Johor Cricket Academy Oval": { - "avg_first_innings": 132.0, - "chase_win_rate": 0.333 - }, - "Allan Border Field, Brisbane": { - "avg_first_innings": 175.5, - "chase_win_rate": 0.667 - }, - "McLean Park": { - "avg_first_innings": 397.5, - "chase_win_rate": 0.25 - }, - "Las Caballerizas": { - "avg_first_innings": 110.0, - "chase_win_rate": 0.0 - }, - "Hagley Oval, Christchurch": { - "avg_first_innings": 296.6, - "chase_win_rate": 0.571 - }, - "Mombasa Sports Club Ground": { - "avg_first_innings": 218.5, - "chase_win_rate": 0.5 - }, - "Tribhuvan University International Cricket Ground, Kirtipur": { - "avg_first_innings": 230.4, - "chase_win_rate": 0.5 - }, - "Brisbane Cricket Ground, Woolloongabba": { - "avg_first_innings": 373.3, - "chase_win_rate": 0.5 - }, - "County Ground, Northampton": { - "avg_first_innings": 162.0, - "chase_win_rate": 1.0 - }, - "United Cricket Club Ground": { - "avg_first_innings": 142.9, - "chase_win_rate": 0.333 - }, - "Maple Leaf North-West Ground, King City": { - "avg_first_innings": 206.2, - "chase_win_rate": 0.615 - }, - "Ground 2, Independence Park": { - "avg_first_innings": 84.0, - "chase_win_rate": 0.75 - }, - "Newlands, Cape Town": { - "avg_first_innings": 378.2, - "chase_win_rate": 0.25 - }, - "Vidarbha Cricket Association Stadium, Jamtha, Nagpur": { - "avg_first_innings": 177.0, - "chase_win_rate": 1.0 - }, - "Junction Oval": { - "avg_first_innings": 231.0, - "chase_win_rate": 1.0 - }, - "Manuka Oval, Canberra": { - "avg_first_innings": 337.0, - "chase_win_rate": 0.0 - }, - "Basin Reserve": { - "avg_first_innings": 323.9, - "chase_win_rate": 0.476 - }, - "The Rose Bowl, Southampton": { - "avg_first_innings": 217.0, - "chase_win_rate": 1.0 - }, - "Bayuemas Oval, Kuala Lumpur": { - "avg_first_innings": 111.9, - "chase_win_rate": 0.477 - }, - "Gymkhana Club Ground, Dar-es-Salaam": { - "avg_first_innings": 86.0, - "chase_win_rate": 0.444 - }, - "Multan Cricket Stadium": { - "avg_first_innings": 313.5, - "chase_win_rate": 0.375 - }, - "Coolidge Cricket Ground, Antigua": { - "avg_first_innings": 179.0, - "chase_win_rate": 0.714 - }, - "Darren Sammy National Cricket Stadium, St Lucia": { - "avg_first_innings": 113.0, - "chase_win_rate": 1.0 - }, - "Los Reyes Polo Club": { - "avg_first_innings": 91.7, - "chase_win_rate": 0.333 - }, - "Royal Selangor Club": { - "avg_first_innings": 115.3, - "chase_win_rate": 0.5 - }, - "Holkar Cricket Stadium, Indore": { - "avg_first_innings": 109.0, - "chase_win_rate": 1.0 - }, - "Lugogo Cricket Oval, Kampala": { - "avg_first_innings": 92.6, - "chase_win_rate": 0.4 - }, - "Tafawa Balewa Square (TBS) Cricket Oval": { - "avg_first_innings": 158.0, - "chase_win_rate": 0.0 - }, - "University of Doha for Science and Technology": { - "avg_first_innings": 157.4, - "chase_win_rate": 0.462 - }, - "Lugogo Cricket Oval": { - "avg_first_innings": 135.3, - "chase_win_rate": 0.0 - }, - "Terdthai Cricket Ground": { - "avg_first_innings": 70.1, - "chase_win_rate": 0.5 - }, - "Eden Park": { - "avg_first_innings": 315.0, - "chase_win_rate": 0.4 - }, - "Sao Fernando Polo and Cricket Club": { - "avg_first_innings": 116.5, - "chase_win_rate": 0.5 - }, - "Bay Oval, Mount Maunganui": { - "avg_first_innings": 434.8, - "chase_win_rate": 0.25 - }, - "Nondescripts Cricket Club Ground": { - "avg_first_innings": 212.2, - "chase_win_rate": 0.4 - }, - "Sydney Showground Stadium": { - "avg_first_innings": 311.5, - "chase_win_rate": 0.39 - }, - "Eden Park, Auckland": { - "avg_first_innings": 270.0, - "chase_win_rate": 0.6 - }, - "University Oval": { - "avg_first_innings": 331.3, - "chase_win_rate": 0.571 - }, - "West End Park International Cricket Stadium": { - "avg_first_innings": 87.0, - "chase_win_rate": 0.75 - }, - "Goldenacre, Edinburgh": { - "avg_first_innings": 153.0, - "chase_win_rate": 0.375 - }, - "Brisbane Cricket Ground, Woolloongabba, Brisbane": { - "avg_first_innings": 285.3, - "chase_win_rate": 0.667 - }, - "Boland Bank Park": { - "avg_first_innings": 160.0, - "chase_win_rate": 1.0 - }, - "Tolerance Oval, Abu Dhabi": { - "avg_first_innings": 123.4, - "chase_win_rate": 0.5 - }, - "Moara Vlasiei Cricket Ground, Ilfov County": { - "avg_first_innings": 150.0, - "chase_win_rate": 1.0 - }, - "Pokhara Rangasala": { - "avg_first_innings": 82.2, - "chase_win_rate": 0.75 - }, - "Sinhalese Sports Club Ground, Colombo": { - "avg_first_innings": 226.0, - "chase_win_rate": 1.0 - }, - "Seddon Park, Hamilton": { - "avg_first_innings": 294.5, - "chase_win_rate": 0.0 - }, - "University Oval, Dunedin": { - "avg_first_innings": 224.3, - "chase_win_rate": 0.286 - }, - "Senwes Park": { - "avg_first_innings": 496.0, - "chase_win_rate": 0.0 - }, - "Yeonhui Cricket Ground, Incheon": { - "avg_first_innings": 120.9, - "chase_win_rate": 0.222 - }, - "YSD-UKM Cricket Oval, Bangi": { - "avg_first_innings": 110.8, - "chase_win_rate": 0.432 - }, - "Nigeria Cricket Federation Oval 2, Abuja": { - "avg_first_innings": 109.8, - "chase_win_rate": 0.4 - }, - "Entebbe Cricket Oval": { - "avg_first_innings": 110.2, - "chase_win_rate": 0.426 - }, - "Western Australia Cricket Association Ground": { - "avg_first_innings": 340.6, - "chase_win_rate": 0.333 - }, - "Hazelaarweg": { - "avg_first_innings": 116.7, - "chase_win_rate": 0.333 - }, - "Carrara Oval": { - "avg_first_innings": 377.0, - "chase_win_rate": 0.0 - }, - "Sikh Union Club Ground, Nairobi": { - "avg_first_innings": 140.1, - "chase_win_rate": 0.5 - }, - "Albert Park 1, Suva": { - "avg_first_innings": 140.9, - "chase_win_rate": 0.333 - }, - "Moses Mabhida Stadium": { - "avg_first_innings": 168.0, - "chase_win_rate": 0.0 - }, - "Rawalpindi Cricket Stadium": { - "avg_first_innings": 349.2, - "chase_win_rate": 0.5 - }, - "National Cricket Stadium, Grenada": { - "avg_first_innings": 310.5, - "chase_win_rate": 0.0 - }, - "Daren Sammy National Cricket Stadium, Gros Islet, St Lucia": { - "avg_first_innings": 209.7, - "chase_win_rate": 0.667 - }, - "Koge Cricket Club": { - "avg_first_innings": 130.8, - "chase_win_rate": 0.615 - }, - "Bready Cricket Club, Magheramason": { - "avg_first_innings": 254.0, - "chase_win_rate": 1.0 - }, - "Gahanga International Cricket Stadium. Rwanda": { - "avg_first_innings": 191.6, - "chase_win_rate": 0.455 - }, - "Sano International Cricket Ground": { - "avg_first_innings": 80.1, - "chase_win_rate": 0.818 - }, - "Bready": { - "avg_first_innings": 171.0, - "chase_win_rate": 1.0 - }, - "SuperSport Park, Centurion": { - "avg_first_innings": 281.2, - "chase_win_rate": 0.5 - }, - "VRA Ground, Amstelveen": { - "avg_first_innings": 239.8, - "chase_win_rate": 0.5 - }, - "ICC Academy Ground No 2": { - "avg_first_innings": 146.2, - "chase_win_rate": 0.5 - }, - "San Albano": { - "avg_first_innings": 316.5, - "chase_win_rate": 0.0 - }, - "Mladost Cricket Ground, Zagreb": { - "avg_first_innings": 148.0, - "chase_win_rate": 0.556 - }, - "St Lawrence Ground, Canterbury": { - "avg_first_innings": 317.3, - "chase_win_rate": 0.0 - }, - "Asian Institute of Technology Ground": { - "avg_first_innings": 89.9, - "chase_win_rate": 0.6 - }, - "Centre for Cricket Development Ground, Windhoek": { - "avg_first_innings": 96.1, - "chase_win_rate": 0.4 - }, - "Royal Chiangmai Golf Club": { - "avg_first_innings": 197.8, - "chase_win_rate": 0.25 - }, - "Old Trafford": { - "avg_first_innings": 381.7, - "chase_win_rate": 0.167 - }, - "Sportpark Harga, Schiedam": { - "avg_first_innings": 116.3, - "chase_win_rate": 0.333 - }, - "Wanderers Cricket Ground": { - "avg_first_innings": 226.0, - "chase_win_rate": 0.0 - }, - "Albert Park 2, Suva": { - "avg_first_innings": 114.0, - "chase_win_rate": 0.556 - }, - "Bready Cricket Club, Magheramason, Bready": { - "avg_first_innings": 255.0, - "chase_win_rate": 1.0 - }, - "Sabina Park, Kingston": { - "avg_first_innings": 319.8, - "chase_win_rate": 0.3 - }, - "Bellerive Oval": { - "avg_first_innings": 354.0, - "chase_win_rate": 0.286 - }, - "N'Du Stadium, Noumea, New Caledonia": { - "avg_first_innings": 92.5, - "chase_win_rate": 0.333 - }, - "Stubberudmyra Cricket Ground, Oslo": { - "avg_first_innings": 170.7, - "chase_win_rate": 0.333 - }, - "Saxton Oval": { - "avg_first_innings": 256.2, - "chase_win_rate": 0.636 - }, - "Faleata Oval No 2, Apia": { - "avg_first_innings": 147.9, - "chase_win_rate": 0.5 - }, - "Great Barrier Reef Arena, Mackay": { - "avg_first_innings": 354.0, - "chase_win_rate": 0.0 - }, - "Belgrano Athletic Club Ground, Buenos Aires": { - "avg_first_innings": 151.4, - "chase_win_rate": 0.4 - }, - "ICC Academy, Dubai": { - "avg_first_innings": 224.9, - "chase_win_rate": 0.5 - }, - "The Cooper Associates County Ground, Taunton": { - "avg_first_innings": 284.0, - "chase_win_rate": 1.0 - }, - "Takashinga Sports Club": { - "avg_first_innings": 110.3, - "chase_win_rate": 0.333 - }, - "Ishoj Cricket Club, Vejledalen": { - "avg_first_innings": 140.0, - "chase_win_rate": 0.3 - }, - "Saurashtra Cricket Association Stadium, Rajkot": { - "avg_first_innings": 445.0, - "chase_win_rate": 0.0 - }, - "Lord's, London": { - "avg_first_innings": 260.7, - "chase_win_rate": 0.385 - }, - "Bharat Ratna Shri Atal Bihari Vajpayee Ekana Cricket Stadium": { - "avg_first_innings": 174.0, - "chase_win_rate": 1.0 - }, - "Ground 1, Independence Park": { - "avg_first_innings": 76.5, - "chase_win_rate": 0.833 - }, - "Stars Arena Hofstade, Zemst": { - "avg_first_innings": 130.1, - "chase_win_rate": 0.727 - }, - "St George's Park, Gqeberha": { - "avg_first_innings": 358.0, - "chase_win_rate": 0.0 - }, - "University of Lagos Cricket Oval": { - "avg_first_innings": 125.5, - "chase_win_rate": 0.375 - }, - "Seebarn Cricket Centre, Lower Austria": { - "avg_first_innings": 165.0, - "chase_win_rate": 0.0 - }, - "Gelephu International Cricket Ground": { - "avg_first_innings": 130.3, - "chase_win_rate": 0.433 - }, - "Adelaide Oval": { - "avg_first_innings": 408.0, - "chase_win_rate": 0.333 - }, - "Dr DY Patil Sports Academy, Navi Mumbai": { - "avg_first_innings": 259.4, - "chase_win_rate": 0.2 - }, - "St Albans Club, Buenos Aires": { - "avg_first_innings": 108.1, - "chase_win_rate": 0.37 - }, - "JSCA International Stadium Complex, Ranchi": { - "avg_first_innings": 353.0, - "chase_win_rate": 0.0 - }, - "Simonds Stadium, South Geelong": { - "avg_first_innings": 137.0, - "chase_win_rate": 0.5 - }, - "Brian Lara Stadium, Tarouba, Trinidad": { - "avg_first_innings": 274.0, - "chase_win_rate": 0.5 - }, - "The Village, Malahide, Dublin": { - "avg_first_innings": 284.5, - "chase_win_rate": 0.4 - }, - "Warner Park, St Kitts": { - "avg_first_innings": 134.5, - "chase_win_rate": 0.5 - }, - "Colombo Cricket Club Ground": { - "avg_first_innings": 193.7, - "chase_win_rate": 0.333 - }, - "St Lawrence Ground": { - "avg_first_innings": 274.0, - "chase_win_rate": 0.0 - }, - "TCA Oval, Blantyre": { - "avg_first_innings": 138.7, - "chase_win_rate": 0.786 - }, - "Bay Oval": { - "avg_first_innings": 392.0, - "chase_win_rate": 0.5 - }, - "County Ground, New Road, Worcester": { - "avg_first_innings": 220.0, - "chase_win_rate": 0.5 - }, - "Tribhuvan University International Cricket Ground": { - "avg_first_innings": 193.3, - "chase_win_rate": 0.5 - }, - "Prairie View Cricket Complex": { - "avg_first_innings": 155.7, - "chase_win_rate": 0.571 - }, - "Asian Institute of Technology Ground, Bangkok": { - "avg_first_innings": 86.2, - "chase_win_rate": 0.75 - }, - "Clayton Panama, Panama City": { - "avg_first_innings": 117.4, - "chase_win_rate": 0.429 - }, - "White Hill Field, Sandys Parish": { - "avg_first_innings": 123.6, - "chase_win_rate": 0.6 - }, - "County Ground, Derby": { - "avg_first_innings": 277.3, - "chase_win_rate": 0.333 - }, - "Jade Stadium": { - "avg_first_innings": 214.3, - "chase_win_rate": 0.333 - }, - "Nigeria Cricket Federation Oval 1, Abuja": { - "avg_first_innings": 128.5, - "chase_win_rate": 0.417 - }, - "Senwes Park, Potchefstroom": { - "avg_first_innings": 250.2, - "chase_win_rate": 0.8 - }, - "Kerava National Cricket Ground": { - "avg_first_innings": 133.2, - "chase_win_rate": 0.5 - }, - "Haslegrave Ground": { - "avg_first_innings": 156.0, - "chase_win_rate": 1.0 - }, - "Bermuda National Stadium": { - "avg_first_innings": 141.0, - "chase_win_rate": 1.0 - }, - "The Village, Malahide": { - "avg_first_innings": 310.0, - "chase_win_rate": 0.0 - }, - "Kinrara Academy Oval, Kuala Lumpur": { - "avg_first_innings": 105.1, - "chase_win_rate": 0.5 - }, - "Marrara Stadium, Darwin": { - "avg_first_innings": 198.0, - "chase_win_rate": 0.0 - }, - "Tafawa Balewa Square Cricket Oval, Lagos": { - "avg_first_innings": 119.8, - "chase_win_rate": 0.346 - }, - "Sydney Cricket Ground": { - "avg_first_innings": 382.4, - "chase_win_rate": 0.4 - }, - "Central Broward Regional Park Stadium Turf Ground, Lauderhill": { - "avg_first_innings": 294.2, - "chase_win_rate": 0.444 - }, - "Guanggong International Cricket Stadium": { - "avg_first_innings": 79.5, - "chase_win_rate": 0.5 - }, - "Turf City B Cricket Ground": { - "avg_first_innings": 51.0, - "chase_win_rate": 1.0 - }, - "North Sydney Oval": { - "avg_first_innings": 241.3, - "chase_win_rate": 0.667 - }, - "Ballpark Ground, Graz": { - "avg_first_innings": 167.5, - "chase_win_rate": 0.5 - }, - "John Davies Oval, Queenstown": { - "avg_first_innings": 271.8, - "chase_win_rate": 0.5 - }, - "National Cricket Stadium, St George's": { - "avg_first_innings": 268.0, - "chase_win_rate": 0.5 - }, - "Providence Stadium, Guyana": { - "avg_first_innings": 160.0, - "chase_win_rate": 0.0 - }, - "Indian Association Ground, Singapore": { - "avg_first_innings": 132.6, - "chase_win_rate": 0.6 - }, - "Jinja Cricket Ground": { - "avg_first_innings": 93.0, - "chase_win_rate": 0.5 - }, - "Warner Park, Basseterre": { - "avg_first_innings": 465.3, - "chase_win_rate": 0.333 - }, - "Kaizuka Cricket Ground": { - "avg_first_innings": 106.0, - "chase_win_rate": 0.5 - }, - "United Cricket Club Ground, Windhoek": { - "avg_first_innings": 229.8, - "chase_win_rate": 0.562 - }, - "Vassil Levski National Sports Academy, Sofia": { - "avg_first_innings": 164.2, - "chase_win_rate": 0.579 - }, - "Ruaraka Sports Club Ground, Nairobi": { - "avg_first_innings": 195.0, - "chase_win_rate": 0.333 - }, - "Greenfield International Stadium, Thiruvananthapuram": { - "avg_first_innings": 390.0, - "chase_win_rate": 0.0 - }, - "R.Premadasa Stadium, Khettarama": { - "avg_first_innings": 356.0, - "chase_win_rate": 0.0 - }, - "Shere Bangla National Stadium": { - "avg_first_innings": 322.3, - "chase_win_rate": 0.615 - }, - "Sir Vivian Richards Stadium, North Sound": { - "avg_first_innings": 360.4, - "chase_win_rate": 0.25 - }, - "Barabati Stadium, Cuttack": { - "avg_first_innings": 275.0, - "chase_win_rate": 1.0 - }, - "Boland Park, Paarl": { - "avg_first_innings": 279.5, - "chase_win_rate": 0.5 - }, - "Bellerive Oval, Hobart": { - "avg_first_innings": 303.0, - "chase_win_rate": 0.0 - }, - "Kingsmead, Durban": { - "avg_first_innings": 308.7, - "chase_win_rate": 0.0 - }, - "Pembroke Cricket Club, Sandymount, Dublin": { - "avg_first_innings": 143.0, - "chase_win_rate": 0.5 - }, - "National Stadium": { - "avg_first_innings": 350.0, - "chase_win_rate": 0.6 - }, - "Morodok Techo National Stadium": { - "avg_first_innings": 51.0, - "chase_win_rate": 0.75 - }, - "High Performance Oval, Windhoek": { - "avg_first_innings": 126.6, - "chase_win_rate": 0.25 - }, - "Trent Bridge": { - "avg_first_innings": 284.9, - "chase_win_rate": 0.545 - }, - "UKM-YSD Cricket Oval, Bangi": { - "avg_first_innings": 104.4, - "chase_win_rate": 0.595 - }, - "McLean Park, Napier": { - "avg_first_innings": 207.8, - "chase_win_rate": 0.4 - }, - "GMHBA Stadium, South Geelong, Victoria": { - "avg_first_innings": 265.8, - "chase_win_rate": 0.625 - }, - "R Premadasa Stadium": { - "avg_first_innings": 313.5, - "chase_win_rate": 0.5 - }, - "Titwood, Glasgow": { - "avg_first_innings": 162.3, - "chase_win_rate": 1.0 - }, - "Mahinda Rajapaksa International Cricket Stadium, Sooriyawewa": { - "avg_first_innings": 251.2, - "chase_win_rate": 0.333 - }, - "Mangaung Oval": { - "avg_first_innings": 573.0, - "chase_win_rate": 0.0 - }, - "Pembroke Cricket Club, Sandymount": { - "avg_first_innings": 151.0, - "chase_win_rate": 1.0 - }, - "Clontarf Cricket Club Ground, Dublin": { - "avg_first_innings": 219.0, - "chase_win_rate": 0.0 - }, - "Seddon Park": { - "avg_first_innings": 338.4, - "chase_win_rate": 0.5 - }, - "Botkyrka Cricket Center, Stockholm": { - "avg_first_innings": 141.0, - "chase_win_rate": 0.529 - }, - "College Field, St Peter Port": { - "avg_first_innings": 178.0, - "chase_win_rate": 0.0 - }, - "Seebarn Cricket Centre": { - "avg_first_innings": 143.0, - "chase_win_rate": 0.25 - }, - "College Field": { - "avg_first_innings": 120.6, - "chase_win_rate": 0.6 - }, - "Gucherre Cricket Ground": { - "avg_first_innings": 187.7, - "chase_win_rate": 0.333 - }, - "Kerrydale Oval": { - "avg_first_innings": 116.0, - "chase_win_rate": 0.5 - }, - "Sportpark Westvliet, Voorburg": { - "avg_first_innings": 136.9, - "chase_win_rate": 0.455 - }, - "Marsa Sports Club": { - "avg_first_innings": 157.6, - "chase_win_rate": 0.565 - }, - "Kennington Oval, London": { - "avg_first_innings": 317.6, - "chase_win_rate": 0.556 - }, - "Sportpark Het Schootsveld": { - "avg_first_innings": 247.5, - "chase_win_rate": 1.0 - }, - "Singapore National Cricket Ground": { - "avg_first_innings": 138.3, - "chase_win_rate": 0.483 - }, - "W.A.C.A. Ground": { - "avg_first_innings": 342.7, - "chase_win_rate": 0.333 - }, - "Saxton Oval, Nelson": { - "avg_first_innings": 272.0, - "chase_win_rate": 0.333 - }, - "Koge Cricket Club 2": { - "avg_first_innings": 147.5, - "chase_win_rate": 0.0 - }, - "Warner Park, Basseterre, St Kitts": { - "avg_first_innings": 232.0, - "chase_win_rate": 0.667 - }, - "Southend Club Cricket Stadium, Karachi": { - "avg_first_innings": 227.3, - "chase_win_rate": 0.333 - }, - "Edgbaston": { - "avg_first_innings": 286.8, - "chase_win_rate": 0.667 - }, - "Queens Sports Club, Bulawayo": { - "avg_first_innings": 327.6, - "chase_win_rate": 0.5 - }, - "Zhejiang University of Technology Cricket Field": { - "avg_first_innings": 103.2, - "chase_win_rate": 0.6 - }, - "Pallekele International Cricket Stadium": { - "avg_first_innings": 322.7, - "chase_win_rate": 0.625 - }, - "Cazaly's Stadium, Cairns": { - "avg_first_innings": 247.5, - "chase_win_rate": 0.25 - }, - "LC de Villiers Oval": { - "avg_first_innings": 119.0, - "chase_win_rate": 1.0 - }, - "Bir Sreshtho Flight Lieutenant Matiur Rahman Stadium, Chattogram": { - "avg_first_innings": 265.0, - "chase_win_rate": 0.0 - }, - "County Ground": { - "avg_first_innings": 233.0, - "chase_win_rate": 0.439 - }, - "Independence Park, Port Vila": { - "avg_first_innings": 143.1, - "chase_win_rate": 0.7 - }, - "Colts Cricket Club Ground": { - "avg_first_innings": 75.3, - "chase_win_rate": 0.5 - }, - "Solvangs Park, Glostrup": { - "avg_first_innings": 99.0, - "chase_win_rate": 0.5 - }, - "Daren Sammy National Cricket Stadium, Gros Islet": { - "avg_first_innings": 420.5, - "chase_win_rate": 0.5 - }, - "ICC Global Cricket Academy": { - "avg_first_innings": 233.0, - "chase_win_rate": 0.667 - }, - "Lisicji Jarak Cricket Ground": { - "avg_first_innings": 145.4, - "chase_win_rate": 0.6 - }, - "Botswana Cricket Association Oval 1": { - "avg_first_innings": 125.3, - "chase_win_rate": 0.571 - }, - "Sportpark Maarschalkerweerd, Utrecht": { - "avg_first_innings": 208.2, - "chase_win_rate": 0.625 - }, - "Sky Stadium": { - "avg_first_innings": 135.0, - "chase_win_rate": 0.5 - }, - "Guernsey Rovers Athletic Club Ground, Port Soif": { - "avg_first_innings": 128.0, - "chase_win_rate": 0.615 - }, - "Sylhet International Cricket Stadium": { - "avg_first_innings": 271.2, - "chase_win_rate": 0.5 - }, - "Barsapara Cricket Stadium": { - "avg_first_innings": 322.0, - "chase_win_rate": 1.0 - }, - "Wanderers Cricket Ground, Windhoek": { - "avg_first_innings": 211.6, - "chase_win_rate": 0.45 - }, - "Queen's Park Oval, Port of Spain": { - "avg_first_innings": 312.0, - "chase_win_rate": 0.333 - }, - "Albertslund Cricket Club": { - "avg_first_innings": 119.8, - "chase_win_rate": 0.333 - }, - "R Premadasa Stadium, Colombo": { - "avg_first_innings": 299.1, - "chase_win_rate": 0.464 - }, - "P Sara Oval, Colombo": { - "avg_first_innings": 152.0, - "chase_win_rate": null - }, - "Grainville, St Saviour, Jersey": { - "avg_first_innings": 109.4, - "chase_win_rate": 0.75 - }, - "Al Amerat Cricket Ground Oman Cricket (Ministry Turf 2)": { - "avg_first_innings": 229.8, - "chase_win_rate": 0.4 - }, - "Providence Stadium": { - "avg_first_innings": 351.0, - "chase_win_rate": 0.0 - }, - "Botswana Cricket Association Oval 2, Gaborone": { - "avg_first_innings": 119.4, - "chase_win_rate": 0.396 - }, - "Galle International Stadium": { - "avg_first_innings": 381.1, - "chase_win_rate": 0.41 - }, - "County Ground, Hove": { - "avg_first_innings": 227.0, - "chase_win_rate": 1.0 - }, - "ICC Academy Ground No 2, Dubai": { - "avg_first_innings": 102.8, - "chase_win_rate": 0.6 - }, - "Ekeberg Cricket Ground 2, Oslo": { - "avg_first_innings": 64.0, - "chase_win_rate": 1.0 - }, - "The Wanderers Stadium": { - "avg_first_innings": 265.7, - "chase_win_rate": 0.333 - }, - "Bulawayo Athletic Club": { - "avg_first_innings": 258.3, - "chase_win_rate": 0.5 - }, - "Botswana Cricket Association Oval 2": { - "avg_first_innings": 147.4, - "chase_win_rate": 0.375 - }, - "Allan Border Field": { - "avg_first_innings": 249.0, - "chase_win_rate": 0.571 - }, - "Hazelaarweg, Rotterdam": { - "avg_first_innings": 217.6, - "chase_win_rate": 0.25 - }, - "Southend Club Cricket Stadium": { - "avg_first_innings": 123.0, - "chase_win_rate": 1.0 - }, - "Terdthai Cricket Ground, Bangkok": { - "avg_first_innings": 161.0, - "chase_win_rate": 0.333 - }, - "National Cricket Stadium, St George's, Grenada": { - "avg_first_innings": 245.0, - "chase_win_rate": 0.5 - }, - "Tolerance Oval": { - "avg_first_innings": 126.8, - "chase_win_rate": 0.556 - }, - "West End Park International Cricket Stadium, Doha": { - "avg_first_innings": 144.6, - "chase_win_rate": 0.483 - }, - "Mission Road Ground, Mong Kok": { - "avg_first_innings": 238.0, - "chase_win_rate": 0.0 - }, - "Sylhet Stadium": { - "avg_first_innings": 132.6, - "chase_win_rate": 0.414 - }, - "Greenfield International Stadium": { - "avg_first_innings": 104.0, - "chase_win_rate": 1.0 - }, - "Sydney Parade": { - "avg_first_innings": 172.5, - "chase_win_rate": 0.0 - }, - "Royal Selangor Club, Kuala Lumpur": { - "avg_first_innings": 113.2, - "chase_win_rate": 0.5 - }, - "Maple Leaf North-West Ground": { - "avg_first_innings": 131.0, - "chase_win_rate": 0.5 - }, - "Scott Page Field, Vinor": { - "avg_first_innings": 145.9, - "chase_win_rate": 0.541 - }, - "FB Fields, St Clement": { - "avg_first_innings": 121.6, - "chase_win_rate": 0.2 - }, - "Selangor Turf Club, Kuala Lumpur": { - "avg_first_innings": 91.6, - "chase_win_rate": 0.714 - }, - "Grange Cricket Club, Raeburn Place": { - "avg_first_innings": 322.0, - "chase_win_rate": 0.0 - }, - "Achimota Senior Secondary School B Field, Accra": { - "avg_first_innings": 134.4, - "chase_win_rate": 0.357 - }, - "Woodley Cricket Field, Los Angeles": { - "avg_first_innings": 108.6, - "chase_win_rate": 0.167 - }, - "7he Sevens Stadium, Dubai": { - "avg_first_innings": 135.2, - "chase_win_rate": 0.75 - }, - "City Oval": { - "avg_first_innings": 133.0, - "chase_win_rate": 1.0 - }, - "Kensington Oval, Barbados": { - "avg_first_innings": 289.0, - "chase_win_rate": 0.0 - }, - "Al Amerat Cricket Ground Oman Cricket (Ministry Turf 1)": { - "avg_first_innings": 184.5, - "chase_win_rate": 0.593 - }, - "Khan Shaheb Osman Ali Stadium": { - "avg_first_innings": 444.5, - "chase_win_rate": 0.0 - }, - "Gaddafi Stadium": { - "avg_first_innings": 389.7, - "chase_win_rate": 0.333 - }, - "Kensington Oval, Bridgetown": { - "avg_first_innings": 300.9, - "chase_win_rate": 0.5 - }, - "Grainville, St Saviour": { - "avg_first_innings": 142.0, - "chase_win_rate": 0.143 - }, - "Hagley Oval": { - "avg_first_innings": 282.1, - "chase_win_rate": 0.5 - }, - "Boland Park": { - "avg_first_innings": 242.9, - "chase_win_rate": 0.444 - }, - "Namibia Cricket Ground, Windhoek": { - "avg_first_innings": 207.2, - "chase_win_rate": 0.75 - }, - "Sheikh Zayed Stadium, Abu Dhabi": { - "avg_first_innings": 342.8, - "chase_win_rate": 0.4 - }, - "Rangiri Dambulla International Stadium": { - "avg_first_innings": 382.9, - "chase_win_rate": 0.667 - }, - "Beausejour Stadium, Gros Islet": { - "avg_first_innings": 380.0, - "chase_win_rate": 0.0 - }, - "Civil Service Cricket Club, Stormont": { - "avg_first_innings": 178.5, - "chase_win_rate": 0.5 - }, - "Sylhet International Cricket Stadium, Academy Ground": { - "avg_first_innings": 119.0, - "chase_win_rate": 0.444 - }, - "Svanholm Park, Brondby": { - "avg_first_innings": 149.5, - "chase_win_rate": 0.571 - }, - "Sportpark Maarschalkerweerd": { - "avg_first_innings": 146.5, - "chase_win_rate": 0.0 - }, - "Mulpani Cricket Ground": { - "avg_first_innings": 236.0, - "chase_win_rate": 0.0 - }, - "Basin Reserve, Wellington": { - "avg_first_innings": 351.7, - "chase_win_rate": 0.429 - }, - "St Georges Quilmes": { - "avg_first_innings": 82.7, - "chase_win_rate": 1.0 - }, - "Ekeberg Cricket Ground 1, Oslo": { - "avg_first_innings": 132.7, - "chase_win_rate": 0.333 - }, - "Malkerns Country Club oval": { - "avg_first_innings": 169.7, - "chase_win_rate": 0.333 - }, - "Gymkhana Club Ground": { - "avg_first_innings": 197.2, - "chase_win_rate": 0.75 - }, - "Hong Kong Cricket Club": { - "avg_first_innings": 158.0, - "chase_win_rate": 0.0 - }, - "Sinhalese Sports Club Ground": { - "avg_first_innings": 383.6, - "chase_win_rate": 0.438 - }, - "Vanuatu Cricket Ground (Oval 2)": { - "avg_first_innings": 81.8, - "chase_win_rate": 0.625 - }, - "Lord's": { - "avg_first_innings": 369.2, - "chase_win_rate": 0.31 - }, - "The Cooper Associates County Ground": { - "avg_first_innings": 420.0, - "chase_win_rate": 0.0 - }, - "Achimota Senior Secondary School A Field, Accra": { - "avg_first_innings": 114.5, - "chase_win_rate": 0.591 - }, - "Vanuatu Cricket Ground": { - "avg_first_innings": 99.7, - "chase_win_rate": 0.5 - }, - "SSC Karlsruhe": { - "avg_first_innings": 113.6, - "chase_win_rate": 0.2 - }, - "Botswana Cricket Association Oval 1, Gaborone": { - "avg_first_innings": 109.9, - "chase_win_rate": 0.443 - }, - "Lalabhai Contractor Stadium": { - "avg_first_innings": 135.8, - "chase_win_rate": 0.25 - }, - "Grange Cricket Club Ground, Raeburn Place, Edinburgh": { - "avg_first_innings": 306.0, - "chase_win_rate": 1.0 - }, - "National Stadium, Hamilton": { - "avg_first_innings": 164.0, - "chase_win_rate": 0.2 - }, - "Chilaw Marians Cricket Club Ground": { - "avg_first_innings": 253.0, - "chase_win_rate": 1.0 - }, - "Narendra Modi Stadium": { - "avg_first_innings": 158.5, - "chase_win_rate": 1.0 - }, - "La Manga Club Top Ground": { - "avg_first_innings": 126.3, - "chase_win_rate": 0.562 - }, - "Lochlands": { - "avg_first_innings": 98.4, - "chase_win_rate": 0.714 - }, - "North Sydney Oval, Sydney": { - "avg_first_innings": 280.0, - "chase_win_rate": 1.0 - }, - "Jimmy Powell Oval, Cayman Islands": { - "avg_first_innings": 129.3, - "chase_win_rate": 0.56 - }, - "VRA Ground": { - "avg_first_innings": 195.0, - "chase_win_rate": 0.5 - }, - "Happy Valley Ground 2": { - "avg_first_innings": 137.7, - "chase_win_rate": 0.462 - }, - "Indian Association Ground": { - "avg_first_innings": 145.1, - "chase_win_rate": 0.529 - }, - "Marina Ground, Corfu": { - "avg_first_innings": 110.5, - "chase_win_rate": 0.538 - }, - "Edgbaston, Birmingham": { - "avg_first_innings": 426.0, - "chase_win_rate": 0.286 - }, - "Grange Cricket Club Ground, Raeburn Place": { - "avg_first_innings": 241.6, - "chase_win_rate": 0.286 - }, - "Riverside Ground": { - "avg_first_innings": 339.2, - "chase_win_rate": 0.6 - }, - "Integrated Polytechnic Regional Centre": { - "avg_first_innings": 126.5, - "chase_win_rate": 0.421 - }, - "Arundel Castle Cricket Club Ground": { - "avg_first_innings": 139.0, - "chase_win_rate": 1.0 - }, - "Dreux Sport Cricket Club": { - "avg_first_innings": 143.4, - "chase_win_rate": 0.286 - }, - "Arnos Vale Ground, Kingstown, St Vincent": { - "avg_first_innings": 191.0, - "chase_win_rate": 0.0 - }, - "Melbourne Cricket Ground": { - "avg_first_innings": 327.9, - "chase_win_rate": 0.435 - }, - "Gahanga International Cricket Stadium, Rwanda": { - "avg_first_innings": 129.9, - "chase_win_rate": 0.369 - }, - "Sophia Gardens": { - "avg_first_innings": 421.7, - "chase_win_rate": 0.667 - }, - "Westpac Stadium": { - "avg_first_innings": 236.4, - "chase_win_rate": 0.474 - }, - "Malek Cricket Ground, Ajman": { - "avg_first_innings": 108.0, - "chase_win_rate": 0.5 - }, - "Riverside Ground, Chester-le-Street": { - "avg_first_innings": 230.3, - "chase_win_rate": 0.571 - }, - "Sabina Park, Kingston, Jamaica": { - "avg_first_innings": 227.0, - "chase_win_rate": 0.25 - }, - "Mercantile Cricket Association Ground": { - "avg_first_innings": 132.0, - "chase_win_rate": 1.0 - }, - "National Sports Academy, Sofia": { - "avg_first_innings": 154.9, - "chase_win_rate": 0.75 - }, - "Sophia Gardens, Cardiff": { - "avg_first_innings": 230.2, - "chase_win_rate": 0.75 - }, - "YMCA Cricket Club": { - "avg_first_innings": 248.0, - "chase_win_rate": 0.0 - }, - "Gahanga B Ground, Rwanda": { - "avg_first_innings": 103.1, - "chase_win_rate": 0.396 - }, - "Sportpark Het Schootsveld, Deventer": { - "avg_first_innings": 133.8, - "chase_win_rate": 0.8 - }, - "Sano International Cricket Ground 2": { - "avg_first_innings": 118.3, - "chase_win_rate": 0.833 - }, - "Sky Stadium, Wellington": { - "avg_first_innings": 222.0, - "chase_win_rate": 1.0 - }, - "Udayana Cricket Ground": { - "avg_first_innings": 124.5, - "chase_win_rate": 0.557 - }, - "Velden Cricket Ground, Latschach": { - "avg_first_innings": 171.2, - "chase_win_rate": 0.444 - }, - "Grace Road": { - "avg_first_innings": 233.0, - "chase_win_rate": 0.5 - }, - "The Royal & Sun Alliance County Ground, Bristol": { - "avg_first_innings": 92.0, - "chase_win_rate": 1.0 - }, - "Lahore City Cricket Association Ground": { - "avg_first_innings": 231.0, - "chase_win_rate": 0.429 - }, - "New Wanderers Stadium, Johannesburg": { - "avg_first_innings": 561.0, - "chase_win_rate": 0.0 - }, - "City Oval, Pietermaritzburg": { - "avg_first_innings": 282.0, - "chase_win_rate": 0.5 - }, - "Nahar Singh Stadium": { - "avg_first_innings": 226.0, - "chase_win_rate": 1.0 - }, - "Nehru Stadium, Fatorda": { - "avg_first_innings": 262.0, - "chase_win_rate": 0.5 - }, - "Cambusdoon New Ground, Ayr": { - "avg_first_innings": 209.5, - "chase_win_rate": 0.0 - }, - "Titwood": { - "avg_first_innings": 203.0, - "chase_win_rate": 1.0 - }, - "Queen's Park Oval": { - "avg_first_innings": 57.0, - "chase_win_rate": null - }, - "Sher-e-Bangla National Cricket Stadium": { - "avg_first_innings": 246.0, - "chase_win_rate": 0.0 - }, - "Indian Petrochemicals Corporation Limited Sports Complex Ground": { - "avg_first_innings": 341.0, - "chase_win_rate": 0.0 - }, - "Sunrise Sports Club, Harare": { - "avg_first_innings": 195.0, - "chase_win_rate": 0.0 - }, - "Eden Park No 2": { - "avg_first_innings": 275.0, - "chase_win_rate": 1.0 - }, - "FTZ Sports Complex (BOI)": { - "avg_first_innings": 174.0, - "chase_win_rate": 1.0 - }, - "Zohur Ahmed Chowdhury Stadium": { - "avg_first_innings": 599.0, - "chase_win_rate": 0.0 - }, - "Westpac Stadium, Wellington": { - "avg_first_innings": 168.0, - "chase_win_rate": 1.0 - }, - "Dubai Sports City Cricket Stadium": { - "avg_first_innings": 187.5, - "chase_win_rate": 1.0 - }, - "Choice Moosa Stadium, Pearland": { - "avg_first_innings": 305.0, - "chase_win_rate": 0.0 - }, - "Queen's Park Oval, Trinidad": { - "avg_first_innings": 259.5, - "chase_win_rate": 0.5 - }, - "County Ground, New Road": { - "avg_first_innings": 260.2, - "chase_win_rate": 0.25 - }, - "Sinhalese Sports Club": { - "avg_first_innings": 282.5, - "chase_win_rate": 0.0 - }, - "Keenan Stadium": { - "avg_first_innings": 223.0, - "chase_win_rate": 1.0 - }, - "Bert Sutcliffe Oval": { - "avg_first_innings": 245.4, - "chase_win_rate": 0.571 - }, - "Sardar Patel (Gujarat) Stadium, Motera": { - "avg_first_innings": 300.0, - "chase_win_rate": 1.0 - }, - "MA Aziz Stadium": { - "avg_first_innings": 545.0, - "chase_win_rate": 0.0 - }, - "Reliance Stadium": { - "avg_first_innings": 216.9, - "chase_win_rate": 0.667 - }, - "Westpac Park, Hamilton": { - "avg_first_innings": 122.0, - "chase_win_rate": 1.0 - }, - "National Cricket Stadium": { - "avg_first_innings": 118.0, - "chase_win_rate": 1.0 - }, - "Narayanganj Osmani Stadium": { - "avg_first_innings": 187.0, - "chase_win_rate": 0.5 - }, - "The Vineyard": { - "avg_first_innings": 418.0, - "chase_win_rate": 0.0 - }, - "Boland Bank Park, Paarl": { - "avg_first_innings": 164.3, - "chase_win_rate": 0.333 - }, - "Clontarf Cricket Club Ground": { - "avg_first_innings": 209.1, - "chase_win_rate": 0.545 - }, - "Nahar Singh Stadium, Faridabad": { - "avg_first_innings": 97.0, - "chase_win_rate": 1.0 - }, - "R.Premadasa Stadium": { - "avg_first_innings": 188.0, - "chase_win_rate": 1.0 - }, - "Jaffery Sports Club Ground": { - "avg_first_innings": 250.0, - "chase_win_rate": 0.0 - }, - "Chittagong Divisional Stadium": { - "avg_first_innings": 483.5, - "chase_win_rate": 0.0 - }, - "Marrara Cricket Ground, Darwin": { - "avg_first_innings": 97.0, - "chase_win_rate": 1.0 - }, - "Sharjah Cricket Association Stadium": { - "avg_first_innings": 232.7, - "chase_win_rate": 0.571 - }, - "P Saravanamuttu Stadium": { - "avg_first_innings": 249.0, - "chase_win_rate": 1.0 - }, - "Antigua Recreation Ground, St John's": { - "avg_first_innings": 403.5, - "chase_win_rate": 0.5 - }, - "Malahide": { - "avg_first_innings": 242.8, - "chase_win_rate": 0.333 - }, - "Headingley": { - "avg_first_innings": 289.8, - "chase_win_rate": 0.615 - }, - "The Hills Cricket Club Ground": { - "avg_first_innings": 143.0, - "chase_win_rate": 1.0 - }, - "Sir Vivian Richards Stadium, Antigua": { - "avg_first_innings": 242.0, - "chase_win_rate": 0.5 - }, - "Vidarbha Cricket Association Ground": { - "avg_first_innings": 317.0, - "chase_win_rate": 0.0 - }, - "Tony Ireland Stadium, Townsville": { - "avg_first_innings": 148.0, - "chase_win_rate": 1.0 - }, - "Grace Road, Leicester": { - "avg_first_innings": 223.0, - "chase_win_rate": 1.0 - }, - "Eden Park Outer Oval": { - "avg_first_innings": 187.0, - "chase_win_rate": 1.0 - }, - "Marrara Cricket Ground": { - "avg_first_innings": 189.7, - "chase_win_rate": 0.333 - }, - "Shahid Kamruzzaman Stadium, Rajshahi": { - "avg_first_innings": 194.3, - "chase_win_rate": 1.0 - }, - "Daren Sammy National Cricket Stadium": { - "avg_first_innings": 280.0, - "chase_win_rate": 1.0 - }, - "Iqbal Stadium": { - "avg_first_innings": 525.0, - "chase_win_rate": 0.5 - }, - "Welagedara Stadium": { - "avg_first_innings": 191.5, - "chase_win_rate": 0.5 - }, - "Brisbane Cricket Ground": { - "avg_first_innings": 361.0, - "chase_win_rate": 0.5 - }, - "Bundaberg Rum Stadium, Cairns": { - "avg_first_innings": 126.0, - "chase_win_rate": 1.0 - }, - "St George's Park, Port Elizabeth": { - "avg_first_innings": 381.0, - "chase_win_rate": 0.0 - }, - "Louth Cricket Club": { - "avg_first_innings": 227.0, - "chase_win_rate": 0.0 - }, - "Sedgars Park, Potchefstroom": { - "avg_first_innings": 338.0, - "chase_win_rate": 0.0 - }, - "Junction Oval, Melbourne": { - "avg_first_innings": 136.4, - "chase_win_rate": 0.75 - }, - "Karen Rolton Oval": { - "avg_first_innings": 247.0, - "chase_win_rate": 0.0 - }, - "Jade Stadium, Christchurch": { - "avg_first_innings": 108.0, - "chase_win_rate": 1.0 - }, - "Sector 16 Stadium": { - "avg_first_innings": 291.0, - "chase_win_rate": 0.0 - }, - "Andhra Cricket Association-Visakhapatnam District Cricket Association Stadium": { - "avg_first_innings": 259.0, - "chase_win_rate": 1.0 - }, - "Stellenbosch University 1": { - "avg_first_innings": 192.0, - "chase_win_rate": 0.5 - }, - "Khettarama Stadium": { - "avg_first_innings": 268.0, - "chase_win_rate": 0.0 - }, - "Bharat Ratna Shri Atal Bihari Vajpai Ekana Cricket Stadium": { - "avg_first_innings": 257.0, - "chase_win_rate": 0.5 - }, - "Goodyear Park, Bloemfontein": { - "avg_first_innings": 215.8, - "chase_win_rate": 0.6 - }, - "Cobham Oval (New)": { - "avg_first_innings": 310.0, - "chase_win_rate": 0.5 - }, - "Observatory Lane, Rathmines": { - "avg_first_innings": 280.0, - "chase_win_rate": 0.0 - }, - "Queen's Park (New), St George's, Grenada": { - "avg_first_innings": 249.5, - "chase_win_rate": 1.0 - }, - "Niranjan Shah Stadium, Rajkot": { - "avg_first_innings": 284.0, - "chase_win_rate": 1.0 - }, - "Mangaung Oval, Bloemfontein": { - "avg_first_innings": 395.0, - "chase_win_rate": 0.0 - }, - "Riverway Stadium, Townsville": { - "avg_first_innings": 141.0, - "chase_win_rate": 1.0 - }, - "Harlequins": { - "avg_first_innings": 226.0, - "chase_win_rate": 0.0 - }, - "VRA Cricket Ground": { - "avg_first_innings": 183.5, - "chase_win_rate": 0.0 - }, - "Nehru Stadium, Poona": { - "avg_first_innings": 258.0, - "chase_win_rate": 1.0 - }, - "Mannofield Park, Aberdeen": { - "avg_first_innings": 262.6, - "chase_win_rate": 0.6 - }, - "Bangabandhu National Stadium": { - "avg_first_innings": 184.0, - "chase_win_rate": 1.0 - }, - "Captain Roop Singh Stadium": { - "avg_first_innings": 328.0, - "chase_win_rate": 0.5 - }, - "Madhavrao Scindia Cricket Ground": { - "avg_first_innings": 313.5, - "chase_win_rate": 0.25 - }, - "Lal Bahadur Shastri Stadium, Hyderabad, Deccan": { - "avg_first_innings": 353.0, - "chase_win_rate": 0.0 - }, - "Niaz Stadium, Hyderabad": { - "avg_first_innings": 238.0, - "chase_win_rate": 1.0 - }, - "De Beers Diamond Oval, Kimberley": { - "avg_first_innings": 226.5, - "chase_win_rate": 0.5 - }, - "Sheikhupura Stadium": { - "avg_first_innings": 181.0, - "chase_win_rate": 1.0 - }, - "Peter Burge Oval": { - "avg_first_innings": 155.0, - "chase_win_rate": 1.0 - }, - "Iqbal Stadium, Faisalabad": { - "avg_first_innings": 278.0, - "chase_win_rate": 1.0 - }, - "John Davies Oval": { - "avg_first_innings": 164.0, - "chase_win_rate": 1.0 - }, - "Castle Avenue": { - "avg_first_innings": 311.3, - "chase_win_rate": 0.667 - }, - "Docklands Stadium": { - "avg_first_innings": 278.6, - "chase_win_rate": 0.2 - }, - "Bangabandhu National Stadium, Dhaka": { - "avg_first_innings": 203.0, - "chase_win_rate": 1.0 - }, - "Toronto Cricket, Skating and Curling Club": { - "avg_first_innings": 175.0, - "chase_win_rate": 0.0 - }, - "North West Cricket Stadium, Potchefstroom": { - "avg_first_innings": 220.5, - "chase_win_rate": 0.5 - }, - "Maharani Usharaje Trust Cricket Ground": { - "avg_first_innings": 290.0, - "chase_win_rate": 0.5 - }, - "Sinovich Park, Sinoville": { - "avg_first_innings": 156.0, - "chase_win_rate": 1.0 - }, - "Diamond Oval": { - "avg_first_innings": 203.3, - "chase_win_rate": 0.667 - }, - "Cambusdoon New Ground": { - "avg_first_innings": 141.0, - "chase_win_rate": 0.0 - }, - "Queen's Park Oval, Port of Spain, Trinidad": { - "avg_first_innings": 397.5, - "chase_win_rate": 0.0 - }, - "North Marine Road Ground": { - "avg_first_innings": 203.5, - "chase_win_rate": 0.0 - }, - "Captain Roop Singh Stadium, Gwalior": { - "avg_first_innings": 283.0, - "chase_win_rate": 0.0 - }, - "Carisbrook": { - "avg_first_innings": 259.0, - "chase_win_rate": 1.0 - }, - "Mannofield Park": { - "avg_first_innings": 202.5, - "chase_win_rate": 0.5 - }, - "International Sports Stadium": { - "avg_first_innings": 278.0, - "chase_win_rate": 0.0 - }, - "Queenstown Events Centre": { - "avg_first_innings": 147.2, - "chase_win_rate": 0.667 - }, - "Ray Mitchell Oval, Harrup Park, Mackay": { - "avg_first_innings": 254.3, - "chase_win_rate": 1.0 - }, - "Arnos Vale Ground": { - "avg_first_innings": 134.0, - "chase_win_rate": 0.5 - }, - "Kotambi Stadium, Vadodara": { - "avg_first_innings": 283.5, - "chase_win_rate": 0.5 - }, - "Hurstville Oval": { - "avg_first_innings": 248.0, - "chase_win_rate": 0.5 - }, - "Moosa Cricket Stadium, Pearland": { - "avg_first_innings": 228.3, - "chase_win_rate": 0.5 - }, - "Sheikh Kamal International Cricket Stadium": { - "avg_first_innings": 159.5, - "chase_win_rate": 0.5 - }, - "Davies Park, Queenstown": { - "avg_first_innings": 122.0, - "chase_win_rate": 1.0 - }, - "Sedgars Park": { - "avg_first_innings": 326.5, - "chase_win_rate": 0.5 - }, - "Sir Vivian Richards Stadium": { - "avg_first_innings": 188.7, - "chase_win_rate": 0.667 - }, - "Old Hararians, Harare": { - "avg_first_innings": 201.0, - "chase_win_rate": 1.0 - }, - "Ruaraka Sports Club Ground": { - "avg_first_innings": 194.0, - "chase_win_rate": 1.0 - }, - "Arbab Niaz Stadium": { - "avg_first_innings": 274.7, - "chase_win_rate": 0.667 - }, - "Affies Park": { - "avg_first_innings": 164.0, - "chase_win_rate": 1.0 - }, - "Goodyear Park": { - "avg_first_innings": 201.0, - "chase_win_rate": 1.0 - }, - "Sir Paul Getty's Ground": { - "avg_first_innings": 211.5, - "chase_win_rate": 0.5 - }, - "North-West University No1 Ground": { - "avg_first_innings": 179.3, - "chase_win_rate": 0.667 - }, - "MA Aziz Stadium, Chittagong": { - "avg_first_innings": 326.0, - "chase_win_rate": 0.0 - }, - "Vidarbha C.A. Ground": { - "avg_first_innings": 393.0, - "chase_win_rate": 0.0 - }, - "Western Australia Cricket Association Ground, Perth": { - "avg_first_innings": 336.3, - "chase_win_rate": 0.667 - }, - "Shaheed Chandu Stadium": { - "avg_first_innings": 234.0, - "chase_win_rate": 1.0 - }, - "Bradman Oval": { - "avg_first_innings": 247.5, - "chase_win_rate": 0.5 - }, - "Forthill, Dundee": { - "avg_first_innings": 245.4, - "chase_win_rate": 0.5 - }, - "Stellenbosch University 2": { - "avg_first_innings": 162.0, - "chase_win_rate": 0.0 - }, - "Chevrolet Park": { - "avg_first_innings": 290.5, - "chase_win_rate": 0.0 - }, - "International Sports Stadium, Coffs Harbour": { - "avg_first_innings": 304.5, - "chase_win_rate": 0.5 - }, - "Traeger Park": { - "avg_first_innings": 241.0, - "chase_win_rate": 0.5 - }, - "Simonds Stadium, South Geelong, Victoria": { - "avg_first_innings": 306.5, - "chase_win_rate": 0.75 - }, - "Geelong Cricket Ground": { - "avg_first_innings": 384.0, - "chase_win_rate": 0.0 - }, - "Lavington Sports Oval, Albury": { - "avg_first_innings": 400.0, - "chase_win_rate": 0.5 - }, - "Docklands Stadium, Melbourne": { - "avg_first_innings": 335.4, - "chase_win_rate": 0.607 - }, - "Aurora Stadium, Launceston": { - "avg_first_innings": 288.0, - "chase_win_rate": 0.0 - }, - "University of Tasmania Stadium, Launceston": { - "avg_first_innings": 284.7, - "chase_win_rate": 0.333 - }, - "Ted Summerton Reserve": { - "avg_first_innings": 330.0, - "chase_win_rate": 0.0 - }, - "Aurora Stadium": { - "avg_first_innings": 286.0, - "chase_win_rate": 0.429 - }, - "Albert Park 2": { - "avg_first_innings": 157.3, - "chase_win_rate": 0.333 - }, - "ICC Academy Oval 2": { - "avg_first_innings": 130.5, - "chase_win_rate": 1.0 - }, - "Sheikh Zayed Stadium Nursery 1": { - "avg_first_innings": 126.2, - "chase_win_rate": 0.667 - }, - "Sea Breeze Oval": { - "avg_first_innings": 183.0, - "chase_win_rate": 1.0 - }, - "Friendship Oval": { - "avg_first_innings": 127.8, - "chase_win_rate": 0.364 - }, - "Sulabiya Ground": { - "avg_first_innings": 139.5, - "chase_win_rate": 0.375 - }, - "ICC Academy Oval 1": { - "avg_first_innings": 111.0, - "chase_win_rate": 1.0 - }, - "Tafawa Balewa Square Cricket Oval": { - "avg_first_innings": 134.4, - "chase_win_rate": 0.2 - }, - "UKM-YSD Cricket Oval": { - "avg_first_innings": 87.7, - "chase_win_rate": 0.6 - }, - "Albert Park 1": { - "avg_first_innings": 136.6, - "chase_win_rate": 0.6 - }, - "Sportpark Thurlede": { - "avg_first_innings": 123.8, - "chase_win_rate": 0.4 - }, - "Bayuemas Oval": { - "avg_first_innings": 82.3, - "chase_win_rate": 0.636 - }, - "New Williamfield No1 Oval": { - "avg_first_innings": 139.2, - "chase_win_rate": 0.5 - }, - "Zayed Cricket Stadium": { - "avg_first_innings": 153.5, - "chase_win_rate": 0.5 - }, - "Abu Dhabi Oval 2": { - "avg_first_innings": 153.5, - "chase_win_rate": 0.0 - }, - "Al Dhaid Cricket Village": { - "avg_first_innings": 171.0, - "chase_win_rate": 0.0 - }, - "Abu Dhabi Oval 1": { - "avg_first_innings": 136.5, - "chase_win_rate": 0.5 - }, - "Goldenacre": { - "avg_first_innings": 156.8, - "chase_win_rate": 0.5 - }, - "Sportpark Het Schootsveld 2": { - "avg_first_innings": 176.0, - "chase_win_rate": 0.0 - }, - "Merrion Cricket Club Ground": { - "avg_first_innings": 79.7, - "chase_win_rate": 0.333 - }, - "Skarpnack 1": { - "avg_first_innings": 82.5, - "chase_win_rate": 1.0 - }, - "Myreside": { - "avg_first_innings": 129.5, - "chase_win_rate": 0.75 - }, - "Church Street Park": { - "avg_first_innings": 94.9, - "chase_win_rate": 0.8 - }, - "Tack-Tec Ground": { - "avg_first_innings": 133.3, - "chase_win_rate": 0.556 - }, - "Sheikh Zayed Stadium Nursery 2": { - "avg_first_innings": 140.0, - "chase_win_rate": 0.6 - }, - "Thailand Cricket Ground": { - "avg_first_innings": 105.0, - "chase_win_rate": 0.0 - }, - "Skarpnack 2": { - "avg_first_innings": 124.5, - "chase_win_rate": 0.5 - }, - "Church Street Park, Morrisville": { - "avg_first_innings": 308.3, - "chase_win_rate": 0.714 - }, - "Oakland Coliseum,Oakland": { - "avg_first_innings": 367.2, - "chase_win_rate": 0.412 - }, - "Grand Prairie Stadium": { - "avg_first_innings": 334.8, - "chase_win_rate": 0.333 - }, - "Knight Riders Cricket Ground, Pomona": { - "avg_first_innings": 265.4, - "chase_win_rate": 0.714 - }, - "Green Park, Kanpur": { - "avg_first_innings": 289.0, - "chase_win_rate": 0.5 - }, - "Bradman Oval, Bowral": { - "avg_first_innings": 154.0, - "chase_win_rate": 1.0 - }, - "Sabina Park, Jamaica": { - "avg_first_innings": 416.0, - "chase_win_rate": 0.0 - }, - "Sardar Patel Stadium": { - "avg_first_innings": 398.0, - "chase_win_rate": 0.0 - }, - "Kensington Oval": { - "avg_first_innings": 296.0, - "chase_win_rate": 1.0 - }, - "Punjab Cricket Association Stadium, Mohali, Chandigarh": { - "avg_first_innings": 630.0, - "chase_win_rate": 0.0 - }, - "Antigua Recreation Ground": { - "avg_first_innings": 669.5, - "chase_win_rate": 0.5 - }, - "Daren Sammy National Cricket Stadium, St Lucia": { - "avg_first_innings": 277.0, - "chase_win_rate": 0.0 - }, - "Bankstown Oval, Sydney": { - "avg_first_innings": 170.5, - "chase_win_rate": 0.5 - }, - "Darren Sammy National Cricket Stadium, Gros Islet": { - "avg_first_innings": 353.0, - "chase_win_rate": 0.0 - }, - "Asgiriya Stadium": { - "avg_first_innings": 199.3, - "chase_win_rate": 0.667 - }, - "Antigua Recreation Ground, St John's, Antigua": { - "avg_first_innings": 240.0, - "chase_win_rate": 0.0 - } - } + "data": {} } \ No newline at end of file diff --git a/data_files/best_bets_today.json b/data_files/best_bets_today.json index 5576069..289e70c 100644 --- a/data_files/best_bets_today.json +++ b/data_files/best_bets_today.json @@ -1,10 +1,9 @@ { "meta": { "sport": "Cricket", - "generated_at": "2026-07-28T07:02:38.065464+00:00", + "generated_at": "2026-07-29T00:11:54.955894+00:00", "model_version": "1.0.0", - "season": "2026", - "notes": "Export failed: string indices must be integers, not 'str'" + "season": "2026" }, "bets": [] } \ No newline at end of file diff --git a/pages_app/todays_matches.py b/pages_app/todays_matches.py index 3014e19..e261b8d 100644 --- a/pages_app/todays_matches.py +++ b/pages_app/todays_matches.py @@ -1,11 +1,26 @@ -import plotly.graph_objects as go -import streamlit as st - -from utils.browser_time import browser_time +import plotly.graph_objects as go +import streamlit as st +from utils.browser_time import browser_time +try: + from utils.browser_time import format_eastern_timestamp +except ImportError: # Compatibility with deployments using an older utility module. + from datetime import UTC, datetime + from zoneinfo import ZoneInfo + + def format_eastern_timestamp(value): + try: + timestamp = datetime.fromisoformat(str(value).replace("Z", "+00:00")) + if timestamp.tzinfo is None: + timestamp = timestamp.replace(tzinfo=UTC) + return timestamp.astimezone(ZoneInfo("America/New_York")).strftime( + "%B %-d, %Y at %-I:%M %p ET" + ) + except (TypeError, ValueError): + return str(value or "Unknown") from utils.cache import APP_ENV, get_cache_metadata, is_mock_data, load_cache from utils.data import get_competition_options, get_todays_matches -st.markdown( +st.markdown( """ """, unsafe_allow_html=True, -) - - -def render(): +) + + +def render(): st.title("๐Ÿ Today's Matches") st.caption("Competition-aware h2h predictions & DraftKings comparison") @@ -35,10 +50,8 @@ def render(): st.warning( "โš ๏ธ **SIMULATED DATA** - Development mode is showing mock predictions. Set APP_ENV=production to hide simulated data." ) - elif metadata: - st.info( - f"๐Ÿ“Š Last updated: {metadata.get('generated_at', 'Unknown')} | Run ID: {metadata.get('source_run_id', 'N/A')[:8]}" - ) + elif metadata: + st.info(f"๐Ÿ“Š Last updated: {format_eastern_timestamp(metadata.get('generated_at'))}") matches = get_todays_matches() diff --git a/pages_app/value_bets.py b/pages_app/value_bets.py index 1ef75f7..2f27119 100644 --- a/pages_app/value_bets.py +++ b/pages_app/value_bets.py @@ -2,7 +2,23 @@ import plotly.graph_objects as go import streamlit as st -from utils.cache import APP_ENV, get_cache_metadata, is_mock_data +from utils.cache import APP_ENV, get_cache_metadata, is_mock_data +try: + from utils.browser_time import format_eastern_timestamp +except ImportError: # Compatibility with deployments using an older utility module. + from datetime import UTC, datetime + from zoneinfo import ZoneInfo + + def format_eastern_timestamp(value): + try: + timestamp = datetime.fromisoformat(str(value).replace("Z", "+00:00")) + if timestamp.tzinfo is None: + timestamp = timestamp.replace(tzinfo=UTC) + return timestamp.astimezone(ZoneInfo("America/New_York")).strftime( + "%B %-d, %Y at %-I:%M %p ET" + ) + except (TypeError, ValueError): + return str(value or "Unknown") from utils.data import get_competition_status, get_todays_matches, get_value_bets @@ -19,7 +35,7 @@ def render(): "โš ๏ธ **SIMULATED DATA** - Development mode is showing mock bets. Set APP_ENV=production to hide simulated data." ) elif metadata: - st.info(f"๐Ÿ“Š Last updated: {metadata.get('generated_at', 'Unknown')}") + st.info(f"๐Ÿ“Š Last updated: {format_eastern_timestamp(metadata.get('generated_at'))}") matches = get_todays_matches() diff --git a/pipeline/fetch_fixtures.py b/pipeline/fetch_fixtures.py index 714c0d0..5aa1a0c 100644 --- a/pipeline/fetch_fixtures.py +++ b/pipeline/fetch_fixtures.py @@ -6,7 +6,8 @@ import logging import os -from datetime import UTC, datetime +from datetime import UTC, datetime +from zoneinfo import ZoneInfo import requests from dotenv import load_dotenv @@ -112,7 +113,7 @@ def discover_registered_series(competitions: list[Competition] | None = None) -> return discovered -def parse_fixtures(raw_matches: list[dict]) -> list[dict]: +def parse_fixtures(raw_matches: list[dict]) -> list[dict]: """ Parse CricketData fixtures into a clean format aligned with our data model. """ @@ -160,7 +161,36 @@ def parse_fixtures(raw_matches: list[dict]) -> list[dict]: "fixture_status": m.get("fixture_status", "confirmed"), } ) - return fixtures + return fixtures + + +def filter_current_fixtures(fixtures: list[dict], reference_date=None) -> list[dict]: + """Keep fixtures scheduled for today or later. + + CricketData's ``currentMatches`` response can include recently completed + matches. Those records are valid fixtures, but they do not belong on the + Today's Matches board. Fixtures without a parseable date are retained so + an upstream schema change does not silently hide a match. + """ + today = reference_date or datetime.now(ZoneInfo("America/New_York")).date() + current = [] + for fixture in fixtures: + scheduled_start = fixture.get("scheduled_start") or "" + try: + scheduled_date = datetime.fromisoformat(scheduled_start.replace("Z", "+00:00")).date() + except (TypeError, ValueError): + current.append(fixture) + continue + if scheduled_date >= today: + current.append(fixture) + else: + logger.info( + "Skipping past fixture from Today's Matches: %s vs %s (%s)", + fixture.get("team1"), + fixture.get("team2"), + scheduled_start, + ) + return current def add_odds_provisional_fixtures(fixtures: list[dict], odds: list[dict]) -> list[dict]: @@ -219,8 +249,8 @@ def run() -> list[dict]: annotated = dict(match) annotated.update({key: series[key] for key in ("competition", "competition_name", "format", "gender")}) raw.append(annotated) - fixtures = parse_fixtures(raw) - logger.info("Parsed %d registered fixtures", len(fixtures)) + fixtures = filter_current_fixtures(parse_fixtures(raw)) + logger.info("Parsed %d registered fixtures", len(fixtures)) return fixtures diff --git a/predictions.py b/predictions.py index e6ddb6d..f391b11 100644 --- a/predictions.py +++ b/predictions.py @@ -1,6 +1,8 @@ """Wicket Oracle Streamlit entry point and grouped application navigation.""" -import streamlit as st +import streamlit as st +from datetime import UTC, datetime +from zoneinfo import ZoneInfo from pages_app import ( fixtures_table, @@ -14,7 +16,19 @@ value_bets, ) from pipeline.status import ProductionStatus, plain_language_status -from utils.browser_time import browser_time +try: + from utils.browser_time import format_eastern_timestamp +except ImportError: # Compatibility with deployments using an older utility module. + def format_eastern_timestamp(value): + try: + timestamp = datetime.fromisoformat(str(value).replace("Z", "+00:00")) + if timestamp.tzinfo is None: + timestamp = timestamp.replace(tzinfo=UTC) + return timestamp.astimezone(ZoneInfo("America/New_York")).strftime( + "%B %-d, %Y at %-I:%M %p ET" + ) + except (TypeError, ValueError): + return str(value or "Unknown") from utils.cache import ( APP_ENV, get_cache_metadata, @@ -65,8 +79,8 @@ def _status_rows() -> list[dict]: return rows -def status_page() -> None: - """Default landing page: one calm, useful health/status view.""" +def status_page() -> None: + """System health and competition coverage view.""" st.title("Wicket Oracle") st.markdown('
Cricket betting analytics ยท system status
', unsafe_allow_html=True) st.write("") @@ -77,19 +91,13 @@ def status_page() -> None: status_label = ( "Simulated data" if simulated and APP_ENV == "development" else ("Needs refresh" if stale else "Live") ) - status_color = "#b45309" if stale or simulated else "#15803d" - a, b, c = st.columns(3) + a, b, c = st.columns(3) a.metric("System", status_label, help="Status reflects the most recent cached pipeline output.") b.metric("Environment", APP_ENV.title()) c.metric("Model", "h2h-v1" if load_cache_data_only("todays_matches") else "Not available") - st.markdown( - f'
{status_label} ' - "ยท The sidebar is now navigation only. Detailed health checks live here.
", - unsafe_allow_html=True, - ) - if metadata.get("generated_at"): - st.markdown(browser_time(metadata["generated_at"], "Last pipeline update"), unsafe_allow_html=True) + if metadata.get("generated_at"): + st.markdown(f"**Last pipeline update:** {format_eastern_timestamp(metadata['generated_at'])}") st.subheader("Competition coverage") rows = _status_rows() @@ -116,10 +124,10 @@ def _sidebar_brand() -> None: _sidebar_brand() pg = st.navigation( - { - "": [st.Page(status_page, title="Status", icon="๐Ÿ ", url_path="status", default=True)], - "Live": [ - st.Page(todays_matches.render, title="Today's Matches", icon="๐Ÿ“…", url_path="todays-matches"), + { + "": [st.Page(status_page, title="Status", icon="๐Ÿ ", url_path="status")], + "Live": [ + st.Page(todays_matches.render, title="Today's Matches", icon="๐Ÿ“…", url_path="todays-matches", default=True), st.Page(match_hub.render, title="Match Hub", icon="๐Ÿงญ", url_path="match-hub"), ], "Markets": [ diff --git a/scripts/export_best_bets.py b/scripts/export_best_bets.py index f068f12..0ea43e4 100644 --- a/scripts/export_best_bets.py +++ b/scripts/export_best_bets.py @@ -40,21 +40,34 @@ def _edge_to_decimal(edge: float | None) -> float | None: return edge -def load_value_bets() -> list[dict]: +def _records(payload: object, source: Path) -> list[dict]: + """Return records from either a legacy list or the pipeline cache envelope.""" + if isinstance(payload, dict): + payload = payload.get("data", []) + if not isinstance(payload, list) or not all(isinstance(item, dict) for item in payload): + raise TypeError(f"{source} must contain a list or an object with a list-valued 'data' field") + return payload + + +def load_value_bets() -> tuple[list[dict], str | None]: if not VALUE_BETS_PATH.exists(): print(f"[cricket export] {VALUE_BETS_PATH} not found โ€” writing empty output") - return [] + return [], None with open(VALUE_BETS_PATH, encoding="utf-8") as f: - return json.load(f) + payload = json.load(f) + source_run_id = payload.get("source_run_id") if isinstance(payload, dict) else None + return _records(payload, VALUE_BETS_PATH), source_run_id -def load_todays_matches() -> dict[str, dict]: +def load_todays_matches() -> tuple[dict[str, dict], str | None]: """Return a lookup dict keyed by match_id.""" if not TODAYS_MATCHES_PATH.exists(): - return {} + return {}, None with open(TODAYS_MATCHES_PATH, encoding="utf-8") as f: - matches = json.load(f) - return {m["match_id"]: m for m in matches} + payload = json.load(f) + source_run_id = payload.get("source_run_id") if isinstance(payload, dict) else None + matches = _records(payload, TODAYS_MATCHES_PATH) + return {m["match_id"]: m for m in matches}, source_run_id def build_bets(value_bets: list[dict], matches: dict[str, dict]) -> list[dict]: @@ -93,8 +106,14 @@ def build_bets(value_bets: list[dict], matches: dict[str, dict]) -> list[dict]: def main() -> None: - value_bets = load_value_bets() - matches = load_todays_matches() + value_bets, value_bets_run_id = load_value_bets() + matches, matches_run_id = load_todays_matches() + if value_bets_run_id and matches_run_id and value_bets_run_id != matches_run_id: + print( + "[cricket export] value_bets and todays_matches come from different pipeline runs โ€” " + "excluding stale bets" + ) + value_bets = [] bets = build_bets(value_bets, matches) OUT_PATH.parent.mkdir(parents=True, exist_ok=True) @@ -113,24 +132,4 @@ def main() -> None: if __name__ == "__main__": - try: - main() - except Exception as exc: - print(f"[cricket export] Unhandled error: {exc} โ€” writing empty fallback output") - import traceback - - traceback.print_exc() - OUT_PATH.parent.mkdir(parents=True, exist_ok=True) - fallback = { - "meta": { - "sport": "Cricket", - "generated_at": datetime.now(UTC).isoformat(), - "model_version": "1.0.0", - "season": str(datetime.now(UTC).year), - "notes": f"Export failed: {exc}", - }, - "bets": [], - } - with open(OUT_PATH, "w", encoding="utf-8") as f: - json.dump(fallback, f, indent=2) - print(f"[cricket export] Wrote fallback (0 bets) โ†’ {OUT_PATH}") + main() diff --git a/tests/test_match_intelligence.py b/tests/test_match_intelligence.py index e9689d9..d74c62a 100644 --- a/tests/test_match_intelligence.py +++ b/tests/test_match_intelligence.py @@ -11,7 +11,7 @@ from pipeline.competitions import get_competition from pipeline.coverage import competition_status from pipeline.fetch_cricsheet import historical_coverage -from pipeline.fetch_fixtures import add_odds_provisional_fixtures +from pipeline.fetch_fixtures import add_odds_provisional_fixtures, filter_current_fixtures from pipeline.fetch_odds import match_odds_for_fixture, parse_odds from pipeline.normalization import canonical_team from pipeline.shot_locations import ShotLocation, empty_shot_locations, serialize_locations @@ -222,7 +222,7 @@ def test_unready_competition_cannot_publish_h2h_bet(): assert run_pipeline.build_value_bets([match], [], {"international_t20": False}) == [] -def test_draftkings_event_becomes_provisional_fixture_when_schedule_is_missing(): +def test_draftkings_event_becomes_provisional_fixture_when_schedule_is_missing(): odds = [ { "event_id": "dk-zimbabwe-india", @@ -237,7 +237,17 @@ def test_draftkings_event_becomes_provisional_fixture_when_schedule_is_missing() fixtures = add_odds_provisional_fixtures([], odds) assert fixtures[0]["match_id"] == "dk-zimbabwe-india" assert fixtures[0]["fixture_source"] == "odds_api" - assert fixtures[0]["fixture_status"] == "provisional" + assert fixtures[0]["fixture_status"] == "provisional" + + +def test_current_fixture_filter_removes_past_matches_but_keeps_same_teams_on_different_dates(): + fixtures = [ + {"match_id": "past", "team1": "Zimbabwe", "team2": "India", "scheduled_start": "2026-07-26T11:00:00"}, + {"match_id": "today", "team1": "Zimbabwe", "team2": "India", "scheduled_start": "2026-07-28T11:00:00"}, + {"match_id": "future", "team1": "Zimbabwe", "team2": "India", "scheduled_start": "2026-07-29T11:00:00Z"}, + ] + result = filter_current_fixtures(fixtures, reference_date=pd.Timestamp("2026-07-28").date()) + assert [fixture["match_id"] for fixture in result] == ["today", "future"] def test_shot_location_contract_is_explicit_when_no_provider_is_configured(): diff --git a/utils/browser_time.py b/utils/browser_time.py index a9d2c60..69d18c2 100644 --- a/utils/browser_time.py +++ b/utils/browser_time.py @@ -1,6 +1,20 @@ """Small helpers for displaying UTC timestamps in the viewer's browser timezone.""" -from html import escape +from html import escape +from datetime import UTC, datetime +from zoneinfo import ZoneInfo + + +def format_eastern_timestamp(value: str | None) -> str: + """Format an ISO timestamp as a readable US Eastern Time value.""" + try: + timestamp = datetime.fromisoformat(str(value).replace("Z", "+00:00")) + if timestamp.tzinfo is None: + timestamp = timestamp.replace(tzinfo=UTC) + eastern = timestamp.astimezone(ZoneInfo("America/New_York")) + return eastern.strftime("%B %-d, %Y at %-I:%M %p ET") + except (TypeError, ValueError): + return str(value or "Unknown") def browser_time(value: str | None, label: str = "Local time") -> str: diff --git a/utils/data.py b/utils/data.py index c119e02..955f769 100644 --- a/utils/data.py +++ b/utils/data.py @@ -1,5 +1,6 @@ import random -from datetime import datetime, timedelta +from datetime import UTC, datetime, timedelta +from zoneinfo import ZoneInfo import requests @@ -150,22 +151,64 @@ # --------------------------------------------------------------------------- -def get_todays_matches(): +def get_todays_matches(): """Return today's matches from cache. In production mode, returns None if no cache exists. In development mode, falls back to mock data. """ - cached = load_cache_data_only("todays_matches") - if cached: - return cached - # A no-fixture refresh must not blank the last usable production board. - backup = load_backup_cache_data_only("todays_matches") - if backup: - return backup + cached = _filter_to_current_fixtures(load_cache_data_only("todays_matches")) + if cached is not None: + return cached + # A no-fixture refresh must not blank the last usable production board. + backup = _filter_to_current_fixtures(load_backup_cache_data_only("todays_matches")) + if backup is not None: + return backup if IS_PRODUCTION: return None - return _mock_todays_matches() + return _mock_todays_matches() + + +def _filter_to_current_fixtures(matches): + """Remove completed fixtures from legacy today's-match caches. + + Older prediction records did not preserve ``scheduled_start``. In that + case, use the schedule cache to identify records that have already + happened. Unknown IDs are retained for compatibility with fresh caches. + """ + if not isinstance(matches, list): + return matches + + today = datetime.now(ZoneInfo("America/New_York")).date() + schedule = load_cache_data_only("schedule") + schedule_dates = {} + if isinstance(schedule, list): + for fixture in schedule: + match_id = fixture.get("match_id") + scheduled_start = fixture.get("scheduled_start") + if not match_id or not scheduled_start: + continue + try: + schedule_dates[match_id] = datetime.fromisoformat( + scheduled_start.replace("Z", "+00:00") + ).date() + except (TypeError, ValueError): + continue + + current = [] + for match in matches: + scheduled_start = match.get("scheduled_start") + scheduled_date = None + if scheduled_start: + try: + scheduled_date = datetime.fromisoformat(scheduled_start.replace("Z", "+00:00")).date() + except (TypeError, ValueError): + pass + if scheduled_date is None: + scheduled_date = schedule_dates.get(match.get("match_id")) + if scheduled_date is None or scheduled_date >= today: + current.append(match) + return current def get_player_props(match):