GET /api/bet_types/b90dafb9-2254-4734-81b8-f823287f5b1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b90dafb9-2254-4734-81b8-f823287f5b1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3f90211-77f5-4feb-b4cb-8c49979fa1ec/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-09T10:12:16.747718-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 225",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 225",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd2058b6-c669-4d62-97a9-c5d7c3553eb8",
            "gambit_id": "6e222de9-a46f-4eab-8fb6-a50190bad429",
            "last_updated": "2023-04-10T14:42:12.062714-04:00",
            "created_at": "2023-04-09T10:12:16.755877-04:00",
            "name": "Game Total Over 225",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b90dafb9-2254-4734-81b8-f823287f5b1e/?format=api"
        },
        {
            "id": "c9414c87-37c4-4328-a298-0eea45408c5a",
            "gambit_id": "3f108c25-a820-40b1-9af8-b8666b83f32f",
            "last_updated": "2023-04-10T14:42:12.060495-04:00",
            "created_at": "2023-04-09T10:12:16.751576-04:00",
            "name": "Game Total Under 225",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "225.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b90dafb9-2254-4734-81b8-f823287f5b1e/?format=api"
        }
    ]
}