GET /api/bet_types/37519a72-7c9d-4838-b8cc-425934cccb9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37519a72-7c9d-4838-b8cc-425934cccb9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/3999cb39-b76e-4fe7-927c-d6ab345214ce/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-22T13:06:59.433429-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 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": "f7827187-805c-4c7a-b8f0-4e030ea7b394",
            "gambit_id": "9b4846f5-d64d-4758-b067-dc66e1ffa072",
            "last_updated": "2023-04-23T18:37:11.094935-04:00",
            "created_at": "2023-04-22T13:06:59.436093-04: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/37519a72-7c9d-4838-b8cc-425934cccb9d/?format=api"
        },
        {
            "id": "bfb41b82-08cb-4f0b-b580-8137fdbd271b",
            "gambit_id": "4e404040-0e65-4c26-ab5a-01fc11ca0b60",
            "last_updated": "2023-04-23T18:37:11.096661-04:00",
            "created_at": "2023-04-22T13:06:59.438925-04: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/37519a72-7c9d-4838-b8cc-425934cccb9d/?format=api"
        }
    ]
}