GET /api/bet_types/e136916a-5a8a-466b-8456-353c6580b0a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e136916a-5a8a-466b-8456-353c6580b0a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ebcf022-6c57-4605-a74f-15fb82096e5b/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-29T09:13:14.694955-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": "Philadelphia 76ers",
                "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": "bda8fa07-a124-46f3-8d7b-fc9c0c857d89",
            "gambit_id": "ea75ac5b-2ec1-4d03-9754-6573abc578f8",
            "last_updated": "2024-01-31T10:03:25.470290-05:00",
            "created_at": "2024-01-29T09:13:14.698891-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e136916a-5a8a-466b-8456-353c6580b0a4/?format=api"
        },
        {
            "id": "196ee732-c97a-420d-a8cf-f44316378087",
            "gambit_id": "e4651cd7-209b-459a-8e9e-6b81d44c6ed6",
            "last_updated": "2024-01-31T10:03:25.473629-05:00",
            "created_at": "2024-01-29T09:13:14.703126-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e136916a-5a8a-466b-8456-353c6580b0a4/?format=api"
        }
    ]
}