GET /api/bet_types/f79ac8d1-3cb6-4db5-8b75-138021cdb208/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f79ac8d1-3cb6-4db5-8b75-138021cdb208",
    "match": "https://api-prod.gambitprofit.com/api/matches/5984e9d8-a1e1-4b61-8da0-905eb203d980/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-27T09:03:03.416746-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": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "aaadd213-c917-4be0-8f3a-299aa1911d22",
            "gambit_id": "893c69a6-5f1d-4986-900b-12d321704c15",
            "last_updated": "2023-12-29T11:13:24.278247-05:00",
            "created_at": "2023-12-27T09:03:03.420821-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f79ac8d1-3cb6-4db5-8b75-138021cdb208/?format=api"
        },
        {
            "id": "33d0489b-970a-4f87-9c16-12bc6fe00fa9",
            "gambit_id": "b663ad14-15a7-47dc-b0ef-37a63df479a4",
            "last_updated": "2023-12-29T11:13:24.281730-05:00",
            "created_at": "2023-12-27T09:03:03.431128-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f79ac8d1-3cb6-4db5-8b75-138021cdb208/?format=api"
        }
    ]
}