GET /api/bet_types/d4f433fb-2a16-4f8e-85a0-c62a811d6e14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4f433fb-2a16-4f8e-85a0-c62a811d6e14",
    "match": "https://api-prod.gambitprofit.com/api/matches/beeaf35d-4f4d-4f9c-ba59-d6344c430991/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-10T08:46:52.046942-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 226",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 226",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c03da4d4-713e-44ab-ba0f-85a2276487ad",
            "gambit_id": "7e68635e-64f0-48e0-962a-506b538a2340",
            "last_updated": "2023-03-11T11:17:15.894664-05:00",
            "created_at": "2023-03-10T08:46:52.048313-05:00",
            "name": "Game Total Under 226",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4f433fb-2a16-4f8e-85a0-c62a811d6e14/?format=api"
        },
        {
            "id": "2269f8c9-16ef-4029-85f9-2daca96511b4",
            "gambit_id": "27789807-9691-4b17-a50e-1b589f78e4e9",
            "last_updated": "2023-03-11T11:17:15.897778-05:00",
            "created_at": "2023-03-10T08:46:52.049773-05:00",
            "name": "Game Total Over 226",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4f433fb-2a16-4f8e-85a0-c62a811d6e14/?format=api"
        }
    ]
}