GET /api/bet_types/159fc11d-8935-45cb-a611-2923ed7caf12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "159fc11d-8935-45cb-a611-2923ed7caf12",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3226d1e-3adf-4195-a4c8-72ab63c1531b/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-31T09:58:20.915160-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "74ae3b8a-aac1-4c3c-beb7-73a3d9cbbb32",
            "gambit_id": "372188e3-a0fc-4eb5-b18e-fecba7b0478a",
            "last_updated": "2024-02-01T10:43:01.365518-05:00",
            "created_at": "2024-01-31T09:58:20.918977-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/159fc11d-8935-45cb-a611-2923ed7caf12/?format=api"
        },
        {
            "id": "605fd05d-d741-48e2-9c5b-cbce89632fda",
            "gambit_id": "0e91d740-bacb-411c-aac5-8df3acd7a772",
            "last_updated": "2024-02-01T10:43:01.369484-05:00",
            "created_at": "2024-01-31T09:58:20.923551-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/159fc11d-8935-45cb-a611-2923ed7caf12/?format=api"
        }
    ]
}