GET /api/bet_types/ba5620c7-9581-4414-bfe7-fdd00aa2bb98/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba5620c7-9581-4414-bfe7-fdd00aa2bb98",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d06ed1f-54ea-49ea-b3cb-916076f8aa4f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-02T08:23:15.861826-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 Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d245bc4-d948-440c-a7cf-bce82ed4407e",
            "gambit_id": "5bd26931-5c65-4781-80e5-1cbe104f4b53",
            "last_updated": "2023-08-04T09:48:11.367941-04:00",
            "created_at": "2023-08-02T08:23:15.873372-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba5620c7-9581-4414-bfe7-fdd00aa2bb98/?format=api"
        },
        {
            "id": "af52db6b-b253-4d09-b04e-4ccf52b26b18",
            "gambit_id": "39a2fb66-2945-476b-9360-31450365bd17",
            "last_updated": "2023-08-04T09:48:11.358387-04:00",
            "created_at": "2023-08-02T08:23:15.867269-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba5620c7-9581-4414-bfe7-fdd00aa2bb98/?format=api"
        }
    ]
}