GET /api/bet_types/f46aba9e-5cf8-4127-af36-fdabd370556c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f46aba9e-5cf8-4127-af36-fdabd370556c",
    "match": "https://api-prod.gambitprofit.com/api/matches/fde91954-eb05-478a-ba3a-55b3f5e0541f/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Air Force",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1900.0,
        "profit_sb_percentage": 21.11,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Air Force",
                "amount": 8622.0
            },
            {
                "team": "Colorado",
                "amount": 1378.0
            }
        ],
        "expected_reward_tokens": 9397.96,
        "profit_sb": 397.96,
        "profit_sb_percentage": 4.42,
        "recommended": true
    },
    "lines": [
        {
            "id": "fa863ea4-1ae3-4dcf-8ea6-e8e3a29722bf",
            "gambit_id": "ef076f62-6890-4d05-9a45-57c584afaa44",
            "last_updated": "2022-09-11T10:57:00.563476-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Air Force",
            "reward": "1.09000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f46aba9e-5cf8-4127-af36-fdabd370556c/?format=api"
        },
        {
            "id": "3708f533-9831-46e4-afca-caa46ed8534c",
            "gambit_id": "a38f1d43-8a77-41d0-b0ed-faa14b47197b",
            "last_updated": "2022-09-11T10:57:00.564542-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado",
            "reward": "6.82000",
            "odds": "7.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f46aba9e-5cf8-4127-af36-fdabd370556c/?format=api"
        }
    ]
}