GET /api/bet_types/1c266453-fc13-4224-aed4-71bcca854315/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c266453-fc13-4224-aed4-71bcca854315",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbbfb66c-c321-4872-9e34-1eb7e46eb6cf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-15T08:32:02.475535-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.5",
                "amount": 5292.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb9e91c8-3c7a-44ba-9455-25211f5a22ea",
            "gambit_id": "6572b7a4-fa0d-4a28-8ab0-446c9e451376",
            "last_updated": "2023-01-16T19:27:15.743934-05:00",
            "created_at": "2023-01-15T08:32:02.481228-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c266453-fc13-4224-aed4-71bcca854315/?format=api"
        },
        {
            "id": "eb8bf8fe-8cfb-4928-95f1-d86ecbc37375",
            "gambit_id": "7dbcc26c-0ce6-4451-a3ba-2feb3905e0f5",
            "last_updated": "2023-01-16T19:27:15.740897-05:00",
            "created_at": "2023-01-15T08:32:02.478371-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c266453-fc13-4224-aed4-71bcca854315/?format=api"
        }
    ]
}