GET /api/bet_types/977c2696-9770-4e63-9c3d-d4cc353f0c76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "977c2696-9770-4e63-9c3d-d4cc353f0c76",
    "match": "https://api-prod.gambitprofit.com/api/matches/2803e4b9-13d0-41bb-ad8e-30da6ad846e0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-01T09:08:17.553559-04: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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "9d16ab33-8c52-40c2-8d85-a6e861928f0d",
            "gambit_id": "e7b448a3-0a2e-4ae7-bf86-4dbe61720169",
            "last_updated": "2023-11-03T10:28:04.615879-04:00",
            "created_at": "2023-11-01T09:08:17.558533-04:00",
            "name": "Charlotte Hornets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/977c2696-9770-4e63-9c3d-d4cc353f0c76/?format=api"
        },
        {
            "id": "edaa376d-27c1-4d27-98c6-c276e4ae8a57",
            "gambit_id": "95d2ddc3-85ee-4d46-a096-0fbdb5a42de7",
            "last_updated": "2023-11-03T10:28:04.619583-04:00",
            "created_at": "2023-11-01T09:08:17.562984-04:00",
            "name": "Houston Rockets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/977c2696-9770-4e63-9c3d-d4cc353f0c76/?format=api"
        }
    ]
}