GET /api/bet_types/887be986-4d66-4685-937a-bb876b438201/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "887be986-4d66-4685-937a-bb876b438201",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8766141-5684-44b3-b5b0-cba615e7c514/?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 42",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 42",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "01091049-c8d0-44fc-9720-eb957924e5c3",
            "gambit_id": "d1e66c52-76ec-4580-a054-9c04da3ff875",
            "last_updated": "2022-11-21T15:53:13.240996-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 42",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/887be986-4d66-4685-937a-bb876b438201/?format=api"
        },
        {
            "id": "304c779b-c93f-4699-80f1-1a704cca7500",
            "gambit_id": "24cc6bee-ace3-4ae2-bb26-3235c45c9be8",
            "last_updated": "2022-11-21T15:53:13.242175-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 42",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/887be986-4d66-4685-937a-bb876b438201/?format=api"
        }
    ]
}