GET /api/bet_types/2041405a-2def-4ed9-b92d-6fab1e4f2c03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2041405a-2def-4ed9-b92d-6fab1e4f2c03",
    "match": "https://api-prod.gambitprofit.com/api/matches/01933f78-fc67-4e13-9855-e8c3c80a6731/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-01T09:26:47.026284-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": "Oklahoma City Thunder",
                "amount": 6538.0
            },
            {
                "team": "Houston Rockets",
                "amount": 3462.0
            }
        ],
        "expected_reward_tokens": 9347.4,
        "profit_sb": -152.6,
        "profit_sb_percentage": -1.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "bdf1d735-457f-4549-b5c6-503e9076d172",
            "gambit_id": "d18c90f9-02f9-463c-afe8-98236011393a",
            "last_updated": "2023-02-02T10:32:06.638792-05:00",
            "created_at": "2023-02-01T09:26:47.028930-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2041405a-2def-4ed9-b92d-6fab1e4f2c03/?format=api"
        },
        {
            "id": "e394824b-b7c5-46d1-b16a-ac86a1fcba72",
            "gambit_id": "d8aa63e9-6aa2-4cd3-b3e1-6f950c56cdd4",
            "last_updated": "2023-02-02T10:32:06.637572-05:00",
            "created_at": "2023-02-01T09:26:47.027628-05:00",
            "name": "Houston Rockets",
            "reward": "2.70000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2041405a-2def-4ed9-b92d-6fab1e4f2c03/?format=api"
        }
    ]
}