GET /api/bet_types/4e7cba26-a0ca-4137-be19-2827a549c69a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e7cba26-a0ca-4137-be19-2827a549c69a",
    "match": "https://api-prod.gambitprofit.com/api/matches/546b2168-2be1-48aa-98af-67064446f18b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-13T08:17:05.568518-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": "Game Total Over 6.5",
                "amount": 5316.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "6959825a-d9b3-45c6-93d0-e123e0c75c27",
            "gambit_id": "1d2c06d0-d3ef-4193-8fbf-47962ffd0e72",
            "last_updated": "2023-02-14T09:51:54.766404-05:00",
            "created_at": "2023-02-13T08:17:05.571018-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e7cba26-a0ca-4137-be19-2827a549c69a/?format=api"
        },
        {
            "id": "294aa503-e9a4-42b7-a6dd-ee5b63421aef",
            "gambit_id": "6c454c6f-68e0-47e3-9afe-b327fdab9610",
            "last_updated": "2023-02-14T09:51:54.765210-05:00",
            "created_at": "2023-02-13T08:17:05.569746-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e7cba26-a0ca-4137-be19-2827a549c69a/?format=api"
        }
    ]
}