## Create New Campaign This endpoint is used to create a new campaign of any type. **API Call Sample:** **Request Schema:** **Response Schema:** #### Determining Valid Bet Values The `bet` field meaning differs depending on the campaign type: | Campaign Type | Bet Value Meaning | Example | | --- | --- | --- | | `FREE_ROUNDS` | The single bet amount in major currency units | 1 EUR | | `AWARDED_FEATURE` | The total feature cost (base bet × buy feature multiplier) | 1 EUR × 50 = **50 EUR** | ##### FREE_ROUNDS Campaigns For `FREE_ROUNDS` campaigns, the `bet` field should be the **single bet amount** in major currency units (e.g., 1.00 for 1 EUR). Use the [Get Games API](/content/integration/public-api/games/get-games) endpoint to retrieve available bet sizes for the game. ##### AWARDED_FEATURE Campaigns For `AWARDED_FEATURE` campaigns, the `bet` field should be the **total cost of the buy feature**. This is calculated as: **Feature Cost = Base Bet × Buy Feature Multiplier** For example, if you want to award a feature with: - Base bet: 1 EUR - Buy feature multiplier: 50x The `bet` value should be **50 EUR** (not 1 EUR). Use the [Get Awarded Feature Configurations](/content/integration/public-api/promotions-api/awarded-feature-configurations) endpoint to retrieve available feature costs that can be used directly in campaign creation.