GET /api/bet_types/b46f9809-cb97-4db1-abf5-0b6a2b750d03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b46f9809-cb97-4db1-abf5-0b6a2b750d03",
    "match": "https://api-prod.gambitprofit.com/api/matches/cf7f631a-bf49-4a24-9dbb-299f8928094f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-21T08:58:02.854299-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": "TAM (Z Eflin)",
                "amount": 7033.0
            },
            {
                "team": "LAA (G Canning)",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "47b15fa7-78d9-420b-9c66-a629049cd5e4",
            "gambit_id": "1babe54d-a274-43d6-8fb3-e8e4ba1e32c3",
            "last_updated": "2023-09-23T10:23:11.466088-04:00",
            "created_at": "2023-09-21T08:58:02.868043-04:00",
            "name": "TAM (Z Eflin)",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b46f9809-cb97-4db1-abf5-0b6a2b750d03/?format=api"
        },
        {
            "id": "90307c61-9a5d-4bff-9e69-49b7ba59b73f",
            "gambit_id": "90984ea8-97b0-473e-a2f4-dced95bd6a35",
            "last_updated": "2023-09-23T10:23:11.462857-04:00",
            "created_at": "2023-09-21T08:58:02.861381-04:00",
            "name": "LAA (G Canning)",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b46f9809-cb97-4db1-abf5-0b6a2b750d03/?format=api"
        }
    ]
}