GET /api/bet_types/c93f2de2-bca4-48d0-aa5f-ab12858c0c64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c93f2de2-bca4-48d0-aa5f-ab12858c0c64",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fe08d75-c108-40dd-bc39-a9134394601e/?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 6",
                "amount": 5098.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "b582839d-5838-48e6-878b-28065dbd48b8",
            "gambit_id": "293790bd-b462-4a1f-9419-4a980abb025c",
            "last_updated": "2022-12-20T20:17:23.020718-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c93f2de2-bca4-48d0-aa5f-ab12858c0c64/?format=api"
        },
        {
            "id": "9ccf3219-936a-4918-a229-63313dd080a6",
            "gambit_id": "d747d97b-9f8f-40a2-bb83-e250cbeb8498",
            "last_updated": "2022-12-20T20:17:23.019575-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c93f2de2-bca4-48d0-aa5f-ab12858c0c64/?format=api"
        }
    ]
}