Admin data view

This page exposes the seed stadium data you can edit immediately. In production, move this into a database or CMS.

New York Yankees · Yankee Stadium

Bronx, NY · Demand multiplier 1.1

{
  "id": "yankee-stadium",
  "team": "New York Yankees",
  "name": "Yankee Stadium",
  "city": "Bronx, NY",
  "battingBias": {
    "left": 1.08,
    "right": 1
  },
  "demandMultiplier": 1.1,
  "sections": [
    {
      "id": "117A",
      "label": "Section 117A",
      "line": "3B line",
      "rows": "A-F",
      "zone": "hot",
      "baseProbability": 0.87,
      "kidAccess": 0.78,
      "ballhawkRisk": 0.6,
      "avgPrice": 165,
      "notes": [
        "Low rows near 3B line",
        "Good kid handoff chance"
      ]
    },
    {
      "id": "129",
      "label": "Section 129",
      "line": "1B line",
      "rows": "1-10",
      "zone": "warm",
      "baseProbability": 0.73,
      "kidAccess": 0.68,
      "ballhawkRisk": 0.54,
      "avgPrice": 135,
      "notes": [
        "Strong for RH foul slices",
        "Aisle seats perform well"
      ]
    },
    {
      "id": "212",
      "label": "Section 212",
      "line": "3B mezzanine",
      "rows": "1-6",
      "zone": "warm",
      "baseProbability": 0.64,
      "kidAccess": 0.82,
      "ballhawkRisk": 0.42,
      "avgPrice": 88,
      "notes": [
        "Cheaper with strong downward bounce",
        "Families like first 3 rows"
      ]
    },
    {
      "id": "205",
      "label": "Section 205",
      "line": "1B mezzanine",
      "rows": "1-5",
      "zone": "warm",
      "baseProbability": 0.61,
      "kidAccess": 0.8,
      "ballhawkRisk": 0.4,
      "avgPrice": 82,
      "notes": [
        "Good compromise section",
        "Easy in and out with kids"
      ]
    }
  ]
}

Chicago Cubs · Wrigley Field

Chicago, IL · Demand multiplier 1.16

{
  "id": "wrigley-field",
  "team": "Chicago Cubs",
  "name": "Wrigley Field",
  "city": "Chicago, IL",
  "battingBias": {
    "left": 1,
    "right": 1.05
  },
  "demandMultiplier": 1.16,
  "sections": [
    {
      "id": "110",
      "label": "Section 110",
      "line": "3B line",
      "rows": "1-8",
      "zone": "hot",
      "baseProbability": 0.83,
      "kidAccess": 0.72,
      "ballhawkRisk": 0.67,
      "avgPrice": 172,
      "notes": [
        "Iconic foul line zone",
        "Popular with collectors"
      ]
    },
    {
      "id": "126",
      "label": "Section 126",
      "line": "1B line",
      "rows": "1-8",
      "zone": "hot",
      "baseProbability": 0.81,
      "kidAccess": 0.7,
      "ballhawkRisk": 0.64,
      "avgPrice": 166,
      "notes": [
        "Excellent on RH-heavy days",
        "Fast hands needed"
      ]
    },
    {
      "id": "223",
      "label": "Section 223",
      "line": "3B upper box",
      "rows": "1-5",
      "zone": "warm",
      "baseProbability": 0.6,
      "kidAccess": 0.86,
      "ballhawkRisk": 0.36,
      "avgPrice": 74,
      "notes": [
        "Strong value family section",
        "More handoff opportunities"
      ]
    },
    {
      "id": "227",
      "label": "Section 227",
      "line": "1B upper box",
      "rows": "1-5",
      "zone": "warm",
      "baseProbability": 0.57,
      "kidAccess": 0.84,
      "ballhawkRisk": 0.34,
      "avgPrice": 72,
      "notes": [
        "Good value for RH hitters",
        "Lower crowd intensity"
      ]
    }
  ]
}

Los Angeles Dodgers · Dodger Stadium

Los Angeles, CA · Demand multiplier 1.18

{
  "id": "dodger-stadium",
  "team": "Los Angeles Dodgers",
  "name": "Dodger Stadium",
  "city": "Los Angeles, CA",
  "battingBias": {
    "left": 1.03,
    "right": 1.03
  },
  "demandMultiplier": 1.18,
  "sections": [
    {
      "id": "17FD",
      "label": "Section 17FD",
      "line": "Field level 3B",
      "rows": "A-H",
      "zone": "hot",
      "baseProbability": 0.84,
      "kidAccess": 0.75,
      "ballhawkRisk": 0.58,
      "avgPrice": 178,
      "notes": [
        "Premium but active foul lane",
        "Low rows best"
      ]
    },
    {
      "id": "31FD",
      "label": "Section 31FD",
      "line": "Field level 1B",
      "rows": "A-H",
      "zone": "hot",
      "baseProbability": 0.82,
      "kidAccess": 0.74,
      "ballhawkRisk": 0.57,
      "avgPrice": 174,
      "notes": [
        "Strong mirror section",
        "Night games help visibility"
      ]
    },
    {
      "id": "9LG",
      "label": "Section 9LG",
      "line": "Loge 3B",
      "rows": "A-E",
      "zone": "warm",
      "baseProbability": 0.63,
      "kidAccess": 0.86,
      "ballhawkRisk": 0.39,
      "avgPrice": 92,
      "notes": [
        "Great blend of access and odds",
        "Good for kids under 10"
      ]
    },
    {
      "id": "161LG",
      "label": "Section 161LG",
      "line": "Loge 1B",
      "rows": "A-E",
      "zone": "warm",
      "baseProbability": 0.61,
      "kidAccess": 0.85,
      "ballhawkRisk": 0.38,
      "avgPrice": 90,
      "notes": [
        "Works well against RH foul push",
        "Cleaner sightlines"
      ]
    }
  ]
}