[
  {
    "name": "Bar/Coffee Shop",
    "avgTicket": {
      "min": 3.5,
      "max": 6.5,
      "suggested": 4.5
    },
    "dailyCustomers": {
      "min": 90,
      "max": 200,
      "suggested": 120
    },
    "initialInvestment": {
      "min": 25000,
      "max": 60000,
      "suggested": 40000
    }
  },
  {
    "name": "Gym",
    "avgTicket": {
      "min": 30,
      "max": 80,
      "suggested": 50
    },
    "dailyCustomers": {
      "min": 50,
      "max": 200,
      "suggested": 120
    },
    "initialInvestment": {
      "min": 80000,
      "max": 250000,
      "suggested": 150000
    }
  },
  {
    "name": "Cinema",
    "avgTicket": {
      "min": 7,
      "max": 12,
      "suggested": 9
    },
    "dailyCustomers": {
      "min": 40,
      "max": 250,
      "suggested": 100
    },
    "initialInvestment": {
      "min": 100000,
      "max": 500000,
      "suggested": 250000
    }
  },
  {
    "name": "Hair Salon",
    "avgTicket": {
      "min": 25,
      "max": 60,
      "suggested": 38
    },
    "dailyCustomers": {
      "min": 15,
      "max": 40,
      "suggested": 25
    },
    "initialInvestment": {
      "min": 20000,
      "max": 50000,
      "suggested": 30000
    }
  }
]