GET /api/bet_types/0637bbd0-08a2-439e-88a0-6bf645b25982/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0637bbd0-08a2-439e-88a0-6bf645b25982",
    "match": "https://api-prod.gambitprofit.com/api/matches/3fac732c-eff6-4215-8a7d-6f19b59aebdc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-15T09:07:12.520271-04: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": "Minnesota Wild",
                "amount": 5512.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "5f84eb3a-dbf3-4039-b6d5-8e6cb759c6bf",
            "gambit_id": "00399793-6145-49df-9faa-c5a1374d1940",
            "last_updated": "2023-03-16T17:37:22.441125-04:00",
            "created_at": "2023-03-15T09:07:12.524474-04:00",
            "name": "Minnesota Wild",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0637bbd0-08a2-439e-88a0-6bf645b25982/?format=api"
        },
        {
            "id": "3b56dde6-74da-4ad0-a656-3cb31c719171",
            "gambit_id": "43b97ca5-0662-44f4-9791-528f20d51a79",
            "last_updated": "2023-03-16T17:37:22.439720-04:00",
            "created_at": "2023-03-15T09:07:12.522307-04:00",
            "name": "St Louis Blues",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0637bbd0-08a2-439e-88a0-6bf645b25982/?format=api"
        }
    ]
}