GET /api/bet_types/ab63bb90-7e06-4795-8603-a6ebc607c4ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab63bb90-7e06-4795-8603-a6ebc607c4ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/715c05bf-6c34-46bb-b6c4-0ba65cb07e8e/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T09:06:57.718836-05: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 Under 243.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 243.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "4b535597-b3f2-4f2f-9627-a648eeab6641",
            "gambit_id": "8d9b7009-65b7-4402-b980-48ee0d4c7647",
            "last_updated": "2022-12-24T18:56:52.581684-05:00",
            "created_at": "2022-12-23T09:06:57.720016-05:00",
            "name": "Game Total Under 243.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "243.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab63bb90-7e06-4795-8603-a6ebc607c4ff/?format=api"
        },
        {
            "id": "a0a30335-5887-4a6a-8394-0bae38f7106b",
            "gambit_id": "81c0453a-af43-4c6c-ab07-9014d10e022a",
            "last_updated": "2022-12-24T18:56:52.582800-05:00",
            "created_at": "2022-12-23T09:06:57.721188-05:00",
            "name": "Game Total Over 243.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "243.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab63bb90-7e06-4795-8603-a6ebc607c4ff/?format=api"
        }
    ]
}