GET /api/bet_types/1b5aa9bb-8aa8-4dcb-9c43-6b515c75dd19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b5aa9bb-8aa8-4dcb-9c43-6b515c75dd19",
    "match": "https://api-prod.gambitprofit.com/api/matches/11b732e5-7a43-4f94-b98f-0080df3f45f3/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "BOS (M Wacha)",
                "amount": 5387.0
            },
            {
                "team": "BAL (K Bradish)",
                "amount": 4613.0
            }
        ],
        "expected_reward_tokens": 9318.26,
        "profit_sb": 318.26,
        "profit_sb_percentage": 3.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "b21a1a29-5704-4e0b-9103-52f41af2c101",
            "gambit_id": "8b2202f0-6737-49da-ae04-62a0f5e82c04",
            "last_updated": "2022-08-21T12:52:07.306507-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS (M Wacha)",
            "reward": "1.73000",
            "odds": "1.81300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b5aa9bb-8aa8-4dcb-9c43-6b515c75dd19/?format=api"
        },
        {
            "id": "a3b5befb-5e42-4017-8bc0-f29139d4a4fd",
            "gambit_id": "b8a697dd-1a32-4cb6-bbde-50651dee3a29",
            "last_updated": "2022-08-21T12:52:07.306130-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (K Bradish)",
            "reward": "2.02000",
            "odds": "2.13000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b5aa9bb-8aa8-4dcb-9c43-6b515c75dd19/?format=api"
        }
    ]
}