GET /api/bet_types/d3b27749-457f-436b-a259-c4d8c0b148c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3b27749-457f-436b-a259-c4d8c0b148c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/54a99597-56fc-4c4a-b313-fd9f5e7f6ff6/?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": "FC Red Bull Salzburg",
                "amount": 5048.0
            },
            {
                "team": "NK Dinamo Zagreb",
                "amount": 4952.0
            }
        ],
        "expected_reward_tokens": 13122.8,
        "profit_sb": 3622.8,
        "profit_sb_percentage": 38.13,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "FC Red Bull Salzburg",
                "amount": 3573.0
            },
            {
                "team": "NK Dinamo Zagreb",
                "amount": 3506.0
            },
            {
                "team": "Draw",
                "amount": 2921.0
            }
        ],
        "expected_reward_tokens": 9288.78,
        "profit_sb": -211.22,
        "profit_sb_percentage": -2.22,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ca4dc55-05d0-40e0-9635-ea963260ee7e",
            "gambit_id": "8e8fe4c2-81e1-49cc-8400-8e43a3e2beb1",
            "last_updated": "2022-10-12T10:27:01.013665-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Red Bull Salzburg",
            "reward": "2.60000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3b27749-457f-436b-a259-c4d8c0b148c3/?format=api"
        },
        {
            "id": "f607baac-078d-4a6d-b458-80294827f067",
            "gambit_id": "c32060c4-4654-4830-80be-ca3c18b7f55b",
            "last_updated": "2022-10-12T10:27:01.014639-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NK Dinamo Zagreb",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3b27749-457f-436b-a259-c4d8c0b148c3/?format=api"
        },
        {
            "id": "7e1178c5-c3a2-459f-8337-4684ea7b9fd5",
            "gambit_id": "38b326c8-9410-4c86-b264-283d439a3e66",
            "last_updated": "2022-10-12T10:27:01.012690-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.18000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3b27749-457f-436b-a259-c4d8c0b148c3/?format=api"
        }
    ]
}