GET /api/bet_types/8b1dbc6d-7289-4739-8b4b-223cf3ad5d4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b1dbc6d-7289-4739-8b4b-223cf3ad5d4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/79b4dde1-94cf-4e83-a727-e0dd2952b384/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-20T09:48:09.709879-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 234.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba3c82c0-c9e3-49c7-a2d8-78271db4531e",
            "gambit_id": "48baacc7-2ad1-4b9f-b99b-a788b1b021e7",
            "last_updated": "2023-11-21T14:23:19.750666-05:00",
            "created_at": "2023-11-20T09:48:09.718634-05:00",
            "name": "Game Total Under 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b1dbc6d-7289-4739-8b4b-223cf3ad5d4c/?format=api"
        },
        {
            "id": "5cdb0e39-88b7-458e-81e1-4e05e13df4f8",
            "gambit_id": "260b291f-9d6f-42af-9404-6d78c03fd35e",
            "last_updated": "2023-11-21T14:23:19.745492-05:00",
            "created_at": "2023-11-20T09:48:09.714157-05:00",
            "name": "Game Total Over 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b1dbc6d-7289-4739-8b4b-223cf3ad5d4c/?format=api"
        }
    ]
}