GET /api/bet_types/9b3f599a-1701-4993-8d5f-f258f292155f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b3f599a-1701-4993-8d5f-f258f292155f",
    "match": "https://api-prod.gambitprofit.com/api/matches/8248ce90-aa4d-4a03-9761-c9dc6cbf4cf8/?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": "Washington State",
                "amount": 7411.0
            },
            {
                "team": "Arizona State",
                "amount": 2589.0
            }
        ],
        "expected_reward_tokens": 9189.64,
        "profit_sb": 189.64,
        "profit_sb_percentage": 2.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "de88b5f6-5eb3-4cf5-b4f2-14b964a79e63",
            "gambit_id": "106108b0-2d05-4acf-a785-84623ca07ea1",
            "last_updated": "2022-11-14T09:54:06.093126-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington State",
            "reward": "1.24000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b3f599a-1701-4993-8d5f-f258f292155f/?format=api"
        },
        {
            "id": "b5d48ee6-981d-4a3a-a55b-2acbaa71caea",
            "gambit_id": "9e434465-7004-4b2e-844f-4f8d603ce521",
            "last_updated": "2022-11-14T09:54:06.094122-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona State",
            "reward": "3.55000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b3f599a-1701-4993-8d5f-f258f292155f/?format=api"
        }
    ]
}