{
  "generatedAt": "2026-07-29",
  "project": "WettIndex",
  "disclaimer": "Öffentliche WettIndex-Datenangaben. Keine Rechts-, Lizenz-, Steuer- oder Wettempfehlung.",
  "scopeNote": "Formel- und Beispielmodell für Dezimalquoten, Auszahlung, implizite Wahrscheinlichkeit und Marktmarge. Keine Steuerberechnung, keine Rechtsbewertung, keine Wettempfehlung und keine Affiliate-Weiterleitung.",
  "status": "quotenrechner-erfüllt",
  "formulaCount": 4,
  "exampleCount": 6,
  "marginExampleCount": 4,
  "sourceFeeds": [
    "sportwetten-glossar.json",
    "odds-analysis.json",
    "quoten-pruefcheck.json",
    "study-snapshots.json"
  ],
  "noAffiliateTracking": true,
  "noLegalAssessment": true,
  "noBetRecommendation": true,
  "noTaxCalculation": true,
  "gateCount": 5,
  "passedGateCount": 5,
  "checks": [
    {
      "id": "formula_count",
      "label": "Mindestens vier Formeln",
      "passed": true,
      "value": 4,
      "limit": ">=4"
    },
    {
      "id": "single_examples",
      "label": "Mindestens sechs Einzelquoten-Beispiele",
      "passed": true,
      "value": 6,
      "limit": ">=6"
    },
    {
      "id": "margin_examples",
      "label": "Mindestens vier Margen-Beispiele",
      "passed": true,
      "value": 4,
      "limit": ">=4"
    },
    {
      "id": "safe_claims",
      "label": "Keine Wett-, Rechts- oder Gewinnempfehlung",
      "passed": true,
      "value": true,
      "limit": true
    },
    {
      "id": "internal_paths",
      "label": "Nur sichere interne Folgepfade",
      "passed": true,
      "value": 5,
      "limit": 5
    }
  ],
  "formulas": [
    {
      "id": "bruttoauszahlung",
      "label": "Bruttoauszahlung",
      "formula": "Einsatz × Dezimalquote",
      "explanation": "Zeigt den rechnerischen Auszahlungsbetrag inklusive Einsatz, wenn ein Tipp erfolgreich wäre.",
      "example": "10 EUR × 2,50 = 25,00 EUR",
      "index": 1,
      "path": "/quotenrechner/",
      "status": "quotenformel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true
    },
    {
      "id": "nettogewinn",
      "label": "Nettogewinn",
      "formula": "Einsatz × (Dezimalquote - 1)",
      "explanation": "Trennt den rechnerischen Gewinn vom zurückfließenden Einsatz.",
      "example": "10 EUR × (2,50 - 1) = 15,00 EUR",
      "index": 2,
      "path": "/quotenrechner/",
      "status": "quotenformel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true
    },
    {
      "id": "implizite-wahrscheinlichkeit",
      "label": "Implizite Wahrscheinlichkeit",
      "formula": "100 ÷ Dezimalquote",
      "explanation": "Übersetzt eine Quote in eine rechnerische Wahrscheinlichkeit vor Markt- und Margenprüfung.",
      "example": "100 ÷ 2,50 = 40,00 %",
      "index": 3,
      "path": "/quotenrechner/",
      "status": "quotenformel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true
    },
    {
      "id": "marktmarge",
      "label": "Marktmarge",
      "formula": "Summe (100 ÷ Quote je Ausgang) - 100",
      "explanation": "Zeigt den rechnerischen Überhang eines vollständigen Marktes.",
      "example": "1,90 / 1,90 ergibt rund 5,26 % Überhang",
      "index": 4,
      "path": "/quotenrechner/",
      "status": "quotenformel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true
    }
  ],
  "examples": [
    {
      "id": "quote-150",
      "stake": 10,
      "odds": 1.5,
      "context": "niedrige Favoritenquote",
      "index": 1,
      "path": "/quotenrechner/",
      "grossPayout": 15,
      "netProfit": 5,
      "impliedProbability": 66.67,
      "formula": "10,00 EUR × 1,50 = 15,00 EUR",
      "status": "quotenbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true
    },
    {
      "id": "quote-200",
      "stake": 10,
      "odds": 2,
      "context": "gerade Verdopplungsquote",
      "index": 2,
      "path": "/quotenrechner/",
      "grossPayout": 20,
      "netProfit": 10,
      "impliedProbability": 50,
      "formula": "10,00 EUR × 2,00 = 20,00 EUR",
      "status": "quotenbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true
    },
    {
      "id": "quote-250",
      "stake": 10,
      "odds": 2.5,
      "context": "mittlere Außenseiterquote",
      "index": 3,
      "path": "/quotenrechner/",
      "grossPayout": 25,
      "netProfit": 15,
      "impliedProbability": 40,
      "formula": "10,00 EUR × 2,50 = 25,00 EUR",
      "status": "quotenbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true
    },
    {
      "id": "quote-300",
      "stake": 20,
      "odds": 3,
      "context": "höhere Einzelquote",
      "index": 4,
      "path": "/quotenrechner/",
      "grossPayout": 60,
      "netProfit": 40,
      "impliedProbability": 33.33,
      "formula": "20,00 EUR × 3,00 = 60,00 EUR",
      "status": "quotenbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true
    },
    {
      "id": "quote-500",
      "stake": 10,
      "odds": 5,
      "context": "hohe Außenseiterquote",
      "index": 5,
      "path": "/quotenrechner/",
      "grossPayout": 50,
      "netProfit": 40,
      "impliedProbability": 20,
      "formula": "10,00 EUR × 5,00 = 50,00 EUR",
      "status": "quotenbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true
    },
    {
      "id": "quote-750",
      "stake": 5,
      "odds": 7.5,
      "context": "sehr hohe Spezialmarktquote",
      "index": 6,
      "path": "/quotenrechner/",
      "grossPayout": 37.5,
      "netProfit": 32.5,
      "impliedProbability": 13.33,
      "formula": "5,00 EUR × 7,50 = 37,50 EUR",
      "status": "quotenbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true
    }
  ],
  "marginExamples": [
    {
      "id": "zweiweg-ausgeglichen",
      "market": "2-Wege-Markt ausgeglichen",
      "odds": [
        1.9,
        1.9
      ],
      "context": "zwei nahezu gleiche Seiten",
      "index": 1,
      "path": "/quotenrechner/",
      "impliedProbabilities": [
        52.63,
        52.63
      ],
      "overround": 105.26,
      "margin": 5.26,
      "payoutRate": 95,
      "formula": "52,63 % + 52,63 % = 105,26 %",
      "status": "margenbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true
    },
    {
      "id": "zweiweg-unausgeglichen",
      "market": "2-Wege-Markt mit Favorit",
      "odds": [
        1.8,
        2.1
      ],
      "context": "Favorit und Außenseiter",
      "index": 2,
      "path": "/quotenrechner/",
      "impliedProbabilities": [
        55.56,
        47.62
      ],
      "overround": 103.18,
      "margin": 3.18,
      "payoutRate": 96.92,
      "formula": "55,56 % + 47,62 % = 103,18 %",
      "status": "margenbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true
    },
    {
      "id": "dreiweg-fussball",
      "market": "3-Wege-Markt Fußball",
      "odds": [
        2.1,
        3.4,
        3.6
      ],
      "context": "Heim, Unentschieden, Auswärts",
      "index": 3,
      "path": "/quotenrechner/",
      "impliedProbabilities": [
        47.62,
        29.41,
        27.78
      ],
      "overround": 104.81,
      "margin": 4.81,
      "payoutRate": 95.41,
      "formula": "47,62 % + 29,41 % + 27,78 % = 104,81 %",
      "status": "margenbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true
    },
    {
      "id": "dreiweg-favorit",
      "market": "3-Wege-Markt mit klarem Favorit",
      "odds": [
        1.85,
        3.5,
        4.2
      ],
      "context": "Favorit, Remis, Außenseiter",
      "index": 4,
      "path": "/quotenrechner/",
      "impliedProbabilities": [
        54.05,
        28.57,
        23.81
      ],
      "overround": 106.43,
      "margin": 6.43,
      "payoutRate": 93.96,
      "formula": "54,05 % + 28,57 % + 23,81 % = 106,43 %",
      "status": "margenbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true
    }
  ]
}