GET /api/bet_types/15ff8566-9fed-4225-948e-0882f9ebbb4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15ff8566-9fed-4225-948e-0882f9ebbb4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbd9a218-31f4-43cf-b35c-9d79d0e8159c/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Phoenix Suns",
                "amount": 6642.0
            },
            {
                "team": "Utah Jazz",
                "amount": 3358.0
            }
        ],
        "expected_reward_tokens": 9099.54,
        "profit_sb": 99.54,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "b329c7f4-a016-4907-81ae-53aaeef3f2ca",
            "gambit_id": "028a58e0-610c-4f7c-8736-aee98bbba99c",
            "last_updated": "2022-11-28T11:16:55.132993-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15ff8566-9fed-4225-948e-0882f9ebbb4d/?format=api"
        },
        {
            "id": "d11f8138-119d-45da-83ce-e9510d5e084d",
            "gambit_id": "ae230853-d656-40b0-9171-7498959226c9",
            "last_updated": "2022-11-28T11:16:55.134045-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "2.71000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15ff8566-9fed-4225-948e-0882f9ebbb4d/?format=api"
        }
    ]
}