GET /api/bet_types/3e9e82fd-fb00-4fda-8e28-6233c2156aee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e9e82fd-fb00-4fda-8e28-6233c2156aee",
    "match": "https://api-prod.gambitprofit.com/api/matches/5d2a902b-e64f-4191-9790-745500f38474/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-28T10:07:00.889660-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d083ad14-ee22-40c3-83a4-9508a3fc1133",
            "gambit_id": "a6217929-e53b-4a6b-90be-bab7d0d7a220",
            "last_updated": "2023-03-29T13:31:54.737691-04:00",
            "created_at": "2023-03-28T10:07:00.893020-04:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e9e82fd-fb00-4fda-8e28-6233c2156aee/?format=api"
        },
        {
            "id": "3e6753be-5f79-4354-9462-99f8ab0daf82",
            "gambit_id": "83eb7942-a411-4130-86a3-862b6d680fcf",
            "last_updated": "2023-03-29T13:31:54.735570-04:00",
            "created_at": "2023-03-28T10:07:00.891291-04:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e9e82fd-fb00-4fda-8e28-6233c2156aee/?format=api"
        }
    ]
}