GET /api/bet_types/0e5cd616-f68b-4a44-8618-454249ad40c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e5cd616-f68b-4a44-8618-454249ad40c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/b20aecc2-b9d2-4ea0-b43d-7df49decbf74/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 65",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 65",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "e62103fd-820e-4901-a492-32ec973b8d90",
            "gambit_id": "9f7fe448-c6e9-4af9-b45b-f4ebb149c77b",
            "last_updated": "2022-10-23T09:17:15.022721-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 65",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "65.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e5cd616-f68b-4a44-8618-454249ad40c1/?format=api"
        },
        {
            "id": "9ab9e4d3-8970-417d-955a-90e3354644e5",
            "gambit_id": "a50f4f30-0fd6-4bc4-92c3-4f7c19cbe600",
            "last_updated": "2022-10-23T09:17:15.023777-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 65",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "65.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e5cd616-f68b-4a44-8618-454249ad40c1/?format=api"
        }
    ]
}