GET /api/bet_types/eaf48838-625a-4442-98cd-d9e341e51444/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eaf48838-625a-4442-98cd-d9e341e51444",
    "match": "https://api-prod.gambitprofit.com/api/matches/b57d2e32-3c32-4878-8373-14dd6302cb11/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-20T10:51:58.480769-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": 5213.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "45e9a8c9-a1c9-43d0-8bf3-9430a36b1860",
            "gambit_id": "0e5a125f-7128-4b86-a9db-867f354f47e8",
            "last_updated": "2023-05-22T13:31:58.031610-04:00",
            "created_at": "2023-05-20T10:51:58.487199-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eaf48838-625a-4442-98cd-d9e341e51444/?format=api"
        },
        {
            "id": "df993b61-ab0c-463c-9f55-5c149ed9c4dd",
            "gambit_id": "cd6af796-f564-4d96-ae04-c03182ac55f7",
            "last_updated": "2023-05-22T13:31:58.030053-04:00",
            "created_at": "2023-05-20T10:51:58.482263-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eaf48838-625a-4442-98cd-d9e341e51444/?format=api"
        }
    ]
}