GET /api/bet_types/4865596e-c63f-49db-bf6c-935ad2c11e8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4865596e-c63f-49db-bf6c-935ad2c11e8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f31127b8-7b8e-4c20-876e-4e6eb86e6885/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-17T09:23:17.829652-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": "Denver Nuggets",
                "amount": 6314.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e07e77e-8444-467a-8396-f33b33e186d8",
            "gambit_id": "f83ea642-625c-47dc-b6f5-ba0e9c517822",
            "last_updated": "2023-11-18T17:58:24.235993-05:00",
            "created_at": "2023-11-17T09:23:17.833999-05:00",
            "name": "Denver Nuggets",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4865596e-c63f-49db-bf6c-935ad2c11e8e/?format=api"
        },
        {
            "id": "e427ded8-7a3b-4a9b-9202-19f11b6eeb3e",
            "gambit_id": "1af6ea18-0129-455d-8ee6-f96a3bbe81ef",
            "last_updated": "2023-11-18T17:58:24.241165-05:00",
            "created_at": "2023-11-17T09:23:17.839305-05:00",
            "name": "New Orleans Pelicans",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4865596e-c63f-49db-bf6c-935ad2c11e8e/?format=api"
        }
    ]
}