GET /api/bet_types/59427cd1-b36e-4408-9b7e-fc533a9d437a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59427cd1-b36e-4408-9b7e-fc533a9d437a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d98fdc2f-0c93-4f36-858a-820fd65fb2b5/?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 Over 46.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 46.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "6bcb819d-7156-4634-a2d8-092e17e311c5",
            "gambit_id": "a9e640aa-8b58-4765-b0c0-1e0796d4badf",
            "last_updated": "2022-10-23T12:52:39.350952-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 46.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59427cd1-b36e-4408-9b7e-fc533a9d437a/?format=api"
        },
        {
            "id": "f43180e2-64f0-4350-b38a-2d8f2191e047",
            "gambit_id": "5736dfd5-9d29-41b5-be9c-d3ba8ed8472c",
            "last_updated": "2022-10-23T12:52:39.349718-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 46.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59427cd1-b36e-4408-9b7e-fc533a9d437a/?format=api"
        }
    ]
}