{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://parlaiy.com/#organization",
      "name": "Simulytics App",
      "url": "https://parlaiy.com",
      "logo": {
        "@type": "ImageObject",
        "url": "https://parlaiy.com/images/leagues/nfl/simulytics.logo.png",
        "width": 500,
        "height": 500
      },
      "description": "We love football. We also love math. And while those two things don't usually sit next to each other on the couch, we realized they should. Our mission is simple: to transform raw NFL data into clear, statistically-backed probabilities you can actually use. We don't just guess; we simulate. A lot."
    },
    {
      "@type": "WebSite",
      "@id": "https://parlaiy.com/#website",
      "url": "https://parlaiy.com",
      "name": "Simulytics App",
      "description": "We've Already Played Sunday's Games 10,000 Times.  Why rely on luck when you can rely on large-scale simulations? Our models give you the precise win probabilities you need.  Get precise NFL win probabilities, game-by-game projections, and data analysis powered by large-scale simulations. Stop guessing—start winning.",
      "isAccessibleForFree": true,
      "publisher": {
        "@id": "https://parlaiy.com/#organization"
      }
    },
    {
      "@type": "SoftwareApplication",
      "name": "NFL Game Simulator",
      "applicationCategory": "SportsApplication",
      "operatingSystem": "Web",
      "isAccessibleForFree": true,
      "offers": {
        "@type": "Offer",
        "price": "0",
        "priceCurrency": "USD",
        "availability": "https://schema.org/InStock"
      },
      "description": "A web-based tool that uses season long metrics, drive-by-drive stats and A.I. to simulate NFL matchups."
    }
  ]
}
