GET /api/bet_types/12aba6d8-7cff-4197-9108-95b896df1b24/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12aba6d8-7cff-4197-9108-95b896df1b24",
    "match": "https://api-prod.gambitprofit.com/api/matches/f888c669-af34-405b-acf3-2860565d7f03/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T09:58:19.872673-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Houston Rockets",
                "amount": 6154.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "dfadc929-7e2b-4bba-8aaa-62b831e60a34",
            "gambit_id": "022c0f69-63d3-4ac7-9a11-066046da3073",
            "last_updated": "2024-02-03T10:37:57.850424-05:00",
            "created_at": "2024-02-02T09:58:19.881489-05:00",
            "name": "Houston Rockets",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12aba6d8-7cff-4197-9108-95b896df1b24/?format=api"
        },
        {
            "id": "99f05b33-3fa3-45a9-9dce-9ff7f26183e1",
            "gambit_id": "3f14b765-95e2-47a1-9326-fda65ba2c673",
            "last_updated": "2024-02-03T10:37:57.847293-05:00",
            "created_at": "2024-02-02T09:58:19.876397-05:00",
            "name": "Toronto Raptors",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12aba6d8-7cff-4197-9108-95b896df1b24/?format=api"
        }
    ]
}