GET /api/bet_types/55ffb022-259e-4a09-8372-b40a412c5d6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "55ffb022-259e-4a09-8372-b40a412c5d6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e437138-e533-4137-bf20-c43694e752fc/?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": "Oklahoma",
                "amount": 6816.0
            },
            {
                "team": "Oklahoma State",
                "amount": 3184.0
            }
        ],
        "expected_reward_tokens": 9201.6,
        "profit_sb": 201.6,
        "profit_sb_percentage": 2.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "1402a30c-c0eb-456b-9633-2dd81565e923",
            "gambit_id": "820da918-b3f2-4374-9254-7528ed151365",
            "last_updated": "2022-11-21T10:12:53.783563-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma",
            "reward": "1.35000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55ffb022-259e-4a09-8372-b40a412c5d6c/?format=api"
        },
        {
            "id": "0439db94-3568-4a20-bbb7-3b97c9e4e288",
            "gambit_id": "472b13a5-6561-4199-9d58-74276efd54cc",
            "last_updated": "2022-11-21T10:12:53.784560-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma State",
            "reward": "2.89000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55ffb022-259e-4a09-8372-b40a412c5d6c/?format=api"
        }
    ]
}