GET /api/bet_types/5e803e35-3fb4-4682-8f33-3cd428fb9e0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e803e35-3fb4-4682-8f33-3cd428fb9e0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac391907-732a-4fc4-bbc9-9d4f107320f5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-02T13:27:14.319974-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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d4864dab-7e4f-49c2-a474-1a5e3b9e4c29",
            "gambit_id": "94c48679-d754-4c2e-a24b-b8d344ec5b8c",
            "last_updated": "2023-01-03T10:56:47.585659-05:00",
            "created_at": "2023-01-02T13:27:14.321237-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e803e35-3fb4-4682-8f33-3cd428fb9e0a/?format=api"
        },
        {
            "id": "49c0d7d8-8a50-45c3-9206-2d785f4c6cb3",
            "gambit_id": "c7724583-f312-41b9-bb6b-0702100c03c9",
            "last_updated": "2023-01-03T10:56:47.586803-05:00",
            "created_at": "2023-01-02T13:27:14.322506-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e803e35-3fb4-4682-8f33-3cd428fb9e0a/?format=api"
        }
    ]
}