{
  "generatedAt": "2026-07-29",
  "project": "WettIndex",
  "disclaimer": "Öffentliche WettIndex-Datenangaben. Keine Rechts-, Lizenz-, Steuer- oder Wettempfehlung.",
  "scopeNote": "Formel- und Beispielmodell für Bonusbetrag, Umsatzbedingungen, Freebet, Cashback und Boosts. Keine Rechtsbewertung, keine Wettempfehlung, keine Ergebnisgarantie und keine Affiliate-Weiterleitung.",
  "status": "bonusrechner-erfüllt",
  "formulaCount": 5,
  "bonusExampleCount": 4,
  "specialExampleCount": 3,
  "exampleCount": 7,
  "sourceFeeds": [
    "bonus-analysis.json",
    "bonus-findings.json",
    "bonusbedingungen-pruefcheck.json",
    "sportwetten-glossar.json"
  ],
  "noAffiliateTracking": true,
  "noLegalAssessment": true,
  "noBetRecommendation": true,
  "noGuaranteedOutcome": true,
  "gateCount": 5,
  "passedGateCount": 5,
  "checks": [
    {
      "id": "formula_count",
      "label": "Mindestens fünf Bonusformeln",
      "passed": true,
      "value": 5,
      "limit": ">=5"
    },
    {
      "id": "bonus_examples",
      "label": "Mindestens vier Umsatzbeispiele",
      "passed": true,
      "value": 4,
      "limit": ">=4"
    },
    {
      "id": "special_examples",
      "label": "Freebet, Cashback und Boost abgedeckt",
      "passed": true,
      "value": 3,
      "limit": ">=3"
    },
    {
      "id": "safe_claims",
      "label": "Keine Rechts-, Wett- oder Ergebnisempfehlung",
      "passed": true,
      "value": true,
      "limit": true
    },
    {
      "id": "internal_paths",
      "label": "Nur sichere interne Folgepfade",
      "passed": true,
      "value": 7,
      "limit": 7
    }
  ],
  "formulas": [
    {
      "id": "bonusbetrag",
      "label": "Bonusbetrag",
      "formula": "Einzahlung × Bonusprozent, begrenzt durch Maximalbonus",
      "explanation": "Zeigt den rechnerischen Bonusbetrag, bevor Bedingungen, Fristen oder Ausschlüsse geprüft werden.",
      "example": "100 EUR Einzahlung × 100 % = 100 EUR Bonus",
      "index": 1,
      "path": "/bonusrechner/",
      "status": "bonusformel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "umsatzanforderung-bonus",
      "label": "Umsatzanforderung nur auf Bonus",
      "formula": "Bonusbetrag × Umsatzfaktor",
      "explanation": "Zeigt, wie viel Einsatzvolumen rechnerisch aus dem Bonusbetrag entstehen kann.",
      "example": "100 EUR Bonus × 5 = 500 EUR Umsatzanforderung",
      "index": 2,
      "path": "/bonusrechner/",
      "status": "bonusformel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "umsatzanforderung-einzahlung-bonus",
      "label": "Umsatzanforderung auf Einzahlung plus Bonus",
      "formula": "(Einzahlung + Bonusbetrag) × Umsatzfaktor",
      "explanation": "Diese Variante erzeugt bei gleichem Bonusbetrag deutlich mehr Umsatzdruck.",
      "example": "(50 EUR Einzahlung + 50 EUR Bonus) × 6 = 600 EUR Umsatzanforderung",
      "index": 3,
      "path": "/bonusrechner/",
      "status": "bonusformel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "freebet-wert",
      "label": "Freebet-Gewinnwert",
      "formula": "Freebet × (Quote - 1), wenn der Einsatz nicht zurückgezahlt wird",
      "explanation": "Trennt den Werbewert einer Freebet vom möglichen auszahlbaren Gewinnanteil.",
      "example": "20 EUR Freebet × (2,50 - 1) = 30 EUR Gewinnwert",
      "index": 4,
      "path": "/bonusrechner/",
      "status": "bonusformel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "cashback-wert",
      "label": "Cashback-Wert",
      "formula": "Qualifizierender Verlust × Cashback-Prozent, begrenzt durch Maximalwert",
      "explanation": "Zeigt den rechnerischen Rückzahlungswert, ohne daraus Verfügbarkeit oder Auszahlung zu behaupten.",
      "example": "120 EUR Verlust × 25 % = 30 EUR Cashback-Wert",
      "index": 5,
      "path": "/bonusrechner/",
      "status": "bonusformel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    }
  ],
  "bonusExamples": [
    {
      "id": "einzahlungsbonus-100-5x",
      "bonusType": "Einzahlungsbonus",
      "deposit": 100,
      "bonusPercent": 100,
      "maxBonus": 100,
      "wageringBase": "Bonus",
      "wageringFactor": 5,
      "minOdds": 1.7,
      "context": "klassischer Bonusbetrag mit Umsatz auf Bonus",
      "index": 1,
      "path": "/bonusrechner/",
      "uncappedBonus": 100,
      "bonusAmount": 100,
      "turnoverRequirement": 500,
      "turnoverPerBonusEuro": 5,
      "formula": "100,00 EUR × 5 = 500,00 EUR Umsatzanforderung",
      "status": "bonusbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "einzahlung-plus-bonus-6x",
      "bonusType": "Einzahlung plus Bonus",
      "deposit": 50,
      "bonusPercent": 100,
      "maxBonus": 50,
      "wageringBase": "Einzahlung plus Bonus",
      "wageringFactor": 6,
      "minOdds": 1.75,
      "context": "gleich hoher Bonus, aber deutlich höhere Umsatzbasis",
      "index": 2,
      "path": "/bonusrechner/",
      "uncappedBonus": 50,
      "bonusAmount": 50,
      "turnoverRequirement": 600,
      "turnoverPerBonusEuro": 12,
      "formula": "100,00 EUR × 6 = 600,00 EUR Umsatzanforderung",
      "status": "bonusbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "bonus-50-prozent-8x",
      "bonusType": "50-Prozent-Bonus",
      "deposit": 80,
      "bonusPercent": 50,
      "maxBonus": 100,
      "wageringBase": "Bonus",
      "wageringFactor": 8,
      "minOdds": 1.5,
      "context": "kleinerer Bonus mit höherem Umsatzfaktor",
      "index": 3,
      "path": "/bonusrechner/",
      "uncappedBonus": 40,
      "bonusAmount": 40,
      "turnoverRequirement": 320,
      "turnoverPerBonusEuro": 8,
      "formula": "40,00 EUR × 8 = 320,00 EUR Umsatzanforderung",
      "status": "bonusbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "bonus-200-prozent-10x",
      "bonusType": "200-Prozent-Bonus",
      "deposit": 40,
      "bonusPercent": 200,
      "maxBonus": 100,
      "wageringBase": "Bonus",
      "wageringFactor": 10,
      "minOdds": 1.8,
      "context": "hoher Prozentwert mit starkem Umsatzdruck",
      "index": 4,
      "path": "/bonusrechner/",
      "uncappedBonus": 80,
      "bonusAmount": 80,
      "turnoverRequirement": 800,
      "turnoverPerBonusEuro": 10,
      "formula": "80,00 EUR × 10 = 800,00 EUR Umsatzanforderung",
      "status": "bonusbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    }
  ],
  "specialExamples": [
    {
      "id": "freebet-20-quote-250",
      "bonusType": "Freebet",
      "value": 20,
      "odds": 2.5,
      "formulaType": "freebet",
      "context": "Freebet-Einsatz wird im Beispiel nicht als Rückzahlung gerechnet",
      "index": 1,
      "path": "/bonusrechner/",
      "calculatedValue": 30,
      "formula": "20,00 EUR × (2,50 - 1) = 30,00 EUR",
      "status": "bonusspezialbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "cashback-25-120",
      "bonusType": "Cashback",
      "value": 120,
      "percent": 25,
      "cap": 50,
      "formulaType": "cashback",
      "context": "Rückzahlungswert aus qualifizierendem Verlust",
      "index": 2,
      "path": "/bonusrechner/",
      "calculatedValue": 30,
      "formula": "120,00 EUR × 25 % = 30,00 EUR",
      "status": "bonusspezialbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    },
    {
      "id": "kombi-boost-20-45",
      "bonusType": "Kombi-Boost",
      "value": 45,
      "percent": 20,
      "formulaType": "boost",
      "context": "Boost auf rechnerischen Gewinnanteil, nicht auf den Einsatz",
      "index": 3,
      "path": "/bonusrechner/",
      "calculatedValue": 9,
      "formula": "45,00 EUR × 20 % = 9,00 EUR Zusatzwert",
      "status": "bonusspezialbeispiel-veröffentlicht",
      "noAffiliateTracking": true,
      "noLegalAssessment": true,
      "noBetRecommendation": true,
      "noGuaranteedOutcome": true
    }
  ]
}