GET /api/bet_types/87d8e680-5015-4404-8ed8-70cf81584e5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87d8e680-5015-4404-8ed8-70cf81584e5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5aec188-2a65-4050-ab60-f713bfe7fad3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-12T10:52:55.375175-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 6.5",
                "amount": 5214.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "37a04282-7670-4f43-871b-b3f23b129340",
            "gambit_id": "47246001-4669-4d16-b41f-bbd50d549582",
            "last_updated": "2023-10-13T20:53:03.865509-04:00",
            "created_at": "2023-10-12T10:52:55.380092-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87d8e680-5015-4404-8ed8-70cf81584e5d/?format=api"
        },
        {
            "id": "d33c3f45-87c9-4efb-824c-3ab073be7090",
            "gambit_id": "feaa8a01-7554-40b6-b317-b7385145f715",
            "last_updated": "2023-10-13T20:53:03.875941-04:00",
            "created_at": "2023-10-12T10:52:55.385832-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87d8e680-5015-4404-8ed8-70cf81584e5d/?format=api"
        }
    ]
}