GET /api/bet_types/c39b5d3c-f2ba-46f5-b397-7e6f182f8d1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c39b5d3c-f2ba-46f5-b397-7e6f182f8d1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/be9b6e57-75fc-4503-861a-75d70d258724/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-04T09:17:18.266511-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 222.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 222.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d5cb073-3361-40ed-9349-3a980d435db0",
            "gambit_id": "95e75d71-b6d6-4c52-add1-b446e89418f2",
            "last_updated": "2023-02-05T11:36:53.828696-05:00",
            "created_at": "2023-02-04T09:17:18.267930-05:00",
            "name": "Game Total Under 222.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c39b5d3c-f2ba-46f5-b397-7e6f182f8d1d/?format=api"
        },
        {
            "id": "ef6c473c-22a3-45f8-8445-7d48f6654453",
            "gambit_id": "b70ed1bd-5c31-4cd4-84b7-7f96fa3c48a3",
            "last_updated": "2023-02-05T11:36:53.829877-05:00",
            "created_at": "2023-02-04T09:17:18.269537-05:00",
            "name": "Game Total Over 222.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c39b5d3c-f2ba-46f5-b397-7e6f182f8d1d/?format=api"
        }
    ]
}