GET /api/bet_types/2e0391c0-9264-4135-9ea0-185542812916/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e0391c0-9264-4135-9ea0-185542812916",
    "match": "https://api-prod.gambitprofit.com/api/matches/25bcb730-5e59-41fe-88b8-3bba126df732/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-21T09:52:22.061627-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 231",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "dbb9fcab-c450-4577-850b-65fe0d0c5da1",
            "gambit_id": "124e71a4-c74a-4c9d-bf73-b50b513f2f71",
            "last_updated": "2023-03-22T16:41:54.724997-04:00",
            "created_at": "2023-03-21T09:52:22.069026-04:00",
            "name": "Game Total Over 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e0391c0-9264-4135-9ea0-185542812916/?format=api"
        },
        {
            "id": "7465ae89-ca0d-45fc-a7cb-fe9ea1f26311",
            "gambit_id": "f62371a6-35d7-48f3-a868-995fa2e5c1d7",
            "last_updated": "2023-03-22T16:41:54.722289-04:00",
            "created_at": "2023-03-21T09:52:22.064660-04:00",
            "name": "Game Total Under 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e0391c0-9264-4135-9ea0-185542812916/?format=api"
        }
    ]
}