GET /api/bet_types/34b756ad-61ba-4a3f-8728-55699133e60d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34b756ad-61ba-4a3f-8728-55699133e60d",
    "match": "https://api-prod.gambitprofit.com/api/matches/6c270d09-8bbf-470c-803b-31d1b8f998b1/?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": "Liverpool",
                "amount": 8057.0
            },
            {
                "team": "Draw",
                "amount": 1943.0
            }
        ],
        "expected_reward_tokens": 9909.3,
        "profit_sb": 909.3,
        "profit_sb_percentage": 10.1,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 7337.0
            },
            {
                "team": "Draw",
                "amount": 1770.0
            },
            {
                "team": "Crystal Palace",
                "amount": 894.0
            }
        ],
        "expected_reward_tokens": 9024.51,
        "profit_sb": 24.51,
        "profit_sb_percentage": 0.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "22abdb90-e73a-4e01-b774-bb96d02531b3",
            "gambit_id": "e151af25-0635-4842-bf59-d13fc7c74833",
            "last_updated": "2022-08-16T09:37:02.114547-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liverpool",
            "reward": "1.23000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b756ad-61ba-4a3f-8728-55699133e60d/?format=api"
        },
        {
            "id": "4e4d81ee-48f7-47ef-b904-ef756690a699",
            "gambit_id": "2d0b4cc4-bf3f-429c-96c8-1d2269f386ca",
            "last_updated": "2022-08-16T09:37:02.114993-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "5.10000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b756ad-61ba-4a3f-8728-55699133e60d/?format=api"
        },
        {
            "id": "a7669d67-90aa-42dc-a9a0-0eba0eb33315",
            "gambit_id": "cf61322a-11e6-4242-9692-b8b71f9c2eff",
            "last_updated": "2022-08-16T09:37:02.114102-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Crystal Palace",
            "reward": "10.10000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b756ad-61ba-4a3f-8728-55699133e60d/?format=api"
        }
    ]
}