{
  "generatedAt": "2026-07-29",
  "project": "WettIndex",
  "disclaimer": "Öffentliche WettIndex-Datenangaben. Keine Rechts-, Lizenz-, Steuer- oder Wettempfehlung.",
  "scopeNote": "Formel- und Beispielmodell für faire Quote, Break-even-Wahrscheinlichkeit, Value-Lücke und Erwartungswert. Keine Rechtsbewertung, keine Wettempfehlung, keine Ergebnisgarantie und keine Affiliate-Weiterleitung.",
  "status": "value-bet-rechner-erfüllt",
  "formulaCount": 5,
  "exampleCount": 6,
  "checkpointCount": 4,
  "positiveExampleCount": 3,
  "negativeExampleCount": 2,
  "sourceFeeds": [
    "quotenrechner-model.json",
    "sportwetten-glossar.json",
    "odds-analysis.json",
    "quoten-pruefcheck.json",
    "study-snapshots.json"
  ],
  "noAffiliateTracking": true,
  "noLegalAssessment": true,
  "noBetRecommendation": true,
  "noGuaranteedOutcome": true,
  "gateCount": 5,
  "passedGateCount": 5,
  "checks": [
    {
      "id": "formula_count",
      "label": "Mindestens fünf Value-Bet-Formeln",
      "passed": true,
      "value": 5,
      "limit": ">=5"
    },
    {
      "id": "example_count",
      "label": "Mindestens sechs Rechenbeispiele",
      "passed": true,
      "value": 6,
      "limit": ">=6"
    },
    {
      "id": "checkpoint_count",
      "label": "Mindestens vier Prüfhinweise",
      "passed": true,
      "value": 4,
      "limit": ">=4"
    },
    {
      "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": "faire-quote",
      "label": "Faire Quote",
      "formula": "100 ÷ eigene Wahrscheinlichkeit",
      "explanation": "Leitet aus einer begründeten Wahrscheinlichkeitsschätzung die rechnerisch faire Dezimalquote ab.",
      "example": "100 ÷ 52 % = 1,92 faire Quote",
      "index": 1,
      "path": "/value-bet-rechner/",
      "status": "value-bet-formel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "break-even-wahrscheinlichkeit",
      "label": "Break-even-Wahrscheinlichkeit",
      "formula": "100 ÷ Anbieterquote",
      "explanation": "Zeigt, welche implizite Wahrscheinlichkeit eine Quote mindestens abbildet, bevor ein positiver rechnerischer Wert entstehen kann.",
      "example": "100 ÷ 2,10 = 47,62 %",
      "index": 2,
      "path": "/value-bet-rechner/",
      "status": "value-bet-formel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "value-luecke",
      "label": "Value-Lücke",
      "formula": "eigene Wahrscheinlichkeit - Break-even-Wahrscheinlichkeit",
      "explanation": "Vergleicht eigene Schätzung und Quote auf Prozentpunktbasis.",
      "example": "52,00 % - 47,62 % = 4,38 Prozentpunkte",
      "index": 3,
      "path": "/value-bet-rechner/",
      "status": "value-bet-formel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "erwartungswert",
      "label": "Erwartungswert",
      "formula": "Einsatz × ((Quote × Wahrscheinlichkeit) - 1)",
      "explanation": "Berechnet den rechnerischen Erwartungswert aus Einsatz, Quote und eigener Wahrscheinlichkeitsschätzung.",
      "example": "10 EUR × ((2,10 × 0,52) - 1) = 0,92 EUR",
      "index": 4,
      "path": "/value-bet-rechner/",
      "status": "value-bet-formel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "rendite-prozent",
      "label": "Rechnerische Rendite",
      "formula": "((Quote × Wahrscheinlichkeit) - 1) × 100",
      "explanation": "Übersetzt den Erwartungswert in einen Prozentwert je eingesetztem Euro.",
      "example": "((2,10 × 0,52) - 1) × 100 = 9,20 %",
      "index": 5,
      "path": "/value-bet-rechner/",
      "status": "value-bet-formel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    }
  ],
  "examples": [
    {
      "id": "fussball-heimteam",
      "label": "Fußball-Heimteam",
      "odds": 2.1,
      "ownProbability": 52,
      "stake": 10,
      "context": "eigene Schätzung liegt sichtbar über der Break-even-Schwelle",
      "index": 1,
      "path": "/value-bet-rechner/",
      "breakEvenProbability": 47.62,
      "fairOdds": 1.92,
      "valueGap": 4.38,
      "expectedValue": 0.92,
      "expectedReturnPercent": 9.2,
      "formula": "2,10 × 52,00 % = 9,20 % rechnerischer Erwartungswert",
      "valueStatus": "positiver-rechenwert",
      "status": "value-bet-beispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "tennis-außenseiter",
      "label": "Tennis-Außenseiter",
      "odds": 3.4,
      "ownProbability": 31,
      "stake": 10,
      "context": "hohe Quote mit kleiner positiver Value-Lücke",
      "index": 2,
      "path": "/value-bet-rechner/",
      "breakEvenProbability": 29.41,
      "fairOdds": 3.23,
      "valueGap": 1.59,
      "expectedValue": 0.54,
      "expectedReturnPercent": 5.4,
      "formula": "3,40 × 31,00 % = 5,40 % rechnerischer Erwartungswert",
      "valueStatus": "positiver-rechenwert",
      "status": "value-bet-beispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "basketball-spread",
      "label": "Basketball-Spread",
      "odds": 1.95,
      "ownProbability": 51,
      "stake": 20,
      "context": "nahe am Break-even, Ergebnis bleibt rechnerisch knapp",
      "index": 3,
      "path": "/value-bet-rechner/",
      "breakEvenProbability": 51.28,
      "fairOdds": 1.96,
      "valueGap": -0.28,
      "expectedValue": -0.11,
      "expectedReturnPercent": -0.55,
      "formula": "1,95 × 51,00 % = -0,55 % rechnerischer Erwartungswert",
      "valueStatus": "negativer-rechenwert",
      "status": "value-bet-beispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "negative-value",
      "label": "Negative Value-Prüfung",
      "odds": 1.75,
      "ownProbability": 54,
      "stake": 10,
      "context": "eigene Schätzung reicht nicht für positiven Erwartungswert",
      "index": 4,
      "path": "/value-bet-rechner/",
      "breakEvenProbability": 57.14,
      "fairOdds": 1.85,
      "valueGap": -3.14,
      "expectedValue": -0.55,
      "expectedReturnPercent": -5.5,
      "formula": "1,75 × 54,00 % = -5,50 % rechnerischer Erwartungswert",
      "valueStatus": "negativer-rechenwert",
      "status": "value-bet-beispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "marktgleichgewicht",
      "label": "Nahe Marktgleichgewicht",
      "odds": 2,
      "ownProbability": 50,
      "stake": 25,
      "context": "Break-even-Beispiel ohne rechnerischen Vorsprung",
      "index": 5,
      "path": "/value-bet-rechner/",
      "breakEvenProbability": 50,
      "fairOdds": 2,
      "valueGap": 0,
      "expectedValue": 0,
      "expectedReturnPercent": 0,
      "formula": "2,00 × 50,00 % = 0,00 % rechnerischer Erwartungswert",
      "valueStatus": "break-even",
      "status": "value-bet-beispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "starke-luecke",
      "label": "Stärkere Value-Lücke",
      "odds": 2.6,
      "ownProbability": 43,
      "stake": 15,
      "context": "deutlichere Differenz, aber weiterhin nur Rechenmodell",
      "index": 6,
      "path": "/value-bet-rechner/",
      "breakEvenProbability": 38.46,
      "fairOdds": 2.33,
      "valueGap": 4.54,
      "expectedValue": 1.77,
      "expectedReturnPercent": 11.8,
      "formula": "2,60 × 43,00 % = 11,80 % rechnerischer Erwartungswert",
      "valueStatus": "positiver-rechenwert",
      "status": "value-bet-beispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    }
  ],
  "checkpoints": [
    {
      "id": "modellbasis",
      "label": "Eigene Wahrscheinlichkeit begründen",
      "check": "Welche Daten, Marktinformationen oder Annahmen stützen die Prozentzahl?",
      "risk": "Ohne nachvollziehbare Modellbasis ist der Value-Befund nur ein Bauchgefühl.",
      "index": 1,
      "path": "/value-bet-rechner/",
      "status": "value-bet-prüfpunkt-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "marge-pruefen",
      "label": "Marge und Markt vergleichen",
      "check": "Passt die Quote im Vergleich zu anderen Anbietern und zur Marktmarge?",
      "risk": "Eine isolierte Einzelquote kann durch Marktbreite, Sperren oder Aktualität verzerrt wirken.",
      "index": 2,
      "path": "/value-bet-rechner/",
      "status": "value-bet-prüfpunkt-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "einsatz-trennen",
      "label": "Einsatzhöhe nicht aus Formel ableiten",
      "check": "Der Rechner zeigt Erwartungswert, aber keine Einsatzempfehlung.",
      "risk": "Positive Rechnung bedeutet keine Ergebnisgarantie und ersetzt kein Risikomanagement.",
      "index": 3,
      "path": "/value-bet-rechner/",
      "status": "value-bet-prüfpunkt-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "datenstatus",
      "label": "Datenstatus gegenlesen",
      "check": "Prüfe Studienstand, Quotenvergleich, Anbieterstatus und offene Prüfpunkte.",
      "risk": "Veraltete Quoten oder unklare Bedingungen können die Rechnung unbrauchbar machen.",
      "index": 4,
      "path": "/value-bet-rechner/",
      "status": "value-bet-prüfpunkt-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    }
  ]
}