GET /api/bet_types/d622ffce-2efb-40a8-a29d-00cefba75c9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d622ffce-2efb-40a8-a29d-00cefba75c9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3256ee05-3066-4672-9aa1-2eee94b3522e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-27T10:33:22.044983-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 Under 2.5",
                "amount": 5269.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4731.0
            }
        ],
        "expected_reward_tokens": 9272.76,
        "profit_sb": -227.24,
        "profit_sb_percentage": -2.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "b1e43521-9ddc-4213-81c3-b79a791aa313",
            "gambit_id": "08e7afb7-4f33-4ff1-a93d-939bf97b9b0a",
            "last_updated": "2023-12-30T16:33:09.952220-05:00",
            "created_at": "2023-12-27T10:33:22.055926-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d622ffce-2efb-40a8-a29d-00cefba75c9e/?format=api"
        },
        {
            "id": "4173c50a-9bae-4fb1-9b8e-689b9256ec52",
            "gambit_id": "952a65ba-6350-4719-b340-8fa597cd98b8",
            "last_updated": "2023-12-30T16:33:09.948945-05:00",
            "created_at": "2023-12-27T10:33:22.048851-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d622ffce-2efb-40a8-a29d-00cefba75c9e/?format=api"
        }
    ]
}