GET /api/bet_types/aea79f66-07c4-4c73-81f8-ab843898cea4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aea79f66-07c4-4c73-81f8-ab843898cea4",
    "match": "https://api-prod.gambitprofit.com/api/matches/44175f8a-4900-43e5-ae44-b16a00d87e85/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-18T09:53:18.835014-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "27b2fde6-6861-4329-a80f-78006675ffb5",
            "gambit_id": "74f0de2a-bf97-427d-8150-0d9d62ecac94",
            "last_updated": "2023-12-19T20:48:13.636088-05:00",
            "created_at": "2023-12-18T09:53:18.839086-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aea79f66-07c4-4c73-81f8-ab843898cea4/?format=api"
        },
        {
            "id": "e8d81f25-abc0-4417-952f-c3138ec209d7",
            "gambit_id": "c3ce6b46-7a34-498f-8510-589b5a8821a9",
            "last_updated": "2023-12-19T20:48:13.640551-05:00",
            "created_at": "2023-12-18T09:53:18.842805-05:00",
            "name": "Sacramento Kings",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aea79f66-07c4-4c73-81f8-ab843898cea4/?format=api"
        }
    ]
}