{
  "generatedAt": "2026-06-08T14:34:07.129692+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.3",
  "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.",
    "pa": "Plate appearances inferred from unique game and at-bat identifiers in the cached Statcast sample.",
    "hr": "Actual home runs in the cached Statcast sample.",
    "longballIndex": "LBI v1.3 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.",
    "hrWindowThunderBbe": "Count of batted balls hit 105 mph or harder with launch angle between 25 and 40 degrees.",
    "hrWindowThunderRate": "Share of batted balls hit 105 mph or harder with launch angle between 25 and 40 degrees. LBI v1.3 component.",
    "hardHitRate": "Share of batted balls hit 95 mph or harder.",
    "avgDistanceOnBarrels": "Average projected distance on barreled batted balls. Reference stat only, not part of LBI v1.3.",
    "pullAirRate": "Pull Air percentage from Baseball Savant's batted-ball leaderboard. Reference stat only.",
    "pullAirJuice": "Weighted pulled-air contact per plate appearance. Context stat only, not part of LBI.",
    "pullAirJuicePer100Pa": "Weighted pulled-air contact per 100 plate appearances. Context stat only, not part of LBI.",
    "pullPop": "Plus-scaled Pull Pop, with 100 equal to league average among qualified hitters.",
    "contactPct": "Contact percentage from full pitch-level Statcast: contacts divided by swings. Context stat only, not part of LBI.",
    "pesky": "Plus-scaled contact percentage, with 100 equal to average contact% among LBI-qualified hitters.",
    "contactSwings": "Swing count used for public contact% / Pesky context.",
    "contactPa": "True terminal plate appearances from the full pitch-level cache. Audit field for contact context.",
    "pulledAirBbe": "Pulled batted balls with launch angle between 15 and 45 degrees.",
    "crushedPulledAirBbe": "Pulled-air batted balls hit 105 mph or harder.",
    "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.3",
    "methodology": "Adjusted xHR/BBE anchored formula: 50%, Barrel% 20%, HR-Window Thunder Rate 25%, Hard Hit% 5%",
    "homeRunTrackerMatchedPlayers": 235,
    "homeRunTrackerMissingPlayers": 3,
    "battedBallLeaderboardMatchedPlayers": 235,
    "battedBallLeaderboardMissingPlayers": 3,
    "pullAirSource": "Baseball Savant batted-ball leaderboard pull_air_rate",
    "peskySource": "Full pitch-level Statcast contact% plus-scaled among LBI-qualified hitters.",
    "peskyLeagueContactPct": 0.7812789915966386,
    "contactMetricMatchedPlayers": 238,
    "contactMetricMissingPlayers": 0,
    "contactMetricSourceRows": 327033,
    "contactMetricRegularSeasonRows": 288778,
    "contactMetricTerminalPaRows": 74166,
    "contactMetricBatterCount": 542,
    "cheapieSource": "actual-home-run-classification",
    "homeRunTrackerDetailRows": 3343,
    "homeRunTrackerDetailJoinedRows": 3265,
    "homeRunTrackerDetailJoinRate": 0.9767,
    "homeRunTrackerActualHrRows": 2127,
    "joinedActualHrRows": 2127,
    "actualHrMatchRate": 1.0
  },
  "qualifiedBy": {
    "minimumHomeRuns": null,
    "frontendMinimumHomeRunsDefault": 1,
    "minimumPlateAppearances": null,
    "minimumBbe": 100,
    "estimatedTeamGames": 67
  },
  "players": [
    {
      "batter": 808959,
      "player": "Munetaka Murakami",
      "team": "CWS",
      "bbe": 120,
      "pa": 120,
      "hr": 20,
      "xhr": 17.3,
      "xhrPerBbe": 0.1442,
      "xhrDiff": 2.7,
      "noDoubters": 12,
      "doubters": 5,
      "mostlyGone": 6,
      "noDoubterRate": 0.6,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 12,
      "cheapieRate": 0.1,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.208,
      "hrWindowThunderBbe": 12,
      "hrWindowThunderRate": 0.1,
      "hardHitRate": 0.592,
      "sweetSpotRate": 0.308,
      "pullAirRate": 0.198,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 29,
      "crushedPulledAirBbe": 12,
      "pullAirJuice": 0.055,
      "pullAirJuicePer100Pa": 5.5,
      "contactPct": 0.6106,
      "contactSwings": 452,
      "contactPa": 246,
      "avgDistanceOnBarrels": 398.5,
      "avgLaunchAngleOnBarrels": 31.4,
      "avgLaunchAngle": 14.0,
      "avgDistance": 408.5,
      "longestHr": 451,
      "avgExitVelocity": 94.2,
      "longballIndex": 189.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.1442,
          "percentile": 1.0,
          "score": 190.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.208,
          "percentile": 0.9832,
          "score": 182.9,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.1,
          "percentile": 1.0,
          "score": 190.8,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.592,
          "percentile": 0.9916,
          "score": 190.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "No-Doubter Candidate",
      "pullPop": 383.2,
      "pesky": 78.2
    },
    {
      "batter": 592450,
      "player": "Aaron Judge",
      "team": "NYY",
      "bbe": 142,
      "pa": 142,
      "hr": 17,
      "xhr": 17.8,
      "xhrPerBbe": 0.1254,
      "xhrDiff": -0.8,
      "noDoubters": 11,
      "doubters": 3,
      "mostlyGone": 9,
      "noDoubterRate": 0.647,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 11,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.218,
      "hrWindowThunderBbe": 12,
      "hrWindowThunderRate": 0.0845,
      "hardHitRate": 0.57,
      "sweetSpotRate": 0.345,
      "pullAirRate": 0.182,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 32,
      "crushedPulledAirBbe": 19,
      "pullAirJuice": 0.0533,
      "pullAirJuicePer100Pa": 5.3,
      "contactPct": 0.6987,
      "contactSwings": 468,
      "contactPa": 256,
      "avgDistanceOnBarrels": 381.3,
      "avgLaunchAngleOnBarrels": 26.4,
      "avgLaunchAngle": 14.9,
      "avgDistance": 403.8,
      "longestHr": 456,
      "avgExitVelocity": 94.1,
      "longballIndex": 188.4,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.1254,
          "percentile": 0.9872,
          "score": 187.1,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.218,
          "percentile": 0.9916,
          "score": 190.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0845,
          "percentile": 0.9916,
          "score": 190.8,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.57,
          "percentile": 0.979,
          "score": 179.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "No-Doubter Candidate",
      "pullPop": 369.3,
      "pesky": 89.4
    },
    {
      "batter": 656941,
      "player": "Kyle Schwarber",
      "team": "PHI",
      "bbe": 140,
      "pa": 140,
      "hr": 23,
      "xhr": 19.5,
      "xhrPerBbe": 0.1393,
      "xhrDiff": 3.5,
      "noDoubters": 8,
      "doubters": 4,
      "mostlyGone": 15,
      "noDoubterRate": 0.348,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 14,
      "actualNoDoubterHr": 8,
      "cheapieRate": 0.043,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.221,
      "hrWindowThunderBbe": 10,
      "hrWindowThunderRate": 0.0714,
      "hardHitRate": 0.507,
      "sweetSpotRate": 0.4,
      "pullAirRate": 0.336,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 45,
      "crushedPulledAirBbe": 17,
      "pullAirJuice": 0.0495,
      "pullAirJuicePer100Pa": 5.0,
      "contactPct": 0.6914,
      "contactSwings": 525,
      "contactPa": 280,
      "avgDistanceOnBarrels": 388.5,
      "avgLaunchAngleOnBarrels": 27.8,
      "avgLaunchAngle": 21.8,
      "avgDistance": 402.3,
      "longestHr": 460,
      "avgExitVelocity": 93.1,
      "longballIndex": 188.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.1393,
          "percentile": 0.9957,
          "score": 190.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.221,
          "percentile": 0.9958,
          "score": 190.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0714,
          "percentile": 0.9874,
          "score": 187.3,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.507,
          "percentile": 0.9118,
          "score": 152.7,
          "weight": 0.05
        }
      },
      "sampleBadge": "No-Doubter Candidate",
      "pullPop": 348.4,
      "pesky": 88.5
    },
    {
      "batter": 695578,
      "player": "James Wood",
      "team": "WSH",
      "bbe": 156,
      "pa": 156,
      "hr": 17,
      "xhr": 19.1,
      "xhrPerBbe": 0.1224,
      "xhrDiff": -2.1,
      "noDoubters": 10,
      "doubters": 13,
      "mostlyGone": 12,
      "noDoubterRate": 0.588,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 10,
      "cheapieRate": 0.118,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.256,
      "hrWindowThunderBbe": 14,
      "hrWindowThunderRate": 0.0897,
      "hardHitRate": 0.59,
      "sweetSpotRate": 0.468,
      "pullAirRate": 0.108,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 22,
      "crushedPulledAirBbe": 10,
      "pullAirJuice": 0.0287,
      "pullAirJuicePer100Pa": 2.9,
      "contactPct": 0.7004,
      "contactSwings": 494,
      "contactPa": 310,
      "avgDistanceOnBarrels": 375.9,
      "avgLaunchAngleOnBarrels": 26.5,
      "avgLaunchAngle": 11.4,
      "avgDistance": 405.9,
      "longestHr": 442,
      "avgExitVelocity": 96.0,
      "longballIndex": 186.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.1224,
          "percentile": 0.983,
          "score": 182.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.256,
          "percentile": 1.0,
          "score": 190.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0897,
          "percentile": 0.9958,
          "score": 190.8,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.59,
          "percentile": 0.9874,
          "score": 187.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "No-Doubter Candidate",
      "pullPop": 202.0,
      "pesky": 89.6
    },
    {
      "batter": 670541,
      "player": "Yordan \u00c1lvarez",
      "team": "HOU",
      "bbe": 188,
      "pa": 188,
      "hr": 22,
      "xhr": 24.6,
      "xhrPerBbe": 0.1309,
      "xhrDiff": -2.6,
      "noDoubters": 16,
      "doubters": 3,
      "mostlyGone": 12,
      "noDoubterRate": 0.727,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 16,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.186,
      "hrWindowThunderBbe": 12,
      "hrWindowThunderRate": 0.0638,
      "hardHitRate": 0.548,
      "sweetSpotRate": 0.484,
      "pullAirRate": 0.289,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 53,
      "crushedPulledAirBbe": 18,
      "pullAirJuice": 0.0458,
      "pullAirJuicePer100Pa": 4.6,
      "contactPct": 0.8234,
      "contactSwings": 470,
      "contactPa": 288,
      "avgDistanceOnBarrels": 385.6,
      "avgLaunchAngleOnBarrels": 25.8,
      "avgLaunchAngle": 19.0,
      "avgDistance": 399.8,
      "longestHr": 449,
      "avgExitVelocity": 94.9,
      "longballIndex": 182.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.1309,
          "percentile": 0.9915,
          "score": 190.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.186,
          "percentile": 0.9685,
          "score": 172.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0638,
          "percentile": 0.9727,
          "score": 175.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.548,
          "percentile": 0.9664,
          "score": 171.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 320.5,
      "pesky": 105.4
    },
    {
      "batter": 545361,
      "player": "Mike Trout",
      "team": "LAA",
      "bbe": 158,
      "pa": 158,
      "hr": 14,
      "xhr": 16.7,
      "xhrPerBbe": 0.1057,
      "xhrDiff": -2.7,
      "noDoubters": 9,
      "doubters": 8,
      "mostlyGone": 10,
      "noDoubterRate": 0.643,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 9,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.209,
      "hrWindowThunderBbe": 9,
      "hrWindowThunderRate": 0.057,
      "hardHitRate": 0.519,
      "sweetSpotRate": 0.38,
      "pullAirRate": 0.22,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 47,
      "crushedPulledAirBbe": 14,
      "pullAirJuice": 0.0425,
      "pullAirJuicePer100Pa": 4.3,
      "contactPct": 0.7992,
      "contactSwings": 473,
      "contactPa": 295,
      "avgDistanceOnBarrels": 387.8,
      "avgLaunchAngleOnBarrels": 27.5,
      "avgLaunchAngle": 20.2,
      "avgDistance": 407.9,
      "longestHr": 446,
      "avgExitVelocity": 91.7,
      "longballIndex": 174.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.1057,
          "percentile": 0.9702,
          "score": 173.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.209,
          "percentile": 0.9874,
          "score": 187.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.057,
          "percentile": 0.9622,
          "score": 169.3,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.519,
          "percentile": 0.9328,
          "score": 158.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "No-Doubter Candidate",
      "pullPop": 299.6,
      "pesky": 102.3
    },
    {
      "batter": 621439,
      "player": "Byron Buxton",
      "team": "MIN",
      "bbe": 163,
      "pa": 163,
      "hr": 18,
      "xhr": 18.4,
      "xhrPerBbe": 0.1129,
      "xhrDiff": -0.4,
      "noDoubters": 12,
      "doubters": 2,
      "mostlyGone": 8,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 12,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.178,
      "hrWindowThunderBbe": 8,
      "hrWindowThunderRate": 0.0491,
      "hardHitRate": 0.466,
      "sweetSpotRate": 0.344,
      "pullAirRate": 0.301,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 52,
      "crushedPulledAirBbe": 16,
      "pullAirJuice": 0.0281,
      "pullAirJuicePer100Pa": 2.8,
      "contactPct": 0.702,
      "contactSwings": 490,
      "contactPa": 248,
      "avgDistanceOnBarrels": 379.5,
      "avgLaunchAngleOnBarrels": 28.4,
      "avgLaunchAngle": 22.8,
      "avgDistance": 397.8,
      "longestHr": 438,
      "avgExitVelocity": 90.2,
      "longballIndex": 168.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.1129,
          "percentile": 0.9787,
          "score": 179.1,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.178,
          "percentile": 0.9622,
          "score": 169.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0491,
          "percentile": 0.9244,
          "score": 156.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.466,
          "percentile": 0.7668,
          "score": 128.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 195.1,
      "pesky": 89.9
    },
    {
      "batter": 670042,
      "player": "Luke Raley",
      "team": "SEA",
      "bbe": 110,
      "pa": 110,
      "hr": 13,
      "xhr": 11.2,
      "xhrPerBbe": 0.1018,
      "xhrDiff": 1.8,
      "noDoubters": 4,
      "doubters": 2,
      "mostlyGone": 10,
      "noDoubterRate": 0.308,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 8,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.077,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.191,
      "hrWindowThunderBbe": 6,
      "hrWindowThunderRate": 0.0545,
      "hardHitRate": 0.464,
      "sweetSpotRate": 0.436,
      "pullAirRate": 0.291,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 25,
      "crushedPulledAirBbe": 8,
      "pullAirJuice": 0.0445,
      "pullAirJuicePer100Pa": 4.4,
      "contactPct": 0.5893,
      "contactSwings": 392,
      "contactPa": 187,
      "avgDistanceOnBarrels": 376.8,
      "avgLaunchAngleOnBarrels": 28.0,
      "avgLaunchAngle": 14.0,
      "avgDistance": 384.5,
      "longestHr": 434,
      "avgExitVelocity": 88.2,
      "longballIndex": 168.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.1018,
          "percentile": 0.9617,
          "score": 169.1,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.191,
          "percentile": 0.979,
          "score": 179.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0545,
          "percentile": 0.958,
          "score": 167.4,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.464,
          "percentile": 0.7521,
          "score": 126.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 306.6,
      "pesky": 75.4
    },
    {
      "batter": 571970,
      "player": "Max Muncy",
      "team": "LAD",
      "bbe": 141,
      "pa": 141,
      "hr": 14,
      "xhr": 14.3,
      "xhrPerBbe": 0.1014,
      "xhrDiff": -0.3,
      "noDoubters": 6,
      "doubters": 3,
      "mostlyGone": 10,
      "noDoubterRate": 0.429,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 8,
      "actualNoDoubterHr": 6,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.17,
      "hrWindowThunderBbe": 9,
      "hrWindowThunderRate": 0.0638,
      "hardHitRate": 0.482,
      "sweetSpotRate": 0.348,
      "pullAirRate": 0.262,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 32,
      "crushedPulledAirBbe": 15,
      "pullAirJuice": 0.039,
      "pullAirJuicePer100Pa": 3.9,
      "contactPct": 0.7494,
      "contactSwings": 407,
      "contactPa": 225,
      "avgDistanceOnBarrels": 384.5,
      "avgLaunchAngleOnBarrels": 26.0,
      "avgLaunchAngle": 12.8,
      "avgDistance": 407.6,
      "longestHr": 452,
      "avgExitVelocity": 90.8,
      "longballIndex": 167.7,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.1014,
          "percentile": 0.9574,
          "score": 167.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.17,
          "percentile": 0.958,
          "score": 167.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0638,
          "percentile": 0.9727,
          "score": 175.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.482,
          "percentile": 0.8382,
          "score": 138.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 271.7,
      "pesky": 95.9
    },
    {
      "batter": 664023,
      "player": "Ian Happ",
      "team": "CHC",
      "bbe": 145,
      "pa": 145,
      "hr": 14,
      "xhr": 15.2,
      "xhrPerBbe": 0.1048,
      "xhrDiff": -1.2,
      "noDoubters": 8,
      "doubters": 2,
      "mostlyGone": 9,
      "noDoubterRate": 0.571,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 8,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.159,
      "hrWindowThunderBbe": 9,
      "hrWindowThunderRate": 0.0621,
      "hardHitRate": 0.469,
      "sweetSpotRate": 0.352,
      "pullAirRate": 0.283,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 33,
      "crushedPulledAirBbe": 13,
      "pullAirJuice": 0.0462,
      "pullAirJuicePer100Pa": 4.6,
      "contactPct": 0.6928,
      "contactSwings": 485,
      "contactPa": 274,
      "avgDistanceOnBarrels": 379.7,
      "avgLaunchAngleOnBarrels": 26.6,
      "avgLaunchAngle": 16.3,
      "avgDistance": 401.8,
      "longestHr": 446,
      "avgExitVelocity": 90.7,
      "longballIndex": 166.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.1048,
          "percentile": 0.966,
          "score": 171.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.159,
          "percentile": 0.937,
          "score": 159.7,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0621,
          "percentile": 0.9664,
          "score": 171.4,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.469,
          "percentile": 0.7773,
          "score": 129.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 320.5,
      "pesky": 88.7
    },
    {
      "batter": 700250,
      "player": "Ben Rice",
      "team": "NYY",
      "bbe": 154,
      "pa": 154,
      "hr": 18,
      "xhr": 16.7,
      "xhrPerBbe": 0.1084,
      "xhrDiff": 1.3,
      "noDoubters": 5,
      "doubters": 5,
      "mostlyGone": 14,
      "noDoubterRate": 0.278,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 11,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.111,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.169,
      "hrWindowThunderBbe": 6,
      "hrWindowThunderRate": 0.039,
      "hardHitRate": 0.506,
      "sweetSpotRate": 0.455,
      "pullAirRate": 0.218,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 39,
      "crushedPulledAirBbe": 15,
      "pullAirJuice": 0.0354,
      "pullAirJuicePer100Pa": 3.5,
      "contactPct": 0.7712,
      "contactSwings": 424,
      "contactPa": 247,
      "avgDistanceOnBarrels": 377.1,
      "avgLaunchAngleOnBarrels": 25.2,
      "avgLaunchAngle": 14.6,
      "avgDistance": 389.7,
      "longestHr": 427,
      "avgExitVelocity": 92.3,
      "longballIndex": 165.3,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.1084,
          "percentile": 0.9745,
          "score": 176.1,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.169,
          "percentile": 0.9538,
          "score": 165.7,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.039,
          "percentile": 0.8824,
          "score": 146.3,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.506,
          "percentile": 0.9055,
          "score": 151.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 243.9,
      "pesky": 98.7
    },
    {
      "batter": 665742,
      "player": "Juan Soto",
      "team": "NYM",
      "bbe": 148,
      "pa": 148,
      "hr": 13,
      "xhr": 14.6,
      "xhrPerBbe": 0.0986,
      "xhrDiff": -1.6,
      "noDoubters": 7,
      "doubters": 3,
      "mostlyGone": 10,
      "noDoubterRate": 0.538,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 7,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.162,
      "hrWindowThunderBbe": 8,
      "hrWindowThunderRate": 0.0541,
      "hardHitRate": 0.493,
      "sweetSpotRate": 0.304,
      "pullAirRate": 0.174,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 33,
      "crushedPulledAirBbe": 8,
      "pullAirJuice": 0.0249,
      "pullAirJuicePer100Pa": 2.5,
      "contactPct": 0.7994,
      "contactSwings": 314,
      "contactPa": 206,
      "avgDistanceOnBarrels": 379.3,
      "avgLaunchAngleOnBarrels": 28.0,
      "avgLaunchAngle": 14.8,
      "avgDistance": 402.3,
      "longestHr": 449,
      "avgExitVelocity": 92.5,
      "longballIndex": 162.7,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0986,
          "percentile": 0.9489,
          "score": 163.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.162,
          "percentile": 0.9412,
          "score": 161.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0541,
          "percentile": 0.9538,
          "score": 165.7,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.493,
          "percentile": 0.8739,
          "score": 144.7,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 174.2,
      "pesky": 102.3
    },
    {
      "batter": 665833,
      "player": "Oneil Cruz",
      "team": "PIT",
      "bbe": 150,
      "pa": 150,
      "hr": 14,
      "xhr": 13.8,
      "xhrPerBbe": 0.092,
      "xhrDiff": 0.2,
      "noDoubters": 7,
      "doubters": 4,
      "mostlyGone": 10,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 7,
      "cheapieRate": 0.071,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.167,
      "hrWindowThunderBbe": 8,
      "hrWindowThunderRate": 0.0533,
      "hardHitRate": 0.6,
      "sweetSpotRate": 0.36,
      "pullAirRate": 0.197,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 29,
      "crushedPulledAirBbe": 11,
      "pullAirJuice": 0.0295,
      "pullAirJuicePer100Pa": 2.9,
      "contactPct": 0.6436,
      "contactSwings": 505,
      "contactPa": 283,
      "avgDistanceOnBarrels": 388.2,
      "avgLaunchAngleOnBarrels": 23.8,
      "avgLaunchAngle": 7.6,
      "avgDistance": 414.4,
      "longestHr": 450,
      "avgExitVelocity": 96.0,
      "longballIndex": 162.3,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.092,
          "percentile": 0.9319,
          "score": 158.1,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.167,
          "percentile": 0.9475,
          "score": 163.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0533,
          "percentile": 0.9496,
          "score": 164.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.6,
          "percentile": 1.0,
          "score": 190.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 202.0,
      "pesky": 82.4
    },
    {
      "batter": 696100,
      "player": "Hunter Goodman",
      "team": "COL",
      "bbe": 142,
      "pa": 142,
      "hr": 17,
      "xhr": 13.8,
      "xhrPerBbe": 0.0972,
      "xhrDiff": 3.2,
      "noDoubters": 9,
      "doubters": 4,
      "mostlyGone": 7,
      "noDoubterRate": 0.529,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 9,
      "cheapieRate": 0.118,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.155,
      "hrWindowThunderBbe": 7,
      "hrWindowThunderRate": 0.0493,
      "hardHitRate": 0.472,
      "sweetSpotRate": 0.366,
      "pullAirRate": 0.35,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 40,
      "crushedPulledAirBbe": 14,
      "pullAirJuice": 0.0308,
      "pullAirJuicePer100Pa": 3.1,
      "contactPct": 0.6802,
      "contactSwings": 519,
      "contactPa": 252,
      "avgDistanceOnBarrels": 390.2,
      "avgLaunchAngleOnBarrels": 27.3,
      "avgLaunchAngle": 17.4,
      "avgDistance": 401.8,
      "longestHr": 435,
      "avgExitVelocity": 91.0,
      "longballIndex": 157.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0972,
          "percentile": 0.9404,
          "score": 160.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.155,
          "percentile": 0.916,
          "score": 153.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0493,
          "percentile": 0.9286,
          "score": 157.2,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.472,
          "percentile": 0.7857,
          "score": 130.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 216.0,
      "pesky": 87.1
    },
    {
      "batter": 575929,
      "player": "Willson Contreras",
      "team": "BOS",
      "bbe": 153,
      "pa": 153,
      "hr": 13,
      "xhr": 11.7,
      "xhrPerBbe": 0.0765,
      "xhrDiff": 1.3,
      "noDoubters": 6,
      "doubters": 5,
      "mostlyGone": 6,
      "noDoubterRate": 0.462,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 6,
      "cheapieRate": 0.154,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.157,
      "hrWindowThunderBbe": 10,
      "hrWindowThunderRate": 0.0654,
      "hardHitRate": 0.451,
      "sweetSpotRate": 0.379,
      "pullAirRate": 0.277,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 34,
      "crushedPulledAirBbe": 12,
      "pullAirJuice": 0.0394,
      "pullAirJuicePer100Pa": 3.9,
      "contactPct": 0.7059,
      "contactSwings": 476,
      "contactPa": 254,
      "avgDistanceOnBarrels": 383.6,
      "avgLaunchAngleOnBarrels": 27.8,
      "avgLaunchAngle": 16.5,
      "avgDistance": 410.3,
      "longestHr": 449,
      "avgExitVelocity": 90.6,
      "longballIndex": 156.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0765,
          "percentile": 0.8936,
          "score": 148.6,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.157,
          "percentile": 0.9223,
          "score": 155.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0654,
          "percentile": 0.979,
          "score": 179.3,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.451,
          "percentile": 0.6891,
          "score": 119.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 271.7,
      "pesky": 90.4
    },
    {
      "batter": 672960,
      "player": "Kazuma Okamoto",
      "team": "TOR",
      "bbe": 151,
      "pa": 151,
      "hr": 13,
      "xhr": 13.2,
      "xhrPerBbe": 0.0874,
      "xhrDiff": -0.2,
      "noDoubters": 4,
      "doubters": 5,
      "mostlyGone": 11,
      "noDoubterRate": 0.308,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 9,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.146,
      "hrWindowThunderBbe": 8,
      "hrWindowThunderRate": 0.053,
      "hardHitRate": 0.51,
      "sweetSpotRate": 0.351,
      "pullAirRate": 0.265,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 35,
      "crushedPulledAirBbe": 10,
      "pullAirJuice": 0.0283,
      "pullAirJuicePer100Pa": 2.8,
      "contactPct": 0.6768,
      "contactSwings": 495,
      "contactPa": 263,
      "avgDistanceOnBarrels": 385.3,
      "avgLaunchAngleOnBarrels": 27.1,
      "avgLaunchAngle": 16.9,
      "avgDistance": 404.7,
      "longestHr": 453,
      "avgExitVelocity": 92.4,
      "longballIndex": 155.7,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0874,
          "percentile": 0.9234,
          "score": 155.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.146,
          "percentile": 0.8866,
          "score": 147.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.053,
          "percentile": 0.9454,
          "score": 162.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.51,
          "percentile": 0.9244,
          "score": 156.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 195.1,
      "pesky": 86.6
    },
    {
      "batter": 621566,
      "player": "Matt Olson",
      "team": "ATL",
      "bbe": 193,
      "pa": 193,
      "hr": 17,
      "xhr": 16.9,
      "xhrPerBbe": 0.0876,
      "xhrDiff": 0.1,
      "noDoubters": 10,
      "doubters": 4,
      "mostlyGone": 12,
      "noDoubterRate": 0.588,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 10,
      "cheapieRate": 0.059,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.14,
      "hrWindowThunderBbe": 10,
      "hrWindowThunderRate": 0.0518,
      "hardHitRate": 0.534,
      "sweetSpotRate": 0.337,
      "pullAirRate": 0.196,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 38,
      "crushedPulledAirBbe": 12,
      "pullAirJuice": 0.0233,
      "pullAirJuicePer100Pa": 2.3,
      "contactPct": 0.792,
      "contactSwings": 572,
      "contactPa": 290,
      "avgDistanceOnBarrels": 398.0,
      "avgLaunchAngleOnBarrels": 27.1,
      "avgLaunchAngle": 18.7,
      "avgDistance": 409.5,
      "longestHr": 441,
      "avgExitVelocity": 93.7,
      "longballIndex": 155.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0876,
          "percentile": 0.9277,
          "score": 156.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.14,
          "percentile": 0.8676,
          "score": 143.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0518,
          "percentile": 0.9349,
          "score": 159.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.534,
          "percentile": 0.9517,
          "score": 164.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 160.2,
      "pesky": 101.4
    },
    {
      "batter": 691023,
      "player": "Jordan Walker",
      "team": "STL",
      "bbe": 173,
      "pa": 173,
      "hr": 16,
      "xhr": 14.3,
      "xhrPerBbe": 0.0827,
      "xhrDiff": 1.7,
      "noDoubters": 6,
      "doubters": 5,
      "mostlyGone": 10,
      "noDoubterRate": 0.375,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 9,
      "actualNoDoubterHr": 6,
      "cheapieRate": 0.062,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.139,
      "hrWindowThunderBbe": 9,
      "hrWindowThunderRate": 0.052,
      "hardHitRate": 0.526,
      "sweetSpotRate": 0.347,
      "pullAirRate": 0.15,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 33,
      "crushedPulledAirBbe": 9,
      "pullAirJuice": 0.0215,
      "pullAirJuicePer100Pa": 2.2,
      "contactPct": 0.7097,
      "contactSwings": 503,
      "contactPa": 265,
      "avgDistanceOnBarrels": 381.0,
      "avgLaunchAngleOnBarrels": 24.6,
      "avgLaunchAngle": 14.2,
      "avgDistance": 405.6,
      "longestHr": 459,
      "avgExitVelocity": 94.5,
      "longballIndex": 154.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0827,
          "percentile": 0.9191,
          "score": 154.6,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.139,
          "percentile": 0.8592,
          "score": 142.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.052,
          "percentile": 0.9412,
          "score": 161.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.526,
          "percentile": 0.9412,
          "score": 161.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 153.3,
      "pesky": 90.8
    },
    {
      "batter": 695657,
      "player": "Colson Montgomery",
      "team": "CWS",
      "bbe": 153,
      "pa": 153,
      "hr": 16,
      "xhr": 15.1,
      "xhrPerBbe": 0.0987,
      "xhrDiff": 0.9,
      "noDoubters": 5,
      "doubters": 6,
      "mostlyGone": 11,
      "noDoubterRate": 0.313,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 11,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.137,
      "hrWindowThunderBbe": 5,
      "hrWindowThunderRate": 0.0327,
      "hardHitRate": 0.451,
      "sweetSpotRate": 0.386,
      "pullAirRate": 0.288,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 51,
      "crushedPulledAirBbe": 8,
      "pullAirJuice": 0.023,
      "pullAirJuicePer100Pa": 2.3,
      "contactPct": 0.6603,
      "contactSwings": 524,
      "contactPa": 271,
      "avgDistanceOnBarrels": 391.5,
      "avgLaunchAngleOnBarrels": 28.8,
      "avgLaunchAngle": 19.5,
      "avgDistance": 393.7,
      "longestHr": 442,
      "avgExitVelocity": 89.8,
      "longballIndex": 150.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0987,
          "percentile": 0.9532,
          "score": 165.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.137,
          "percentile": 0.8382,
          "score": 138.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0327,
          "percentile": 0.8109,
          "score": 134.4,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.451,
          "percentile": 0.6891,
          "score": 119.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 160.2,
      "pesky": 84.5
    },
    {
      "batter": 666160,
      "player": "Mickey Moniak",
      "team": "COL",
      "bbe": 111,
      "pa": 111,
      "hr": 12,
      "xhr": 10.8,
      "xhrPerBbe": 0.0973,
      "xhrDiff": 1.2,
      "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.135,
      "hrWindowThunderBbe": 4,
      "hrWindowThunderRate": 0.036,
      "hardHitRate": 0.414,
      "sweetSpotRate": 0.342,
      "pullAirRate": 0.351,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 37,
      "crushedPulledAirBbe": 8,
      "pullAirJuice": 0.0332,
      "pullAirJuicePer100Pa": 3.3,
      "contactPct": 0.7485,
      "contactSwings": 334,
      "contactPa": 164,
      "avgDistanceOnBarrels": 397.1,
      "avgLaunchAngleOnBarrels": 26.1,
      "avgLaunchAngle": 25.3,
      "avgDistance": 416.7,
      "longestHr": 439,
      "avgExitVelocity": 89.7,
      "longballIndex": 148.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0973,
          "percentile": 0.9447,
          "score": 162.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.135,
          "percentile": 0.8319,
          "score": 137.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.036,
          "percentile": 0.8529,
          "score": 140.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.414,
          "percentile": 0.4916,
          "score": 99.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 229.9,
      "pesky": 95.8
    },
    {
      "batter": 663728,
      "player": "Cal Raleigh",
      "team": "SEA",
      "bbe": 106,
      "pa": 106,
      "hr": 7,
      "xhr": 8.1,
      "xhrPerBbe": 0.0764,
      "xhrDiff": -1.1,
      "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.123,
      "hrWindowThunderBbe": 7,
      "hrWindowThunderRate": 0.066,
      "hardHitRate": 0.311,
      "sweetSpotRate": 0.321,
      "pullAirRate": 0.321,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 30,
      "crushedPulledAirBbe": 7,
      "pullAirJuice": 0.0316,
      "pullAirJuicePer100Pa": 3.2,
      "contactPct": 0.7116,
      "contactSwings": 423,
      "contactPa": 181,
      "avgDistanceOnBarrels": 379.2,
      "avgLaunchAngleOnBarrels": 28.7,
      "avgLaunchAngle": 23.1,
      "avgDistance": 390.4,
      "longestHr": 418,
      "avgExitVelocity": 87.5,
      "longballIndex": 148.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0764,
          "percentile": 0.8894,
          "score": 147.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.123,
          "percentile": 0.7836,
          "score": 130.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.066,
          "percentile": 0.9832,
          "score": 182.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.311,
          "percentile": 0.1387,
          "score": 57.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 223.0,
      "pesky": 91.1
    },
    {
      "batter": 664040,
      "player": "Brandon Lowe",
      "team": "PIT",
      "bbe": 166,
      "pa": 166,
      "hr": 15,
      "xhr": 15.6,
      "xhrPerBbe": 0.094,
      "xhrDiff": -0.6,
      "noDoubters": 7,
      "doubters": 4,
      "mostlyGone": 11,
      "noDoubterRate": 0.467,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 7,
      "actualNoDoubterHr": 7,
      "cheapieRate": 0.067,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.127,
      "hrWindowThunderBbe": 6,
      "hrWindowThunderRate": 0.0361,
      "hardHitRate": 0.458,
      "sweetSpotRate": 0.386,
      "pullAirRate": 0.277,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 43,
      "crushedPulledAirBbe": 13,
      "pullAirJuice": 0.032,
      "pullAirJuicePer100Pa": 3.2,
      "contactPct": 0.6782,
      "contactSwings": 522,
      "contactPa": 262,
      "avgDistanceOnBarrels": 375.4,
      "avgLaunchAngleOnBarrels": 25.3,
      "avgLaunchAngle": 16.7,
      "avgDistance": 393.5,
      "longestHr": 444,
      "avgExitVelocity": 90.1,
      "longballIndex": 148.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.094,
          "percentile": 0.9362,
          "score": 159.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.127,
          "percentile": 0.8046,
          "score": 133.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0361,
          "percentile": 0.8571,
          "score": 141.7,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.458,
          "percentile": 0.729,
          "score": 123.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 223.0,
      "pesky": 86.8
    },
    {
      "batter": 701762,
      "player": "Nick Kurtz",
      "team": "ATH",
      "bbe": 144,
      "pa": 144,
      "hr": 12,
      "xhr": 10.0,
      "xhrPerBbe": 0.0694,
      "xhrDiff": 2.0,
      "noDoubters": 4,
      "doubters": 2,
      "mostlyGone": 8,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 7,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.083,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.188,
      "hrWindowThunderBbe": 5,
      "hrWindowThunderRate": 0.0347,
      "hardHitRate": 0.576,
      "sweetSpotRate": 0.417,
      "pullAirRate": 0.118,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 22,
      "crushedPulledAirBbe": 11,
      "pullAirJuice": 0.0297,
      "pullAirJuicePer100Pa": 3.0,
      "contactPct": 0.6739,
      "contactSwings": 509,
      "contactPa": 291,
      "avgDistanceOnBarrels": 371.1,
      "avgLaunchAngleOnBarrels": 24.5,
      "avgLaunchAngle": 12.7,
      "avgDistance": 406.2,
      "longestHr": 442,
      "avgExitVelocity": 93.8,
      "longballIndex": 147.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0694,
          "percentile": 0.8426,
          "score": 139.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.188,
          "percentile": 0.9748,
          "score": 176.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0347,
          "percentile": 0.8193,
          "score": 135.6,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.576,
          "percentile": 0.9832,
          "score": 182.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "No-Doubter Candidate",
      "pullPop": 209.0,
      "pesky": 86.3
    },
    {
      "batter": 667670,
      "player": "Brent Rooker",
      "team": "ATH",
      "bbe": 114,
      "pa": 114,
      "hr": 10,
      "xhr": 9.2,
      "xhrPerBbe": 0.0807,
      "xhrDiff": 0.8,
      "noDoubters": 6,
      "doubters": 3,
      "mostlyGone": 4,
      "noDoubterRate": 0.6,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 6,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.158,
      "hrWindowThunderBbe": 4,
      "hrWindowThunderRate": 0.0351,
      "hardHitRate": 0.43,
      "sweetSpotRate": 0.386,
      "pullAirRate": 0.2,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 27,
      "crushedPulledAirBbe": 12,
      "pullAirJuice": 0.0377,
      "pullAirJuicePer100Pa": 3.8,
      "contactPct": 0.642,
      "contactSwings": 352,
      "contactPa": 197,
      "avgDistanceOnBarrels": 366.0,
      "avgLaunchAngleOnBarrels": 25.2,
      "avgLaunchAngle": 19.4,
      "avgDistance": 390.0,
      "longestHr": 422,
      "avgExitVelocity": 89.8,
      "longballIndex": 147.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0807,
          "percentile": 0.9106,
          "score": 152.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.158,
          "percentile": 0.9307,
          "score": 157.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0351,
          "percentile": 0.8319,
          "score": 137.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.43,
          "percentile": 0.5672,
          "score": 106.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 264.8,
      "pesky": 82.2
    },
    {
      "batter": 608369,
      "player": "Corey Seager",
      "team": "TEX",
      "bbe": 115,
      "pa": 115,
      "hr": 8,
      "xhr": 9.2,
      "xhrPerBbe": 0.08,
      "xhrDiff": -1.2,
      "noDoubters": 2,
      "doubters": 3,
      "mostlyGone": 8,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.157,
      "hrWindowThunderBbe": 4,
      "hrWindowThunderRate": 0.0348,
      "hardHitRate": 0.443,
      "sweetSpotRate": 0.374,
      "pullAirRate": 0.174,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 23,
      "crushedPulledAirBbe": 8,
      "pullAirJuice": 0.0213,
      "pullAirJuicePer100Pa": 2.1,
      "contactPct": 0.6797,
      "contactSwings": 359,
      "contactPa": 190,
      "avgDistanceOnBarrels": 376.9,
      "avgLaunchAngleOnBarrels": 25.7,
      "avgLaunchAngle": 13.1,
      "avgDistance": 394.9,
      "longestHr": 422,
      "avgExitVelocity": 91.0,
      "longballIndex": 146.7,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.08,
          "percentile": 0.9064,
          "score": 151.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.157,
          "percentile": 0.9223,
          "score": 155.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0348,
          "percentile": 0.8256,
          "score": 136.6,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.443,
          "percentile": 0.645,
          "score": 114.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 146.3,
      "pesky": 87.0
    },
    {
      "batter": 682829,
      "player": "Elly De La Cruz",
      "team": "CIN",
      "bbe": 152,
      "pa": 152,
      "hr": 12,
      "xhr": 10.6,
      "xhrPerBbe": 0.0697,
      "xhrDiff": 1.4,
      "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.151,
      "hrWindowThunderBbe": 7,
      "hrWindowThunderRate": 0.0461,
      "hardHitRate": 0.546,
      "sweetSpotRate": 0.388,
      "pullAirRate": 0.102,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 25,
      "crushedPulledAirBbe": 8,
      "pullAirJuice": 0.0214,
      "pullAirJuicePer100Pa": 2.1,
      "contactPct": 0.723,
      "contactSwings": 426,
      "contactPa": 258,
      "avgDistanceOnBarrels": 365.4,
      "avgLaunchAngleOnBarrels": 24.7,
      "avgLaunchAngle": 12.7,
      "avgDistance": 393.9,
      "longestHr": 442,
      "avgExitVelocity": 94.2,
      "longballIndex": 146.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0697,
          "percentile": 0.8468,
          "score": 139.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.151,
          "percentile": 0.895,
          "score": 148.9,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0461,
          "percentile": 0.9076,
          "score": 151.7,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.546,
          "percentile": 0.9622,
          "score": 169.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 146.3,
      "pesky": 92.5
    },
    {
      "batter": 686948,
      "player": "Drake Baldwin",
      "team": "ATL",
      "bbe": 145,
      "pa": 145,
      "hr": 13,
      "xhr": 9.9,
      "xhrPerBbe": 0.0683,
      "xhrDiff": 3.1,
      "noDoubters": 3,
      "doubters": 3,
      "mostlyGone": 10,
      "noDoubterRate": 0.231,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 9,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.077,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.186,
      "hrWindowThunderBbe": 4,
      "hrWindowThunderRate": 0.0276,
      "hardHitRate": 0.538,
      "sweetSpotRate": 0.434,
      "pullAirRate": 0.159,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 30,
      "crushedPulledAirBbe": 11,
      "pullAirJuice": 0.026,
      "pullAirJuicePer100Pa": 2.6,
      "contactPct": 0.7837,
      "contactSwings": 416,
      "contactPa": 216,
      "avgDistanceOnBarrels": 375.2,
      "avgLaunchAngleOnBarrels": 24.3,
      "avgLaunchAngle": 12.1,
      "avgDistance": 402.3,
      "longestHr": 438,
      "avgExitVelocity": 92.8,
      "longballIndex": 143.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0683,
          "percentile": 0.8362,
          "score": 138.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.186,
          "percentile": 0.9685,
          "score": 172.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0276,
          "percentile": 0.7479,
          "score": 126.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.538,
          "percentile": 0.958,
          "score": 167.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "No-Doubter Candidate",
      "pullPop": 181.1,
      "pesky": 100.3
    },
    {
      "batter": 680777,
      "player": "Ryan Jeffers",
      "team": "MIN",
      "bbe": 101,
      "pa": 101,
      "hr": 7,
      "xhr": 6.9,
      "xhrPerBbe": 0.0683,
      "xhrDiff": 0.1,
      "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.158,
      "hrWindowThunderBbe": 4,
      "hrWindowThunderRate": 0.0396,
      "hardHitRate": 0.436,
      "sweetSpotRate": 0.376,
      "pullAirRate": 0.208,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 19,
      "crushedPulledAirBbe": 7,
      "pullAirJuice": 0.0269,
      "pullAirJuicePer100Pa": 2.7,
      "contactPct": 0.856,
      "contactSwings": 243,
      "contactPa": 148,
      "avgDistanceOnBarrels": 374.4,
      "avgLaunchAngleOnBarrels": 25.8,
      "avgLaunchAngle": 21.0,
      "avgDistance": 402.0,
      "longestHr": 432,
      "avgExitVelocity": 91.2,
      "longballIndex": 143.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0683,
          "percentile": 0.8362,
          "score": 138.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.158,
          "percentile": 0.9307,
          "score": 157.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0396,
          "percentile": 0.8908,
          "score": 148.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.436,
          "percentile": 0.6008,
          "score": 110.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 188.1,
      "pesky": 109.6
    },
    {
      "batter": 669127,
      "player": "Shea Langeliers",
      "team": "ATH",
      "bbe": 193,
      "pa": 193,
      "hr": 16,
      "xhr": 13.0,
      "xhrPerBbe": 0.0674,
      "xhrDiff": 3.0,
      "noDoubters": 6,
      "doubters": 1,
      "mostlyGone": 10,
      "noDoubterRate": 0.375,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 9,
      "actualNoDoubterHr": 6,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.15,
      "hrWindowThunderBbe": 10,
      "hrWindowThunderRate": 0.0518,
      "hardHitRate": 0.446,
      "sweetSpotRate": 0.383,
      "pullAirRate": 0.212,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 32,
      "crushedPulledAirBbe": 13,
      "pullAirJuice": 0.0246,
      "pullAirJuicePer100Pa": 2.5,
      "contactPct": 0.7566,
      "contactSwings": 493,
      "contactPa": 269,
      "avgDistanceOnBarrels": 382.7,
      "avgLaunchAngleOnBarrels": 25.1,
      "avgLaunchAngle": 20.8,
      "avgDistance": 408.8,
      "longestHr": 467,
      "avgExitVelocity": 91.6,
      "longballIndex": 143.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0674,
          "percentile": 0.8213,
          "score": 135.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.15,
          "percentile": 0.8908,
          "score": 148.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0518,
          "percentile": 0.9349,
          "score": 159.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.446,
          "percentile": 0.6576,
          "score": 115.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 174.2,
      "pesky": 96.8
    },
    {
      "batter": 686527,
      "player": "Dominic Canzone",
      "team": "SEA",
      "bbe": 108,
      "pa": 108,
      "hr": 8,
      "xhr": 7.2,
      "xhrPerBbe": 0.0667,
      "xhrDiff": 0.8,
      "noDoubters": 4,
      "doubters": 2,
      "mostlyGone": 5,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.125,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.167,
      "hrWindowThunderBbe": 4,
      "hrWindowThunderRate": 0.037,
      "hardHitRate": 0.5,
      "sweetSpotRate": 0.398,
      "pullAirRate": 0.222,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 23,
      "crushedPulledAirBbe": 11,
      "pullAirJuice": 0.0292,
      "pullAirJuicePer100Pa": 2.9,
      "contactPct": 0.7345,
      "contactSwings": 275,
      "contactPa": 157,
      "avgDistanceOnBarrels": 362.7,
      "avgLaunchAngleOnBarrels": 22.2,
      "avgLaunchAngle": 13.4,
      "avgDistance": 404.0,
      "longestHr": 451,
      "avgExitVelocity": 93.6,
      "longballIndex": 143.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0667,
          "percentile": 0.8128,
          "score": 134.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.167,
          "percentile": 0.9475,
          "score": 163.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.037,
          "percentile": 0.8655,
          "score": 143.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.5,
          "percentile": 0.8803,
          "score": 145.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 202.0,
      "pesky": 94.0
    },
    {
      "batter": 693307,
      "player": "Dillon Dingler",
      "team": "DET",
      "bbe": 167,
      "pa": 167,
      "hr": 14,
      "xhr": 12.8,
      "xhrPerBbe": 0.0766,
      "xhrDiff": 1.2,
      "noDoubters": 6,
      "doubters": 3,
      "mostlyGone": 10,
      "noDoubterRate": 0.429,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 8,
      "actualNoDoubterHr": 6,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.138,
      "hrWindowThunderBbe": 5,
      "hrWindowThunderRate": 0.0299,
      "hardHitRate": 0.503,
      "sweetSpotRate": 0.449,
      "pullAirRate": 0.222,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 38,
      "crushedPulledAirBbe": 8,
      "pullAirJuice": 0.0259,
      "pullAirJuicePer100Pa": 2.6,
      "contactPct": 0.808,
      "contactSwings": 448,
      "contactPa": 243,
      "avgDistanceOnBarrels": 385.1,
      "avgLaunchAngleOnBarrels": 27.1,
      "avgLaunchAngle": 16.4,
      "avgDistance": 396.9,
      "longestHr": 443,
      "avgExitVelocity": 90.3,
      "longballIndex": 142.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0766,
          "percentile": 0.8979,
          "score": 149.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.138,
          "percentile": 0.8487,
          "score": 140.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0299,
          "percentile": 0.7815,
          "score": 130.3,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.503,
          "percentile": 0.8887,
          "score": 147.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 181.1,
      "pesky": 103.4
    },
    {
      "batter": 669477,
      "player": "Casey Schmitt",
      "team": "SF",
      "bbe": 181,
      "pa": 181,
      "hr": 15,
      "xhr": 13.1,
      "xhrPerBbe": 0.0724,
      "xhrDiff": 1.9,
      "noDoubters": 10,
      "doubters": 5,
      "mostlyGone": 5,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 3,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 10,
      "cheapieRate": 0.2,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.138,
      "hrWindowThunderBbe": 7,
      "hrWindowThunderRate": 0.0387,
      "hardHitRate": 0.442,
      "sweetSpotRate": 0.398,
      "pullAirRate": 0.286,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 45,
      "crushedPulledAirBbe": 12,
      "pullAirJuice": 0.0235,
      "pullAirJuicePer100Pa": 2.4,
      "contactPct": 0.7901,
      "contactSwings": 467,
      "contactPa": 242,
      "avgDistanceOnBarrels": 377.4,
      "avgLaunchAngleOnBarrels": 27.4,
      "avgLaunchAngle": 21.6,
      "avgDistance": 392.6,
      "longestHr": 424,
      "avgExitVelocity": 89.7,
      "longballIndex": 142.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0724,
          "percentile": 0.8723,
          "score": 144.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.138,
          "percentile": 0.8487,
          "score": 140.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0387,
          "percentile": 0.8739,
          "score": 144.7,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.442,
          "percentile": 0.6366,
          "score": 113.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 167.2,
      "pesky": 101.1
    },
    {
      "batter": 547180,
      "player": "Bryce Harper",
      "team": "PHI",
      "bbe": 180,
      "pa": 180,
      "hr": 14,
      "xhr": 12.7,
      "xhrPerBbe": 0.0706,
      "xhrDiff": 1.3,
      "noDoubters": 5,
      "doubters": 6,
      "mostlyGone": 12,
      "noDoubterRate": 0.357,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 9,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.139,
      "hrWindowThunderBbe": 8,
      "hrWindowThunderRate": 0.0444,
      "hardHitRate": 0.439,
      "sweetSpotRate": 0.394,
      "pullAirRate": 0.167,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 37,
      "crushedPulledAirBbe": 10,
      "pullAirJuice": 0.029,
      "pullAirJuicePer100Pa": 2.9,
      "contactPct": 0.7283,
      "contactSwings": 530,
      "contactPa": 269,
      "avgDistanceOnBarrels": 393.8,
      "avgLaunchAngleOnBarrels": 27.0,
      "avgLaunchAngle": 12.6,
      "avgDistance": 407.8,
      "longestHr": 457,
      "avgExitVelocity": 89.8,
      "longballIndex": 142.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0706,
          "percentile": 0.8511,
          "score": 140.6,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.139,
          "percentile": 0.8592,
          "score": 142.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0444,
          "percentile": 0.9034,
          "score": 150.8,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.439,
          "percentile": 0.6197,
          "score": 111.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 202.0,
      "pesky": 93.2
    },
    {
      "batter": 657656,
      "player": "Ram\u00f3n Laureano",
      "team": "SD",
      "bbe": 119,
      "pa": 119,
      "hr": 7,
      "xhr": 9.3,
      "xhrPerBbe": 0.0782,
      "xhrDiff": -2.3,
      "noDoubters": 4,
      "doubters": 4,
      "mostlyGone": 6,
      "noDoubterRate": 0.571,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.143,
      "hrWindowThunderBbe": 3,
      "hrWindowThunderRate": 0.0252,
      "hardHitRate": 0.412,
      "sweetSpotRate": 0.37,
      "pullAirRate": 0.176,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 24,
      "crushedPulledAirBbe": 6,
      "pullAirJuice": 0.0204,
      "pullAirJuicePer100Pa": 2.0,
      "contactPct": 0.6986,
      "contactSwings": 428,
      "contactPa": 206,
      "avgDistanceOnBarrels": 368.2,
      "avgLaunchAngleOnBarrels": 26.6,
      "avgLaunchAngle": 12.0,
      "avgDistance": 405.9,
      "longestHr": 447,
      "avgExitVelocity": 88.0,
      "longballIndex": 140.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0782,
          "percentile": 0.9021,
          "score": 150.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.143,
          "percentile": 0.8803,
          "score": 145.9,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0252,
          "percentile": 0.7227,
          "score": 123.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.412,
          "percentile": 0.479,
          "score": 97.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 139.3,
      "pesky": 89.4
    },
    {
      "batter": 572233,
      "player": "Christian Walker",
      "team": "HOU",
      "bbe": 189,
      "pa": 189,
      "hr": 16,
      "xhr": 15.4,
      "xhrPerBbe": 0.0815,
      "xhrDiff": 0.6,
      "noDoubters": 7,
      "doubters": 3,
      "mostlyGone": 11,
      "noDoubterRate": 0.438,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 7,
      "actualNoDoubterHr": 7,
      "cheapieRate": 0.125,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.122,
      "hrWindowThunderBbe": 5,
      "hrWindowThunderRate": 0.0265,
      "hardHitRate": 0.45,
      "sweetSpotRate": 0.312,
      "pullAirRate": 0.196,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 39,
      "crushedPulledAirBbe": 15,
      "pullAirJuice": 0.0234,
      "pullAirJuicePer100Pa": 2.3,
      "contactPct": 0.7264,
      "contactSwings": 519,
      "contactPa": 273,
      "avgDistanceOnBarrels": 381.3,
      "avgLaunchAngleOnBarrels": 24.8,
      "avgLaunchAngle": 14.1,
      "avgDistance": 391.1,
      "longestHr": 432,
      "avgExitVelocity": 90.2,
      "longballIndex": 139.7,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0815,
          "percentile": 0.9149,
          "score": 153.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.122,
          "percentile": 0.7752,
          "score": 129.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0265,
          "percentile": 0.7353,
          "score": 124.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.45,
          "percentile": 0.6786,
          "score": 118.1,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 160.2,
      "pesky": 93.0
    },
    {
      "batter": 624413,
      "player": "Pete Alonso",
      "team": "BAL",
      "bbe": 189,
      "pa": 189,
      "hr": 13,
      "xhr": 13.4,
      "xhrPerBbe": 0.0709,
      "xhrDiff": -0.4,
      "noDoubters": 3,
      "doubters": 3,
      "mostlyGone": 13,
      "noDoubterRate": 0.231,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 10,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.122,
      "hrWindowThunderBbe": 6,
      "hrWindowThunderRate": 0.0317,
      "hardHitRate": 0.561,
      "sweetSpotRate": 0.349,
      "pullAirRate": 0.164,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 27,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0144,
      "pullAirJuicePer100Pa": 1.4,
      "contactPct": 0.7417,
      "contactSwings": 511,
      "contactPa": 285,
      "avgDistanceOnBarrels": 373.2,
      "avgLaunchAngleOnBarrels": 27.0,
      "avgLaunchAngle": 14.7,
      "avgDistance": 395.2,
      "longestHr": 421,
      "avgExitVelocity": 95.0,
      "longballIndex": 138.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0709,
          "percentile": 0.8553,
          "score": 141.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.122,
          "percentile": 0.7752,
          "score": 129.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0317,
          "percentile": 0.8067,
          "score": 133.8,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.561,
          "percentile": 0.9748,
          "score": 176.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 97.5,
      "pesky": 94.9
    },
    {
      "batter": 678246,
      "player": "Miguel Vargas",
      "team": "CWS",
      "bbe": 184,
      "pa": 184,
      "hr": 15,
      "xhr": 14.0,
      "xhrPerBbe": 0.0761,
      "xhrDiff": 1.0,
      "noDoubters": 8,
      "doubters": 5,
      "mostlyGone": 9,
      "noDoubterRate": 0.533,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 8,
      "cheapieRate": 0.133,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.141,
      "hrWindowThunderBbe": 4,
      "hrWindowThunderRate": 0.0217,
      "hardHitRate": 0.457,
      "sweetSpotRate": 0.413,
      "pullAirRate": 0.234,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 52,
      "crushedPulledAirBbe": 13,
      "pullAirJuice": 0.0294,
      "pullAirJuicePer100Pa": 2.9,
      "contactPct": 0.8293,
      "contactSwings": 498,
      "contactPa": 282,
      "avgDistanceOnBarrels": 374.0,
      "avgLaunchAngleOnBarrels": 25.9,
      "avgLaunchAngle": 19.2,
      "avgDistance": 391.7,
      "longestHr": 428,
      "avgExitVelocity": 89.8,
      "longballIndex": 137.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0761,
          "percentile": 0.8809,
          "score": 146.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.141,
          "percentile": 0.8739,
          "score": 144.7,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0217,
          "percentile": 0.6891,
          "score": 119.2,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.457,
          "percentile": 0.7206,
          "score": 122.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 202.0,
      "pesky": 106.1
    },
    {
      "batter": 668709,
      "player": "Jj Bleday",
      "team": "CIN",
      "bbe": 105,
      "pa": 105,
      "hr": 10,
      "xhr": 8.0,
      "xhrPerBbe": 0.0762,
      "xhrDiff": 2.0,
      "noDoubters": 3,
      "doubters": 1,
      "mostlyGone": 7,
      "noDoubterRate": 0.3,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.1,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.124,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.019,
      "hardHitRate": 0.505,
      "sweetSpotRate": 0.457,
      "pullAirRate": 0.311,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 35,
      "crushedPulledAirBbe": 6,
      "pullAirJuice": 0.0287,
      "pullAirJuicePer100Pa": 2.9,
      "contactPct": 0.7448,
      "contactSwings": 286,
      "contactPa": 155,
      "avgDistanceOnBarrels": 377.3,
      "avgLaunchAngleOnBarrels": 26.5,
      "avgLaunchAngle": 20.3,
      "avgDistance": 386.2,
      "longestHr": 409,
      "avgExitVelocity": 90.5,
      "longballIndex": 136.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0762,
          "percentile": 0.8851,
          "score": 146.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.124,
          "percentile": 0.792,
          "score": 131.7,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.019,
          "percentile": 0.6723,
          "score": 117.4,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.505,
          "percentile": 0.8971,
          "score": 149.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 202.0,
      "pesky": 95.3
    },
    {
      "batter": 641343,
      "player": "Jake Bauers",
      "team": "MIL",
      "bbe": 142,
      "pa": 142,
      "hr": 11,
      "xhr": 9.1,
      "xhrPerBbe": 0.0641,
      "xhrDiff": 1.9,
      "noDoubters": 2,
      "doubters": 1,
      "mostlyGone": 10,
      "noDoubterRate": 0.182,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 9,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.134,
      "hrWindowThunderBbe": 5,
      "hrWindowThunderRate": 0.0352,
      "hardHitRate": 0.549,
      "sweetSpotRate": 0.317,
      "pullAirRate": 0.14,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 26,
      "crushedPulledAirBbe": 8,
      "pullAirJuice": 0.0221,
      "pullAirJuicePer100Pa": 2.2,
      "contactPct": 0.769,
      "contactSwings": 381,
      "contactPa": 221,
      "avgDistanceOnBarrels": 370.8,
      "avgLaunchAngleOnBarrels": 25.7,
      "avgLaunchAngle": 8.6,
      "avgDistance": 394.9,
      "longestHr": 428,
      "avgExitVelocity": 92.4,
      "longballIndex": 136.3,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0641,
          "percentile": 0.7915,
          "score": 131.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.134,
          "percentile": 0.8235,
          "score": 136.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0352,
          "percentile": 0.8361,
          "score": 138.2,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.549,
          "percentile": 0.9706,
          "score": 173.7,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 153.3,
      "pesky": 98.4
    },
    {
      "batter": 687263,
      "player": "Zach Neto",
      "team": "LAA",
      "bbe": 161,
      "pa": 161,
      "hr": 12,
      "xhr": 10.9,
      "xhrPerBbe": 0.0677,
      "xhrDiff": 1.1,
      "noDoubters": 6,
      "doubters": 5,
      "mostlyGone": 5,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 6,
      "cheapieRate": 0.167,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.118,
      "hrWindowThunderBbe": 7,
      "hrWindowThunderRate": 0.0435,
      "hardHitRate": 0.373,
      "sweetSpotRate": 0.379,
      "pullAirRate": 0.286,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 43,
      "crushedPulledAirBbe": 8,
      "pullAirJuice": 0.028,
      "pullAirJuicePer100Pa": 2.8,
      "contactPct": 0.7148,
      "contactSwings": 568,
      "contactPa": 288,
      "avgDistanceOnBarrels": 383.6,
      "avgLaunchAngleOnBarrels": 27.9,
      "avgLaunchAngle": 22.6,
      "avgDistance": 400.5,
      "longestHr": 443,
      "avgExitVelocity": 89.0,
      "longballIndex": 135.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0677,
          "percentile": 0.8298,
          "score": 137.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.118,
          "percentile": 0.7521,
          "score": 126.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0435,
          "percentile": 0.8992,
          "score": 149.8,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.373,
          "percentile": 0.3214,
          "score": 81.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 195.1,
      "pesky": 91.5
    },
    {
      "batter": 502671,
      "player": "Paul Goldschmidt",
      "team": "NYY",
      "bbe": 102,
      "pa": 102,
      "hr": 7,
      "xhr": 6.9,
      "xhrPerBbe": 0.0676,
      "xhrDiff": 0.1,
      "noDoubters": 4,
      "doubters": 3,
      "mostlyGone": 4,
      "noDoubterRate": 0.571,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.143,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.118,
      "hrWindowThunderBbe": 4,
      "hrWindowThunderRate": 0.0392,
      "hardHitRate": 0.422,
      "sweetSpotRate": 0.382,
      "pullAirRate": 0.186,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 18,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0163,
      "pullAirJuicePer100Pa": 1.6,
      "contactPct": 0.7649,
      "contactSwings": 268,
      "contactPa": 147,
      "avgDistanceOnBarrels": 380.7,
      "avgLaunchAngleOnBarrels": 26.2,
      "avgLaunchAngle": 14.6,
      "avgDistance": 393.1,
      "longestHr": 419,
      "avgExitVelocity": 87.7,
      "longballIndex": 135.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0676,
          "percentile": 0.8255,
          "score": 136.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.118,
          "percentile": 0.7521,
          "score": 126.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0392,
          "percentile": 0.8866,
          "score": 147.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.422,
          "percentile": 0.5315,
          "score": 103.1,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 111.5,
      "pesky": 97.9
    },
    {
      "batter": 657757,
      "player": "Gavin Sheets",
      "team": "SD",
      "bbe": 133,
      "pa": 133,
      "hr": 10,
      "xhr": 9.6,
      "xhrPerBbe": 0.0722,
      "xhrDiff": 0.4,
      "noDoubters": 6,
      "doubters": 3,
      "mostlyGone": 4,
      "noDoubterRate": 0.6,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 6,
      "cheapieRate": 0.1,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.09,
      "hrWindowThunderBbe": 5,
      "hrWindowThunderRate": 0.0376,
      "hardHitRate": 0.451,
      "sweetSpotRate": 0.383,
      "pullAirRate": 0.211,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 28,
      "crushedPulledAirBbe": 7,
      "pullAirJuice": 0.0221,
      "pullAirJuicePer100Pa": 2.2,
      "contactPct": 0.8098,
      "contactSwings": 368,
      "contactPa": 205,
      "avgDistanceOnBarrels": 387.7,
      "avgLaunchAngleOnBarrels": 26.3,
      "avgLaunchAngle": 15.8,
      "avgDistance": 398.3,
      "longestHr": 434,
      "avgExitVelocity": 89.4,
      "longballIndex": 135.4,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0722,
          "percentile": 0.8681,
          "score": 143.6,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.09,
          "percentile": 0.5861,
          "score": 108.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0376,
          "percentile": 0.8697,
          "score": 143.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.451,
          "percentile": 0.6891,
          "score": 119.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 153.3,
      "pesky": 103.7
    },
    {
      "batter": 671739,
      "player": "Michael Harris",
      "team": "ATL",
      "bbe": 178,
      "pa": 178,
      "hr": 13,
      "xhr": 11.1,
      "xhrPerBbe": 0.0624,
      "xhrDiff": 1.9,
      "noDoubters": 5,
      "doubters": 7,
      "mostlyGone": 7,
      "noDoubterRate": 0.385,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.154,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.152,
      "hrWindowThunderBbe": 5,
      "hrWindowThunderRate": 0.0281,
      "hardHitRate": 0.534,
      "sweetSpotRate": 0.309,
      "pullAirRate": 0.168,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 37,
      "crushedPulledAirBbe": 12,
      "pullAirJuice": 0.0277,
      "pullAirJuicePer100Pa": 2.8,
      "contactPct": 0.7669,
      "contactSwings": 459,
      "contactPa": 237,
      "avgDistanceOnBarrels": 381.4,
      "avgLaunchAngleOnBarrels": 25.7,
      "avgLaunchAngle": 11.3,
      "avgDistance": 401.1,
      "longestHr": 425,
      "avgExitVelocity": 92.4,
      "longballIndex": 134.7,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0624,
          "percentile": 0.7745,
          "score": 129.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.152,
          "percentile": 0.9013,
          "score": 150.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0281,
          "percentile": 0.7542,
          "score": 126.8,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.534,
          "percentile": 0.9517,
          "score": 164.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 195.1,
      "pesky": 98.2
    },
    {
      "batter": 660670,
      "player": "Ronald Acu\u00f1a",
      "team": "ATL",
      "bbe": 144,
      "pa": 144,
      "hr": 7,
      "xhr": 8.4,
      "xhrPerBbe": 0.0583,
      "xhrDiff": -1.4,
      "noDoubters": 5,
      "doubters": 6,
      "mostlyGone": 5,
      "noDoubterRate": 0.714,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.132,
      "hrWindowThunderBbe": 7,
      "hrWindowThunderRate": 0.0486,
      "hardHitRate": 0.438,
      "sweetSpotRate": 0.34,
      "pullAirRate": 0.188,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 26,
      "crushedPulledAirBbe": 8,
      "pullAirJuice": 0.0295,
      "pullAirJuicePer100Pa": 2.9,
      "contactPct": 0.7442,
      "contactSwings": 430,
      "contactPa": 233,
      "avgDistanceOnBarrels": 383.1,
      "avgLaunchAngleOnBarrels": 27.6,
      "avgLaunchAngle": 17.8,
      "avgDistance": 411.1,
      "longestHr": 438,
      "avgExitVelocity": 90.1,
      "longballIndex": 133.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0583,
          "percentile": 0.7404,
          "score": 125.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.132,
          "percentile": 0.8151,
          "score": 135.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0486,
          "percentile": 0.9202,
          "score": 154.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.438,
          "percentile": 0.6134,
          "score": 111.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 202.0,
      "pesky": 95.3
    },
    {
      "batter": 660271,
      "player": "Shohei Ohtani",
      "team": "LAD",
      "bbe": 170,
      "pa": 170,
      "hr": 11,
      "xhr": 9.6,
      "xhrPerBbe": 0.0565,
      "xhrDiff": 1.4,
      "noDoubters": 3,
      "doubters": 4,
      "mostlyGone": 9,
      "noDoubterRate": 0.273,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 8,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.153,
      "hrWindowThunderBbe": 6,
      "hrWindowThunderRate": 0.0353,
      "hardHitRate": 0.524,
      "sweetSpotRate": 0.435,
      "pullAirRate": 0.234,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 34,
      "crushedPulledAirBbe": 10,
      "pullAirJuice": 0.0209,
      "pullAirJuicePer100Pa": 2.1,
      "contactPct": 0.7536,
      "contactSwings": 483,
      "contactPa": 284,
      "avgDistanceOnBarrels": 363.2,
      "avgLaunchAngleOnBarrels": 25.4,
      "avgLaunchAngle": 12.7,
      "avgDistance": 400.5,
      "longestHr": 438,
      "avgExitVelocity": 93.5,
      "longballIndex": 133.7,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0565,
          "percentile": 0.7064,
          "score": 121.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.153,
          "percentile": 0.9097,
          "score": 152.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0353,
          "percentile": 0.8403,
          "score": 138.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.524,
          "percentile": 0.937,
          "score": 159.7,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 146.3,
      "pesky": 96.5
    },
    {
      "batter": 691406,
      "player": "Junior Caminero",
      "team": "TB",
      "bbe": 193,
      "pa": 193,
      "hr": 14,
      "xhr": 12.6,
      "xhrPerBbe": 0.0653,
      "xhrDiff": 1.4,
      "noDoubters": 8,
      "doubters": 1,
      "mostlyGone": 7,
      "noDoubterRate": 0.571,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 8,
      "cheapieRate": 0.071,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.119,
      "hrWindowThunderBbe": 6,
      "hrWindowThunderRate": 0.0311,
      "hardHitRate": 0.482,
      "sweetSpotRate": 0.275,
      "pullAirRate": 0.196,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 26,
      "crushedPulledAirBbe": 6,
      "pullAirJuice": 0.0177,
      "pullAirJuicePer100Pa": 1.8,
      "contactPct": 0.8095,
      "contactSwings": 441,
      "contactPa": 277,
      "avgDistanceOnBarrels": 357.9,
      "avgLaunchAngleOnBarrels": 20.8,
      "avgLaunchAngle": 8.4,
      "avgDistance": 408.0,
      "longestHr": 450,
      "avgExitVelocity": 92.3,
      "longballIndex": 132.4,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0653,
          "percentile": 0.8043,
          "score": 133.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.119,
          "percentile": 0.7668,
          "score": 128.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0311,
          "percentile": 0.7962,
          "score": 132.3,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.482,
          "percentile": 0.8382,
          "score": 138.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 125.4,
      "pesky": 103.6
    },
    {
      "batter": 678554,
      "player": "Curtis Mead",
      "team": "WSH",
      "bbe": 122,
      "pa": 122,
      "hr": 9,
      "xhr": 8.8,
      "xhrPerBbe": 0.0721,
      "xhrDiff": 0.2,
      "noDoubters": 4,
      "doubters": 3,
      "mostlyGone": 6,
      "noDoubterRate": 0.444,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.107,
      "hrWindowThunderBbe": 3,
      "hrWindowThunderRate": 0.0246,
      "hardHitRate": 0.459,
      "sweetSpotRate": 0.393,
      "pullAirRate": 0.23,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 25,
      "crushedPulledAirBbe": 6,
      "pullAirJuice": 0.0188,
      "pullAirJuicePer100Pa": 1.9,
      "contactPct": 0.8495,
      "contactSwings": 319,
      "contactPa": 182,
      "avgDistanceOnBarrels": 387.5,
      "avgLaunchAngleOnBarrels": 27.9,
      "avgLaunchAngle": 15.4,
      "avgDistance": 397.6,
      "longestHr": 414,
      "avgExitVelocity": 89.5,
      "longballIndex": 131.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0721,
          "percentile": 0.8617,
          "score": 142.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.107,
          "percentile": 0.687,
          "score": 119.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0246,
          "percentile": 0.7185,
          "score": 122.6,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.459,
          "percentile": 0.7353,
          "score": 124.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 132.4,
      "pesky": 108.7
    },
    {
      "batter": 700932,
      "player": "Kyle Manzardo",
      "team": "CLE",
      "bbe": 111,
      "pa": 111,
      "hr": 7,
      "xhr": 8.0,
      "xhrPerBbe": 0.0721,
      "xhrDiff": -1.0,
      "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.126,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.018,
      "hardHitRate": 0.414,
      "sweetSpotRate": 0.396,
      "pullAirRate": 0.25,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 34,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0177,
      "pullAirJuicePer100Pa": 1.8,
      "contactPct": 0.711,
      "contactSwings": 391,
      "contactPa": 202,
      "avgDistanceOnBarrels": 378.1,
      "avgLaunchAngleOnBarrels": 30.1,
      "avgLaunchAngle": 17.6,
      "avgDistance": 390.3,
      "longestHr": 454,
      "avgExitVelocity": 88.3,
      "longballIndex": 131.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0721,
          "percentile": 0.8617,
          "score": 142.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.126,
          "percentile": 0.7983,
          "score": 132.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.018,
          "percentile": 0.6513,
          "score": 115.2,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.414,
          "percentile": 0.4916,
          "score": 99.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 125.4,
      "pesky": 91.0
    },
    {
      "batter": 677594,
      "player": "Julio Rodr\u00edguez",
      "team": "SEA",
      "bbe": 206,
      "pa": 206,
      "hr": 13,
      "xhr": 13.1,
      "xhrPerBbe": 0.0636,
      "xhrDiff": -0.1,
      "noDoubters": 8,
      "doubters": 1,
      "mostlyGone": 6,
      "noDoubterRate": 0.615,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 8,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.092,
      "hrWindowThunderBbe": 10,
      "hrWindowThunderRate": 0.0485,
      "hardHitRate": 0.437,
      "sweetSpotRate": 0.316,
      "pullAirRate": 0.189,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 39,
      "crushedPulledAirBbe": 11,
      "pullAirJuice": 0.0206,
      "pullAirJuicePer100Pa": 2.1,
      "contactPct": 0.7445,
      "contactSwings": 595,
      "contactPa": 292,
      "avgDistanceOnBarrels": 386.6,
      "avgLaunchAngleOnBarrels": 25.7,
      "avgLaunchAngle": 13.0,
      "avgDistance": 410.1,
      "longestHr": 436,
      "avgExitVelocity": 90.3,
      "longballIndex": 131.4,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0636,
          "percentile": 0.7872,
          "score": 131.1,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.092,
          "percentile": 0.5966,
          "score": 109.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0485,
          "percentile": 0.916,
          "score": 153.8,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.437,
          "percentile": 0.6092,
          "score": 110.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 146.3,
      "pesky": 95.3
    },
    {
      "batter": 691718,
      "player": "Pete Crow-Armstrong",
      "team": "CHC",
      "bbe": 176,
      "pa": 176,
      "hr": 11,
      "xhr": 11.3,
      "xhrPerBbe": 0.0642,
      "xhrDiff": -0.3,
      "noDoubters": 4,
      "doubters": 3,
      "mostlyGone": 10,
      "noDoubterRate": 0.364,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.182,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.119,
      "hrWindowThunderBbe": 5,
      "hrWindowThunderRate": 0.0284,
      "hardHitRate": 0.506,
      "sweetSpotRate": 0.347,
      "pullAirRate": 0.25,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 38,
      "crushedPulledAirBbe": 13,
      "pullAirJuice": 0.0323,
      "pullAirJuicePer100Pa": 3.2,
      "contactPct": 0.7477,
      "contactSwings": 547,
      "contactPa": 277,
      "avgDistanceOnBarrels": 378.9,
      "avgLaunchAngleOnBarrels": 27.1,
      "avgLaunchAngle": 18.2,
      "avgDistance": 391.9,
      "longestHr": 444,
      "avgExitVelocity": 90.2,
      "longballIndex": 131.3,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0642,
          "percentile": 0.7957,
          "score": 132.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.119,
          "percentile": 0.7668,
          "score": 128.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0284,
          "percentile": 0.7626,
          "score": 127.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.506,
          "percentile": 0.9055,
          "score": 151.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 223.0,
      "pesky": 95.7
    },
    {
      "batter": 695506,
      "player": "Jac Caglianone",
      "team": "KC",
      "bbe": 131,
      "pa": 131,
      "hr": 6,
      "xhr": 6.7,
      "xhrPerBbe": 0.0511,
      "xhrDiff": -0.7,
      "noDoubters": 4,
      "doubters": 1,
      "mostlyGone": 4,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.153,
      "hrWindowThunderBbe": 4,
      "hrWindowThunderRate": 0.0305,
      "hardHitRate": 0.595,
      "sweetSpotRate": 0.382,
      "pullAirRate": 0.168,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 24,
      "crushedPulledAirBbe": 7,
      "pullAirJuice": 0.0244,
      "pullAirJuicePer100Pa": 2.4,
      "contactPct": 0.7025,
      "contactSwings": 400,
      "contactPa": 218,
      "avgDistanceOnBarrels": 360.9,
      "avgLaunchAngleOnBarrels": 22.1,
      "avgLaunchAngle": 8.1,
      "avgDistance": 410.2,
      "longestHr": 437,
      "avgExitVelocity": 93.9,
      "longballIndex": 130.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0511,
          "percentile": 0.6553,
          "score": 115.6,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.153,
          "percentile": 0.9097,
          "score": 152.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0305,
          "percentile": 0.7899,
          "score": 131.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.595,
          "percentile": 0.9958,
          "score": 190.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 167.2,
      "pesky": 89.9
    },
    {
      "batter": 666018,
      "player": "Jonathan Aranda",
      "team": "TB",
      "bbe": 161,
      "pa": 161,
      "hr": 11,
      "xhr": 10.0,
      "xhrPerBbe": 0.0621,
      "xhrDiff": 1.0,
      "noDoubters": 4,
      "doubters": 4,
      "mostlyGone": 8,
      "noDoubterRate": 0.364,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.091,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.124,
      "hrWindowThunderBbe": 5,
      "hrWindowThunderRate": 0.0311,
      "hardHitRate": 0.466,
      "sweetSpotRate": 0.385,
      "pullAirRate": 0.193,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 36,
      "crushedPulledAirBbe": 10,
      "pullAirJuice": 0.024,
      "pullAirJuicePer100Pa": 2.4,
      "contactPct": 0.8079,
      "contactSwings": 479,
      "contactPa": 272,
      "avgDistanceOnBarrels": 382.3,
      "avgLaunchAngleOnBarrels": 27.4,
      "avgLaunchAngle": 15.5,
      "avgDistance": 396.0,
      "longestHr": 415,
      "avgExitVelocity": 90.7,
      "longballIndex": 130.3,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0621,
          "percentile": 0.7702,
          "score": 128.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.124,
          "percentile": 0.792,
          "score": 131.7,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0311,
          "percentile": 0.7962,
          "score": 132.3,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.466,
          "percentile": 0.7668,
          "score": 128.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 167.2,
      "pesky": 103.4
    },
    {
      "batter": 682928,
      "player": "Cj Abrams",
      "team": "WSH",
      "bbe": 184,
      "pa": 184,
      "hr": 14,
      "xhr": 13.5,
      "xhrPerBbe": 0.0734,
      "xhrDiff": 0.5,
      "noDoubters": 4,
      "doubters": 1,
      "mostlyGone": 12,
      "noDoubterRate": 0.286,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 9,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.071,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.109,
      "hrWindowThunderBbe": 3,
      "hrWindowThunderRate": 0.0163,
      "hardHitRate": 0.418,
      "sweetSpotRate": 0.364,
      "pullAirRate": 0.249,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 42,
      "crushedPulledAirBbe": 6,
      "pullAirJuice": 0.0217,
      "pullAirJuicePer100Pa": 2.2,
      "contactPct": 0.7393,
      "contactSwings": 537,
      "contactPa": 280,
      "avgDistanceOnBarrels": 382.4,
      "avgLaunchAngleOnBarrels": 26.7,
      "avgLaunchAngle": 16.7,
      "avgDistance": 389.6,
      "longestHr": 426,
      "avgExitVelocity": 90.0,
      "longballIndex": 129.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0734,
          "percentile": 0.8766,
          "score": 145.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.109,
          "percentile": 0.6954,
          "score": 119.9,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0163,
          "percentile": 0.6134,
          "score": 111.2,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.418,
          "percentile": 0.5189,
          "score": 101.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 153.3,
      "pesky": 94.6
    },
    {
      "batter": 691723,
      "player": "Coby Mayo",
      "team": "BAL",
      "bbe": 107,
      "pa": 107,
      "hr": 8,
      "xhr": 6.0,
      "xhrPerBbe": 0.0561,
      "xhrDiff": 2.0,
      "noDoubters": 5,
      "doubters": 2,
      "mostlyGone": 2,
      "noDoubterRate": 0.625,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.125,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.103,
      "hrWindowThunderBbe": 5,
      "hrWindowThunderRate": 0.0467,
      "hardHitRate": 0.486,
      "sweetSpotRate": 0.28,
      "pullAirRate": 0.327,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 26,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.019,
      "pullAirJuicePer100Pa": 1.9,
      "contactPct": 0.7152,
      "contactSwings": 330,
      "contactPa": 178,
      "avgDistanceOnBarrels": 382.6,
      "avgLaunchAngleOnBarrels": 27.2,
      "avgLaunchAngle": 19.4,
      "avgDistance": 405.5,
      "longestHr": 452,
      "avgExitVelocity": 91.7,
      "longballIndex": 128.7,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0561,
          "percentile": 0.6957,
          "score": 120.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.103,
          "percentile": 0.6723,
          "score": 117.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0467,
          "percentile": 0.9118,
          "score": 152.7,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.486,
          "percentile": 0.8529,
          "score": 140.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 132.4,
      "pesky": 91.5
    },
    {
      "batter": 624585,
      "player": "Jorge Soler",
      "team": "LAA",
      "bbe": 141,
      "pa": 141,
      "hr": 9,
      "xhr": 8.5,
      "xhrPerBbe": 0.0603,
      "xhrDiff": 0.5,
      "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.113,
      "hrWindowThunderBbe": 5,
      "hrWindowThunderRate": 0.0355,
      "hardHitRate": 0.411,
      "sweetSpotRate": 0.383,
      "pullAirRate": 0.277,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 32,
      "crushedPulledAirBbe": 7,
      "pullAirJuice": 0.0267,
      "pullAirJuicePer100Pa": 2.7,
      "contactPct": 0.6688,
      "contactSwings": 462,
      "contactPa": 244,
      "avgDistanceOnBarrels": 384.5,
      "avgLaunchAngleOnBarrels": 25.6,
      "avgLaunchAngle": 14.0,
      "avgDistance": 402.7,
      "longestHr": 432,
      "avgExitVelocity": 87.9,
      "longballIndex": 128.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0603,
          "percentile": 0.7574,
          "score": 127.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.113,
          "percentile": 0.7227,
          "score": 123.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0355,
          "percentile": 0.8487,
          "score": 140.2,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.411,
          "percentile": 0.4706,
          "score": 97.1,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 188.1,
      "pesky": 85.6
    },
    {
      "batter": 694212,
      "player": "Samuel Basallo",
      "team": "BAL",
      "bbe": 127,
      "pa": 127,
      "hr": 9,
      "xhr": 8.5,
      "xhrPerBbe": 0.0669,
      "xhrDiff": 0.5,
      "noDoubters": 4,
      "doubters": 3,
      "mostlyGone": 6,
      "noDoubterRate": 0.444,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.111,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.118,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0157,
      "hardHitRate": 0.48,
      "sweetSpotRate": 0.37,
      "pullAirRate": 0.172,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 25,
      "crushedPulledAirBbe": 9,
      "pullAirJuice": 0.0292,
      "pullAirJuicePer100Pa": 2.9,
      "contactPct": 0.7127,
      "contactSwings": 362,
      "contactPa": 196,
      "avgDistanceOnBarrels": 384.9,
      "avgLaunchAngleOnBarrels": 24.8,
      "avgLaunchAngle": 13.4,
      "avgDistance": 401.4,
      "longestHr": 437,
      "avgExitVelocity": 92.3,
      "longballIndex": 127.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0669,
          "percentile": 0.817,
          "score": 135.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.118,
          "percentile": 0.7521,
          "score": 126.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0157,
          "percentile": 0.5924,
          "score": 109.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.48,
          "percentile": 0.8298,
          "score": 137.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 202.0,
      "pesky": 91.2
    },
    {
      "batter": 669357,
      "player": "Nolan Gorman",
      "team": "STL",
      "bbe": 129,
      "pa": 129,
      "hr": 7,
      "xhr": 7.6,
      "xhrPerBbe": 0.0589,
      "xhrDiff": -0.6,
      "noDoubters": 4,
      "doubters": 2,
      "mostlyGone": 5,
      "noDoubterRate": 0.571,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.143,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.093,
      "hrWindowThunderBbe": 5,
      "hrWindowThunderRate": 0.0388,
      "hardHitRate": 0.434,
      "sweetSpotRate": 0.372,
      "pullAirRate": 0.271,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 31,
      "crushedPulledAirBbe": 7,
      "pullAirJuice": 0.0177,
      "pullAirJuicePer100Pa": 1.8,
      "contactPct": 0.6391,
      "contactSwings": 460,
      "contactPa": 223,
      "avgDistanceOnBarrels": 374.2,
      "avgLaunchAngleOnBarrels": 26.7,
      "avgLaunchAngle": 22.2,
      "avgDistance": 403.7,
      "longestHr": 443,
      "avgExitVelocity": 89.2,
      "longballIndex": 126.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0589,
          "percentile": 0.7489,
          "score": 126.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.093,
          "percentile": 0.6008,
          "score": 110.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0388,
          "percentile": 0.8782,
          "score": 145.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.434,
          "percentile": 0.5903,
          "score": 108.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 125.4,
      "pesky": 81.8
    },
    {
      "batter": 682998,
      "player": "Corbin Carroll",
      "team": "AZ",
      "bbe": 173,
      "pa": 173,
      "hr": 10,
      "xhr": 9.6,
      "xhrPerBbe": 0.0555,
      "xhrDiff": 0.4,
      "noDoubters": 3,
      "doubters": 2,
      "mostlyGone": 9,
      "noDoubterRate": 0.3,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 7,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.127,
      "hrWindowThunderBbe": 5,
      "hrWindowThunderRate": 0.0289,
      "hardHitRate": 0.509,
      "sweetSpotRate": 0.324,
      "pullAirRate": 0.22,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 36,
      "crushedPulledAirBbe": 11,
      "pullAirJuice": 0.0224,
      "pullAirJuicePer100Pa": 2.2,
      "contactPct": 0.7374,
      "contactSwings": 457,
      "contactPa": 264,
      "avgDistanceOnBarrels": 386.4,
      "avgLaunchAngleOnBarrels": 26.1,
      "avgLaunchAngle": 12.2,
      "avgDistance": 407.1,
      "longestHr": 448,
      "avgExitVelocity": 91.8,
      "longballIndex": 125.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0555,
          "percentile": 0.6809,
          "score": 118.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.127,
          "percentile": 0.8046,
          "score": 133.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0289,
          "percentile": 0.7731,
          "score": 129.2,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.509,
          "percentile": 0.9181,
          "score": 154.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 153.3,
      "pesky": 94.4
    },
    {
      "batter": 701358,
      "player": "Cam Smith",
      "team": "HOU",
      "bbe": 149,
      "pa": 149,
      "hr": 6,
      "xhr": 7.1,
      "xhrPerBbe": 0.0477,
      "xhrDiff": -1.1,
      "noDoubters": 3,
      "doubters": 1,
      "mostlyGone": 6,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.128,
      "hrWindowThunderBbe": 6,
      "hrWindowThunderRate": 0.0403,
      "hardHitRate": 0.443,
      "sweetSpotRate": 0.342,
      "pullAirRate": 0.12,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 22,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0182,
      "pullAirJuicePer100Pa": 1.8,
      "contactPct": 0.7065,
      "contactSwings": 460,
      "contactPa": 247,
      "avgDistanceOnBarrels": 376.8,
      "avgLaunchAngleOnBarrels": 25.3,
      "avgLaunchAngle": 10.7,
      "avgDistance": 416.7,
      "longestHr": 462,
      "avgExitVelocity": 89.0,
      "longballIndex": 125.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0477,
          "percentile": 0.6213,
          "score": 112.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.128,
          "percentile": 0.8109,
          "score": 134.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0403,
          "percentile": 0.895,
          "score": 148.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.443,
          "percentile": 0.645,
          "score": 114.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 125.4,
      "pesky": 90.4
    },
    {
      "batter": 680776,
      "player": "Jarren Duran",
      "team": "BOS",
      "bbe": 162,
      "pa": 162,
      "hr": 10,
      "xhr": 10.5,
      "xhrPerBbe": 0.0648,
      "xhrDiff": -0.5,
      "noDoubters": 8,
      "doubters": 4,
      "mostlyGone": 4,
      "noDoubterRate": 0.8,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 8,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.117,
      "hrWindowThunderBbe": 3,
      "hrWindowThunderRate": 0.0185,
      "hardHitRate": 0.414,
      "sweetSpotRate": 0.327,
      "pullAirRate": 0.164,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 28,
      "crushedPulledAirBbe": 7,
      "pullAirJuice": 0.0194,
      "pullAirJuicePer100Pa": 1.9,
      "contactPct": 0.6769,
      "contactSwings": 455,
      "contactPa": 261,
      "avgDistanceOnBarrels": 367.4,
      "avgLaunchAngleOnBarrels": 24.4,
      "avgLaunchAngle": 14.5,
      "avgDistance": 390.5,
      "longestHr": 424,
      "avgExitVelocity": 90.2,
      "longballIndex": 125.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0648,
          "percentile": 0.8,
          "score": 132.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.117,
          "percentile": 0.7395,
          "score": 125.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0185,
          "percentile": 0.666,
          "score": 116.7,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.414,
          "percentile": 0.4916,
          "score": 99.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 132.4,
      "pesky": 86.6
    },
    {
      "batter": 701398,
      "player": "Sal Stewart",
      "team": "CIN",
      "bbe": 178,
      "pa": 178,
      "hr": 12,
      "xhr": 9.2,
      "xhrPerBbe": 0.0517,
      "xhrDiff": 2.8,
      "noDoubters": 2,
      "doubters": 3,
      "mostlyGone": 12,
      "noDoubterRate": 0.167,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 9,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.083,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.152,
      "hrWindowThunderBbe": 5,
      "hrWindowThunderRate": 0.0281,
      "hardHitRate": 0.427,
      "sweetSpotRate": 0.371,
      "pullAirRate": 0.135,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 21,
      "crushedPulledAirBbe": 9,
      "pullAirJuice": 0.0138,
      "pullAirJuicePer100Pa": 1.4,
      "contactPct": 0.7744,
      "contactSwings": 523,
      "contactPa": 279,
      "avgDistanceOnBarrels": 368.7,
      "avgLaunchAngleOnBarrels": 25.1,
      "avgLaunchAngle": 14.4,
      "avgDistance": 392.5,
      "longestHr": 441,
      "avgExitVelocity": 90.7,
      "longballIndex": 125.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0517,
          "percentile": 0.6617,
          "score": 116.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.152,
          "percentile": 0.9013,
          "score": 150.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0281,
          "percentile": 0.7542,
          "score": 126.8,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.427,
          "percentile": 0.5588,
          "score": 105.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 97.5,
      "pesky": 99.1
    },
    {
      "batter": 676475,
      "player": "Alec Burleson",
      "team": "STL",
      "bbe": 201,
      "pa": 201,
      "hr": 8,
      "xhr": 11.4,
      "xhrPerBbe": 0.0567,
      "xhrDiff": -3.4,
      "noDoubters": 6,
      "doubters": 3,
      "mostlyGone": 7,
      "noDoubterRate": 0.75,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 6,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.1,
      "hrWindowThunderBbe": 7,
      "hrWindowThunderRate": 0.0348,
      "hardHitRate": 0.483,
      "sweetSpotRate": 0.348,
      "pullAirRate": 0.173,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 35,
      "crushedPulledAirBbe": 10,
      "pullAirJuice": 0.0232,
      "pullAirJuicePer100Pa": 2.3,
      "contactPct": 0.8093,
      "contactSwings": 472,
      "contactPa": 270,
      "avgDistanceOnBarrels": 386.9,
      "avgLaunchAngleOnBarrels": 26.9,
      "avgLaunchAngle": 12.1,
      "avgDistance": 405.0,
      "longestHr": 432,
      "avgExitVelocity": 91.2,
      "longballIndex": 125.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0567,
          "percentile": 0.7149,
          "score": 122.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.1,
          "percentile": 0.6429,
          "score": 114.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0348,
          "percentile": 0.8256,
          "score": 136.6,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.483,
          "percentile": 0.8445,
          "score": 139.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 160.2,
      "pesky": 103.6
    },
    {
      "batter": 606466,
      "player": "Ketel Marte",
      "team": "AZ",
      "bbe": 206,
      "pa": 206,
      "hr": 11,
      "xhr": 11.8,
      "xhrPerBbe": 0.0573,
      "xhrDiff": -0.8,
      "noDoubters": 9,
      "doubters": 3,
      "mostlyGone": 3,
      "noDoubterRate": 0.818,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 9,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.112,
      "hrWindowThunderBbe": 6,
      "hrWindowThunderRate": 0.0291,
      "hardHitRate": 0.442,
      "sweetSpotRate": 0.345,
      "pullAirRate": 0.248,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 39,
      "crushedPulledAirBbe": 11,
      "pullAirJuice": 0.0252,
      "pullAirJuicePer100Pa": 2.5,
      "contactPct": 0.8038,
      "contactSwings": 474,
      "contactPa": 267,
      "avgDistanceOnBarrels": 386.4,
      "avgLaunchAngleOnBarrels": 23.2,
      "avgLaunchAngle": 10.5,
      "avgDistance": 416.0,
      "longestHr": 452,
      "avgExitVelocity": 90.3,
      "longballIndex": 124.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0573,
          "percentile": 0.7319,
          "score": 124.1,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.112,
          "percentile": 0.7143,
          "score": 122.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0291,
          "percentile": 0.7773,
          "score": 129.8,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.442,
          "percentile": 0.6366,
          "score": 113.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 174.2,
      "pesky": 102.9
    },
    {
      "batter": 646240,
      "player": "Rafael Devers",
      "team": "SF",
      "bbe": 168,
      "pa": 168,
      "hr": 8,
      "xhr": 10.2,
      "xhrPerBbe": 0.0607,
      "xhrDiff": -2.2,
      "noDoubters": 2,
      "doubters": 5,
      "mostlyGone": 10,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.125,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.101,
      "hrWindowThunderBbe": 4,
      "hrWindowThunderRate": 0.0238,
      "hardHitRate": 0.5,
      "sweetSpotRate": 0.333,
      "pullAirRate": 0.139,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 28,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0198,
      "pullAirJuicePer100Pa": 2.0,
      "contactPct": 0.7095,
      "contactSwings": 568,
      "contactPa": 276,
      "avgDistanceOnBarrels": 385.1,
      "avgLaunchAngleOnBarrels": 26.4,
      "avgLaunchAngle": 12.3,
      "avgDistance": 399.9,
      "longestHr": 441,
      "avgExitVelocity": 91.9,
      "longballIndex": 124.3,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0607,
          "percentile": 0.7617,
          "score": 127.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.101,
          "percentile": 0.6492,
          "score": 114.9,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0238,
          "percentile": 0.7017,
          "score": 120.6,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.5,
          "percentile": 0.8803,
          "score": 145.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 139.3,
      "pesky": 90.8
    },
    {
      "batter": 679529,
      "player": "Spencer Torkelson",
      "team": "DET",
      "bbe": 138,
      "pa": 138,
      "hr": 9,
      "xhr": 8.2,
      "xhrPerBbe": 0.0594,
      "xhrDiff": 0.8,
      "noDoubters": 3,
      "doubters": 6,
      "mostlyGone": 6,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.138,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0145,
      "hardHitRate": 0.449,
      "sweetSpotRate": 0.471,
      "pullAirRate": 0.295,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 42,
      "crushedPulledAirBbe": 8,
      "pullAirJuice": 0.0233,
      "pullAirJuicePer100Pa": 2.3,
      "contactPct": 0.7203,
      "contactSwings": 454,
      "contactPa": 251,
      "avgDistanceOnBarrels": 374.8,
      "avgLaunchAngleOnBarrels": 24.6,
      "avgLaunchAngle": 19.6,
      "avgDistance": 395.9,
      "longestHr": 435,
      "avgExitVelocity": 90.6,
      "longballIndex": 123.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0594,
          "percentile": 0.7532,
          "score": 126.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.138,
          "percentile": 0.8487,
          "score": 140.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0145,
          "percentile": 0.5399,
          "score": 103.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.449,
          "percentile": 0.6681,
          "score": 117.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 160.2,
      "pesky": 92.2
    },
    {
      "batter": 668901,
      "player": "Mark Vientos",
      "team": "NYM",
      "bbe": 147,
      "pa": 147,
      "hr": 7,
      "xhr": 8.2,
      "xhrPerBbe": 0.0558,
      "xhrDiff": -1.2,
      "noDoubters": 6,
      "doubters": 3,
      "mostlyGone": 4,
      "noDoubterRate": 0.857,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 6,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.102,
      "hrWindowThunderBbe": 5,
      "hrWindowThunderRate": 0.034,
      "hardHitRate": 0.456,
      "sweetSpotRate": 0.327,
      "pullAirRate": 0.177,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 30,
      "crushedPulledAirBbe": 6,
      "pullAirJuice": 0.0287,
      "pullAirJuicePer100Pa": 2.9,
      "contactPct": 0.6977,
      "contactSwings": 397,
      "contactPa": 202,
      "avgDistanceOnBarrels": 394.5,
      "avgLaunchAngleOnBarrels": 27.7,
      "avgLaunchAngle": 14.8,
      "avgDistance": 411.9,
      "longestHr": 445,
      "avgExitVelocity": 90.1,
      "longballIndex": 122.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0558,
          "percentile": 0.6851,
          "score": 118.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.102,
          "percentile": 0.6597,
          "score": 116.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.034,
          "percentile": 0.8151,
          "score": 135.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.456,
          "percentile": 0.7122,
          "score": 121.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 202.0,
      "pesky": 89.3
    },
    {
      "batter": 683002,
      "player": "Gunnar Henderson",
      "team": "BAL",
      "bbe": 199,
      "pa": 199,
      "hr": 13,
      "xhr": 11.3,
      "xhrPerBbe": 0.0568,
      "xhrDiff": 1.7,
      "noDoubters": 4,
      "doubters": 4,
      "mostlyGone": 9,
      "noDoubterRate": 0.308,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 8,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.077,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.09,
      "hrWindowThunderBbe": 6,
      "hrWindowThunderRate": 0.0302,
      "hardHitRate": 0.452,
      "sweetSpotRate": 0.327,
      "pullAirRate": 0.256,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 38,
      "crushedPulledAirBbe": 11,
      "pullAirJuice": 0.0192,
      "pullAirJuicePer100Pa": 1.9,
      "contactPct": 0.7785,
      "contactSwings": 578,
      "contactPa": 298,
      "avgDistanceOnBarrels": 372.8,
      "avgLaunchAngleOnBarrels": 27.2,
      "avgLaunchAngle": 11.9,
      "avgDistance": 390.2,
      "longestHr": 419,
      "avgExitVelocity": 89.1,
      "longballIndex": 121.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0568,
          "percentile": 0.7213,
          "score": 122.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.09,
          "percentile": 0.5861,
          "score": 108.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0302,
          "percentile": 0.7857,
          "score": 130.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.452,
          "percentile": 0.6996,
          "score": 120.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 132.4,
      "pesky": 99.6
    },
    {
      "batter": 671218,
      "player": "Heliot Ramos",
      "team": "SF",
      "bbe": 114,
      "pa": 114,
      "hr": 4,
      "xhr": 5.2,
      "xhrPerBbe": 0.0456,
      "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.14,
      "hrWindowThunderBbe": 3,
      "hrWindowThunderRate": 0.0263,
      "hardHitRate": 0.509,
      "sweetSpotRate": 0.342,
      "pullAirRate": 0.101,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 12,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0124,
      "pullAirJuicePer100Pa": 1.2,
      "contactPct": 0.7605,
      "contactSwings": 380,
      "contactPa": 172,
      "avgDistanceOnBarrels": 369.3,
      "avgLaunchAngleOnBarrels": 23.1,
      "avgLaunchAngle": 8.1,
      "avgDistance": 399.0,
      "longestHr": 437,
      "avgExitVelocity": 92.4,
      "longballIndex": 121.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0456,
          "percentile": 0.583,
          "score": 108.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.14,
          "percentile": 0.8676,
          "score": 143.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0263,
          "percentile": 0.7311,
          "score": 124.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.509,
          "percentile": 0.9181,
          "score": 154.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 83.6,
      "pesky": 97.3
    },
    {
      "batter": 673548,
      "player": "Seiya Suzuki",
      "team": "CHC",
      "bbe": 136,
      "pa": 136,
      "hr": 9,
      "xhr": 8.6,
      "xhrPerBbe": 0.0632,
      "xhrDiff": 0.4,
      "noDoubters": 3,
      "doubters": 2,
      "mostlyGone": 7,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.111,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.088,
      "hrWindowThunderBbe": 3,
      "hrWindowThunderRate": 0.0221,
      "hardHitRate": 0.412,
      "sweetSpotRate": 0.36,
      "pullAirRate": 0.199,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 27,
      "crushedPulledAirBbe": 6,
      "pullAirJuice": 0.0286,
      "pullAirJuicePer100Pa": 2.9,
      "contactPct": 0.7646,
      "contactSwings": 378,
      "contactPa": 217,
      "avgDistanceOnBarrels": 398.8,
      "avgLaunchAngleOnBarrels": 26.0,
      "avgLaunchAngle": 17.9,
      "avgDistance": 410.1,
      "longestHr": 455,
      "avgExitVelocity": 89.2,
      "longballIndex": 121.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0632,
          "percentile": 0.783,
          "score": 130.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.088,
          "percentile": 0.5525,
          "score": 105.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0221,
          "percentile": 0.6933,
          "score": 119.7,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.412,
          "percentile": 0.479,
          "score": 97.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 202.0,
      "pesky": 97.9
    },
    {
      "batter": 681624,
      "player": "Andy Pages",
      "team": "LAD",
      "bbe": 199,
      "pa": 199,
      "hr": 14,
      "xhr": 11.3,
      "xhrPerBbe": 0.0568,
      "xhrDiff": 2.7,
      "noDoubters": 5,
      "doubters": 4,
      "mostlyGone": 7,
      "noDoubterRate": 0.357,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 7,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.143,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.101,
      "hrWindowThunderBbe": 4,
      "hrWindowThunderRate": 0.0201,
      "hardHitRate": 0.472,
      "sweetSpotRate": 0.367,
      "pullAirRate": 0.191,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 33,
      "crushedPulledAirBbe": 8,
      "pullAirJuice": 0.0135,
      "pullAirJuicePer100Pa": 1.4,
      "contactPct": 0.7845,
      "contactSwings": 543,
      "contactPa": 271,
      "avgDistanceOnBarrels": 383.2,
      "avgLaunchAngleOnBarrels": 26.6,
      "avgLaunchAngle": 16.6,
      "avgDistance": 388.1,
      "longestHr": 418,
      "avgExitVelocity": 90.1,
      "longballIndex": 120.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0568,
          "percentile": 0.7213,
          "score": 122.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.101,
          "percentile": 0.6492,
          "score": 114.9,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0201,
          "percentile": 0.6807,
          "score": 118.3,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.472,
          "percentile": 0.7857,
          "score": 130.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 97.5,
      "pesky": 100.4
    },
    {
      "batter": 691781,
      "player": "Brady House",
      "team": "WSH",
      "bbe": 113,
      "pa": 113,
      "hr": 7,
      "xhr": 5.4,
      "xhrPerBbe": 0.0478,
      "xhrDiff": 1.6,
      "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.106,
      "hrWindowThunderBbe": 4,
      "hrWindowThunderRate": 0.0354,
      "hardHitRate": 0.434,
      "sweetSpotRate": 0.31,
      "pullAirRate": 0.105,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 16,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0176,
      "pullAirJuicePer100Pa": 1.8,
      "contactPct": 0.6957,
      "contactSwings": 345,
      "contactPa": 177,
      "avgDistanceOnBarrels": 376.9,
      "avgLaunchAngleOnBarrels": 25.8,
      "avgLaunchAngle": 5.5,
      "avgDistance": 390.9,
      "longestHr": 425,
      "avgExitVelocity": 89.0,
      "longballIndex": 120.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0478,
          "percentile": 0.6255,
          "score": 112.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.106,
          "percentile": 0.6807,
          "score": 118.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0354,
          "percentile": 0.8445,
          "score": 139.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.434,
          "percentile": 0.5903,
          "score": 108.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 125.4,
      "pesky": 89.0
    },
    {
      "batter": 642715,
      "player": "Willy Adames",
      "team": "SF",
      "bbe": 181,
      "pa": 181,
      "hr": 11,
      "xhr": 12.0,
      "xhrPerBbe": 0.0663,
      "xhrDiff": -1.0,
      "noDoubters": 3,
      "doubters": 7,
      "mostlyGone": 12,
      "noDoubterRate": 0.273,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 8,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.094,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.011,
      "hardHitRate": 0.425,
      "sweetSpotRate": 0.381,
      "pullAirRate": 0.266,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 45,
      "crushedPulledAirBbe": 6,
      "pullAirJuice": 0.0154,
      "pullAirJuicePer100Pa": 1.5,
      "contactPct": 0.7344,
      "contactSwings": 512,
      "contactPa": 274,
      "avgDistanceOnBarrels": 364.9,
      "avgLaunchAngleOnBarrels": 26.9,
      "avgLaunchAngle": 22.1,
      "avgDistance": 384.5,
      "longestHr": 427,
      "avgExitVelocity": 89.1,
      "longballIndex": 118.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0663,
          "percentile": 0.8085,
          "score": 134.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.094,
          "percentile": 0.6092,
          "score": 110.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.011,
          "percentile": 0.479,
          "score": 97.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.425,
          "percentile": 0.5483,
          "score": 104.7,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 104.5,
      "pesky": 94.0
    },
    {
      "batter": 666176,
      "player": "Jo Adell",
      "team": "LAA",
      "bbe": 192,
      "pa": 192,
      "hr": 10,
      "xhr": 10.8,
      "xhrPerBbe": 0.0563,
      "xhrDiff": -0.8,
      "noDoubters": 7,
      "doubters": 3,
      "mostlyGone": 4,
      "noDoubterRate": 0.7,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 7,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.089,
      "hrWindowThunderBbe": 5,
      "hrWindowThunderRate": 0.026,
      "hardHitRate": 0.458,
      "sweetSpotRate": 0.349,
      "pullAirRate": 0.171,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 33,
      "crushedPulledAirBbe": 10,
      "pullAirJuice": 0.0275,
      "pullAirJuicePer100Pa": 2.7,
      "contactPct": 0.7561,
      "contactSwings": 578,
      "contactPa": 273,
      "avgDistanceOnBarrels": 397.7,
      "avgLaunchAngleOnBarrels": 27.2,
      "avgLaunchAngle": 18.5,
      "avgDistance": 415.2,
      "longestHr": 449,
      "avgExitVelocity": 90.9,
      "longballIndex": 118.7,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0563,
          "percentile": 0.7021,
          "score": 120.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.089,
          "percentile": 0.5672,
          "score": 106.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.026,
          "percentile": 0.7269,
          "score": 123.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.458,
          "percentile": 0.729,
          "score": 123.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 188.1,
      "pesky": 96.8
    },
    {
      "batter": 665019,
      "player": "Kody Clemens",
      "team": "MIN",
      "bbe": 140,
      "pa": 140,
      "hr": 8,
      "xhr": 8.0,
      "xhrPerBbe": 0.0571,
      "xhrDiff": 0.0,
      "noDoubters": 4,
      "doubters": 2,
      "mostlyGone": 5,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.125,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.143,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0071,
      "hardHitRate": 0.45,
      "sweetSpotRate": 0.386,
      "pullAirRate": 0.199,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 30,
      "crushedPulledAirBbe": 8,
      "pullAirJuice": 0.0156,
      "pullAirJuicePer100Pa": 1.6,
      "contactPct": 0.764,
      "contactSwings": 394,
      "contactPa": 207,
      "avgDistanceOnBarrels": 376.8,
      "avgLaunchAngleOnBarrels": 25.6,
      "avgLaunchAngle": 16.0,
      "avgDistance": 396.1,
      "longestHr": 419,
      "avgExitVelocity": 91.6,
      "longballIndex": 118.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0571,
          "percentile": 0.7277,
          "score": 123.6,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.143,
          "percentile": 0.8803,
          "score": 145.9,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0071,
          "percentile": 0.3655,
          "score": 86.6,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.45,
          "percentile": 0.6786,
          "score": 118.1,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 111.5,
      "pesky": 97.8
    },
    {
      "batter": 641857,
      "player": "Ryan Mcmahon",
      "team": "NYY",
      "bbe": 104,
      "pa": 104,
      "hr": 6,
      "xhr": 6.5,
      "xhrPerBbe": 0.0625,
      "xhrDiff": -0.5,
      "noDoubters": 1,
      "doubters": 1,
      "mostlyGone": 8,
      "noDoubterRate": 0.167,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.096,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0096,
      "hardHitRate": 0.49,
      "sweetSpotRate": 0.308,
      "pullAirRate": 0.123,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 15,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0008,
      "pullAirJuicePer100Pa": 0.1,
      "contactPct": 0.7175,
      "contactSwings": 308,
      "contactPa": 168,
      "avgDistanceOnBarrels": 369.6,
      "avgLaunchAngleOnBarrels": 26.8,
      "avgLaunchAngle": 12.5,
      "avgDistance": 370.0,
      "longestHr": 401,
      "avgExitVelocity": 90.1,
      "longballIndex": 118.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0625,
          "percentile": 0.7787,
          "score": 130.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.096,
          "percentile": 0.6197,
          "score": 111.9,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0096,
          "percentile": 0.4433,
          "score": 94.4,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.49,
          "percentile": 0.8634,
          "score": 142.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 7.0,
      "pesky": 91.8
    },
    {
      "batter": 672515,
      "player": "Gabriel Moreno",
      "team": "AZ",
      "bbe": 110,
      "pa": 110,
      "hr": 4,
      "xhr": 4.5,
      "xhrPerBbe": 0.0409,
      "xhrDiff": -0.5,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 4,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.109,
      "hrWindowThunderBbe": 4,
      "hrWindowThunderRate": 0.0364,
      "hardHitRate": 0.473,
      "sweetSpotRate": 0.409,
      "pullAirRate": 0.191,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 15,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0147,
      "pullAirJuicePer100Pa": 1.5,
      "contactPct": 0.8294,
      "contactSwings": 293,
      "contactPa": 156,
      "avgDistanceOnBarrels": 380.7,
      "avgLaunchAngleOnBarrels": 26.9,
      "avgLaunchAngle": 12.9,
      "avgDistance": 399.8,
      "longestHr": 427,
      "avgExitVelocity": 89.7,
      "longballIndex": 116.4,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0409,
          "percentile": 0.5043,
          "score": 100.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.109,
          "percentile": 0.6954,
          "score": 119.9,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0364,
          "percentile": 0.8613,
          "score": 142.4,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.473,
          "percentile": 0.7983,
          "score": 132.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 104.5,
      "pesky": 106.2
    },
    {
      "batter": 695600,
      "player": "Carter Jensen",
      "team": "KC",
      "bbe": 133,
      "pa": 133,
      "hr": 8,
      "xhr": 7.7,
      "xhrPerBbe": 0.0579,
      "xhrDiff": 0.3,
      "noDoubters": 2,
      "doubters": 2,
      "mostlyGone": 8,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.09,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.015,
      "hardHitRate": 0.406,
      "sweetSpotRate": 0.316,
      "pullAirRate": 0.231,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 30,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0191,
      "pullAirJuicePer100Pa": 1.9,
      "contactPct": 0.7066,
      "contactSwings": 409,
      "contactPa": 224,
      "avgDistanceOnBarrels": 379.5,
      "avgLaunchAngleOnBarrels": 26.9,
      "avgLaunchAngle": 22.2,
      "avgDistance": 383.8,
      "longestHr": 425,
      "avgExitVelocity": 90.1,
      "longballIndex": 115.4,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0579,
          "percentile": 0.7362,
          "score": 124.6,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.09,
          "percentile": 0.5861,
          "score": 108.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.015,
          "percentile": 0.5672,
          "score": 106.6,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.406,
          "percentile": 0.437,
          "score": 93.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 132.4,
      "pesky": 90.4
    },
    {
      "batter": 802139,
      "player": "Jj Wetherholt",
      "team": "STL",
      "bbe": 182,
      "pa": 182,
      "hr": 9,
      "xhr": 9.1,
      "xhrPerBbe": 0.05,
      "xhrDiff": -0.1,
      "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.077,
      "hrWindowThunderBbe": 5,
      "hrWindowThunderRate": 0.0275,
      "hardHitRate": 0.489,
      "sweetSpotRate": 0.374,
      "pullAirRate": 0.179,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 37,
      "crushedPulledAirBbe": 6,
      "pullAirJuice": 0.0138,
      "pullAirJuicePer100Pa": 1.4,
      "contactPct": 0.7959,
      "contactSwings": 485,
      "contactPa": 272,
      "avgDistanceOnBarrels": 383.3,
      "avgLaunchAngleOnBarrels": 27.3,
      "avgLaunchAngle": 16.0,
      "avgDistance": 393.8,
      "longestHr": 425,
      "avgExitVelocity": 90.8,
      "longballIndex": 115.3,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.05,
          "percentile": 0.6468,
          "score": 114.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.077,
          "percentile": 0.4727,
          "score": 97.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0275,
          "percentile": 0.7437,
          "score": 125.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.489,
          "percentile": 0.8571,
          "score": 141.7,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 97.5,
      "pesky": 101.9
    },
    {
      "batter": 650490,
      "player": "Yandy D\u00edaz",
      "team": "TB",
      "bbe": 196,
      "pa": 196,
      "hr": 11,
      "xhr": 11.1,
      "xhrPerBbe": 0.0566,
      "xhrDiff": -0.1,
      "noDoubters": 4,
      "doubters": 6,
      "mostlyGone": 10,
      "noDoubterRate": 0.364,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 7,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.087,
      "hrWindowThunderBbe": 3,
      "hrWindowThunderRate": 0.0153,
      "hardHitRate": 0.464,
      "sweetSpotRate": 0.327,
      "pullAirRate": 0.077,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 20,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0103,
      "pullAirJuicePer100Pa": 1.0,
      "contactPct": 0.8844,
      "contactSwings": 441,
      "contactPa": 258,
      "avgDistanceOnBarrels": 382.6,
      "avgLaunchAngleOnBarrels": 25.6,
      "avgLaunchAngle": 5.9,
      "avgDistance": 384.1,
      "longestHr": 439,
      "avgExitVelocity": 91.0,
      "longballIndex": 114.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0566,
          "percentile": 0.7106,
          "score": 121.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.087,
          "percentile": 0.5462,
          "score": 104.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0153,
          "percentile": 0.5714,
          "score": 107.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.464,
          "percentile": 0.7521,
          "score": 126.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 69.7,
      "pesky": 113.2
    },
    {
      "batter": 663586,
      "player": "Austin Riley",
      "team": "ATL",
      "bbe": 166,
      "pa": 166,
      "hr": 8,
      "xhr": 7.6,
      "xhrPerBbe": 0.0458,
      "xhrDiff": 0.4,
      "noDoubters": 4,
      "doubters": 7,
      "mostlyGone": 5,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.125,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.102,
      "hrWindowThunderBbe": 4,
      "hrWindowThunderRate": 0.0241,
      "hardHitRate": 0.446,
      "sweetSpotRate": 0.307,
      "pullAirRate": 0.199,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 33,
      "crushedPulledAirBbe": 9,
      "pullAirJuice": 0.0164,
      "pullAirJuicePer100Pa": 1.6,
      "contactPct": 0.7182,
      "contactSwings": 511,
      "contactPa": 268,
      "avgDistanceOnBarrels": 388.2,
      "avgLaunchAngleOnBarrels": 28.2,
      "avgLaunchAngle": 19.1,
      "avgDistance": 409.2,
      "longestHr": 438,
      "avgExitVelocity": 91.0,
      "longballIndex": 114.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0458,
          "percentile": 0.5957,
          "score": 109.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.102,
          "percentile": 0.6597,
          "score": 116.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0241,
          "percentile": 0.7059,
          "score": 121.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.446,
          "percentile": 0.6576,
          "score": 115.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 111.5,
      "pesky": 91.9
    },
    {
      "batter": 665862,
      "player": "Jazz Chisholm",
      "team": "NYY",
      "bbe": 147,
      "pa": 147,
      "hr": 8,
      "xhr": 7.7,
      "xhrPerBbe": 0.0524,
      "xhrDiff": 0.3,
      "noDoubters": 4,
      "doubters": 2,
      "mostlyGone": 4,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.075,
      "hrWindowThunderBbe": 4,
      "hrWindowThunderRate": 0.0272,
      "hardHitRate": 0.395,
      "sweetSpotRate": 0.32,
      "pullAirRate": 0.217,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 31,
      "crushedPulledAirBbe": 9,
      "pullAirJuice": 0.0216,
      "pullAirJuicePer100Pa": 2.2,
      "contactPct": 0.7065,
      "contactSwings": 443,
      "contactPa": 244,
      "avgDistanceOnBarrels": 377.1,
      "avgLaunchAngleOnBarrels": 26.7,
      "avgLaunchAngle": 15.6,
      "avgDistance": 390.0,
      "longestHr": 416,
      "avgExitVelocity": 88.4,
      "longballIndex": 113.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0524,
          "percentile": 0.6681,
          "score": 117.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.075,
          "percentile": 0.4496,
          "score": 95.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0272,
          "percentile": 0.7395,
          "score": 125.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.395,
          "percentile": 0.3908,
          "score": 89.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 153.3,
      "pesky": 90.4
    },
    {
      "batter": 672724,
      "player": "Oswald Peraza",
      "team": "LAA",
      "bbe": 133,
      "pa": 133,
      "hr": 7,
      "xhr": 8.2,
      "xhrPerBbe": 0.0617,
      "xhrDiff": -1.2,
      "noDoubters": 5,
      "doubters": 5,
      "mostlyGone": 3,
      "noDoubterRate": 0.714,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.143,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.098,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0075,
      "hardHitRate": 0.376,
      "sweetSpotRate": 0.421,
      "pullAirRate": 0.141,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 28,
      "crushedPulledAirBbe": 6,
      "pullAirJuice": 0.0171,
      "pullAirJuicePer100Pa": 1.7,
      "contactPct": 0.7346,
      "contactSwings": 407,
      "contactPa": 201,
      "avgDistanceOnBarrels": 384.6,
      "avgLaunchAngleOnBarrels": 26.3,
      "avgLaunchAngle": 10.4,
      "avgDistance": 386.0,
      "longestHr": 418,
      "avgExitVelocity": 86.5,
      "longballIndex": 112.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0617,
          "percentile": 0.766,
          "score": 128.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.098,
          "percentile": 0.6282,
          "score": 112.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0075,
          "percentile": 0.3803,
          "score": 88.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.376,
          "percentile": 0.3277,
          "score": 82.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 118.4,
      "pesky": 94.0
    },
    {
      "batter": 677951,
      "player": "Bobby Witt",
      "team": "KC",
      "bbe": 204,
      "pa": 204,
      "hr": 9,
      "xhr": 7.4,
      "xhrPerBbe": 0.0363,
      "xhrDiff": 1.6,
      "noDoubters": 2,
      "doubters": 5,
      "mostlyGone": 7,
      "noDoubterRate": 0.222,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.222,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.137,
      "hrWindowThunderBbe": 5,
      "hrWindowThunderRate": 0.0245,
      "hardHitRate": 0.529,
      "sweetSpotRate": 0.426,
      "pullAirRate": 0.13,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 26,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0093,
      "pullAirJuicePer100Pa": 0.9,
      "contactPct": 0.7814,
      "contactSwings": 526,
      "contactPa": 294,
      "avgDistanceOnBarrels": 372.5,
      "avgLaunchAngleOnBarrels": 23.7,
      "avgLaunchAngle": 16.8,
      "avgDistance": 362.0,
      "longestHr": 432,
      "avgExitVelocity": 93.2,
      "longballIndex": 112.4,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0363,
          "percentile": 0.4213,
          "score": 92.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.137,
          "percentile": 0.8382,
          "score": 138.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0245,
          "percentile": 0.7122,
          "score": 121.8,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.529,
          "percentile": 0.9454,
          "score": 162.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 62.7,
      "pesky": 100.0
    },
    {
      "batter": 682985,
      "player": "Riley Greene",
      "team": "DET",
      "bbe": 163,
      "pa": 163,
      "hr": 6,
      "xhr": 6.4,
      "xhrPerBbe": 0.0393,
      "xhrDiff": -0.4,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 6,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.167,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.123,
      "hrWindowThunderBbe": 4,
      "hrWindowThunderRate": 0.0245,
      "hardHitRate": 0.503,
      "sweetSpotRate": 0.393,
      "pullAirRate": 0.166,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 36,
      "crushedPulledAirBbe": 11,
      "pullAirJuice": 0.0205,
      "pullAirJuicePer100Pa": 2.0,
      "contactPct": 0.7295,
      "contactSwings": 525,
      "contactPa": 276,
      "avgDistanceOnBarrels": 375.5,
      "avgLaunchAngleOnBarrels": 26.2,
      "avgLaunchAngle": 15.8,
      "avgDistance": 398.7,
      "longestHr": 428,
      "avgExitVelocity": 91.1,
      "longballIndex": 112.4,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0393,
          "percentile": 0.4681,
          "score": 96.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.123,
          "percentile": 0.7836,
          "score": 130.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0245,
          "percentile": 0.7122,
          "score": 121.8,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.503,
          "percentile": 0.8887,
          "score": 147.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 139.3,
      "pesky": 93.4
    },
    {
      "batter": 606192,
      "player": "Teoscar Hern\u00e1ndez",
      "team": "LAD",
      "bbe": 127,
      "pa": 127,
      "hr": 7,
      "xhr": 5.8,
      "xhrPerBbe": 0.0457,
      "xhrDiff": 1.2,
      "noDoubters": 3,
      "doubters": 0,
      "mostlyGone": 4,
      "noDoubterRate": 0.429,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.11,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0157,
      "hardHitRate": 0.457,
      "sweetSpotRate": 0.362,
      "pullAirRate": 0.141,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 21,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0082,
      "pullAirJuicePer100Pa": 0.8,
      "contactPct": 0.7353,
      "contactSwings": 374,
      "contactPa": 204,
      "avgDistanceOnBarrels": 377.1,
      "avgLaunchAngleOnBarrels": 29.1,
      "avgLaunchAngle": 12.4,
      "avgDistance": 383.3,
      "longestHr": 414,
      "avgExitVelocity": 89.8,
      "longballIndex": 112.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0457,
          "percentile": 0.5894,
          "score": 108.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.11,
          "percentile": 0.7038,
          "score": 120.9,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0157,
          "percentile": 0.5924,
          "score": 109.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.457,
          "percentile": 0.7206,
          "score": 122.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 55.7,
      "pesky": 94.1
    },
    {
      "batter": 518692,
      "player": "Freddie Freeman",
      "team": "LAD",
      "bbe": 196,
      "pa": 196,
      "hr": 10,
      "xhr": 9.5,
      "xhrPerBbe": 0.0485,
      "xhrDiff": 0.5,
      "noDoubters": 3,
      "doubters": 3,
      "mostlyGone": 10,
      "noDoubterRate": 0.3,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 7,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.112,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0102,
      "hardHitRate": 0.464,
      "sweetSpotRate": 0.388,
      "pullAirRate": 0.148,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 29,
      "crushedPulledAirBbe": 6,
      "pullAirJuice": 0.0107,
      "pullAirJuicePer100Pa": 1.1,
      "contactPct": 0.8074,
      "contactSwings": 540,
      "contactPa": 274,
      "avgDistanceOnBarrels": 375.4,
      "avgLaunchAngleOnBarrels": 28.0,
      "avgLaunchAngle": 11.5,
      "avgDistance": 394.5,
      "longestHr": 438,
      "avgExitVelocity": 91.0,
      "longballIndex": 111.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0485,
          "percentile": 0.6298,
          "score": 112.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.112,
          "percentile": 0.7143,
          "score": 122.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0102,
          "percentile": 0.458,
          "score": 95.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.464,
          "percentile": 0.7521,
          "score": 126.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 76.6,
      "pesky": 103.3
    },
    {
      "batter": 668804,
      "player": "Bryan Reynolds",
      "team": "PIT",
      "bbe": 174,
      "pa": 174,
      "hr": 6,
      "xhr": 7.7,
      "xhrPerBbe": 0.0443,
      "xhrDiff": -1.7,
      "noDoubters": 6,
      "doubters": 3,
      "mostlyGone": 2,
      "noDoubterRate": 1.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 6,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.086,
      "hrWindowThunderBbe": 5,
      "hrWindowThunderRate": 0.0287,
      "hardHitRate": 0.431,
      "sweetSpotRate": 0.333,
      "pullAirRate": 0.138,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 28,
      "crushedPulledAirBbe": 11,
      "pullAirJuice": 0.0232,
      "pullAirJuicePer100Pa": 2.3,
      "contactPct": 0.749,
      "contactSwings": 494,
      "contactPa": 284,
      "avgDistanceOnBarrels": 381.3,
      "avgLaunchAngleOnBarrels": 24.3,
      "avgLaunchAngle": 5.3,
      "avgDistance": 413.3,
      "longestHr": 443,
      "avgExitVelocity": 90.5,
      "longballIndex": 111.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0443,
          "percentile": 0.5596,
          "score": 105.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.086,
          "percentile": 0.5357,
          "score": 103.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0287,
          "percentile": 0.7689,
          "score": 128.7,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.431,
          "percentile": 0.5714,
          "score": 107.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 160.2,
      "pesky": 95.9
    },
    {
      "batter": 682657,
      "player": "Angel Mart\u00ednez",
      "team": "CLE",
      "bbe": 164,
      "pa": 164,
      "hr": 9,
      "xhr": 9.0,
      "xhrPerBbe": 0.0549,
      "xhrDiff": 0.0,
      "noDoubters": 4,
      "doubters": 1,
      "mostlyGone": 7,
      "noDoubterRate": 0.444,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.073,
      "hrWindowThunderBbe": 3,
      "hrWindowThunderRate": 0.0183,
      "hardHitRate": 0.348,
      "sweetSpotRate": 0.36,
      "pullAirRate": 0.226,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 33,
      "crushedPulledAirBbe": 6,
      "pullAirJuice": 0.0153,
      "pullAirJuicePer100Pa": 1.5,
      "contactPct": 0.8348,
      "contactSwings": 460,
      "contactPa": 223,
      "avgDistanceOnBarrels": 377.8,
      "avgLaunchAngleOnBarrels": 25.4,
      "avgLaunchAngle": 13.4,
      "avgDistance": 387.8,
      "longestHr": 407,
      "avgExitVelocity": 85.9,
      "longballIndex": 109.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0549,
          "percentile": 0.6766,
          "score": 117.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.073,
          "percentile": 0.4202,
          "score": 92.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0183,
          "percentile": 0.6597,
          "score": 116.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.348,
          "percentile": 0.2185,
          "score": 69.7,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 104.5,
      "pesky": 106.9
    },
    {
      "batter": 643217,
      "player": "Andrew Benintendi",
      "team": "CWS",
      "bbe": 131,
      "pa": 131,
      "hr": 6,
      "xhr": 6.5,
      "xhrPerBbe": 0.0496,
      "xhrDiff": -0.5,
      "noDoubters": 3,
      "doubters": 7,
      "mostlyGone": 3,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.107,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0076,
      "hardHitRate": 0.473,
      "sweetSpotRate": 0.427,
      "pullAirRate": 0.333,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 33,
      "crushedPulledAirBbe": 1,
      "pullAirJuice": 0.0169,
      "pullAirJuicePer100Pa": 1.7,
      "contactPct": 0.724,
      "contactSwings": 413,
      "contactPa": 208,
      "avgDistanceOnBarrels": 371.2,
      "avgLaunchAngleOnBarrels": 27.4,
      "avgLaunchAngle": 17.8,
      "avgDistance": 394.0,
      "longestHr": 410,
      "avgExitVelocity": 88.1,
      "longballIndex": 109.7,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0496,
          "percentile": 0.6426,
          "score": 114.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.107,
          "percentile": 0.687,
          "score": 119.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0076,
          "percentile": 0.3866,
          "score": 88.8,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.473,
          "percentile": 0.7983,
          "score": 132.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 118.4,
      "pesky": 92.7
    },
    {
      "batter": 668715,
      "player": "Spencer Steer",
      "team": "CIN",
      "bbe": 164,
      "pa": 164,
      "hr": 9,
      "xhr": 7.0,
      "xhrPerBbe": 0.0427,
      "xhrDiff": 2.0,
      "noDoubters": 3,
      "doubters": 9,
      "mostlyGone": 6,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.111,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.134,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0122,
      "hardHitRate": 0.409,
      "sweetSpotRate": 0.433,
      "pullAirRate": 0.271,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 38,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0169,
      "pullAirJuicePer100Pa": 1.7,
      "contactPct": 0.7935,
      "contactSwings": 431,
      "contactPa": 248,
      "avgDistanceOnBarrels": 382.9,
      "avgLaunchAngleOnBarrels": 28.1,
      "avgLaunchAngle": 17.0,
      "avgDistance": 393.4,
      "longestHr": 420,
      "avgExitVelocity": 89.7,
      "longballIndex": 109.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0427,
          "percentile": 0.534,
          "score": 103.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.134,
          "percentile": 0.8235,
          "score": 136.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0122,
          "percentile": 0.5126,
          "score": 101.2,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.409,
          "percentile": 0.458,
          "score": 95.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 118.4,
      "pesky": 101.6
    },
    {
      "batter": 694208,
      "player": "Mois\u00e9s Ballesteros",
      "team": "CHC",
      "bbe": 108,
      "pa": 108,
      "hr": 6,
      "xhr": 5.1,
      "xhrPerBbe": 0.0472,
      "xhrDiff": 0.9,
      "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.102,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0093,
      "hardHitRate": 0.472,
      "sweetSpotRate": 0.343,
      "pullAirRate": 0.148,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 14,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0095,
      "pullAirJuicePer100Pa": 1.0,
      "contactPct": 0.7457,
      "contactSwings": 291,
      "contactPa": 156,
      "avgDistanceOnBarrels": 354.8,
      "avgLaunchAngleOnBarrels": 25.6,
      "avgLaunchAngle": 11.5,
      "avgDistance": 389.7,
      "longestHr": 427,
      "avgExitVelocity": 90.8,
      "longballIndex": 108.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0472,
          "percentile": 0.6128,
          "score": 111.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.102,
          "percentile": 0.6597,
          "score": 116.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0093,
          "percentile": 0.4286,
          "score": 93.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.472,
          "percentile": 0.7857,
          "score": 130.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 69.7,
      "pesky": 95.4
    },
    {
      "batter": 542303,
      "player": "Marcell Ozuna",
      "team": "PIT",
      "bbe": 120,
      "pa": 120,
      "hr": 5,
      "xhr": 5.6,
      "xhrPerBbe": 0.0467,
      "xhrDiff": -0.6,
      "noDoubters": 3,
      "doubters": 3,
      "mostlyGone": 3,
      "noDoubterRate": 0.6,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.083,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0167,
      "hardHitRate": 0.4,
      "sweetSpotRate": 0.425,
      "pullAirRate": 0.187,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 26,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0202,
      "pullAirJuicePer100Pa": 2.0,
      "contactPct": 0.7186,
      "contactSwings": 366,
      "contactPa": 203,
      "avgDistanceOnBarrels": 381.7,
      "avgLaunchAngleOnBarrels": 24.2,
      "avgLaunchAngle": 22.2,
      "avgDistance": 407.6,
      "longestHr": 438,
      "avgExitVelocity": 89.5,
      "longballIndex": 108.3,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0467,
          "percentile": 0.6085,
          "score": 110.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.083,
          "percentile": 0.5126,
          "score": 101.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0167,
          "percentile": 0.6261,
          "score": 112.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.4,
          "percentile": 0.4118,
          "score": 91.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 139.3,
      "pesky": 92.0
    },
    {
      "batter": 701807,
      "player": "Carson Benge",
      "team": "NYM",
      "bbe": 171,
      "pa": 171,
      "hr": 7,
      "xhr": 7.0,
      "xhrPerBbe": 0.0409,
      "xhrDiff": 0.0,
      "noDoubters": 1,
      "doubters": 5,
      "mostlyGone": 8,
      "noDoubterRate": 0.143,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.099,
      "hrWindowThunderBbe": 3,
      "hrWindowThunderRate": 0.0175,
      "hardHitRate": 0.456,
      "sweetSpotRate": 0.45,
      "pullAirRate": 0.123,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 29,
      "crushedPulledAirBbe": 8,
      "pullAirJuice": 0.0165,
      "pullAirJuicePer100Pa": 1.6,
      "contactPct": 0.804,
      "contactSwings": 454,
      "contactPa": 243,
      "avgDistanceOnBarrels": 382.9,
      "avgLaunchAngleOnBarrels": 26.8,
      "avgLaunchAngle": 10.9,
      "avgDistance": 401.3,
      "longestHr": 436,
      "avgExitVelocity": 90.4,
      "longballIndex": 107.7,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0409,
          "percentile": 0.5043,
          "score": 100.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.099,
          "percentile": 0.6366,
          "score": 113.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0175,
          "percentile": 0.6471,
          "score": 114.7,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.456,
          "percentile": 0.7122,
          "score": 121.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 111.5,
      "pesky": 102.9
    },
    {
      "batter": 663757,
      "player": "Trent Grisham",
      "team": "NYY",
      "bbe": 165,
      "pa": 165,
      "hr": 8,
      "xhr": 7.1,
      "xhrPerBbe": 0.043,
      "xhrDiff": 0.9,
      "noDoubters": 3,
      "doubters": 2,
      "mostlyGone": 6,
      "noDoubterRate": 0.375,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.115,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0121,
      "hardHitRate": 0.436,
      "sweetSpotRate": 0.364,
      "pullAirRate": 0.178,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 41,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0124,
      "pullAirJuicePer100Pa": 1.2,
      "contactPct": 0.8503,
      "contactSwings": 334,
      "contactPa": 240,
      "avgDistanceOnBarrels": 376.6,
      "avgLaunchAngleOnBarrels": 26.1,
      "avgLaunchAngle": 17.3,
      "avgDistance": 390.6,
      "longestHr": 424,
      "avgExitVelocity": 90.3,
      "longballIndex": 107.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.043,
          "percentile": 0.5447,
          "score": 104.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.115,
          "percentile": 0.729,
          "score": 123.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0121,
          "percentile": 0.5063,
          "score": 100.6,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.436,
          "percentile": 0.6008,
          "score": 110.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 83.6,
      "pesky": 108.8
    },
    {
      "batter": 663886,
      "player": "Tyler Stephenson",
      "team": "CIN",
      "bbe": 110,
      "pa": 110,
      "hr": 5,
      "xhr": 4.2,
      "xhrPerBbe": 0.0382,
      "xhrDiff": 0.8,
      "noDoubters": 2,
      "doubters": 6,
      "mostlyGone": 2,
      "noDoubterRate": 0.4,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.2,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.118,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0182,
      "hardHitRate": 0.436,
      "sweetSpotRate": 0.427,
      "pullAirRate": 0.168,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 24,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0125,
      "pullAirJuicePer100Pa": 1.2,
      "contactPct": 0.7562,
      "contactSwings": 320,
      "contactPa": 183,
      "avgDistanceOnBarrels": 373.6,
      "avgLaunchAngleOnBarrels": 25.1,
      "avgLaunchAngle": 22.3,
      "avgDistance": 380.8,
      "longestHr": 406,
      "avgExitVelocity": 90.3,
      "longballIndex": 107.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0382,
          "percentile": 0.4553,
          "score": 95.6,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.118,
          "percentile": 0.7521,
          "score": 126.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0182,
          "percentile": 0.6555,
          "score": 115.6,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.436,
          "percentile": 0.6008,
          "score": 110.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 83.6,
      "pesky": 96.8
    },
    {
      "batter": 592626,
      "player": "Joc Pederson",
      "team": "TEX",
      "bbe": 127,
      "pa": 127,
      "hr": 8,
      "xhr": 5.3,
      "xhrPerBbe": 0.0417,
      "xhrDiff": 2.7,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 4,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.25,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.094,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0157,
      "hardHitRate": 0.48,
      "sweetSpotRate": 0.362,
      "pullAirRate": 0.22,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 25,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0135,
      "pullAirJuicePer100Pa": 1.4,
      "contactPct": 0.7252,
      "contactSwings": 353,
      "contactPa": 197,
      "avgDistanceOnBarrels": 379.7,
      "avgLaunchAngleOnBarrels": 26.1,
      "avgLaunchAngle": 14.1,
      "avgDistance": 385.8,
      "longestHr": 423,
      "avgExitVelocity": 91.2,
      "longballIndex": 107.4,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0417,
          "percentile": 0.5234,
          "score": 102.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.094,
          "percentile": 0.6092,
          "score": 110.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0157,
          "percentile": 0.5924,
          "score": 109.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.48,
          "percentile": 0.8298,
          "score": 137.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 97.5,
      "pesky": 92.8
    },
    {
      "batter": 592518,
      "player": "Manny Machado",
      "team": "SD",
      "bbe": 170,
      "pa": 170,
      "hr": 11,
      "xhr": 8.3,
      "xhrPerBbe": 0.0488,
      "xhrDiff": 2.7,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 9,
      "noDoubterRate": 0.182,
      "actualDoubterHr": 3,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.273,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.082,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0118,
      "hardHitRate": 0.429,
      "sweetSpotRate": 0.318,
      "pullAirRate": 0.212,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 27,
      "crushedPulledAirBbe": 7,
      "pullAirJuice": 0.0179,
      "pullAirJuicePer100Pa": 1.8,
      "contactPct": 0.7683,
      "contactSwings": 505,
      "contactPa": 257,
      "avgDistanceOnBarrels": 384.2,
      "avgLaunchAngleOnBarrels": 26.2,
      "avgLaunchAngle": 10.5,
      "avgDistance": 392.9,
      "longestHr": 436,
      "avgExitVelocity": 89.5,
      "longballIndex": 107.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0488,
          "percentile": 0.634,
          "score": 113.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.082,
          "percentile": 0.5021,
          "score": 100.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0118,
          "percentile": 0.4979,
          "score": 99.8,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.429,
          "percentile": 0.563,
          "score": 106.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 125.4,
      "pesky": 98.3
    },
    {
      "batter": 607043,
      "player": "Brandon Nimmo",
      "team": "TEX",
      "bbe": 186,
      "pa": 186,
      "hr": 7,
      "xhr": 6.9,
      "xhrPerBbe": 0.0371,
      "xhrDiff": 0.1,
      "noDoubters": 2,
      "doubters": 8,
      "mostlyGone": 5,
      "noDoubterRate": 0.286,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.286,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.118,
      "hrWindowThunderBbe": 3,
      "hrWindowThunderRate": 0.0161,
      "hardHitRate": 0.505,
      "sweetSpotRate": 0.371,
      "pullAirRate": 0.129,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 41,
      "crushedPulledAirBbe": 9,
      "pullAirJuice": 0.0155,
      "pullAirJuicePer100Pa": 1.6,
      "contactPct": 0.8132,
      "contactSwings": 514,
      "contactPa": 273,
      "avgDistanceOnBarrels": 385.0,
      "avgLaunchAngleOnBarrels": 27.0,
      "avgLaunchAngle": 11.9,
      "avgDistance": 411.3,
      "longestHr": 436,
      "avgExitVelocity": 91.7,
      "longballIndex": 106.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0371,
          "percentile": 0.4277,
          "score": 92.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.118,
          "percentile": 0.7521,
          "score": 126.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0161,
          "percentile": 0.6071,
          "score": 110.6,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.505,
          "percentile": 0.8971,
          "score": 149.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 111.5,
      "pesky": 104.1
    },
    {
      "batter": 677800,
      "player": "Wilyer Abreu",
      "team": "BOS",
      "bbe": 192,
      "pa": 192,
      "hr": 7,
      "xhr": 7.6,
      "xhrPerBbe": 0.0396,
      "xhrDiff": -0.6,
      "noDoubters": 3,
      "doubters": 6,
      "mostlyGone": 5,
      "noDoubterRate": 0.429,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.143,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.115,
      "hrWindowThunderBbe": 3,
      "hrWindowThunderRate": 0.0156,
      "hardHitRate": 0.432,
      "sweetSpotRate": 0.37,
      "pullAirRate": 0.166,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 40,
      "crushedPulledAirBbe": 11,
      "pullAirJuice": 0.0155,
      "pullAirJuicePer100Pa": 1.6,
      "contactPct": 0.8012,
      "contactSwings": 508,
      "contactPa": 269,
      "avgDistanceOnBarrels": 362.7,
      "avgLaunchAngleOnBarrels": 26.2,
      "avgLaunchAngle": 17.0,
      "avgDistance": 391.6,
      "longestHr": 427,
      "avgExitVelocity": 89.5,
      "longballIndex": 106.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0396,
          "percentile": 0.4809,
          "score": 98.1,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.115,
          "percentile": 0.729,
          "score": 123.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0156,
          "percentile": 0.5798,
          "score": 107.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.432,
          "percentile": 0.5756,
          "score": 107.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 111.5,
      "pesky": 102.5
    },
    {
      "batter": 605137,
      "player": "Josh Bell",
      "team": "MIN",
      "bbe": 172,
      "pa": 172,
      "hr": 6,
      "xhr": 7.7,
      "xhrPerBbe": 0.0448,
      "xhrDiff": -1.7,
      "noDoubters": 4,
      "doubters": 6,
      "mostlyGone": 4,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.099,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0116,
      "hardHitRate": 0.424,
      "sweetSpotRate": 0.372,
      "pullAirRate": 0.256,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 44,
      "crushedPulledAirBbe": 7,
      "pullAirJuice": 0.0182,
      "pullAirJuicePer100Pa": 1.8,
      "contactPct": 0.7591,
      "contactSwings": 523,
      "contactPa": 255,
      "avgDistanceOnBarrels": 374.2,
      "avgLaunchAngleOnBarrels": 24.5,
      "avgLaunchAngle": 14.5,
      "avgDistance": 404.8,
      "longestHr": 442,
      "avgExitVelocity": 90.0,
      "longballIndex": 106.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0448,
          "percentile": 0.566,
          "score": 106.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.099,
          "percentile": 0.6366,
          "score": 113.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0116,
          "percentile": 0.4916,
          "score": 99.2,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.424,
          "percentile": 0.542,
          "score": 104.1,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 125.4,
      "pesky": 97.2
    },
    {
      "batter": 641355,
      "player": "Cody Bellinger",
      "team": "NYY",
      "bbe": 192,
      "pa": 192,
      "hr": 9,
      "xhr": 9.1,
      "xhrPerBbe": 0.0474,
      "xhrDiff": -0.1,
      "noDoubters": 3,
      "doubters": 7,
      "mostlyGone": 8,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.111,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.089,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0104,
      "hardHitRate": 0.401,
      "sweetSpotRate": 0.422,
      "pullAirRate": 0.218,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 38,
      "crushedPulledAirBbe": 6,
      "pullAirJuice": 0.0151,
      "pullAirJuicePer100Pa": 1.5,
      "contactPct": 0.8368,
      "contactSwings": 435,
      "contactPa": 267,
      "avgDistanceOnBarrels": 379.6,
      "avgLaunchAngleOnBarrels": 25.2,
      "avgLaunchAngle": 20.0,
      "avgDistance": 384.0,
      "longestHr": 403,
      "avgExitVelocity": 89.6,
      "longballIndex": 105.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0474,
          "percentile": 0.617,
          "score": 111.6,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.089,
          "percentile": 0.5672,
          "score": 106.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0104,
          "percentile": 0.4622,
          "score": 96.3,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.401,
          "percentile": 0.4223,
          "score": 92.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 104.5,
      "pesky": 107.1
    },
    {
      "batter": 660821,
      "player": "Jes\u00fas S\u00e1nchez",
      "team": "TOR",
      "bbe": 146,
      "pa": 146,
      "hr": 6,
      "xhr": 5.7,
      "xhrPerBbe": 0.039,
      "xhrDiff": 0.3,
      "noDoubters": 3,
      "doubters": 1,
      "mostlyGone": 4,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.116,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0137,
      "hardHitRate": 0.479,
      "sweetSpotRate": 0.37,
      "pullAirRate": 0.163,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 25,
      "crushedPulledAirBbe": 7,
      "pullAirJuice": 0.0146,
      "pullAirJuicePer100Pa": 1.5,
      "contactPct": 0.7802,
      "contactSwings": 414,
      "contactPa": 199,
      "avgDistanceOnBarrels": 369.4,
      "avgLaunchAngleOnBarrels": 24.9,
      "avgLaunchAngle": 10.9,
      "avgDistance": 398.7,
      "longestHr": 422,
      "avgExitVelocity": 91.7,
      "longballIndex": 105.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.039,
          "percentile": 0.4638,
          "score": 96.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.116,
          "percentile": 0.7353,
          "score": 124.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0137,
          "percentile": 0.5294,
          "score": 102.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.479,
          "percentile": 0.8193,
          "score": 135.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 104.5,
      "pesky": 99.9
    },
    {
      "batter": 668930,
      "player": "Brice Turang",
      "team": "MIL",
      "bbe": 159,
      "pa": 159,
      "hr": 9,
      "xhr": 5.6,
      "xhrPerBbe": 0.0352,
      "xhrDiff": 3.4,
      "noDoubters": 1,
      "doubters": 9,
      "mostlyGone": 6,
      "noDoubterRate": 0.111,
      "actualDoubterHr": 4,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.444,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.082,
      "hrWindowThunderBbe": 5,
      "hrWindowThunderRate": 0.0314,
      "hardHitRate": 0.484,
      "sweetSpotRate": 0.384,
      "pullAirRate": 0.069,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 9,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.008,
      "pullAirJuicePer100Pa": 0.8,
      "contactPct": 0.8203,
      "contactSwings": 473,
      "contactPa": 274,
      "avgDistanceOnBarrels": 395.8,
      "avgLaunchAngleOnBarrels": 24.7,
      "avgLaunchAngle": 7.9,
      "avgDistance": 401.2,
      "longestHr": 444,
      "avgExitVelocity": 90.5,
      "longballIndex": 105.4,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0352,
          "percentile": 0.4,
          "score": 90.1,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.082,
          "percentile": 0.5021,
          "score": 100.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0314,
          "percentile": 0.8025,
          "score": 133.2,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.484,
          "percentile": 0.8487,
          "score": 140.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 55.7,
      "pesky": 105.0
    },
    {
      "batter": 695734,
      "player": "Daylen Lile",
      "team": "WSH",
      "bbe": 211,
      "pa": 211,
      "hr": 8,
      "xhr": 8.5,
      "xhrPerBbe": 0.0403,
      "xhrDiff": -0.5,
      "noDoubters": 5,
      "doubters": 7,
      "mostlyGone": 3,
      "noDoubterRate": 0.625,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.076,
      "hrWindowThunderBbe": 6,
      "hrWindowThunderRate": 0.0284,
      "hardHitRate": 0.37,
      "sweetSpotRate": 0.36,
      "pullAirRate": 0.17,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 37,
      "crushedPulledAirBbe": 10,
      "pullAirJuice": 0.0151,
      "pullAirJuicePer100Pa": 1.5,
      "contactPct": 0.7868,
      "contactSwings": 544,
      "contactPa": 287,
      "avgDistanceOnBarrels": 383.3,
      "avgLaunchAngleOnBarrels": 27.2,
      "avgLaunchAngle": 17.2,
      "avgDistance": 403.2,
      "longestHr": 429,
      "avgExitVelocity": 87.8,
      "longballIndex": 104.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0403,
          "percentile": 0.4936,
          "score": 99.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.076,
          "percentile": 0.4622,
          "score": 96.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0284,
          "percentile": 0.7626,
          "score": 127.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.37,
          "percentile": 0.3067,
          "score": 80.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 104.5,
      "pesky": 100.7
    },
    {
      "batter": 669065,
      "player": "Kyle Stowers",
      "team": "MIA",
      "bbe": 108,
      "pa": 108,
      "hr": 4,
      "xhr": 4.3,
      "xhrPerBbe": 0.0398,
      "xhrDiff": -0.3,
      "noDoubters": 1,
      "doubters": 6,
      "mostlyGone": 4,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.074,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0185,
      "hardHitRate": 0.491,
      "sweetSpotRate": 0.333,
      "pullAirRate": 0.194,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 21,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0151,
      "pullAirJuicePer100Pa": 1.5,
      "contactPct": 0.6648,
      "contactSwings": 364,
      "contactPa": 179,
      "avgDistanceOnBarrels": 382.2,
      "avgLaunchAngleOnBarrels": 29.9,
      "avgLaunchAngle": 14.5,
      "avgDistance": 381.0,
      "longestHr": 391,
      "avgExitVelocity": 89.9,
      "longballIndex": 104.4,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0398,
          "percentile": 0.4851,
          "score": 98.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.074,
          "percentile": 0.437,
          "score": 93.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0185,
          "percentile": 0.666,
          "score": 116.7,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.491,
          "percentile": 0.8697,
          "score": 143.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 104.5,
      "pesky": 85.1
    },
    {
      "batter": 683737,
      "player": "Michael Busch",
      "team": "CHC",
      "bbe": 172,
      "pa": 172,
      "hr": 6,
      "xhr": 5.9,
      "xhrPerBbe": 0.0343,
      "xhrDiff": 0.1,
      "noDoubters": 1,
      "doubters": 3,
      "mostlyGone": 7,
      "noDoubterRate": 0.167,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.167,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.11,
      "hrWindowThunderBbe": 4,
      "hrWindowThunderRate": 0.0233,
      "hardHitRate": 0.419,
      "sweetSpotRate": 0.355,
      "pullAirRate": 0.151,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 30,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0101,
      "pullAirJuicePer100Pa": 1.0,
      "contactPct": 0.7516,
      "contactSwings": 483,
      "contactPa": 288,
      "avgDistanceOnBarrels": 373.1,
      "avgLaunchAngleOnBarrels": 27.7,
      "avgLaunchAngle": 14.8,
      "avgDistance": 398.2,
      "longestHr": 427,
      "avgExitVelocity": 87.9,
      "longballIndex": 104.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0343,
          "percentile": 0.3915,
          "score": 89.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.11,
          "percentile": 0.7038,
          "score": 120.9,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0233,
          "percentile": 0.6975,
          "score": 120.2,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.419,
          "percentile": 0.5252,
          "score": 102.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 69.7,
      "pesky": 96.2
    },
    {
      "batter": 669394,
      "player": "Jake Burger",
      "team": "TEX",
      "bbe": 168,
      "pa": 168,
      "hr": 10,
      "xhr": 7.8,
      "xhrPerBbe": 0.0464,
      "xhrDiff": 2.2,
      "noDoubters": 3,
      "doubters": 3,
      "mostlyGone": 5,
      "noDoubterRate": 0.3,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.2,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.089,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.006,
      "hardHitRate": 0.476,
      "sweetSpotRate": 0.339,
      "pullAirRate": 0.249,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 32,
      "crushedPulledAirBbe": 7,
      "pullAirJuice": 0.016,
      "pullAirJuicePer100Pa": 1.6,
      "contactPct": 0.6702,
      "contactSwings": 470,
      "contactPa": 255,
      "avgDistanceOnBarrels": 377.0,
      "avgLaunchAngleOnBarrels": 22.6,
      "avgLaunchAngle": 12.4,
      "avgDistance": 393.4,
      "longestHr": 438,
      "avgExitVelocity": 90.2,
      "longballIndex": 103.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0464,
          "percentile": 0.6043,
          "score": 110.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.089,
          "percentile": 0.5672,
          "score": 106.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.006,
          "percentile": 0.3277,
          "score": 82.6,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.476,
          "percentile": 0.8067,
          "score": 133.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 111.5,
      "pesky": 85.8
    },
    {
      "batter": 701538,
      "player": "Jackson Merrill",
      "team": "SD",
      "bbe": 165,
      "pa": 165,
      "hr": 6,
      "xhr": 6.5,
      "xhrPerBbe": 0.0394,
      "xhrDiff": -0.5,
      "noDoubters": 5,
      "doubters": 6,
      "mostlyGone": 2,
      "noDoubterRate": 0.833,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.103,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0121,
      "hardHitRate": 0.467,
      "sweetSpotRate": 0.4,
      "pullAirRate": 0.181,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 30,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0119,
      "pullAirJuicePer100Pa": 1.2,
      "contactPct": 0.7482,
      "contactSwings": 564,
      "contactPa": 254,
      "avgDistanceOnBarrels": 377.6,
      "avgLaunchAngleOnBarrels": 27.9,
      "avgLaunchAngle": 13.9,
      "avgDistance": 410.3,
      "longestHr": 436,
      "avgExitVelocity": 88.2,
      "longballIndex": 103.7,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0394,
          "percentile": 0.4723,
          "score": 97.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.103,
          "percentile": 0.6723,
          "score": 117.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0121,
          "percentile": 0.5063,
          "score": 100.6,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.467,
          "percentile": 0.7731,
          "score": 129.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 83.6,
      "pesky": 95.8
    },
    {
      "batter": 681393,
      "player": "Connor Norby",
      "team": "MIA",
      "bbe": 118,
      "pa": 118,
      "hr": 4,
      "xhr": 4.9,
      "xhrPerBbe": 0.0415,
      "xhrDiff": -0.9,
      "noDoubters": 2,
      "doubters": 5,
      "mostlyGone": 3,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.085,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0169,
      "hardHitRate": 0.356,
      "sweetSpotRate": 0.331,
      "pullAirRate": 0.169,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 28,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0132,
      "pullAirJuicePer100Pa": 1.3,
      "contactPct": 0.7195,
      "contactSwings": 385,
      "contactPa": 205,
      "avgDistanceOnBarrels": 382.9,
      "avgLaunchAngleOnBarrels": 29.3,
      "avgLaunchAngle": 19.4,
      "avgDistance": 395.5,
      "longestHr": 418,
      "avgExitVelocity": 86.9,
      "longballIndex": 103.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0415,
          "percentile": 0.5191,
          "score": 101.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.085,
          "percentile": 0.5252,
          "score": 102.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0169,
          "percentile": 0.6387,
          "score": 113.8,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.356,
          "percentile": 0.2311,
          "score": 71.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 90.6,
      "pesky": 92.1
    },
    {
      "batter": 656811,
      "player": "Ryan O'Hearn",
      "team": "PIT",
      "bbe": 143,
      "pa": 143,
      "hr": 9,
      "xhr": 7.4,
      "xhrPerBbe": 0.0517,
      "xhrDiff": 1.6,
      "noDoubters": 0,
      "doubters": 0,
      "mostlyGone": 11,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 9,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.07,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.007,
      "hardHitRate": 0.441,
      "sweetSpotRate": 0.343,
      "pullAirRate": 0.175,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 19,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0105,
      "pullAirJuicePer100Pa": 1.1,
      "contactPct": 0.7898,
      "contactSwings": 371,
      "contactPa": 206,
      "avgDistanceOnBarrels": 383.0,
      "avgLaunchAngleOnBarrels": 27.4,
      "avgLaunchAngle": 12.3,
      "avgDistance": 382.9,
      "longestHr": 413,
      "avgExitVelocity": 90.0,
      "longballIndex": 103.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0517,
          "percentile": 0.6617,
          "score": 116.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.07,
          "percentile": 0.3845,
          "score": 88.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.007,
          "percentile": 0.3592,
          "score": 85.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.441,
          "percentile": 0.6282,
          "score": 112.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 76.6,
      "pesky": 101.1
    },
    {
      "batter": 641487,
      "player": "J. P. Crawford",
      "team": "SEA",
      "bbe": 149,
      "pa": 149,
      "hr": 10,
      "xhr": 8.7,
      "xhrPerBbe": 0.0584,
      "xhrDiff": 1.3,
      "noDoubters": 2,
      "doubters": 1,
      "mostlyGone": 8,
      "noDoubterRate": 0.2,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 8,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.094,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.369,
      "sweetSpotRate": 0.416,
      "pullAirRate": 0.133,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 27,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0114,
      "pullAirJuicePer100Pa": 1.1,
      "contactPct": 0.8455,
      "contactSwings": 369,
      "contactPa": 233,
      "avgDistanceOnBarrels": 379.0,
      "avgLaunchAngleOnBarrels": 25.7,
      "avgLaunchAngle": 12.0,
      "avgDistance": 387.5,
      "longestHr": 417,
      "avgExitVelocity": 87.8,
      "longballIndex": 102.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0584,
          "percentile": 0.7447,
          "score": 125.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.094,
          "percentile": 0.6092,
          "score": 110.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.369,
          "percentile": 0.2983,
          "score": 79.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 76.6,
      "pesky": 108.2
    },
    {
      "batter": 669257,
      "player": "Will Smith",
      "team": "LAD",
      "bbe": 142,
      "pa": 142,
      "hr": 6,
      "xhr": 5.7,
      "xhrPerBbe": 0.0401,
      "xhrDiff": 0.3,
      "noDoubters": 0,
      "doubters": 4,
      "mostlyGone": 7,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.167,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.134,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.007,
      "hardHitRate": 0.394,
      "sweetSpotRate": 0.451,
      "pullAirRate": 0.155,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 25,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0077,
      "pullAirJuicePer100Pa": 0.8,
      "contactPct": 0.8588,
      "contactSwings": 354,
      "contactPa": 201,
      "avgDistanceOnBarrels": 370.7,
      "avgLaunchAngleOnBarrels": 25.6,
      "avgLaunchAngle": 19.9,
      "avgDistance": 399.2,
      "longestHr": 418,
      "avgExitVelocity": 90.0,
      "longballIndex": 102.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0401,
          "percentile": 0.4894,
          "score": 99.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.134,
          "percentile": 0.8235,
          "score": 136.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.007,
          "percentile": 0.3592,
          "score": 85.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.394,
          "percentile": 0.3824,
          "score": 88.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 55.7,
      "pesky": 109.9
    },
    {
      "batter": 660688,
      "player": "Keibert Ruiz",
      "team": "WSH",
      "bbe": 110,
      "pa": 110,
      "hr": 5,
      "xhr": 5.6,
      "xhrPerBbe": 0.0509,
      "xhrDiff": -0.6,
      "noDoubters": 1,
      "doubters": 3,
      "mostlyGone": 5,
      "noDoubterRate": 0.2,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.2,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.064,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0091,
      "hardHitRate": 0.409,
      "sweetSpotRate": 0.327,
      "pullAirRate": null,
      "pullAirSource": "unavailable",
      "pulledAirBbe": 35,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0068,
      "pullAirJuicePer100Pa": 0.7,
      "contactPct": 0.8682,
      "contactSwings": 220,
      "contactPa": 135,
      "avgDistanceOnBarrels": 366.3,
      "avgLaunchAngleOnBarrels": 27.9,
      "avgLaunchAngle": 17.0,
      "avgDistance": 372.0,
      "longestHr": 386,
      "avgExitVelocity": 89.5,
      "longballIndex": 102.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0509,
          "percentile": 0.6511,
          "score": 115.1,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.064,
          "percentile": 0.3382,
          "score": 83.7,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0091,
          "percentile": 0.416,
          "score": 91.7,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.409,
          "percentile": 0.458,
          "score": 95.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 48.8,
      "pesky": 111.1
    },
    {
      "batter": 521692,
      "player": "Salvador P\u00e9rez",
      "team": "KC",
      "bbe": 190,
      "pa": 190,
      "hr": 9,
      "xhr": 9.4,
      "xhrPerBbe": 0.0495,
      "xhrDiff": -0.4,
      "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.084,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0053,
      "hardHitRate": 0.4,
      "sweetSpotRate": 0.337,
      "pullAirRate": 0.184,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 34,
      "crushedPulledAirBbe": 6,
      "pullAirJuice": 0.0171,
      "pullAirJuicePer100Pa": 1.7,
      "contactPct": 0.7528,
      "contactSwings": 538,
      "contactPa": 258,
      "avgDistanceOnBarrels": 384.9,
      "avgLaunchAngleOnBarrels": 24.2,
      "avgLaunchAngle": 16.7,
      "avgDistance": 395.2,
      "longestHr": 425,
      "avgExitVelocity": 88.6,
      "longballIndex": 101.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0495,
          "percentile": 0.6383,
          "score": 113.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.084,
          "percentile": 0.5189,
          "score": 101.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0053,
          "percentile": 0.2815,
          "score": 77.4,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.4,
          "percentile": 0.4118,
          "score": 91.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 118.4,
      "pesky": 96.4
    },
    {
      "batter": 608070,
      "player": "Jos\u00e9 Ram\u00edrez",
      "team": "CLE",
      "bbe": 210,
      "pa": 210,
      "hr": 10,
      "xhr": 8.6,
      "xhrPerBbe": 0.041,
      "xhrDiff": 1.4,
      "noDoubters": 6,
      "doubters": 3,
      "mostlyGone": 3,
      "noDoubterRate": 0.6,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 6,
      "cheapieRate": 0.2,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.071,
      "hrWindowThunderBbe": 3,
      "hrWindowThunderRate": 0.0143,
      "hardHitRate": 0.452,
      "sweetSpotRate": 0.381,
      "pullAirRate": 0.318,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 56,
      "crushedPulledAirBbe": 7,
      "pullAirJuice": 0.0128,
      "pullAirJuicePer100Pa": 1.3,
      "contactPct": 0.8541,
      "contactSwings": 555,
      "contactPa": 293,
      "avgDistanceOnBarrels": 386.1,
      "avgLaunchAngleOnBarrels": 26.7,
      "avgLaunchAngle": 20.0,
      "avgDistance": 392.1,
      "longestHr": 410,
      "avgExitVelocity": 90.5,
      "longballIndex": 100.3,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.041,
          "percentile": 0.5106,
          "score": 101.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.071,
          "percentile": 0.395,
          "score": 89.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0143,
          "percentile": 0.5336,
          "score": 103.3,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.452,
          "percentile": 0.6996,
          "score": 120.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 90.6,
      "pesky": 109.3
    },
    {
      "batter": 686681,
      "player": "Michael Massey",
      "team": "KC",
      "bbe": 114,
      "pa": 114,
      "hr": 6,
      "xhr": 6.4,
      "xhrPerBbe": 0.0561,
      "xhrDiff": -0.4,
      "noDoubters": 3,
      "doubters": 4,
      "mostlyGone": 4,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.088,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.439,
      "sweetSpotRate": 0.325,
      "pullAirRate": 0.237,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 33,
      "crushedPulledAirBbe": 1,
      "pullAirJuice": 0.0119,
      "pullAirJuicePer100Pa": 1.2,
      "contactPct": 0.7902,
      "contactSwings": 286,
      "contactPa": 146,
      "avgDistanceOnBarrels": 381.7,
      "avgLaunchAngleOnBarrels": 27.8,
      "avgLaunchAngle": 17.1,
      "avgDistance": 393.0,
      "longestHr": 412,
      "avgExitVelocity": 89.8,
      "longballIndex": 100.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0561,
          "percentile": 0.6957,
          "score": 120.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.088,
          "percentile": 0.5525,
          "score": 105.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.439,
          "percentile": 0.6197,
          "score": 111.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 83.6,
      "pesky": 101.1
    },
    {
      "batter": 691016,
      "player": "Tyler Soderstrom",
      "team": "ATH",
      "bbe": 179,
      "pa": 179,
      "hr": 8,
      "xhr": 5.7,
      "xhrPerBbe": 0.0318,
      "xhrDiff": 2.3,
      "noDoubters": 2,
      "doubters": 6,
      "mostlyGone": 6,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.125,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.112,
      "hrWindowThunderBbe": 3,
      "hrWindowThunderRate": 0.0168,
      "hardHitRate": 0.441,
      "sweetSpotRate": 0.302,
      "pullAirRate": 0.172,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 31,
      "crushedPulledAirBbe": 7,
      "pullAirJuice": 0.0141,
      "pullAirJuicePer100Pa": 1.4,
      "contactPct": 0.8018,
      "contactSwings": 454,
      "contactPa": 261,
      "avgDistanceOnBarrels": 370.6,
      "avgLaunchAngleOnBarrels": 24.5,
      "avgLaunchAngle": 13.3,
      "avgDistance": 396.4,
      "longestHr": 420,
      "avgExitVelocity": 89.9,
      "longballIndex": 100.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0318,
          "percentile": 0.3362,
          "score": 83.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.112,
          "percentile": 0.7143,
          "score": 122.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0168,
          "percentile": 0.6324,
          "score": 113.2,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.441,
          "percentile": 0.6282,
          "score": 112.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 97.5,
      "pesky": 102.6
    },
    {
      "batter": 680574,
      "player": "Matt Mclain",
      "team": "CIN",
      "bbe": 151,
      "pa": 151,
      "hr": 8,
      "xhr": 6.8,
      "xhrPerBbe": 0.045,
      "xhrDiff": 1.2,
      "noDoubters": 1,
      "doubters": 0,
      "mostlyGone": 8,
      "noDoubterRate": 0.125,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 7,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.086,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0066,
      "hardHitRate": 0.377,
      "sweetSpotRate": 0.391,
      "pullAirRate": 0.163,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 31,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0117,
      "pullAirJuicePer100Pa": 1.2,
      "contactPct": 0.7747,
      "contactSwings": 395,
      "contactPa": 239,
      "avgDistanceOnBarrels": 384.8,
      "avgLaunchAngleOnBarrels": 26.3,
      "avgLaunchAngle": 18.6,
      "avgDistance": 398.1,
      "longestHr": 421,
      "avgExitVelocity": 87.1,
      "longballIndex": 99.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.045,
          "percentile": 0.5723,
          "score": 107.1,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.086,
          "percentile": 0.5357,
          "score": 103.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0066,
          "percentile": 0.3487,
          "score": 84.8,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.377,
          "percentile": 0.3361,
          "score": 83.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 83.6,
      "pesky": 99.2
    },
    {
      "batter": 543807,
      "player": "George Springer",
      "team": "TOR",
      "bbe": 139,
      "pa": 139,
      "hr": 5,
      "xhr": 5.0,
      "xhrPerBbe": 0.036,
      "xhrDiff": 0.0,
      "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.079,
      "hrWindowThunderBbe": 3,
      "hrWindowThunderRate": 0.0216,
      "hardHitRate": 0.367,
      "sweetSpotRate": 0.302,
      "pullAirRate": 0.188,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 26,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0137,
      "pullAirJuicePer100Pa": 1.4,
      "contactPct": 0.7823,
      "contactSwings": 395,
      "contactPa": 197,
      "avgDistanceOnBarrels": 381.4,
      "avgLaunchAngleOnBarrels": 25.6,
      "avgLaunchAngle": 14.2,
      "avgDistance": 387.2,
      "longestHr": 416,
      "avgExitVelocity": 87.8,
      "longballIndex": 99.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.036,
          "percentile": 0.417,
          "score": 91.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.079,
          "percentile": 0.4832,
          "score": 98.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0216,
          "percentile": 0.6849,
          "score": 118.8,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.367,
          "percentile": 0.2815,
          "score": 77.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 97.5,
      "pesky": 100.1
    },
    {
      "batter": 543760,
      "player": "Marcus Semien",
      "team": "NYM",
      "bbe": 187,
      "pa": 187,
      "hr": 8,
      "xhr": 7.6,
      "xhrPerBbe": 0.0406,
      "xhrDiff": 0.4,
      "noDoubters": 2,
      "doubters": 6,
      "mostlyGone": 7,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.125,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.086,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0107,
      "hardHitRate": 0.364,
      "sweetSpotRate": 0.374,
      "pullAirRate": 0.28,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 52,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0125,
      "pullAirJuicePer100Pa": 1.2,
      "contactPct": 0.8034,
      "contactSwings": 468,
      "contactPa": 259,
      "avgDistanceOnBarrels": 372.2,
      "avgLaunchAngleOnBarrels": 28.1,
      "avgLaunchAngle": 18.0,
      "avgDistance": 389.5,
      "longestHr": 407,
      "avgExitVelocity": 85.8,
      "longballIndex": 98.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0406,
          "percentile": 0.4979,
          "score": 99.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.086,
          "percentile": 0.5357,
          "score": 103.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0107,
          "percentile": 0.4664,
          "score": 96.7,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.364,
          "percentile": 0.271,
          "score": 76.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 83.6,
      "pesky": 102.8
    },
    {
      "batter": 593428,
      "player": "Xander Bogaerts",
      "team": "SD",
      "bbe": 176,
      "pa": 176,
      "hr": 8,
      "xhr": 7.7,
      "xhrPerBbe": 0.0438,
      "xhrDiff": 0.3,
      "noDoubters": 5,
      "doubters": 3,
      "mostlyGone": 3,
      "noDoubterRate": 0.625,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.068,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0114,
      "hardHitRate": 0.369,
      "sweetSpotRate": 0.312,
      "pullAirRate": 0.209,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 33,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0119,
      "pullAirJuicePer100Pa": 1.2,
      "contactPct": 0.7976,
      "contactSwings": 425,
      "contactPa": 247,
      "avgDistanceOnBarrels": 380.7,
      "avgLaunchAngleOnBarrels": 26.7,
      "avgLaunchAngle": 8.2,
      "avgDistance": 394.9,
      "longestHr": 424,
      "avgExitVelocity": 88.0,
      "longballIndex": 98.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0438,
          "percentile": 0.5489,
          "score": 104.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.068,
          "percentile": 0.3718,
          "score": 87.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0114,
          "percentile": 0.4874,
          "score": 98.8,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.369,
          "percentile": 0.2983,
          "score": 79.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 83.6,
      "pesky": 102.1
    },
    {
      "batter": 669236,
      "player": "Jeremiah Jackson",
      "team": "BAL",
      "bbe": 136,
      "pa": 136,
      "hr": 6,
      "xhr": 5.7,
      "xhrPerBbe": 0.0419,
      "xhrDiff": 0.3,
      "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.081,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0074,
      "hardHitRate": 0.412,
      "sweetSpotRate": 0.316,
      "pullAirRate": 0.146,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 24,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0102,
      "pullAirJuicePer100Pa": 1.0,
      "contactPct": 0.7599,
      "contactSwings": 354,
      "contactPa": 178,
      "avgDistanceOnBarrels": 385.1,
      "avgLaunchAngleOnBarrels": 26.3,
      "avgLaunchAngle": 7.8,
      "avgDistance": 395.7,
      "longestHr": 427,
      "avgExitVelocity": 89.6,
      "longballIndex": 98.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0419,
          "percentile": 0.5277,
          "score": 102.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.081,
          "percentile": 0.4916,
          "score": 99.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0074,
          "percentile": 0.3739,
          "score": 87.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.412,
          "percentile": 0.479,
          "score": 97.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 69.7,
      "pesky": 97.3
    },
    {
      "batter": 668939,
      "player": "Adley Rutschman",
      "team": "BAL",
      "bbe": 153,
      "pa": 153,
      "hr": 8,
      "xhr": 6.9,
      "xhrPerBbe": 0.0451,
      "xhrDiff": 1.1,
      "noDoubters": 1,
      "doubters": 5,
      "mostlyGone": 8,
      "noDoubterRate": 0.125,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.125,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.098,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.477,
      "sweetSpotRate": 0.405,
      "pullAirRate": 0.195,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 36,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0116,
      "pullAirJuicePer100Pa": 1.2,
      "contactPct": 0.8803,
      "contactSwings": 351,
      "contactPa": 204,
      "avgDistanceOnBarrels": 384.1,
      "avgLaunchAngleOnBarrels": 26.3,
      "avgLaunchAngle": 16.0,
      "avgDistance": 399.5,
      "longestHr": 419,
      "avgExitVelocity": 90.4,
      "longballIndex": 96.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0451,
          "percentile": 0.5787,
          "score": 107.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.098,
          "percentile": 0.6282,
          "score": 112.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.477,
          "percentile": 0.8109,
          "score": 134.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 83.6,
      "pesky": 112.7
    },
    {
      "batter": 687462,
      "player": "Spencer Horwitz",
      "team": "PIT",
      "bbe": 171,
      "pa": 171,
      "hr": 8,
      "xhr": 7.7,
      "xhrPerBbe": 0.045,
      "xhrDiff": 0.3,
      "noDoubters": 3,
      "doubters": 2,
      "mostlyGone": 6,
      "noDoubterRate": 0.375,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.125,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.076,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0058,
      "hardHitRate": 0.333,
      "sweetSpotRate": 0.298,
      "pullAirRate": 0.181,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 31,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0115,
      "pullAirJuicePer100Pa": 1.2,
      "contactPct": 0.8728,
      "contactSwings": 393,
      "contactPa": 235,
      "avgDistanceOnBarrels": 382.5,
      "avgLaunchAngleOnBarrels": 27.5,
      "avgLaunchAngle": 16.1,
      "avgDistance": 389.6,
      "longestHr": 418,
      "avgExitVelocity": 86.2,
      "longballIndex": 96.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.045,
          "percentile": 0.5723,
          "score": 107.1,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.076,
          "percentile": 0.4622,
          "score": 96.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0058,
          "percentile": 0.3193,
          "score": 81.7,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.333,
          "percentile": 0.187,
          "score": 65.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 83.6,
      "pesky": 111.7
    },
    {
      "batter": 681198,
      "player": "Tj Rumfield",
      "team": "COL",
      "bbe": 183,
      "pa": 183,
      "hr": 7,
      "xhr": 6.8,
      "xhrPerBbe": 0.0372,
      "xhrDiff": 0.2,
      "noDoubters": 4,
      "doubters": 1,
      "mostlyGone": 4,
      "noDoubterRate": 0.571,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.071,
      "hrWindowThunderBbe": 3,
      "hrWindowThunderRate": 0.0164,
      "hardHitRate": 0.355,
      "sweetSpotRate": 0.393,
      "pullAirRate": 0.212,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 44,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0132,
      "pullAirJuicePer100Pa": 1.3,
      "contactPct": 0.8184,
      "contactSwings": 479,
      "contactPa": 250,
      "avgDistanceOnBarrels": 391.5,
      "avgLaunchAngleOnBarrels": 26.7,
      "avgLaunchAngle": 13.4,
      "avgDistance": 412.4,
      "longestHr": 440,
      "avgExitVelocity": 85.3,
      "longballIndex": 96.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0372,
          "percentile": 0.4362,
          "score": 93.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.071,
          "percentile": 0.395,
          "score": 89.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0164,
          "percentile": 0.6176,
          "score": 111.7,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.355,
          "percentile": 0.2269,
          "score": 70.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 90.6,
      "pesky": 104.8
    },
    {
      "batter": 689414,
      "player": "Liam Hicks",
      "team": "MIA",
      "bbe": 188,
      "pa": 188,
      "hr": 12,
      "xhr": 10.5,
      "xhrPerBbe": 0.0559,
      "xhrDiff": 1.5,
      "noDoubters": 3,
      "doubters": 0,
      "mostlyGone": 10,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 9,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.048,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0053,
      "hardHitRate": 0.33,
      "sweetSpotRate": 0.266,
      "pullAirRate": 0.175,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 42,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0066,
      "pullAirJuicePer100Pa": 0.7,
      "contactPct": 0.9066,
      "contactSwings": 364,
      "contactPa": 241,
      "avgDistanceOnBarrels": 382.4,
      "avgLaunchAngleOnBarrels": 28.7,
      "avgLaunchAngle": 15.0,
      "avgDistance": 378.1,
      "longestHr": 431,
      "avgExitVelocity": 86.0,
      "longballIndex": 96.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0559,
          "percentile": 0.6894,
          "score": 119.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.048,
          "percentile": 0.2185,
          "score": 69.7,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0053,
          "percentile": 0.2815,
          "score": 77.4,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.33,
          "percentile": 0.1786,
          "score": 64.1,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 48.8,
      "pesky": 116.0
    },
    {
      "batter": 680869,
      "player": "Zack Gelof",
      "team": "ATH",
      "bbe": 119,
      "pa": 119,
      "hr": 6,
      "xhr": 4.7,
      "xhrPerBbe": 0.0395,
      "xhrDiff": 1.3,
      "noDoubters": 1,
      "doubters": 3,
      "mostlyGone": 5,
      "noDoubterRate": 0.167,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.076,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0084,
      "hardHitRate": 0.395,
      "sweetSpotRate": 0.286,
      "pullAirRate": 0.185,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 21,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0108,
      "pullAirJuicePer100Pa": 1.1,
      "contactPct": 0.7484,
      "contactSwings": 310,
      "contactPa": 173,
      "avgDistanceOnBarrels": 387.3,
      "avgLaunchAngleOnBarrels": 27.2,
      "avgLaunchAngle": 14.4,
      "avgDistance": 395.7,
      "longestHr": 429,
      "avgExitVelocity": 86.5,
      "longballIndex": 95.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0395,
          "percentile": 0.4766,
          "score": 97.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.076,
          "percentile": 0.4622,
          "score": 96.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0084,
          "percentile": 0.4034,
          "score": 90.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.395,
          "percentile": 0.3908,
          "score": 89.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 76.6,
      "pesky": 95.8
    },
    {
      "batter": 621020,
      "player": "Dansby Swanson",
      "team": "CHC",
      "bbe": 151,
      "pa": 151,
      "hr": 7,
      "xhr": 5.4,
      "xhrPerBbe": 0.0358,
      "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.073,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0132,
      "hardHitRate": 0.417,
      "sweetSpotRate": 0.285,
      "pullAirRate": 0.163,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 23,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0137,
      "pullAirJuicePer100Pa": 1.4,
      "contactPct": 0.709,
      "contactSwings": 433,
      "contactPa": 242,
      "avgDistanceOnBarrels": 376.2,
      "avgLaunchAngleOnBarrels": 26.7,
      "avgLaunchAngle": 16.4,
      "avgDistance": 398.0,
      "longestHr": 430,
      "avgExitVelocity": 89.1,
      "longballIndex": 94.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0358,
          "percentile": 0.4128,
          "score": 91.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.073,
          "percentile": 0.4202,
          "score": 92.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0132,
          "percentile": 0.5252,
          "score": 102.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.417,
          "percentile": 0.5063,
          "score": 100.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 97.5,
      "pesky": 90.7
    },
    {
      "batter": 687093,
      "player": "Vaughn Grissom",
      "team": "LAA",
      "bbe": 121,
      "pa": 121,
      "hr": 4,
      "xhr": 4.5,
      "xhrPerBbe": 0.0372,
      "xhrDiff": -0.5,
      "noDoubters": 1,
      "doubters": 1,
      "mostlyGone": 5,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.074,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0083,
      "hardHitRate": 0.463,
      "sweetSpotRate": 0.339,
      "pullAirRate": 0.192,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 23,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0111,
      "pullAirJuicePer100Pa": 1.1,
      "contactPct": 0.8182,
      "contactSwings": 275,
      "contactPa": 155,
      "avgDistanceOnBarrels": 379.8,
      "avgLaunchAngleOnBarrels": 27.2,
      "avgLaunchAngle": 13.0,
      "avgDistance": 395.8,
      "longestHr": 408,
      "avgExitVelocity": 90.3,
      "longballIndex": 94.3,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0372,
          "percentile": 0.4362,
          "score": 93.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.074,
          "percentile": 0.437,
          "score": 93.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0083,
          "percentile": 0.395,
          "score": 89.6,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.463,
          "percentile": 0.7437,
          "score": 125.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 76.6,
      "pesky": 104.7
    },
    {
      "batter": 669016,
      "player": "Brandon Marsh",
      "team": "PHI",
      "bbe": 163,
      "pa": 163,
      "hr": 8,
      "xhr": 5.2,
      "xhrPerBbe": 0.0319,
      "xhrDiff": 2.8,
      "noDoubters": 2,
      "doubters": 5,
      "mostlyGone": 4,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 3,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.375,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.08,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0123,
      "hardHitRate": 0.479,
      "sweetSpotRate": 0.491,
      "pullAirRate": 0.177,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 30,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0114,
      "pullAirJuicePer100Pa": 1.1,
      "contactPct": 0.7981,
      "contactSwings": 426,
      "contactPa": 228,
      "avgDistanceOnBarrels": 384.3,
      "avgLaunchAngleOnBarrels": 25.3,
      "avgLaunchAngle": 12.6,
      "avgDistance": 391.4,
      "longestHr": 454,
      "avgExitVelocity": 90.2,
      "longballIndex": 94.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0319,
          "percentile": 0.3426,
          "score": 84.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.08,
          "percentile": 0.4874,
          "score": 98.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0123,
          "percentile": 0.5168,
          "score": 101.6,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.479,
          "percentile": 0.8193,
          "score": 135.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 76.6,
      "pesky": 102.2
    },
    {
      "batter": 683953,
      "player": "Travis Bazzana",
      "team": "CLE",
      "bbe": 105,
      "pa": 105,
      "hr": 4,
      "xhr": 4.8,
      "xhrPerBbe": 0.0457,
      "xhrDiff": -0.8,
      "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.038,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0095,
      "hardHitRate": 0.362,
      "sweetSpotRate": 0.333,
      "pullAirRate": 0.17,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 20,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0058,
      "pullAirJuicePer100Pa": 0.6,
      "contactPct": 0.7663,
      "contactSwings": 261,
      "contactPa": 152,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 28.8,
      "avgLaunchAngle": 12.5,
      "avgDistance": 395.5,
      "longestHr": 427,
      "avgExitVelocity": 87.8,
      "longballIndex": 94.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0457,
          "percentile": 0.5894,
          "score": 108.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.038,
          "percentile": 0.166,
          "score": 62.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0095,
          "percentile": 0.437,
          "score": 93.8,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.362,
          "percentile": 0.2605,
          "score": 75.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 41.8,
      "pesky": 98.1
    },
    {
      "batter": 642086,
      "player": "Dominic Smith",
      "team": "ATL",
      "bbe": 119,
      "pa": 119,
      "hr": 6,
      "xhr": 4.5,
      "xhrPerBbe": 0.0378,
      "xhrDiff": 1.5,
      "noDoubters": 1,
      "doubters": 2,
      "mostlyGone": 4,
      "noDoubterRate": 0.167,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.167,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.084,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0084,
      "hardHitRate": 0.361,
      "sweetSpotRate": 0.403,
      "pullAirRate": 0.149,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 20,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0094,
      "pullAirJuicePer100Pa": 0.9,
      "contactPct": 0.8131,
      "contactSwings": 305,
      "contactPa": 153,
      "avgDistanceOnBarrels": 387.9,
      "avgLaunchAngleOnBarrels": 27.8,
      "avgLaunchAngle": 14.2,
      "avgDistance": 389.5,
      "longestHr": 430,
      "avgExitVelocity": 88.4,
      "longballIndex": 93.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0378,
          "percentile": 0.4426,
          "score": 94.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.084,
          "percentile": 0.5189,
          "score": 101.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0084,
          "percentile": 0.4034,
          "score": 90.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.361,
          "percentile": 0.2563,
          "score": 74.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 62.7,
      "pesky": 104.1
    },
    {
      "batter": 668227,
      "player": "Randy Arozarena",
      "team": "SEA",
      "bbe": 181,
      "pa": 181,
      "hr": 6,
      "xhr": 5.3,
      "xhrPerBbe": 0.0293,
      "xhrDiff": 0.7,
      "noDoubters": 3,
      "doubters": 5,
      "mostlyGone": 4,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.167,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.077,
      "hrWindowThunderBbe": 3,
      "hrWindowThunderRate": 0.0166,
      "hardHitRate": 0.425,
      "sweetSpotRate": 0.398,
      "pullAirRate": 0.143,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 25,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0105,
      "pullAirJuicePer100Pa": 1.1,
      "contactPct": 0.7528,
      "contactSwings": 534,
      "contactPa": 283,
      "avgDistanceOnBarrels": 374.1,
      "avgLaunchAngleOnBarrels": 26.9,
      "avgLaunchAngle": 8.2,
      "avgDistance": 389.0,
      "longestHr": 437,
      "avgExitVelocity": 91.5,
      "longballIndex": 93.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0293,
          "percentile": 0.3234,
          "score": 82.1,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.077,
          "percentile": 0.4727,
          "score": 97.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0166,
          "percentile": 0.6218,
          "score": 112.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.425,
          "percentile": 0.5483,
          "score": 104.7,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 76.6,
      "pesky": 96.4
    },
    {
      "batter": 571448,
      "player": "Nolan Arenado",
      "team": "AZ",
      "bbe": 156,
      "pa": 156,
      "hr": 8,
      "xhr": 6.7,
      "xhrPerBbe": 0.0429,
      "xhrDiff": 1.3,
      "noDoubters": 4,
      "doubters": 1,
      "mostlyGone": 4,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.071,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0064,
      "hardHitRate": 0.308,
      "sweetSpotRate": 0.385,
      "pullAirRate": 0.282,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 32,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0119,
      "pullAirJuicePer100Pa": 1.2,
      "contactPct": 0.781,
      "contactSwings": 411,
      "contactPa": 226,
      "avgDistanceOnBarrels": 389.8,
      "avgLaunchAngleOnBarrels": 27.0,
      "avgLaunchAngle": 18.4,
      "avgDistance": 399.9,
      "longestHr": 411,
      "avgExitVelocity": 85.3,
      "longballIndex": 93.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0429,
          "percentile": 0.5404,
          "score": 104.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.071,
          "percentile": 0.395,
          "score": 89.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0064,
          "percentile": 0.3445,
          "score": 84.4,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.308,
          "percentile": 0.1324,
          "score": 56.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 83.6,
      "pesky": 100.0
    },
    {
      "batter": 671277,
      "player": "Luis Garc\u00eda",
      "team": "WSH",
      "bbe": 167,
      "pa": 167,
      "hr": 7,
      "xhr": 6.4,
      "xhrPerBbe": 0.0383,
      "xhrDiff": 0.6,
      "noDoubters": 1,
      "doubters": 3,
      "mostlyGone": 6,
      "noDoubterRate": 0.143,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.072,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.006,
      "hardHitRate": 0.479,
      "sweetSpotRate": 0.329,
      "pullAirRate": 0.147,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 28,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0137,
      "pullAirJuicePer100Pa": 1.4,
      "contactPct": 0.8396,
      "contactSwings": 399,
      "contactPa": 208,
      "avgDistanceOnBarrels": 380.9,
      "avgLaunchAngleOnBarrels": 25.3,
      "avgLaunchAngle": 11.0,
      "avgDistance": 387.0,
      "longestHr": 427,
      "avgExitVelocity": 92.1,
      "longballIndex": 93.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0383,
          "percentile": 0.4596,
          "score": 96.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.072,
          "percentile": 0.4055,
          "score": 90.7,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.006,
          "percentile": 0.3277,
          "score": 82.6,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.479,
          "percentile": 0.8193,
          "score": 135.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 97.5,
      "pesky": 107.5
    },
    {
      "batter": 666969,
      "player": "Adolis Garc\u00eda",
      "team": "PHI",
      "bbe": 146,
      "pa": 146,
      "hr": 6,
      "xhr": 5.0,
      "xhrPerBbe": 0.0342,
      "xhrDiff": 1.0,
      "noDoubters": 2,
      "doubters": 5,
      "mostlyGone": 3,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.167,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.089,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0068,
      "hardHitRate": 0.473,
      "sweetSpotRate": 0.39,
      "pullAirRate": 0.13,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 19,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0097,
      "pullAirJuicePer100Pa": 1.0,
      "contactPct": 0.6902,
      "contactSwings": 468,
      "contactPa": 248,
      "avgDistanceOnBarrels": 377.8,
      "avgLaunchAngleOnBarrels": 25.5,
      "avgLaunchAngle": 14.9,
      "avgDistance": 398.2,
      "longestHr": 429,
      "avgExitVelocity": 92.0,
      "longballIndex": 93.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0342,
          "percentile": 0.3851,
          "score": 88.6,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.089,
          "percentile": 0.5672,
          "score": 106.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0068,
          "percentile": 0.3529,
          "score": 85.3,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.473,
          "percentile": 0.7983,
          "score": 132.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 69.7,
      "pesky": 88.3
    },
    {
      "batter": 686797,
      "player": "Brooks Lee",
      "team": "MIN",
      "bbe": 185,
      "pa": 185,
      "hr": 9,
      "xhr": 7.9,
      "xhrPerBbe": 0.0427,
      "xhrDiff": 1.1,
      "noDoubters": 4,
      "doubters": 2,
      "mostlyGone": 6,
      "noDoubterRate": 0.444,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.222,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.054,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0108,
      "hardHitRate": 0.297,
      "sweetSpotRate": 0.346,
      "pullAirRate": 0.195,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 38,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0079,
      "pullAirJuicePer100Pa": 0.8,
      "contactPct": 0.8008,
      "contactSwings": 492,
      "contactPa": 247,
      "avgDistanceOnBarrels": 367.5,
      "avgLaunchAngleOnBarrels": 28.2,
      "avgLaunchAngle": 11.9,
      "avgDistance": 370.6,
      "longestHr": 393,
      "avgExitVelocity": 86.7,
      "longballIndex": 93.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0427,
          "percentile": 0.534,
          "score": 103.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.054,
          "percentile": 0.2479,
          "score": 73.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0108,
          "percentile": 0.4727,
          "score": 97.3,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.297,
          "percentile": 0.0924,
          "score": 48.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 55.7,
      "pesky": 102.5
    },
    {
      "batter": 805808,
      "player": "Kevin Mcgonigle",
      "team": "DET",
      "bbe": 201,
      "pa": 201,
      "hr": 4,
      "xhr": 5.8,
      "xhrPerBbe": 0.0289,
      "xhrDiff": -1.8,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 6,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.09,
      "hrWindowThunderBbe": 3,
      "hrWindowThunderRate": 0.0149,
      "hardHitRate": 0.378,
      "sweetSpotRate": 0.383,
      "pullAirRate": 0.214,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 55,
      "crushedPulledAirBbe": 6,
      "pullAirJuice": 0.0142,
      "pullAirJuicePer100Pa": 1.4,
      "contactPct": 0.8742,
      "contactSwings": 469,
      "contactPa": 279,
      "avgDistanceOnBarrels": 377.8,
      "avgLaunchAngleOnBarrels": 27.2,
      "avgLaunchAngle": 21.0,
      "avgDistance": 406.8,
      "longestHr": 420,
      "avgExitVelocity": 88.0,
      "longballIndex": 92.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0289,
          "percentile": 0.3128,
          "score": 81.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.09,
          "percentile": 0.5861,
          "score": 108.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0149,
          "percentile": 0.5609,
          "score": 106.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.378,
          "percentile": 0.3445,
          "score": 84.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 97.5,
      "pesky": 111.9
    },
    {
      "batter": 671056,
      "player": "Iv\u00e1n Herrera",
      "team": "STL",
      "bbe": 187,
      "pa": 187,
      "hr": 7,
      "xhr": 7.7,
      "xhrPerBbe": 0.0412,
      "xhrDiff": -0.7,
      "noDoubters": 5,
      "doubters": 3,
      "mostlyGone": 4,
      "noDoubterRate": 0.714,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.07,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0053,
      "hardHitRate": 0.417,
      "sweetSpotRate": 0.321,
      "pullAirRate": 0.121,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 20,
      "crushedPulledAirBbe": 6,
      "pullAirJuice": 0.0141,
      "pullAirJuicePer100Pa": 1.4,
      "contactPct": 0.8113,
      "contactSwings": 477,
      "contactPa": 286,
      "avgDistanceOnBarrels": 388.1,
      "avgLaunchAngleOnBarrels": 25.3,
      "avgLaunchAngle": 6.0,
      "avgDistance": 404.0,
      "longestHr": 429,
      "avgExitVelocity": 89.5,
      "longballIndex": 92.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0412,
          "percentile": 0.5149,
          "score": 101.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.07,
          "percentile": 0.3845,
          "score": 88.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0053,
          "percentile": 0.2815,
          "score": 77.4,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.417,
          "percentile": 0.5063,
          "score": 100.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 97.5,
      "pesky": 103.8
    },
    {
      "batter": 670623,
      "player": "Isaac Paredes",
      "team": "HOU",
      "bbe": 180,
      "pa": 180,
      "hr": 9,
      "xhr": 7.9,
      "xhrPerBbe": 0.0439,
      "xhrDiff": 1.1,
      "noDoubters": 4,
      "doubters": 3,
      "mostlyGone": 6,
      "noDoubterRate": 0.444,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.067,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0056,
      "hardHitRate": 0.306,
      "sweetSpotRate": 0.383,
      "pullAirRate": 0.378,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 54,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0095,
      "pullAirJuicePer100Pa": 0.9,
      "contactPct": 0.84,
      "contactSwings": 500,
      "contactPa": 252,
      "avgDistanceOnBarrels": 357.9,
      "avgLaunchAngleOnBarrels": 26.0,
      "avgLaunchAngle": 24.1,
      "avgDistance": 367.9,
      "longestHr": 383,
      "avgExitVelocity": 87.1,
      "longballIndex": 92.4,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0439,
          "percentile": 0.5532,
          "score": 105.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.067,
          "percentile": 0.3529,
          "score": 85.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0056,
          "percentile": 0.3046,
          "score": 80.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.306,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 62.7,
      "pesky": 107.5
    },
    {
      "batter": 696285,
      "player": "Jacob Young",
      "team": "WSH",
      "bbe": 164,
      "pa": 164,
      "hr": 8,
      "xhr": 8.9,
      "xhrPerBbe": 0.0543,
      "xhrDiff": -0.9,
      "noDoubters": 5,
      "doubters": 1,
      "mostlyGone": 5,
      "noDoubterRate": 0.625,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.061,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.36,
      "sweetSpotRate": 0.39,
      "pullAirRate": 0.158,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 29,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0052,
      "pullAirJuicePer100Pa": 0.5,
      "contactPct": 0.813,
      "contactSwings": 353,
      "contactPa": 220,
      "avgDistanceOnBarrels": 385.6,
      "avgLaunchAngleOnBarrels": 27.2,
      "avgLaunchAngle": 12.4,
      "avgDistance": 390.5,
      "longestHr": 403,
      "avgExitVelocity": 87.9,
      "longballIndex": 92.3,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0543,
          "percentile": 0.6723,
          "score": 117.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.061,
          "percentile": 0.3151,
          "score": 81.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.36,
          "percentile": 0.25,
          "score": 73.7,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 34.8,
      "pesky": 104.1
    },
    {
      "batter": 701675,
      "player": "Nathan Church",
      "team": "STL",
      "bbe": 115,
      "pa": 115,
      "hr": 5,
      "xhr": 5.1,
      "xhrPerBbe": 0.0443,
      "xhrDiff": -0.1,
      "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.096,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.33,
      "sweetSpotRate": 0.365,
      "pullAirRate": 0.157,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 19,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0139,
      "pullAirJuicePer100Pa": 1.4,
      "contactPct": 0.784,
      "contactSwings": 338,
      "contactPa": 157,
      "avgDistanceOnBarrels": 380.7,
      "avgLaunchAngleOnBarrels": 26.3,
      "avgLaunchAngle": 10.5,
      "avgDistance": 387.4,
      "longestHr": 407,
      "avgExitVelocity": 84.6,
      "longballIndex": 92.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0443,
          "percentile": 0.5596,
          "score": 105.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.096,
          "percentile": 0.6197,
          "score": 111.9,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.33,
          "percentile": 0.1786,
          "score": 64.1,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 97.5,
      "pesky": 100.3
    },
    {
      "batter": 605170,
      "player": "V\u00edctor Caratini",
      "team": "MIN",
      "bbe": 119,
      "pa": 119,
      "hr": 3,
      "xhr": 3.8,
      "xhrPerBbe": 0.0319,
      "xhrDiff": -0.8,
      "noDoubters": 1,
      "doubters": 0,
      "mostlyGone": 4,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.067,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0168,
      "hardHitRate": 0.395,
      "sweetSpotRate": 0.429,
      "pullAirRate": 0.16,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 26,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0091,
      "pullAirJuicePer100Pa": 0.9,
      "contactPct": 0.7993,
      "contactSwings": 279,
      "contactPa": 179,
      "avgDistanceOnBarrels": 379.1,
      "avgLaunchAngleOnBarrels": 27.2,
      "avgLaunchAngle": 12.3,
      "avgDistance": 397.7,
      "longestHr": 423,
      "avgExitVelocity": 88.7,
      "longballIndex": 91.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0319,
          "percentile": 0.3426,
          "score": 84.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.067,
          "percentile": 0.3529,
          "score": 85.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0168,
          "percentile": 0.6324,
          "score": 113.2,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.395,
          "percentile": 0.3908,
          "score": 89.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 62.7,
      "pesky": 102.3
    },
    {
      "batter": 663616,
      "player": "Trevor Larnach",
      "team": "MIN",
      "bbe": 124,
      "pa": 124,
      "hr": 3,
      "xhr": 4.6,
      "xhrPerBbe": 0.0371,
      "xhrDiff": -1.6,
      "noDoubters": 2,
      "doubters": 0,
      "mostlyGone": 4,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.056,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0161,
      "hardHitRate": 0.29,
      "sweetSpotRate": 0.395,
      "pullAirRate": 0.226,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 22,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0068,
      "pullAirJuicePer100Pa": 0.7,
      "contactPct": 0.737,
      "contactSwings": 308,
      "contactPa": 191,
      "avgDistanceOnBarrels": 385.4,
      "avgLaunchAngleOnBarrels": 24.9,
      "avgLaunchAngle": 12.1,
      "avgDistance": 395.0,
      "longestHr": 424,
      "avgExitVelocity": 86.3,
      "longballIndex": 91.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0371,
          "percentile": 0.4277,
          "score": 92.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.056,
          "percentile": 0.2689,
          "score": 76.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0161,
          "percentile": 0.6071,
          "score": 110.6,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.29,
          "percentile": 0.0819,
          "score": 45.7,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 48.8,
      "pesky": 94.3
    },
    {
      "batter": 650489,
      "player": "Willi Castro",
      "team": "COL",
      "bbe": 127,
      "pa": 127,
      "hr": 3,
      "xhr": 4.2,
      "xhrPerBbe": 0.0331,
      "xhrDiff": -1.2,
      "noDoubters": 1,
      "doubters": 3,
      "mostlyGone": 3,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.055,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0157,
      "hardHitRate": 0.449,
      "sweetSpotRate": 0.315,
      "pullAirRate": 0.236,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 31,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0162,
      "pullAirJuicePer100Pa": 1.6,
      "contactPct": 0.7265,
      "contactSwings": 446,
      "contactPa": 208,
      "avgDistanceOnBarrels": 387.0,
      "avgLaunchAngleOnBarrels": 24.9,
      "avgLaunchAngle": 16.1,
      "avgDistance": 415.0,
      "longestHr": 436,
      "avgExitVelocity": 88.0,
      "longballIndex": 91.4,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0331,
          "percentile": 0.3681,
          "score": 86.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.055,
          "percentile": 0.2563,
          "score": 74.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0157,
          "percentile": 0.5924,
          "score": 109.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.449,
          "percentile": 0.6681,
          "score": 117.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 111.5,
      "pesky": 93.0
    },
    {
      "batter": 514888,
      "player": "Jos\u00e9 Altuve",
      "team": "HOU",
      "bbe": 130,
      "pa": 130,
      "hr": 5,
      "xhr": 4.3,
      "xhrPerBbe": 0.0331,
      "xhrDiff": 0.7,
      "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.062,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0154,
      "hardHitRate": 0.377,
      "sweetSpotRate": 0.338,
      "pullAirRate": 0.218,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 29,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0058,
      "pullAirJuicePer100Pa": 0.6,
      "contactPct": 0.7638,
      "contactSwings": 326,
      "contactPa": 194,
      "avgDistanceOnBarrels": 373.2,
      "avgLaunchAngleOnBarrels": 27.0,
      "avgLaunchAngle": 8.4,
      "avgDistance": 369.0,
      "longestHr": 384,
      "avgExitVelocity": 85.4,
      "longballIndex": 90.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0331,
          "percentile": 0.3681,
          "score": 86.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.062,
          "percentile": 0.3256,
          "score": 82.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0154,
          "percentile": 0.5756,
          "score": 107.4,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.377,
          "percentile": 0.3361,
          "score": 83.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 41.8,
      "pesky": 97.8
    },
    {
      "batter": 682177,
      "player": "Daniel Schneemann",
      "team": "CLE",
      "bbe": 115,
      "pa": 115,
      "hr": 4,
      "xhr": 3.6,
      "xhrPerBbe": 0.0313,
      "xhrDiff": 0.4,
      "noDoubters": 2,
      "doubters": 2,
      "mostlyGone": 3,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.061,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0174,
      "hardHitRate": 0.365,
      "sweetSpotRate": 0.409,
      "pullAirRate": 0.209,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 25,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0133,
      "pullAirJuicePer100Pa": 1.3,
      "contactPct": 0.7163,
      "contactSwings": 363,
      "contactPa": 187,
      "avgDistanceOnBarrels": 381.1,
      "avgLaunchAngleOnBarrels": 26.6,
      "avgLaunchAngle": 11.2,
      "avgDistance": 395.8,
      "longestHr": 424,
      "avgExitVelocity": 87.5,
      "longballIndex": 90.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0313,
          "percentile": 0.3319,
          "score": 83.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.061,
          "percentile": 0.3151,
          "score": 81.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0174,
          "percentile": 0.6429,
          "score": 114.3,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.365,
          "percentile": 0.2773,
          "score": 76.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 90.6,
      "pesky": 91.7
    },
    {
      "batter": 804606,
      "player": "Konnor Griffin",
      "team": "PIT",
      "bbe": 134,
      "pa": 134,
      "hr": 4,
      "xhr": 4.5,
      "xhrPerBbe": 0.0336,
      "xhrDiff": -0.5,
      "noDoubters": 0,
      "doubters": 3,
      "mostlyGone": 6,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.082,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0075,
      "hardHitRate": 0.358,
      "sweetSpotRate": 0.351,
      "pullAirRate": 0.148,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 23,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0126,
      "pullAirJuicePer100Pa": 1.3,
      "contactPct": 0.6988,
      "contactSwings": 405,
      "contactPa": 209,
      "avgDistanceOnBarrels": 389.1,
      "avgLaunchAngleOnBarrels": 24.7,
      "avgLaunchAngle": 5.3,
      "avgDistance": 392.8,
      "longestHr": 413,
      "avgExitVelocity": 86.8,
      "longballIndex": 89.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0336,
          "percentile": 0.3766,
          "score": 87.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.082,
          "percentile": 0.5021,
          "score": 100.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0075,
          "percentile": 0.3803,
          "score": 88.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.358,
          "percentile": 0.2395,
          "score": 72.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 90.6,
      "pesky": 89.4
    },
    {
      "batter": 645277,
      "player": "Ozzie Albies",
      "team": "ATL",
      "bbe": 219,
      "pa": 219,
      "hr": 10,
      "xhr": 10.1,
      "xhrPerBbe": 0.0461,
      "xhrDiff": -0.1,
      "noDoubters": 5,
      "doubters": 0,
      "mostlyGone": 7,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 5,
      "actualNoDoubterHr": 5,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.046,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0046,
      "hardHitRate": 0.292,
      "sweetSpotRate": 0.356,
      "pullAirRate": 0.251,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 57,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0087,
      "pullAirJuicePer100Pa": 0.9,
      "contactPct": 0.8083,
      "contactSwings": 553,
      "contactPa": 283,
      "avgDistanceOnBarrels": 391.1,
      "avgLaunchAngleOnBarrels": 27.8,
      "avgLaunchAngle": 17.2,
      "avgDistance": 389.5,
      "longestHr": 416,
      "avgExitVelocity": 87.0,
      "longballIndex": 89.4,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0461,
          "percentile": 0.6,
          "score": 109.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.046,
          "percentile": 0.2143,
          "score": 69.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0046,
          "percentile": 0.2437,
          "score": 72.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.292,
          "percentile": 0.0882,
          "score": 47.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 62.7,
      "pesky": 103.5
    },
    {
      "batter": 678662,
      "player": "Ezequiel Tovar",
      "team": "COL",
      "bbe": 159,
      "pa": 159,
      "hr": 4,
      "xhr": 4.1,
      "xhrPerBbe": 0.0258,
      "xhrDiff": -0.1,
      "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.082,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0126,
      "hardHitRate": 0.358,
      "sweetSpotRate": 0.377,
      "pullAirRate": 0.208,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 30,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0145,
      "pullAirJuicePer100Pa": 1.5,
      "contactPct": 0.7413,
      "contactSwings": 545,
      "contactPa": 241,
      "avgDistanceOnBarrels": 394.0,
      "avgLaunchAngleOnBarrels": 25.6,
      "avgLaunchAngle": 14.9,
      "avgDistance": 419.8,
      "longestHr": 441,
      "avgExitVelocity": 87.1,
      "longballIndex": 87.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0258,
          "percentile": 0.2681,
          "score": 75.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.082,
          "percentile": 0.5021,
          "score": 100.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0126,
          "percentile": 0.521,
          "score": 102.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.358,
          "percentile": 0.2395,
          "score": 72.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 104.5,
      "pesky": 94.9
    },
    {
      "batter": 686469,
      "player": "Vinnie Pasquantino",
      "team": "KC",
      "bbe": 191,
      "pa": 191,
      "hr": 6,
      "xhr": 6.8,
      "xhrPerBbe": 0.0356,
      "xhrDiff": -0.8,
      "noDoubters": 4,
      "doubters": 3,
      "mostlyGone": 4,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.073,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0052,
      "hardHitRate": 0.372,
      "sweetSpotRate": 0.387,
      "pullAirRate": 0.26,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 40,
      "crushedPulledAirBbe": 6,
      "pullAirJuice": 0.0114,
      "pullAirJuicePer100Pa": 1.1,
      "contactPct": 0.8543,
      "contactSwings": 494,
      "contactPa": 272,
      "avgDistanceOnBarrels": 385.7,
      "avgLaunchAngleOnBarrels": 26.3,
      "avgLaunchAngle": 20.1,
      "avgDistance": 394.7,
      "longestHr": 422,
      "avgExitVelocity": 88.5,
      "longballIndex": 87.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0356,
          "percentile": 0.4085,
          "score": 91.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.073,
          "percentile": 0.4202,
          "score": 92.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0052,
          "percentile": 0.2689,
          "score": 76.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.372,
          "percentile": 0.313,
          "score": 81.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 76.6,
      "pesky": 109.3
    },
    {
      "batter": 647304,
      "player": "Josh Naylor",
      "team": "SEA",
      "bbe": 206,
      "pa": 206,
      "hr": 6,
      "xhr": 6.7,
      "xhrPerBbe": 0.0325,
      "xhrDiff": -0.7,
      "noDoubters": 2,
      "doubters": 3,
      "mostlyGone": 6,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.053,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0097,
      "hardHitRate": 0.383,
      "sweetSpotRate": 0.316,
      "pullAirRate": 0.204,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 42,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.01,
      "pullAirJuicePer100Pa": 1.0,
      "contactPct": 0.8147,
      "contactSwings": 464,
      "contactPa": 268,
      "avgDistanceOnBarrels": 384.7,
      "avgLaunchAngleOnBarrels": 26.7,
      "avgLaunchAngle": 13.7,
      "avgDistance": 397.0,
      "longestHr": 433,
      "avgExitVelocity": 87.5,
      "longballIndex": 85.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0325,
          "percentile": 0.3617,
          "score": 86.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.053,
          "percentile": 0.2395,
          "score": 72.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0097,
          "percentile": 0.4496,
          "score": 95.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.383,
          "percentile": 0.3571,
          "score": 85.7,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 69.7,
      "pesky": 104.3
    },
    {
      "batter": 666126,
      "player": "Carlos Cortes",
      "team": "ATH",
      "bbe": 135,
      "pa": 135,
      "hr": 5,
      "xhr": 4.7,
      "xhrPerBbe": 0.0348,
      "xhrDiff": 0.3,
      "noDoubters": 1,
      "doubters": 2,
      "mostlyGone": 4,
      "noDoubterRate": 0.2,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.089,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.422,
      "sweetSpotRate": 0.378,
      "pullAirRate": 0.109,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 17,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0075,
      "pullAirJuicePer100Pa": 0.8,
      "contactPct": 0.828,
      "contactSwings": 314,
      "contactPa": 178,
      "avgDistanceOnBarrels": 377.8,
      "avgLaunchAngleOnBarrels": 25.1,
      "avgLaunchAngle": 8.5,
      "avgDistance": 392.8,
      "longestHr": 409,
      "avgExitVelocity": 89.9,
      "longballIndex": 84.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0348,
          "percentile": 0.3957,
          "score": 89.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.089,
          "percentile": 0.5672,
          "score": 106.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.422,
          "percentile": 0.5315,
          "score": 103.1,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 55.7,
      "pesky": 106.0
    },
    {
      "batter": 661388,
      "player": "William Contreras",
      "team": "MIL",
      "bbe": 206,
      "pa": 206,
      "hr": 5,
      "xhr": 4.7,
      "xhrPerBbe": 0.0228,
      "xhrDiff": 0.3,
      "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.068,
      "hrWindowThunderBbe": 3,
      "hrWindowThunderRate": 0.0146,
      "hardHitRate": 0.417,
      "sweetSpotRate": 0.296,
      "pullAirRate": 0.165,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 28,
      "crushedPulledAirBbe": 7,
      "pullAirJuice": 0.009,
      "pullAirJuicePer100Pa": 0.9,
      "contactPct": 0.8333,
      "contactSwings": 432,
      "contactPa": 262,
      "avgDistanceOnBarrels": 377.0,
      "avgLaunchAngleOnBarrels": 26.7,
      "avgLaunchAngle": 11.9,
      "avgDistance": 411.2,
      "longestHr": 434,
      "avgExitVelocity": 89.9,
      "longballIndex": 84.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0228,
          "percentile": 0.2383,
          "score": 72.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.068,
          "percentile": 0.3718,
          "score": 87.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0146,
          "percentile": 0.5483,
          "score": 104.7,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.417,
          "percentile": 0.5063,
          "score": 100.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 62.7,
      "pesky": 106.7
    },
    {
      "batter": 681082,
      "player": "Bryson Stott",
      "team": "PHI",
      "bbe": 167,
      "pa": 167,
      "hr": 6,
      "xhr": 5.9,
      "xhrPerBbe": 0.0353,
      "xhrDiff": 0.1,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 5,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.167,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.078,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.407,
      "sweetSpotRate": 0.323,
      "pullAirRate": 0.18,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 35,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0098,
      "pullAirJuicePer100Pa": 1.0,
      "contactPct": 0.8439,
      "contactSwings": 378,
      "contactPa": 220,
      "avgDistanceOnBarrels": 377.7,
      "avgLaunchAngleOnBarrels": 26.7,
      "avgLaunchAngle": 15.4,
      "avgDistance": 391.8,
      "longestHr": 412,
      "avgExitVelocity": 89.3,
      "longballIndex": 83.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0353,
          "percentile": 0.4043,
          "score": 90.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.078,
          "percentile": 0.479,
          "score": 97.9,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.407,
          "percentile": 0.4433,
          "score": 94.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 69.7,
      "pesky": 108.0
    },
    {
      "batter": 691720,
      "player": "Kyle Karros",
      "team": "COL",
      "bbe": 134,
      "pa": 134,
      "hr": 3,
      "xhr": 2.9,
      "xhrPerBbe": 0.0216,
      "xhrDiff": 0.1,
      "noDoubters": 1,
      "doubters": 1,
      "mostlyGone": 3,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.067,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0149,
      "hardHitRate": 0.433,
      "sweetSpotRate": 0.448,
      "pullAirRate": 0.163,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 23,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0072,
      "pullAirJuicePer100Pa": 0.7,
      "contactPct": 0.7646,
      "contactSwings": 378,
      "contactPa": 213,
      "avgDistanceOnBarrels": 389.7,
      "avgLaunchAngleOnBarrels": 24.0,
      "avgLaunchAngle": 11.1,
      "avgDistance": 407.7,
      "longestHr": 448,
      "avgExitVelocity": 89.9,
      "longballIndex": 83.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0216,
          "percentile": 0.2064,
          "score": 68.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.067,
          "percentile": 0.3529,
          "score": 85.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0149,
          "percentile": 0.5609,
          "score": 106.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.433,
          "percentile": 0.5819,
          "score": 108.1,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 48.8,
      "pesky": 97.9
    },
    {
      "batter": 666182,
      "player": "Bo Bichette",
      "team": "NYM",
      "bbe": 215,
      "pa": 215,
      "hr": 5,
      "xhr": 5.8,
      "xhrPerBbe": 0.027,
      "xhrDiff": -0.8,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 5,
      "noDoubterRate": 0.4,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.074,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0047,
      "hardHitRate": 0.465,
      "sweetSpotRate": 0.335,
      "pullAirRate": 0.098,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 24,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0062,
      "pullAirJuicePer100Pa": 0.6,
      "contactPct": 0.8478,
      "contactSwings": 552,
      "contactPa": 284,
      "avgDistanceOnBarrels": 373.9,
      "avgLaunchAngleOnBarrels": 24.6,
      "avgLaunchAngle": 7.8,
      "avgDistance": 389.0,
      "longestHr": 409,
      "avgExitVelocity": 91.2,
      "longballIndex": 82.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.027,
          "percentile": 0.2894,
          "score": 78.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.074,
          "percentile": 0.437,
          "score": 93.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0047,
          "percentile": 0.2521,
          "score": 73.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.465,
          "percentile": 0.7605,
          "score": 127.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 41.8,
      "pesky": 108.5
    },
    {
      "batter": 702284,
      "player": "Cole Young",
      "team": "SEA",
      "bbe": 185,
      "pa": 185,
      "hr": 4,
      "xhr": 5.3,
      "xhrPerBbe": 0.0286,
      "xhrDiff": -1.3,
      "noDoubters": 2,
      "doubters": 2,
      "mostlyGone": 5,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.25,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.054,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0108,
      "hardHitRate": 0.368,
      "sweetSpotRate": 0.373,
      "pullAirRate": 0.227,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 38,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0097,
      "pullAirJuicePer100Pa": 1.0,
      "contactPct": 0.8042,
      "contactSwings": 480,
      "contactPa": 267,
      "avgDistanceOnBarrels": 390.2,
      "avgLaunchAngleOnBarrels": 26.6,
      "avgLaunchAngle": 16.6,
      "avgDistance": 393.2,
      "longestHr": 423,
      "avgExitVelocity": 87.3,
      "longballIndex": 82.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0286,
          "percentile": 0.3021,
          "score": 79.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.054,
          "percentile": 0.2479,
          "score": 73.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0108,
          "percentile": 0.4727,
          "score": 97.3,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.368,
          "percentile": 0.2878,
          "score": 78.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 69.7,
      "pesky": 102.9
    },
    {
      "batter": 672640,
      "player": "Otto Lopez",
      "team": "MIA",
      "bbe": 214,
      "pa": 214,
      "hr": 5,
      "xhr": 4.3,
      "xhrPerBbe": 0.0201,
      "xhrDiff": 0.7,
      "noDoubters": 2,
      "doubters": 8,
      "mostlyGone": 2,
      "noDoubterRate": 0.4,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.4,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.075,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0093,
      "hardHitRate": 0.444,
      "sweetSpotRate": 0.332,
      "pullAirRate": 0.116,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 24,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0071,
      "pullAirJuicePer100Pa": 0.7,
      "contactPct": 0.8109,
      "contactSwings": 476,
      "contactPa": 275,
      "avgDistanceOnBarrels": 374.9,
      "avgLaunchAngleOnBarrels": 25.0,
      "avgLaunchAngle": 6.3,
      "avgDistance": 399.8,
      "longestHr": 415,
      "avgExitVelocity": 89.8,
      "longballIndex": 81.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0201,
          "percentile": 0.1915,
          "score": 66.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.075,
          "percentile": 0.4496,
          "score": 95.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0093,
          "percentile": 0.4286,
          "score": 93.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.444,
          "percentile": 0.6513,
          "score": 115.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 48.8,
      "pesky": 103.8
    },
    {
      "batter": 683146,
      "player": "Brett Baty",
      "team": "NYM",
      "bbe": 137,
      "pa": 137,
      "hr": 3,
      "xhr": 2.6,
      "xhrPerBbe": 0.019,
      "xhrDiff": 0.4,
      "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.073,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0146,
      "hardHitRate": 0.372,
      "sweetSpotRate": 0.365,
      "pullAirRate": 0.131,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 19,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0116,
      "pullAirJuicePer100Pa": 1.2,
      "contactPct": 0.7367,
      "contactSwings": 414,
      "contactPa": 219,
      "avgDistanceOnBarrels": 371.2,
      "avgLaunchAngleOnBarrels": 26.3,
      "avgLaunchAngle": 8.4,
      "avgDistance": 414.7,
      "longestHr": 451,
      "avgExitVelocity": 88.9,
      "longballIndex": 81.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.019,
          "percentile": 0.183,
          "score": 64.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.073,
          "percentile": 0.4202,
          "score": 92.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0146,
          "percentile": 0.5483,
          "score": 104.7,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.372,
          "percentile": 0.313,
          "score": 81.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 83.6,
      "pesky": 94.3
    },
    {
      "batter": 605141,
      "player": "Mookie Betts",
      "team": "LAD",
      "bbe": 105,
      "pa": 105,
      "hr": 6,
      "xhr": 3.4,
      "xhrPerBbe": 0.0324,
      "xhrDiff": 2.6,
      "noDoubters": 1,
      "doubters": 4,
      "mostlyGone": 3,
      "noDoubterRate": 0.167,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.333,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.086,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.352,
      "sweetSpotRate": 0.419,
      "pullAirRate": null,
      "pullAirSource": "unavailable",
      "pulledAirBbe": 22,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0057,
      "pullAirJuicePer100Pa": 0.6,
      "contactPct": 0.8702,
      "contactSwings": 208,
      "contactPa": 133,
      "avgDistanceOnBarrels": 381.9,
      "avgLaunchAngleOnBarrels": 27.2,
      "avgLaunchAngle": 19.5,
      "avgDistance": 388.2,
      "longestHr": 414,
      "avgExitVelocity": 89.9,
      "longballIndex": 80.7,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0324,
          "percentile": 0.3574,
          "score": 85.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.086,
          "percentile": 0.5357,
          "score": 103.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.352,
          "percentile": 0.2227,
          "score": 70.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 41.8,
      "pesky": 111.4
    },
    {
      "batter": 607208,
      "player": "Trea Turner",
      "team": "PHI",
      "bbe": 202,
      "pa": 202,
      "hr": 7,
      "xhr": 4.9,
      "xhrPerBbe": 0.0243,
      "xhrDiff": 2.1,
      "noDoubters": 3,
      "doubters": 3,
      "mostlyGone": 2,
      "noDoubterRate": 0.429,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.286,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.054,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0099,
      "hardHitRate": 0.401,
      "sweetSpotRate": 0.342,
      "pullAirRate": 0.129,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 33,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0082,
      "pullAirJuicePer100Pa": 0.8,
      "contactPct": 0.7545,
      "contactSwings": 550,
      "contactPa": 282,
      "avgDistanceOnBarrels": 381.5,
      "avgLaunchAngleOnBarrels": 26.1,
      "avgLaunchAngle": 10.6,
      "avgDistance": 393.6,
      "longestHr": 434,
      "avgExitVelocity": 89.3,
      "longballIndex": 80.3,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0243,
          "percentile": 0.2553,
          "score": 74.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.054,
          "percentile": 0.2479,
          "score": 73.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0099,
          "percentile": 0.4538,
          "score": 95.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.401,
          "percentile": 0.4223,
          "score": 92.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 55.7,
      "pesky": 96.6
    },
    {
      "batter": 669364,
      "player": "Xavier Edwards",
      "team": "MIA",
      "bbe": 212,
      "pa": 212,
      "hr": 6,
      "xhr": 6.8,
      "xhrPerBbe": 0.0321,
      "xhrDiff": -0.8,
      "noDoubters": 2,
      "doubters": 3,
      "mostlyGone": 6,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.061,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0047,
      "hardHitRate": 0.321,
      "sweetSpotRate": 0.401,
      "pullAirRate": 0.127,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 30,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0065,
      "pullAirJuicePer100Pa": 0.7,
      "contactPct": 0.8733,
      "contactSwings": 434,
      "contactPa": 280,
      "avgDistanceOnBarrels": 387.8,
      "avgLaunchAngleOnBarrels": 27.5,
      "avgLaunchAngle": 10.0,
      "avgDistance": 395.5,
      "longestHr": 422,
      "avgExitVelocity": 86.4,
      "longballIndex": 80.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0321,
          "percentile": 0.3489,
          "score": 84.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.061,
          "percentile": 0.3151,
          "score": 81.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0047,
          "percentile": 0.2521,
          "score": 73.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.321,
          "percentile": 0.1618,
          "score": 61.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 48.8,
      "pesky": 111.8
    },
    {
      "batter": 671732,
      "player": "Lawrence Butler",
      "team": "ATH",
      "bbe": 108,
      "pa": 108,
      "hr": 3,
      "xhr": 2.4,
      "xhrPerBbe": 0.0222,
      "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.056,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0093,
      "hardHitRate": 0.454,
      "sweetSpotRate": 0.333,
      "pullAirRate": 0.082,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 9,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0054,
      "pullAirJuicePer100Pa": 0.5,
      "contactPct": 0.7402,
      "contactSwings": 331,
      "contactPa": 177,
      "avgDistanceOnBarrels": 365.5,
      "avgLaunchAngleOnBarrels": 25.7,
      "avgLaunchAngle": 4.7,
      "avgDistance": 378.0,
      "longestHr": 404,
      "avgExitVelocity": 88.9,
      "longballIndex": 80.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0222,
          "percentile": 0.2298,
          "score": 71.1,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.056,
          "percentile": 0.2689,
          "score": 76.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0093,
          "percentile": 0.4286,
          "score": 93.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.454,
          "percentile": 0.7059,
          "score": 121.1,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 34.8,
      "pesky": 94.7
    },
    {
      "batter": 663656,
      "player": "Kyle Tucker",
      "team": "LAD",
      "bbe": 180,
      "pa": 180,
      "hr": 5,
      "xhr": 5.2,
      "xhrPerBbe": 0.0289,
      "xhrDiff": -0.2,
      "noDoubters": 1,
      "doubters": 4,
      "mostlyGone": 4,
      "noDoubterRate": 0.2,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.056,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0056,
      "hardHitRate": 0.389,
      "sweetSpotRate": 0.372,
      "pullAirRate": 0.244,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 43,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0108,
      "pullAirJuicePer100Pa": 1.1,
      "contactPct": 0.7782,
      "contactSwings": 505,
      "contactPa": 266,
      "avgDistanceOnBarrels": 388.2,
      "avgLaunchAngleOnBarrels": 25.4,
      "avgLaunchAngle": 16.1,
      "avgDistance": 402.6,
      "longestHr": 435,
      "avgExitVelocity": 88.9,
      "longballIndex": 80.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0289,
          "percentile": 0.3128,
          "score": 81.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.056,
          "percentile": 0.2689,
          "score": 76.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0056,
          "percentile": 0.3046,
          "score": 80.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.389,
          "percentile": 0.3697,
          "score": 87.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 76.6,
      "pesky": 99.6
    },
    {
      "batter": 662139,
      "player": "Daulton Varsho",
      "team": "TOR",
      "bbe": 167,
      "pa": 167,
      "hr": 5,
      "xhr": 4.5,
      "xhrPerBbe": 0.0269,
      "xhrDiff": 0.5,
      "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.06,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.006,
      "hardHitRate": 0.383,
      "sweetSpotRate": 0.371,
      "pullAirRate": 0.192,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 33,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0071,
      "pullAirJuicePer100Pa": 0.7,
      "contactPct": 0.8294,
      "contactSwings": 469,
      "contactPa": 237,
      "avgDistanceOnBarrels": 371.8,
      "avgLaunchAngleOnBarrels": 24.3,
      "avgLaunchAngle": 13.6,
      "avgDistance": 387.4,
      "longestHr": 405,
      "avgExitVelocity": 85.6,
      "longballIndex": 79.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0269,
          "percentile": 0.2851,
          "score": 77.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.06,
          "percentile": 0.3046,
          "score": 80.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.006,
          "percentile": 0.3277,
          "score": 82.6,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.383,
          "percentile": 0.3571,
          "score": 85.7,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 48.8,
      "pesky": 106.2
    },
    {
      "batter": 800050,
      "player": "Chase Delauter",
      "team": "CLE",
      "bbe": 194,
      "pa": 194,
      "hr": 7,
      "xhr": 5.4,
      "xhrPerBbe": 0.0278,
      "xhrDiff": 1.6,
      "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.062,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0052,
      "hardHitRate": 0.407,
      "sweetSpotRate": 0.381,
      "pullAirRate": 0.184,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 29,
      "crushedPulledAirBbe": 6,
      "pullAirJuice": 0.011,
      "pullAirJuicePer100Pa": 1.1,
      "contactPct": 0.8624,
      "contactSwings": 407,
      "contactPa": 255,
      "avgDistanceOnBarrels": 373.2,
      "avgLaunchAngleOnBarrels": 25.7,
      "avgLaunchAngle": 14.6,
      "avgDistance": 376.3,
      "longestHr": 422,
      "avgExitVelocity": 90.0,
      "longballIndex": 79.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0278,
          "percentile": 0.2979,
          "score": 79.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.062,
          "percentile": 0.3256,
          "score": 82.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0052,
          "percentile": 0.2689,
          "score": 76.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.407,
          "percentile": 0.4433,
          "score": 94.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 76.6,
      "pesky": 110.4
    },
    {
      "batter": 665926,
      "player": "Andr\u00e9s Gim\u00e9nez",
      "team": "TOR",
      "bbe": 170,
      "pa": 170,
      "hr": 6,
      "xhr": 5.3,
      "xhrPerBbe": 0.0312,
      "xhrDiff": 0.7,
      "noDoubters": 3,
      "doubters": 0,
      "mostlyGone": 3,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.035,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0118,
      "hardHitRate": 0.247,
      "sweetSpotRate": 0.276,
      "pullAirRate": 0.129,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 24,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0063,
      "pullAirJuicePer100Pa": 0.6,
      "contactPct": 0.7787,
      "contactSwings": 470,
      "contactPa": 227,
      "avgDistanceOnBarrels": 391.5,
      "avgLaunchAngleOnBarrels": 28.8,
      "avgLaunchAngle": 9.7,
      "avgDistance": 387.2,
      "longestHr": 412,
      "avgExitVelocity": 85.0,
      "longballIndex": 79.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0312,
          "percentile": 0.3277,
          "score": 82.6,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.035,
          "percentile": 0.1513,
          "score": 59.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0118,
          "percentile": 0.4979,
          "score": 99.8,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.247,
          "percentile": 0.042,
          "score": 32.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 41.8,
      "pesky": 99.7
    },
    {
      "batter": 694497,
      "player": "Evan Carter",
      "team": "TEX",
      "bbe": 133,
      "pa": 133,
      "hr": 6,
      "xhr": 4.3,
      "xhrPerBbe": 0.0323,
      "xhrDiff": 1.7,
      "noDoubters": 1,
      "doubters": 3,
      "mostlyGone": 5,
      "noDoubterRate": 0.167,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.075,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.383,
      "sweetSpotRate": 0.331,
      "pullAirRate": 0.158,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 28,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0076,
      "pullAirJuicePer100Pa": 0.8,
      "contactPct": 0.7589,
      "contactSwings": 365,
      "contactPa": 214,
      "avgDistanceOnBarrels": 368.8,
      "avgLaunchAngleOnBarrels": 26.9,
      "avgLaunchAngle": 17.6,
      "avgDistance": 371.0,
      "longestHr": 388,
      "avgExitVelocity": 85.9,
      "longballIndex": 79.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0323,
          "percentile": 0.3532,
          "score": 85.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.075,
          "percentile": 0.4496,
          "score": 95.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.383,
          "percentile": 0.3571,
          "score": 85.7,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 55.7,
      "pesky": 97.1
    },
    {
      "batter": 596115,
      "player": "Trevor Story",
      "team": "BOS",
      "bbe": 110,
      "pa": 110,
      "hr": 3,
      "xhr": 3.0,
      "xhrPerBbe": 0.0273,
      "xhrDiff": 0.0,
      "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,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0091,
      "hardHitRate": 0.418,
      "sweetSpotRate": 0.318,
      "pullAirRate": 0.209,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 25,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0099,
      "pullAirJuicePer100Pa": 1.0,
      "contactPct": 0.7163,
      "contactSwings": 363,
      "contactPa": 176,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 24.5,
      "avgLaunchAngle": 12.6,
      "avgDistance": 412.3,
      "longestHr": 424,
      "avgExitVelocity": 88.3,
      "longballIndex": 79.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0273,
          "percentile": 0.2936,
          "score": 78.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.036,
          "percentile": 0.1555,
          "score": 60.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0091,
          "percentile": 0.416,
          "score": 91.7,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.418,
          "percentile": 0.5189,
          "score": 101.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 69.7,
      "pesky": 91.7
    },
    {
      "batter": 677942,
      "player": "Blaze Alexander",
      "team": "BAL",
      "bbe": 102,
      "pa": 102,
      "hr": 2,
      "xhr": 1.8,
      "xhrPerBbe": 0.0176,
      "xhrDiff": 0.2,
      "noDoubters": 0,
      "doubters": 2,
      "mostlyGone": 2,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.049,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0196,
      "hardHitRate": 0.461,
      "sweetSpotRate": 0.431,
      "pullAirRate": 0.088,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 12,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0114,
      "pullAirJuicePer100Pa": 1.1,
      "contactPct": 0.7455,
      "contactSwings": 330,
      "contactPa": 152,
      "avgDistanceOnBarrels": 376.0,
      "avgLaunchAngleOnBarrels": 25.4,
      "avgLaunchAngle": 8.9,
      "avgDistance": 392.5,
      "longestHr": 399,
      "avgExitVelocity": 89.4,
      "longballIndex": 79.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0176,
          "percentile": 0.1489,
          "score": 59.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.049,
          "percentile": 0.2227,
          "score": 70.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0196,
          "percentile": 0.6765,
          "score": 117.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.461,
          "percentile": 0.7395,
          "score": 125.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 76.6,
      "pesky": 95.4
    },
    {
      "batter": 672761,
      "player": "Wenceel P\u00e9rez",
      "team": "DET",
      "bbe": 125,
      "pa": 125,
      "hr": 6,
      "xhr": 4.2,
      "xhrPerBbe": 0.0336,
      "xhrDiff": 1.8,
      "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.072,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.344,
      "sweetSpotRate": 0.24,
      "pullAirRate": 0.192,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 24,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0097,
      "pullAirJuicePer100Pa": 1.0,
      "contactPct": 0.8396,
      "contactSwings": 293,
      "contactPa": 165,
      "avgDistanceOnBarrels": 386.8,
      "avgLaunchAngleOnBarrels": 24.7,
      "avgLaunchAngle": 15.9,
      "avgDistance": 385.7,
      "longestHr": 415,
      "avgExitVelocity": 87.4,
      "longballIndex": 79.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0336,
          "percentile": 0.3766,
          "score": 87.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.072,
          "percentile": 0.4055,
          "score": 90.7,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.344,
          "percentile": 0.2059,
          "score": 68.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 69.7,
      "pesky": 107.5
    },
    {
      "batter": 665487,
      "player": "Fernando Tat\u00eds",
      "team": "SD",
      "bbe": 184,
      "pa": 184,
      "hr": 1,
      "xhr": 3.0,
      "xhrPerBbe": 0.0163,
      "xhrDiff": -2.0,
      "noDoubters": 1,
      "doubters": 4,
      "mostlyGone": 3,
      "noDoubterRate": 1.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.103,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0054,
      "hardHitRate": 0.511,
      "sweetSpotRate": 0.337,
      "pullAirRate": 0.092,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 18,
      "crushedPulledAirBbe": 7,
      "pullAirJuice": 0.0086,
      "pullAirJuicePer100Pa": 0.9,
      "contactPct": 0.7335,
      "contactSwings": 469,
      "contactPa": 270,
      "avgDistanceOnBarrels": 363.2,
      "avgLaunchAngleOnBarrels": 25.0,
      "avgLaunchAngle": 3.0,
      "avgDistance": 451.0,
      "longestHr": 451,
      "avgExitVelocity": 90.1,
      "longballIndex": 77.3,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0163,
          "percentile": 0.1128,
          "score": 52.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.103,
          "percentile": 0.6723,
          "score": 117.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0054,
          "percentile": 0.2899,
          "score": 78.4,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.511,
          "percentile": 0.9286,
          "score": 157.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 62.7,
      "pesky": 93.9
    },
    {
      "batter": 677587,
      "player": "Brayan Rocchio",
      "team": "CLE",
      "bbe": 180,
      "pa": 180,
      "hr": 5,
      "xhr": 4.5,
      "xhrPerBbe": 0.025,
      "xhrDiff": 0.5,
      "noDoubters": 1,
      "doubters": 3,
      "mostlyGone": 4,
      "noDoubterRate": 0.2,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.2,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.033,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0111,
      "hardHitRate": 0.328,
      "sweetSpotRate": 0.339,
      "pullAirRate": 0.176,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 24,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0059,
      "pullAirJuicePer100Pa": 0.6,
      "contactPct": 0.7903,
      "contactSwings": 453,
      "contactPa": 239,
      "avgDistanceOnBarrels": 382.7,
      "avgLaunchAngleOnBarrels": 29.5,
      "avgLaunchAngle": 10.8,
      "avgDistance": 382.2,
      "longestHr": 402,
      "avgExitVelocity": 85.6,
      "longballIndex": 77.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.025,
          "percentile": 0.2638,
          "score": 75.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.033,
          "percentile": 0.1429,
          "score": 58.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0111,
          "percentile": 0.4832,
          "score": 98.4,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.328,
          "percentile": 0.1723,
          "score": 63.1,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 41.8,
      "pesky": 101.2
    },
    {
      "batter": 673962,
      "player": "Josh Jung",
      "team": "TEX",
      "bbe": 194,
      "pa": 194,
      "hr": 8,
      "xhr": 4.6,
      "xhrPerBbe": 0.0237,
      "xhrDiff": 3.4,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 3,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 3,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.375,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.057,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0052,
      "hardHitRate": 0.433,
      "sweetSpotRate": 0.392,
      "pullAirRate": 0.175,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 29,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0086,
      "pullAirJuicePer100Pa": 0.9,
      "contactPct": 0.8364,
      "contactSwings": 428,
      "contactPa": 253,
      "avgDistanceOnBarrels": 378.1,
      "avgLaunchAngleOnBarrels": 24.7,
      "avgLaunchAngle": 11.9,
      "avgDistance": 386.9,
      "longestHr": 424,
      "avgExitVelocity": 89.3,
      "longballIndex": 76.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0237,
          "percentile": 0.2468,
          "score": 73.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.057,
          "percentile": 0.2815,
          "score": 77.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0052,
          "percentile": 0.2689,
          "score": 76.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.433,
          "percentile": 0.5819,
          "score": 108.1,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 62.7,
      "pesky": 107.1
    },
    {
      "batter": 656775,
      "player": "Cedric Mullins",
      "team": "TB",
      "bbe": 153,
      "pa": 153,
      "hr": 5,
      "xhr": 5.8,
      "xhrPerBbe": 0.0379,
      "xhrDiff": -0.8,
      "noDoubters": 1,
      "doubters": 0,
      "mostlyGone": 6,
      "noDoubterRate": 0.2,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.033,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.307,
      "sweetSpotRate": 0.301,
      "pullAirRate": 0.307,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 43,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0069,
      "pullAirJuicePer100Pa": 0.7,
      "contactPct": 0.8087,
      "contactSwings": 413,
      "contactPa": 216,
      "avgDistanceOnBarrels": 391.2,
      "avgLaunchAngleOnBarrels": 29.4,
      "avgLaunchAngle": 25.4,
      "avgDistance": 386.4,
      "longestHr": 403,
      "avgExitVelocity": 84.7,
      "longballIndex": 75.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0379,
          "percentile": 0.4468,
          "score": 94.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.033,
          "percentile": 0.1429,
          "score": 58.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.307,
          "percentile": 0.1261,
          "score": 55.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 48.8,
      "pesky": 103.5
    },
    {
      "batter": 609280,
      "player": "Miguel And\u00fajar",
      "team": "SD",
      "bbe": 155,
      "pa": 155,
      "hr": 5,
      "xhr": 5.3,
      "xhrPerBbe": 0.0342,
      "xhrDiff": -0.3,
      "noDoubters": 4,
      "doubters": 3,
      "mostlyGone": 2,
      "noDoubterRate": 0.8,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 4,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.045,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.368,
      "sweetSpotRate": 0.29,
      "pullAirRate": 0.2,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 23,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0045,
      "pullAirJuicePer100Pa": 0.5,
      "contactPct": 0.8222,
      "contactSwings": 405,
      "contactPa": 196,
      "avgDistanceOnBarrels": 394.6,
      "avgLaunchAngleOnBarrels": 25.7,
      "avgLaunchAngle": 6.8,
      "avgDistance": 393.6,
      "longestHr": 407,
      "avgExitVelocity": 88.0,
      "longballIndex": 75.4,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0342,
          "percentile": 0.3851,
          "score": 88.6,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.045,
          "percentile": 0.2059,
          "score": 68.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.368,
          "percentile": 0.2878,
          "score": 78.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 34.8,
      "pesky": 105.2
    },
    {
      "batter": 545121,
      "player": "Ildemaro Vargas",
      "team": "AZ",
      "bbe": 195,
      "pa": 195,
      "hr": 7,
      "xhr": 5.6,
      "xhrPerBbe": 0.0287,
      "xhrDiff": 1.4,
      "noDoubters": 2,
      "doubters": 1,
      "mostlyGone": 4,
      "noDoubterRate": 0.286,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.143,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.041,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0051,
      "hardHitRate": 0.318,
      "sweetSpotRate": 0.313,
      "pullAirRate": 0.221,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 41,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0078,
      "pullAirJuicePer100Pa": 0.8,
      "contactPct": 0.8665,
      "contactSwings": 397,
      "contactPa": 227,
      "avgDistanceOnBarrels": 397.8,
      "avgLaunchAngleOnBarrels": 24.0,
      "avgLaunchAngle": 9.9,
      "avgDistance": 398.7,
      "longestHr": 431,
      "avgExitVelocity": 86.1,
      "longballIndex": 75.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0287,
          "percentile": 0.3064,
          "score": 80.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.041,
          "percentile": 0.1891,
          "score": 65.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0051,
          "percentile": 0.2605,
          "score": 75.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.318,
          "percentile": 0.1513,
          "score": 59.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 55.7,
      "pesky": 110.9
    },
    {
      "batter": 805367,
      "player": "Chase Meidroth",
      "team": "CWS",
      "bbe": 179,
      "pa": 179,
      "hr": 5,
      "xhr": 4.0,
      "xhrPerBbe": 0.0223,
      "xhrDiff": 1.0,
      "noDoubters": 2,
      "doubters": 3,
      "mostlyGone": 3,
      "noDoubterRate": 0.4,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.056,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0056,
      "hardHitRate": 0.369,
      "sweetSpotRate": 0.341,
      "pullAirRate": 0.148,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 30,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0066,
      "pullAirJuicePer100Pa": 0.7,
      "contactPct": 0.8222,
      "contactSwings": 450,
      "contactPa": 271,
      "avgDistanceOnBarrels": 373.5,
      "avgLaunchAngleOnBarrels": 25.2,
      "avgLaunchAngle": 6.9,
      "avgDistance": 383.8,
      "longestHr": 417,
      "avgExitVelocity": 86.0,
      "longballIndex": 75.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0223,
          "percentile": 0.234,
          "score": 71.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.056,
          "percentile": 0.2689,
          "score": 76.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0056,
          "percentile": 0.3046,
          "score": 80.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.369,
          "percentile": 0.2983,
          "score": 79.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 48.8,
      "pesky": 105.2
    },
    {
      "batter": 687551,
      "player": "Drew Gilbert",
      "team": "SF",
      "bbe": 100,
      "pa": 100,
      "hr": 3,
      "xhr": 3.8,
      "xhrPerBbe": 0.038,
      "xhrDiff": -0.8,
      "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.03,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.32,
      "sweetSpotRate": 0.3,
      "pullAirRate": 0.186,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 13,
      "crushedPulledAirBbe": 1,
      "pullAirJuice": 0.0057,
      "pullAirJuicePer100Pa": 0.6,
      "contactPct": 0.7749,
      "contactSwings": 231,
      "contactPa": 141,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 25.3,
      "avgLaunchAngle": 15.6,
      "avgDistance": 393.3,
      "longestHr": 421,
      "avgExitVelocity": 83.0,
      "longballIndex": 74.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.038,
          "percentile": 0.4511,
          "score": 95.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.03,
          "percentile": 0.1134,
          "score": 52.9,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.32,
          "percentile": 0.1555,
          "score": 60.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 41.8,
      "pesky": 99.2
    },
    {
      "batter": 621493,
      "player": "Taylor Ward",
      "team": "BAL",
      "bbe": 178,
      "pa": 178,
      "hr": 3,
      "xhr": 3.9,
      "xhrPerBbe": 0.0219,
      "xhrDiff": -0.9,
      "noDoubters": 3,
      "doubters": 5,
      "mostlyGone": 1,
      "noDoubterRate": 1.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 3,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.051,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0056,
      "hardHitRate": 0.404,
      "sweetSpotRate": 0.371,
      "pullAirRate": 0.118,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 22,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0052,
      "pullAirJuicePer100Pa": 0.5,
      "contactPct": 0.8329,
      "contactSwings": 407,
      "contactPa": 298,
      "avgDistanceOnBarrels": 379.0,
      "avgLaunchAngleOnBarrels": 24.7,
      "avgLaunchAngle": 13.8,
      "avgDistance": 386.3,
      "longestHr": 394,
      "avgExitVelocity": 89.4,
      "longballIndex": 73.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0219,
          "percentile": 0.2191,
          "score": 69.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.051,
          "percentile": 0.229,
          "score": 71.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0056,
          "percentile": 0.3046,
          "score": 80.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.404,
          "percentile": 0.4328,
          "score": 93.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 34.8,
      "pesky": 106.6
    },
    {
      "batter": 664983,
      "player": "Jake Mccarthy",
      "team": "COL",
      "bbe": 138,
      "pa": 138,
      "hr": 4,
      "xhr": 3.0,
      "xhrPerBbe": 0.0217,
      "xhrDiff": 1.0,
      "noDoubters": 1,
      "doubters": 2,
      "mostlyGone": 3,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.25,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.058,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0072,
      "hardHitRate": 0.246,
      "sweetSpotRate": 0.377,
      "pullAirRate": 0.137,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 24,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0068,
      "pullAirJuicePer100Pa": 0.7,
      "contactPct": 0.7983,
      "contactSwings": 352,
      "contactPa": 188,
      "avgDistanceOnBarrels": 405.9,
      "avgLaunchAngleOnBarrels": 27.4,
      "avgLaunchAngle": 11.1,
      "avgDistance": 418.2,
      "longestHr": 448,
      "avgExitVelocity": 81.9,
      "longballIndex": 73.4,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0217,
          "percentile": 0.2128,
          "score": 68.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.058,
          "percentile": 0.2899,
          "score": 78.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0072,
          "percentile": 0.3697,
          "score": 87.0,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.246,
          "percentile": 0.0378,
          "score": 30.7,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 48.8,
      "pesky": 102.2
    },
    {
      "batter": 666397,
      "player": "Edouard Julien",
      "team": "COL",
      "bbe": 104,
      "pa": 104,
      "hr": 2,
      "xhr": 1.6,
      "xhrPerBbe": 0.0154,
      "xhrDiff": 0.4,
      "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.067,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0096,
      "hardHitRate": 0.49,
      "sweetSpotRate": 0.442,
      "pullAirRate": 0.125,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 14,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0098,
      "pullAirJuicePer100Pa": 1.0,
      "contactPct": 0.7621,
      "contactSwings": 311,
      "contactPa": 176,
      "avgDistanceOnBarrels": 369.9,
      "avgLaunchAngleOnBarrels": 25.0,
      "avgLaunchAngle": 8.5,
      "avgDistance": 389.0,
      "longestHr": 403,
      "avgExitVelocity": 90.7,
      "longballIndex": 73.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0154,
          "percentile": 0.1021,
          "score": 50.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.067,
          "percentile": 0.3529,
          "score": 85.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0096,
          "percentile": 0.4433,
          "score": 94.4,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.49,
          "percentile": 0.8634,
          "score": 142.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 69.7,
      "pesky": 97.5
    },
    {
      "batter": 694384,
      "player": "Nolan Schanuel",
      "team": "LAA",
      "bbe": 164,
      "pa": 164,
      "hr": 4,
      "xhr": 4.3,
      "xhrPerBbe": 0.0262,
      "xhrDiff": -0.3,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 3,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.03,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0061,
      "hardHitRate": 0.317,
      "sweetSpotRate": 0.378,
      "pullAirRate": 0.183,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 27,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0075,
      "pullAirJuicePer100Pa": 0.8,
      "contactPct": 0.8312,
      "contactSwings": 397,
      "contactPa": 216,
      "avgDistanceOnBarrels": 376.8,
      "avgLaunchAngleOnBarrels": 26.8,
      "avgLaunchAngle": 9.8,
      "avgDistance": 371.2,
      "longestHr": 392,
      "avgExitVelocity": 86.7,
      "longballIndex": 72.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0262,
          "percentile": 0.2766,
          "score": 76.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.03,
          "percentile": 0.1134,
          "score": 52.9,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0061,
          "percentile": 0.3382,
          "score": 83.7,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.317,
          "percentile": 0.1471,
          "score": 59.1,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 55.7,
      "pesky": 106.4
    },
    {
      "batter": 643289,
      "player": "Mauricio Dub\u00f3n",
      "team": "ATL",
      "bbe": 186,
      "pa": 186,
      "hr": 6,
      "xhr": 5.4,
      "xhrPerBbe": 0.029,
      "xhrDiff": 0.6,
      "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.059,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.29,
      "sweetSpotRate": 0.414,
      "pullAirRate": 0.144,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 30,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0062,
      "pullAirJuicePer100Pa": 0.6,
      "contactPct": 0.8422,
      "contactSwings": 469,
      "contactPa": 246,
      "avgDistanceOnBarrels": 384.3,
      "avgLaunchAngleOnBarrels": 24.9,
      "avgLaunchAngle": 16.6,
      "avgDistance": 393.0,
      "longestHr": 413,
      "avgExitVelocity": 87.0,
      "longballIndex": 72.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.029,
          "percentile": 0.3191,
          "score": 81.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.059,
          "percentile": 0.2983,
          "score": 79.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.29,
          "percentile": 0.0819,
          "score": 45.7,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 41.8,
      "pesky": 107.8
    },
    {
      "batter": 677649,
      "player": "Ezequiel Duran",
      "team": "TEX",
      "bbe": 138,
      "pa": 138,
      "hr": 4,
      "xhr": 3.7,
      "xhrPerBbe": 0.0268,
      "xhrDiff": 0.3,
      "noDoubters": 2,
      "doubters": 3,
      "mostlyGone": 3,
      "noDoubterRate": 0.5,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.25,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.058,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.399,
      "sweetSpotRate": 0.37,
      "pullAirRate": 0.164,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 23,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0107,
      "pullAirJuicePer100Pa": 1.1,
      "contactPct": 0.7473,
      "contactSwings": 376,
      "contactPa": 204,
      "avgDistanceOnBarrels": 379.4,
      "avgLaunchAngleOnBarrels": 23.9,
      "avgLaunchAngle": 10.6,
      "avgDistance": 369.5,
      "longestHr": 393,
      "avgExitVelocity": 89.4,
      "longballIndex": 72.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0268,
          "percentile": 0.2809,
          "score": 77.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.058,
          "percentile": 0.2899,
          "score": 78.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.399,
          "percentile": 0.4034,
          "score": 90.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 76.6,
      "pesky": 95.7
    },
    {
      "batter": 676609,
      "player": "Jos\u00e9 Caballero",
      "team": "NYY",
      "bbe": 135,
      "pa": 135,
      "hr": 5,
      "xhr": 2.7,
      "xhrPerBbe": 0.02,
      "xhrDiff": 2.3,
      "noDoubters": 1,
      "doubters": 5,
      "mostlyGone": 2,
      "noDoubterRate": 0.2,
      "actualDoubterHr": 3,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.6,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.03,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0148,
      "hardHitRate": 0.267,
      "sweetSpotRate": 0.326,
      "pullAirRate": 0.179,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 24,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0108,
      "pullAirJuicePer100Pa": 1.1,
      "contactPct": 0.7682,
      "contactSwings": 358,
      "contactPa": 185,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 25.0,
      "avgLaunchAngle": 8.8,
      "avgDistance": 365.0,
      "longestHr": 397,
      "avgExitVelocity": 80.5,
      "longballIndex": 71.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.02,
          "percentile": 0.1872,
          "score": 65.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.03,
          "percentile": 0.1134,
          "score": 52.9,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0148,
          "percentile": 0.5546,
          "score": 105.4,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.267,
          "percentile": 0.0546,
          "score": 37.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 76.6,
      "pesky": 98.3
    },
    {
      "batter": 650402,
      "player": "Gleyber Torres",
      "team": "DET",
      "bbe": 110,
      "pa": 110,
      "hr": 3,
      "xhr": 1.9,
      "xhrPerBbe": 0.0173,
      "xhrDiff": 1.1,
      "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.064,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0091,
      "hardHitRate": 0.3,
      "sweetSpotRate": 0.382,
      "pullAirRate": 0.055,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 12,
      "crushedPulledAirBbe": 1,
      "pullAirJuice": 0.0044,
      "pullAirJuicePer100Pa": 0.4,
      "contactPct": 0.8172,
      "contactSwings": 279,
      "contactPa": 166,
      "avgDistanceOnBarrels": 390.7,
      "avgLaunchAngleOnBarrels": 27.0,
      "avgLaunchAngle": 7.2,
      "avgDistance": 395.0,
      "longestHr": 433,
      "avgExitVelocity": 84.6,
      "longballIndex": 70.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0173,
          "percentile": 0.1383,
          "score": 57.6,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.064,
          "percentile": 0.3382,
          "score": 83.7,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0091,
          "percentile": 0.416,
          "score": 91.7,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.3,
          "percentile": 0.0966,
          "score": 49.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 27.9,
      "pesky": 104.6
    },
    {
      "batter": 608324,
      "player": "Alex Bregman",
      "team": "CHC",
      "bbe": 212,
      "pa": 212,
      "hr": 5,
      "xhr": 4.5,
      "xhrPerBbe": 0.0212,
      "xhrDiff": 0.5,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 3,
      "noDoubterRate": 0.4,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.2,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.052,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0047,
      "hardHitRate": 0.392,
      "sweetSpotRate": 0.33,
      "pullAirRate": 0.23,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 48,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0054,
      "pullAirJuicePer100Pa": 0.5,
      "contactPct": 0.8288,
      "contactSwings": 479,
      "contactPa": 298,
      "avgDistanceOnBarrels": 382.8,
      "avgLaunchAngleOnBarrels": 28.7,
      "avgLaunchAngle": 15.2,
      "avgDistance": 392.4,
      "longestHr": 408,
      "avgExitVelocity": 88.3,
      "longballIndex": 70.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0212,
          "percentile": 0.2,
          "score": 67.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.052,
          "percentile": 0.2353,
          "score": 71.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0047,
          "percentile": 0.2521,
          "score": 73.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.392,
          "percentile": 0.3782,
          "score": 87.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 34.8,
      "pesky": 106.1
    },
    {
      "batter": 665489,
      "player": "Vladimir Guerrero",
      "team": "TOR",
      "bbe": 207,
      "pa": 207,
      "hr": 3,
      "xhr": 2.9,
      "xhrPerBbe": 0.014,
      "xhrDiff": 0.1,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 1,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.333,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.068,
      "hrWindowThunderBbe": 3,
      "hrWindowThunderRate": 0.0145,
      "hardHitRate": 0.449,
      "sweetSpotRate": 0.309,
      "pullAirRate": 0.145,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 26,
      "crushedPulledAirBbe": 6,
      "pullAirJuice": 0.0065,
      "pullAirJuicePer100Pa": 0.7,
      "contactPct": 0.819,
      "contactSwings": 464,
      "contactPa": 270,
      "avgDistanceOnBarrels": 364.9,
      "avgLaunchAngleOnBarrels": 21.6,
      "avgLaunchAngle": 9.0,
      "avgDistance": 412.0,
      "longestHr": 437,
      "avgExitVelocity": 90.6,
      "longballIndex": 70.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.014,
          "percentile": 0.0723,
          "score": 43.1,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.068,
          "percentile": 0.3718,
          "score": 87.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0145,
          "percentile": 0.5399,
          "score": 103.9,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.449,
          "percentile": 0.6681,
          "score": 117.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 48.8,
      "pesky": 104.8
    },
    {
      "batter": 592663,
      "player": "J. T. Realmuto",
      "team": "PHI",
      "bbe": 111,
      "pa": 111,
      "hr": 3,
      "xhr": 2.9,
      "xhrPerBbe": 0.0261,
      "xhrDiff": 0.1,
      "noDoubters": 2,
      "doubters": 0,
      "mostlyGone": 2,
      "noDoubterRate": 0.667,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.045,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.423,
      "sweetSpotRate": 0.315,
      "pullAirRate": 0.153,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 16,
      "crushedPulledAirBbe": 1,
      "pullAirJuice": 0.008,
      "pullAirJuicePer100Pa": 0.8,
      "contactPct": 0.7885,
      "contactSwings": 279,
      "contactPa": 157,
      "avgDistanceOnBarrels": 389.6,
      "avgLaunchAngleOnBarrels": 26.0,
      "avgLaunchAngle": 10.9,
      "avgDistance": 402.7,
      "longestHr": 422,
      "avgExitVelocity": 89.0,
      "longballIndex": 70.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0261,
          "percentile": 0.2723,
          "score": 76.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.045,
          "percentile": 0.2059,
          "score": 68.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.423,
          "percentile": 0.5378,
          "score": 103.7,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 55.7,
      "pesky": 100.9
    },
    {
      "batter": 678882,
      "player": "Ceddanne Rafaela",
      "team": "BOS",
      "bbe": 162,
      "pa": 162,
      "hr": 5,
      "xhr": 3.5,
      "xhrPerBbe": 0.0216,
      "xhrDiff": 1.5,
      "noDoubters": 2,
      "doubters": 4,
      "mostlyGone": 2,
      "noDoubterRate": 0.4,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.4,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.068,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.377,
      "sweetSpotRate": 0.401,
      "pullAirRate": 0.17,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 31,
      "crushedPulledAirBbe": 1,
      "pullAirJuice": 0.0023,
      "pullAirJuicePer100Pa": 0.2,
      "contactPct": 0.7812,
      "contactSwings": 448,
      "contactPa": 233,
      "avgDistanceOnBarrels": 362.0,
      "avgLaunchAngleOnBarrels": 26.7,
      "avgLaunchAngle": 10.1,
      "avgDistance": 364.4,
      "longestHr": 379,
      "avgExitVelocity": 87.1,
      "longballIndex": 69.3,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0216,
          "percentile": 0.2064,
          "score": 68.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.068,
          "percentile": 0.3718,
          "score": 87.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.377,
          "percentile": 0.3361,
          "score": 83.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 13.9,
      "pesky": 100.0
    },
    {
      "batter": 608348,
      "player": "Carson Kelly",
      "team": "CHC",
      "bbe": 127,
      "pa": 127,
      "hr": 2,
      "xhr": 2.0,
      "xhrPerBbe": 0.0157,
      "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.063,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0079,
      "hardHitRate": 0.402,
      "sweetSpotRate": 0.315,
      "pullAirRate": 0.134,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 15,
      "crushedPulledAirBbe": 1,
      "pullAirJuice": 0.005,
      "pullAirJuicePer100Pa": 0.5,
      "contactPct": 0.8025,
      "contactSwings": 314,
      "contactPa": 175,
      "avgDistanceOnBarrels": 381.6,
      "avgLaunchAngleOnBarrels": 27.5,
      "avgLaunchAngle": 13.0,
      "avgDistance": 413.5,
      "longestHr": 422,
      "avgExitVelocity": 89.0,
      "longballIndex": 69.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0157,
          "percentile": 0.1064,
          "score": 51.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.063,
          "percentile": 0.3319,
          "score": 83.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0079,
          "percentile": 0.3908,
          "score": 89.2,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.402,
          "percentile": 0.4286,
          "score": 93.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 34.8,
      "pesky": 102.7
    },
    {
      "batter": 663837,
      "player": "Matt Vierling",
      "team": "DET",
      "bbe": 137,
      "pa": 137,
      "hr": 4,
      "xhr": 3.0,
      "xhrPerBbe": 0.0219,
      "xhrDiff": 1.0,
      "noDoubters": 1,
      "doubters": 2,
      "mostlyGone": 3,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 3,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.058,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.336,
      "sweetSpotRate": 0.358,
      "pullAirRate": 0.145,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 26,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0034,
      "pullAirJuicePer100Pa": 0.3,
      "contactPct": 0.855,
      "contactSwings": 338,
      "contactPa": 186,
      "avgDistanceOnBarrels": 378.0,
      "avgLaunchAngleOnBarrels": 25.4,
      "avgLaunchAngle": 16.5,
      "avgDistance": 369.8,
      "longestHr": 400,
      "avgExitVelocity": 86.9,
      "longballIndex": 67.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0219,
          "percentile": 0.2191,
          "score": 69.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.058,
          "percentile": 0.2899,
          "score": 78.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.336,
          "percentile": 0.1933,
          "score": 66.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 20.9,
      "pesky": 109.4
    },
    {
      "batter": 665750,
      "player": "Leody Taveras",
      "team": "BAL",
      "bbe": 127,
      "pa": 127,
      "hr": 2,
      "xhr": 1.9,
      "xhrPerBbe": 0.015,
      "xhrDiff": 0.1,
      "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.039,
      "hrWindowThunderBbe": 2,
      "hrWindowThunderRate": 0.0157,
      "hardHitRate": 0.268,
      "sweetSpotRate": 0.339,
      "pullAirRate": 0.173,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 19,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0066,
      "pullAirJuicePer100Pa": 0.7,
      "contactPct": 0.7703,
      "contactSwings": 344,
      "contactPa": 192,
      "avgDistanceOnBarrels": 390.6,
      "avgLaunchAngleOnBarrels": 25.8,
      "avgLaunchAngle": 12.1,
      "avgDistance": 409.0,
      "longestHr": 419,
      "avgExitVelocity": 82.0,
      "longballIndex": 65.7,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.015,
          "percentile": 0.0894,
          "score": 47.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.039,
          "percentile": 0.1744,
          "score": 63.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0157,
          "percentile": 0.5924,
          "score": 109.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.268,
          "percentile": 0.0588,
          "score": 39.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 48.8,
      "pesky": 98.6
    },
    {
      "batter": 573262,
      "player": "Mike Yastrzemski",
      "team": "ATL",
      "bbe": 121,
      "pa": 121,
      "hr": 3,
      "xhr": 2.5,
      "xhrPerBbe": 0.0207,
      "xhrDiff": 0.5,
      "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.041,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.397,
      "sweetSpotRate": 0.364,
      "pullAirRate": 0.207,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 28,
      "crushedPulledAirBbe": 1,
      "pullAirJuice": 0.0059,
      "pullAirJuicePer100Pa": 0.6,
      "contactPct": 0.7844,
      "contactSwings": 320,
      "contactPa": 184,
      "avgDistanceOnBarrels": 369.2,
      "avgLaunchAngleOnBarrels": 26.2,
      "avgLaunchAngle": 15.4,
      "avgDistance": 374.0,
      "longestHr": 398,
      "avgExitVelocity": 90.3,
      "longballIndex": 64.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0207,
          "percentile": 0.1957,
          "score": 66.6,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.041,
          "percentile": 0.1891,
          "score": 65.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.397,
          "percentile": 0.3992,
          "score": 90.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 41.8,
      "pesky": 100.4
    },
    {
      "batter": 686555,
      "player": "Isaac Collins",
      "team": "KC",
      "bbe": 124,
      "pa": 124,
      "hr": 3,
      "xhr": 2.1,
      "xhrPerBbe": 0.0169,
      "xhrDiff": 0.9,
      "noDoubters": 1,
      "doubters": 5,
      "mostlyGone": 1,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.333,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.073,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.379,
      "sweetSpotRate": 0.331,
      "pullAirRate": 0.194,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 29,
      "crushedPulledAirBbe": 4,
      "pullAirJuice": 0.0067,
      "pullAirJuicePer100Pa": 0.7,
      "contactPct": 0.7678,
      "contactSwings": 323,
      "contactPa": 215,
      "avgDistanceOnBarrels": 362.2,
      "avgLaunchAngleOnBarrels": 22.2,
      "avgLaunchAngle": 18.8,
      "avgDistance": 377.0,
      "longestHr": 400,
      "avgExitVelocity": 87.0,
      "longballIndex": 63.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0169,
          "percentile": 0.1255,
          "score": 55.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.073,
          "percentile": 0.4202,
          "score": 92.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.379,
          "percentile": 0.3487,
          "score": 84.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 48.8,
      "pesky": 98.3
    },
    {
      "batter": 664728,
      "player": "Kyle Isbel",
      "team": "KC",
      "bbe": 127,
      "pa": 127,
      "hr": 3,
      "xhr": 2.8,
      "xhrPerBbe": 0.022,
      "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.031,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.339,
      "sweetSpotRate": 0.307,
      "pullAirRate": 0.118,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 22,
      "crushedPulledAirBbe": 1,
      "pullAirJuice": 0.0048,
      "pullAirJuicePer100Pa": 0.5,
      "contactPct": 0.8464,
      "contactSwings": 306,
      "contactPa": 180,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 28.2,
      "avgLaunchAngle": 9.3,
      "avgDistance": 389.7,
      "longestHr": 406,
      "avgExitVelocity": 83.1,
      "longballIndex": 63.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.022,
          "percentile": 0.2255,
          "score": 70.6,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.031,
          "percentile": 0.1303,
          "score": 56.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.339,
          "percentile": 0.1996,
          "score": 67.1,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 34.8,
      "pesky": 108.3
    },
    {
      "batter": 664761,
      "player": "Alec Bohm",
      "team": "PHI",
      "bbe": 190,
      "pa": 190,
      "hr": 7,
      "xhr": 3.5,
      "xhrPerBbe": 0.0184,
      "xhrDiff": 3.5,
      "noDoubters": 0,
      "doubters": 1,
      "mostlyGone": 7,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.143,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.037,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.426,
      "sweetSpotRate": 0.363,
      "pullAirRate": 0.089,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 22,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0055,
      "pullAirJuicePer100Pa": 0.6,
      "contactPct": 0.8542,
      "contactSwings": 391,
      "contactPa": 248,
      "avgDistanceOnBarrels": 376.9,
      "avgLaunchAngleOnBarrels": 23.3,
      "avgLaunchAngle": 11.1,
      "avgDistance": 376.0,
      "longestHr": 409,
      "avgExitVelocity": 90.5,
      "longballIndex": 62.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0184,
          "percentile": 0.1745,
          "score": 63.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.037,
          "percentile": 0.1597,
          "score": 61.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.426,
          "percentile": 0.5546,
          "score": 105.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 41.8,
      "pesky": 109.3
    },
    {
      "batter": 676391,
      "player": "Ernie Clement",
      "team": "TOR",
      "bbe": 228,
      "pa": 228,
      "hr": 6,
      "xhr": 5.5,
      "xhrPerBbe": 0.0241,
      "xhrDiff": 0.5,
      "noDoubters": 0,
      "doubters": 6,
      "mostlyGone": 7,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 6,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.026,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.259,
      "sweetSpotRate": 0.333,
      "pullAirRate": 0.218,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 53,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0005,
      "pullAirJuicePer100Pa": 0.1,
      "contactPct": 0.86,
      "contactSwings": 450,
      "contactPa": 261,
      "avgDistanceOnBarrels": 380.0,
      "avgLaunchAngleOnBarrels": 27.8,
      "avgLaunchAngle": 14.7,
      "avgDistance": 370.2,
      "longestHr": 381,
      "avgExitVelocity": 85.2,
      "longballIndex": 61.4,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0241,
          "percentile": 0.2511,
          "score": 73.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.026,
          "percentile": 0.0819,
          "score": 45.7,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.259,
          "percentile": 0.0462,
          "score": 34.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 7.0,
      "pesky": 110.1
    },
    {
      "batter": 656305,
      "player": "Matt Chapman",
      "team": "SF",
      "bbe": 178,
      "pa": 178,
      "hr": 4,
      "xhr": 2.6,
      "xhrPerBbe": 0.0146,
      "xhrDiff": 1.4,
      "noDoubters": 1,
      "doubters": 3,
      "mostlyGone": 3,
      "noDoubterRate": 0.25,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.5,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.056,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0056,
      "hardHitRate": 0.36,
      "sweetSpotRate": 0.258,
      "pullAirRate": 0.163,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 20,
      "crushedPulledAirBbe": 5,
      "pullAirJuice": 0.0058,
      "pullAirJuicePer100Pa": 0.6,
      "contactPct": 0.7898,
      "contactSwings": 471,
      "contactPa": 269,
      "avgDistanceOnBarrels": 377.8,
      "avgLaunchAngleOnBarrels": 23.1,
      "avgLaunchAngle": 11.4,
      "avgDistance": 388.5,
      "longestHr": 432,
      "avgExitVelocity": 87.6,
      "longballIndex": 61.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0146,
          "percentile": 0.0766,
          "score": 44.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.056,
          "percentile": 0.2689,
          "score": 76.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0056,
          "percentile": 0.3046,
          "score": 80.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.36,
          "percentile": 0.25,
          "score": 73.7,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 41.8,
      "pesky": 101.1
    },
    {
      "batter": 805300,
      "player": "Jakob Marsee",
      "team": "MIA",
      "bbe": 159,
      "pa": 159,
      "hr": 3,
      "xhr": 2.9,
      "xhrPerBbe": 0.0182,
      "xhrDiff": 0.1,
      "noDoubters": 1,
      "doubters": 5,
      "mostlyGone": 2,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.038,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.358,
      "sweetSpotRate": 0.327,
      "pullAirRate": 0.217,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 32,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0053,
      "pullAirJuicePer100Pa": 0.5,
      "contactPct": 0.8345,
      "contactSwings": 411,
      "contactPa": 265,
      "avgDistanceOnBarrels": 379.8,
      "avgLaunchAngleOnBarrels": 27.2,
      "avgLaunchAngle": 17.3,
      "avgDistance": 373.7,
      "longestHr": 394,
      "avgExitVelocity": 85.5,
      "longballIndex": 60.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0182,
          "percentile": 0.1681,
          "score": 62.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.038,
          "percentile": 0.166,
          "score": 62.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.358,
          "percentile": 0.2395,
          "score": 72.4,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 34.8,
      "pesky": 106.8
    },
    {
      "batter": 691594,
      "player": "Javier Sanoja",
      "team": "MIA",
      "bbe": 120,
      "pa": 120,
      "hr": 2,
      "xhr": 2.8,
      "xhrPerBbe": 0.0233,
      "xhrDiff": -0.8,
      "noDoubters": 0,
      "doubters": 4,
      "mostlyGone": 3,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.017,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.325,
      "sweetSpotRate": 0.308,
      "pullAirRate": 0.24,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 19,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0039,
      "pullAirJuicePer100Pa": 0.4,
      "contactPct": 0.8806,
      "contactSwings": 268,
      "contactPa": 149,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgLaunchAngle": 10.1,
      "avgDistance": 368.5,
      "longestHr": 375,
      "avgExitVelocity": 86.8,
      "longballIndex": 60.3,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0233,
          "percentile": 0.2426,
          "score": 72.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.017,
          "percentile": 0.0504,
          "score": 36.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.325,
          "percentile": 0.1681,
          "score": 62.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 27.9,
      "pesky": 112.7
    },
    {
      "batter": 687859,
      "player": "Troy Johnston",
      "team": "COL",
      "bbe": 165,
      "pa": 165,
      "hr": 2,
      "xhr": 2.5,
      "xhrPerBbe": 0.0152,
      "xhrDiff": -0.5,
      "noDoubters": 2,
      "doubters": 6,
      "mostlyGone": 0,
      "noDoubterRate": 1.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.03,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0061,
      "hardHitRate": 0.364,
      "sweetSpotRate": 0.455,
      "pullAirRate": 0.182,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 38,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0057,
      "pullAirJuicePer100Pa": 0.6,
      "contactPct": 0.7904,
      "contactSwings": 415,
      "contactPa": 228,
      "avgDistanceOnBarrels": 392.2,
      "avgLaunchAngleOnBarrels": 23.6,
      "avgLaunchAngle": 11.8,
      "avgDistance": 415.0,
      "longestHr": 423,
      "avgExitVelocity": 88.3,
      "longballIndex": 59.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0152,
          "percentile": 0.0957,
          "score": 49.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.03,
          "percentile": 0.1134,
          "score": 52.9,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0061,
          "percentile": 0.3382,
          "score": 83.7,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.364,
          "percentile": 0.271,
          "score": 76.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 41.8,
      "pesky": 101.2
    },
    {
      "batter": 543877,
      "player": "Christian V\u00e1zquez",
      "team": "HOU",
      "bbe": 109,
      "pa": 109,
      "hr": 4,
      "xhr": 2.7,
      "xhrPerBbe": 0.0248,
      "xhrDiff": 1.3,
      "noDoubters": 0,
      "doubters": 1,
      "mostlyGone": 4,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 4,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.018,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.229,
      "sweetSpotRate": 0.321,
      "pullAirRate": 0.128,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 16,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0006,
      "pullAirJuicePer100Pa": 0.1,
      "contactPct": 0.8228,
      "contactSwings": 254,
      "contactPa": 144,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgLaunchAngle": 14.0,
      "avgDistance": 373.0,
      "longestHr": 385,
      "avgExitVelocity": 84.0,
      "longballIndex": 59.7,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0248,
          "percentile": 0.2596,
          "score": 74.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.018,
          "percentile": 0.0546,
          "score": 37.5,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.229,
          "percentile": 0.0252,
          "score": 23.7,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 7.0,
      "pesky": 105.3
    },
    {
      "batter": 693304,
      "player": "Nick Gonzales",
      "team": "PIT",
      "bbe": 182,
      "pa": 182,
      "hr": 2,
      "xhr": 3.2,
      "xhrPerBbe": 0.0176,
      "xhrDiff": -1.2,
      "noDoubters": 0,
      "doubters": 2,
      "mostlyGone": 5,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.033,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.39,
      "sweetSpotRate": 0.324,
      "pullAirRate": 0.148,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 27,
      "crushedPulledAirBbe": 1,
      "pullAirJuice": 0.0039,
      "pullAirJuicePer100Pa": 0.4,
      "contactPct": 0.7958,
      "contactSwings": 475,
      "contactPa": 242,
      "avgDistanceOnBarrels": 377.7,
      "avgLaunchAngleOnBarrels": 27.7,
      "avgLaunchAngle": 5.5,
      "avgDistance": 388.5,
      "longestHr": 407,
      "avgExitVelocity": 85.4,
      "longballIndex": 59.4,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0176,
          "percentile": 0.1489,
          "score": 59.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.033,
          "percentile": 0.1429,
          "score": 58.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.39,
          "percentile": 0.3739,
          "score": 87.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 27.9,
      "pesky": 101.9
    },
    {
      "batter": 672695,
      "player": "Geraldo Perdomo",
      "team": "AZ",
      "bbe": 192,
      "pa": 192,
      "hr": 3,
      "xhr": 3.5,
      "xhrPerBbe": 0.0182,
      "xhrDiff": -0.5,
      "noDoubters": 1,
      "doubters": 0,
      "mostlyGone": 3,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.031,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.312,
      "sweetSpotRate": 0.359,
      "pullAirRate": 0.187,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 35,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.002,
      "pullAirJuicePer100Pa": 0.2,
      "contactPct": 0.9005,
      "contactSwings": 422,
      "contactPa": 258,
      "avgDistanceOnBarrels": 365.5,
      "avgLaunchAngleOnBarrels": 26.0,
      "avgLaunchAngle": 11.0,
      "avgDistance": 372.3,
      "longestHr": 398,
      "avgExitVelocity": 85.1,
      "longballIndex": 59.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0182,
          "percentile": 0.1681,
          "score": 62.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.031,
          "percentile": 0.1303,
          "score": 56.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.312,
          "percentile": 0.1429,
          "score": 58.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 13.9,
      "pesky": 115.3
    },
    {
      "batter": 672580,
      "player": "Maikel Garc\u00eda",
      "team": "KC",
      "bbe": 198,
      "pa": 198,
      "hr": 3,
      "xhr": 3.3,
      "xhrPerBbe": 0.0167,
      "xhrDiff": -0.3,
      "noDoubters": 1,
      "doubters": 1,
      "mostlyGone": 3,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.04,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.409,
      "sweetSpotRate": 0.354,
      "pullAirRate": 0.177,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 32,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0035,
      "pullAirJuicePer100Pa": 0.4,
      "contactPct": 0.8602,
      "contactSwings": 372,
      "contactPa": 257,
      "avgDistanceOnBarrels": 378.1,
      "avgLaunchAngleOnBarrels": 24.1,
      "avgLaunchAngle": 9.0,
      "avgDistance": 398.3,
      "longestHr": 412,
      "avgExitVelocity": 89.4,
      "longballIndex": 58.3,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0167,
          "percentile": 0.1191,
          "score": 54.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.04,
          "percentile": 0.1807,
          "score": 64.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.409,
          "percentile": 0.458,
          "score": 95.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 27.9,
      "pesky": 110.1
    },
    {
      "batter": 687363,
      "player": "Victor Scott",
      "team": "STL",
      "bbe": 119,
      "pa": 119,
      "hr": 2,
      "xhr": 2.1,
      "xhrPerBbe": 0.0176,
      "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.008,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0084,
      "hardHitRate": 0.244,
      "sweetSpotRate": 0.319,
      "pullAirRate": 0.098,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 13,
      "crushedPulledAirBbe": 1,
      "pullAirJuice": 0.0032,
      "pullAirJuicePer100Pa": 0.3,
      "contactPct": 0.7666,
      "contactSwings": 317,
      "contactPa": 184,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgLaunchAngle": 5.2,
      "avgDistance": 406.0,
      "longestHr": 415,
      "avgExitVelocity": 78.3,
      "longballIndex": 58.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0176,
          "percentile": 0.1489,
          "score": 59.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.008,
          "percentile": 0.0231,
          "score": 22.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0084,
          "percentile": 0.4034,
          "score": 90.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.244,
          "percentile": 0.0336,
          "score": 28.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 20.9,
      "pesky": 98.1
    },
    {
      "batter": 671976,
      "player": "Tristan Peters",
      "team": "CWS",
      "bbe": 133,
      "pa": 133,
      "hr": 2,
      "xhr": 2.3,
      "xhrPerBbe": 0.0173,
      "xhrDiff": -0.3,
      "noDoubters": 0,
      "doubters": 2,
      "mostlyGone": 3,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.045,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.263,
      "sweetSpotRate": 0.346,
      "pullAirRate": 0.246,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 31,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0076,
      "pullAirJuicePer100Pa": 0.8,
      "contactPct": 0.8016,
      "contactSwings": 378,
      "contactPa": 182,
      "avgDistanceOnBarrels": 358.0,
      "avgLaunchAngleOnBarrels": 26.0,
      "avgLaunchAngle": 9.5,
      "avgDistance": 362.5,
      "longestHr": 366,
      "avgExitVelocity": 80.6,
      "longballIndex": 57.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0173,
          "percentile": 0.1383,
          "score": 57.6,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.045,
          "percentile": 0.2059,
          "score": 68.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.263,
          "percentile": 0.0504,
          "score": 36.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 55.7,
      "pesky": 102.6
    },
    {
      "batter": 678391,
      "player": "Jorbit Vivas",
      "team": "WSH",
      "bbe": 101,
      "pa": 101,
      "hr": 1,
      "xhr": 1.9,
      "xhrPerBbe": 0.0188,
      "xhrDiff": -0.9,
      "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.03,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.238,
      "sweetSpotRate": 0.297,
      "pullAirRate": null,
      "pullAirSource": "unavailable",
      "pulledAirBbe": 16,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0027,
      "pullAirJuicePer100Pa": 0.3,
      "contactPct": 0.843,
      "contactSwings": 242,
      "contactPa": 138,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 27.3,
      "avgLaunchAngle": 13.1,
      "avgDistance": 364.0,
      "longestHr": 364,
      "avgExitVelocity": 81.9,
      "longballIndex": 57.6,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0188,
          "percentile": 0.1787,
          "score": 64.1,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.03,
          "percentile": 0.1134,
          "score": 52.9,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.238,
          "percentile": 0.0294,
          "score": 26.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 20.9,
      "pesky": 107.9
    },
    {
      "batter": 686217,
      "player": "Sal Frelick",
      "team": "MIL",
      "bbe": 178,
      "pa": 178,
      "hr": 3,
      "xhr": 2.9,
      "xhrPerBbe": 0.0163,
      "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.022,
      "hrWindowThunderBbe": 1,
      "hrWindowThunderRate": 0.0056,
      "hardHitRate": 0.275,
      "sweetSpotRate": 0.27,
      "pullAirRate": 0.147,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 30,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0052,
      "pullAirJuicePer100Pa": 0.5,
      "contactPct": 0.9116,
      "contactSwings": 362,
      "contactPa": 227,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 24.5,
      "avgLaunchAngle": 8.2,
      "avgDistance": 401.7,
      "longestHr": 407,
      "avgExitVelocity": 85.2,
      "longballIndex": 57.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0163,
          "percentile": 0.1128,
          "score": 52.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.022,
          "percentile": 0.0756,
          "score": 44.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0056,
          "percentile": 0.3046,
          "score": 80.1,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.275,
          "percentile": 0.0651,
          "score": 41.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 34.8,
      "pesky": 116.7
    },
    {
      "batter": 691785,
      "player": "Marcelo Mayer",
      "team": "BOS",
      "bbe": 134,
      "pa": 134,
      "hr": 2,
      "xhr": 2.0,
      "xhrPerBbe": 0.0149,
      "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.06,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.373,
      "sweetSpotRate": 0.291,
      "pullAirRate": 0.096,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 22,
      "crushedPulledAirBbe": 2,
      "pullAirJuice": 0.0022,
      "pullAirJuicePer100Pa": 0.2,
      "contactPct": 0.753,
      "contactSwings": 332,
      "contactPa": 184,
      "avgDistanceOnBarrels": 368.2,
      "avgLaunchAngleOnBarrels": 24.1,
      "avgLaunchAngle": 9.0,
      "avgDistance": 381.5,
      "longestHr": 385,
      "avgExitVelocity": 86.4,
      "longballIndex": 57.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0149,
          "percentile": 0.0851,
          "score": 46.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.06,
          "percentile": 0.3046,
          "score": 80.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.373,
          "percentile": 0.3214,
          "score": 81.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 13.9,
      "pesky": 96.4
    },
    {
      "batter": 670770,
      "player": "Tj Friedl",
      "team": "CIN",
      "bbe": 112,
      "pa": 112,
      "hr": 2,
      "xhr": 2.0,
      "xhrPerBbe": 0.0179,
      "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.027,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.304,
      "sweetSpotRate": 0.304,
      "pullAirRate": 0.118,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 13,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0028,
      "pullAirJuicePer100Pa": 0.3,
      "contactPct": 0.7551,
      "contactSwings": 294,
      "contactPa": 178,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 26.7,
      "avgLaunchAngle": 12.9,
      "avgDistance": 364.0,
      "longestHr": 368,
      "avgExitVelocity": 83.6,
      "longballIndex": 56.3,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0179,
          "percentile": 0.1574,
          "score": 60.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.027,
          "percentile": 0.0924,
          "score": 48.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.304,
          "percentile": 0.1155,
          "score": 53.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 20.9,
      "pesky": 96.6
    },
    {
      "batter": 808982,
      "player": "Jung Hoo Lee",
      "team": "SF",
      "bbe": 194,
      "pa": 194,
      "hr": 3,
      "xhr": 3.5,
      "xhrPerBbe": 0.018,
      "xhrDiff": -0.5,
      "noDoubters": 1,
      "doubters": 2,
      "mostlyGone": 3,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.026,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.304,
      "sweetSpotRate": 0.397,
      "pullAirRate": 0.152,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 40,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0029,
      "pullAirJuicePer100Pa": 0.3,
      "contactPct": 0.8832,
      "contactSwings": 394,
      "contactPa": 231,
      "avgDistanceOnBarrels": 381.8,
      "avgLaunchAngleOnBarrels": 24.4,
      "avgLaunchAngle": 10.2,
      "avgDistance": 316.7,
      "longestHr": 364,
      "avgExitVelocity": 87.3,
      "longballIndex": 56.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.018,
          "percentile": 0.1617,
          "score": 61.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.026,
          "percentile": 0.0819,
          "score": 45.7,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.304,
          "percentile": 0.1155,
          "score": 53.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 20.9,
      "pesky": 113.0
    },
    {
      "batter": 691026,
      "player": "Masyn Winn",
      "team": "STL",
      "bbe": 159,
      "pa": 159,
      "hr": 2,
      "xhr": 2.7,
      "xhrPerBbe": 0.017,
      "xhrDiff": -0.7,
      "noDoubters": 2,
      "doubters": 0,
      "mostlyGone": 1,
      "noDoubterRate": 1.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 2,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.031,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.321,
      "sweetSpotRate": 0.327,
      "pullAirRate": 0.131,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 20,
      "crushedPulledAirBbe": 1,
      "pullAirJuice": 0.0024,
      "pullAirJuicePer100Pa": 0.2,
      "contactPct": 0.7901,
      "contactSwings": 405,
      "contactPa": 239,
      "avgDistanceOnBarrels": 371.6,
      "avgLaunchAngleOnBarrels": 24.6,
      "avgLaunchAngle": 11.3,
      "avgDistance": 378.5,
      "longestHr": 384,
      "avgExitVelocity": 86.2,
      "longballIndex": 56.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.017,
          "percentile": 0.1319,
          "score": 56.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.031,
          "percentile": 0.1303,
          "score": 56.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.321,
          "percentile": 0.1618,
          "score": 61.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 13.9,
      "pesky": 101.1
    },
    {
      "batter": 699912,
      "player": "Jose Fernandez",
      "team": "AZ",
      "bbe": 129,
      "pa": 129,
      "hr": 3,
      "xhr": 1.9,
      "xhrPerBbe": 0.0147,
      "xhrDiff": 1.1,
      "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.039,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.388,
      "sweetSpotRate": 0.279,
      "pullAirRate": 0.178,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 14,
      "crushedPulledAirBbe": 1,
      "pullAirJuice": 0.0049,
      "pullAirJuicePer100Pa": 0.5,
      "contactPct": 0.7662,
      "contactSwings": 325,
      "contactPa": 178,
      "avgDistanceOnBarrels": 392.2,
      "avgLaunchAngleOnBarrels": 25.0,
      "avgLaunchAngle": 9.1,
      "avgDistance": 408.7,
      "longestHr": 409,
      "avgExitVelocity": 84.7,
      "longballIndex": 53.3,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0147,
          "percentile": 0.0809,
          "score": 45.4,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.039,
          "percentile": 0.1744,
          "score": 63.4,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.388,
          "percentile": 0.3655,
          "score": 86.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 34.8,
      "pesky": 98.1
    },
    {
      "batter": 805779,
      "player": "Jacob Wilson",
      "team": "ATH",
      "bbe": 142,
      "pa": 142,
      "hr": 3,
      "xhr": 2.4,
      "xhrPerBbe": 0.0169,
      "xhrDiff": 0.6,
      "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.021,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.303,
      "sweetSpotRate": 0.324,
      "pullAirRate": 0.126,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 27,
      "crushedPulledAirBbe": 1,
      "pullAirJuice": 0.001,
      "pullAirJuicePer100Pa": 0.1,
      "contactPct": 0.8589,
      "contactSwings": 326,
      "contactPa": 168,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 24.7,
      "avgLaunchAngle": 6.4,
      "avgDistance": 368.0,
      "longestHr": 384,
      "avgExitVelocity": 83.5,
      "longballIndex": 52.4,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0169,
          "percentile": 0.1255,
          "score": 55.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.021,
          "percentile": 0.0714,
          "score": 42.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.303,
          "percentile": 0.1071,
          "score": 51.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 7.0,
      "pesky": 109.9
    },
    {
      "batter": 690993,
      "player": "Colt Keith",
      "team": "DET",
      "bbe": 137,
      "pa": 137,
      "hr": 0,
      "xhr": 1.6,
      "xhrPerBbe": 0.0117,
      "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.044,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.409,
      "sweetSpotRate": 0.394,
      "pullAirRate": 0.181,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 23,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0032,
      "pullAirJuicePer100Pa": 0.3,
      "contactPct": 0.7852,
      "contactSwings": 298,
      "contactPa": 189,
      "avgDistanceOnBarrels": 374.3,
      "avgLaunchAngleOnBarrels": 29.2,
      "avgLaunchAngle": 12.8,
      "avgDistance": 0,
      "longestHr": 0,
      "avgExitVelocity": 88.3,
      "longballIndex": 51.4,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0117,
          "percentile": 0.0596,
          "score": 39.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.044,
          "percentile": 0.1975,
          "score": 66.8,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.409,
          "percentile": 0.458,
          "score": 95.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 20.9,
      "pesky": 100.5
    },
    {
      "batter": 803011,
      "player": "Sam Antonacci",
      "team": "CWS",
      "bbe": 135,
      "pa": 135,
      "hr": 1,
      "xhr": 0.9,
      "xhrPerBbe": 0.0067,
      "xhrDiff": 0.1,
      "noDoubters": 0,
      "doubters": 2,
      "mostlyGone": 2,
      "noDoubterRate": 0.0,
      "actualDoubterHr": null,
      "actualMostlyGoneHr": null,
      "actualNoDoubterHr": null,
      "cheapieRate": null,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.067,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.363,
      "sweetSpotRate": 0.415,
      "pullAirRate": 0.096,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 18,
      "crushedPulledAirBbe": 3,
      "pullAirJuice": 0.0055,
      "pullAirJuicePer100Pa": 0.5,
      "contactPct": 0.8623,
      "contactSwings": 305,
      "contactPa": 192,
      "avgDistanceOnBarrels": 359.6,
      "avgLaunchAngleOnBarrels": 25.6,
      "avgLaunchAngle": 10.3,
      "avgDistance": 57.0,
      "longestHr": 57,
      "avgExitVelocity": 87.0,
      "longballIndex": 47.7,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0067,
          "percentile": 0.0298,
          "score": 26.5,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.067,
          "percentile": 0.3529,
          "score": 85.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.363,
          "percentile": 0.2647,
          "score": 75.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 34.8,
      "pesky": 110.4
    },
    {
      "batter": 807799,
      "player": "Masataka Yoshida",
      "team": "BOS",
      "bbe": 108,
      "pa": 108,
      "hr": 1,
      "xhr": 1.3,
      "xhrPerBbe": 0.012,
      "xhrDiff": -0.3,
      "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.019,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.417,
      "sweetSpotRate": 0.287,
      "pullAirRate": 0.13,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 15,
      "crushedPulledAirBbe": 1,
      "pullAirJuice": 0.005,
      "pullAirJuicePer100Pa": 0.5,
      "contactPct": 0.8696,
      "contactSwings": 207,
      "contactPa": 142,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgLaunchAngle": 8.9,
      "avgDistance": 393.0,
      "longestHr": 393,
      "avgExitVelocity": 88.8,
      "longballIndex": 46.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.012,
          "percentile": 0.0638,
          "score": 40.6,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.019,
          "percentile": 0.0609,
          "score": 39.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.417,
          "percentile": 0.5063,
          "score": 100.6,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 34.8,
      "pesky": 111.3
    },
    {
      "batter": 668885,
      "player": "Austin Martin",
      "team": "MIN",
      "bbe": 149,
      "pa": 149,
      "hr": 2,
      "xhr": 2.0,
      "xhrPerBbe": 0.0134,
      "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.027,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.275,
      "sweetSpotRate": 0.349,
      "pullAirRate": 0.154,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 24,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0019,
      "pullAirJuicePer100Pa": 0.2,
      "contactPct": 0.8184,
      "contactSwings": 347,
      "contactPa": 216,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 29.8,
      "avgLaunchAngle": 11.5,
      "avgDistance": 391.5,
      "longestHr": 406,
      "avgExitVelocity": 86.1,
      "longballIndex": 46.3,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0134,
          "percentile": 0.0681,
          "score": 41.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.027,
          "percentile": 0.0924,
          "score": 48.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.275,
          "percentile": 0.0651,
          "score": 41.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 13.9,
      "pesky": 104.8
    },
    {
      "batter": 670764,
      "player": "Taylor Walls",
      "team": "TB",
      "bbe": 101,
      "pa": 101,
      "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.02,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.158,
      "sweetSpotRate": 0.287,
      "pullAirRate": 0.147,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 23,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.001,
      "pullAirJuicePer100Pa": 0.1,
      "contactPct": 0.785,
      "contactSwings": 293,
      "contactPa": 166,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgLaunchAngle": 15.9,
      "avgDistance": 0,
      "longestHr": 0,
      "avgExitVelocity": 78.2,
      "longballIndex": 45.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "barrelRate": {
          "value": 0.02,
          "percentile": 0.0672,
          "score": 41.6,
          "weight": 0.4
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.5
        },
        "hardHitRate": {
          "value": 0.158,
          "percentile": 0.0126,
          "score": 12.7,
          "weight": 0.1
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 7.0,
      "pesky": 100.5
    },
    {
      "batter": 687401,
      "player": "Joey Ortiz",
      "team": "MIL",
      "bbe": 108,
      "pa": 108,
      "hr": 1,
      "xhr": 1.1,
      "xhrPerBbe": 0.0102,
      "xhrDiff": -0.1,
      "noDoubters": 0,
      "doubters": 3,
      "mostlyGone": 1,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.028,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.333,
      "sweetSpotRate": 0.241,
      "pullAirRate": 0.074,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 15,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0015,
      "pullAirJuicePer100Pa": 0.2,
      "contactPct": 0.8417,
      "contactSwings": 259,
      "contactPa": 154,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 27.0,
      "avgLaunchAngle": 6.8,
      "avgDistance": 395.0,
      "longestHr": 395,
      "avgExitVelocity": 84.3,
      "longballIndex": 43.8,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0102,
          "percentile": 0.0447,
          "score": 33.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.028,
          "percentile": 0.1008,
          "score": 50.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.333,
          "percentile": 0.187,
          "score": 65.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 13.9,
      "pesky": 107.7
    },
    {
      "batter": 650333,
      "player": "Luis Arr\u00e1ez",
      "team": "SF",
      "bbe": 244,
      "pa": 244,
      "hr": 2,
      "xhr": 3.7,
      "xhrPerBbe": 0.0152,
      "xhrDiff": -1.7,
      "noDoubters": 0,
      "doubters": 2,
      "mostlyGone": 6,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 2,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.004,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.221,
      "sweetSpotRate": 0.43,
      "pullAirRate": 0.158,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 42,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0,
      "pullAirJuicePer100Pa": 0.0,
      "contactPct": 0.9187,
      "contactSwings": 504,
      "contactPa": 273,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgLaunchAngle": 14.3,
      "avgDistance": 345.0,
      "longestHr": 350,
      "avgExitVelocity": 86.4,
      "longballIndex": 41.7,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0152,
          "percentile": 0.0957,
          "score": 49.0,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.004,
          "percentile": 0.0126,
          "score": 12.7,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.221,
          "percentile": 0.021,
          "score": 20.7,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 0.0,
      "pesky": 117.6
    },
    {
      "batter": 666152,
      "player": "David Hamilton",
      "team": "MIL",
      "bbe": 123,
      "pa": 123,
      "hr": 3,
      "xhr": 0.8,
      "xhrPerBbe": 0.0065,
      "xhrDiff": 2.2,
      "noDoubters": 0,
      "doubters": 3,
      "mostlyGone": 2,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.667,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.041,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.301,
      "sweetSpotRate": 0.252,
      "pullAirRate": 0.137,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 21,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0021,
      "pullAirJuicePer100Pa": 0.2,
      "contactPct": 0.8161,
      "contactSwings": 310,
      "contactPa": 179,
      "avgDistanceOnBarrels": 387.8,
      "avgLaunchAngleOnBarrels": 27.4,
      "avgLaunchAngle": 7.2,
      "avgDistance": 383.0,
      "longestHr": 426,
      "avgExitVelocity": 78.2,
      "longballIndex": 41.2,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0065,
          "percentile": 0.0255,
          "score": 23.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.041,
          "percentile": 0.1891,
          "score": 65.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.301,
          "percentile": 0.1008,
          "score": 50.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 13.9,
      "pesky": 104.5
    },
    {
      "batter": 643446,
      "player": "Jeff Mcneil",
      "team": "ATH",
      "bbe": 172,
      "pa": 172,
      "hr": 2,
      "xhr": 2.0,
      "xhrPerBbe": 0.0116,
      "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.012,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.308,
      "sweetSpotRate": 0.39,
      "pullAirRate": 0.169,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 25,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0017,
      "pullAirJuicePer100Pa": 0.2,
      "contactPct": 0.8581,
      "contactSwings": 458,
      "contactPa": 224,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgLaunchAngle": 12.6,
      "avgDistance": 379.5,
      "longestHr": 395,
      "avgExitVelocity": 86.1,
      "longballIndex": 41.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0116,
          "percentile": 0.0553,
          "score": 37.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.012,
          "percentile": 0.0336,
          "score": 28.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.308,
          "percentile": 0.1324,
          "score": 56.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 13.9,
      "pesky": 109.8
    },
    {
      "batter": 671289,
      "player": "Tyler Freeman",
      "team": "COL",
      "bbe": 127,
      "pa": 127,
      "hr": 3,
      "xhr": 1.3,
      "xhrPerBbe": 0.0102,
      "xhrDiff": 1.7,
      "noDoubters": 1,
      "doubters": 4,
      "mostlyGone": 0,
      "noDoubterRate": 0.333,
      "actualDoubterHr": 2,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 1,
      "cheapieRate": 0.667,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.016,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.339,
      "sweetSpotRate": 0.378,
      "pullAirRate": 0.148,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 22,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0049,
      "pullAirJuicePer100Pa": 0.5,
      "contactPct": 0.9025,
      "contactSwings": 277,
      "contactPa": 165,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgLaunchAngle": 8.6,
      "avgDistance": 369.3,
      "longestHr": 387,
      "avgExitVelocity": 84.1,
      "longballIndex": 40.7,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0102,
          "percentile": 0.0447,
          "score": 33.7,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.016,
          "percentile": 0.0462,
          "score": 34.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.339,
          "percentile": 0.1996,
          "score": 67.1,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 34.8,
      "pesky": 115.5
    },
    {
      "batter": 663538,
      "player": "Nico Hoerner",
      "team": "CHC",
      "bbe": 239,
      "pa": 239,
      "hr": 4,
      "xhr": 2.7,
      "xhrPerBbe": 0.0113,
      "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.013,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.28,
      "sweetSpotRate": 0.397,
      "pullAirRate": 0.128,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 37,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0004,
      "pullAirJuicePer100Pa": 0.0,
      "contactPct": 0.9055,
      "contactSwings": 455,
      "contactPa": 296,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 28.0,
      "avgLaunchAngle": 13.1,
      "avgDistance": 383.0,
      "longestHr": 400,
      "avgExitVelocity": 85.9,
      "longballIndex": 40.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0113,
          "percentile": 0.0511,
          "score": 36.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.013,
          "percentile": 0.0378,
          "score": 30.7,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.28,
          "percentile": 0.0756,
          "score": 44.0,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 0.0,
      "pesky": 115.9
    },
    {
      "batter": 702332,
      "player": "Caleb Durbin",
      "team": "BOS",
      "bbe": 155,
      "pa": 155,
      "hr": 1,
      "xhr": 1.1,
      "xhrPerBbe": 0.0071,
      "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.019,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.303,
      "sweetSpotRate": 0.245,
      "pullAirRate": 0.135,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 21,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0004,
      "pullAirJuicePer100Pa": 0.0,
      "contactPct": 0.8589,
      "contactSwings": 319,
      "contactPa": 200,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": 30.0,
      "avgLaunchAngle": 7.2,
      "avgDistance": 386.0,
      "longestHr": 386,
      "avgExitVelocity": 83.9,
      "longballIndex": 38.5,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0071,
          "percentile": 0.034,
          "score": 28.8,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.019,
          "percentile": 0.0609,
          "score": 39.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.303,
          "percentile": 0.1071,
          "score": 51.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 0.0,
      "pesky": 109.9
    },
    {
      "batter": 663743,
      "player": "Nick Fortes",
      "team": "TB",
      "bbe": 127,
      "pa": 127,
      "hr": 1,
      "xhr": 1.0,
      "xhrPerBbe": 0.0079,
      "xhrDiff": 0.0,
      "noDoubters": 0,
      "doubters": 0,
      "mostlyGone": 1,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 0,
      "actualMostlyGoneHr": 1,
      "actualNoDoubterHr": 0,
      "cheapieRate": 0.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.008,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.409,
      "sweetSpotRate": 0.236,
      "pullAirRate": 0.203,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 16,
      "crushedPulledAirBbe": 1,
      "pullAirJuice": 0.0026,
      "pullAirJuicePer100Pa": 0.3,
      "contactPct": 0.872,
      "contactSwings": 289,
      "contactPa": 156,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgLaunchAngle": 6.6,
      "avgDistance": 408.0,
      "longestHr": 408,
      "avgExitVelocity": 86.0,
      "longballIndex": 38.3,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0079,
          "percentile": 0.0383,
          "score": 30.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.008,
          "percentile": 0.0231,
          "score": 22.2,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.409,
          "percentile": 0.458,
          "score": 95.9,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 20.9,
      "pesky": 111.6
    },
    {
      "batter": 650859,
      "player": "Luis Rengifo",
      "team": "MIL",
      "bbe": 156,
      "pa": 156,
      "hr": 0,
      "xhr": 0.2,
      "xhrPerBbe": 0.0013,
      "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.051,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.346,
      "sweetSpotRate": 0.295,
      "pullAirRate": 0.14,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 22,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0029,
      "pullAirJuicePer100Pa": 0.3,
      "contactPct": 0.8306,
      "contactSwings": 360,
      "contactPa": 195,
      "avgDistanceOnBarrels": 346.5,
      "avgLaunchAngleOnBarrels": 24.6,
      "avgLaunchAngle": 3.2,
      "avgDistance": 0,
      "longestHr": 0,
      "avgExitVelocity": 86.5,
      "longballIndex": 35.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0013,
          "percentile": 0.0085,
          "score": 9.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.051,
          "percentile": 0.229,
          "score": 71.0,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.346,
          "percentile": 0.2101,
          "score": 68.5,
          "weight": 0.05
        }
      },
      "sampleBadge": "Wall-Scraper Watch",
      "pullPop": 20.9,
      "pesky": 106.3
    },
    {
      "batter": 702222,
      "player": "Justin Crawford",
      "team": "PHI",
      "bbe": 144,
      "pa": 144,
      "hr": 2,
      "xhr": 0.6,
      "xhrPerBbe": 0.0042,
      "xhrDiff": 1.4,
      "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.014,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.347,
      "sweetSpotRate": 0.292,
      "pullAirRate": 0.083,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 19,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0003,
      "pullAirJuicePer100Pa": 0.0,
      "contactPct": 0.8386,
      "contactSwings": 378,
      "contactPa": 199,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgLaunchAngle": 2.2,
      "avgDistance": 382.0,
      "longestHr": 403,
      "avgExitVelocity": 86.5,
      "longballIndex": 34.0,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0042,
          "percentile": 0.0213,
          "score": 20.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.014,
          "percentile": 0.042,
          "score": 32.6,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.347,
          "percentile": 0.2143,
          "score": 69.1,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 0.0,
      "pesky": 107.3
    },
    {
      "batter": 683083,
      "player": "Nasim Nu\u00f1ez",
      "team": "WSH",
      "bbe": 141,
      "pa": 141,
      "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,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.206,
      "sweetSpotRate": 0.326,
      "pullAirRate": 0.104,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 24,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0005,
      "pullAirJuicePer100Pa": 0.0,
      "contactPct": 0.788,
      "contactSwings": 401,
      "contactPa": 211,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgLaunchAngle": 7.1,
      "avgDistance": 0,
      "longestHr": 0,
      "avgExitVelocity": 80.7,
      "longballIndex": 32.7,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "barrelRate": {
          "value": 0.0,
          "percentile": 0.0063,
          "score": 9.2,
          "weight": 0.4
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.5
        },
        "hardHitRate": {
          "value": 0.206,
          "percentile": 0.0168,
          "score": 17.1,
          "weight": 0.1
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 0.0,
      "pesky": 100.9
    },
    {
      "batter": 810938,
      "player": "Ben Williamson",
      "team": "TB",
      "bbe": 100,
      "pa": 100,
      "hr": 0,
      "xhr": 0.4,
      "xhrPerBbe": 0.004,
      "xhrDiff": -0.4,
      "noDoubters": 0,
      "doubters": 1,
      "mostlyGone": 1,
      "noDoubterRate": null,
      "actualDoubterHr": null,
      "actualMostlyGoneHr": null,
      "actualNoDoubterHr": null,
      "cheapieRate": null,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.01,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.4,
      "sweetSpotRate": 0.36,
      "pullAirRate": 0.12,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 8,
      "crushedPulledAirBbe": 1,
      "pullAirJuice": 0.0038,
      "pullAirJuicePer100Pa": 0.4,
      "contactPct": 0.8361,
      "contactSwings": 244,
      "contactPa": 148,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgLaunchAngle": 3.1,
      "avgDistance": 0,
      "longestHr": 0,
      "avgExitVelocity": 87.7,
      "longballIndex": 32.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.004,
          "percentile": 0.017,
          "score": 17.3,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.01,
          "percentile": 0.0294,
          "score": 26.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.4,
          "percentile": 0.4118,
          "score": 91.3,
          "weight": 0.05
        }
      },
      "sampleBadge": "Qualified Sample",
      "pullPop": 27.9,
      "pesky": 107.0
    },
    {
      "batter": 802415,
      "player": "Chandler Simpson",
      "team": "TB",
      "bbe": 210,
      "pa": 210,
      "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,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.152,
      "sweetSpotRate": 0.276,
      "pullAirRate": 0.057,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 13,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0,
      "pullAirJuicePer100Pa": 0.0,
      "contactPct": 0.9121,
      "contactSwings": 387,
      "contactPa": 251,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgLaunchAngle": 0.1,
      "avgDistance": 0,
      "longestHr": 0,
      "avgExitVelocity": 82.1,
      "longballIndex": 31.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": null,
          "percentile": null,
          "score": null,
          "weight": 0
        },
        "barrelRate": {
          "value": 0.0,
          "percentile": 0.0063,
          "score": 9.2,
          "weight": 0.4
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.5
        },
        "hardHitRate": {
          "value": 0.152,
          "percentile": 0.0084,
          "score": 9.2,
          "weight": 0.1
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 0.0,
      "pesky": 116.7
    },
    {
      "batter": 807712,
      "player": "Luke Keaschall",
      "team": "MIN",
      "bbe": 185,
      "pa": 185,
      "hr": 1,
      "xhr": 0.7,
      "xhrPerBbe": 0.0038,
      "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.027,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.276,
      "sweetSpotRate": 0.378,
      "pullAirRate": 0.113,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 32,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0021,
      "pullAirJuicePer100Pa": 0.2,
      "contactPct": 0.8582,
      "contactSwings": 395,
      "contactPa": 250,
      "avgDistanceOnBarrels": 378.0,
      "avgLaunchAngleOnBarrels": 28.2,
      "avgLaunchAngle": 16.7,
      "avgDistance": 367.0,
      "longestHr": 367,
      "avgExitVelocity": 84.1,
      "longballIndex": 31.9,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.0038,
          "percentile": 0.0128,
          "score": 12.9,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.027,
          "percentile": 0.0924,
          "score": 48.3,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.276,
          "percentile": 0.0714,
          "score": 42.8,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 13.9,
      "pesky": 109.8
    },
    {
      "batter": 680757,
      "player": "Steven Kwan",
      "team": "CLE",
      "bbe": 192,
      "pa": 192,
      "hr": 1,
      "xhr": 0.2,
      "xhrPerBbe": 0.001,
      "xhrDiff": 0.8,
      "noDoubters": 0,
      "doubters": 2,
      "mostlyGone": 0,
      "noDoubterRate": 0.0,
      "actualDoubterHr": 1,
      "actualMostlyGoneHr": 0,
      "actualNoDoubterHr": 0,
      "cheapieRate": 1.0,
      "cheapieSource": "actual-home-run-classification",
      "barrelRate": 0.005,
      "hrWindowThunderBbe": 0,
      "hrWindowThunderRate": 0.0,
      "hardHitRate": 0.094,
      "sweetSpotRate": 0.396,
      "pullAirRate": 0.14,
      "pullAirSource": "baseball-savant-batted-ball",
      "pulledAirBbe": 34,
      "crushedPulledAirBbe": 0,
      "pullAirJuice": 0.0003,
      "pullAirJuicePer100Pa": 0.0,
      "contactPct": 0.9322,
      "contactSwings": 354,
      "contactPa": 255,
      "avgDistanceOnBarrels": null,
      "avgLaunchAngleOnBarrels": null,
      "avgLaunchAngle": 12.9,
      "avgDistance": 381.0,
      "longestHr": 381,
      "avgExitVelocity": 81.1,
      "longballIndex": 22.1,
      "lbiVersion": "1.3",
      "lbiComponents": {
        "adjustedXhrPerBbe": {
          "value": 0.001,
          "percentile": 0.0043,
          "score": 9.2,
          "weight": 0.5
        },
        "barrelRate": {
          "value": 0.005,
          "percentile": 0.0168,
          "score": 17.1,
          "weight": 0.2
        },
        "hrWindowThunderRate": {
          "value": 0.0,
          "percentile": 0.1218,
          "score": 54.5,
          "weight": 0.25
        },
        "hardHitRate": {
          "value": 0.094,
          "percentile": 0.0042,
          "score": 9.2,
          "weight": 0.05
        }
      },
      "sampleBadge": "Reliable Sample",
      "pullPop": 0.0,
      "pesky": 119.3
    }
  ],
  "dailyDong": {
    "eventKey": "2026-06-07|Gary S\u00e1nchez|Jaden Hill|447|105.0",
    "playId": "0b5b7758-9e37-3d17-a32b-4a2a033e7ace",
    "gameDate": "2026-06-07",
    "batter": "Gary S\u00e1nchez",
    "batterId": 596142,
    "batterTeam": "MIL",
    "pitcher": "Jaden Hill",
    "pitcherId": 677955,
    "pitcherTeam": "COL",
    "distance": 447,
    "exitVelocity": 105.0,
    "launchAngle": 26.0,
    "hrCat": "No Doubter",
    "parksCleared": 30,
    "eventOutcome": "Home Run",
    "score": 479.7
  },
  "dailyFeatures": {
    "gameDate": "2026-06-07",
    "dailyDong": {
      "eventKey": "2026-06-07|Gary S\u00e1nchez|Jaden Hill|447|105.0",
      "playId": "0b5b7758-9e37-3d17-a32b-4a2a033e7ace",
      "gameDate": "2026-06-07",
      "batter": "Gary S\u00e1nchez",
      "batterId": 596142,
      "batterTeam": "MIL",
      "pitcher": "Jaden Hill",
      "pitcherId": 677955,
      "pitcherTeam": "COL",
      "distance": 447,
      "exitVelocity": 105.0,
      "launchAngle": 26.0,
      "hrCat": "No Doubter",
      "parksCleared": 30,
      "eventOutcome": "Home Run",
      "score": 479.7
    },
    "hotDogRobbery": {
      "eventKey": "2026-06-07|Cedric Mullins|Sandy Alcantara|391|100.0",
      "playId": "6bd88a5c-10de-342b-827d-6f29c475cdf5",
      "gameDate": "2026-06-07",
      "batter": "Cedric Mullins",
      "batterId": 656775,
      "batterTeam": "TB",
      "pitcher": "Sandy Alcantara",
      "pitcherId": 645261,
      "pitcherTeam": "MIA",
      "distance": 391,
      "exitVelocity": 100.0,
      "launchAngle": 32.0,
      "hrCat": "Mostly Gone",
      "parksCleared": 21,
      "eventOutcome": "Field Out",
      "score": 360.1
    },
    "cheapestDong": {
      "eventKey": "2026-06-07|Hunter Goodman|Craig Yoho|424|100.0",
      "playId": "c492bc14-2685-3042-85f2-0be76c0efe95",
      "gameDate": "2026-06-07",
      "batter": "Hunter Goodman",
      "batterId": 696100,
      "batterTeam": "COL",
      "pitcher": "Craig Yoho",
      "pitcherId": 684974,
      "pitcherTeam": "MIL",
      "distance": 424,
      "exitVelocity": 100.0,
      "launchAngle": 26.0,
      "hrCat": "Doubter",
      "parksCleared": 3,
      "eventOutcome": "Home Run",
      "score": 245.4
    }
  }
}
