GET /api/bet_types/ef9ad5b7-f26b-4ba9-aebc-c1f1e2a3dccd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef9ad5b7-f26b-4ba9-aebc-c1f1e2a3dccd",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d2d4b09-80ff-43a2-b3b0-7a891b8d06d2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-23T09:18:01.677190-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 231.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac7ad615-7310-4498-9b24-2ef9428ecdf9",
            "gambit_id": "8d207a59-e1a6-45f5-97ef-0a0d376919a3",
            "last_updated": "2023-12-26T15:08:11.718319-05:00",
            "created_at": "2023-12-23T09:18:01.680782-05:00",
            "name": "Game Total Over 231.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef9ad5b7-f26b-4ba9-aebc-c1f1e2a3dccd/?format=api"
        },
        {
            "id": "6d575bd8-22df-43af-a6af-19feb3e708cf",
            "gambit_id": "7946826d-7b6b-4fce-bc06-2e2d7839c665",
            "last_updated": "2023-12-26T15:08:11.715124-05:00",
            "created_at": "2023-12-23T09:18:01.684412-05:00",
            "name": "Game Total Under 231.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef9ad5b7-f26b-4ba9-aebc-c1f1e2a3dccd/?format=api"
        }
    ]
}