GET /api/bet_types/c9e9cdc2-9a6d-42a9-ac3c-2366cfa7cd35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9e9cdc2-9a6d-42a9-ac3c-2366cfa7cd35",
    "match": "https://api-prod.gambitprofit.com/api/matches/888a0dfe-f4db-46f1-acd0-5c4cb723b13c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-26T09:18:18.109999-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": "ATL (S Strider)",
                "amount": 6060.0
            },
            {
                "team": "BOS (B Bello)",
                "amount": 3940.0
            }
        ],
        "expected_reward_tokens": 9574.2,
        "profit_sb": 74.2,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "5f1f7319-76d2-4dc9-89de-df4760486e6c",
            "gambit_id": "1df66491-2bb0-4bff-bff1-f8b72ecf1d2d",
            "last_updated": "2023-07-27T19:13:26.442581-04:00",
            "created_at": "2023-07-26T09:18:18.114485-04:00",
            "name": "ATL (S Strider)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9e9cdc2-9a6d-42a9-ac3c-2366cfa7cd35/?format=api"
        },
        {
            "id": "c99b5a5e-17c8-4903-a04c-9029a4d6a6ec",
            "gambit_id": "1614c1e3-83ab-4e7e-9b62-82c17def7902",
            "last_updated": "2023-07-27T19:13:26.446658-04:00",
            "created_at": "2023-07-26T09:18:18.118114-04:00",
            "name": "BOS (B Bello)",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9e9cdc2-9a6d-42a9-ac3c-2366cfa7cd35/?format=api"
        }
    ]
}