GET /api/bet_types/433d33c7-8def-4875-9677-7dcb03996d61/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "433d33c7-8def-4875-9677-7dcb03996d61",
    "match": "https://api-prod.gambitprofit.com/api/matches/4edf581a-f49f-410d-80df-d63078da6321/?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": "Fulham",
                "amount": 5861.0
            },
            {
                "team": "Everton",
                "amount": 4139.0
            }
        ],
        "expected_reward_tokens": 12952.81,
        "profit_sb": 3452.81,
        "profit_sb_percentage": 36.35,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Fulham",
                "amount": 4202.0
            },
            {
                "team": "Everton",
                "amount": 2967.0
            },
            {
                "team": "Draw",
                "amount": 2831.0
            }
        ],
        "expected_reward_tokens": 9285.68,
        "profit_sb": -214.32,
        "profit_sb_percentage": -2.26,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa3b52e5-7367-4549-8b1d-6ad7577055b7",
            "gambit_id": "cef73578-3f91-494c-ade2-186eab09ccfc",
            "last_updated": "2022-10-31T11:22:08.969004-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fulham",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/433d33c7-8def-4875-9677-7dcb03996d61/?format=api"
        },
        {
            "id": "ab7c66dd-f093-4a6f-8738-6925a3076f78",
            "gambit_id": "10245617-b62a-480c-b20b-0cfb2542bb9e",
            "last_updated": "2022-10-31T11:22:08.968047-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Everton",
            "reward": "3.13000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/433d33c7-8def-4875-9677-7dcb03996d61/?format=api"
        },
        {
            "id": "d5da94d8-9d8c-4383-bd26-3b8148350853",
            "gambit_id": "d33bcb55-38f0-4e81-b28b-cb79a6f556e0",
            "last_updated": "2022-10-31T11:22:08.967086-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.28000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/433d33c7-8def-4875-9677-7dcb03996d61/?format=api"
        }
    ]
}