GET /api/bet_types/14282e1a-42e8-469f-9b44-9981240db360/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14282e1a-42e8-469f-9b44-9981240db360",
    "match": "https://api-prod.gambitprofit.com/api/matches/2285a162-15a8-4829-8c74-e2c1e313cf83/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-07T09:41:56.929527-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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b394465-3685-4960-a331-28daf0f81093",
            "gambit_id": "e89cb80a-5ec5-4810-ae1b-d9db4caa3899",
            "last_updated": "2023-03-08T10:07:24.969463-05:00",
            "created_at": "2023-03-07T09:41:56.930886-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14282e1a-42e8-469f-9b44-9981240db360/?format=api"
        },
        {
            "id": "4944f5b5-ecef-411f-9f55-99de180cdc07",
            "gambit_id": "f598c049-84f8-4f86-b670-0c5f931319c9",
            "last_updated": "2023-03-08T10:07:24.970596-05:00",
            "created_at": "2023-03-07T09:41:56.932292-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14282e1a-42e8-469f-9b44-9981240db360/?format=api"
        }
    ]
}