GET /api/bet_types/d1cfe6e9-da65-49ab-8c88-dda3cb53e2af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1cfe6e9-da65-49ab-8c88-dda3cb53e2af",
    "match": "https://api-prod.gambitprofit.com/api/matches/cee1e809-d198-4096-892d-f340feae5b07/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-08T09:38:21.849478-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "dba5d7cb-d5e4-4e47-8f5e-61d7f4d61e61",
            "gambit_id": "0a09f6b3-e26b-485a-ac42-a85d62605ad5",
            "last_updated": "2023-12-09T11:33:26.145968-05:00",
            "created_at": "2023-12-08T09:38:21.853740-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1cfe6e9-da65-49ab-8c88-dda3cb53e2af/?format=api"
        },
        {
            "id": "132506ae-beeb-4c60-8412-e74151352ba2",
            "gambit_id": "682cf0e3-df1b-4e99-ad60-0cbbffadd993",
            "last_updated": "2023-12-09T11:33:26.149224-05:00",
            "created_at": "2023-12-08T09:38:21.862127-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1cfe6e9-da65-49ab-8c88-dda3cb53e2af/?format=api"
        }
    ]
}