GET /api/bet_types/b606badd-1282-4e42-8848-8233185145ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b606badd-1282-4e42-8848-8233185145ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a926415-c591-429f-85d7-564daa434610/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-09T13:23:19.547909-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "394a7198-0a70-4e4f-a313-ae8d8fc5bc54",
            "gambit_id": "e9cc53e9-320c-4d1a-82aa-417085c9b503",
            "last_updated": "2023-09-11T09:03:31.460886-04:00",
            "created_at": "2023-09-09T13:23:19.554305-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b606badd-1282-4e42-8848-8233185145ff/?format=api"
        },
        {
            "id": "f3613d98-aa1d-4556-a5a4-928c2f40c23b",
            "gambit_id": "360cbe17-0dc6-47d5-9fd7-9f37e688573e",
            "last_updated": "2023-09-11T09:03:31.464672-04:00",
            "created_at": "2023-09-09T13:23:19.561996-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b606badd-1282-4e42-8848-8233185145ff/?format=api"
        }
    ]
}