GET /api/bet_types/cfb68d2e-f4d5-482f-8de7-29f845d65e07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfb68d2e-f4d5-482f-8de7-29f845d65e07",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1357eab-8125-455d-8549-269f407eb1cd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:48:08.526047-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": "Sacramento Kings",
                "amount": 5515.0
            },
            {
                "team": "Houston Rockets",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc2a9c62-c903-4df5-b53d-4a535cb5221e",
            "gambit_id": "f6ca09a8-bc3f-41f6-9a6e-427184f234eb",
            "last_updated": "2023-11-06T09:58:05.226859-05:00",
            "created_at": "2023-11-04T09:48:08.529495-04:00",
            "name": "Sacramento Kings",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfb68d2e-f4d5-482f-8de7-29f845d65e07/?format=api"
        },
        {
            "id": "ffff02ef-2ff4-4086-bfb6-1b5b19fdc8c8",
            "gambit_id": "88743b62-6216-4b41-854e-f27dc3c58b33",
            "last_updated": "2023-11-06T09:58:05.230211-05:00",
            "created_at": "2023-11-04T09:48:08.532705-04:00",
            "name": "Houston Rockets",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfb68d2e-f4d5-482f-8de7-29f845d65e07/?format=api"
        }
    ]
}