GET /api/bet_types/cc18bbe4-c3b1-4deb-b027-c565ca07cdc1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc18bbe4-c3b1-4deb-b027-c565ca07cdc1",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b2b88b3-d67d-43f9-b5b4-701ac4e51a6a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-17T11:33:23.317732-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Muslim Salikhov",
                "amount": 6047.0
            },
            {
                "team": "Nicolas Dalby",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": -249.98,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "067a38db-abb4-475c-9fed-1a652b15f8a5",
            "gambit_id": "b8b56fa1-71f2-41e1-8406-e48fc0955661",
            "last_updated": "2023-06-18T20:18:30.875729-04:00",
            "created_at": "2023-06-17T11:33:23.323063-04:00",
            "name": "Muslim Salikhov",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc18bbe4-c3b1-4deb-b027-c565ca07cdc1/?format=api"
        },
        {
            "id": "0ef2be11-433d-4b65-8007-ae38c83c8e24",
            "gambit_id": "fa3e7f71-8df7-44e4-9159-b97f513303d7",
            "last_updated": "2023-06-18T20:18:30.873187-04:00",
            "created_at": "2023-06-17T11:33:23.320484-04:00",
            "name": "Nicolas Dalby",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc18bbe4-c3b1-4deb-b027-c565ca07cdc1/?format=api"
        }
    ]
}