GET /api/bet_types/e6e98bd9-ad52-4fac-b768-7fca0001cfa4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6e98bd9-ad52-4fac-b768-7fca0001cfa4",
    "match": "https://api-prod.gambitprofit.com/api/matches/38e81c5c-c240-41d3-8dd6-de5b7d68a944/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-14T19:52:11.561297-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "UCLA",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10400.0,
        "profit_sb": 900.0,
        "profit_sb_percentage": 9.47,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "UCLA",
                "amount": 9107.0
            },
            {
                "team": "NC-Asheville",
                "amount": 893.0
            }
        ],
        "expected_reward_tokens": 9465.8,
        "profit_sb": -34.2,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "5ee5a780-2aaa-438c-a6bb-b14f118846db",
            "gambit_id": "22a0972f-a56a-4a82-a1df-c2b1ab58d7f2",
            "last_updated": "2023-03-17T10:32:20.706291-04:00",
            "created_at": "2023-03-14T19:52:11.563319-04:00",
            "name": "UCLA",
            "reward": "1.04000",
            "odds": "1.04000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6e98bd9-ad52-4fac-b768-7fca0001cfa4/?format=api"
        },
        {
            "id": "6b80427f-29d8-4488-8fdb-08a1870b3638",
            "gambit_id": "3a4cd58d-08a4-435d-a3f1-df239820d79d",
            "last_updated": "2023-03-17T10:32:20.710270-04:00",
            "created_at": "2023-03-14T19:52:11.565008-04:00",
            "name": "NC-Asheville",
            "reward": "10.60000",
            "odds": "11.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6e98bd9-ad52-4fac-b768-7fca0001cfa4/?format=api"
        }
    ]
}