GET /api/bet_types/5170c5f1-a5f4-446f-9125-cf4daccaed4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5170c5f1-a5f4-446f-9125-cf4daccaed4f",
    "match": "https://api-prod.gambitprofit.com/api/matches/22639fb8-62aa-4dfe-ae0e-b1249181f4c8/?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": "Coastal Carolina",
                "amount": 7408.0
            },
            {
                "team": "Georgia Southern",
                "amount": 2592.0
            }
        ],
        "expected_reward_tokens": 9408.16,
        "profit_sb": -91.84,
        "profit_sb_percentage": -0.97,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d5d2c74-c79e-4f42-bc0e-3ba87f727ae6",
            "gambit_id": "5baabb56-d991-4dc7-ab1e-5e741e5c6d31",
            "last_updated": "2022-10-02T20:47:14.416784-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Coastal Carolina",
            "reward": "1.27000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5170c5f1-a5f4-446f-9125-cf4daccaed4f/?format=api"
        },
        {
            "id": "0f2678c8-6487-4a8a-9d0c-420ca57e9941",
            "gambit_id": "a7156be0-5014-4460-8e56-497730181899",
            "last_updated": "2022-10-02T20:47:14.417958-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia Southern",
            "reward": "3.63000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5170c5f1-a5f4-446f-9125-cf4daccaed4f/?format=api"
        }
    ]
}