GET /api/bet_types/9493c2fe-923a-4206-b79e-1a094b4409e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9493c2fe-923a-4206-b79e-1a094b4409e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff6388b0-4f91-4ede-8087-54fef727bf65/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 221",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f9ad88b-d451-4842-bb48-47de4d809b19",
            "gambit_id": "cbe79c6c-50cb-45d1-9540-c32aed663cfc",
            "last_updated": "2022-10-22T09:22:26.711446-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 221",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9493c2fe-923a-4206-b79e-1a094b4409e3/?format=api"
        },
        {
            "id": "a069a549-6010-4546-8ceb-46fe3ea3a52b",
            "gambit_id": "bc0d9e8d-6765-45b8-a2f5-437599b533fc",
            "last_updated": "2022-10-22T09:22:26.712520-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 221",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "221.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9493c2fe-923a-4206-b79e-1a094b4409e3/?format=api"
        }
    ]
}