Get Tournament by ID
Endpoint
GET
/tournament-service/v1/tournaments/{tournament}
Response
Success Response (200)
{
"data": {
"id": 12,
"name": "Rocket Lucky Spin",
"description": "Be part of the tournament where cyberpunk meets magic for ultimate rewards and thrills!",
"start_date": "2025-02-20 09:00:00",
"end_date": "2025-06-19 09:00:10",
"points_cost": 100,
"conditions": "The tournament is based on the total amount of bets placed. *Only bets made with a real money balance are counted. *Qualification is achieved by completing 5 spins with a bet of at least 20 $. *The player who places the highest total bets with a real money balance in the specified slots wins. *Other prize places are determined based on the participants' best results. *1 tournament point is equal to 1 $ of bets placed. *Winnings are paid out to the real balance without any wagering requirements.",
"min_qualification_points": 5,
"min_stake": 20,
"min_count_bets_in_games": 5,
"tournament_started": true,
"tournament_over": null,
"payments_completed": false,
"prize_fund": 5000000,
"currency": {
"id": 13,
"enabled": 1,
"name": "US Dollar",
"image": "01JJVF462CQ2T4W93RX30A826G.png",
"code": "USD",
"sign": "$",
"subunits": 2,
"type": "fiat",
"available_for_wallet": 1,
"fallback": 1
},
"created_at": "2025-02-20T14:01:59.000000Z",
"updated_at": "2025-02-20T14:02:02.000000Z",
"image_description": "Be part of the tournament where cyberpunk meets magic for ultimate rewards and thrills!",
"media": [
{
"id": 51,
"size": 128274,
"name": "rocket_lucky_spin_desktop",
"image_name": "01JMHTMMQRE9QTNXZG92TJGNYC.webp",
"original_url": "https://dev-cdn-rmc.garillahub.com/laravel/51/01JMHTMMQRE9QTNXZG92TJGNYC.webp",
"mime_type": "image/webp",
"custom_properties": {
"type": "desktop_banner"
}
}
]
}
}
Last updated