GET /api/bet_types/d297ad50-4736-4c2b-b726-57d5d83eb59e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d297ad50-4736-4c2b-b726-57d5d83eb59e",
    "match": "https://api-prod.gambitprofit.com/api/matches/6afd7e63-6323-4a0f-ad11-91176c8a73d6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-31T09:23:01.452660-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": 5214.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "55612ce7-6985-4a24-8451-aebc0efbf968",
            "gambit_id": "8772debe-56e4-409a-8073-f6049e6336e6",
            "last_updated": "2023-11-01T09:18:18.709239-04:00",
            "created_at": "2023-10-31T09:23:01.457157-04:00",
            "name": "Game Total Over 9",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d297ad50-4736-4c2b-b726-57d5d83eb59e/?format=api"
        },
        {
            "id": "6245d10a-69f9-420b-a842-19af2962b279",
            "gambit_id": "a7eb0bb0-afde-402f-b11b-8a7e206da97e",
            "last_updated": "2023-11-01T09:18:18.705904-04:00",
            "created_at": "2023-10-31T09:23:01.463140-04:00",
            "name": "Game Total Under 9",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d297ad50-4736-4c2b-b726-57d5d83eb59e/?format=api"
        }
    ]
}