/betting/bet │ ├─ index.php ├─ draws.php ├─ tips.php ├─ trend.php ├─ stats.php │ ├─ /css │ ├─ style.css │ ├─ tips.css │ └─ trend.css │ ├─ /js │ ├─ main.js │ └─ charts.js │ ├─ /templates │ ├─ header.php │ ├─ footer.php │ └─ tip-card.php │ ├─ /includes │ ├─ db.php │ └─ functions.php │ ├─ /images │ ├─ hot.png │ └─ cold.png │ ├─ /data │ └─ (voliteľné CSV/JSON súbory) │ └─ /assets ├─ fonts/ └─ lib/