GET /api/bet_types/001d6bdd-9c51-4aa8-866c-2df5788a194c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "001d6bdd-9c51-4aa8-866c-2df5788a194c",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ad2f57a-a72d-4eb6-9b9d-26f8593eb16d/?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 48",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 48",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f81fd39-bdbc-465e-ad3f-f7e998d1cdf1",
            "gambit_id": "24f3e5e2-bacb-4d01-a681-ec8fb6379700",
            "last_updated": "2022-10-31T10:47:27.450865-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 48",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/001d6bdd-9c51-4aa8-866c-2df5788a194c/?format=api"
        },
        {
            "id": "a74f42c8-5233-4ad4-9baa-66622fb02697",
            "gambit_id": "a0ca6678-757e-4010-afef-b462bf0d2ae8",
            "last_updated": "2022-10-31T10:47:27.451925-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 48",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "48.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/001d6bdd-9c51-4aa8-866c-2df5788a194c/?format=api"
        }
    ]
}