GET /api/bet_types/6a6b96a8-49e5-4da3-83f1-d7ed1c1e37e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a6b96a8-49e5-4da3-83f1-d7ed1c1e37e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/f33c14e0-5edf-4ec6-8cdb-2598277ac69d/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Alabama",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1100.0,
        "profit_sb_percentage": 11.58,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Alabama",
                "amount": 8921.0
            },
            {
                "team": "Mississippi State",
                "amount": 1079.0
            }
        ],
        "expected_reward_tokens": 9452.04,
        "profit_sb": -47.96,
        "profit_sb_percentage": -0.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "75fb55b3-9bd0-44f8-a789-aa26bc0b077e",
            "gambit_id": "a7c9336b-2f6d-4d22-b804-51b35be74f64",
            "last_updated": "2022-10-23T21:36:53.742504-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Alabama",
            "reward": "1.06000",
            "odds": "1.06250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a6b96a8-49e5-4da3-83f1-d7ed1c1e37e6/?format=api"
        },
        {
            "id": "c98522bf-f67f-4d2a-9cfc-581d3bd14207",
            "gambit_id": "565e46ea-39e3-4088-b2d8-1e35d126f059",
            "last_updated": "2022-10-23T21:36:53.743577-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi State",
            "reward": "8.76000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a6b96a8-49e5-4da3-83f1-d7ed1c1e37e6/?format=api"
        }
    ]
}