GET /api/bet_types/83f1f4f9-c198-48dd-871e-775981879db9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83f1f4f9-c198-48dd-871e-775981879db9",
    "match": "https://api-prod.gambitprofit.com/api/matches/c6816e12-7145-4cd7-9e43-d21ff2b39246/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-16T09:08:27.217194-04: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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "96b020c5-7169-4f63-85df-8c8939d84ca3",
            "gambit_id": "9cdf6788-5478-42b8-a0e7-21b18866d60b",
            "last_updated": "2023-07-18T08:58:14.707586-04:00",
            "created_at": "2023-07-16T09:08:27.218595-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83f1f4f9-c198-48dd-871e-775981879db9/?format=api"
        },
        {
            "id": "21818e71-eca5-4be4-9440-f689a4cdfc65",
            "gambit_id": "1a4a9239-696b-4bd5-9d3d-ad75161b38ea",
            "last_updated": "2023-07-18T08:58:14.709007-04:00",
            "created_at": "2023-07-16T09:08:27.220009-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83f1f4f9-c198-48dd-871e-775981879db9/?format=api"
        }
    ]
}