GET /game-type/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 4,
"next": null,
"previous": null,
"results": [
{
"id": 3,
"name": "Keno",
"description": "Keno is a famous game where you gamble by selecting up to a maximum allowed numbers usually from 1 to 80 through which the pay will be determined. After making your selection you hit the play button to get the random numbers shown on your screen. The more your numbers get matched the higher will you be rewarded.",
"image": "https://admin.skillgamingsolutions.com/media/game_cat_img/latest-games-bg_w1TxiJi.png",
"youtube": "bk4MxKcGbe4",
"order": 3
},
{
"id": 2,
"name": "Slots",
"description": "Slot games are just like casino slots where you have to set your bet amount and press start button to play the game.",
"image": "https://admin.skillgamingsolutions.com/media/game_cat_img/latest-games-bg_7zpCI15.png",
"youtube": "bk4MxKcGbe4",
"order": 2
},
{
"id": 1,
"name": "Fish",
"description": "Fish games are shooter games where you hunt down the creatures floating on the screen to earn rewards.",
"image": "https://admin.skillgamingsolutions.com/media/game_cat_img/latest-games-bg_mBhQJ4r.png",
"youtube": "bk4MxKcGbe4",
"order": 1
},
{
"id": 4,
"name": "Others",
"description": "Other types of games.",
"image": "https://admin.skillgamingsolutions.com/media/game_cat_img/latest-games-bg.png",
"youtube": "bk4MxKcGbe4",
"order": 4
}
]
}