GET /api/bet_types/1382a637-26d1-4eb2-9188-800c8592cb21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1382a637-26d1-4eb2-9188-800c8592cb21",
    "match": "https://api-prod.gambitprofit.com/api/matches/09073696-cbbe-4aff-8dd4-052d38c31127/?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": "Crystal Palace",
                "amount": 6252.0
            },
            {
                "team": "Draw",
                "amount": 3748.0
            }
        ],
        "expected_reward_tokens": 12441.48,
        "profit_sb": 2941.48,
        "profit_sb_percentage": 30.96,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Crystal Palace",
                "amount": 4563.0
            },
            {
                "team": "Draw",
                "amount": 2735.0
            },
            {
                "team": "Leeds United",
                "amount": 2702.0
            }
        ],
        "expected_reward_tokens": 9078.72,
        "profit_sb": -421.28,
        "profit_sb_percentage": -4.43,
        "recommended": false
    },
    "lines": [
        {
            "id": "90c366b8-c5a6-462a-b5d7-22aef9c33171",
            "gambit_id": "8624da1d-dc0c-4e7e-a3c2-205c90c304be",
            "last_updated": "2022-10-11T11:46:59.802043-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Crystal Palace",
            "reward": "1.99000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1382a637-26d1-4eb2-9188-800c8592cb21/?format=api"
        },
        {
            "id": "f660baef-8ec9-491f-973c-cf1eb3409f51",
            "gambit_id": "a41b7fba-1fc6-4502-9d4c-8d1b798f9c70",
            "last_updated": "2022-10-11T11:46:59.803020-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.32000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1382a637-26d1-4eb2-9188-800c8592cb21/?format=api"
        },
        {
            "id": "13e0edb7-97d2-4fc6-ad79-864ca6954579",
            "gambit_id": "f8d05802-1178-4b8e-8dd6-90fd341001a5",
            "last_updated": "2022-10-11T11:46:59.801047-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Leeds United",
            "reward": "3.36000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1382a637-26d1-4eb2-9188-800c8592cb21/?format=api"
        }
    ]
}