GET /api/bet_types/9f990de1-fa86-41f8-b014-287a3378bc52/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9f990de1-fa86-41f8-b014-287a3378bc52",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d2b90b7-997d-4002-a9b3-807bd3603981/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-17T13:03:07.157396-04: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 40.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 40.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0519d531-7dd6-4697-b900-09c8e71336a6",
            "gambit_id": "631464f2-6c4a-4b8f-abec-60bd61bc2f57",
            "last_updated": "2023-08-21T19:48:14.006074-04:00",
            "created_at": "2023-08-17T13:03:07.161432-04:00",
            "name": "Game Total Over 40.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f990de1-fa86-41f8-b014-287a3378bc52/?format=api"
        },
        {
            "id": "f171b4b2-bba0-433b-a931-2847c6502226",
            "gambit_id": "de915794-b6bd-4663-b2ad-7f8f45cb2c0d",
            "last_updated": "2023-08-21T19:48:14.009274-04:00",
            "created_at": "2023-08-17T13:03:07.166039-04:00",
            "name": "Game Total Under 40.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f990de1-fa86-41f8-b014-287a3378bc52/?format=api"
        }
    ]
}