GET /api/bet_types/c21aae99-6fd1-4366-8921-0a0d5a97d44f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c21aae99-6fd1-4366-8921-0a0d5a97d44f",
    "match": "https://api-prod.gambitprofit.com/api/matches/4888439d-a041-4b24-a2de-53f70f057414/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-10T09:38:11.134738-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": "Utah Jazz",
                "amount": 5107.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6abfb4ad-4a8d-48d8-8f63-069d58b8a3e5",
            "gambit_id": "fffec4ba-ec05-4e89-bd98-31140bbd1d02",
            "last_updated": "2024-01-11T11:23:05.990937-05:00",
            "created_at": "2024-01-10T09:38:11.142851-05:00",
            "name": "Utah Jazz",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c21aae99-6fd1-4366-8921-0a0d5a97d44f/?format=api"
        },
        {
            "id": "e6135879-01d2-428d-bc38-f134b6c11068",
            "gambit_id": "96d387d8-c938-444b-af2d-ac3e7a3afb37",
            "last_updated": "2024-01-11T11:23:05.986629-05:00",
            "created_at": "2024-01-10T09:38:11.138673-05:00",
            "name": "Denver Nuggets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c21aae99-6fd1-4366-8921-0a0d5a97d44f/?format=api"
        }
    ]
}