GET /api/bet_types/39b3bab9-b3f5-4c66-88b3-36125ecf65bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39b3bab9-b3f5-4c66-88b3-36125ecf65bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/b507f32c-5bfa-4e55-b8f0-948a4f0497e9/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Argentina",
                "amount": 7108.0
            },
            {
                "team": "Draw",
                "amount": 2892.0
            }
        ],
        "expected_reward_tokens": 10235.52,
        "profit_sb": 1235.52,
        "profit_sb_percentage": 13.73,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Argentina",
                "amount": 6044.0
            },
            {
                "team": "Draw",
                "amount": 2458.0
            },
            {
                "team": "Mexico",
                "amount": 1498.0
            }
        ],
        "expected_reward_tokens": 8701.32,
        "profit_sb": -298.68,
        "profit_sb_percentage": -3.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "c39d6840-3e59-4b22-8a16-900bd158e6a9",
            "gambit_id": "67126ec1-c024-4cd9-8485-7df8e0f7754a",
            "last_updated": "2022-11-28T11:32:08.024510-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Argentina",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39b3bab9-b3f5-4c66-88b3-36125ecf65bc/?format=api"
        },
        {
            "id": "11ebb164-b88a-4c15-a5e9-89f8c3f7e2c9",
            "gambit_id": "a2c3fa19-7f94-43ce-ba3b-74db64270a90",
            "last_updated": "2022-11-28T11:32:08.025959-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.54000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39b3bab9-b3f5-4c66-88b3-36125ecf65bc/?format=api"
        },
        {
            "id": "aa43f73e-9172-490d-bf72-89b888834554",
            "gambit_id": "c2c00508-5c24-483e-b29a-4e6c70bbd4b7",
            "last_updated": "2022-11-28T11:32:08.023078-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mexico",
            "reward": "5.81000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39b3bab9-b3f5-4c66-88b3-36125ecf65bc/?format=api"
        }
    ]
}