{
  "generatedAt": "2026-07-29",
  "project": "WettIndex",
  "disclaimer": "Öffentliche WettIndex-Datenangaben. Keine Rechts-, Lizenz-, Steuer- oder Wettempfehlung.",
  "scopeNote": "Formel- und Beispielmodell für implizite Wahrscheinlichkeit, faire Quote, kombinierte Wahrscheinlichkeit und normalisierte Marktanteile. Keine Rechtsbewertung, keine Wettempfehlung, keine Ergebnisgarantie, keine Prognosebehauptung und keine Affiliate-Weiterleitung.",
  "status": "wahrscheinlichkeitsrechner-erfüllt",
  "formulaCount": 6,
  "quoteExampleCount": 8,
  "combinationExampleCount": 6,
  "checkpointCount": 5,
  "minImpliedProbability": 20,
  "maxImpliedProbability": 66.67,
  "minCombinedProbability": 10.69,
  "maxCombinedProbability": 37.04,
  "sourceFeeds": [
    "quotenrechner-model.json",
    "quoten-umrechner-model.json",
    "break-even-rechner-model.json",
    "value-bet-rechner-model.json",
    "quotenmarge-rechner-model.json",
    "sportwetten-glossar.json",
    "quoten-pruefcheck.json"
  ],
  "noAffiliateTracking": true,
  "noLegalAssessment": true,
  "noBetRecommendation": true,
  "noGuaranteedOutcome": true,
  "noForecastClaim": true,
  "gateCount": 7,
  "passedGateCount": 7,
  "checks": [
    {
      "id": "formula_count",
      "label": "Mindestens sechs Wahrscheinlichkeitsformeln",
      "passed": true,
      "value": 6,
      "limit": ">=6"
    },
    {
      "id": "quote_example_count",
      "label": "Mindestens acht Quotenbeispiele",
      "passed": true,
      "value": 8,
      "limit": ">=8"
    },
    {
      "id": "combination_example_count",
      "label": "Mindestens sechs Kombinationsbeispiele",
      "passed": true,
      "value": 6,
      "limit": ">=6"
    },
    {
      "id": "checkpoint_count",
      "label": "Mindestens fünf Prüfpunkte",
      "passed": true,
      "value": 5,
      "limit": ">=5"
    },
    {
      "id": "probability_range",
      "label": "Breite Quoten- und Wahrscheinlichkeitsspanne",
      "passed": true,
      "value": "20,00-66,67 %",
      "limit": "breit"
    },
    {
      "id": "safe_claims",
      "label": "Keine Wett-, Rechts-, Ergebnis- oder Prognosebehauptung",
      "passed": true,
      "value": true,
      "limit": true
    },
    {
      "id": "internal_paths",
      "label": "Nur sichere interne Folgepfade",
      "passed": true,
      "value": 9,
      "limit": 9
    }
  ],
  "formulas": [
    {
      "id": "implizite-wahrscheinlichkeit",
      "label": "Implizite Wahrscheinlichkeit",
      "formula": "100 ÷ Dezimalquote",
      "explanation": "Übersetzt eine Quote in den rechnerischen Prozentwert vor Marge und Marktvergleich.",
      "example": "100 ÷ 2,50 = 40,00 %",
      "index": 1,
      "path": "/wahrscheinlichkeitsrechner/",
      "status": "wahrscheinlichkeitsrechner-formel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "faire-dezimalquote",
      "label": "Faire Dezimalquote",
      "formula": "100 ÷ Wahrscheinlichkeit in %",
      "explanation": "Leitet aus einer Wahrscheinlichkeit die neutrale Quote ohne eingebauten Anbieteraufschlag ab.",
      "example": "100 ÷ 40 % = 2,50",
      "index": 2,
      "path": "/wahrscheinlichkeitsrechner/",
      "status": "wahrscheinlichkeitsrechner-formel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "kombinierte-wahrscheinlichkeit",
      "label": "Kombinierte Wahrscheinlichkeit",
      "formula": "(p1 ÷ 100) × (p2 ÷ 100) × ... × 100",
      "explanation": "Verknüpft mehrere unabhängige Ereignisse zu einer gemeinsamen rechnerischen Wahrscheinlichkeit.",
      "example": "60 % × 50 % = 30,00 %",
      "index": 3,
      "path": "/wahrscheinlichkeitsrechner/",
      "status": "wahrscheinlichkeitsrechner-formel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "mindestens-ein-ereignis",
      "label": "Mindestens ein Ereignis",
      "formula": "1 - ((1 - p1) × (1 - p2))",
      "explanation": "Berechnet bei unabhängigen Ereignissen die Chance, dass mindestens eines eintritt.",
      "example": "1 - (40 % × 50 %) = 80,00 %",
      "index": 4,
      "path": "/wahrscheinlichkeitsrechner/",
      "status": "wahrscheinlichkeitsrechner-formel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "normalisierter-marktanteil",
      "label": "Normalisierter Marktanteil",
      "formula": "implizite Wahrscheinlichkeit ÷ Overround × 100",
      "explanation": "Entfernt rechnerisch den Marktüberhang, wenn alle Ausgänge eines Marktes vorliegen.",
      "example": "52,63 ÷ 105,26 × 100 = 50,00 %",
      "index": 5,
      "path": "/wahrscheinlichkeitsrechner/",
      "status": "wahrscheinlichkeitsrechner-formel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "wahrscheinlichkeitsdifferenz",
      "label": "Wahrscheinlichkeitsdifferenz",
      "formula": "eigene Wahrscheinlichkeit - implizite Wahrscheinlichkeit",
      "explanation": "Zeigt den Abstand zwischen eigener Schätzung und dem aus der Quote abgeleiteten Prozentwert.",
      "example": "43,00 % - 38,46 % = 4,54 Prozentpunkte",
      "index": 6,
      "path": "/wahrscheinlichkeitsrechner/",
      "status": "wahrscheinlichkeitsrechner-formel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    }
  ],
  "quoteExamples": [
    {
      "id": "quote-150",
      "label": "Quote 1,50",
      "odds": 1.5,
      "ownProbability": 70,
      "context": "klarer Favoritenbereich",
      "index": 1,
      "path": "/wahrscheinlichkeitsrechner/",
      "impliedProbability": 66.67,
      "fairOdds": 1.43,
      "probabilityGap": 3.33,
      "formula": "1,50 = 66,67 %, 70,00 % = faire Quote 1,43",
      "status": "wahrscheinlichkeitsrechner-quotenbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "quote-180",
      "label": "Quote 1,80",
      "odds": 1.8,
      "ownProbability": 55,
      "context": "knapper Zweiweg-Markt",
      "index": 2,
      "path": "/wahrscheinlichkeitsrechner/",
      "impliedProbability": 55.56,
      "fairOdds": 1.82,
      "probabilityGap": -0.56,
      "formula": "1,80 = 55,56 %, 55,00 % = faire Quote 1,82",
      "status": "wahrscheinlichkeitsrechner-quotenbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "quote-200",
      "label": "Quote 2,00",
      "odds": 2,
      "ownProbability": 50,
      "context": "neutrale Verdopplungsquote",
      "index": 3,
      "path": "/wahrscheinlichkeitsrechner/",
      "impliedProbability": 50,
      "fairOdds": 2,
      "probabilityGap": 0,
      "formula": "2,00 = 50,00 %, 50,00 % = faire Quote 2,00",
      "status": "wahrscheinlichkeitsrechner-quotenbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "quote-210",
      "label": "Quote 2,10",
      "odds": 2.1,
      "ownProbability": 52,
      "context": "leichter Puffer zur Quote",
      "index": 4,
      "path": "/wahrscheinlichkeitsrechner/",
      "impliedProbability": 47.62,
      "fairOdds": 1.92,
      "probabilityGap": 4.38,
      "formula": "2,10 = 47,62 %, 52,00 % = faire Quote 1,92",
      "status": "wahrscheinlichkeitsrechner-quotenbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "quote-240",
      "label": "Quote 2,40",
      "odds": 2.4,
      "ownProbability": 40,
      "context": "unter der impliziten Schwelle",
      "index": 5,
      "path": "/wahrscheinlichkeitsrechner/",
      "impliedProbability": 41.67,
      "fairOdds": 2.5,
      "probabilityGap": -1.67,
      "formula": "2,40 = 41,67 %, 40,00 % = faire Quote 2,50",
      "status": "wahrscheinlichkeitsrechner-quotenbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "quote-275",
      "label": "Quote 2,75",
      "odds": 2.75,
      "ownProbability": 39,
      "context": "Außenseiterquote mit knapper Differenz",
      "index": 6,
      "path": "/wahrscheinlichkeitsrechner/",
      "impliedProbability": 36.36,
      "fairOdds": 2.56,
      "probabilityGap": 2.64,
      "formula": "2,75 = 36,36 %, 39,00 % = faire Quote 2,56",
      "status": "wahrscheinlichkeitsrechner-quotenbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "quote-340",
      "label": "Quote 3,40",
      "odds": 3.4,
      "ownProbability": 31,
      "context": "höhere Einzelquote",
      "index": 7,
      "path": "/wahrscheinlichkeitsrechner/",
      "impliedProbability": 29.41,
      "fairOdds": 3.23,
      "probabilityGap": 1.59,
      "formula": "3,40 = 29,41 %, 31,00 % = faire Quote 3,23",
      "status": "wahrscheinlichkeitsrechner-quotenbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "quote-500",
      "label": "Quote 5,00",
      "odds": 5,
      "ownProbability": 18,
      "context": "Spezialmarkt mit niedriger Schwelle",
      "index": 8,
      "path": "/wahrscheinlichkeitsrechner/",
      "impliedProbability": 20,
      "fairOdds": 5.56,
      "probabilityGap": -2,
      "formula": "5,00 = 20,00 %, 18,00 % = faire Quote 5,56",
      "status": "wahrscheinlichkeitsrechner-quotenbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    }
  ],
  "combinationExamples": [
    {
      "id": "zwei-favoriten",
      "label": "Zwei Favoriten",
      "odds": [
        1.5,
        1.8
      ],
      "context": "zwei unabhängige Favoritenquoten",
      "index": 1,
      "path": "/wahrscheinlichkeitsrechner/",
      "probabilities": [
        66.67,
        55.56
      ],
      "combinedProbability": 37.04,
      "combinedOdds": 2.7,
      "fairCombinedOdds": 2.7,
      "legCount": 2,
      "formula": "66,67 % × 55,56 % = 37,04 %",
      "status": "wahrscheinlichkeitsrechner-kombibeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "ausgeglichen-plus-favorit",
      "label": "Even plus Favorit",
      "odds": [
        2,
        1.65
      ],
      "context": "ausgeglichener Tipp plus Favorit",
      "index": 2,
      "path": "/wahrscheinlichkeitsrechner/",
      "probabilities": [
        50,
        60.61
      ],
      "combinedProbability": 30.31,
      "combinedOdds": 3.3,
      "fairCombinedOdds": 3.3,
      "legCount": 2,
      "formula": "50,00 % × 60,61 % = 30,31 %",
      "status": "wahrscheinlichkeitsrechner-kombibeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "zweiweg-kombi",
      "label": "Zweiweg-Kombi",
      "odds": [
        1.91,
        1.91
      ],
      "context": "zwei ähnliche Marktseiten",
      "index": 3,
      "path": "/wahrscheinlichkeitsrechner/",
      "probabilities": [
        52.36,
        52.36
      ],
      "combinedProbability": 27.42,
      "combinedOdds": 3.65,
      "fairCombinedOdds": 3.65,
      "legCount": 2,
      "formula": "52,36 % × 52,36 % = 27,42 %",
      "status": "wahrscheinlichkeitsrechner-kombibeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "mittlere-kombi",
      "label": "Mittlere Kombi",
      "odds": [
        2.1,
        2.4
      ],
      "context": "zwei mittlere Einzelquoten",
      "index": 4,
      "path": "/wahrscheinlichkeitsrechner/",
      "probabilities": [
        47.62,
        41.67
      ],
      "combinedProbability": 19.84,
      "combinedOdds": 5.04,
      "fairCombinedOdds": 5.04,
      "legCount": 2,
      "formula": "47,62 % × 41,67 % = 19,84 %",
      "status": "wahrscheinlichkeitsrechner-kombibeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "aussenseiter-kombi",
      "label": "Außenseiter-Kombi",
      "odds": [
        2.75,
        3.4
      ],
      "context": "hohe Gesamtquote mit niedriger Wahrscheinlichkeit",
      "index": 5,
      "path": "/wahrscheinlichkeitsrechner/",
      "probabilities": [
        36.36,
        29.41
      ],
      "combinedProbability": 10.69,
      "combinedOdds": 9.35,
      "fairCombinedOdds": 9.35,
      "legCount": 2,
      "formula": "36,36 % × 29,41 % = 10,69 %",
      "status": "wahrscheinlichkeitsrechner-kombibeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "drei-tipps",
      "label": "Drei Tipps",
      "odds": [
        1.5,
        1.8,
        2
      ],
      "context": "drei Ereignisse im Produktmodell",
      "index": 6,
      "path": "/wahrscheinlichkeitsrechner/",
      "probabilities": [
        66.67,
        55.56,
        50
      ],
      "combinedProbability": 18.52,
      "combinedOdds": 5.4,
      "fairCombinedOdds": 5.4,
      "legCount": 3,
      "formula": "66,67 % × 55,56 % × 50,00 % = 18,52 %",
      "status": "wahrscheinlichkeitsrechner-kombibeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    }
  ],
  "checkpoints": [
    {
      "id": "marge-vor-prozent",
      "label": "Marge vor Prozentwert prüfen",
      "check": "Implizite Wahrscheinlichkeit ist vor Anbieter-Marge zu lesen.",
      "risk": "Ein isolierter Prozentwert wirkt genauer, als der Markt tatsächlich ist.",
      "index": 1,
      "path": "/wahrscheinlichkeitsrechner/",
      "status": "wahrscheinlichkeitsrechner-prüfpunkt-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "unabhaengigkeit-pruefen",
      "label": "Unabhängigkeit prüfen",
      "check": "Kombinierte Wahrscheinlichkeiten setzen unabhängige Ereignisse voraus.",
      "risk": "Abhängige Ereignisse können die Multiplikation unbrauchbar machen.",
      "index": 2,
      "path": "/wahrscheinlichkeitsrechner/",
      "status": "wahrscheinlichkeitsrechner-prüfpunkt-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "alle-marktausgaenge",
      "label": "Alle Marktausgänge sammeln",
      "check": "Normalisierte Marktanteile brauchen alle Ausgänge desselben Marktes.",
      "risk": "Unvollständige Märkte verzerren Overround und Normalisierung.",
      "index": 3,
      "path": "/wahrscheinlichkeitsrechner/",
      "status": "wahrscheinlichkeitsrechner-prüfpunkt-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "rundung-offenlegen",
      "label": "Rundung offenlegen",
      "check": "Prozentwerte und faire Quoten sollten mit gleicher Rundung verglichen werden.",
      "risk": "Knapp unterschiedliche Rundungen können den Vergleich kippen.",
      "index": 4,
      "path": "/wahrscheinlichkeitsrechner/",
      "status": "wahrscheinlichkeitsrechner-prüfpunkt-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    },
    {
      "id": "keine-prognose",
      "label": "Keine Prognose ableiten",
      "check": "Der Rechner zeigt mathematische Umrechnung, keine Trefferprognose.",
      "risk": "Eine saubere Formel ersetzt keine Datenbasis und keine Marktprüfung.",
      "index": 5,
      "path": "/wahrscheinlichkeitsrechner/",
      "status": "wahrscheinlichkeitsrechner-prüfpunkt-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true,
      "noForecastClaim": true
    }
  ]
}