GET /api/bet_types/1828eb91-2d99-4611-aa9c-9287fd72d254/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1828eb91-2d99-4611-aa9c-9287fd72d254",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a64a728-925e-416d-87f2-b80c7fd5b7bb/?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 61",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 61",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "21751ff1-f598-4db4-bc05-28e3453923f6",
            "gambit_id": "589e85e4-c780-42a6-a59f-71ea28b187e0",
            "last_updated": "2022-10-31T10:42:23.987690-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 61",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "61.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1828eb91-2d99-4611-aa9c-9287fd72d254/?format=api"
        },
        {
            "id": "82a9b919-85c7-48a9-971f-42e35c194fc4",
            "gambit_id": "b7dadaf3-2a0f-4b08-9703-74744b709c94",
            "last_updated": "2022-10-31T10:42:23.988822-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 61",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "61.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1828eb91-2d99-4611-aa9c-9287fd72d254/?format=api"
        }
    ]
}