GET /api/bet_types/a19d1b27-9ff7-498a-a0b2-ea9bf9cc27d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a19d1b27-9ff7-498a-a0b2-ea9bf9cc27d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5244db3-b691-499c-92fc-ef6b9fc0a71c/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-14T09:53:17.140269-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": "Phoenix Suns",
                "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": "eaa59e16-86e3-4bb7-b1e4-eb8670dfb5da",
            "gambit_id": "5e2dfc56-6da1-49fe-a62e-755ac6223fe8",
            "last_updated": "2024-01-16T22:53:16.042678-05:00",
            "created_at": "2024-01-14T09:53:17.144057-05:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a19d1b27-9ff7-498a-a0b2-ea9bf9cc27d4/?format=api"
        },
        {
            "id": "c44b22f8-5292-4c74-b3f6-dbd00c09de84",
            "gambit_id": "904bf777-4c74-4eef-b60b-b5adf78f172f",
            "last_updated": "2024-01-16T22:53:16.045993-05:00",
            "created_at": "2024-01-14T09:53:17.148060-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a19d1b27-9ff7-498a-a0b2-ea9bf9cc27d4/?format=api"
        }
    ]
}