GET /api/bet_types/e400291e-f200-4080-8e33-ede129b6a85a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e400291e-f200-4080-8e33-ede129b6a85a",
    "match": "https://api-prod.gambitprofit.com/api/matches/37a8316e-69d3-4138-90e6-0fda6b222bd8/?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 Over 59.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 59.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c88148f8-6f12-4cd7-b2e6-da7fe990e2d7",
            "gambit_id": "d571d2bb-7ba4-4b33-b763-01cc8c45089f",
            "last_updated": "2022-09-18T18:07:34.754022-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 59.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "59.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e400291e-f200-4080-8e33-ede129b6a85a/?format=api"
        },
        {
            "id": "a766c60d-66ea-487f-b63d-811f87c1126a",
            "gambit_id": "43c1e158-9b3a-4378-a2cb-fc059e7383e1",
            "last_updated": "2022-09-18T18:07:34.752799-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 59.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "59.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e400291e-f200-4080-8e33-ede129b6a85a/?format=api"
        }
    ]
}