GET /api/bet_types/2d5b536a-2bd7-435e-a180-1e20e0d77bd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d5b536a-2bd7-435e-a180-1e20e0d77bd8",
    "match": "https://api-prod.gambitprofit.com/api/matches/b92e9741-0802-4461-a5f5-f0e7d5747a78/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-25T12:08:05.761393-04: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": "CWS",
                "amount": 5784.0
            },
            {
                "team": "BOS",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "e3ff023b-62d7-4bf4-9b43-edb0d191fee1",
            "gambit_id": "2708567b-202d-46bc-9ee7-713c0e115648",
            "last_updated": "2023-06-26T20:08:23.768901-04:00",
            "created_at": "2023-06-25T12:08:05.766022-04:00",
            "name": "CWS",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d5b536a-2bd7-435e-a180-1e20e0d77bd8/?format=api"
        },
        {
            "id": "8f53cc1d-19b7-4964-8a3c-e9a74f39687f",
            "gambit_id": "1af10afd-2bd8-4ea4-9c2f-262fc8e8b539",
            "last_updated": "2023-06-26T20:08:23.766439-04:00",
            "created_at": "2023-06-25T12:08:05.763550-04:00",
            "name": "BOS",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d5b536a-2bd7-435e-a180-1e20e0d77bd8/?format=api"
        }
    ]
}