Retrieves current jackpot values for all jackpot groups available to the operator calling this endpoint.
GET /platform/api/jackpots/current
| Name | Type | Description |
|---|---|---|
| Authorization | string | Bearer token authorization header (format: Bearer your_token_here). |
| Name | Type | Description |
|---|---|---|
| jackpotValues | object | Map of jackpot groups and their corresponding jackpots with current values |
| Name | Type | Description |
|---|---|---|
| outer object key | string | The Jackpot group UUID |
| inner object key | string | The Jackpot UUID |
| inner object value | array | A list of numeric values (BigDecimal) representing the current jackpot values (a group may contain multiple jackpots) |