GET /api/bet_types/c6ae95f4-8d12-4f79-9aed-fb5a27740683/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6ae95f4-8d12-4f79-9aed-fb5a27740683",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4de81a8-e724-47ed-9246-4ca134fb4fd7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-26T13:37:00.739577-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 5.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d10d0093-c3fc-4035-be22-f1f90584007d",
            "gambit_id": "72f19b1c-16a6-4eeb-802b-bd481ec684e9",
            "last_updated": "2023-03-28T11:22:00.099810-04:00",
            "created_at": "2023-03-26T13:37:00.744417-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ae95f4-8d12-4f79-9aed-fb5a27740683/?format=api"
        },
        {
            "id": "a6b1a352-93d4-486a-9055-efdb3ec61f1a",
            "gambit_id": "188a865f-b36b-4cdc-9d95-dbf4e0761e42",
            "last_updated": "2023-03-28T11:22:00.097985-04:00",
            "created_at": "2023-03-26T13:37:00.742108-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6ae95f4-8d12-4f79-9aed-fb5a27740683/?format=api"
        }
    ]
}