GET /api/bet_types/91b4ef4e-4573-47bd-88e4-40b2db59b7ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91b4ef4e-4573-47bd-88e4-40b2db59b7ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/a32f39bc-afe0-4e06-95ed-6a3d470f2d88/?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": "Duke",
                "amount": 7380.0
            },
            {
                "team": "Temple",
                "amount": 2620.0
            }
        ],
        "expected_reward_tokens": 9298.8,
        "profit_sb": 298.8,
        "profit_sb_percentage": 3.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "0592e682-884f-4348-973a-2b8ce43b367c",
            "gambit_id": "f9e6ccbc-152c-4ca8-bbaa-4f64a534b755",
            "last_updated": "2022-09-03T11:17:09.405013-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Duke",
            "reward": "1.26000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91b4ef4e-4573-47bd-88e4-40b2db59b7ca/?format=api"
        },
        {
            "id": "8759b5fc-4de0-446c-8e99-db63286146fb",
            "gambit_id": "36d09e7e-2d39-4595-b1e1-aef1f53eeb96",
            "last_updated": "2022-09-03T11:17:09.405460-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Temple",
            "reward": "3.55000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91b4ef4e-4573-47bd-88e4-40b2db59b7ca/?format=api"
        }
    ]
}