GET /api/bet_types/bfded9c8-3ebf-4063-acd8-da61bae2ac7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bfded9c8-3ebf-4063-acd8-da61bae2ac7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/15cd5118-3c9b-41db-bed2-e7951c11b7d9/?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": "Leeds United",
                "amount": 6266.0
            },
            {
                "team": "Fulham",
                "amount": 3734.0
            }
        ],
        "expected_reward_tokens": 12657.32,
        "profit_sb": 3157.32,
        "profit_sb_percentage": 33.23,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Leeds United",
                "amount": 4629.0
            },
            {
                "team": "Fulham",
                "amount": 2759.0
            },
            {
                "team": "Draw",
                "amount": 2612.0
            }
        ],
        "expected_reward_tokens": 9350.58,
        "profit_sb": -149.42,
        "profit_sb_percentage": -1.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "bac0901b-358f-45d4-8ec0-a37cfac1d333",
            "gambit_id": "7a465dc3-3dcb-498e-9421-bce5ed400a73",
            "last_updated": "2022-10-24T12:12:04.443016-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Leeds United",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfded9c8-3ebf-4063-acd8-da61bae2ac7c/?format=api"
        },
        {
            "id": "0c70f8a3-cb6f-4a0d-953a-88d534a10d0e",
            "gambit_id": "9c9ede2c-4fb1-42a4-8327-d82590a1fd01",
            "last_updated": "2022-10-24T12:12:04.442013-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fulham",
            "reward": "3.39000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfded9c8-3ebf-4063-acd8-da61bae2ac7c/?format=api"
        },
        {
            "id": "191bb229-690e-4b95-86f5-2a3ed25beacb",
            "gambit_id": "b0bfb731-e8f9-4ea0-925c-fb4800928dc1",
            "last_updated": "2022-10-24T12:12:04.443999-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.58000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfded9c8-3ebf-4063-acd8-da61bae2ac7c/?format=api"
        }
    ]
}