## Get awarded feature configurations available for the games This endpoint retrieves a list of awarded feature configurations that can be used while creating awarded feature campaigns. ### Understanding Bet Values The `bet` values returned by this endpoint represent the **total cost of the buy feature** for the player. This is calculated as: **Feature Cost = Base Bet × Buy Feature Multiplier** For example, if a game has: - Base bet: 1 EUR - Buy feature multiplier: 50x The feature cost (and the value returned in the `bet` field) would be **50 EUR**. These values can be used directly in the `bet` field when creating an `AWARDED_FEATURE` campaign. **API Call Sample:** **Query Parameters:** **Response Schema:**