{
  "generatedAt": "2026-07-29",
  "project": "WettIndex",
  "disclaimer": "Öffentliche WettIndex-Datenangaben. Keine Rechts-, Lizenz-, Steuer- oder Wettempfehlung.",
  "scopeNote": "Formel- und Beispielmodell für Dezimalquote, Bruchquote, American Odds und implizite Wahrscheinlichkeit. Keine Rechtsbewertung, keine Wettempfehlung, keine Ergebnisgarantie und keine Affiliate-Weiterleitung.",
  "status": "quoten-umrechner-erfüllt",
  "formulaCount": 6,
  "exampleCount": 8,
  "checkpointCount": 5,
  "formatCount": 3,
  "sourceFeeds": [
    "quotenrechner-model.json",
    "quotenmarge-rechner-model.json",
    "sportwetten-glossar.json",
    "odds-analysis.json",
    "quoten-pruefcheck.json"
  ],
  "noAffiliateTracking": true,
  "noLegalAssessment": true,
  "noBetRecommendation": true,
  "noGuaranteedOutcome": true,
  "gateCount": 6,
  "passedGateCount": 6,
  "checks": [
    {
      "id": "formula_count",
      "label": "Mindestens sechs Umrechnungsformeln",
      "passed": true,
      "value": 6,
      "limit": ">=6"
    },
    {
      "id": "example_count",
      "label": "Mindestens acht Quotenbeispiele",
      "passed": true,
      "value": 8,
      "limit": ">=8"
    },
    {
      "id": "checkpoint_count",
      "label": "Mindestens fünf Prüfpunkte",
      "passed": true,
      "value": 5,
      "limit": ">=5"
    },
    {
      "id": "format_coverage",
      "label": "Dezimal, Bruch und American Odds enthalten",
      "passed": true,
      "value": true,
      "limit": true
    },
    {
      "id": "safe_claims",
      "label": "Keine Wett-, Rechts- oder Ergebnisempfehlung",
      "passed": true,
      "value": true,
      "limit": true
    },
    {
      "id": "internal_paths",
      "label": "Nur sichere interne Folgepfade",
      "passed": true,
      "value": 7,
      "limit": 7
    }
  ],
  "formulas": [
    {
      "id": "dezimal-zu-wahrscheinlichkeit",
      "label": "Dezimalquote zu Wahrscheinlichkeit",
      "formula": "100 ÷ Dezimalquote",
      "explanation": "Übersetzt eine Dezimalquote in die rechnerisch implizite Wahrscheinlichkeit.",
      "example": "100 ÷ 2,50 = 40,00 %",
      "index": 1,
      "path": "/quoten-umrechner/",
      "status": "quoten-umrechner-formel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "dezimal-zu-bruchquote",
      "label": "Dezimalquote zu Bruchquote",
      "formula": "Dezimalquote - 1",
      "explanation": "Die Bruchquote zeigt den Gewinnanteil im Verhältnis zum Einsatz.",
      "example": "2,50 - 1 = 1,50 = 3/2",
      "index": 2,
      "path": "/quoten-umrechner/",
      "status": "quoten-umrechner-formel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "bruchquote-zu-dezimal",
      "label": "Bruchquote zu Dezimalquote",
      "formula": "(Zähler ÷ Nenner) + 1",
      "explanation": "Addiert den zurückfließenden Einsatz zur Bruchquote.",
      "example": "3/2 + 1 = 2,50",
      "index": 3,
      "path": "/quoten-umrechner/",
      "status": "quoten-umrechner-formel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "dezimal-zu-american-plus",
      "label": "Dezimalquote zu positiven American Odds",
      "formula": "(Dezimalquote - 1) × 100",
      "explanation": "Gilt für Dezimalquoten ab 2,00 und zeigt den Gewinn auf 100 Einheiten Einsatz.",
      "example": "(2,50 - 1) × 100 = +150",
      "index": 4,
      "path": "/quoten-umrechner/",
      "status": "quoten-umrechner-formel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "dezimal-zu-american-minus",
      "label": "Dezimalquote zu negativen American Odds",
      "formula": "-100 ÷ (Dezimalquote - 1)",
      "explanation": "Gilt für Dezimalquoten unter 2,00 und zeigt den nötigen Einsatz für 100 Einheiten Gewinn.",
      "example": "-100 ÷ (1,50 - 1) = -200",
      "index": 5,
      "path": "/quoten-umrechner/",
      "status": "quoten-umrechner-formel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "american-zu-dezimal",
      "label": "American Odds zu Dezimalquote",
      "formula": "positive: (Odds ÷ 100) + 1; negative: (100 ÷ Betrag) + 1",
      "explanation": "Rechnet amerikanische Quoten zurück in das im deutschsprachigen Markt übliche Dezimalformat.",
      "example": "+150 = 2,50; -200 = 1,50",
      "index": 6,
      "path": "/quoten-umrechner/",
      "status": "quoten-umrechner-formel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    }
  ],
  "examples": [
    {
      "id": "favorit-150",
      "label": "Favorit 1,50",
      "decimalOdds": 1.5,
      "context": "niedrige Favoritenquote",
      "index": 1,
      "path": "/quoten-umrechner/",
      "fractionalOdds": "1/2",
      "americanOdds": "-200",
      "impliedProbability": 66.67,
      "netProfitPerTen": 5,
      "grossPayoutPerTen": 15,
      "formula": "1,50 = 1/2 = -200 = 66,67 %",
      "status": "quoten-umrechner-beispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "favorit-183",
      "label": "Favorit 1,83",
      "decimalOdds": 1.83,
      "context": "häufige Quote nahe -120 American Odds",
      "index": 2,
      "path": "/quoten-umrechner/",
      "fractionalOdds": "83/100",
      "americanOdds": "-120",
      "impliedProbability": 54.64,
      "netProfitPerTen": 8.3,
      "grossPayoutPerTen": 18.3,
      "formula": "1,83 = 83/100 = -120 = 54,64 %",
      "status": "quoten-umrechner-beispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "nahe-even-191",
      "label": "Nahe Even 1,91",
      "decimalOdds": 1.91,
      "context": "typische Zweiweg-Marktquote",
      "index": 3,
      "path": "/quoten-umrechner/",
      "fractionalOdds": "91/100",
      "americanOdds": "-110",
      "impliedProbability": 52.36,
      "netProfitPerTen": 9.1,
      "grossPayoutPerTen": 19.1,
      "formula": "1,91 = 91/100 = -110 = 52,36 %",
      "status": "quoten-umrechner-beispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "even-money",
      "label": "Even Money 2,00",
      "decimalOdds": 2,
      "context": "gerade Verdopplungsquote",
      "index": 4,
      "path": "/quoten-umrechner/",
      "fractionalOdds": "1/1",
      "americanOdds": "+100",
      "impliedProbability": 50,
      "netProfitPerTen": 10,
      "grossPayoutPerTen": 20,
      "formula": "2,00 = 1/1 = +100 = 50,00 %",
      "status": "quoten-umrechner-beispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "mittlere-quote",
      "label": "Quote 2,50",
      "decimalOdds": 2.5,
      "context": "mittlere Außenseiterquote",
      "index": 5,
      "path": "/quoten-umrechner/",
      "fractionalOdds": "3/2",
      "americanOdds": "+150",
      "impliedProbability": 40,
      "netProfitPerTen": 15,
      "grossPayoutPerTen": 25,
      "formula": "2,50 = 3/2 = +150 = 40,00 %",
      "status": "quoten-umrechner-beispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "aussenseiter-340",
      "label": "Quote 3,40",
      "decimalOdds": 3.4,
      "context": "höhere Außenseiterquote",
      "index": 6,
      "path": "/quoten-umrechner/",
      "fractionalOdds": "12/5",
      "americanOdds": "+240",
      "impliedProbability": 29.41,
      "netProfitPerTen": 24,
      "grossPayoutPerTen": 34,
      "formula": "3,40 = 12/5 = +240 = 29,41 %",
      "status": "quoten-umrechner-beispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "hohe-quote-500",
      "label": "Quote 5,00",
      "decimalOdds": 5,
      "context": "hohe Spezialmarktquote",
      "index": 7,
      "path": "/quoten-umrechner/",
      "fractionalOdds": "4/1",
      "americanOdds": "+400",
      "impliedProbability": 20,
      "netProfitPerTen": 40,
      "grossPayoutPerTen": 50,
      "formula": "5,00 = 4/1 = +400 = 20,00 %",
      "status": "quoten-umrechner-beispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "sehr-hohe-quote",
      "label": "Quote 7,50",
      "decimalOdds": 7.5,
      "context": "sehr hohe Quote mit kleiner impliziter Wahrscheinlichkeit",
      "index": 8,
      "path": "/quoten-umrechner/",
      "fractionalOdds": "13/2",
      "americanOdds": "+650",
      "impliedProbability": 13.33,
      "netProfitPerTen": 65,
      "grossPayoutPerTen": 75,
      "formula": "7,50 = 13/2 = +650 = 13,33 %",
      "status": "quoten-umrechner-beispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    }
  ],
  "checkpoints": [
    {
      "id": "format-erkennen",
      "label": "Quotenformat erkennen",
      "check": "Prüfe, ob die Quelle Dezimalquote, Bruchquote oder American Odds nutzt.",
      "risk": "Falsch erkannte Formate führen sofort zu falscher Auszahlung und Wahrscheinlichkeit.",
      "index": 1,
      "path": "/quoten-umrechner/",
      "status": "quoten-umrechner-prüfpunkt-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "bruttoauszahlung-trennen",
      "label": "Bruttoauszahlung trennen",
      "check": "Dezimalquoten enthalten den Einsatz, Bruchquoten zeigen primär den Gewinnanteil.",
      "risk": "Wer Bruchquote und Dezimalquote gleich liest, überschätzt den Auszahlungswert.",
      "index": 2,
      "path": "/quoten-umrechner/",
      "status": "quoten-umrechner-prüfpunkt-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "american-vorzeichen",
      "label": "American-Vorzeichen prüfen",
      "check": "Positive und negative American Odds haben unterschiedliche Rechenwege.",
      "risk": "+150 und -150 sehen ähnlich aus, bedeuten aber deutlich unterschiedliche Wahrscheinlichkeiten.",
      "index": 3,
      "path": "/quoten-umrechner/",
      "status": "quoten-umrechner-prüfpunkt-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "rundung-offenlegen",
      "label": "Rundung offenlegen",
      "check": "Bruchquoten und American Odds werden oft gerundet dargestellt.",
      "risk": "Kleine Rundungsunterschiede können beim Vergleich sehr enger Märkte sichtbar werden.",
      "index": 4,
      "path": "/quoten-umrechner/",
      "status": "quoten-umrechner-prüfpunkt-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "keine-wettentscheidung",
      "label": "Keine Wettentscheidung ableiten",
      "check": "Nutze den Umrechner nur für Formatverständnis und Vergleichbarkeit.",
      "risk": "Ein anderes Quotenformat macht eine Quote nicht automatisch besser.",
      "index": 5,
      "path": "/quoten-umrechner/",
      "status": "quoten-umrechner-prüfpunkt-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    }
  ]
}