GET /api/bet_types/9e3d2ee8-9c81-412f-8891-f47c1deda6bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e3d2ee8-9c81-412f-8891-f47c1deda6bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/602890ab-8dd9-4ac6-b6f0-48a3b5027b2d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-26T08:46:59.049883-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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "2ae97635-4edd-4a16-b945-9f28874a8075",
            "gambit_id": "4386b92e-2add-40fb-9f6b-2577999ab6fe",
            "last_updated": "2023-02-28T12:37:05.944449-05:00",
            "created_at": "2023-02-26T08:46:59.052287-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e3d2ee8-9c81-412f-8891-f47c1deda6bb/?format=api"
        },
        {
            "id": "c6d5978b-1aba-46b4-8cc2-69c46c0e40bf",
            "gambit_id": "f3a927b3-9d88-4e01-b2c8-2b3ce5e181f0",
            "last_updated": "2023-02-28T12:37:05.943289-05:00",
            "created_at": "2023-02-26T08:46:59.051054-05:00",
            "name": "Denver Nuggets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e3d2ee8-9c81-412f-8891-f47c1deda6bb/?format=api"
        }
    ]
}