GET /api/bet_types/230e1c1e-8543-48ae-93d7-9f51008fb419/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "230e1c1e-8543-48ae-93d7-9f51008fb419",
    "match": "https://api-prod.gambitprofit.com/api/matches/86f5fbf7-e415-4004-8f72-d5c8a74d529d/?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 2.5",
                "amount": 5378.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4622.0
            }
        ],
        "expected_reward_tokens": 9196.38,
        "profit_sb": -303.62,
        "profit_sb_percentage": -3.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4b537b4-86e6-4f34-a1cb-762941acfc2d",
            "gambit_id": "ea31a500-2c61-4e2e-8b9d-f19edcff853f",
            "last_updated": "2022-10-07T09:12:06.025780-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.71000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/230e1c1e-8543-48ae-93d7-9f51008fb419/?format=api"
        },
        {
            "id": "3601cb33-b7df-415e-9dd1-57424a6f68f2",
            "gambit_id": "dc9e9f96-1ed3-4ddc-96c9-47c645912ba0",
            "last_updated": "2022-10-07T09:12:06.024807-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.99000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/230e1c1e-8543-48ae-93d7-9f51008fb419/?format=api"
        }
    ]
}