GET /api/bet_types/6879c4d8-c67f-4432-b1a7-b443250b9033/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6879c4d8-c67f-4432-b1a7-b443250b9033",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e27202d-44e9-4eca-b0f5-26e32cd0c433/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-17T09:58:18.769186-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b0a5e9c2-cfa6-4cfc-8bde-8aa778dd2ab1",
            "gambit_id": "cf82ef55-18f2-4d63-b75a-e8c48e70acee",
            "last_updated": "2023-12-19T10:03:19.484487-05:00",
            "created_at": "2023-12-17T09:58:18.778253-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6879c4d8-c67f-4432-b1a7-b443250b9033/?format=api"
        },
        {
            "id": "cd954623-5cc4-4c7d-8b44-7e985a9fcdbf",
            "gambit_id": "e3738d7a-2e9d-4616-83ad-d7695f7f7651",
            "last_updated": "2023-12-19T10:03:19.481366-05:00",
            "created_at": "2023-12-17T09:58:18.773253-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6879c4d8-c67f-4432-b1a7-b443250b9033/?format=api"
        }
    ]
}