GET /api/bet_types/08c660ac-d291-4723-ab36-553fdc3b1f71/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08c660ac-d291-4723-ab36-553fdc3b1f71",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d199286-4409-4767-8f16-9e515b034500/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-20T10:51:57.108048-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e1e1b92-c1ad-4255-8ac6-c0febd24f4f0",
            "gambit_id": "e2a73f1e-5771-4d30-b933-99115e19abbc",
            "last_updated": "2023-05-22T13:27:21.151647-04:00",
            "created_at": "2023-05-20T10:51:57.110279-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08c660ac-d291-4723-ab36-553fdc3b1f71/?format=api"
        },
        {
            "id": "6cf89700-1638-40ce-99ea-9cbfda77b4b9",
            "gambit_id": "ebf55444-ac0c-49eb-a34c-31f42cc7367d",
            "last_updated": "2023-05-22T13:27:21.150337-04:00",
            "created_at": "2023-05-20T10:51:57.112813-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08c660ac-d291-4723-ab36-553fdc3b1f71/?format=api"
        }
    ]
}