GET /api/bet_types/c6ea3cb5-48cb-428e-9239-27a203c7ba1f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6ea3cb5-48cb-428e-9239-27a203c7ba1f",
    "match": "https://api-prod.gambitprofit.com/api/matches/df785770-62a7-46aa-b6b4-15080b25e1bc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-24T09:31:50.559736-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": 5328.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4672.0
            }
        ],
        "expected_reward_tokens": 9483.84,
        "profit_sb": -16.16,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c6947d0-0789-45f9-a89c-601f1ba916e5",
            "gambit_id": "1829148c-22fd-4ff2-820a-296942f5cee3",
            "last_updated": "2023-01-25T14:32:14.431288-05:00",
            "created_at": "2023-01-24T09:31:50.562549-05:00",
            "name": "Game Total Over 6",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ea3cb5-48cb-428e-9239-27a203c7ba1f/?format=api"
        },
        {
            "id": "c097e54d-a58c-4caf-bd64-c427b301ecd6",
            "gambit_id": "d60e23c9-dc3a-4929-96e7-d78321c3eed6",
            "last_updated": "2023-01-25T14:32:14.430137-05:00",
            "created_at": "2023-01-24T09:31:50.561124-05:00",
            "name": "Game Total Under 6",
            "reward": "2.03000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ea3cb5-48cb-428e-9239-27a203c7ba1f/?format=api"
        }
    ]
}