GET /api/bet_types/64e2d0ec-9e5d-43bf-914d-a59e4f1cb993/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64e2d0ec-9e5d-43bf-914d-a59e4f1cb993",
    "match": "https://api-prod.gambitprofit.com/api/matches/f46e28ab-7fb6-4913-832e-88c2de540dc8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-13T08:17:05.395428-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": "Dallas Mavericks",
                "amount": 6667.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9465.72,
        "profit_sb": -34.28,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "d5400624-104a-44bd-a42a-247ef07e7f41",
            "gambit_id": "d58052f9-1e21-4f93-871d-39e946525a17",
            "last_updated": "2023-02-14T09:36:52.492016-05:00",
            "created_at": "2023-02-13T08:17:05.396654-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64e2d0ec-9e5d-43bf-914d-a59e4f1cb993/?format=api"
        },
        {
            "id": "51363cbb-1089-4907-9571-1523d81c706f",
            "gambit_id": "6450a121-564a-4328-9124-e2cd0393b960",
            "last_updated": "2023-02-14T09:36:52.493249-05:00",
            "created_at": "2023-02-13T08:17:05.397908-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "2.84000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64e2d0ec-9e5d-43bf-914d-a59e4f1cb993/?format=api"
        }
    ]
}