GET /api/bet_types/ad72edd6-9d91-45b5-8acd-9037054d72bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad72edd6-9d91-45b5-8acd-9037054d72bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/423ada1e-4240-4864-8e40-09c987f3394b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-25T13:47:02.053954-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": "CWS (L Giolito)",
                "amount": 5765.0
            },
            {
                "team": "DET (A Faedo)",
                "amount": 4235.0
            }
        ],
        "expected_reward_tokens": 9569.9,
        "profit_sb": 69.9,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "b98187bd-fedc-4efe-87b6-a718724ff96a",
            "gambit_id": "d88a328f-d995-4db5-ae1e-b090af20543d",
            "last_updated": "2023-05-26T11:52:18.433506-04:00",
            "created_at": "2023-05-25T13:47:02.058142-04:00",
            "name": "CWS (L Giolito)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad72edd6-9d91-45b5-8acd-9037054d72bc/?format=api"
        },
        {
            "id": "51137ca9-470f-4765-82f2-5e052d745ae9",
            "gambit_id": "ddd87ccc-7fec-4e08-a84b-2dfda6bb037c",
            "last_updated": "2023-05-26T11:52:18.436154-04:00",
            "created_at": "2023-05-25T13:47:02.061727-04:00",
            "name": "DET (A Faedo)",
            "reward": "2.26000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad72edd6-9d91-45b5-8acd-9037054d72bc/?format=api"
        }
    ]
}