GET /api/bet_types/d81d0066-3d75-42a6-b10f-32e92349ef9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d81d0066-3d75-42a6-b10f-32e92349ef9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a75864a-3dec-4a9e-b1d9-7309d8cb1ef4/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-27T09:18:14.988740-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 Lakers",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ed5e985-e395-4b04-8ae9-b16c3c75adc1",
            "gambit_id": "97857290-52cf-46e6-9f2e-45fb017795e4",
            "last_updated": "2024-01-29T22:03:09.186522-05:00",
            "created_at": "2024-01-27T09:18:14.993117-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d81d0066-3d75-42a6-b10f-32e92349ef9b/?format=api"
        },
        {
            "id": "c7706bfa-d8cd-40fd-87eb-d6ef65f65a54",
            "gambit_id": "c86ae7cc-0590-4e53-92f9-207cee60cf12",
            "last_updated": "2024-01-29T22:03:09.190458-05:00",
            "created_at": "2024-01-27T09:18:14.997430-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d81d0066-3d75-42a6-b10f-32e92349ef9b/?format=api"
        }
    ]
}