GET /api/bet_types/4d1559b1-d983-4e65-804d-82a38bf2f9f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d1559b1-d983-4e65-804d-82a38bf2f9f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac59778f-0191-43ba-9f74-86cef51449ee/?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 7",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "9673521c-81bf-4271-a555-8d975bd1ebed",
            "gambit_id": "7adb62b9-b571-43bd-89f2-f4fec9715dee",
            "last_updated": "2022-09-30T09:47:08.870151-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d1559b1-d983-4e65-804d-82a38bf2f9f5/?format=api"
        },
        {
            "id": "ca7cc76b-a9a9-4bfe-b5a5-7b440d06b242",
            "gambit_id": "ae603b65-23e5-4b03-97c3-253dfacad49b",
            "last_updated": "2022-09-30T09:47:08.869148-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d1559b1-d983-4e65-804d-82a38bf2f9f5/?format=api"
        }
    ]
}