GET /api/bet_types/3f3a0497-c847-4103-b9bd-eef025776417/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f3a0497-c847-4103-b9bd-eef025776417",
    "match": "https://api-prod.gambitprofit.com/api/matches/59566c91-1a2d-4304-b173-7aa3a06ca6de/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T11:47:00.095049-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 7032.0
            },
            {
                "team": "Draw",
                "amount": 2968.0
            }
        ],
        "expected_reward_tokens": 11602.8,
        "profit_sb": 2102.8,
        "profit_sb_percentage": 22.13,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 5626.0
            },
            {
                "team": "Draw",
                "amount": 2374.0
            },
            {
                "team": "Crystal Palace",
                "amount": 2000.0
            }
        ],
        "expected_reward_tokens": 9280.0,
        "profit_sb": -220.0,
        "profit_sb_percentage": -2.32,
        "recommended": false
    },
    "lines": [
        {
            "id": "df4abe1f-30f7-4558-991a-8eb075ebc820",
            "gambit_id": "17db9fd2-397b-4b14-9e68-81845f8d1d78",
            "last_updated": "2023-02-26T11:57:00.280826-05:00",
            "created_at": "2023-02-23T11:47:00.096331-05:00",
            "name": "Liverpool",
            "reward": "1.65000",
            "odds": "1.67000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f3a0497-c847-4103-b9bd-eef025776417/?format=api"
        },
        {
            "id": "b5d877c6-fb37-43b5-9db7-964d8c9c4787",
            "gambit_id": "91ff01a0-d0ef-4768-a54c-ede14972d644",
            "last_updated": "2023-02-26T11:57:00.283008-05:00",
            "created_at": "2023-02-23T11:47:00.098972-05:00",
            "name": "Draw",
            "reward": "3.91000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f3a0497-c847-4103-b9bd-eef025776417/?format=api"
        },
        {
            "id": "ba0da222-3071-4df1-bf01-7348420c5ddb",
            "gambit_id": "a125336e-c972-4cd3-a93d-78ccb24251a5",
            "last_updated": "2023-02-26T11:57:00.281919-05:00",
            "created_at": "2023-02-23T11:47:00.097654-05:00",
            "name": "Crystal Palace",
            "reward": "4.64000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f3a0497-c847-4103-b9bd-eef025776417/?format=api"
        }
    ]
}