{
  "generatedAt": "2026-05-25T13:46:02.826278+00:00",
  "site": {
    "name": "The Long Ball",
    "url": "https://thelongball.app",
    "tagline": "Digging the data behind the distance."
  },
  "dataset": "Longball Index",
  "season": 2026,
  "description": "Stadium-neutral home-run quality leaderboard for qualified MLB hitters.",
  "methodologyVersion": "LBI v1.2",
  "sourceNotes": "Uses public Statcast pitch data from pybaseball, Baseball Savant Home Run Tracker Adjusted mode, and Baseball Savant batted-ball leaderboard fields. The frontend reads this precomputed static JSON and never queries Statcast directly.",
  "fields": {
    "player": "Hitter display name.",
    "team": "Most recent batting team inferred from Statcast context.",
    "bbe": "Batted-ball events in the cached Statcast sample.",
    "hr": "Actual home runs in the cached Statcast sample.",
    "longballIndex": "LBI v1.2 plus-style score for stadium-neutral home-run contact quality. 100 is league average among qualified hitters.",
    "xhr": "Adjusted expected home runs from Baseball Savant Home Run Tracker.",
    "xhrPerBbe": "Adjusted expected home runs per batted-ball event.",
    "barrelRate": "Share of batted balls classified as barrels.",
    "hardHitRate": "Share of batted balls hit 95 mph or harder.",
    "avgDistanceOnBarrels": "Average projected distance on barreled batted balls.",
    "pullAirRate": "Pull Air percentage from Baseball Savant's batted-ball leaderboard. Reference stat only.",
    "sweetSpotRate": "Share of batted balls launched between 8 and 32 degrees. Reference stat only.",
    "actualDoubterHr": "Actual home runs classified as Doubters by Home Run Tracker detail data.",
    "cheapieRate": "Actual Doubter HR divided by actual HR total.",
    "dailyFeatures": "Latest-date Daily Dong, Hot Dog Robbery, and Cheapest Dong event objects."
  },
  "source": {
    "rawCache": "data/raw/statcast-pitches.csv",
    "fetcher": "canonical pitch cache + Baseball Savant Home Run Tracker",
    "homeRunTrackerMode": "adj_xhr",
    "longballIndexVersion": "1.2",
    "methodology": "Adjusted xHR/BBE anchored formula: 60%, Barrel% 20%, Avg Distance on Barrels 12.5%, Hard Hit% 7.5%; distance confidence weights apply below 10 barrels",
    "homeRunTrackerMatchedPlayers": 223,
    "homeRunTrackerMissingPlayers": 2,
    "battedBallLeaderboardMatchedPlayers": 223,
    "battedBallLeaderboardMissingPlayers": 2,
    "pullAirSource": "Baseball Savant batted-ball leaderboard pull_air_rate",
    "cheapieSource": "actual-home-run-classification",
    "homeRunTrackerDetailRows": 2623,
    "homeRunTrackerDetailJoinedRows": 2566,
    "homeRunTrackerDetailJoinRate": 0.9783,
    "homeRunTrackerActualHrRows": 1643,
    "joinedActualHrRows": 1643,
    "actualHrMatchRate": 1.0
  },
  "qualifiedBy": {
    "minimumHomeRuns": null,
    "frontendMinimumHomeRunsDefault": 1,
    "minimumPlateAppearances": null,
    "minimumBbe": 96,
    "estimatedTeamGames": 64
  },
  "players": [
    {
      "batter": 808959,
      "player": "Munetaka Murakami",
      "team": "CWS",
      "bbe": 120,
      "hr": 18,
      "xhr": 14.4,
      "xhrPerBbe": 0.12,
      "xhrDiff": 2.6,
      "noDoubters": 8,
      "doubters": 4,
      "mostlyGone": 8,
      "noDoubterRate": 0.471,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 8,
      "actualNoDoubterHr": 8,
      "cheapieRate": 0.056,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.2,
      "hardHitRate": 0.567,
      "sweetSpotRate": 0.317,
      "pullAirRate": 0.202,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 397.3,
      "avgLaunchAngleOnBarrels": 30.9,
      "avgDistance": 411.2,
      "longestHr": 451,
      "avgExitVelocity": 93.7,
      "longballIndex": 185.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.12,
          "percentile": 0.991,
          "score": 190.8,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.2,
          "percentile": 0.9778,
          "score": 178.4,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 397.3,
          "percentile": 0.9694,
          "score": 173.0,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.567,
          "percentile": 0.9822,
          "score": 182.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "No-Doubter Candidate"
    },
    {
      "batter": 656941,
      "player": "Kyle Schwarber",
      "team": "PHI",
      "bbe": 119,
      "hr": 21,
      "xhr": 17.3,
      "xhrPerBbe": 0.1454,
      "xhrDiff": 2.7,
      "noDoubters": 8,
      "doubters": 2,
      "mostlyGone": 12,
      "noDoubterRate": 0.4,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 11,
      "actualNoDoubterHr": 8,
      "cheapieRate": 0.048,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.252,
      "hardHitRate": 0.504,
      "sweetSpotRate": 0.403,
      "pullAirRate": 0.339,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 387.6,
      "avgLaunchAngleOnBarrels": 27.8,
      "avgDistance": 403.4,
      "longestHr": 460,
      "avgExitVelocity": 93.2,
      "longballIndex": 180.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.1454,
          "percentile": 1.0,
          "score": 190.8,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.252,
          "percentile": 1.0,
          "score": 190.8,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 387.6,
          "percentile": 0.824,
          "score": 136.3,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.504,
          "percentile": 0.8933,
          "score": 148.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "No-Doubter Candidate"
    },
    {
      "batter": 592450,
      "player": "Aaron Judge",
      "team": "NYY",
      "bbe": 128,
      "hr": 18,
      "xhr": 17.3,
      "xhrPerBbe": 0.1352,
      "xhrDiff": -0.3,
      "noDoubters": 12,
      "doubters": 2,
      "mostlyGone": 7,
      "noDoubterRate": 0.706,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 12,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.234,
      "hardHitRate": 0.562,
      "sweetSpotRate": 0.367,
      "pullAirRate": 0.208,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 381.5,
      "avgLaunchAngleOnBarrels": 26.3,
      "avgDistance": 402.4,
      "longestHr": 456,
      "avgExitVelocity": 94.2,
      "longballIndex": 179.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.1352,
          "percentile": 0.9955,
          "score": 190.8,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.234,
          "percentile": 0.9911,
          "score": 190.8,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 381.5,
          "percentile": 0.6173,
          "score": 111.6,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.562,
          "percentile": 0.9733,
          "score": 175.4,
          "weight": 0.075
        }
      },
      "sampleBadge": "No-Doubter Candidate"
    },
    {
      "batter": 695578,
      "player": "James Wood",
      "team": "WSH",
      "bbe": 143,
      "hr": 14,
      "xhr": 15.9,
      "xhrPerBbe": 0.1112,
      "xhrDiff": -2.9,
      "noDoubters": 7,
      "doubters": 9,
      "mostlyGone": 12,
      "noDoubterRate": 0.538,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 7,
      "cheapieRate": 0.071,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.245,
      "hardHitRate": 0.587,
      "sweetSpotRate": 0.413,
      "pullAirRate": 0.1,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 372.9,
      "avgLaunchAngleOnBarrels": 26.2,
      "avgDistance": 405.3,
      "longestHr": 442,
      "avgExitVelocity": 96.2,
      "longballIndex": 169.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.1112,
          "percentile": 0.9776,
          "score": 178.3,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.245,
          "percentile": 0.9956,
          "score": 190.8,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 372.9,
          "percentile": 0.2934,
          "score": 78.8,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.587,
          "percentile": 0.9911,
          "score": 190.8,
          "weight": 0.075
        }
      },
      "sampleBadge": "No-Doubter Candidate"
    },
    {
      "batter": 621439,
      "player": "Byron Buxton",
      "team": "MIN",
      "bbe": 139,
      "hr": 18,
      "xhr": 16.2,
      "xhrPerBbe": 0.1165,
      "xhrDiff": -0.2,
      "noDoubters": 11,
      "doubters": 2,
      "mostlyGone": 6,
      "noDoubterRate": 0.688,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 11,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.216,
      "hardHitRate": 0.468,
      "sweetSpotRate": 0.353,
      "pullAirRate": 0.319,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 374.4,
      "avgLaunchAngleOnBarrels": 29.0,
      "avgDistance": 393.7,
      "longestHr": 438,
      "avgExitVelocity": 90.0,
      "longballIndex": 168.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.1165,
          "percentile": 0.9865,
          "score": 186.3,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.216,
          "percentile": 0.9844,
          "score": 184.1,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 374.4,
          "percentile": 0.3495,
          "score": 84.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.468,
          "percentile": 0.7667,
          "score": 128.4,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 545361,
      "player": "Mike Trout",
      "team": "LAA",
      "bbe": 138,
      "hr": 13,
      "xhr": 14.7,
      "xhrPerBbe": 0.1065,
      "xhrDiff": -1.7,
      "noDoubters": 9,
      "doubters": 7,
      "mostlyGone": 7,
      "noDoubterRate": 0.692,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 9,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.196,
      "hardHitRate": 0.493,
      "sweetSpotRate": 0.37,
      "pullAirRate": 0.22,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 389.7,
      "avgLaunchAngleOnBarrels": 27.7,
      "avgDistance": 407.2,
      "longestHr": 446,
      "avgExitVelocity": 91.3,
      "longballIndex": 167.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.1065,
          "percentile": 0.9686,
          "score": 172.6,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.196,
          "percentile": 0.9733,
          "score": 175.4,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 389.7,
          "percentile": 0.8801,
          "score": 145.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.493,
          "percentile": 0.8511,
          "score": 140.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 670541,
      "player": "Yordan \u00c1lvarez",
      "team": "HOU",
      "bbe": 160,
      "hr": 15,
      "xhr": 17.8,
      "xhrPerBbe": 0.1113,
      "xhrDiff": -2.8,
      "noDoubters": 12,
      "doubters": 2,
      "mostlyGone": 8,
      "noDoubterRate": 0.8,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 12,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.163,
      "hardHitRate": 0.512,
      "sweetSpotRate": 0.469,
      "pullAirRate": 0.301,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 379.1,
      "avgLaunchAngleOnBarrels": 26.1,
      "avgDistance": 393.4,
      "longestHr": 424,
      "avgExitVelocity": 93.9,
      "longballIndex": 164.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.1113,
          "percentile": 0.9821,
          "score": 181.9,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.163,
          "percentile": 0.92,
          "score": 154.8,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 379.1,
          "percentile": 0.523,
          "score": 102.2,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.512,
          "percentile": 0.9111,
          "score": 152.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 571970,
      "player": "Max Muncy",
      "team": "LAD",
      "bbe": 124,
      "hr": 13,
      "xhr": 12.4,
      "xhrPerBbe": 0.1,
      "xhrDiff": -0.4,
      "noDoubters": 5,
      "doubters": 3,
      "mostlyGone": 9,
      "noDoubterRate": 0.417,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 7,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.194,
      "hardHitRate": 0.524,
      "sweetSpotRate": 0.371,
      "pullAirRate": 0.281,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 385.1,
      "avgLaunchAngleOnBarrels": 26.0,
      "avgDistance": 410.2,
      "longestHr": 454,
      "avgExitVelocity": 91.8,
      "longballIndex": 164.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.1,
          "percentile": 0.9641,
          "score": 170.3,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.194,
          "percentile": 0.9644,
          "score": 170.4,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 385.1,
          "percentile": 0.7526,
          "score": 126.6,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.524,
          "percentile": 0.9378,
          "score": 159.9,
          "weight": 0.075
        }
      },
      "sampleBadge": "No-Doubter Candidate"
    },
    {
      "batter": 700250,
      "player": "Ben Rice",
      "team": "NYY",
      "bbe": 136,
      "hr": 17,
      "xhr": 15.0,
      "xhrPerBbe": 0.1103,
      "xhrDiff": 1.0,
      "noDoubters": 6,
      "doubters": 2,
      "mostlyGone": 12,
      "noDoubterRate": 0.375,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 9,
      "actualNoDoubterHr": 6,
      "cheapieRate": 0.059,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.176,
      "hardHitRate": 0.515,
      "sweetSpotRate": 0.419,
      "pullAirRate": 0.234,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 379.1,
      "avgLaunchAngleOnBarrels": 25.4,
      "avgDistance": 391.6,
      "longestHr": 431,
      "avgExitVelocity": 92.4,
      "longballIndex": 162.6,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.1103,
          "percentile": 0.9731,
          "score": 175.2,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.176,
          "percentile": 0.9533,
          "score": 165.5,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 379.1,
          "percentile": 0.523,
          "score": 102.2,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.515,
          "percentile": 0.9178,
          "score": 154.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 621566,
      "player": "Matt Olson",
      "team": "ATL",
      "bbe": 169,
      "hr": 16,
      "xhr": 15.2,
      "xhrPerBbe": 0.0899,
      "xhrDiff": -1.2,
      "noDoubters": 8,
      "doubters": 5,
      "mostlyGone": 11,
      "noDoubterRate": 0.571,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 8,
      "cheapieRate": 0.062,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.166,
      "hardHitRate": 0.515,
      "sweetSpotRate": 0.343,
      "pullAirRate": 0.194,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 396.0,
      "avgLaunchAngleOnBarrels": 27.4,
      "avgDistance": 411.4,
      "longestHr": 441,
      "avgExitVelocity": 93.0,
      "longballIndex": 158.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0899,
          "percentile": 0.9327,
          "score": 158.4,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.166,
          "percentile": 0.9244,
          "score": 156.0,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 396.0,
          "percentile": 0.949,
          "score": 163.8,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.515,
          "percentile": 0.9178,
          "score": 154.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 665742,
      "player": "Juan Soto",
      "team": "NYM",
      "bbe": 118,
      "hr": 10,
      "xhr": 11.7,
      "xhrPerBbe": 0.0992,
      "xhrDiff": -1.7,
      "noDoubters": 5,
      "doubters": 4,
      "mostlyGone": 9,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.195,
      "hardHitRate": 0.508,
      "sweetSpotRate": 0.314,
      "pullAirRate": 0.195,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 375.8,
      "avgLaunchAngleOnBarrels": 27.9,
      "avgDistance": 404.7,
      "longestHr": 449,
      "avgExitVelocity": 92.4,
      "longballIndex": 158.0,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0992,
          "percentile": 0.9596,
          "score": 168.1,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.195,
          "percentile": 0.9689,
          "score": 172.8,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 375.8,
          "percentile": 0.4031,
          "score": 90.4,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.508,
          "percentile": 0.9022,
          "score": 150.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "No-Doubter Candidate"
    },
    {
      "batter": 691023,
      "player": "Jordan Walker",
      "team": "STL",
      "bbe": 147,
      "hr": 16,
      "xhr": 13.4,
      "xhrPerBbe": 0.0912,
      "xhrDiff": 1.6,
      "noDoubters": 6,
      "doubters": 4,
      "mostlyGone": 9,
      "noDoubterRate": 0.4,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 8,
      "actualNoDoubterHr": 6,
      "cheapieRate": 0.062,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.17,
      "hardHitRate": 0.537,
      "sweetSpotRate": 0.367,
      "pullAirRate": 0.159,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 381.3,
      "avgLaunchAngleOnBarrels": 24.4,
      "avgDistance": 406.3,
      "longestHr": 459,
      "avgExitVelocity": 94.6,
      "longballIndex": 155.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0912,
          "percentile": 0.9462,
          "score": 162.8,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.17,
          "percentile": 0.9422,
          "score": 161.4,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 381.3,
          "percentile": 0.6097,
          "score": 110.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.537,
          "percentile": 0.9422,
          "score": 161.4,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 665833,
      "player": "Oneil Cruz",
      "team": "PIT",
      "bbe": 136,
      "hr": 12,
      "xhr": 11.0,
      "xhrPerBbe": 0.0809,
      "xhrDiff": 0.0,
      "noDoubters": 5,
      "doubters": 3,
      "mostlyGone": 9,
      "noDoubterRate": 0.455,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.083,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.176,
      "hardHitRate": 0.618,
      "sweetSpotRate": 0.331,
      "pullAirRate": 0.18,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 382.8,
      "avgLaunchAngleOnBarrels": 24.2,
      "avgDistance": 410.2,
      "longestHr": 444,
      "avgExitVelocity": 96.1,
      "longballIndex": 154.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0809,
          "percentile": 0.9193,
          "score": 154.6,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.176,
          "percentile": 0.9533,
          "score": 165.5,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 382.8,
          "percentile": 0.6429,
          "score": 114.3,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.618,
          "percentile": 1.0,
          "score": 190.8,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 670042,
      "player": "Luke Raley",
      "team": "SEA",
      "bbe": 97,
      "hr": 12,
      "xhr": 8.6,
      "xhrPerBbe": 0.0887,
      "xhrDiff": 1.4,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 8,
      "noDoubterRate": 0.2,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 7,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.083,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.216,
      "hardHitRate": 0.495,
      "sweetSpotRate": 0.433,
      "pullAirRate": 0.271,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 375.7,
      "avgLaunchAngleOnBarrels": 27.6,
      "avgDistance": 385.5,
      "longestHr": 437,
      "avgExitVelocity": 90.0,
      "longballIndex": 152.2,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0887,
          "percentile": 0.9238,
          "score": 155.8,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.216,
          "percentile": 0.9844,
          "score": 184.1,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 375.7,
          "percentile": 0.398,
          "score": 89.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.495,
          "percentile": 0.86,
          "score": 142.1,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 664023,
      "player": "Ian Happ",
      "team": "CHC",
      "bbe": 118,
      "hr": 11,
      "xhr": 11.0,
      "xhrPerBbe": 0.0932,
      "xhrDiff": -1.0,
      "noDoubters": 5,
      "doubters": 2,
      "mostlyGone": 7,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.169,
      "hardHitRate": 0.432,
      "sweetSpotRate": 0.347,
      "pullAirRate": 0.257,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 375.2,
      "avgLaunchAngleOnBarrels": 27.2,
      "avgDistance": 399.9,
      "longestHr": 431,
      "avgExitVelocity": 89.6,
      "longballIndex": 149.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0932,
          "percentile": 0.9507,
          "score": 164.4,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.169,
          "percentile": 0.9356,
          "score": 159.2,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 375.2,
          "percentile": 0.3776,
          "score": 87.8,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.432,
          "percentile": 0.5667,
          "score": 106.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 666160,
      "player": "Mickey Moniak",
      "team": "COL",
      "bbe": 118,
      "hr": 12,
      "xhr": 10.7,
      "xhrPerBbe": 0.0907,
      "xhrDiff": 1.3,
      "noDoubters": 8,
      "doubters": 4,
      "mostlyGone": 3,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 8,
      "cheapieRate": 0.083,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.127,
      "hardHitRate": 0.398,
      "sweetSpotRate": 0.347,
      "pullAirRate": 0.351,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 397.1,
      "avgLaunchAngleOnBarrels": 26.1,
      "avgDistance": 416.7,
      "longestHr": 439,
      "avgExitVelocity": 89.2,
      "longballIndex": 148.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0907,
          "percentile": 0.9372,
          "score": 159.8,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.127,
          "percentile": 0.7556,
          "score": 127.0,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 397.1,
          "percentile": 0.9643,
          "score": 170.3,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.398,
          "percentile": 0.3444,
          "score": 84.4,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 695657,
      "player": "Colson Montgomery",
      "team": "CWS",
      "bbe": 133,
      "hr": 13,
      "xhr": 11.9,
      "xhrPerBbe": 0.0895,
      "xhrDiff": 1.1,
      "noDoubters": 5,
      "doubters": 3,
      "mostlyGone": 8,
      "noDoubterRate": 0.385,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 8,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.128,
      "hardHitRate": 0.429,
      "sweetSpotRate": 0.368,
      "pullAirRate": 0.276,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 396.2,
      "avgLaunchAngleOnBarrels": 29.0,
      "avgDistance": 398.0,
      "longestHr": 442,
      "avgExitVelocity": 89.9,
      "longballIndex": 148.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0895,
          "percentile": 0.9283,
          "score": 157.1,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.128,
          "percentile": 0.7667,
          "score": 128.4,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 396.2,
          "percentile": 0.9541,
          "score": 165.8,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.429,
          "percentile": 0.5467,
          "score": 104.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 672960,
      "player": "Kazuma Okamoto",
      "team": "TOR",
      "bbe": 129,
      "hr": 10,
      "xhr": 9.9,
      "xhrPerBbe": 0.0767,
      "xhrDiff": 0.1,
      "noDoubters": 3,
      "doubters": 3,
      "mostlyGone": 9,
      "noDoubterRate": 0.3,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 7,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.147,
      "hardHitRate": 0.519,
      "sweetSpotRate": 0.357,
      "pullAirRate": 0.248,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 385.4,
      "avgLaunchAngleOnBarrels": 25.9,
      "avgDistance": 410.7,
      "longestHr": 453,
      "avgExitVelocity": 92.7,
      "longballIndex": 148.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0767,
          "percentile": 0.9148,
          "score": 153.5,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.147,
          "percentile": 0.8667,
          "score": 143.3,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 385.4,
          "percentile": 0.7628,
          "score": 127.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.519,
          "percentile": 0.9289,
          "score": 157.3,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 664040,
      "player": "Brandon Lowe",
      "team": "PIT",
      "bbe": 143,
      "hr": 13,
      "xhr": 13.4,
      "xhrPerBbe": 0.0937,
      "xhrDiff": -0.4,
      "noDoubters": 6,
      "doubters": 2,
      "mostlyGone": 10,
      "noDoubterRate": 0.462,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 6,
      "cheapieRate": 0.077,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.133,
      "hardHitRate": 0.476,
      "sweetSpotRate": 0.392,
      "pullAirRate": 0.252,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 375.3,
      "avgLaunchAngleOnBarrels": 25.2,
      "avgDistance": 396.8,
      "longestHr": 444,
      "avgExitVelocity": 90.0,
      "longballIndex": 147.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0937,
          "percentile": 0.9552,
          "score": 166.2,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.133,
          "percentile": 0.8044,
          "score": 133.5,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 375.3,
          "percentile": 0.3827,
          "score": 88.4,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.476,
          "percentile": 0.8022,
          "score": 133.1,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 572233,
      "player": "Christian Walker",
      "team": "HOU",
      "bbe": 163,
      "hr": 15,
      "xhr": 14.8,
      "xhrPerBbe": 0.0908,
      "xhrDiff": -0.8,
      "noDoubters": 7,
      "doubters": 2,
      "mostlyGone": 10,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 7,
      "cheapieRate": 0.067,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.129,
      "hardHitRate": 0.454,
      "sweetSpotRate": 0.331,
      "pullAirRate": 0.227,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 383.1,
      "avgLaunchAngleOnBarrels": 24.7,
      "avgDistance": 394.3,
      "longestHr": 432,
      "avgExitVelocity": 90.3,
      "longballIndex": 146.2,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0908,
          "percentile": 0.9417,
          "score": 161.2,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.129,
          "percentile": 0.7778,
          "score": 129.8,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 383.1,
          "percentile": 0.6684,
          "score": 117.0,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.454,
          "percentile": 0.68,
          "score": 118.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 575929,
      "player": "Willson Contreras",
      "team": "BOS",
      "bbe": 136,
      "hr": 11,
      "xhr": 10.2,
      "xhrPerBbe": 0.075,
      "xhrDiff": 0.8,
      "noDoubters": 5,
      "doubters": 3,
      "mostlyGone": 6,
      "noDoubterRate": 0.455,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.091,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.154,
      "hardHitRate": 0.449,
      "sweetSpotRate": 0.375,
      "pullAirRate": 0.252,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 382.0,
      "avgLaunchAngleOnBarrels": 28.4,
      "avgDistance": 410.2,
      "longestHr": 449,
      "avgExitVelocity": 89.7,
      "longballIndex": 143.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.075,
          "percentile": 0.9103,
          "score": 152.4,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.154,
          "percentile": 0.8889,
          "score": 147.6,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 382.0,
          "percentile": 0.6224,
          "score": 112.2,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.449,
          "percentile": 0.6422,
          "score": 114.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 696100,
      "player": "Hunter Goodman",
      "team": "COL",
      "bbe": 131,
      "hr": 13,
      "xhr": 9.3,
      "xhrPerBbe": 0.071,
      "xhrDiff": 1.7,
      "noDoubters": 5,
      "doubters": 3,
      "mostlyGone": 5,
      "noDoubterRate": 0.455,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.077,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.137,
      "hardHitRate": 0.489,
      "sweetSpotRate": 0.351,
      "pullAirRate": 0.354,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 384.6,
      "avgLaunchAngleOnBarrels": 25.6,
      "avgDistance": 401.3,
      "longestHr": 435,
      "avgExitVelocity": 91.4,
      "longballIndex": 141.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.071,
          "percentile": 0.8924,
          "score": 148.4,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.137,
          "percentile": 0.8178,
          "score": 135.4,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 384.6,
          "percentile": 0.7245,
          "score": 123.3,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.489,
          "percentile": 0.84,
          "score": 138.8,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 657757,
      "player": "Gavin Sheets",
      "team": "SD",
      "bbe": 128,
      "hr": 12,
      "xhr": 8.9,
      "xhrPerBbe": 0.0695,
      "xhrDiff": 0.1,
      "noDoubters": 7,
      "doubters": 3,
      "mostlyGone": 2,
      "noDoubterRate": 0.778,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 7,
      "cheapieRate": 0.083,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.109,
      "hardHitRate": 0.5,
      "sweetSpotRate": 0.398,
      "pullAirRate": 0.205,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 393.8,
      "avgLaunchAngleOnBarrels": 27.7,
      "avgDistance": 404.6,
      "longestHr": 434,
      "avgExitVelocity": 90.5,
      "longballIndex": 141.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0695,
          "percentile": 0.8767,
          "score": 145.2,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.109,
          "percentile": 0.6867,
          "score": 119.0,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 393.8,
          "percentile": 0.9337,
          "score": 158.7,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.5,
          "percentile": 0.8844,
          "score": 146.7,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 669127,
      "player": "Shea Langeliers",
      "team": "ATH",
      "bbe": 160,
      "hr": 13,
      "xhr": 11.0,
      "xhrPerBbe": 0.0688,
      "xhrDiff": 1.0,
      "noDoubters": 6,
      "doubters": 1,
      "mostlyGone": 7,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 6,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.144,
      "hardHitRate": 0.456,
      "sweetSpotRate": 0.381,
      "pullAirRate": 0.209,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 389.3,
      "avgLaunchAngleOnBarrels": 25.8,
      "avgDistance": 415.3,
      "longestHr": 467,
      "avgExitVelocity": 92.1,
      "longballIndex": 141.6,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0688,
          "percentile": 0.87,
          "score": 143.9,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.144,
          "percentile": 0.8533,
          "score": 141.0,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 389.3,
          "percentile": 0.8699,
          "score": 143.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.456,
          "percentile": 0.6978,
          "score": 120.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 686948,
      "player": "Drake Baldwin",
      "team": "ATL",
      "bbe": 158,
      "hr": 14,
      "xhr": 10.2,
      "xhrPerBbe": 0.0646,
      "xhrDiff": 2.8,
      "noDoubters": 3,
      "doubters": 3,
      "mostlyGone": 11,
      "noDoubterRate": 0.231,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 10,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.19,
      "hardHitRate": 0.538,
      "sweetSpotRate": 0.443,
      "pullAirRate": 0.159,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 373.4,
      "avgLaunchAngleOnBarrels": 24.2,
      "avgDistance": 400.0,
      "longestHr": 438,
      "avgExitVelocity": 93.0,
      "longballIndex": 140.0,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0646,
          "percentile": 0.8475,
          "score": 140.0,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.19,
          "percentile": 0.96,
          "score": 168.3,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 373.4,
          "percentile": 0.3138,
          "score": 81.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.538,
          "percentile": 0.9467,
          "score": 162.9,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 608369,
      "player": "Corey Seager",
      "team": "TEX",
      "bbe": 118,
      "hr": 7,
      "xhr": 8.3,
      "xhrPerBbe": 0.0703,
      "xhrDiff": -1.3,
      "noDoubters": 1,
      "doubters": 3,
      "mostlyGone": 8,
      "noDoubterRate": 0.143,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.169,
      "hardHitRate": 0.483,
      "sweetSpotRate": 0.356,
      "pullAirRate": 0.176,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 371.1,
      "avgLaunchAngleOnBarrels": 25.4,
      "avgDistance": 394.3,
      "longestHr": 422,
      "avgExitVelocity": 91.7,
      "longballIndex": 139.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0703,
          "percentile": 0.8834,
          "score": 146.5,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.169,
          "percentile": 0.9356,
          "score": 159.2,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 371.1,
          "percentile": 0.2628,
          "score": 75.2,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.483,
          "percentile": 0.8311,
          "score": 137.4,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 624585,
      "player": "Jorge Soler",
      "team": "LAA",
      "bbe": 128,
      "hr": 11,
      "xhr": 8.6,
      "xhrPerBbe": 0.0672,
      "xhrDiff": 0.4,
      "noDoubters": 6,
      "doubters": 3,
      "mostlyGone": 3,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 6,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.125,
      "hardHitRate": 0.438,
      "sweetSpotRate": 0.367,
      "pullAirRate": 0.267,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 392.5,
      "avgLaunchAngleOnBarrels": 27.1,
      "avgDistance": 401.7,
      "longestHr": 432,
      "avgExitVelocity": 88.8,
      "longballIndex": 137.6,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0672,
          "percentile": 0.8565,
          "score": 141.5,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.125,
          "percentile": 0.7444,
          "score": 125.6,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 392.5,
          "percentile": 0.9209,
          "score": 155.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.438,
          "percentile": 0.5933,
          "score": 109.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 547180,
      "player": "Bryce Harper",
      "team": "PHI",
      "bbe": 160,
      "hr": 12,
      "xhr": 9.8,
      "xhrPerBbe": 0.0613,
      "xhrDiff": 2.2,
      "noDoubters": 4,
      "doubters": 5,
      "mostlyGone": 9,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 7,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.083,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.138,
      "hardHitRate": 0.419,
      "sweetSpotRate": 0.406,
      "pullAirRate": 0.156,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 392.4,
      "avgLaunchAngleOnBarrels": 26.6,
      "avgDistance": 410.8,
      "longestHr": 457,
      "avgExitVelocity": 89.6,
      "longballIndex": 135.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0613,
          "percentile": 0.8274,
          "score": 136.8,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.138,
          "percentile": 0.8222,
          "score": 136.0,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 392.4,
          "percentile": 0.9133,
          "score": 153.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.419,
          "percentile": 0.4844,
          "score": 98.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 671739,
      "player": "Michael Harris",
      "team": "ATL",
      "bbe": 158,
      "hr": 11,
      "xhr": 8.9,
      "xhrPerBbe": 0.0563,
      "xhrDiff": 2.1,
      "noDoubters": 3,
      "doubters": 7,
      "mostlyGone": 7,
      "noDoubterRate": 0.273,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.182,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.158,
      "hardHitRate": 0.563,
      "sweetSpotRate": 0.304,
      "pullAirRate": 0.16,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 379.5,
      "avgLaunchAngleOnBarrels": 25.0,
      "avgDistance": 399.5,
      "longestHr": 425,
      "avgExitVelocity": 92.9,
      "longballIndex": 135.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0563,
          "percentile": 0.7937,
          "score": 132.0,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.158,
          "percentile": 0.9022,
          "score": 150.5,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 379.5,
          "percentile": 0.5459,
          "score": 104.5,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.563,
          "percentile": 0.9778,
          "score": 178.4,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 682829,
      "player": "Elly De La Cruz",
      "team": "CIN",
      "bbe": 154,
      "hr": 13,
      "xhr": 10.4,
      "xhrPerBbe": 0.0675,
      "xhrDiff": 1.6,
      "noDoubters": 3,
      "doubters": 3,
      "mostlyGone": 10,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 9,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.162,
      "hardHitRate": 0.545,
      "sweetSpotRate": 0.403,
      "pullAirRate": 0.104,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 362.7,
      "avgLaunchAngleOnBarrels": 24.6,
      "avgDistance": 392.2,
      "longestHr": 442,
      "avgExitVelocity": 94.4,
      "longballIndex": 134.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0675,
          "percentile": 0.861,
          "score": 142.3,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.162,
          "percentile": 0.9156,
          "score": 153.7,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 362.7,
          "percentile": 0.0969,
          "score": 49.3,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.545,
          "percentile": 0.96,
          "score": 168.3,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 657656,
      "player": "Ram\u00f3n Laureano",
      "team": "SD",
      "bbe": 115,
      "hr": 7,
      "xhr": 8.3,
      "xhrPerBbe": 0.0722,
      "xhrDiff": -2.3,
      "noDoubters": 4,
      "doubters": 4,
      "mostlyGone": 5,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.13,
      "hardHitRate": 0.443,
      "sweetSpotRate": 0.374,
      "pullAirRate": 0.178,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 370.1,
      "avgLaunchAngleOnBarrels": 27.0,
      "avgDistance": 398.0,
      "longestHr": 447,
      "avgExitVelocity": 89.0,
      "longballIndex": 134.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0722,
          "percentile": 0.9058,
          "score": 151.3,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.13,
          "percentile": 0.7867,
          "score": 131.0,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 370.1,
          "percentile": 0.2347,
          "score": 71.8,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.443,
          "percentile": 0.6222,
          "score": 112.1,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 678246,
      "player": "Miguel Vargas",
      "team": "CWS",
      "bbe": 159,
      "hr": 12,
      "xhr": 11.2,
      "xhrPerBbe": 0.0704,
      "xhrDiff": 0.8,
      "noDoubters": 7,
      "doubters": 5,
      "mostlyGone": 5,
      "noDoubterRate": 0.583,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 7,
      "cheapieRate": 0.167,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.145,
      "hardHitRate": 0.44,
      "sweetSpotRate": 0.39,
      "pullAirRate": 0.228,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 369.8,
      "avgLaunchAngleOnBarrels": 25.0,
      "avgDistance": 392.7,
      "longestHr": 428,
      "avgExitVelocity": 89.8,
      "longballIndex": 134.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0704,
          "percentile": 0.8879,
          "score": 147.4,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.145,
          "percentile": 0.8622,
          "score": 142.5,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 369.8,
          "percentile": 0.2296,
          "score": 71.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.44,
          "percentile": 0.6,
          "score": 109.9,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 682998,
      "player": "Corbin Carroll",
      "team": "AZ",
      "bbe": 137,
      "hr": 8,
      "xhr": 7.3,
      "xhrPerBbe": 0.0533,
      "xhrDiff": -0.3,
      "noDoubters": 3,
      "doubters": 3,
      "mostlyGone": 6,
      "noDoubterRate": 0.429,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.153,
      "hardHitRate": 0.511,
      "sweetSpotRate": 0.343,
      "pullAirRate": 0.246,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 388.1,
      "avgLaunchAngleOnBarrels": 26.4,
      "avgDistance": 415.9,
      "longestHr": 448,
      "avgExitVelocity": 92.1,
      "longballIndex": 134.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0533,
          "percentile": 0.7578,
          "score": 127.3,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.153,
          "percentile": 0.88,
          "score": 145.8,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 388.1,
          "percentile": 0.8316,
          "score": 137.5,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.511,
          "percentile": 0.9067,
          "score": 151.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 663728,
      "player": "Cal Raleigh",
      "team": "SEA",
      "bbe": 115,
      "hr": 7,
      "xhr": 8.2,
      "xhrPerBbe": 0.0713,
      "xhrDiff": -1.2,
      "noDoubters": 3,
      "doubters": 2,
      "mostlyGone": 7,
      "noDoubterRate": 0.429,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.13,
      "hardHitRate": 0.33,
      "sweetSpotRate": 0.339,
      "pullAirRate": 0.321,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 379.1,
      "avgLaunchAngleOnBarrels": 28.1,
      "avgDistance": 390.4,
      "longestHr": 418,
      "avgExitVelocity": 87.8,
      "longballIndex": 133.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0713,
          "percentile": 0.9013,
          "score": 150.3,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.13,
          "percentile": 0.7867,
          "score": 131.0,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 379.1,
          "percentile": 0.523,
          "score": 102.2,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.33,
          "percentile": 0.1689,
          "score": 62.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 676475,
      "player": "Alec Burleson",
      "team": "STL",
      "bbe": 173,
      "hr": 7,
      "xhr": 10.6,
      "xhrPerBbe": 0.0613,
      "xhrDiff": -3.6,
      "noDoubters": 6,
      "doubters": 3,
      "mostlyGone": 6,
      "noDoubterRate": 0.857,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 6,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.104,
      "hardHitRate": 0.491,
      "sweetSpotRate": 0.353,
      "pullAirRate": 0.154,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 388.6,
      "avgLaunchAngleOnBarrels": 26.4,
      "avgDistance": 407.6,
      "longestHr": 432,
      "avgExitVelocity": 91.3,
      "longballIndex": 133.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0613,
          "percentile": 0.8274,
          "score": 136.8,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.104,
          "percentile": 0.6644,
          "score": 116.6,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 388.6,
          "percentile": 0.852,
          "score": 140.8,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.491,
          "percentile": 0.8444,
          "score": 139.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 701762,
      "player": "Nick Kurtz",
      "team": "ATH",
      "bbe": 126,
      "hr": 8,
      "xhr": 7.9,
      "xhrPerBbe": 0.0627,
      "xhrDiff": 0.1,
      "noDoubters": 4,
      "doubters": 0,
      "mostlyGone": 5,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.167,
      "hardHitRate": 0.595,
      "sweetSpotRate": 0.405,
      "pullAirRate": 0.12,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 359.0,
      "avgLaunchAngleOnBarrels": 24.1,
      "avgDistance": 410.5,
      "longestHr": 442,
      "avgExitVelocity": 94.8,
      "longballIndex": 133.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0627,
          "percentile": 0.8386,
          "score": 138.6,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.167,
          "percentile": 0.9289,
          "score": 157.3,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 359.0,
          "percentile": 0.0536,
          "score": 37.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.595,
          "percentile": 0.9956,
          "score": 190.8,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 694212,
      "player": "Samuel Basallo",
      "team": "BAL",
      "bbe": 112,
      "hr": 9,
      "xhr": 6.3,
      "xhrPerBbe": 0.0563,
      "xhrDiff": 0.7,
      "noDoubters": 4,
      "doubters": 4,
      "mostlyGone": 2,
      "noDoubterRate": 0.571,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.111,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.125,
      "hardHitRate": 0.518,
      "sweetSpotRate": 0.375,
      "pullAirRate": 0.155,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 388.2,
      "avgLaunchAngleOnBarrels": 25.1,
      "avgDistance": 398.1,
      "longestHr": 437,
      "avgExitVelocity": 93.2,
      "longballIndex": 133.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0563,
          "percentile": 0.7937,
          "score": 132.0,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.125,
          "percentile": 0.7444,
          "score": 125.6,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 388.2,
          "percentile": 0.8367,
          "score": 138.3,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.518,
          "percentile": 0.9244,
          "score": 156.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 669477,
      "player": "Casey Schmitt",
      "team": "SF",
      "bbe": 143,
      "hr": 11,
      "xhr": 9.7,
      "xhrPerBbe": 0.0678,
      "xhrDiff": 1.3,
      "noDoubters": 7,
      "doubters": 4,
      "mostlyGone": 4,
      "noDoubterRate": 0.636,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 7,
      "cheapieRate": 0.182,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.14,
      "hardHitRate": 0.455,
      "sweetSpotRate": 0.378,
      "pullAirRate": 0.289,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 374.6,
      "avgLaunchAngleOnBarrels": 26.9,
      "avgDistance": 387.6,
      "longestHr": 406,
      "avgExitVelocity": 89.8,
      "longballIndex": 133.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0678,
          "percentile": 0.8655,
          "score": 143.1,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.14,
          "percentile": 0.8333,
          "score": 137.7,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 374.6,
          "percentile": 0.3622,
          "score": 86.2,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.455,
          "percentile": 0.6889,
          "score": 119.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 693307,
      "player": "Dillon Dingler",
      "team": "DET",
      "bbe": 151,
      "hr": 13,
      "xhr": 8.8,
      "xhrPerBbe": 0.0583,
      "xhrDiff": 1.2,
      "noDoubters": 5,
      "doubters": 4,
      "mostlyGone": 5,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.132,
      "hardHitRate": 0.483,
      "sweetSpotRate": 0.424,
      "pullAirRate": 0.22,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 383.5,
      "avgLaunchAngleOnBarrels": 26.9,
      "avgDistance": 401.0,
      "longestHr": 443,
      "avgExitVelocity": 89.2,
      "longballIndex": 132.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0583,
          "percentile": 0.8094,
          "score": 134.2,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.132,
          "percentile": 0.7978,
          "score": 132.5,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 383.5,
          "percentile": 0.6837,
          "score": 118.6,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.483,
          "percentile": 0.8311,
          "score": 137.4,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 687263,
      "player": "Zach Neto",
      "team": "LAA",
      "bbe": 141,
      "hr": 10,
      "xhr": 9.8,
      "xhrPerBbe": 0.0695,
      "xhrDiff": 0.2,
      "noDoubters": 5,
      "doubters": 2,
      "mostlyGone": 5,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.1,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.128,
      "hardHitRate": 0.397,
      "sweetSpotRate": 0.369,
      "pullAirRate": 0.296,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 379.4,
      "avgLaunchAngleOnBarrels": 27.3,
      "avgDistance": 399.2,
      "longestHr": 443,
      "avgExitVelocity": 89.7,
      "longballIndex": 132.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0695,
          "percentile": 0.8767,
          "score": 145.2,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.128,
          "percentile": 0.7667,
          "score": 128.4,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 379.4,
          "percentile": 0.5408,
          "score": 104.0,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.397,
          "percentile": 0.3378,
          "score": 83.7,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 624413,
      "player": "Pete Alonso",
      "team": "BAL",
      "bbe": 163,
      "hr": 10,
      "xhr": 10.1,
      "xhrPerBbe": 0.062,
      "xhrDiff": -0.1,
      "noDoubters": 1,
      "doubters": 3,
      "mostlyGone": 12,
      "noDoubterRate": 0.1,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 9,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.141,
      "hardHitRate": 0.558,
      "sweetSpotRate": 0.356,
      "pullAirRate": 0.176,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 368.8,
      "avgLaunchAngleOnBarrels": 27.1,
      "avgDistance": 391.4,
      "longestHr": 413,
      "avgExitVelocity": 95.3,
      "longballIndex": 131.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.062,
          "percentile": 0.8341,
          "score": 137.9,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.141,
          "percentile": 0.84,
          "score": 138.8,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 368.8,
          "percentile": 0.2066,
          "score": 68.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.558,
          "percentile": 0.9689,
          "score": 172.8,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 641343,
      "player": "Jake Bauers",
      "team": "MIL",
      "bbe": 133,
      "hr": 11,
      "xhr": 7.0,
      "xhrPerBbe": 0.0526,
      "xhrDiff": 0.0,
      "noDoubters": 2,
      "doubters": 1,
      "mostlyGone": 6,
      "noDoubterRate": 0.286,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.143,
      "hardHitRate": 0.549,
      "sweetSpotRate": 0.308,
      "pullAirRate": 0.142,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 384.7,
      "avgLaunchAngleOnBarrels": 28.5,
      "avgDistance": 402.0,
      "longestHr": 432,
      "avgExitVelocity": 93.1,
      "longballIndex": 131.2,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0526,
          "percentile": 0.7399,
          "score": 125.1,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.143,
          "percentile": 0.8444,
          "score": 139.5,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 384.7,
          "percentile": 0.7296,
          "score": 123.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.549,
          "percentile": 0.9644,
          "score": 170.4,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 691406,
      "player": "Junior Caminero",
      "team": "TB",
      "bbe": 166,
      "hr": 13,
      "xhr": 11.8,
      "xhrPerBbe": 0.0711,
      "xhrDiff": 1.2,
      "noDoubters": 8,
      "doubters": 1,
      "mostlyGone": 6,
      "noDoubterRate": 0.615,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 8,
      "cheapieRate": 0.077,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.139,
      "hardHitRate": 0.482,
      "sweetSpotRate": 0.289,
      "pullAirRate": 0.212,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 357.8,
      "avgLaunchAngleOnBarrels": 21.0,
      "avgDistance": 406.9,
      "longestHr": 450,
      "avgExitVelocity": 92.8,
      "longballIndex": 130.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0711,
          "percentile": 0.8969,
          "score": 149.3,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.139,
          "percentile": 0.8267,
          "score": 136.7,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 357.8,
          "percentile": 0.0357,
          "score": 29.7,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.482,
          "percentile": 0.8222,
          "score": 136.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 667670,
      "player": "Brent Rooker",
      "team": "ATH",
      "bbe": 100,
      "hr": 8,
      "xhr": 6.4,
      "xhrPerBbe": 0.064,
      "xhrDiff": 0.6,
      "noDoubters": 4,
      "doubters": 3,
      "mostlyGone": 3,
      "noDoubterRate": 0.571,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.16,
      "hardHitRate": 0.43,
      "sweetSpotRate": 0.38,
      "pullAirRate": 0.189,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 364.5,
      "avgLaunchAngleOnBarrels": 25.3,
      "avgDistance": 391.5,
      "longestHr": 422,
      "avgExitVelocity": 90.4,
      "longballIndex": 128.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.064,
          "percentile": 0.843,
          "score": 139.3,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.16,
          "percentile": 0.9089,
          "score": 152.0,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 364.5,
          "percentile": 0.1224,
          "score": 54.6,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.43,
          "percentile": 0.5556,
          "score": 105.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 680777,
      "player": "Ryan Jeffers",
      "team": "MIN",
      "bbe": 117,
      "hr": 8,
      "xhr": 7.0,
      "xhrPerBbe": 0.0598,
      "xhrDiff": 0.0,
      "noDoubters": 5,
      "doubters": 1,
      "mostlyGone": 2,
      "noDoubterRate": 0.714,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.154,
      "hardHitRate": 0.41,
      "sweetSpotRate": 0.376,
      "pullAirRate": 0.208,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 374.4,
      "avgLaunchAngleOnBarrels": 26.4,
      "avgDistance": 402.0,
      "longestHr": 432,
      "avgExitVelocity": 90.1,
      "longballIndex": 128.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0598,
          "percentile": 0.8206,
          "score": 135.8,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.154,
          "percentile": 0.8889,
          "score": 147.6,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 374.4,
          "percentile": 0.3495,
          "score": 84.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.41,
          "percentile": 0.4111,
          "score": 91.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 682928,
      "player": "Cj Abrams",
      "team": "WSH",
      "bbe": 167,
      "hr": 11,
      "xhr": 10.9,
      "xhrPerBbe": 0.0653,
      "xhrDiff": 0.1,
      "noDoubters": 3,
      "doubters": 2,
      "mostlyGone": 9,
      "noDoubterRate": 0.273,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.182,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.102,
      "hardHitRate": 0.413,
      "sweetSpotRate": 0.353,
      "pullAirRate": 0.229,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 381.3,
      "avgLaunchAngleOnBarrels": 27.5,
      "avgDistance": 390.8,
      "longestHr": 426,
      "avgExitVelocity": 89.8,
      "longballIndex": 128.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0653,
          "percentile": 0.852,
          "score": 140.8,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.102,
          "percentile": 0.6511,
          "score": 115.2,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 381.3,
          "percentile": 0.6097,
          "score": 110.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.413,
          "percentile": 0.4356,
          "score": 93.7,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 677594,
      "player": "Julio Rodr\u00edguez",
      "team": "SEA",
      "bbe": 174,
      "hr": 10,
      "xhr": 9.3,
      "xhrPerBbe": 0.0534,
      "xhrDiff": -0.3,
      "noDoubters": 6,
      "doubters": 1,
      "mostlyGone": 4,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 6,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.08,
      "hardHitRate": 0.425,
      "sweetSpotRate": 0.31,
      "pullAirRate": 0.182,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 397.4,
      "avgLaunchAngleOnBarrels": 27.6,
      "avgDistance": 414.6,
      "longestHr": 436,
      "avgExitVelocity": 90.2,
      "longballIndex": 125.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0534,
          "percentile": 0.7623,
          "score": 127.8,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.08,
          "percentile": 0.46,
          "score": 96.1,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 397.4,
          "percentile": 0.9745,
          "score": 176.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.425,
          "percentile": 0.5333,
          "score": 103.3,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 701398,
      "player": "Sal Stewart",
      "team": "CIN",
      "bbe": 163,
      "hr": 13,
      "xhr": 8.8,
      "xhrPerBbe": 0.054,
      "xhrDiff": 3.2,
      "noDoubters": 1,
      "doubters": 3,
      "mostlyGone": 12,
      "noDoubterRate": 0.083,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 9,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.154,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.16,
      "hardHitRate": 0.442,
      "sweetSpotRate": 0.368,
      "pullAirRate": 0.143,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 370.3,
      "avgLaunchAngleOnBarrels": 25.0,
      "avgDistance": 392.5,
      "longestHr": 441,
      "avgExitVelocity": 91.2,
      "longballIndex": 125.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.054,
          "percentile": 0.7735,
          "score": 129.3,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.16,
          "percentile": 0.9089,
          "score": 152.0,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 370.3,
          "percentile": 0.2398,
          "score": 72.4,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.442,
          "percentile": 0.6156,
          "score": 111.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 700932,
      "player": "Kyle Manzardo",
      "team": "CLE",
      "bbe": 100,
      "hr": 7,
      "xhr": 5.4,
      "xhrPerBbe": 0.054,
      "xhrDiff": -0.4,
      "noDoubters": 3,
      "doubters": 1,
      "mostlyGone": 4,
      "noDoubterRate": 0.6,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.15,
      "hardHitRate": 0.42,
      "sweetSpotRate": 0.38,
      "pullAirRate": 0.225,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 376.1,
      "avgLaunchAngleOnBarrels": 30.4,
      "avgDistance": 399.0,
      "longestHr": 454,
      "avgExitVelocity": 89.7,
      "longballIndex": 125.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.054,
          "percentile": 0.7735,
          "score": 129.3,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.15,
          "percentile": 0.8733,
          "score": 144.6,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 376.1,
          "percentile": 0.4082,
          "score": 90.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.42,
          "percentile": 0.4889,
          "score": 98.9,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 669394,
      "player": "Jake Burger",
      "team": "TEX",
      "bbe": 149,
      "hr": 11,
      "xhr": 8.1,
      "xhrPerBbe": 0.0544,
      "xhrDiff": 1.9,
      "noDoubters": 3,
      "doubters": 2,
      "mostlyGone": 6,
      "noDoubterRate": 0.3,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.182,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.101,
      "hardHitRate": 0.497,
      "sweetSpotRate": 0.349,
      "pullAirRate": 0.248,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 379.3,
      "avgLaunchAngleOnBarrels": 23.0,
      "avgDistance": 395.6,
      "longestHr": 438,
      "avgExitVelocity": 90.7,
      "longballIndex": 124.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0544,
          "percentile": 0.7803,
          "score": 130.2,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.101,
          "percentile": 0.6444,
          "score": 114.4,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 379.3,
          "percentile": 0.5357,
          "score": 103.5,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.497,
          "percentile": 0.8756,
          "score": 145.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 668901,
      "player": "Mark Vientos",
      "team": "NYM",
      "bbe": 138,
      "hr": 7,
      "xhr": 6.8,
      "xhrPerBbe": 0.0493,
      "xhrDiff": -0.8,
      "noDoubters": 5,
      "doubters": 4,
      "mostlyGone": 2,
      "noDoubterRate": 0.833,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.109,
      "hardHitRate": 0.464,
      "sweetSpotRate": 0.348,
      "pullAirRate": 0.173,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 389.7,
      "avgLaunchAngleOnBarrels": 27.4,
      "avgDistance": 406.0,
      "longestHr": 434,
      "avgExitVelocity": 91.0,
      "longballIndex": 124.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0493,
          "percentile": 0.713,
          "score": 121.9,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.109,
          "percentile": 0.6867,
          "score": 119.0,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 389.7,
          "percentile": 0.8801,
          "score": 145.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.464,
          "percentile": 0.7489,
          "score": 126.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 673548,
      "player": "Seiya Suzuki",
      "team": "CHC",
      "bbe": 103,
      "hr": 7,
      "xhr": 5.8,
      "xhrPerBbe": 0.0563,
      "xhrDiff": 1.2,
      "noDoubters": 2,
      "doubters": 2,
      "mostlyGone": 4,
      "noDoubterRate": 0.286,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.143,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.068,
      "hardHitRate": 0.408,
      "sweetSpotRate": 0.359,
      "pullAirRate": 0.204,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 413.7,
      "avgLaunchAngleOnBarrels": 28.6,
      "avgDistance": 413.7,
      "longestHr": 455,
      "avgExitVelocity": 88.4,
      "longballIndex": 124.6,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0563,
          "percentile": 0.7937,
          "score": 132.0,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.068,
          "percentile": 0.3289,
          "score": 82.7,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 413.7,
          "percentile": 1.0,
          "score": 190.8,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.408,
          "percentile": 0.4,
          "score": 90.1,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 802139,
      "player": "Jj Wetherholt",
      "team": "STL",
      "bbe": 162,
      "hr": 9,
      "xhr": 9.0,
      "xhrPerBbe": 0.0556,
      "xhrDiff": 0.0,
      "noDoubters": 3,
      "doubters": 3,
      "mostlyGone": 7,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.093,
      "hardHitRate": 0.463,
      "sweetSpotRate": 0.407,
      "pullAirRate": 0.182,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 383.3,
      "avgLaunchAngleOnBarrels": 27.6,
      "avgDistance": 393.8,
      "longestHr": 425,
      "avgExitVelocity": 90.4,
      "longballIndex": 124.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0556,
          "percentile": 0.7848,
          "score": 130.8,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.093,
          "percentile": 0.5956,
          "score": 109.4,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 383.3,
          "percentile": 0.6786,
          "score": 118.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.463,
          "percentile": 0.7356,
          "score": 124.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 666018,
      "player": "Jonathan Aranda",
      "team": "TB",
      "bbe": 145,
      "hr": 9,
      "xhr": 7.6,
      "xhrPerBbe": 0.0524,
      "xhrDiff": 0.4,
      "noDoubters": 3,
      "doubters": 2,
      "mostlyGone": 6,
      "noDoubterRate": 0.375,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.111,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.097,
      "hardHitRate": 0.428,
      "sweetSpotRate": 0.366,
      "pullAirRate": 0.152,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 392.0,
      "avgLaunchAngleOnBarrels": 29.3,
      "avgDistance": 394.1,
      "longestHr": 415,
      "avgExitVelocity": 90.1,
      "longballIndex": 123.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0524,
          "percentile": 0.7354,
          "score": 124.6,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.097,
          "percentile": 0.6111,
          "score": 111.0,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 392.0,
          "percentile": 0.9082,
          "score": 151.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.428,
          "percentile": 0.54,
          "score": 103.9,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 682657,
      "player": "Angel Mart\u00ednez",
      "team": "CLE",
      "bbe": 151,
      "hr": 11,
      "xhr": 8.8,
      "xhrPerBbe": 0.0583,
      "xhrDiff": 0.2,
      "noDoubters": 3,
      "doubters": 1,
      "mostlyGone": 8,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.099,
      "hardHitRate": 0.364,
      "sweetSpotRate": 0.331,
      "pullAirRate": 0.248,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 382.5,
      "avgLaunchAngleOnBarrels": 25.7,
      "avgDistance": 389.9,
      "longestHr": 409,
      "avgExitVelocity": 86.4,
      "longballIndex": 122.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0583,
          "percentile": 0.8094,
          "score": 134.2,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.099,
          "percentile": 0.6356,
          "score": 113.5,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 382.5,
          "percentile": 0.6352,
          "score": 113.5,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.364,
          "percentile": 0.2511,
          "score": 73.8,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 679529,
      "player": "Spencer Torkelson",
      "team": "DET",
      "bbe": 130,
      "hr": 9,
      "xhr": 6.3,
      "xhrPerBbe": 0.0485,
      "xhrDiff": 0.7,
      "noDoubters": 4,
      "doubters": 3,
      "mostlyGone": 3,
      "noDoubterRate": 0.571,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.154,
      "hardHitRate": 0.438,
      "sweetSpotRate": 0.462,
      "pullAirRate": 0.288,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 377.6,
      "avgLaunchAngleOnBarrels": 25.1,
      "avgDistance": 402.3,
      "longestHr": 435,
      "avgExitVelocity": 89.7,
      "longballIndex": 122.6,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0485,
          "percentile": 0.704,
          "score": 120.9,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.154,
          "percentile": 0.8889,
          "score": 147.6,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 377.6,
          "percentile": 0.4847,
          "score": 98.5,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.438,
          "percentile": 0.5933,
          "score": 109.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 646240,
      "player": "Rafael Devers",
      "team": "SF",
      "bbe": 145,
      "hr": 7,
      "xhr": 7.7,
      "xhrPerBbe": 0.0531,
      "xhrDiff": -0.7,
      "noDoubters": 1,
      "doubters": 5,
      "mostlyGone": 8,
      "noDoubterRate": 0.143,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.143,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.11,
      "hardHitRate": 0.476,
      "sweetSpotRate": 0.352,
      "pullAirRate": 0.129,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 376.8,
      "avgLaunchAngleOnBarrels": 24.8,
      "avgDistance": 401.7,
      "longestHr": 441,
      "avgExitVelocity": 91.0,
      "longballIndex": 121.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0531,
          "percentile": 0.7534,
          "score": 126.7,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.11,
          "percentile": 0.6956,
          "score": 120.0,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 376.8,
          "percentile": 0.4362,
          "score": 93.7,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.476,
          "percentile": 0.8022,
          "score": 133.1,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 663586,
      "player": "Austin Riley",
      "team": "ATL",
      "bbe": 154,
      "hr": 10,
      "xhr": 7.3,
      "xhrPerBbe": 0.0474,
      "xhrDiff": 0.7,
      "noDoubters": 4,
      "doubters": 5,
      "mostlyGone": 4,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.2,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.117,
      "hardHitRate": 0.461,
      "sweetSpotRate": 0.338,
      "pullAirRate": 0.193,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 388.3,
      "avgLaunchAngleOnBarrels": 27.6,
      "avgDistance": 404.1,
      "longestHr": 438,
      "avgExitVelocity": 90.9,
      "longballIndex": 121.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0474,
          "percentile": 0.6726,
          "score": 117.4,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.117,
          "percentile": 0.7156,
          "score": 122.2,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 388.3,
          "percentile": 0.8418,
          "score": 139.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.461,
          "percentile": 0.72,
          "score": 122.7,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 521692,
      "player": "Salvador P\u00e9rez",
      "team": "KC",
      "bbe": 164,
      "hr": 10,
      "xhr": 8.7,
      "xhrPerBbe": 0.053,
      "xhrDiff": -0.7,
      "noDoubters": 2,
      "doubters": 1,
      "mostlyGone": 8,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.104,
      "hardHitRate": 0.415,
      "sweetSpotRate": 0.36,
      "pullAirRate": 0.171,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 384.0,
      "avgLaunchAngleOnBarrels": 24.5,
      "avgDistance": 394.6,
      "longestHr": 425,
      "avgExitVelocity": 89.2,
      "longballIndex": 121.2,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.053,
          "percentile": 0.7489,
          "score": 126.2,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.104,
          "percentile": 0.6644,
          "score": 116.6,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 384.0,
          "percentile": 0.7015,
          "score": 120.6,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.415,
          "percentile": 0.4511,
          "score": 95.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 660271,
      "player": "Shohei Ohtani",
      "team": "LAD",
      "bbe": 140,
      "hr": 8,
      "xhr": 7.1,
      "xhrPerBbe": 0.0507,
      "xhrDiff": 0.9,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 7,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.171,
      "hardHitRate": 0.493,
      "sweetSpotRate": 0.414,
      "pullAirRate": 0.215,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 358.4,
      "avgLaunchAngleOnBarrels": 25.1,
      "avgDistance": 400.2,
      "longestHr": 438,
      "avgExitVelocity": 93.2,
      "longballIndex": 121.2,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0507,
          "percentile": 0.722,
          "score": 123.0,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.171,
          "percentile": 0.9467,
          "score": 162.9,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 358.4,
          "percentile": 0.0459,
          "score": 34.2,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.493,
          "percentile": 0.8511,
          "score": 140.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 672724,
      "player": "Oswald Peraza",
      "team": "LAA",
      "bbe": 115,
      "hr": 6,
      "xhr": 6.8,
      "xhrPerBbe": 0.0591,
      "xhrDiff": -0.8,
      "noDoubters": 5,
      "doubters": 2,
      "mostlyGone": 2,
      "noDoubterRate": 0.833,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.167,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.078,
      "hardHitRate": 0.304,
      "sweetSpotRate": 0.4,
      "pullAirRate": 0.157,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 384.8,
      "avgLaunchAngleOnBarrels": 26.4,
      "avgDistance": 387.0,
      "longestHr": 418,
      "avgExitVelocity": 84.7,
      "longballIndex": 120.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0591,
          "percentile": 0.8161,
          "score": 135.1,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.078,
          "percentile": 0.42,
          "score": 92.1,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 384.8,
          "percentile": 0.7372,
          "score": 124.8,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.304,
          "percentile": 0.1044,
          "score": 51.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 666176,
      "player": "Jo Adell",
      "team": "LAA",
      "bbe": 164,
      "hr": 8,
      "xhr": 7.8,
      "xhrPerBbe": 0.0476,
      "xhrDiff": -0.8,
      "noDoubters": 4,
      "doubters": 2,
      "mostlyGone": 4,
      "noDoubterRate": 0.571,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.085,
      "hardHitRate": 0.47,
      "sweetSpotRate": 0.372,
      "pullAirRate": 0.172,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 392.5,
      "avgLaunchAngleOnBarrels": 25.9,
      "avgDistance": 411.6,
      "longestHr": 449,
      "avgExitVelocity": 91.8,
      "longballIndex": 120.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0476,
          "percentile": 0.6771,
          "score": 117.9,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.085,
          "percentile": 0.5133,
          "score": 101.3,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 392.5,
          "percentile": 0.9209,
          "score": 155.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.47,
          "percentile": 0.7778,
          "score": 129.8,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 668939,
      "player": "Adley Rutschman",
      "team": "BAL",
      "bbe": 124,
      "hr": 7,
      "xhr": 6.0,
      "xhrPerBbe": 0.0484,
      "xhrDiff": 1.0,
      "noDoubters": 1,
      "doubters": 4,
      "mostlyGone": 6,
      "noDoubterRate": 0.143,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.286,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.089,
      "hardHitRate": 0.468,
      "sweetSpotRate": 0.411,
      "pullAirRate": 0.198,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 384.8,
      "avgLaunchAngleOnBarrels": 27.0,
      "avgDistance": 398.9,
      "longestHr": 419,
      "avgExitVelocity": 89.1,
      "longballIndex": 118.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0484,
          "percentile": 0.6996,
          "score": 120.4,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.089,
          "percentile": 0.5622,
          "score": 106.1,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 384.8,
          "percentile": 0.7372,
          "score": 124.8,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.468,
          "percentile": 0.7667,
          "score": 128.4,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 606466,
      "player": "Ketel Marte",
      "team": "AZ",
      "bbe": 172,
      "hr": 8,
      "xhr": 8.5,
      "xhrPerBbe": 0.0494,
      "xhrDiff": -0.5,
      "noDoubters": 5,
      "doubters": 3,
      "mostlyGone": 4,
      "noDoubterRate": 0.625,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.116,
      "hardHitRate": 0.453,
      "sweetSpotRate": 0.355,
      "pullAirRate": 0.256,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 376.5,
      "avgLaunchAngleOnBarrels": 22.5,
      "avgDistance": 410.5,
      "longestHr": 443,
      "avgExitVelocity": 91.1,
      "longballIndex": 118.2,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0494,
          "percentile": 0.7175,
          "score": 122.4,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.116,
          "percentile": 0.7111,
          "score": 121.7,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 376.5,
          "percentile": 0.4235,
          "score": 92.5,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.453,
          "percentile": 0.6733,
          "score": 117.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 694208,
      "player": "Mois\u00e9s Ballesteros",
      "team": "CHC",
      "bbe": 104,
      "hr": 8,
      "xhr": 5.0,
      "xhrPerBbe": 0.0481,
      "xhrDiff": 1.0,
      "noDoubters": 3,
      "doubters": 1,
      "mostlyGone": 3,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.144,
      "hardHitRate": 0.5,
      "sweetSpotRate": 0.394,
      "pullAirRate": 0.13,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 365.4,
      "avgLaunchAngleOnBarrels": 25.6,
      "avgDistance": 400.2,
      "longestHr": 441,
      "avgExitVelocity": 91.3,
      "longballIndex": 118.2,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0481,
          "percentile": 0.6951,
          "score": 119.9,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.144,
          "percentile": 0.8533,
          "score": 141.0,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 365.4,
          "percentile": 0.1327,
          "score": 56.5,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.5,
          "percentile": 0.8844,
          "score": 146.7,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 606192,
      "player": "Teoscar Hern\u00e1ndez",
      "team": "LAD",
      "bbe": 133,
      "hr": 10,
      "xhr": 5.8,
      "xhrPerBbe": 0.0436,
      "xhrDiff": 1.2,
      "noDoubters": 3,
      "doubters": 1,
      "mostlyGone": 4,
      "noDoubterRate": 0.429,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.135,
      "hardHitRate": 0.444,
      "sweetSpotRate": 0.391,
      "pullAirRate": 0.131,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 380.7,
      "avgLaunchAngleOnBarrels": 29.2,
      "avgDistance": 391.0,
      "longestHr": 414,
      "avgExitVelocity": 89.9,
      "longballIndex": 117.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0436,
          "percentile": 0.6457,
          "score": 114.6,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.135,
          "percentile": 0.8111,
          "score": 134.4,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 380.7,
          "percentile": 0.5995,
          "score": 109.8,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.444,
          "percentile": 0.6267,
          "score": 112.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 678554,
      "player": "Curtis Mead",
      "team": "WSH",
      "bbe": 100,
      "hr": 6,
      "xhr": 4.8,
      "xhrPerBbe": 0.048,
      "xhrDiff": 0.2,
      "noDoubters": 2,
      "doubters": 2,
      "mostlyGone": 4,
      "noDoubterRate": 0.4,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.09,
      "hardHitRate": 0.46,
      "sweetSpotRate": 0.33,
      "pullAirRate": 0.22,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 380.4,
      "avgLaunchAngleOnBarrels": 27.1,
      "avgDistance": 392.0,
      "longestHr": 404,
      "avgExitVelocity": 88.1,
      "longballIndex": 116.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.048,
          "percentile": 0.6883,
          "score": 119.2,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.09,
          "percentile": 0.5711,
          "score": 107.0,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 380.4,
          "percentile": 0.5791,
          "score": 107.8,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.46,
          "percentile": 0.7133,
          "score": 122.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 641857,
      "player": "Ryan Mcmahon",
      "team": "NYY",
      "bbe": 102,
      "hr": 4,
      "xhr": 5.5,
      "xhrPerBbe": 0.0539,
      "xhrDiff": -1.5,
      "noDoubters": 2,
      "doubters": 3,
      "mostlyGone": 5,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.108,
      "hardHitRate": 0.5,
      "sweetSpotRate": 0.294,
      "pullAirRate": 0.132,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 359.0,
      "avgLaunchAngleOnBarrels": 25.4,
      "avgDistance": 362.5,
      "longestHr": 383,
      "avgExitVelocity": 90.8,
      "longballIndex": 116.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0539,
          "percentile": 0.7668,
          "score": 128.4,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.108,
          "percentile": 0.68,
          "score": 118.2,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 359.0,
          "percentile": 0.0536,
          "score": 37.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.5,
          "percentile": 0.8844,
          "score": 146.7,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 669357,
      "player": "Nolan Gorman",
      "team": "STL",
      "bbe": 123,
      "hr": 6,
      "xhr": 6.5,
      "xhrPerBbe": 0.0528,
      "xhrDiff": -0.5,
      "noDoubters": 3,
      "doubters": 3,
      "mostlyGone": 4,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.167,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.089,
      "hardHitRate": 0.455,
      "sweetSpotRate": 0.39,
      "pullAirRate": 0.282,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 374.4,
      "avgLaunchAngleOnBarrels": 26.4,
      "avgDistance": 408.8,
      "longestHr": 443,
      "avgExitVelocity": 89.6,
      "longballIndex": 116.2,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0528,
          "percentile": 0.7444,
          "score": 125.6,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.089,
          "percentile": 0.5622,
          "score": 106.1,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 374.4,
          "percentile": 0.3495,
          "score": 84.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.455,
          "percentile": 0.6889,
          "score": 119.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 689414,
      "player": "Liam Hicks",
      "team": "MIA",
      "bbe": 166,
      "hr": 11,
      "xhr": 9.6,
      "xhrPerBbe": 0.0578,
      "xhrDiff": 1.4,
      "noDoubters": 3,
      "doubters": 0,
      "mostlyGone": 9,
      "noDoubterRate": 0.273,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 8,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.048,
      "hardHitRate": 0.355,
      "sweetSpotRate": 0.301,
      "pullAirRate": 0.203,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 382.9,
      "avgLaunchAngleOnBarrels": 28.1,
      "avgDistance": 378.0,
      "longestHr": 431,
      "avgExitVelocity": 86.9,
      "longballIndex": 115.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0578,
          "percentile": 0.8027,
          "score": 133.2,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.048,
          "percentile": 0.2178,
          "score": 69.6,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 382.9,
          "percentile": 0.648,
          "score": 114.8,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.355,
          "percentile": 0.2178,
          "score": 69.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 683002,
      "player": "Gunnar Henderson",
      "team": "BAL",
      "bbe": 164,
      "hr": 12,
      "xhr": 8.5,
      "xhrPerBbe": 0.0518,
      "xhrDiff": 2.5,
      "noDoubters": 2,
      "doubters": 3,
      "mostlyGone": 9,
      "noDoubterRate": 0.182,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 8,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.083,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.098,
      "hardHitRate": 0.451,
      "sweetSpotRate": 0.335,
      "pullAirRate": 0.286,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 373.9,
      "avgLaunchAngleOnBarrels": 27.2,
      "avgDistance": 388.8,
      "longestHr": 410,
      "avgExitVelocity": 90.0,
      "longballIndex": 115.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0518,
          "percentile": 0.7309,
          "score": 124.0,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.098,
          "percentile": 0.6222,
          "score": 112.1,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 373.9,
          "percentile": 0.3316,
          "score": 83.0,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.451,
          "percentile": 0.6556,
          "score": 115.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 681624,
      "player": "Andy Pages",
      "team": "LAD",
      "bbe": 170,
      "hr": 11,
      "xhr": 8.7,
      "xhrPerBbe": 0.0512,
      "xhrDiff": 2.3,
      "noDoubters": 3,
      "doubters": 3,
      "mostlyGone": 6,
      "noDoubterRate": 0.273,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.182,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.071,
      "hardHitRate": 0.465,
      "sweetSpotRate": 0.353,
      "pullAirRate": 0.175,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 384.0,
      "avgLaunchAngleOnBarrels": 26.3,
      "avgDistance": 388.1,
      "longestHr": 412,
      "avgExitVelocity": 89.5,
      "longballIndex": 115.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0512,
          "percentile": 0.7265,
          "score": 123.5,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.071,
          "percentile": 0.3556,
          "score": 85.6,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 384.0,
          "percentile": 0.7015,
          "score": 120.6,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.465,
          "percentile": 0.7556,
          "score": 127.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 695506,
      "player": "Jac Caglianone",
      "team": "KC",
      "bbe": 110,
      "hr": 5,
      "xhr": 5.0,
      "xhrPerBbe": 0.0455,
      "xhrDiff": 0.0,
      "noDoubters": 4,
      "doubters": 1,
      "mostlyGone": 1,
      "noDoubterRate": 0.8,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.155,
      "hardHitRate": 0.573,
      "sweetSpotRate": 0.382,
      "pullAirRate": 0.189,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 352.0,
      "avgLaunchAngleOnBarrels": 21.5,
      "avgDistance": 408.4,
      "longestHr": 437,
      "avgExitVelocity": 94.1,
      "longballIndex": 115.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0455,
          "percentile": 0.657,
          "score": 115.8,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.155,
          "percentile": 0.8978,
          "score": 149.5,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 352.0,
          "percentile": 0.0153,
          "score": 15.6,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.573,
          "percentile": 0.9867,
          "score": 186.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 650490,
      "player": "Yandy D\u00edaz",
      "team": "TB",
      "bbe": 177,
      "hr": 8,
      "xhr": 8.5,
      "xhrPerBbe": 0.048,
      "xhrDiff": -0.5,
      "noDoubters": 2,
      "doubters": 5,
      "mostlyGone": 9,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.09,
      "hardHitRate": 0.463,
      "sweetSpotRate": 0.322,
      "pullAirRate": 0.07,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 379.1,
      "avgLaunchAngleOnBarrels": 24.6,
      "avgDistance": 383.1,
      "longestHr": 439,
      "avgExitVelocity": 90.9,
      "longballIndex": 115.0,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.048,
          "percentile": 0.6883,
          "score": 119.2,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.09,
          "percentile": 0.5711,
          "score": 107.0,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 379.1,
          "percentile": 0.523,
          "score": 102.2,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.463,
          "percentile": 0.7356,
          "score": 124.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 543807,
      "player": "George Springer",
      "team": "TOR",
      "bbe": 116,
      "hr": 8,
      "xhr": 4.9,
      "xhrPerBbe": 0.0422,
      "xhrDiff": 0.1,
      "noDoubters": 3,
      "doubters": 3,
      "mostlyGone": 2,
      "noDoubterRate": 0.6,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.103,
      "hardHitRate": 0.405,
      "sweetSpotRate": 0.31,
      "pullAirRate": 0.208,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 386.7,
      "avgLaunchAngleOnBarrels": 26.2,
      "avgDistance": 394.8,
      "longestHr": 433,
      "avgExitVelocity": 88.0,
      "longballIndex": 114.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0422,
          "percentile": 0.6278,
          "score": 112.7,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.103,
          "percentile": 0.6578,
          "score": 115.9,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 386.7,
          "percentile": 0.801,
          "score": 133.0,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.405,
          "percentile": 0.3844,
          "score": 88.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 608070,
      "player": "Jos\u00e9 Ram\u00edrez",
      "team": "CLE",
      "bbe": 182,
      "hr": 11,
      "xhr": 7.2,
      "xhrPerBbe": 0.0396,
      "xhrDiff": 0.8,
      "noDoubters": 5,
      "doubters": 2,
      "mostlyGone": 3,
      "noDoubterRate": 0.625,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.091,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.099,
      "hardHitRate": 0.451,
      "sweetSpotRate": 0.357,
      "pullAirRate": 0.288,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 386.4,
      "avgLaunchAngleOnBarrels": 28.2,
      "avgDistance": 395.9,
      "longestHr": 410,
      "avgExitVelocity": 90.7,
      "longballIndex": 111.6,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0396,
          "percentile": 0.5628,
          "score": 106.2,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.099,
          "percentile": 0.6356,
          "score": 113.5,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 386.4,
          "percentile": 0.7959,
          "score": 132.3,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.451,
          "percentile": 0.6556,
          "score": 115.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 542303,
      "player": "Marcell Ozuna",
      "team": "PIT",
      "bbe": 121,
      "hr": 5,
      "xhr": 5.5,
      "xhrPerBbe": 0.0455,
      "xhrDiff": -0.5,
      "noDoubters": 3,
      "doubters": 4,
      "mostlyGone": 2,
      "noDoubterRate": 0.6,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.074,
      "hardHitRate": 0.413,
      "sweetSpotRate": 0.43,
      "pullAirRate": 0.174,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 390.8,
      "avgLaunchAngleOnBarrels": 24.9,
      "avgDistance": 407.6,
      "longestHr": 438,
      "avgExitVelocity": 89.7,
      "longballIndex": 111.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0455,
          "percentile": 0.657,
          "score": 115.8,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.074,
          "percentile": 0.3667,
          "score": 86.7,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 390.8,
          "percentile": 0.8954,
          "score": 149.0,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.413,
          "percentile": 0.4356,
          "score": 93.7,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 671218,
      "player": "Heliot Ramos",
      "team": "SF",
      "bbe": 125,
      "hr": 4,
      "xhr": 5.2,
      "xhrPerBbe": 0.0416,
      "xhrDiff": -1.2,
      "noDoubters": 2,
      "doubters": 1,
      "mostlyGone": 4,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.128,
      "hardHitRate": 0.496,
      "sweetSpotRate": 0.344,
      "pullAirRate": 0.101,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 369.3,
      "avgLaunchAngleOnBarrels": 23.1,
      "avgDistance": 399.0,
      "longestHr": 437,
      "avgExitVelocity": 91.9,
      "longballIndex": 111.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0416,
          "percentile": 0.6054,
          "score": 110.4,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.128,
          "percentile": 0.7667,
          "score": 128.4,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 369.3,
          "percentile": 0.2194,
          "score": 69.8,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.496,
          "percentile": 0.8689,
          "score": 143.7,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 695600,
      "player": "Carter Jensen",
      "team": "KC",
      "bbe": 113,
      "hr": 6,
      "xhr": 5.4,
      "xhrPerBbe": 0.0478,
      "xhrDiff": 0.6,
      "noDoubters": 1,
      "doubters": 2,
      "mostlyGone": 6,
      "noDoubterRate": 0.167,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.08,
      "hardHitRate": 0.416,
      "sweetSpotRate": 0.292,
      "pullAirRate": 0.245,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 377.9,
      "avgLaunchAngleOnBarrels": 26.7,
      "avgDistance": 387.0,
      "longestHr": 425,
      "avgExitVelocity": 89.8,
      "longballIndex": 111.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0478,
          "percentile": 0.6816,
          "score": 118.4,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.08,
          "percentile": 0.46,
          "score": 96.1,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 377.9,
          "percentile": 0.4898,
          "score": 99.0,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.416,
          "percentile": 0.4622,
          "score": 96.3,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 656811,
      "player": "Ryan O'Hearn",
      "team": "PIT",
      "bbe": 140,
      "hr": 7,
      "xhr": 5.8,
      "xhrPerBbe": 0.0414,
      "xhrDiff": 1.2,
      "noDoubters": 0,
      "doubters": 0,
      "mostlyGone": 9,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 7,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.086,
      "hardHitRate": 0.45,
      "sweetSpotRate": 0.357,
      "pullAirRate": 0.173,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 385.1,
      "avgLaunchAngleOnBarrels": 26.4,
      "avgDistance": 391.9,
      "longestHr": 413,
      "avgExitVelocity": 90.6,
      "longballIndex": 111.0,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0414,
          "percentile": 0.6009,
          "score": 110.0,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.086,
          "percentile": 0.5267,
          "score": 102.6,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 385.1,
          "percentile": 0.7526,
          "score": 126.6,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.45,
          "percentile": 0.6489,
          "score": 114.9,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 571448,
      "player": "Nolan Arenado",
      "team": "AZ",
      "bbe": 145,
      "hr": 8,
      "xhr": 6.2,
      "xhrPerBbe": 0.0428,
      "xhrDiff": 0.8,
      "noDoubters": 4,
      "doubters": 2,
      "mostlyGone": 2,
      "noDoubterRate": 0.571,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.125,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.069,
      "hardHitRate": 0.324,
      "sweetSpotRate": 0.386,
      "pullAirRate": 0.28,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 396.4,
      "avgLaunchAngleOnBarrels": 27.6,
      "avgDistance": 401.1,
      "longestHr": 411,
      "avgExitVelocity": 85.6,
      "longballIndex": 110.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0428,
          "percentile": 0.6413,
          "score": 114.1,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.069,
          "percentile": 0.34,
          "score": 83.9,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 396.4,
          "percentile": 0.9592,
          "score": 167.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.324,
          "percentile": 0.1467,
          "score": 59.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 642086,
      "player": "Dominic Smith",
      "team": "ATL",
      "bbe": 107,
      "hr": 5,
      "xhr": 4.5,
      "xhrPerBbe": 0.0421,
      "xhrDiff": 0.5,
      "noDoubters": 1,
      "doubters": 0,
      "mostlyGone": 4,
      "noDoubterRate": 0.2,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.093,
      "hardHitRate": 0.421,
      "sweetSpotRate": 0.439,
      "pullAirRate": 0.191,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 382.5,
      "avgLaunchAngleOnBarrels": 28.0,
      "avgDistance": 397.2,
      "longestHr": 430,
      "avgExitVelocity": 89.5,
      "longballIndex": 110.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0421,
          "percentile": 0.6188,
          "score": 111.8,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.093,
          "percentile": 0.5956,
          "score": 109.4,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 382.5,
          "percentile": 0.6352,
          "score": 113.5,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.421,
          "percentile": 0.5,
          "score": 100.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 682985,
      "player": "Riley Greene",
      "team": "DET",
      "bbe": 148,
      "hr": 5,
      "xhr": 5.6,
      "xhrPerBbe": 0.0378,
      "xhrDiff": -1.6,
      "noDoubters": 2,
      "doubters": 2,
      "mostlyGone": 5,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.128,
      "hardHitRate": 0.507,
      "sweetSpotRate": 0.412,
      "pullAirRate": 0.152,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 377.3,
      "avgLaunchAngleOnBarrels": 26.4,
      "avgDistance": 414.8,
      "longestHr": 438,
      "avgExitVelocity": 90.6,
      "longballIndex": 110.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0378,
          "percentile": 0.5247,
          "score": 102.4,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.128,
          "percentile": 0.7667,
          "score": 128.4,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 377.3,
          "percentile": 0.4694,
          "score": 97.0,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.507,
          "percentile": 0.8978,
          "score": 149.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 665019,
      "player": "Kody Clemens",
      "team": "MIN",
      "bbe": 115,
      "hr": 5,
      "xhr": 4.6,
      "xhrPerBbe": 0.04,
      "xhrDiff": -0.6,
      "noDoubters": 3,
      "doubters": 1,
      "mostlyGone": 2,
      "noDoubterRate": 0.75,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.122,
      "hardHitRate": 0.435,
      "sweetSpotRate": 0.33,
      "pullAirRate": 0.168,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 378.3,
      "avgLaunchAngleOnBarrels": 27.3,
      "avgDistance": 405.6,
      "longestHr": 422,
      "avgExitVelocity": 90.8,
      "longballIndex": 109.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.04,
          "percentile": 0.574,
          "score": 107.3,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.122,
          "percentile": 0.7311,
          "score": 124.0,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 378.3,
          "percentile": 0.5,
          "score": 100.0,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.435,
          "percentile": 0.58,
          "score": 107.9,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 593428,
      "player": "Xander Bogaerts",
      "team": "SD",
      "bbe": 156,
      "hr": 8,
      "xhr": 6.6,
      "xhrPerBbe": 0.0423,
      "xhrDiff": 0.4,
      "noDoubters": 4,
      "doubters": 1,
      "mostlyGone": 3,
      "noDoubterRate": 0.571,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.077,
      "hardHitRate": 0.391,
      "sweetSpotRate": 0.333,
      "pullAirRate": 0.212,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 388.5,
      "avgLaunchAngleOnBarrels": 26.7,
      "avgDistance": 396.6,
      "longestHr": 431,
      "avgExitVelocity": 88.4,
      "longballIndex": 109.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0423,
          "percentile": 0.6323,
          "score": 113.2,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.077,
          "percentile": 0.4044,
          "score": 90.6,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 388.5,
          "percentile": 0.8469,
          "score": 139.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.391,
          "percentile": 0.3244,
          "score": 82.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 691781,
      "player": "Brady House",
      "team": "WSH",
      "bbe": 126,
      "hr": 7,
      "xhr": 5.3,
      "xhrPerBbe": 0.0421,
      "xhrDiff": 1.7,
      "noDoubters": 2,
      "doubters": 2,
      "mostlyGone": 5,
      "noDoubterRate": 0.286,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.143,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.095,
      "hardHitRate": 0.452,
      "sweetSpotRate": 0.286,
      "pullAirRate": 0.105,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 376.9,
      "avgLaunchAngleOnBarrels": 25.8,
      "avgDistance": 390.9,
      "longestHr": 425,
      "avgExitVelocity": 89.6,
      "longballIndex": 109.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0421,
          "percentile": 0.6188,
          "score": 111.8,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.095,
          "percentile": 0.6044,
          "score": 110.3,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 376.9,
          "percentile": 0.4439,
          "score": 94.5,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.452,
          "percentile": 0.6644,
          "score": 116.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 696285,
      "player": "Jacob Young",
      "team": "WSH",
      "bbe": 146,
      "hr": 6,
      "xhr": 7.1,
      "xhrPerBbe": 0.0486,
      "xhrDiff": -1.1,
      "noDoubters": 4,
      "doubters": 2,
      "mostlyGone": 4,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.055,
      "hardHitRate": 0.363,
      "sweetSpotRate": 0.384,
      "pullAirRate": 0.151,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 384.2,
      "avgLaunchAngleOnBarrels": 26.8,
      "avgDistance": 390.3,
      "longestHr": 403,
      "avgExitVelocity": 87.7,
      "longballIndex": 109.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0486,
          "percentile": 0.7085,
          "score": 121.4,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.055,
          "percentile": 0.2444,
          "score": 73.0,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 384.2,
          "percentile": 0.7092,
          "score": 121.5,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.363,
          "percentile": 0.2422,
          "score": 72.7,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 677800,
      "player": "Wilyer Abreu",
      "team": "BOS",
      "bbe": 164,
      "hr": 7,
      "xhr": 7.2,
      "xhrPerBbe": 0.0439,
      "xhrDiff": -1.2,
      "noDoubters": 2,
      "doubters": 6,
      "mostlyGone": 5,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.122,
      "hardHitRate": 0.421,
      "sweetSpotRate": 0.354,
      "pullAirRate": 0.173,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 365.9,
      "avgLaunchAngleOnBarrels": 25.4,
      "avgDistance": 391.7,
      "longestHr": 427,
      "avgExitVelocity": 90.0,
      "longballIndex": 108.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0439,
          "percentile": 0.6502,
          "score": 115.1,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.122,
          "percentile": 0.7311,
          "score": 124.0,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 365.9,
          "percentile": 0.1531,
          "score": 60.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.421,
          "percentile": 0.5,
          "score": 100.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 607043,
      "player": "Brandon Nimmo",
      "team": "TEX",
      "bbe": 163,
      "hr": 7,
      "xhr": 5.7,
      "xhrPerBbe": 0.035,
      "xhrDiff": 0.3,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 5,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.286,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.123,
      "hardHitRate": 0.521,
      "sweetSpotRate": 0.368,
      "pullAirRate": 0.118,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 380.4,
      "avgLaunchAngleOnBarrels": 26.4,
      "avgDistance": 403.3,
      "longestHr": 436,
      "avgExitVelocity": 92.1,
      "longballIndex": 108.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.035,
          "percentile": 0.4731,
          "score": 97.4,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.123,
          "percentile": 0.7378,
          "score": 124.8,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 380.4,
          "percentile": 0.5791,
          "score": 107.8,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.521,
          "percentile": 0.9333,
          "score": 158.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 668715,
      "player": "Spencer Steer",
      "team": "CIN",
      "bbe": 150,
      "hr": 8,
      "xhr": 5.3,
      "xhrPerBbe": 0.0353,
      "xhrDiff": 1.7,
      "noDoubters": 2,
      "doubters": 8,
      "mostlyGone": 5,
      "noDoubterRate": 0.286,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.125,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.14,
      "hardHitRate": 0.413,
      "sweetSpotRate": 0.453,
      "pullAirRate": 0.288,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 383.9,
      "avgLaunchAngleOnBarrels": 28.0,
      "avgDistance": 393.1,
      "longestHr": 411,
      "avgExitVelocity": 90.5,
      "longballIndex": 108.6,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0353,
          "percentile": 0.4843,
          "score": 98.5,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.14,
          "percentile": 0.8333,
          "score": 137.7,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 383.9,
          "percentile": 0.6913,
          "score": 119.5,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.413,
          "percentile": 0.4356,
          "score": 93.7,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 666126,
      "player": "Carlos Cortes",
      "team": "ATH",
      "bbe": 115,
      "hr": 5,
      "xhr": 4.6,
      "xhrPerBbe": 0.04,
      "xhrDiff": 0.4,
      "noDoubters": 1,
      "doubters": 0,
      "mostlyGone": 4,
      "noDoubterRate": 0.2,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.087,
      "hardHitRate": 0.452,
      "sweetSpotRate": 0.391,
      "pullAirRate": 0.127,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 383.2,
      "avgLaunchAngleOnBarrels": 25.8,
      "avgDistance": 392.8,
      "longestHr": 409,
      "avgExitVelocity": 90.9,
      "longballIndex": 108.6,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.04,
          "percentile": 0.574,
          "score": 107.3,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.087,
          "percentile": 0.54,
          "score": 103.9,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 383.2,
          "percentile": 0.6735,
          "score": 117.5,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.452,
          "percentile": 0.6644,
          "score": 116.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 701358,
      "player": "Cam Smith",
      "team": "HOU",
      "bbe": 127,
      "hr": 4,
      "xhr": 5.0,
      "xhrPerBbe": 0.0394,
      "xhrDiff": -1.0,
      "noDoubters": 1,
      "doubters": 1,
      "mostlyGone": 6,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.15,
      "hardHitRate": 0.441,
      "sweetSpotRate": 0.354,
      "pullAirRate": 0.119,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 367.7,
      "avgLaunchAngleOnBarrels": 26.3,
      "avgDistance": 406.0,
      "longestHr": 462,
      "avgExitVelocity": 88.2,
      "longballIndex": 108.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0394,
          "percentile": 0.5561,
          "score": 105.5,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.15,
          "percentile": 0.8733,
          "score": 144.6,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 367.7,
          "percentile": 0.1786,
          "score": 64.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.441,
          "percentile": 0.6067,
          "score": 110.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 666139,
      "player": "Josh Lowe",
      "team": "LAA",
      "bbe": 98,
      "hr": 6,
      "xhr": 4.6,
      "xhrPerBbe": 0.0469,
      "xhrDiff": 0.4,
      "noDoubters": 2,
      "doubters": 3,
      "mostlyGone": 3,
      "noDoubterRate": 0.4,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.167,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.082,
      "hardHitRate": 0.327,
      "sweetSpotRate": 0.357,
      "pullAirRate": 0.148,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 378.9,
      "avgLaunchAngleOnBarrels": 27.8,
      "avgDistance": 384.4,
      "longestHr": 426,
      "avgExitVelocity": 87.1,
      "longballIndex": 108.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0469,
          "percentile": 0.6682,
          "score": 117.0,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.082,
          "percentile": 0.4889,
          "score": 98.9,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 378.9,
          "percentile": 0.5051,
          "score": 100.5,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.327,
          "percentile": 0.1533,
          "score": 60.1,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 669236,
      "player": "Jeremiah Jackson",
      "team": "BAL",
      "bbe": 133,
      "hr": 8,
      "xhr": 5.1,
      "xhrPerBbe": 0.0383,
      "xhrDiff": 0.9,
      "noDoubters": 1,
      "doubters": 4,
      "mostlyGone": 6,
      "noDoubterRate": 0.167,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.098,
      "hardHitRate": 0.421,
      "sweetSpotRate": 0.316,
      "pullAirRate": 0.156,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 385.8,
      "avgLaunchAngleOnBarrels": 26.1,
      "avgDistance": 394.1,
      "longestHr": 427,
      "avgExitVelocity": 89.9,
      "longballIndex": 108.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0383,
          "percentile": 0.5336,
          "score": 103.3,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.098,
          "percentile": 0.6222,
          "score": 112.1,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 385.8,
          "percentile": 0.7755,
          "score": 129.5,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.421,
          "percentile": 0.5,
          "score": 100.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 671056,
      "player": "Iv\u00e1n Herrera",
      "team": "STL",
      "bbe": 159,
      "hr": 7,
      "xhr": 6.3,
      "xhrPerBbe": 0.0396,
      "xhrDiff": -0.3,
      "noDoubters": 4,
      "doubters": 3,
      "mostlyGone": 3,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.082,
      "hardHitRate": 0.428,
      "sweetSpotRate": 0.321,
      "pullAirRate": 0.13,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 386.8,
      "avgLaunchAngleOnBarrels": 25.4,
      "avgDistance": 403.0,
      "longestHr": 429,
      "avgExitVelocity": 89.2,
      "longballIndex": 108.0,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0396,
          "percentile": 0.5628,
          "score": 106.2,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.082,
          "percentile": 0.4889,
          "score": 98.9,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 386.8,
          "percentile": 0.8087,
          "score": 134.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.428,
          "percentile": 0.54,
          "score": 103.9,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 680776,
      "player": "Jarren Duran",
      "team": "BOS",
      "bbe": 139,
      "hr": 6,
      "xhr": 5.8,
      "xhrPerBbe": 0.0417,
      "xhrDiff": 0.2,
      "noDoubters": 5,
      "doubters": 2,
      "mostlyGone": 1,
      "noDoubterRate": 0.833,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.115,
      "hardHitRate": 0.432,
      "sweetSpotRate": 0.302,
      "pullAirRate": 0.13,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 370.7,
      "avgLaunchAngleOnBarrels": 25.8,
      "avgDistance": 386.7,
      "longestHr": 424,
      "avgExitVelocity": 90.2,
      "longballIndex": 107.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0417,
          "percentile": 0.6099,
          "score": 110.9,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.115,
          "percentile": 0.7067,
          "score": 121.2,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 370.7,
          "percentile": 0.2474,
          "score": 73.4,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.432,
          "percentile": 0.5667,
          "score": 106.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 663757,
      "player": "Trent Grisham",
      "team": "NYY",
      "bbe": 138,
      "hr": 6,
      "xhr": 5.2,
      "xhrPerBbe": 0.0377,
      "xhrDiff": 0.8,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 4,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.167,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.13,
      "hardHitRate": 0.478,
      "sweetSpotRate": 0.355,
      "pullAirRate": 0.186,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 370.7,
      "avgLaunchAngleOnBarrels": 26.1,
      "avgDistance": 381.2,
      "longestHr": 412,
      "avgExitVelocity": 91.2,
      "longballIndex": 106.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0377,
          "percentile": 0.5157,
          "score": 101.5,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.13,
          "percentile": 0.7867,
          "score": 131.0,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 370.7,
          "percentile": 0.2474,
          "score": 73.4,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.478,
          "percentile": 0.8133,
          "score": 134.7,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 642715,
      "player": "Willy Adames",
      "team": "SF",
      "bbe": 154,
      "hr": 6,
      "xhr": 7.2,
      "xhrPerBbe": 0.0468,
      "xhrDiff": -1.2,
      "noDoubters": 2,
      "doubters": 5,
      "mostlyGone": 6,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.097,
      "hardHitRate": 0.416,
      "sweetSpotRate": 0.39,
      "pullAirRate": 0.252,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 362.3,
      "avgLaunchAngleOnBarrels": 27.7,
      "avgDistance": 376.2,
      "longestHr": 402,
      "avgExitVelocity": 89.0,
      "longballIndex": 105.2,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0468,
          "percentile": 0.6637,
          "score": 116.5,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.097,
          "percentile": 0.6111,
          "score": 111.0,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 362.3,
          "percentile": 0.0867,
          "score": 46.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.416,
          "percentile": 0.4622,
          "score": 96.3,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 701675,
      "player": "Nathan Church",
      "team": "STL",
      "bbe": 127,
      "hr": 5,
      "xhr": 5.2,
      "xhrPerBbe": 0.0409,
      "xhrDiff": -0.2,
      "noDoubters": 1,
      "doubters": 2,
      "mostlyGone": 5,
      "noDoubterRate": 0.2,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.087,
      "hardHitRate": 0.323,
      "sweetSpotRate": 0.37,
      "pullAirRate": 0.157,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 380.7,
      "avgLaunchAngleOnBarrels": 26.3,
      "avgDistance": 387.4,
      "longestHr": 407,
      "avgExitVelocity": 84.6,
      "longballIndex": 104.6,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0409,
          "percentile": 0.5964,
          "score": 109.5,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.087,
          "percentile": 0.54,
          "score": 103.9,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 380.7,
          "percentile": 0.5995,
          "score": 109.8,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.323,
          "percentile": 0.1422,
          "score": 58.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 681198,
      "player": "Tj Rumfield",
      "team": "COL",
      "bbe": 180,
      "hr": 8,
      "xhr": 6.7,
      "xhrPerBbe": 0.0372,
      "xhrDiff": 0.3,
      "noDoubters": 4,
      "doubters": 2,
      "mostlyGone": 4,
      "noDoubterRate": 0.571,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.078,
      "hardHitRate": 0.367,
      "sweetSpotRate": 0.411,
      "pullAirRate": 0.226,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 394.0,
      "avgLaunchAngleOnBarrels": 26.5,
      "avgDistance": 414.1,
      "longestHr": 440,
      "avgExitVelocity": 85.8,
      "longballIndex": 104.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0372,
          "percentile": 0.5022,
          "score": 100.2,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.078,
          "percentile": 0.42,
          "score": 92.1,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 394.0,
          "percentile": 0.9388,
          "score": 160.3,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.367,
          "percentile": 0.2711,
          "score": 76.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 668930,
      "player": "Brice Turang",
      "team": "MIL",
      "bbe": 137,
      "hr": 8,
      "xhr": 4.1,
      "xhrPerBbe": 0.0299,
      "xhrDiff": 2.9,
      "noDoubters": 0,
      "doubters": 4,
      "mostlyGone": 6,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 3,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.375,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.088,
      "hardHitRate": 0.474,
      "sweetSpotRate": 0.394,
      "pullAirRate": 0.069,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 393.5,
      "avgLaunchAngleOnBarrels": 24.7,
      "avgDistance": 401.9,
      "longestHr": 433,
      "avgExitVelocity": 90.4,
      "longballIndex": 104.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0299,
          "percentile": 0.3946,
          "score": 89.6,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.088,
          "percentile": 0.5533,
          "score": 105.2,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 393.5,
          "percentile": 0.9286,
          "score": 157.2,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.474,
          "percentile": 0.7911,
          "score": 131.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 695734,
      "player": "Daylen Lile",
      "team": "WSH",
      "bbe": 190,
      "hr": 8,
      "xhr": 7.6,
      "xhrPerBbe": 0.04,
      "xhrDiff": -0.6,
      "noDoubters": 5,
      "doubters": 5,
      "mostlyGone": 2,
      "noDoubterRate": 0.714,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.079,
      "hardHitRate": 0.384,
      "sweetSpotRate": 0.374,
      "pullAirRate": 0.185,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 383.0,
      "avgLaunchAngleOnBarrels": 26.9,
      "avgDistance": 401.6,
      "longestHr": 429,
      "avgExitVelocity": 88.0,
      "longballIndex": 103.6,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.04,
          "percentile": 0.574,
          "score": 107.3,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.079,
          "percentile": 0.4378,
          "score": 93.9,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 383.0,
          "percentile": 0.6582,
          "score": 115.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.384,
          "percentile": 0.3022,
          "score": 79.8,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 660670,
      "player": "Ronald Acu\u00f1a",
      "team": "ATL",
      "bbe": 117,
      "hr": 2,
      "xhr": 4.4,
      "xhrPerBbe": 0.0376,
      "xhrDiff": -2.4,
      "noDoubters": 2,
      "doubters": 6,
      "mostlyGone": 3,
      "noDoubterRate": 1.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.12,
      "hardHitRate": 0.453,
      "sweetSpotRate": 0.342,
      "pullAirRate": 0.186,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 372.9,
      "avgLaunchAngleOnBarrels": 26.9,
      "avgDistance": 410.5,
      "longestHr": 411,
      "avgExitVelocity": 90.0,
      "longballIndex": 103.6,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0376,
          "percentile": 0.5067,
          "score": 100.7,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.12,
          "percentile": 0.72,
          "score": 122.7,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 372.9,
          "percentile": 0.2934,
          "score": 78.8,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.453,
          "percentile": 0.6733,
          "score": 117.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 669257,
      "player": "Will Smith",
      "team": "LAD",
      "bbe": 126,
      "hr": 4,
      "xhr": 4.9,
      "xhrPerBbe": 0.0389,
      "xhrDiff": -0.9,
      "noDoubters": 0,
      "doubters": 4,
      "mostlyGone": 6,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.135,
      "hardHitRate": 0.413,
      "sweetSpotRate": 0.452,
      "pullAirRate": 0.165,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 363.8,
      "avgLaunchAngleOnBarrels": 25.4,
      "avgDistance": 402.0,
      "longestHr": 418,
      "avgExitVelocity": 89.9,
      "longballIndex": 103.2,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0389,
          "percentile": 0.5471,
          "score": 104.6,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.135,
          "percentile": 0.8111,
          "score": 134.4,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 363.8,
          "percentile": 0.1097,
          "score": 52.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.413,
          "percentile": 0.4356,
          "score": 93.7,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 605137,
      "player": "Josh Bell",
      "team": "MIN",
      "bbe": 150,
      "hr": 5,
      "xhr": 6.1,
      "xhrPerBbe": 0.0407,
      "xhrDiff": -1.1,
      "noDoubters": 3,
      "doubters": 6,
      "mostlyGone": 3,
      "noDoubterRate": 0.6,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.093,
      "hardHitRate": 0.4,
      "sweetSpotRate": 0.373,
      "pullAirRate": 0.25,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 371.1,
      "avgLaunchAngleOnBarrels": 24.6,
      "avgDistance": 397.4,
      "longestHr": 429,
      "avgExitVelocity": 89.3,
      "longballIndex": 102.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0407,
          "percentile": 0.5874,
          "score": 108.6,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.093,
          "percentile": 0.5956,
          "score": 109.4,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 371.1,
          "percentile": 0.2628,
          "score": 75.2,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.4,
          "percentile": 0.3556,
          "score": 85.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 677951,
      "player": "Bobby Witt",
      "team": "KC",
      "bbe": 175,
      "hr": 7,
      "xhr": 5.9,
      "xhrPerBbe": 0.0337,
      "xhrDiff": 1.1,
      "noDoubters": 2,
      "doubters": 2,
      "mostlyGone": 5,
      "noDoubterRate": 0.286,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.126,
      "hardHitRate": 0.543,
      "sweetSpotRate": 0.406,
      "pullAirRate": 0.099,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 366.6,
      "avgLaunchAngleOnBarrels": 23.6,
      "avgDistance": 348.6,
      "longestHr": 427,
      "avgExitVelocity": 93.4,
      "longballIndex": 102.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0337,
          "percentile": 0.4484,
          "score": 94.9,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.126,
          "percentile": 0.7511,
          "score": 126.5,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 366.6,
          "percentile": 0.1633,
          "score": 61.7,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.543,
          "percentile": 0.9511,
          "score": 164.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 668804,
      "player": "Bryan Reynolds",
      "team": "PIT",
      "bbe": 147,
      "hr": 4,
      "xhr": 5.6,
      "xhrPerBbe": 0.0381,
      "xhrDiff": -1.6,
      "noDoubters": 4,
      "doubters": 1,
      "mostlyGone": 3,
      "noDoubterRate": 1.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.068,
      "hardHitRate": 0.442,
      "sweetSpotRate": 0.286,
      "pullAirRate": 0.132,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 385.0,
      "avgLaunchAngleOnBarrels": 25.4,
      "avgDistance": 414.5,
      "longestHr": 443,
      "avgExitVelocity": 90.9,
      "longballIndex": 102.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0381,
          "percentile": 0.5291,
          "score": 102.9,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.068,
          "percentile": 0.3289,
          "score": 82.7,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 385.0,
          "percentile": 0.7449,
          "score": 125.7,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.442,
          "percentile": 0.6156,
          "score": 111.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 518692,
      "player": "Freddie Freeman",
      "team": "LAD",
      "bbe": 167,
      "hr": 7,
      "xhr": 5.7,
      "xhrPerBbe": 0.0341,
      "xhrDiff": 0.3,
      "noDoubters": 3,
      "doubters": 3,
      "mostlyGone": 5,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.114,
      "hardHitRate": 0.479,
      "sweetSpotRate": 0.395,
      "pullAirRate": 0.151,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 373.2,
      "avgLaunchAngleOnBarrels": 27.6,
      "avgDistance": 400.7,
      "longestHr": 438,
      "avgExitVelocity": 91.9,
      "longballIndex": 102.0,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0341,
          "percentile": 0.4619,
          "score": 96.3,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.114,
          "percentile": 0.7022,
          "score": 120.7,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 373.2,
          "percentile": 0.3036,
          "score": 79.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.479,
          "percentile": 0.8178,
          "score": 135.4,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 681393,
      "player": "Connor Norby",
      "team": "MIA",
      "bbe": 111,
      "hr": 5,
      "xhr": 4.5,
      "xhrPerBbe": 0.0405,
      "xhrDiff": -0.5,
      "noDoubters": 3,
      "doubters": 1,
      "mostlyGone": 2,
      "noDoubterRate": 0.75,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.099,
      "hardHitRate": 0.351,
      "sweetSpotRate": 0.351,
      "pullAirRate": 0.154,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 370.8,
      "avgLaunchAngleOnBarrels": 29.9,
      "avgDistance": 395.5,
      "longestHr": 418,
      "avgExitVelocity": 87.0,
      "longballIndex": 102.0,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0405,
          "percentile": 0.583,
          "score": 108.2,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.099,
          "percentile": 0.6356,
          "score": 113.5,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 370.8,
          "percentile": 0.2551,
          "score": 74.3,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.351,
          "percentile": 0.2089,
          "score": 68.4,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 686527,
      "player": "Dominic Canzone",
      "team": "SEA",
      "bbe": 97,
      "hr": 5,
      "xhr": 3.8,
      "xhrPerBbe": 0.0392,
      "xhrDiff": 0.2,
      "noDoubters": 2,
      "doubters": 2,
      "mostlyGone": 2,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.144,
      "hardHitRate": 0.464,
      "sweetSpotRate": 0.392,
      "pullAirRate": 0.224,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 350.6,
      "avgLaunchAngleOnBarrels": 21.9,
      "avgDistance": 402.0,
      "longestHr": 444,
      "avgExitVelocity": 93.2,
      "longballIndex": 101.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0392,
          "percentile": 0.5516,
          "score": 105.1,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.144,
          "percentile": 0.8533,
          "score": 141.0,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 350.6,
          "percentile": 0.0102,
          "score": 9.5,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.464,
          "percentile": 0.7489,
          "score": 126.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 621020,
      "player": "Dansby Swanson",
      "team": "CHC",
      "bbe": 139,
      "hr": 7,
      "xhr": 5.4,
      "xhrPerBbe": 0.0388,
      "xhrDiff": 1.6,
      "noDoubters": 2,
      "doubters": 2,
      "mostlyGone": 4,
      "noDoubterRate": 0.286,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.143,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.079,
      "hardHitRate": 0.46,
      "sweetSpotRate": 0.302,
      "pullAirRate": 0.169,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 376.2,
      "avgLaunchAngleOnBarrels": 26.7,
      "avgDistance": 398.0,
      "longestHr": 430,
      "avgExitVelocity": 89.9,
      "longballIndex": 101.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0388,
          "percentile": 0.5404,
          "score": 104.0,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.079,
          "percentile": 0.4378,
          "score": 93.9,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 376.2,
          "percentile": 0.4158,
          "score": 91.7,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.46,
          "percentile": 0.7133,
          "score": 122.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 691718,
      "player": "Pete Crow-Armstrong",
      "team": "CHC",
      "bbe": 140,
      "hr": 6,
      "xhr": 5.0,
      "xhrPerBbe": 0.0357,
      "xhrDiff": 1.0,
      "noDoubters": 1,
      "doubters": 3,
      "mostlyGone": 5,
      "noDoubterRate": 0.167,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.333,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.086,
      "hardHitRate": 0.457,
      "sweetSpotRate": 0.293,
      "pullAirRate": 0.193,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 377.5,
      "avgLaunchAngleOnBarrels": 26.8,
      "avgDistance": 386.2,
      "longestHr": 410,
      "avgExitVelocity": 88.4,
      "longballIndex": 101.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0357,
          "percentile": 0.4978,
          "score": 99.8,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.086,
          "percentile": 0.5267,
          "score": 102.6,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 377.5,
          "percentile": 0.477,
          "score": 97.8,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.457,
          "percentile": 0.7022,
          "score": 120.7,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 686469,
      "player": "Vinnie Pasquantino",
      "team": "KC",
      "bbe": 159,
      "hr": 5,
      "xhr": 6.0,
      "xhrPerBbe": 0.0377,
      "xhrDiff": -1.0,
      "noDoubters": 3,
      "doubters": 4,
      "mostlyGone": 4,
      "noDoubterRate": 0.6,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.082,
      "hardHitRate": 0.365,
      "sweetSpotRate": 0.34,
      "pullAirRate": 0.262,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 383.9,
      "avgLaunchAngleOnBarrels": 26.5,
      "avgDistance": 398.2,
      "longestHr": 422,
      "avgExitVelocity": 88.9,
      "longballIndex": 101.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0377,
          "percentile": 0.5157,
          "score": 101.5,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.082,
          "percentile": 0.4889,
          "score": 98.9,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 383.9,
          "percentile": 0.6913,
          "score": 119.5,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.365,
          "percentile": 0.2622,
          "score": 75.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 702284,
      "player": "Cole Young",
      "team": "SEA",
      "bbe": 157,
      "hr": 5,
      "xhr": 5.5,
      "xhrPerBbe": 0.035,
      "xhrDiff": -2.5,
      "noDoubters": 2,
      "doubters": 1,
      "mostlyGone": 5,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.076,
      "hardHitRate": 0.408,
      "sweetSpotRate": 0.369,
      "pullAirRate": 0.232,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 388.9,
      "avgLaunchAngleOnBarrels": 28.1,
      "avgDistance": 390.0,
      "longestHr": 423,
      "avgExitVelocity": 88.9,
      "longballIndex": 100.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.035,
          "percentile": 0.4731,
          "score": 97.4,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.076,
          "percentile": 0.3933,
          "score": 89.4,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 388.9,
          "percentile": 0.8597,
          "score": 142.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.408,
          "percentile": 0.4,
          "score": 90.1,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 645277,
      "player": "Ozzie Albies",
      "team": "ATL",
      "bbe": 195,
      "hr": 8,
      "xhr": 8.3,
      "xhrPerBbe": 0.0426,
      "xhrDiff": -0.3,
      "noDoubters": 4,
      "doubters": 1,
      "mostlyGone": 6,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.036,
      "hardHitRate": 0.277,
      "sweetSpotRate": 0.338,
      "pullAirRate": 0.239,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 387.6,
      "avgLaunchAngleOnBarrels": 28.7,
      "avgDistance": 385.8,
      "longestHr": 414,
      "avgExitVelocity": 86.5,
      "longballIndex": 99.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0426,
          "percentile": 0.6368,
          "score": 113.6,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.036,
          "percentile": 0.1444,
          "score": 58.6,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 387.6,
          "percentile": 0.824,
          "score": 136.3,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.277,
          "percentile": 0.0511,
          "score": 36.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 641487,
      "player": "J. P. Crawford",
      "team": "SEA",
      "bbe": 126,
      "hr": 6,
      "xhr": 5.3,
      "xhrPerBbe": 0.0421,
      "xhrDiff": 0.7,
      "noDoubters": 2,
      "doubters": 1,
      "mostlyGone": 4,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.079,
      "hardHitRate": 0.365,
      "sweetSpotRate": 0.373,
      "pullAirRate": 0.11,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 368.7,
      "avgLaunchAngleOnBarrels": 25.1,
      "avgDistance": 376.0,
      "longestHr": 395,
      "avgExitVelocity": 87.6,
      "longballIndex": 99.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0421,
          "percentile": 0.6188,
          "score": 111.8,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.079,
          "percentile": 0.4378,
          "score": 93.9,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 368.7,
          "percentile": 0.199,
          "score": 67.0,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.365,
          "percentile": 0.2622,
          "score": 75.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 650489,
      "player": "Willi Castro",
      "team": "COL",
      "bbe": 104,
      "hr": 3,
      "xhr": 3.3,
      "xhrPerBbe": 0.0317,
      "xhrDiff": -1.3,
      "noDoubters": 0,
      "doubters": 3,
      "mostlyGone": 3,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.067,
      "hardHitRate": 0.462,
      "sweetSpotRate": 0.327,
      "pullAirRate": 0.221,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 401.0,
      "avgLaunchAngleOnBarrels": 25.9,
      "avgDistance": 413.3,
      "longestHr": 436,
      "avgExitVelocity": 88.1,
      "longballIndex": 99.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0317,
          "percentile": 0.426,
          "score": 92.7,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.067,
          "percentile": 0.3156,
          "score": 81.3,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 401.0,
          "percentile": 0.9847,
          "score": 184.4,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.462,
          "percentile": 0.7244,
          "score": 123.3,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 609280,
      "player": "Miguel And\u00fajar",
      "team": "SD",
      "bbe": 138,
      "hr": 5,
      "xhr": 5.2,
      "xhrPerBbe": 0.0377,
      "xhrDiff": -0.2,
      "noDoubters": 4,
      "doubters": 4,
      "mostlyGone": 1,
      "noDoubterRate": 0.8,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.043,
      "hardHitRate": 0.377,
      "sweetSpotRate": 0.312,
      "pullAirRate": 0.226,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 398.7,
      "avgLaunchAngleOnBarrels": 24.5,
      "avgDistance": 393.6,
      "longestHr": 407,
      "avgExitVelocity": 88.6,
      "longballIndex": 99.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0377,
          "percentile": 0.5157,
          "score": 101.5,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.043,
          "percentile": 0.1911,
          "score": 65.9,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 398.7,
          "percentile": 0.9796,
          "score": 179.8,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.377,
          "percentile": 0.2844,
          "score": 77.8,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 683737,
      "player": "Michael Busch",
      "team": "CHC",
      "bbe": 152,
      "hr": 6,
      "xhr": 4.6,
      "xhrPerBbe": 0.0303,
      "xhrDiff": 0.4,
      "noDoubters": 1,
      "doubters": 2,
      "mostlyGone": 5,
      "noDoubterRate": 0.2,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.167,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.132,
      "hardHitRate": 0.441,
      "sweetSpotRate": 0.355,
      "pullAirRate": 0.158,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 371.2,
      "avgLaunchAngleOnBarrels": 27.2,
      "avgDistance": 395.3,
      "longestHr": 427,
      "avgExitVelocity": 88.6,
      "longballIndex": 98.6,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0303,
          "percentile": 0.4036,
          "score": 90.5,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.132,
          "percentile": 0.7978,
          "score": 132.5,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 371.2,
          "percentile": 0.2704,
          "score": 76.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.441,
          "percentile": 0.6067,
          "score": 110.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 660688,
      "player": "Keibert Ruiz",
      "team": "WSH",
      "bbe": 103,
      "hr": 4,
      "xhr": 4.2,
      "xhrPerBbe": 0.0408,
      "xhrDiff": -0.2,
      "noDoubters": 1,
      "doubters": 3,
      "mostlyGone": 3,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.25,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.058,
      "hardHitRate": 0.408,
      "sweetSpotRate": 0.34,
      "pullAirRate": null,
      "pullAirSource": "unavailable",
      "avgDistanceOnBarrels": 365.7,
      "avgLaunchAngleOnBarrels": 28.5,
      "avgDistance": 369.5,
      "longestHr": 386,
      "avgExitVelocity": 89.5,
      "longballIndex": 98.0,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0408,
          "percentile": 0.5919,
          "score": 109.1,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.058,
          "percentile": 0.2622,
          "score": 75.2,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 365.7,
          "percentile": 0.148,
          "score": 59.2,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.408,
          "percentile": 0.4,
          "score": 90.1,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 800050,
      "player": "Chase Delauter",
      "team": "CLE",
      "bbe": 170,
      "hr": 9,
      "xhr": 5.5,
      "xhrPerBbe": 0.0324,
      "xhrDiff": 1.5,
      "noDoubters": 2,
      "doubters": 1,
      "mostlyGone": 6,
      "noDoubterRate": 0.286,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.076,
      "hardHitRate": 0.418,
      "sweetSpotRate": 0.382,
      "pullAirRate": 0.189,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 385.7,
      "avgLaunchAngleOnBarrels": 26.1,
      "avgDistance": 385.4,
      "longestHr": 448,
      "avgExitVelocity": 90.2,
      "longballIndex": 97.2,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0324,
          "percentile": 0.4305,
          "score": 93.2,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.076,
          "percentile": 0.3933,
          "score": 89.4,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 385.7,
          "percentile": 0.7704,
          "score": 128.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.418,
          "percentile": 0.4778,
          "score": 97.8,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 804606,
      "player": "Konnor Griffin",
      "team": "PIT",
      "bbe": 126,
      "hr": 4,
      "xhr": 3.6,
      "xhrPerBbe": 0.0286,
      "xhrDiff": -0.6,
      "noDoubters": 0,
      "doubters": 3,
      "mostlyGone": 5,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.087,
      "hardHitRate": 0.341,
      "sweetSpotRate": 0.333,
      "pullAirRate": 0.14,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 389.8,
      "avgLaunchAngleOnBarrels": 24.8,
      "avgDistance": 401.2,
      "longestHr": 413,
      "avgExitVelocity": 87.2,
      "longballIndex": 96.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0286,
          "percentile": 0.3789,
          "score": 88.0,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.087,
          "percentile": 0.54,
          "score": 103.9,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 389.8,
          "percentile": 0.8878,
          "score": 147.4,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.341,
          "percentile": 0.1822,
          "score": 64.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 592518,
      "player": "Manny Machado",
      "team": "SD",
      "bbe": 142,
      "hr": 8,
      "xhr": 5.0,
      "xhrPerBbe": 0.0352,
      "xhrDiff": 3.0,
      "noDoubters": 1,
      "doubters": 2,
      "mostlyGone": 5,
      "noDoubterRate": 0.125,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.25,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.063,
      "hardHitRate": 0.43,
      "sweetSpotRate": 0.303,
      "pullAirRate": 0.207,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 380.0,
      "avgLaunchAngleOnBarrels": 25.9,
      "avgDistance": 395.7,
      "longestHr": 436,
      "avgExitVelocity": 89.9,
      "longballIndex": 96.0,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0352,
          "percentile": 0.4798,
          "score": 98.0,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.063,
          "percentile": 0.2978,
          "score": 79.3,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 380.0,
          "percentile": 0.5689,
          "score": 106.8,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.43,
          "percentile": 0.5556,
          "score": 105.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 643217,
      "player": "Andrew Benintendi",
      "team": "CWS",
      "bbe": 116,
      "hr": 4,
      "xhr": 3.5,
      "xhrPerBbe": 0.0302,
      "xhrDiff": -0.5,
      "noDoubters": 1,
      "doubters": 6,
      "mostlyGone": 2,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.121,
      "hardHitRate": 0.483,
      "sweetSpotRate": 0.44,
      "pullAirRate": 0.336,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 365.0,
      "avgLaunchAngleOnBarrels": 26.4,
      "avgDistance": 401.5,
      "longestHr": 418,
      "avgExitVelocity": 87.4,
      "longballIndex": 95.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0302,
          "percentile": 0.3991,
          "score": 90.0,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.121,
          "percentile": 0.7244,
          "score": 123.3,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 365.0,
          "percentile": 0.1276,
          "score": 55.6,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.483,
          "percentile": 0.8311,
          "score": 137.4,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 682177,
      "player": "Daniel Schneemann",
      "team": "CLE",
      "bbe": 103,
      "hr": 5,
      "xhr": 3.5,
      "xhrPerBbe": 0.034,
      "xhrDiff": 0.5,
      "noDoubters": 2,
      "doubters": 3,
      "mostlyGone": 2,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.078,
      "hardHitRate": 0.35,
      "sweetSpotRate": 0.427,
      "pullAirRate": 0.213,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 386.8,
      "avgLaunchAngleOnBarrels": 27.1,
      "avgDistance": 401.8,
      "longestHr": 426,
      "avgExitVelocity": 87.9,
      "longballIndex": 95.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.034,
          "percentile": 0.4574,
          "score": 95.8,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.078,
          "percentile": 0.42,
          "score": 92.1,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 386.8,
          "percentile": 0.8087,
          "score": 134.1,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.35,
          "percentile": 0.2044,
          "score": 67.8,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 701538,
      "player": "Jackson Merrill",
      "team": "SD",
      "bbe": 147,
      "hr": 4,
      "xhr": 4.5,
      "xhrPerBbe": 0.0306,
      "xhrDiff": -0.5,
      "noDoubters": 3,
      "doubters": 5,
      "mostlyGone": 2,
      "noDoubterRate": 0.75,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.082,
      "hardHitRate": 0.476,
      "sweetSpotRate": 0.347,
      "pullAirRate": 0.163,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 373.4,
      "avgLaunchAngleOnBarrels": 28.8,
      "avgDistance": 408.0,
      "longestHr": 436,
      "avgExitVelocity": 89.0,
      "longballIndex": 94.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0306,
          "percentile": 0.4126,
          "score": 91.4,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.082,
          "percentile": 0.4889,
          "score": 98.9,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 373.4,
          "percentile": 0.3138,
          "score": 81.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.476,
          "percentile": 0.8022,
          "score": 133.1,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 680574,
      "player": "Matt Mclain",
      "team": "CIN",
      "bbe": 148,
      "hr": 7,
      "xhr": 4.2,
      "xhrPerBbe": 0.0284,
      "xhrDiff": 0.8,
      "noDoubters": 0,
      "doubters": 0,
      "mostlyGone": 6,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.088,
      "hardHitRate": 0.392,
      "sweetSpotRate": 0.405,
      "pullAirRate": 0.156,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 384.3,
      "avgLaunchAngleOnBarrels": 26.0,
      "avgDistance": 400.6,
      "longestHr": 421,
      "avgExitVelocity": 88.0,
      "longballIndex": 94.6,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0284,
          "percentile": 0.3677,
          "score": 86.8,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.088,
          "percentile": 0.5533,
          "score": 105.2,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 384.3,
          "percentile": 0.7168,
          "score": 122.4,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.392,
          "percentile": 0.3289,
          "score": 82.7,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 681082,
      "player": "Bryson Stott",
      "team": "PHI",
      "bbe": 152,
      "hr": 6,
      "xhr": 5.4,
      "xhrPerBbe": 0.0355,
      "xhrDiff": -0.4,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 4,
      "noDoubterRate": 0.4,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.059,
      "hardHitRate": 0.401,
      "sweetSpotRate": 0.316,
      "pullAirRate": 0.215,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 379.8,
      "avgLaunchAngleOnBarrels": 26.3,
      "avgDistance": 389.0,
      "longestHr": 412,
      "avgExitVelocity": 89.2,
      "longballIndex": 94.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0355,
          "percentile": 0.4888,
          "score": 98.9,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.059,
          "percentile": 0.2733,
          "score": 76.5,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 379.8,
          "percentile": 0.5561,
          "score": 105.5,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.401,
          "percentile": 0.3644,
          "score": 86.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 621043,
      "player": "Carlos Correa",
      "team": "HOU",
      "bbe": 102,
      "hr": 3,
      "xhr": 3.1,
      "xhrPerBbe": 0.0304,
      "xhrDiff": -0.1,
      "noDoubters": 1,
      "doubters": 4,
      "mostlyGone": 2,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.098,
      "hardHitRate": 0.402,
      "sweetSpotRate": 0.402,
      "pullAirRate": 0.196,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 374.4,
      "avgLaunchAngleOnBarrels": 25.1,
      "avgDistance": 384.0,
      "longestHr": 402,
      "avgExitVelocity": 89.1,
      "longballIndex": 94.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0304,
          "percentile": 0.4081,
          "score": 90.9,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.098,
          "percentile": 0.6222,
          "score": 112.1,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 374.4,
          "percentile": 0.3495,
          "score": 84.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.402,
          "percentile": 0.3689,
          "score": 86.9,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 694497,
      "player": "Evan Carter",
      "team": "TEX",
      "bbe": 119,
      "hr": 5,
      "xhr": 4.1,
      "xhrPerBbe": 0.0345,
      "xhrDiff": 0.9,
      "noDoubters": 1,
      "doubters": 4,
      "mostlyGone": 4,
      "noDoubterRate": 0.2,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.084,
      "hardHitRate": 0.387,
      "sweetSpotRate": 0.345,
      "pullAirRate": 0.165,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 368.8,
      "avgLaunchAngleOnBarrels": 26.9,
      "avgDistance": 373.4,
      "longestHr": 388,
      "avgExitVelocity": 86.1,
      "longballIndex": 92.6,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0345,
          "percentile": 0.4664,
          "score": 96.7,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.084,
          "percentile": 0.5022,
          "score": 100.2,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 368.8,
          "percentile": 0.2066,
          "score": 68.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.387,
          "percentile": 0.3111,
          "score": 80.8,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 660821,
      "player": "Jes\u00fas S\u00e1nchez",
      "team": "TOR",
      "bbe": 134,
      "hr": 6,
      "xhr": 4.2,
      "xhrPerBbe": 0.0313,
      "xhrDiff": 0.8,
      "noDoubters": 2,
      "doubters": 0,
      "mostlyGone": 3,
      "noDoubterRate": 0.4,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.075,
      "hardHitRate": 0.463,
      "sweetSpotRate": 0.351,
      "pullAirRate": 0.146,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 373.7,
      "avgLaunchAngleOnBarrels": 26.0,
      "avgDistance": 399.6,
      "longestHr": 422,
      "avgExitVelocity": 90.7,
      "longballIndex": 92.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0313,
          "percentile": 0.417,
          "score": 91.8,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.075,
          "percentile": 0.38,
          "score": 88.1,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 373.7,
          "percentile": 0.3265,
          "score": 82.5,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.463,
          "percentile": 0.7356,
          "score": 124.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 669364,
      "player": "Xavier Edwards",
      "team": "MIA",
      "bbe": 186,
      "hr": 6,
      "xhr": 6.1,
      "xhrPerBbe": 0.0328,
      "xhrDiff": -0.1,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 4,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.059,
      "hardHitRate": 0.328,
      "sweetSpotRate": 0.409,
      "pullAirRate": 0.125,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 386.1,
      "avgLaunchAngleOnBarrels": 27.6,
      "avgDistance": 395.5,
      "longestHr": 422,
      "avgExitVelocity": 86.7,
      "longballIndex": 92.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0328,
          "percentile": 0.435,
          "score": 93.6,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.059,
          "percentile": 0.2733,
          "score": 76.5,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 386.1,
          "percentile": 0.7806,
          "score": 130.2,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.328,
          "percentile": 0.16,
          "score": 61.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 691016,
      "player": "Tyler Soderstrom",
      "team": "ATH",
      "bbe": 154,
      "hr": 6,
      "xhr": 4.3,
      "xhrPerBbe": 0.0279,
      "xhrDiff": 0.7,
      "noDoubters": 2,
      "doubters": 7,
      "mostlyGone": 2,
      "noDoubterRate": 0.4,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.167,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.11,
      "hardHitRate": 0.448,
      "sweetSpotRate": 0.312,
      "pullAirRate": 0.189,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 367.1,
      "avgLaunchAngleOnBarrels": 24.6,
      "avgDistance": 394.8,
      "longestHr": 420,
      "avgExitVelocity": 90.0,
      "longballIndex": 91.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0279,
          "percentile": 0.3587,
          "score": 85.9,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.11,
          "percentile": 0.6956,
          "score": 120.0,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 367.1,
          "percentile": 0.1735,
          "score": 63.3,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.448,
          "percentile": 0.6333,
          "score": 113.3,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 663616,
      "player": "Trevor Larnach",
      "team": "MIN",
      "bbe": 107,
      "hr": 3,
      "xhr": 3.6,
      "xhrPerBbe": 0.0336,
      "xhrDiff": -1.6,
      "noDoubters": 1,
      "doubters": 0,
      "mostlyGone": 4,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.075,
      "hardHitRate": 0.327,
      "sweetSpotRate": 0.383,
      "pullAirRate": 0.227,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 380.5,
      "avgLaunchAngleOnBarrels": 24.8,
      "avgDistance": 384.3,
      "longestHr": 398,
      "avgExitVelocity": 86.4,
      "longballIndex": 91.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0336,
          "percentile": 0.4439,
          "score": 94.5,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.075,
          "percentile": 0.38,
          "score": 88.1,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 380.5,
          "percentile": 0.5893,
          "score": 108.8,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.327,
          "percentile": 0.1533,
          "score": 60.1,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 545121,
      "player": "Ildemaro Vargas",
      "team": "AZ",
      "bbe": 175,
      "hr": 8,
      "xhr": 5.5,
      "xhrPerBbe": 0.0314,
      "xhrDiff": 1.5,
      "noDoubters": 3,
      "doubters": 1,
      "mostlyGone": 3,
      "noDoubterRate": 0.429,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.125,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.034,
      "hardHitRate": 0.349,
      "sweetSpotRate": 0.326,
      "pullAirRate": 0.235,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 407.7,
      "avgLaunchAngleOnBarrels": 24.2,
      "avgDistance": 394.0,
      "longestHr": 431,
      "avgExitVelocity": 87.0,
      "longballIndex": 91.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0314,
          "percentile": 0.4215,
          "score": 92.3,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.034,
          "percentile": 0.1267,
          "score": 55.4,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 407.7,
          "percentile": 0.9949,
          "score": 190.8,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.349,
          "percentile": 0.2,
          "score": 67.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 641355,
      "player": "Cody Bellinger",
      "team": "NYY",
      "bbe": 171,
      "hr": 6,
      "xhr": 5.8,
      "xhrPerBbe": 0.0339,
      "xhrDiff": 0.2,
      "noDoubters": 1,
      "doubters": 5,
      "mostlyGone": 7,
      "noDoubterRate": 0.167,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.07,
      "hardHitRate": 0.398,
      "sweetSpotRate": 0.409,
      "pullAirRate": 0.23,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 373.6,
      "avgLaunchAngleOnBarrels": 24.8,
      "avgDistance": 378.7,
      "longestHr": 402,
      "avgExitVelocity": 89.9,
      "longballIndex": 90.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0339,
          "percentile": 0.4529,
          "score": 95.4,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.07,
          "percentile": 0.3467,
          "score": 84.6,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 373.6,
          "percentile": 0.3214,
          "score": 81.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.398,
          "percentile": 0.3444,
          "score": 84.4,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 647304,
      "player": "Josh Naylor",
      "team": "SEA",
      "bbe": 175,
      "hr": 5,
      "xhr": 5.0,
      "xhrPerBbe": 0.0286,
      "xhrDiff": 0.0,
      "noDoubters": 1,
      "doubters": 3,
      "mostlyGone": 5,
      "noDoubterRate": 0.2,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.057,
      "hardHitRate": 0.406,
      "sweetSpotRate": 0.337,
      "pullAirRate": 0.213,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 385.4,
      "avgLaunchAngleOnBarrels": 27.1,
      "avgDistance": 401.8,
      "longestHr": 433,
      "avgExitVelocity": 87.5,
      "longballIndex": 90.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0286,
          "percentile": 0.3789,
          "score": 88.0,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.057,
          "percentile": 0.2578,
          "score": 74.6,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 385.4,
          "percentile": 0.7628,
          "score": 127.9,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.406,
          "percentile": 0.3911,
          "score": 89.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 666182,
      "player": "Bo Bichette",
      "team": "NYM",
      "bbe": 191,
      "hr": 6,
      "xhr": 4.9,
      "xhrPerBbe": 0.0257,
      "xhrDiff": 0.1,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 3,
      "noDoubterRate": 0.4,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.068,
      "hardHitRate": 0.471,
      "sweetSpotRate": 0.335,
      "pullAirRate": 0.079,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 380.5,
      "avgLaunchAngleOnBarrels": 25.1,
      "avgDistance": 382.8,
      "longestHr": 409,
      "avgExitVelocity": 91.3,
      "longballIndex": 90.0,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0257,
          "percentile": 0.3363,
          "score": 83.5,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.068,
          "percentile": 0.3289,
          "score": 82.7,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 380.5,
          "percentile": 0.5893,
          "score": 108.8,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.471,
          "percentile": 0.7822,
          "score": 130.4,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 805808,
      "player": "Kevin Mcgonigle",
      "team": "DET",
      "bbe": 179,
      "hr": 4,
      "xhr": 5.1,
      "xhrPerBbe": 0.0285,
      "xhrDiff": -2.1,
      "noDoubters": 1,
      "doubters": 5,
      "mostlyGone": 5,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.25,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.106,
      "hardHitRate": 0.358,
      "sweetSpotRate": 0.408,
      "pullAirRate": 0.218,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 369.3,
      "avgLaunchAngleOnBarrels": 25.7,
      "avgDistance": 411.0,
      "longestHr": 437,
      "avgExitVelocity": 87.7,
      "longballIndex": 89.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0285,
          "percentile": 0.3722,
          "score": 87.3,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.106,
          "percentile": 0.6711,
          "score": 117.3,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 369.3,
          "percentile": 0.2194,
          "score": 69.8,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.358,
          "percentile": 0.2244,
          "score": 70.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 665862,
      "player": "Jazz Chisholm",
      "team": "NYY",
      "bbe": 135,
      "hr": 5,
      "xhr": 4.8,
      "xhrPerBbe": 0.0356,
      "xhrDiff": 0.2,
      "noDoubters": 2,
      "doubters": 2,
      "mostlyGone": 3,
      "noDoubterRate": 0.4,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.052,
      "hardHitRate": 0.37,
      "sweetSpotRate": 0.326,
      "pullAirRate": 0.22,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 363.9,
      "avgLaunchAngleOnBarrels": 26.6,
      "avgDistance": 376.8,
      "longestHr": 413,
      "avgExitVelocity": 88.0,
      "longballIndex": 89.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0356,
          "percentile": 0.4933,
          "score": 99.3,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.052,
          "percentile": 0.2378,
          "score": 72.2,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 363.9,
          "percentile": 0.1173,
          "score": 53.6,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.37,
          "percentile": 0.28,
          "score": 77.3,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 666969,
      "player": "Adolis Garc\u00eda",
      "team": "PHI",
      "bbe": 135,
      "hr": 6,
      "xhr": 3.0,
      "xhrPerBbe": 0.0222,
      "xhrDiff": 1.0,
      "noDoubters": 1,
      "doubters": 4,
      "mostlyGone": 2,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.167,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.081,
      "hardHitRate": 0.496,
      "sweetSpotRate": 0.393,
      "pullAirRate": 0.122,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 375.6,
      "avgLaunchAngleOnBarrels": 27.3,
      "avgDistance": 390.2,
      "longestHr": 421,
      "avgExitVelocity": 92.5,
      "longballIndex": 88.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0222,
          "percentile": 0.296,
          "score": 79.1,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.081,
          "percentile": 0.4756,
          "score": 97.6,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 375.6,
          "percentile": 0.3903,
          "score": 89.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.496,
          "percentile": 0.8689,
          "score": 143.7,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 683146,
      "player": "Brett Baty",
      "team": "NYM",
      "bbe": 122,
      "hr": 3,
      "xhr": 2.7,
      "xhrPerBbe": 0.0221,
      "xhrDiff": 0.3,
      "noDoubters": 2,
      "doubters": 1,
      "mostlyGone": 1,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.333,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.107,
      "hardHitRate": 0.418,
      "sweetSpotRate": 0.361,
      "pullAirRate": 0.145,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 374.8,
      "avgLaunchAngleOnBarrels": 26.2,
      "avgDistance": 414.7,
      "longestHr": 451,
      "avgExitVelocity": 90.4,
      "longballIndex": 88.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0221,
          "percentile": 0.2915,
          "score": 78.6,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.107,
          "percentile": 0.6756,
          "score": 117.8,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 374.8,
          "percentile": 0.3673,
          "score": 86.8,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.418,
          "percentile": 0.4778,
          "score": 97.8,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 661388,
      "player": "William Contreras",
      "team": "MIL",
      "bbe": 176,
      "hr": 7,
      "xhr": 3.6,
      "xhrPerBbe": 0.0205,
      "xhrDiff": 0.4,
      "noDoubters": 1,
      "doubters": 4,
      "mostlyGone": 4,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.091,
      "hardHitRate": 0.466,
      "sweetSpotRate": 0.318,
      "pullAirRate": 0.176,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 376.7,
      "avgLaunchAngleOnBarrels": 25.7,
      "avgDistance": 405.2,
      "longestHr": 446,
      "avgExitVelocity": 91.1,
      "longballIndex": 88.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0205,
          "percentile": 0.2735,
          "score": 76.5,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.091,
          "percentile": 0.58,
          "score": 107.9,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 376.7,
          "percentile": 0.4286,
          "score": 93.0,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.466,
          "percentile": 0.76,
          "score": 127.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 670623,
      "player": "Isaac Paredes",
      "team": "HOU",
      "bbe": 147,
      "hr": 5,
      "xhr": 5.7,
      "xhrPerBbe": 0.0388,
      "xhrDiff": -0.7,
      "noDoubters": 4,
      "doubters": 2,
      "mostlyGone": 3,
      "noDoubterRate": 0.8,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.048,
      "hardHitRate": 0.293,
      "sweetSpotRate": 0.388,
      "pullAirRate": 0.38,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 359.6,
      "avgLaunchAngleOnBarrels": 25.9,
      "avgDistance": 371.8,
      "longestHr": 383,
      "avgExitVelocity": 87.9,
      "longballIndex": 88.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0388,
          "percentile": 0.5404,
          "score": 104.0,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.048,
          "percentile": 0.2178,
          "score": 69.6,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 359.6,
          "percentile": 0.0612,
          "score": 39.7,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.293,
          "percentile": 0.0689,
          "score": 42.1,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 677649,
      "player": "Ezequiel Duran",
      "team": "TEX",
      "bbe": 115,
      "hr": 5,
      "xhr": 3.2,
      "xhrPerBbe": 0.0278,
      "xhrDiff": 0.8,
      "noDoubters": 2,
      "doubters": 2,
      "mostlyGone": 2,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.2,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.087,
      "hardHitRate": 0.435,
      "sweetSpotRate": 0.365,
      "pullAirRate": 0.17,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 368.4,
      "avgLaunchAngleOnBarrels": 22.6,
      "avgDistance": 379.4,
      "longestHr": 419,
      "avgExitVelocity": 90.0,
      "longballIndex": 88.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0278,
          "percentile": 0.3543,
          "score": 85.4,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.087,
          "percentile": 0.54,
          "score": 103.9,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 368.4,
          "percentile": 0.1888,
          "score": 65.6,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.435,
          "percentile": 0.58,
          "score": 107.9,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 663656,
      "player": "Kyle Tucker",
      "team": "LAD",
      "bbe": 161,
      "hr": 5,
      "xhr": 4.2,
      "xhrPerBbe": 0.0261,
      "xhrDiff": -0.2,
      "noDoubters": 1,
      "doubters": 2,
      "mostlyGone": 4,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.062,
      "hardHitRate": 0.422,
      "sweetSpotRate": 0.373,
      "pullAirRate": 0.27,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 382.2,
      "avgLaunchAngleOnBarrels": 25.2,
      "avgDistance": 395.8,
      "longestHr": 435,
      "avgExitVelocity": 89.4,
      "longballIndex": 87.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0261,
          "percentile": 0.3408,
          "score": 84.0,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.062,
          "percentile": 0.2933,
          "score": 78.8,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 382.2,
          "percentile": 0.6276,
          "score": 112.7,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.422,
          "percentile": 0.52,
          "score": 102.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 687462,
      "player": "Spencer Horwitz",
      "team": "PIT",
      "bbe": 138,
      "hr": 5,
      "xhr": 4.6,
      "xhrPerBbe": 0.0333,
      "xhrDiff": 0.4,
      "noDoubters": 1,
      "doubters": 0,
      "mostlyGone": 5,
      "noDoubterRate": 0.2,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.043,
      "hardHitRate": 0.304,
      "sweetSpotRate": 0.275,
      "pullAirRate": 0.16,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 383.0,
      "avgLaunchAngleOnBarrels": 28.5,
      "avgDistance": 380.2,
      "longestHr": 397,
      "avgExitVelocity": 86.5,
      "longballIndex": 87.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0333,
          "percentile": 0.4395,
          "score": 94.1,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.043,
          "percentile": 0.1911,
          "score": 65.9,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 383.0,
          "percentile": 0.6582,
          "score": 115.9,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.304,
          "percentile": 0.1044,
          "score": 51.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 701807,
      "player": "Carson Benge",
      "team": "NYM",
      "bbe": 142,
      "hr": 3,
      "xhr": 3.4,
      "xhrPerBbe": 0.0239,
      "xhrDiff": -0.4,
      "noDoubters": 1,
      "doubters": 4,
      "mostlyGone": 3,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.077,
      "hardHitRate": 0.43,
      "sweetSpotRate": 0.423,
      "pullAirRate": 0.111,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 377.5,
      "avgLaunchAngleOnBarrels": 26.3,
      "avgDistance": 403.0,
      "longestHr": 436,
      "avgExitVelocity": 89.3,
      "longballIndex": 86.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0239,
          "percentile": 0.3049,
          "score": 80.1,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.077,
          "percentile": 0.4044,
          "score": 90.6,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 377.5,
          "percentile": 0.477,
          "score": 97.8,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.43,
          "percentile": 0.5556,
          "score": 105.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 608324,
      "player": "Alex Bregman",
      "team": "CHC",
      "bbe": 176,
      "hr": 7,
      "xhr": 3.4,
      "xhrPerBbe": 0.0193,
      "xhrDiff": 0.6,
      "noDoubters": 1,
      "doubters": 4,
      "mostlyGone": 3,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.143,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.074,
      "hardHitRate": 0.455,
      "sweetSpotRate": 0.335,
      "pullAirRate": 0.219,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 386.2,
      "avgLaunchAngleOnBarrels": 27.9,
      "avgDistance": 397.5,
      "longestHr": 414,
      "avgExitVelocity": 89.5,
      "longballIndex": 86.0,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0193,
          "percentile": 0.2377,
          "score": 72.2,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.074,
          "percentile": 0.3667,
          "score": 86.7,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 386.2,
          "percentile": 0.7883,
          "score": 131.2,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.455,
          "percentile": 0.6889,
          "score": 119.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 608348,
      "player": "Carson Kelly",
      "team": "CHC",
      "bbe": 109,
      "hr": 3,
      "xhr": 1.9,
      "xhrPerBbe": 0.0174,
      "xhrDiff": 0.1,
      "noDoubters": 1,
      "doubters": 0,
      "mostlyGone": 1,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.092,
      "hardHitRate": 0.422,
      "sweetSpotRate": 0.321,
      "pullAirRate": 0.121,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 384.3,
      "avgLaunchAngleOnBarrels": 26.9,
      "avgDistance": 413.5,
      "longestHr": 422,
      "avgExitVelocity": 90.0,
      "longballIndex": 84.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0174,
          "percentile": 0.1996,
          "score": 67.1,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.092,
          "percentile": 0.5867,
          "score": 108.5,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 384.3,
          "percentile": 0.7168,
          "score": 122.4,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.422,
          "percentile": 0.52,
          "score": 102.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 671732,
      "player": "Lawrence Butler",
      "team": "ATH",
      "bbe": 98,
      "hr": 4,
      "xhr": 2.4,
      "xhrPerBbe": 0.0245,
      "xhrDiff": 0.6,
      "noDoubters": 1,
      "doubters": 0,
      "mostlyGone": 2,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.071,
      "hardHitRate": 0.459,
      "sweetSpotRate": 0.327,
      "pullAirRate": 0.074,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 371.3,
      "avgLaunchAngleOnBarrels": 26.3,
      "avgDistance": 385.0,
      "longestHr": 406,
      "avgExitVelocity": 89.8,
      "longballIndex": 84.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0245,
          "percentile": 0.3184,
          "score": 81.6,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.071,
          "percentile": 0.3556,
          "score": 85.6,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 371.3,
          "percentile": 0.2755,
          "score": 76.7,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.459,
          "percentile": 0.7067,
          "score": 121.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 514888,
      "player": "Jos\u00e9 Altuve",
      "team": "HOU",
      "bbe": 135,
      "hr": 4,
      "xhr": 3.8,
      "xhrPerBbe": 0.0281,
      "xhrDiff": 0.2,
      "noDoubters": 2,
      "doubters": 2,
      "mostlyGone": 2,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.059,
      "hardHitRate": 0.385,
      "sweetSpotRate": 0.341,
      "pullAirRate": 0.208,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 373.2,
      "avgLaunchAngleOnBarrels": 27.0,
      "avgDistance": 373.2,
      "longestHr": 384,
      "avgExitVelocity": 85.7,
      "longballIndex": 83.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0281,
          "percentile": 0.3632,
          "score": 86.4,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.059,
          "percentile": 0.2733,
          "score": 76.5,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 373.2,
          "percentile": 0.3036,
          "score": 79.9,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.385,
          "percentile": 0.3067,
          "score": 80.3,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 596115,
      "player": "Trevor Story",
      "team": "BOS",
      "bbe": 124,
      "hr": 3,
      "xhr": 2.9,
      "xhrPerBbe": 0.0234,
      "xhrDiff": 0.1,
      "noDoubters": 2,
      "doubters": 0,
      "mostlyGone": 1,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.04,
      "hardHitRate": 0.411,
      "sweetSpotRate": 0.347,
      "pullAirRate": 0.209,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 394.6,
      "avgLaunchAngleOnBarrels": 25.0,
      "avgDistance": 412.3,
      "longestHr": 424,
      "avgExitVelocity": 88.0,
      "longballIndex": 83.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0234,
          "percentile": 0.3004,
          "score": 79.6,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.04,
          "percentile": 0.1689,
          "score": 62.6,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 394.6,
          "percentile": 0.9439,
          "score": 162.0,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.411,
          "percentile": 0.4178,
          "score": 91.9,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 669016,
      "player": "Brandon Marsh",
      "team": "PHI",
      "bbe": 149,
      "hr": 4,
      "xhr": 3.2,
      "xhrPerBbe": 0.0215,
      "xhrDiff": 0.8,
      "noDoubters": 2,
      "doubters": 3,
      "mostlyGone": 1,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.5,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.067,
      "hardHitRate": 0.463,
      "sweetSpotRate": 0.456,
      "pullAirRate": 0.153,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 375.0,
      "avgLaunchAngleOnBarrels": 26.0,
      "avgDistance": 397.5,
      "longestHr": 454,
      "avgExitVelocity": 89.6,
      "longballIndex": 83.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0215,
          "percentile": 0.287,
          "score": 78.1,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.067,
          "percentile": 0.3156,
          "score": 81.3,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 375.0,
          "percentile": 0.3724,
          "score": 87.3,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.463,
          "percentile": 0.7356,
          "score": 124.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 665926,
      "player": "Andr\u00e9s Gim\u00e9nez",
      "team": "TOR",
      "bbe": 147,
      "hr": 6,
      "xhr": 4.3,
      "xhrPerBbe": 0.0293,
      "xhrDiff": 0.7,
      "noDoubters": 2,
      "doubters": 0,
      "mostlyGone": 3,
      "noDoubterRate": 0.4,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.041,
      "hardHitRate": 0.245,
      "sweetSpotRate": 0.286,
      "pullAirRate": 0.129,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 387.2,
      "avgLaunchAngleOnBarrels": 27.7,
      "avgDistance": 382.8,
      "longestHr": 406,
      "avgExitVelocity": 85.3,
      "longballIndex": 83.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0293,
          "percentile": 0.3901,
          "score": 89.1,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.041,
          "percentile": 0.1756,
          "score": 63.6,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 387.2,
          "percentile": 0.8163,
          "score": 135.2,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.245,
          "percentile": 0.0267,
          "score": 24.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 662139,
      "player": "Daulton Varsho",
      "team": "TOR",
      "bbe": 156,
      "hr": 6,
      "xhr": 4.5,
      "xhrPerBbe": 0.0288,
      "xhrDiff": 0.5,
      "noDoubters": 1,
      "doubters": 1,
      "mostlyGone": 5,
      "noDoubterRate": 0.2,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.077,
      "hardHitRate": 0.404,
      "sweetSpotRate": 0.404,
      "pullAirRate": 0.204,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 361.0,
      "avgLaunchAngleOnBarrels": 24.1,
      "avgDistance": 387.4,
      "longestHr": 405,
      "avgExitVelocity": 86.1,
      "longballIndex": 83.2,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0288,
          "percentile": 0.3857,
          "score": 88.7,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.077,
          "percentile": 0.4044,
          "score": 90.6,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 361.0,
          "percentile": 0.0714,
          "score": 42.8,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.404,
          "percentile": 0.3756,
          "score": 87.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 668227,
      "player": "Randy Arozarena",
      "team": "SEA",
      "bbe": 154,
      "hr": 7,
      "xhr": 4.2,
      "xhrPerBbe": 0.0273,
      "xhrDiff": 0.8,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 4,
      "noDoubterRate": 0.4,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.143,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.078,
      "hardHitRate": 0.422,
      "sweetSpotRate": 0.364,
      "pullAirRate": 0.155,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 362.6,
      "avgLaunchAngleOnBarrels": 26.3,
      "avgDistance": 379.4,
      "longestHr": 426,
      "avgExitVelocity": 90.7,
      "longballIndex": 83.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0273,
          "percentile": 0.3498,
          "score": 84.9,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.078,
          "percentile": 0.42,
          "score": 92.1,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 362.6,
          "percentile": 0.0918,
          "score": 48.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.422,
          "percentile": 0.52,
          "score": 102.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 671277,
      "player": "Luis Garc\u00eda",
      "team": "WSH",
      "bbe": 146,
      "hr": 3,
      "xhr": 3.1,
      "xhrPerBbe": 0.0212,
      "xhrDiff": -0.1,
      "noDoubters": 0,
      "doubters": 2,
      "mostlyGone": 3,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.075,
      "hardHitRate": 0.473,
      "sweetSpotRate": 0.322,
      "pullAirRate": 0.142,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 369.3,
      "avgLaunchAngleOnBarrels": 25.4,
      "avgDistance": 388.3,
      "longestHr": 405,
      "avgExitVelocity": 91.8,
      "longballIndex": 82.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0212,
          "percentile": 0.2803,
          "score": 77.3,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.075,
          "percentile": 0.38,
          "score": 88.1,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 369.3,
          "percentile": 0.2194,
          "score": 69.8,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.473,
          "percentile": 0.7867,
          "score": 131.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 663837,
      "player": "Matt Vierling",
      "team": "DET",
      "bbe": 124,
      "hr": 5,
      "xhr": 3.1,
      "xhrPerBbe": 0.025,
      "xhrDiff": 0.9,
      "noDoubters": 1,
      "doubters": 1,
      "mostlyGone": 3,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.065,
      "hardHitRate": 0.363,
      "sweetSpotRate": 0.379,
      "pullAirRate": 0.144,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 375.6,
      "avgLaunchAngleOnBarrels": 26.1,
      "avgDistance": 367.4,
      "longestHr": 400,
      "avgExitVelocity": 87.3,
      "longballIndex": 81.6,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.025,
          "percentile": 0.3229,
          "score": 82.1,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.065,
          "percentile": 0.3067,
          "score": 80.3,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 375.6,
          "percentile": 0.3903,
          "score": 89.1,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.363,
          "percentile": 0.2422,
          "score": 72.7,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 672640,
      "player": "Otto Lopez",
      "team": "MIA",
      "bbe": 183,
      "hr": 5,
      "xhr": 3.3,
      "xhrPerBbe": 0.018,
      "xhrDiff": 0.7,
      "noDoubters": 1,
      "doubters": 4,
      "mostlyGone": 3,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.2,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.082,
      "hardHitRate": 0.448,
      "sweetSpotRate": 0.35,
      "pullAirRate": 0.103,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 376.2,
      "avgLaunchAngleOnBarrels": 25.1,
      "avgDistance": 399.8,
      "longestHr": 415,
      "avgExitVelocity": 90.2,
      "longballIndex": 81.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.018,
          "percentile": 0.2152,
          "score": 69.2,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.082,
          "percentile": 0.4889,
          "score": 98.9,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 376.2,
          "percentile": 0.4158,
          "score": 91.7,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.448,
          "percentile": 0.6333,
          "score": 113.3,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 605170,
      "player": "V\u00edctor Caratini",
      "team": "MIN",
      "bbe": 104,
      "hr": 4,
      "xhr": 2.2,
      "xhrPerBbe": 0.0212,
      "xhrDiff": -0.2,
      "noDoubters": 1,
      "doubters": 0,
      "mostlyGone": 2,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.067,
      "hardHitRate": 0.365,
      "sweetSpotRate": 0.413,
      "pullAirRate": 0.158,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 380.0,
      "avgLaunchAngleOnBarrels": 29.3,
      "avgDistance": 394.0,
      "longestHr": 423,
      "avgExitVelocity": 88.2,
      "longballIndex": 80.0,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0212,
          "percentile": 0.2803,
          "score": 77.3,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.067,
          "percentile": 0.3156,
          "score": 81.3,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 380.0,
          "percentile": 0.5689,
          "score": 106.8,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.365,
          "percentile": 0.2622,
          "score": 75.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 677587,
      "player": "Brayan Rocchio",
      "team": "CLE",
      "bbe": 157,
      "hr": 5,
      "xhr": 3.8,
      "xhrPerBbe": 0.0242,
      "xhrDiff": 0.2,
      "noDoubters": 1,
      "doubters": 0,
      "mostlyGone": 4,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.038,
      "hardHitRate": 0.344,
      "sweetSpotRate": 0.325,
      "pullAirRate": 0.169,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 383.0,
      "avgLaunchAngleOnBarrels": 28.0,
      "avgDistance": 382.6,
      "longestHr": 402,
      "avgExitVelocity": 85.5,
      "longballIndex": 79.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0242,
          "percentile": 0.3139,
          "score": 81.1,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.038,
          "percentile": 0.16,
          "score": 61.2,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 383.0,
          "percentile": 0.6582,
          "score": 115.9,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.344,
          "percentile": 0.1911,
          "score": 65.9,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 805367,
      "player": "Chase Meidroth",
      "team": "CWS",
      "bbe": 155,
      "hr": 5,
      "xhr": 3.1,
      "xhrPerBbe": 0.02,
      "xhrDiff": 0.9,
      "noDoubters": 2,
      "doubters": 1,
      "mostlyGone": 2,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.052,
      "hardHitRate": 0.413,
      "sweetSpotRate": 0.316,
      "pullAirRate": 0.151,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 379.9,
      "avgLaunchAngleOnBarrels": 26.0,
      "avgDistance": 381.4,
      "longestHr": 417,
      "avgExitVelocity": 87.1,
      "longballIndex": 78.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.02,
          "percentile": 0.2623,
          "score": 75.2,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.052,
          "percentile": 0.2378,
          "score": 72.2,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 379.9,
          "percentile": 0.5612,
          "score": 106.0,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.413,
          "percentile": 0.4356,
          "score": 93.7,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 686555,
      "player": "Isaac Collins",
      "team": "KC",
      "bbe": 106,
      "hr": 3,
      "xhr": 2.1,
      "xhrPerBbe": 0.0198,
      "xhrDiff": 0.9,
      "noDoubters": 1,
      "doubters": 6,
      "mostlyGone": 1,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.333,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.085,
      "hardHitRate": 0.415,
      "sweetSpotRate": 0.358,
      "pullAirRate": 0.222,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 362.2,
      "avgLaunchAngleOnBarrels": 22.2,
      "avgDistance": 377.0,
      "longestHr": 400,
      "avgExitVelocity": 88.4,
      "longballIndex": 78.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0198,
          "percentile": 0.2511,
          "score": 73.8,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.085,
          "percentile": 0.5133,
          "score": 101.3,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 362.2,
          "percentile": 0.0816,
          "score": 45.6,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.415,
          "percentile": 0.4511,
          "score": 95.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 573262,
      "player": "Mike Yastrzemski",
      "team": "ATL",
      "bbe": 108,
      "hr": 5,
      "xhr": 2.6,
      "xhrPerBbe": 0.0241,
      "xhrDiff": 0.4,
      "noDoubters": 0,
      "doubters": 0,
      "mostlyGone": 3,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.056,
      "hardHitRate": 0.38,
      "sweetSpotRate": 0.343,
      "pullAirRate": 0.216,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 366.2,
      "avgLaunchAngleOnBarrels": 25.8,
      "avgDistance": 364.8,
      "longestHr": 398,
      "avgExitVelocity": 89.7,
      "longballIndex": 77.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0241,
          "percentile": 0.3094,
          "score": 80.6,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.056,
          "percentile": 0.2511,
          "score": 73.8,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 366.2,
          "percentile": 0.1582,
          "score": 60.9,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.38,
          "percentile": 0.2978,
          "score": 79.3,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 694384,
      "player": "Nolan Schanuel",
      "team": "LAA",
      "bbe": 167,
      "hr": 4,
      "xhr": 4.4,
      "xhrPerBbe": 0.0263,
      "xhrDiff": -0.4,
      "noDoubters": 1,
      "doubters": 5,
      "mostlyGone": 4,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.03,
      "hardHitRate": 0.317,
      "sweetSpotRate": 0.377,
      "pullAirRate": 0.188,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 376.8,
      "avgLaunchAngleOnBarrels": 26.8,
      "avgDistance": 371.2,
      "longestHr": 392,
      "avgExitVelocity": 86.8,
      "longballIndex": 77.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0263,
          "percentile": 0.3453,
          "score": 84.5,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.03,
          "percentile": 0.1178,
          "score": 53.7,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 376.8,
          "percentile": 0.4362,
          "score": 93.7,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.317,
          "percentile": 0.1333,
          "score": 56.7,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 678882,
      "player": "Ceddanne Rafaela",
      "team": "BOS",
      "bbe": 140,
      "hr": 5,
      "xhr": 2.8,
      "xhrPerBbe": 0.02,
      "xhrDiff": 1.2,
      "noDoubters": 1,
      "doubters": 4,
      "mostlyGone": 3,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.2,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.079,
      "hardHitRate": 0.421,
      "sweetSpotRate": 0.421,
      "pullAirRate": 0.155,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 362.9,
      "avgLaunchAngleOnBarrels": 26.5,
      "avgDistance": 362.6,
      "longestHr": 379,
      "avgExitVelocity": 87.8,
      "longballIndex": 77.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.02,
          "percentile": 0.2623,
          "score": 75.2,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.079,
          "percentile": 0.4378,
          "score": 93.9,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 362.9,
          "percentile": 0.102,
          "score": 50.5,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.421,
          "percentile": 0.5,
          "score": 100.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 664728,
      "player": "Kyle Isbel",
      "team": "KC",
      "bbe": 111,
      "hr": 3,
      "xhr": 2.8,
      "xhrPerBbe": 0.0252,
      "xhrDiff": 0.2,
      "noDoubters": 2,
      "doubters": 0,
      "mostlyGone": 1,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.036,
      "hardHitRate": 0.36,
      "sweetSpotRate": 0.342,
      "pullAirRate": 0.119,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 28.2,
      "avgDistance": 389.7,
      "longestHr": 406,
      "avgExitVelocity": 83.6,
      "longballIndex": 77.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0252,
          "percentile": 0.3296,
          "score": 82.8,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.036,
          "percentile": 0.1444,
          "score": 58.6,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.36,
          "percentile": 0.2311,
          "score": 71.3,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 665750,
      "player": "Leody Taveras",
      "team": "BAL",
      "bbe": 99,
      "hr": 3,
      "xhr": 1.8,
      "xhrPerBbe": 0.0182,
      "xhrDiff": 0.2,
      "noDoubters": 1,
      "doubters": 0,
      "mostlyGone": 1,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.061,
      "hardHitRate": 0.313,
      "sweetSpotRate": 0.364,
      "pullAirRate": 0.163,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 389.3,
      "avgLaunchAngleOnBarrels": 26.2,
      "avgDistance": 396.7,
      "longestHr": 419,
      "avgExitVelocity": 86.1,
      "longballIndex": 75.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0182,
          "percentile": 0.222,
          "score": 70.1,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.061,
          "percentile": 0.2889,
          "score": 78.3,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 389.3,
          "percentile": 0.8699,
          "score": 143.9,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.313,
          "percentile": 0.12,
          "score": 54.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 686797,
      "player": "Brooks Lee",
      "team": "MIN",
      "bbe": 159,
      "hr": 6,
      "xhr": 4.0,
      "xhrPerBbe": 0.0252,
      "xhrDiff": 1.0,
      "noDoubters": 1,
      "doubters": 3,
      "mostlyGone": 4,
      "noDoubterRate": 0.2,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.333,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.044,
      "hardHitRate": 0.302,
      "sweetSpotRate": 0.365,
      "pullAirRate": 0.19,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 360.6,
      "avgLaunchAngleOnBarrels": 26.9,
      "avgDistance": 364.0,
      "longestHr": 383,
      "avgExitVelocity": 86.9,
      "longballIndex": 74.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0252,
          "percentile": 0.3296,
          "score": 82.8,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.044,
          "percentile": 0.2022,
          "score": 67.5,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 360.6,
          "percentile": 0.0663,
          "score": 41.3,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.302,
          "percentile": 0.0933,
          "score": 48.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 665489,
      "player": "Vladimir Guerrero",
      "team": "TOR",
      "bbe": 176,
      "hr": 4,
      "xhr": 2.9,
      "xhrPerBbe": 0.0165,
      "xhrDiff": 0.1,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 1,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.25,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.08,
      "hardHitRate": 0.449,
      "sweetSpotRate": 0.324,
      "pullAirRate": 0.143,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 366.9,
      "avgLaunchAngleOnBarrels": 22.3,
      "avgDistance": 412.0,
      "longestHr": 437,
      "avgExitVelocity": 91.0,
      "longballIndex": 74.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0165,
          "percentile": 0.1794,
          "score": 64.2,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.08,
          "percentile": 0.46,
          "score": 96.1,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 366.9,
          "percentile": 0.1684,
          "score": 62.5,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.449,
          "percentile": 0.6422,
          "score": 114.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 672580,
      "player": "Maikel Garc\u00eda",
      "team": "KC",
      "bbe": 181,
      "hr": 3,
      "xhr": 3.2,
      "xhrPerBbe": 0.0177,
      "xhrDiff": -0.2,
      "noDoubters": 1,
      "doubters": 2,
      "mostlyGone": 3,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.044,
      "hardHitRate": 0.436,
      "sweetSpotRate": 0.343,
      "pullAirRate": 0.183,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 378.1,
      "avgLaunchAngleOnBarrels": 24.1,
      "avgDistance": 398.3,
      "longestHr": 412,
      "avgExitVelocity": 89.8,
      "longballIndex": 73.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0177,
          "percentile": 0.2108,
          "score": 68.6,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.044,
          "percentile": 0.2022,
          "score": 67.5,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 378.1,
          "percentile": 0.4949,
          "score": 99.5,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.436,
          "percentile": 0.5867,
          "score": 108.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 805300,
      "player": "Jakob Marsee",
      "team": "MIA",
      "bbe": 141,
      "hr": 3,
      "xhr": 2.8,
      "xhrPerBbe": 0.0199,
      "xhrDiff": 0.2,
      "noDoubters": 1,
      "doubters": 4,
      "mostlyGone": 2,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.035,
      "hardHitRate": 0.369,
      "sweetSpotRate": 0.333,
      "pullAirRate": 0.241,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 379.0,
      "avgLaunchAngleOnBarrels": 27.0,
      "avgDistance": 373.7,
      "longestHr": 394,
      "avgExitVelocity": 85.5,
      "longballIndex": 73.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0199,
          "percentile": 0.2556,
          "score": 74.4,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.035,
          "percentile": 0.1356,
          "score": 57.1,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 379.0,
          "percentile": 0.5102,
          "score": 101.0,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.369,
          "percentile": 0.2756,
          "score": 76.7,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 666397,
      "player": "Edouard Julien",
      "team": "COL",
      "bbe": 99,
      "hr": 3,
      "xhr": 1.5,
      "xhrPerBbe": 0.0152,
      "xhrDiff": 0.5,
      "noDoubters": 0,
      "doubters": 0,
      "mostlyGone": 2,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.091,
      "hardHitRate": 0.495,
      "sweetSpotRate": 0.404,
      "pullAirRate": 0.102,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 368.3,
      "avgLaunchAngleOnBarrels": 24.9,
      "avgDistance": 379.0,
      "longestHr": 403,
      "avgExitVelocity": 90.8,
      "longballIndex": 73.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0152,
          "percentile": 0.1368,
          "score": 57.3,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.091,
          "percentile": 0.58,
          "score": 107.9,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 368.3,
          "percentile": 0.1837,
          "score": 64.8,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.495,
          "percentile": 0.86,
          "score": 142.1,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 673962,
      "player": "Josh Jung",
      "team": "TEX",
      "bbe": 166,
      "hr": 6,
      "xhr": 2.3,
      "xhrPerBbe": 0.0139,
      "xhrDiff": 2.7,
      "noDoubters": 0,
      "doubters": 5,
      "mostlyGone": 3,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.333,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.06,
      "hardHitRate": 0.476,
      "sweetSpotRate": 0.416,
      "pullAirRate": 0.162,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 377.0,
      "avgLaunchAngleOnBarrels": 23.9,
      "avgDistance": 384.5,
      "longestHr": 417,
      "avgExitVelocity": 90.4,
      "longballIndex": 69.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0139,
          "percentile": 0.1188,
          "score": 53.9,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.06,
          "percentile": 0.2844,
          "score": 77.8,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 377.0,
          "percentile": 0.4541,
          "score": 95.5,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.476,
          "percentile": 0.8022,
          "score": 133.1,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 543760,
      "player": "Marcus Semien",
      "team": "NYM",
      "bbe": 165,
      "hr": 4,
      "xhr": 2.7,
      "xhrPerBbe": 0.0164,
      "xhrDiff": 0.3,
      "noDoubters": 0,
      "doubters": 7,
      "mostlyGone": 4,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.25,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.085,
      "hardHitRate": 0.358,
      "sweetSpotRate": 0.376,
      "pullAirRate": 0.266,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 361.9,
      "avgLaunchAngleOnBarrels": 27.3,
      "avgDistance": 385.2,
      "longestHr": 407,
      "avgExitVelocity": 85.9,
      "longballIndex": 69.2,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0164,
          "percentile": 0.1749,
          "score": 63.5,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.085,
          "percentile": 0.5133,
          "score": 101.3,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 361.9,
          "percentile": 0.0765,
          "score": 44.3,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.358,
          "percentile": 0.2244,
          "score": 70.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 643289,
      "player": "Mauricio Dub\u00f3n",
      "team": "ATL",
      "bbe": 172,
      "hr": 3,
      "xhr": 3.0,
      "xhrPerBbe": 0.0174,
      "xhrDiff": 0.0,
      "noDoubters": 2,
      "doubters": 1,
      "mostlyGone": 1,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.047,
      "hardHitRate": 0.308,
      "sweetSpotRate": 0.419,
      "pullAirRate": 0.135,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 379.6,
      "avgLaunchAngleOnBarrels": 25.0,
      "avgDistance": 389.3,
      "longestHr": 413,
      "avgExitVelocity": 87.3,
      "longballIndex": 69.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0174,
          "percentile": 0.1996,
          "score": 67.1,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.047,
          "percentile": 0.2089,
          "score": 68.4,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 379.6,
          "percentile": 0.551,
          "score": 105.0,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.308,
          "percentile": 0.1156,
          "score": 53.3,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 691785,
      "player": "Marcelo Mayer",
      "team": "BOS",
      "bbe": 125,
      "hr": 2,
      "xhr": 2.0,
      "xhrPerBbe": 0.016,
      "xhrDiff": 0.0,
      "noDoubters": 1,
      "doubters": 1,
      "mostlyGone": 1,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.08,
      "hardHitRate": 0.4,
      "sweetSpotRate": 0.28,
      "pullAirRate": 0.089,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 363.8,
      "avgLaunchAngleOnBarrels": 24.0,
      "avgDistance": 381.5,
      "longestHr": 385,
      "avgExitVelocity": 87.6,
      "longballIndex": 68.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.016,
          "percentile": 0.1592,
          "score": 61.1,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.08,
          "percentile": 0.46,
          "score": 96.1,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 363.8,
          "percentile": 0.1097,
          "score": 52.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.4,
          "percentile": 0.3556,
          "score": 85.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 656775,
      "player": "Cedric Mullins",
      "team": "TB",
      "bbe": 133,
      "hr": 4,
      "xhr": 2.7,
      "xhrPerBbe": 0.0203,
      "xhrDiff": 0.3,
      "noDoubters": 1,
      "doubters": 0,
      "mostlyGone": 2,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.023,
      "hardHitRate": 0.301,
      "sweetSpotRate": 0.301,
      "pullAirRate": 0.32,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 30.7,
      "avgDistance": 380.8,
      "longestHr": 403,
      "avgExitVelocity": 83.9,
      "longballIndex": 68.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0203,
          "percentile": 0.2691,
          "score": 76.0,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.023,
          "percentile": 0.0778,
          "score": 44.6,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.301,
          "percentile": 0.0889,
          "score": 47.4,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 678662,
      "player": "Ezequiel Tovar",
      "team": "COL",
      "bbe": 138,
      "hr": 3,
      "xhr": 1.3,
      "xhrPerBbe": 0.0094,
      "xhrDiff": -0.3,
      "noDoubters": 1,
      "doubters": 3,
      "mostlyGone": 0,
      "noDoubterRate": 1.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.08,
      "hardHitRate": 0.362,
      "sweetSpotRate": 0.399,
      "pullAirRate": 0.18,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 388.9,
      "avgLaunchAngleOnBarrels": 25.2,
      "avgDistance": 421.3,
      "longestHr": 435,
      "avgExitVelocity": 86.6,
      "longballIndex": 68.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0094,
          "percentile": 0.0717,
          "score": 42.9,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.08,
          "percentile": 0.46,
          "score": 96.1,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 388.9,
          "percentile": 0.8597,
          "score": 142.1,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.362,
          "percentile": 0.2356,
          "score": 71.9,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 621493,
      "player": "Taylor Ward",
      "team": "BAL",
      "bbe": 145,
      "hr": 2,
      "xhr": 2.5,
      "xhrPerBbe": 0.0172,
      "xhrDiff": -0.5,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 0,
      "noDoubterRate": 1.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.041,
      "hardHitRate": 0.379,
      "sweetSpotRate": 0.359,
      "pullAirRate": 0.128,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 374.3,
      "avgLaunchAngleOnBarrels": 24.0,
      "avgDistance": 389.5,
      "longestHr": 394,
      "avgExitVelocity": 89.0,
      "longballIndex": 67.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0172,
          "percentile": 0.1928,
          "score": 66.2,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.041,
          "percentile": 0.1756,
          "score": 63.6,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 374.3,
          "percentile": 0.3367,
          "score": 83.6,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.379,
          "percentile": 0.2911,
          "score": 78.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 665487,
      "player": "Fernando Tat\u00eds",
      "team": "SD",
      "bbe": 147,
      "hr": 0,
      "xhr": 1.7,
      "xhrPerBbe": 0.0116,
      "xhrDiff": -1.7,
      "noDoubters": 0,
      "doubters": 3,
      "mostlyGone": 2,
      "noDoubterRate": null,
      "actualDoubterHr": null,
      "actualMostlyGoneHr": null,
      "actualNoDoubterHr": null,
      "cheapieRate": null,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.102,
      "hardHitRate": 0.544,
      "sweetSpotRate": 0.327,
      "pullAirRate": 0.069,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 356.6,
      "avgLaunchAngleOnBarrels": 26.1,
      "avgDistance": 0,
      "longestHr": 0,
      "avgExitVelocity": 90.3,
      "longballIndex": 67.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0116,
          "percentile": 0.0897,
          "score": 47.6,
          "weight": 0.6
        },
        "barrelRate": {
          "value": 0.102,
          "percentile": 0.6511,
          "score": 115.2,
          "weight": 0.2
        },
        "avgDistanceOnBarrels": {
          "value": 356.6,
          "percentile": 0.0306,
          "score": 27.0,
          "weight": 0.125
        },
        "hardHitRate": {
          "value": 0.544,
          "percentile": 0.9556,
          "score": 166.4,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 671976,
      "player": "Tristan Peters",
      "team": "CWS",
      "bbe": 108,
      "hr": 2,
      "xhr": 2.1,
      "xhrPerBbe": 0.0194,
      "xhrDiff": -0.1,
      "noDoubters": 0,
      "doubters": 1,
      "mostlyGone": 3,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.056,
      "hardHitRate": 0.269,
      "sweetSpotRate": 0.333,
      "pullAirRate": 0.253,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 358.3,
      "avgLaunchAngleOnBarrels": 25.2,
      "avgDistance": 362.5,
      "longestHr": 366,
      "avgExitVelocity": 80.5,
      "longballIndex": 67.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0194,
          "percentile": 0.2444,
          "score": 73.0,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.056,
          "percentile": 0.2511,
          "score": 73.8,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 358.3,
          "percentile": 0.0408,
          "score": 32.1,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.269,
          "percentile": 0.0444,
          "score": 33.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 699912,
      "player": "Jose Fernandez",
      "team": "AZ",
      "bbe": 105,
      "hr": 3,
      "xhr": 1.8,
      "xhrPerBbe": 0.0171,
      "xhrDiff": 1.2,
      "noDoubters": 1,
      "doubters": 1,
      "mostlyGone": 1,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.333,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.038,
      "hardHitRate": 0.41,
      "sweetSpotRate": 0.295,
      "pullAirRate": 0.19,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 27.2,
      "avgDistance": 408.7,
      "longestHr": 409,
      "avgExitVelocity": 85.5,
      "longballIndex": 66.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0171,
          "percentile": 0.1861,
          "score": 65.2,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.038,
          "percentile": 0.16,
          "score": 61.2,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.41,
          "percentile": 0.4111,
          "score": 91.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 687859,
      "player": "Troy Johnston",
      "team": "COL",
      "bbe": 131,
      "hr": 3,
      "xhr": 2.3,
      "xhrPerBbe": 0.0176,
      "xhrDiff": -0.3,
      "noDoubters": 2,
      "doubters": 3,
      "mostlyGone": 0,
      "noDoubterRate": 1.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.023,
      "hardHitRate": 0.412,
      "sweetSpotRate": 0.496,
      "pullAirRate": 0.19,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 28.7,
      "avgDistance": 411.7,
      "longestHr": 423,
      "avgExitVelocity": 88.3,
      "longballIndex": 65.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0176,
          "percentile": 0.2063,
          "score": 68.0,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.023,
          "percentile": 0.0778,
          "score": 44.6,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.412,
          "percentile": 0.4222,
          "score": 92.3,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 672761,
      "player": "Wenceel P\u00e9rez",
      "team": "DET",
      "bbe": 107,
      "hr": 4,
      "xhr": 1.4,
      "xhrPerBbe": 0.0131,
      "xhrDiff": 0.6,
      "noDoubters": 0,
      "doubters": 1,
      "mostlyGone": 2,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.075,
      "hardHitRate": 0.364,
      "sweetSpotRate": 0.243,
      "pullAirRate": 0.165,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 390.8,
      "avgLaunchAngleOnBarrels": 26.4,
      "avgDistance": 399.0,
      "longestHr": 422,
      "avgExitVelocity": 88.1,
      "longballIndex": 65.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0131,
          "percentile": 0.0987,
          "score": 49.7,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.075,
          "percentile": 0.38,
          "score": 88.1,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 390.8,
          "percentile": 0.8954,
          "score": 149.0,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.364,
          "percentile": 0.2511,
          "score": 73.8,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 691594,
      "player": "Javier Sanoja",
      "team": "MIA",
      "bbe": 100,
      "hr": 1,
      "xhr": 1.9,
      "xhrPerBbe": 0.019,
      "xhrDiff": -0.9,
      "noDoubters": 0,
      "doubters": 4,
      "mostlyGone": 2,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.02,
      "hardHitRate": 0.34,
      "sweetSpotRate": 0.33,
      "pullAirRate": 0.232,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgDistance": 375.0,
      "longestHr": 375,
      "avgExitVelocity": 87.6,
      "longballIndex": 65.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.019,
          "percentile": 0.2332,
          "score": 71.6,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.02,
          "percentile": 0.0622,
          "score": 40.1,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.34,
          "percentile": 0.1778,
          "score": 64.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 607208,
      "player": "Trea Turner",
      "team": "PHI",
      "bbe": 178,
      "hr": 5,
      "xhr": 2.7,
      "xhrPerBbe": 0.0152,
      "xhrDiff": 2.3,
      "noDoubters": 1,
      "doubters": 2,
      "mostlyGone": 2,
      "noDoubterRate": 0.2,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.4,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.051,
      "hardHitRate": 0.404,
      "sweetSpotRate": 0.326,
      "pullAirRate": 0.135,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 377.0,
      "avgLaunchAngleOnBarrels": 24.8,
      "avgDistance": 387.8,
      "longestHr": 423,
      "avgExitVelocity": 90.1,
      "longballIndex": 64.9,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0152,
          "percentile": 0.1368,
          "score": 57.3,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.051,
          "percentile": 0.2311,
          "score": 71.3,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 377.0,
          "percentile": 0.4541,
          "score": 95.5,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.404,
          "percentile": 0.3756,
          "score": 87.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 676609,
      "player": "Jos\u00e9 Caballero",
      "team": "NYY",
      "bbe": 124,
      "hr": 4,
      "xhr": 2.0,
      "xhrPerBbe": 0.0161,
      "xhrDiff": 2.0,
      "noDoubters": 1,
      "doubters": 4,
      "mostlyGone": 2,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 3,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.75,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.048,
      "hardHitRate": 0.315,
      "sweetSpotRate": 0.282,
      "pullAirRate": 0.168,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 368.5,
      "avgLaunchAngleOnBarrels": 28.2,
      "avgDistance": 365.2,
      "longestHr": 397,
      "avgExitVelocity": 80.3,
      "longballIndex": 63.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0161,
          "percentile": 0.1682,
          "score": 62.5,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.048,
          "percentile": 0.2178,
          "score": 69.6,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 368.5,
          "percentile": 0.1939,
          "score": 66.3,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.315,
          "percentile": 0.1289,
          "score": 55.8,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 670770,
      "player": "Tj Friedl",
      "team": "CIN",
      "bbe": 117,
      "hr": 2,
      "xhr": 2.0,
      "xhrPerBbe": 0.0171,
      "xhrDiff": 0.0,
      "noDoubters": 0,
      "doubters": 2,
      "mostlyGone": 2,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.5,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.034,
      "hardHitRate": 0.342,
      "sweetSpotRate": 0.333,
      "pullAirRate": 0.124,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 27.2,
      "avgDistance": 364.0,
      "longestHr": 368,
      "avgExitVelocity": 84.5,
      "longballIndex": 63.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0171,
          "percentile": 0.1861,
          "score": 65.2,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.034,
          "percentile": 0.1267,
          "score": 55.4,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.342,
          "percentile": 0.1867,
          "score": 65.3,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 686217,
      "player": "Sal Frelick",
      "team": "MIL",
      "bbe": 159,
      "hr": 3,
      "xhr": 2.9,
      "xhrPerBbe": 0.0182,
      "xhrDiff": 0.1,
      "noDoubters": 2,
      "doubters": 0,
      "mostlyGone": 1,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.025,
      "hardHitRate": 0.264,
      "sweetSpotRate": 0.27,
      "pullAirRate": 0.153,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 24.5,
      "avgDistance": 401.7,
      "longestHr": 407,
      "avgExitVelocity": 84.7,
      "longballIndex": 63.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0182,
          "percentile": 0.222,
          "score": 70.1,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.025,
          "percentile": 0.0933,
          "score": 48.5,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.264,
          "percentile": 0.0356,
          "score": 29.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 676391,
      "player": "Ernie Clement",
      "team": "TOR",
      "bbe": 189,
      "hr": 3,
      "xhr": 3.5,
      "xhrPerBbe": 0.0185,
      "xhrDiff": -0.5,
      "noDoubters": 0,
      "doubters": 4,
      "mostlyGone": 4,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.021,
      "hardHitRate": 0.259,
      "sweetSpotRate": 0.323,
      "pullAirRate": 0.202,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 27.2,
      "avgDistance": 369.7,
      "longestHr": 381,
      "avgExitVelocity": 85.4,
      "longballIndex": 62.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0185,
          "percentile": 0.2287,
          "score": 71.0,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.021,
          "percentile": 0.0711,
          "score": 42.7,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.259,
          "percentile": 0.0311,
          "score": 27.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 687363,
      "player": "Victor Scott",
      "team": "STL",
      "bbe": 108,
      "hr": 2,
      "xhr": 2.1,
      "xhrPerBbe": 0.0194,
      "xhrDiff": -0.1,
      "noDoubters": 2,
      "doubters": 1,
      "mostlyGone": 0,
      "noDoubterRate": 1.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.009,
      "hardHitRate": 0.296,
      "sweetSpotRate": 0.333,
      "pullAirRate": 0.08,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgDistance": 406.0,
      "longestHr": 415,
      "avgExitVelocity": 79.9,
      "longballIndex": 62.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0194,
          "percentile": 0.2444,
          "score": 73.0,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.009,
          "percentile": 0.0267,
          "score": 24.6,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.296,
          "percentile": 0.0756,
          "score": 44.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 672695,
      "player": "Geraldo Perdomo",
      "team": "AZ",
      "bbe": 158,
      "hr": 2,
      "xhr": 2.5,
      "xhrPerBbe": 0.0158,
      "xhrDiff": -0.5,
      "noDoubters": 1,
      "doubters": 0,
      "mostlyGone": 2,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.038,
      "hardHitRate": 0.354,
      "sweetSpotRate": 0.335,
      "pullAirRate": 0.173,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 365.5,
      "avgLaunchAngleOnBarrels": 26.0,
      "avgDistance": 382.0,
      "longestHr": 398,
      "avgExitVelocity": 85.5,
      "longballIndex": 60.2,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0158,
          "percentile": 0.148,
          "score": 59.2,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.038,
          "percentile": 0.16,
          "score": 61.2,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 365.5,
          "percentile": 0.1403,
          "score": 57.9,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.354,
          "percentile": 0.2133,
          "score": 69.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 664761,
      "player": "Alec Bohm",
      "team": "PHI",
      "bbe": 166,
      "hr": 5,
      "xhr": 2.3,
      "xhrPerBbe": 0.0139,
      "xhrDiff": 2.7,
      "noDoubters": 0,
      "doubters": 1,
      "mostlyGone": 5,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.2,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.03,
      "hardHitRate": 0.422,
      "sweetSpotRate": 0.343,
      "pullAirRate": 0.086,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 372.6,
      "avgLaunchAngleOnBarrels": 23.2,
      "avgDistance": 371.4,
      "longestHr": 409,
      "avgExitVelocity": 90.2,
      "longballIndex": 59.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0139,
          "percentile": 0.1188,
          "score": 53.9,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.03,
          "percentile": 0.1178,
          "score": 53.7,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 372.6,
          "percentile": 0.2857,
          "score": 77.9,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.422,
          "percentile": 0.52,
          "score": 102.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 808982,
      "player": "Jung Hoo Lee",
      "team": "SF",
      "bbe": 169,
      "hr": 4,
      "xhr": 2.7,
      "xhrPerBbe": 0.016,
      "xhrDiff": 0.3,
      "noDoubters": 1,
      "doubters": 2,
      "mostlyGone": 2,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.024,
      "hardHitRate": 0.337,
      "sweetSpotRate": 0.379,
      "pullAirRate": 0.157,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 27.0,
      "avgDistance": 316.7,
      "longestHr": 364,
      "avgExitVelocity": 88.4,
      "longballIndex": 58.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.016,
          "percentile": 0.1592,
          "score": 61.1,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.024,
          "percentile": 0.0844,
          "score": 46.3,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.337,
          "percentile": 0.1733,
          "score": 63.3,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 664983,
      "player": "Jake Mccarthy",
      "team": "COL",
      "bbe": 122,
      "hr": 2,
      "xhr": 1.2,
      "xhrPerBbe": 0.0098,
      "xhrDiff": 0.8,
      "noDoubters": 0,
      "doubters": 1,
      "mostlyGone": 2,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.5,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.049,
      "hardHitRate": 0.238,
      "sweetSpotRate": 0.369,
      "pullAirRate": 0.117,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 403.8,
      "avgLaunchAngleOnBarrels": 28.0,
      "avgDistance": 424.5,
      "longestHr": 448,
      "avgExitVelocity": 81.4,
      "longballIndex": 58.5,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0098,
          "percentile": 0.0785,
          "score": 44.8,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.049,
          "percentile": 0.2267,
          "score": 70.7,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 403.8,
          "percentile": 0.9898,
          "score": 190.5,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.238,
          "percentile": 0.0222,
          "score": 21.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 805779,
      "player": "Jacob Wilson",
      "team": "ATH",
      "bbe": 155,
      "hr": 3,
      "xhr": 2.5,
      "xhrPerBbe": 0.0161,
      "xhrDiff": 0.5,
      "noDoubters": 0,
      "doubters": 0,
      "mostlyGone": 4,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.019,
      "hardHitRate": 0.329,
      "sweetSpotRate": 0.335,
      "pullAirRate": 0.126,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 24.7,
      "avgDistance": 368.0,
      "longestHr": 384,
      "avgExitVelocity": 84.4,
      "longballIndex": 58.0,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0161,
          "percentile": 0.1682,
          "score": 62.5,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.019,
          "percentile": 0.0533,
          "score": 37.1,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.329,
          "percentile": 0.1644,
          "score": 61.9,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 676356,
      "player": "Jonny Deluca",
      "team": "TB",
      "bbe": 107,
      "hr": 2,
      "xhr": 1.7,
      "xhrPerBbe": 0.0159,
      "xhrDiff": 0.3,
      "noDoubters": 1,
      "doubters": 1,
      "mostlyGone": 1,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.028,
      "hardHitRate": 0.299,
      "sweetSpotRate": 0.299,
      "pullAirRate": 0.213,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 20.0,
      "avgDistance": 415.5,
      "longestHr": 438,
      "avgExitVelocity": 83.8,
      "longballIndex": 57.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0159,
          "percentile": 0.1525,
          "score": 60.0,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.028,
          "percentile": 0.1044,
          "score": 51.0,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.299,
          "percentile": 0.0844,
          "score": 46.3,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 663538,
      "player": "Nico Hoerner",
      "team": "CHC",
      "bbe": 203,
      "hr": 5,
      "xhr": 2.7,
      "xhrPerBbe": 0.0133,
      "xhrDiff": 1.3,
      "noDoubters": 1,
      "doubters": 1,
      "mostlyGone": 3,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.025,
      "hardHitRate": 0.266,
      "sweetSpotRate": 0.429,
      "pullAirRate": 0.145,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 391.0,
      "avgLaunchAngleOnBarrels": 27.8,
      "avgDistance": 382.6,
      "longestHr": 400,
      "avgExitVelocity": 85.4,
      "longballIndex": 56.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0133,
          "percentile": 0.1054,
          "score": 51.2,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.025,
          "percentile": 0.0933,
          "score": 48.5,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 391.0,
          "percentile": 0.9031,
          "score": 150.7,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.266,
          "percentile": 0.04,
          "score": 31.7,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 690993,
      "player": "Colt Keith",
      "team": "DET",
      "bbe": 127,
      "hr": 0,
      "xhr": 1.6,
      "xhrPerBbe": 0.0126,
      "xhrDiff": -1.6,
      "noDoubters": 0,
      "doubters": 4,
      "mostlyGone": 2,
      "noDoubterRate": null,
      "actualDoubterHr": null,
      "actualMostlyGoneHr": null,
      "actualNoDoubterHr": null,
      "cheapieRate": null,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.071,
      "hardHitRate": 0.417,
      "sweetSpotRate": 0.394,
      "pullAirRate": 0.193,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 352.3,
      "avgLaunchAngleOnBarrels": 25.4,
      "avgDistance": 0,
      "longestHr": 0,
      "avgExitVelocity": 89.9,
      "longballIndex": 56.6,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0126,
          "percentile": 0.0942,
          "score": 48.7,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.071,
          "percentile": 0.3556,
          "score": 85.6,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 352.3,
          "percentile": 0.0204,
          "score": 20.2,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.417,
          "percentile": 0.4711,
          "score": 97.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 668885,
      "player": "Austin Martin",
      "team": "MIN",
      "bbe": 121,
      "hr": 2,
      "xhr": 1.9,
      "xhrPerBbe": 0.0157,
      "xhrDiff": 0.1,
      "noDoubters": 1,
      "doubters": 0,
      "mostlyGone": 1,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.025,
      "hardHitRate": 0.298,
      "sweetSpotRate": 0.347,
      "pullAirRate": 0.175,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 29.0,
      "avgDistance": 391.5,
      "longestHr": 406,
      "avgExitVelocity": 85.5,
      "longballIndex": 55.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0157,
          "percentile": 0.1435,
          "score": 58.5,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.025,
          "percentile": 0.0933,
          "score": 48.5,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.298,
          "percentile": 0.08,
          "score": 45.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 807799,
      "player": "Masataka Yoshida",
      "team": "BOS",
      "bbe": 101,
      "hr": 1,
      "xhr": 1.5,
      "xhrPerBbe": 0.0149,
      "xhrDiff": -0.5,
      "noDoubters": 1,
      "doubters": 0,
      "mostlyGone": 1,
      "noDoubterRate": 1.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.02,
      "hardHitRate": 0.396,
      "sweetSpotRate": 0.277,
      "pullAirRate": null,
      "pullAirSource": "unavailable",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgDistance": 393.0,
      "longestHr": 393,
      "avgExitVelocity": 87.8,
      "longballIndex": 55.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0149,
          "percentile": 0.13,
          "score": 56.1,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.02,
          "percentile": 0.0622,
          "score": 40.1,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.396,
          "percentile": 0.3333,
          "score": 83.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 663647,
      "player": "Ke'Bryan Hayes",
      "team": "CIN",
      "bbe": 106,
      "hr": 2,
      "xhr": 0.8,
      "xhrPerBbe": 0.0075,
      "xhrDiff": 1.2,
      "noDoubters": 0,
      "doubters": 2,
      "mostlyGone": 1,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.5,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.085,
      "hardHitRate": 0.434,
      "sweetSpotRate": 0.425,
      "pullAirRate": 0.13,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 371.8,
      "avgLaunchAngleOnBarrels": 24.9,
      "avgDistance": 364.5,
      "longestHr": 366,
      "avgExitVelocity": 90.7,
      "longballIndex": 53.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0075,
          "percentile": 0.0404,
          "score": 31.9,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.085,
          "percentile": 0.5133,
          "score": 101.3,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 371.8,
          "percentile": 0.2806,
          "score": 77.3,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.434,
          "percentile": 0.5733,
          "score": 107.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 691720,
      "player": "Kyle Karros",
      "team": "COL",
      "bbe": 120,
      "hr": 1,
      "xhr": 1.0,
      "xhrPerBbe": 0.0083,
      "xhrDiff": 0.0,
      "noDoubters": 1,
      "doubters": 0,
      "mostlyGone": 0,
      "noDoubterRate": 1.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.042,
      "hardHitRate": 0.4,
      "sweetSpotRate": 0.417,
      "pullAirRate": 0.148,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 386.2,
      "avgLaunchAngleOnBarrels": 23.2,
      "avgDistance": 448.0,
      "longestHr": 448,
      "avgExitVelocity": 89.4,
      "longballIndex": 52.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0083,
          "percentile": 0.0538,
          "score": 37.2,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.042,
          "percentile": 0.1822,
          "score": 64.6,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 386.2,
          "percentile": 0.7883,
          "score": 131.2,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.4,
          "percentile": 0.3556,
          "score": 85.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 650402,
      "player": "Gleyber Torres",
      "team": "DET",
      "bbe": 101,
      "hr": 2,
      "xhr": 0.9,
      "xhrPerBbe": 0.0089,
      "xhrDiff": 1.1,
      "noDoubters": 0,
      "doubters": 1,
      "mostlyGone": 1,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.5,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.069,
      "hardHitRate": 0.277,
      "sweetSpotRate": 0.376,
      "pullAirRate": 0.031,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 377.1,
      "avgLaunchAngleOnBarrels": 26.9,
      "avgDistance": 376.0,
      "longestHr": 388,
      "avgExitVelocity": 83.4,
      "longballIndex": 51.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0089,
          "percentile": 0.0628,
          "score": 40.2,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.069,
          "percentile": 0.34,
          "score": 83.9,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 377.1,
          "percentile": 0.4643,
          "score": 96.5,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.277,
          "percentile": 0.0511,
          "score": 36.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 691026,
      "player": "Masyn Winn",
      "team": "STL",
      "bbe": 141,
      "hr": 1,
      "xhr": 1.9,
      "xhrPerBbe": 0.0135,
      "xhrDiff": -0.9,
      "noDoubters": 1,
      "doubters": 1,
      "mostlyGone": 1,
      "noDoubterRate": 1.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.028,
      "hardHitRate": 0.291,
      "sweetSpotRate": 0.333,
      "pullAirRate": 0.15,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 24.2,
      "avgDistance": 373.0,
      "longestHr": 373,
      "avgExitVelocity": 85.9,
      "longballIndex": 51.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0135,
          "percentile": 0.1121,
          "score": 52.6,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.028,
          "percentile": 0.1044,
          "score": 51.0,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.291,
          "percentile": 0.0578,
          "score": 38.6,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 656305,
      "player": "Matt Chapman",
      "team": "SF",
      "bbe": 153,
      "hr": 2,
      "xhr": 1.4,
      "xhrPerBbe": 0.0092,
      "xhrDiff": -0.4,
      "noDoubters": 0,
      "doubters": 0,
      "mostlyGone": 3,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.059,
      "hardHitRate": 0.346,
      "sweetSpotRate": 0.268,
      "pullAirRate": 0.188,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 365.5,
      "avgLaunchAngleOnBarrels": 22.8,
      "avgDistance": 357.0,
      "longestHr": 365,
      "avgExitVelocity": 87.7,
      "longballIndex": 50.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0092,
          "percentile": 0.0673,
          "score": 41.6,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.059,
          "percentile": 0.2733,
          "score": 76.5,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 365.5,
          "percentile": 0.1403,
          "score": 57.9,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.346,
          "percentile": 0.1956,
          "score": 66.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 663743,
      "player": "Nick Fortes",
      "team": "TB",
      "bbe": 113,
      "hr": 2,
      "xhr": 1.0,
      "xhrPerBbe": 0.0088,
      "xhrDiff": 0.0,
      "noDoubters": 0,
      "doubters": 1,
      "mostlyGone": 1,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.035,
      "hardHitRate": 0.469,
      "sweetSpotRate": 0.265,
      "pullAirRate": 0.184,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 27.5,
      "avgDistance": 397.0,
      "longestHr": 408,
      "avgExitVelocity": 87.3,
      "longballIndex": 48.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0088,
          "percentile": 0.0583,
          "score": 38.8,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.035,
          "percentile": 0.1356,
          "score": 57.1,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.469,
          "percentile": 0.7733,
          "score": 129.3,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 687401,
      "player": "Joey Ortiz",
      "team": "MIL",
      "bbe": 102,
      "hr": 1,
      "xhr": 1.1,
      "xhrPerBbe": 0.0108,
      "xhrDiff": -0.1,
      "noDoubters": 0,
      "doubters": 2,
      "mostlyGone": 1,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.029,
      "hardHitRate": 0.314,
      "sweetSpotRate": 0.235,
      "pullAirRate": 0.088,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 27.0,
      "avgDistance": 395.0,
      "longestHr": 395,
      "avgExitVelocity": 83.7,
      "longballIndex": 48.2,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0108,
          "percentile": 0.0852,
          "score": 46.5,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.029,
          "percentile": 0.1111,
          "score": 52.4,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.314,
          "percentile": 0.1244,
          "score": 55.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 643446,
      "player": "Jeff Mcneil",
      "team": "ATH",
      "bbe": 150,
      "hr": 2,
      "xhr": 2.0,
      "xhrPerBbe": 0.0133,
      "xhrDiff": 0.0,
      "noDoubters": 2,
      "doubters": 0,
      "mostlyGone": 0,
      "noDoubterRate": 1.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.013,
      "hardHitRate": 0.32,
      "sweetSpotRate": 0.393,
      "pullAirRate": 0.159,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgDistance": 379.5,
      "longestHr": 395,
      "avgExitVelocity": 85.9,
      "longballIndex": 48.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0133,
          "percentile": 0.1054,
          "score": 51.2,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.013,
          "percentile": 0.0378,
          "score": 30.7,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.32,
          "percentile": 0.1378,
          "score": 57.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 693304,
      "player": "Nick Gonzales",
      "team": "PIT",
      "bbe": 153,
      "hr": 0,
      "xhr": 1.5,
      "xhrPerBbe": 0.0098,
      "xhrDiff": -1.5,
      "noDoubters": 0,
      "doubters": 2,
      "mostlyGone": 2,
      "noDoubterRate": null,
      "actualDoubterHr": null,
      "actualMostlyGoneHr": null,
      "actualNoDoubterHr": null,
      "cheapieRate": null,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.013,
      "hardHitRate": 0.405,
      "sweetSpotRate": 0.32,
      "pullAirRate": 0.171,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgDistance": 0,
      "longestHr": 0,
      "avgExitVelocity": 86.9,
      "longballIndex": 45.6,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0098,
          "percentile": 0.0785,
          "score": 44.8,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.013,
          "percentile": 0.0378,
          "score": 30.7,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.405,
          "percentile": 0.3844,
          "score": 88.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 803011,
      "player": "Sam Antonacci",
      "team": "CWS",
      "bbe": 100,
      "hr": 1,
      "xhr": 0.6,
      "xhrPerBbe": 0.006,
      "xhrDiff": 0.4,
      "noDoubters": 0,
      "doubters": 1,
      "mostlyGone": 1,
      "noDoubterRate": 0.0,
      "actualDoubterHr": null,
      "actualMostlyGoneHr": null,
      "actualNoDoubterHr": null,
      "cheapieRate": null,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.08,
      "hardHitRate": 0.39,
      "sweetSpotRate": 0.39,
      "pullAirRate": 0.063,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 354.5,
      "avgLaunchAngleOnBarrels": 25.1,
      "avgDistance": 57.0,
      "longestHr": 57,
      "avgExitVelocity": 87.9,
      "longballIndex": 44.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.006,
          "percentile": 0.0359,
          "score": 29.7,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.08,
          "percentile": 0.46,
          "score": 96.1,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 354.5,
          "percentile": 0.0255,
          "score": 23.9,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.39,
          "percentile": 0.32,
          "score": 81.8,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 650333,
      "player": "Luis Arr\u00e1ez",
      "team": "SF",
      "bbe": 201,
      "hr": 2,
      "xhr": 2.9,
      "xhrPerBbe": 0.0144,
      "xhrDiff": -0.9,
      "noDoubters": 0,
      "doubters": 3,
      "mostlyGone": 5,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.0,
      "hardHitRate": 0.204,
      "sweetSpotRate": 0.408,
      "pullAirRate": 0.169,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgDistance": 345.0,
      "longestHr": 350,
      "avgExitVelocity": 86.2,
      "longballIndex": 44.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0144,
          "percentile": 0.1256,
          "score": 55.2,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.0,
          "percentile": 0.0111,
          "score": 10.8,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.204,
          "percentile": 0.0178,
          "score": 18.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 592663,
      "player": "J. T. Realmuto",
      "team": "PHI",
      "bbe": 102,
      "hr": 1,
      "xhr": 0.8,
      "xhrPerBbe": 0.0078,
      "xhrDiff": 0.2,
      "noDoubters": 0,
      "doubters": 0,
      "mostlyGone": 2,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.02,
      "hardHitRate": 0.422,
      "sweetSpotRate": 0.324,
      "pullAirRate": 0.149,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgDistance": 401.0,
      "longestHr": 401,
      "avgExitVelocity": 89.0,
      "longballIndex": 40.0,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0078,
          "percentile": 0.0448,
          "score": 33.8,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.02,
          "percentile": 0.0622,
          "score": 40.1,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.422,
          "percentile": 0.52,
          "score": 102.0,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 807712,
      "player": "Luke Keaschall",
      "team": "MIN",
      "bbe": 163,
      "hr": 3,
      "xhr": 0.7,
      "xhrPerBbe": 0.0043,
      "xhrDiff": 0.3,
      "noDoubters": 0,
      "doubters": 1,
      "mostlyGone": 1,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.043,
      "hardHitRate": 0.307,
      "sweetSpotRate": 0.393,
      "pullAirRate": 0.116,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 377.0,
      "avgLaunchAngleOnBarrels": 27.7,
      "avgDistance": 373.7,
      "longestHr": 380,
      "avgExitVelocity": 85.0,
      "longballIndex": 37.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0043,
          "percentile": 0.0224,
          "score": 21.7,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.043,
          "percentile": 0.1911,
          "score": 65.9,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 377.0,
          "percentile": 0.4541,
          "score": 95.5,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.307,
          "percentile": 0.1111,
          "score": 52.4,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 702332,
      "player": "Caleb Durbin",
      "team": "BOS",
      "bbe": 140,
      "hr": 1,
      "xhr": 1.1,
      "xhrPerBbe": 0.0079,
      "xhrDiff": -0.1,
      "noDoubters": 1,
      "doubters": 2,
      "mostlyGone": 0,
      "noDoubterRate": 1.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.014,
      "hardHitRate": 0.293,
      "sweetSpotRate": 0.257,
      "pullAirRate": 0.121,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgDistance": 386.0,
      "longestHr": 386,
      "avgExitVelocity": 84.0,
      "longballIndex": 35.7,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0079,
          "percentile": 0.0493,
          "score": 35.6,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.014,
          "percentile": 0.0444,
          "score": 33.6,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.293,
          "percentile": 0.0689,
          "score": 42.1,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 702222,
      "player": "Justin Crawford",
      "team": "PHI",
      "bbe": 129,
      "hr": 2,
      "xhr": 0.7,
      "xhrPerBbe": 0.0054,
      "xhrDiff": 1.3,
      "noDoubters": 0,
      "doubters": 1,
      "mostlyGone": 1,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.5,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.016,
      "hardHitRate": 0.388,
      "sweetSpotRate": 0.287,
      "pullAirRate": 0.093,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgDistance": 382.0,
      "longestHr": 403,
      "avgExitVelocity": 86.6,
      "longballIndex": 32.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0054,
          "percentile": 0.0314,
          "score": 27.4,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.016,
          "percentile": 0.0489,
          "score": 35.4,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.388,
          "percentile": 0.3156,
          "score": 81.3,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 810938,
      "player": "Ben Williamson",
      "team": "TB",
      "bbe": 101,
      "hr": 1,
      "xhr": 0.5,
      "xhrPerBbe": 0.005,
      "xhrDiff": -0.5,
      "noDoubters": 0,
      "doubters": 1,
      "mostlyGone": 1,
      "noDoubterRate": null,
      "actualDoubterHr": null,
      "actualMostlyGoneHr": null,
      "actualNoDoubterHr": null,
      "cheapieRate": null,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.01,
      "hardHitRate": 0.416,
      "sweetSpotRate": 0.386,
      "pullAirRate": 0.135,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgDistance": 349.0,
      "longestHr": 349,
      "avgExitVelocity": 88.5,
      "longballIndex": 30.6,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.005,
          "percentile": 0.0269,
          "score": 24.8,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.01,
          "percentile": 0.0311,
          "score": 27.2,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.416,
          "percentile": 0.4622,
          "score": 96.3,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 666152,
      "player": "David Hamilton",
      "team": "MIL",
      "bbe": 109,
      "hr": 0,
      "xhr": 0.3,
      "xhrPerBbe": 0.0028,
      "xhrDiff": -0.3,
      "noDoubters": 0,
      "doubters": 0,
      "mostlyGone": 1,
      "noDoubterRate": null,
      "actualDoubterHr": null,
      "actualMostlyGoneHr": null,
      "actualNoDoubterHr": null,
      "cheapieRate": null,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.037,
      "hardHitRate": 0.303,
      "sweetSpotRate": 0.229,
      "pullAirRate": 0.126,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 25.2,
      "avgDistance": 0,
      "longestHr": 0,
      "avgExitVelocity": 77.1,
      "longballIndex": 27.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0028,
          "percentile": 0.0179,
          "score": 18.1,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.037,
          "percentile": 0.1511,
          "score": 59.7,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.303,
          "percentile": 0.0978,
          "score": 49.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 650859,
      "player": "Luis Rengifo",
      "team": "MIL",
      "bbe": 140,
      "hr": 2,
      "xhr": 0.2,
      "xhrPerBbe": 0.0014,
      "xhrDiff": -0.2,
      "noDoubters": 0,
      "doubters": 2,
      "mostlyGone": 0,
      "noDoubterRate": null,
      "actualDoubterHr": null,
      "actualMostlyGoneHr": null,
      "actualNoDoubterHr": null,
      "cheapieRate": null,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.064,
      "hardHitRate": 0.379,
      "sweetSpotRate": 0.321,
      "pullAirRate": 0.153,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": 348.6,
      "avgLaunchAngleOnBarrels": 24.1,
      "avgDistance": 364.5,
      "longestHr": 384,
      "avgExitVelocity": 88.0,
      "longballIndex": 26.8,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0014,
          "percentile": 0.009,
          "score": 9.2,
          "weight": 0.675
        },
        "barrelRate": {
          "value": 0.064,
          "percentile": 0.3022,
          "score": 79.8,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": 348.6,
          "percentile": 0.0051,
          "score": 9.2,
          "weight": 0.075
        },
        "hardHitRate": {
          "value": 0.379,
          "percentile": 0.2911,
          "score": 78.5,
          "weight": 0.075
        }
      },
      "sampleBadge": "Wall-Scraper Watch"
    },
    {
      "batter": 671289,
      "player": "Tyler Freeman",
      "team": "COL",
      "bbe": 96,
      "hr": 2,
      "xhr": 0.2,
      "xhrPerBbe": 0.0021,
      "xhrDiff": 1.8,
      "noDoubters": 0,
      "doubters": 3,
      "mostlyGone": 0,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 0,
      "cheapieRate": 1.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.0,
      "hardHitRate": 0.292,
      "sweetSpotRate": 0.396,
      "pullAirRate": 0.146,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgDistance": 360.5,
      "longestHr": 364,
      "avgExitVelocity": 82.6,
      "longballIndex": 15.1,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0021,
          "percentile": 0.0135,
          "score": 13.7,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.0,
          "percentile": 0.0111,
          "score": 10.8,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.292,
          "percentile": 0.0622,
          "score": 40.1,
          "weight": 0.075
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 683083,
      "player": "Nasim Nu\u00f1ez",
      "team": "WSH",
      "bbe": 133,
      "hr": 0,
      "xhr": null,
      "xhrPerBbe": null,
      "xhrDiff": null,
      "noDoubters": null,
      "doubters": null,
      "mostlyGone": null,
      "noDoubterRate": null,
      "actualDoubterHr": null,
      "actualMostlyGoneHr": null,
      "actualNoDoubterHr": null,
      "cheapieRate": null,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.0,
      "hardHitRate": 0.195,
      "sweetSpotRate": 0.346,
      "pullAirRate": 0.081,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgDistance": 0,
      "longestHr": 0,
      "avgExitVelocity": 80.8,
      "longballIndex": 11.6,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "barrelRate": {
          "value": 0.0,
          "percentile": 0.0111,
          "score": 10.8,
          "weight": 0.7
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.195,
          "percentile": 0.0133,
          "score": 13.5,
          "weight": 0.3
        }
      },
      "sampleBadge": "Qualified Sample"
    },
    {
      "batter": 680757,
      "player": "Steven Kwan",
      "team": "CLE",
      "bbe": 173,
      "hr": 1,
      "xhr": 0.2,
      "xhrPerBbe": 0.0012,
      "xhrDiff": 0.8,
      "noDoubters": 0,
      "doubters": 3,
      "mostlyGone": 0,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 0,
      "cheapieRate": 1.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.006,
      "hardHitRate": 0.098,
      "sweetSpotRate": 0.37,
      "pullAirRate": 0.141,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgDistance": 381.0,
      "longestHr": 381,
      "avgExitVelocity": 80.8,
      "longballIndex": 11.4,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": 0.0012,
          "percentile": 0.0045,
          "score": 9.2,
          "weight": 0.75
        },
        "barrelRate": {
          "value": 0.006,
          "percentile": 0.0222,
          "score": 21.6,
          "weight": 0.175
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.098,
          "percentile": 0.0044,
          "score": 9.2,
          "weight": 0.075
        }
      },
      "sampleBadge": "Reliable Sample"
    },
    {
      "batter": 802415,
      "player": "Chandler Simpson",
      "team": "TB",
      "bbe": 193,
      "hr": 1,
      "xhr": null,
      "xhrPerBbe": null,
      "xhrDiff": null,
      "noDoubters": null,
      "doubters": null,
      "mostlyGone": null,
      "noDoubterRate": null,
      "actualDoubterHr": null,
      "actualMostlyGoneHr": null,
      "actualNoDoubterHr": null,
      "cheapieRate": null,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.0,
      "hardHitRate": 0.161,
      "sweetSpotRate": 0.269,
      "pullAirRate": 0.056,
      "pullAirSource": "baseball-savant-batted-ball",
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgDistance": 344.0,
      "longestHr": 344,
      "avgExitVelocity": 81.6,
      "longballIndex": 10.3,
      "lbiVersion": "1.2",
      "lbiComponents": {
        "xhrPerBbe": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "barrelRate": {
          "value": 0.0,
          "percentile": 0.0111,
          "score": 10.8,
          "weight": 0.7
        },
        "avgDistanceOnBarrels": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "hardHitRate": {
          "value": 0.161,
          "percentile": 0.0089,
          "score": 9.2,
          "weight": 0.3
        }
      },
      "sampleBadge": "Reliable Sample"
    }
  ],
  "dailyDong": {
    "eventKey": "2026-05-24|Colton Cowser|Kenley Jansen|440|111.0",
    "playId": "d516ef14-328f-3b98-ad17-d55cf864834c",
    "gameDate": "2026-05-24",
    "batter": "Colton Cowser",
    "batterId": 681297,
    "batterTeam": "BAL",
    "pitcher": "Kenley Jansen",
    "pitcherId": 445276,
    "pitcherTeam": "DET",
    "distance": 440,
    "exitVelocity": 111.0,
    "launchAngle": 31.0,
    "hrCat": "No Doubter",
    "parksCleared": 30,
    "eventOutcome": "Home Run",
    "score": 485.0
  },
  "dailyFeatures": {
    "gameDate": "2026-05-24",
    "dailyDong": {
      "eventKey": "2026-05-24|Colton Cowser|Kenley Jansen|440|111.0",
      "playId": "d516ef14-328f-3b98-ad17-d55cf864834c",
      "gameDate": "2026-05-24",
      "batter": "Colton Cowser",
      "batterId": 681297,
      "batterTeam": "BAL",
      "pitcher": "Kenley Jansen",
      "pitcherId": 445276,
      "pitcherTeam": "DET",
      "distance": 440,
      "exitVelocity": 111.0,
      "launchAngle": 31.0,
      "hrCat": "No Doubter",
      "parksCleared": 30,
      "eventOutcome": "Home Run",
      "score": 485.0
    },
    "hotDogRobbery": {
      "eventKey": "2026-05-24|Rafael Devers|Noah Schultz|403|104.0",
      "playId": "44c140f0-a6fc-320e-adaa-3d06a9af1b83",
      "gameDate": "2026-05-24",
      "batter": "Rafael Devers",
      "batterId": 646240,
      "batterTeam": "SF",
      "pitcher": "Noah Schultz",
      "pitcherId": 702273,
      "pitcherTeam": "CWS",
      "distance": 403,
      "exitVelocity": 104.0,
      "launchAngle": 28.0,
      "hrCat": "Mostly Gone",
      "parksCleared": 29,
      "eventOutcome": "Double",
      "score": 373.3
    },
    "cheapestDong": {
      "eventKey": "2026-05-24|Willson Contreras|Bailey Ober|382|106.0",
      "playId": "40833804-cad6-3b37-81d9-69dc8c229675",
      "gameDate": "2026-05-24",
      "batter": "Willson Contreras",
      "batterId": 575929,
      "batterTeam": "BOS",
      "pitcher": "Bailey Ober",
      "pitcherId": 641927,
      "pitcherTeam": "MIN",
      "distance": 382,
      "exitVelocity": 106.0,
      "launchAngle": 31.0,
      "hrCat": "Doubter",
      "parksCleared": 1,
      "eventOutcome": "Home Run",
      "score": 245.2
    }
  }
}
