GET /api/bet_types/14d5e6c3-67c8-4873-8e68-34575dce6bab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14d5e6c3-67c8-4873-8e68-34575dce6bab",
    "match": "https://api-prod.gambitprofit.com/api/matches/d07f4368-6f4f-4f71-84fb-bd0fc1b75444/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-14T08:26:56.669286-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 Under 6",
                "amount": 5292.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e16f72e-9524-46e1-b20d-efeabf0376b1",
            "gambit_id": "2b96ce8b-4915-4787-b75f-d3bc3c51d5f3",
            "last_updated": "2023-01-16T10:07:22.696854-05:00",
            "created_at": "2023-01-14T08:26:56.672412-05:00",
            "name": "Game Total Under 6",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14d5e6c3-67c8-4873-8e68-34575dce6bab/?format=api"
        },
        {
            "id": "2ec66456-a19e-4fb5-9f30-eb5c2e91354f",
            "gambit_id": "d7b6c15c-3dde-4876-b7ba-ddf1052ebaf3",
            "last_updated": "2023-01-16T10:07:22.699993-05:00",
            "created_at": "2023-01-14T08:26:56.675448-05:00",
            "name": "Game Total Over 6",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14d5e6c3-67c8-4873-8e68-34575dce6bab/?format=api"
        }
    ]
}