GET /api/bet_types/fb7cb2e0-7cbf-47e1-ba80-427b501f2ec6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb7cb2e0-7cbf-47e1-ba80-427b501f2ec6",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b4fb803-363d-4020-86f1-813a7ea2bfc0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-08T09:37:00.050908-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": "Washington Wizards",
                "amount": 5857.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "2bc359cd-02cf-4b08-87ab-ba35671d314d",
            "gambit_id": "fd24ac01-a30d-4e0e-aa08-b366918bb919",
            "last_updated": "2023-02-09T11:12:07.736898-05:00",
            "created_at": "2023-02-08T09:37:00.052237-05:00",
            "name": "Washington Wizards",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb7cb2e0-7cbf-47e1-ba80-427b501f2ec6/?format=api"
        },
        {
            "id": "eb35be5f-b6da-47fe-af47-8fc0e7e33c06",
            "gambit_id": "9516cfeb-281d-4e9c-ae46-9322a0f46e60",
            "last_updated": "2023-02-09T11:12:07.738234-05:00",
            "created_at": "2023-02-08T09:37:00.053624-05:00",
            "name": "Charlotte Hornets",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb7cb2e0-7cbf-47e1-ba80-427b501f2ec6/?format=api"
        }
    ]
}