GET /api/bet_types/cea7c0a6-5dc6-44c0-ae1b-f9d89eb45a4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cea7c0a6-5dc6-44c0-ae1b-f9d89eb45a4e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff11ec03-1a4e-4a0e-800a-9ca47e6b3dd4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-24T12:58:00.538193-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": "Las Vegas Raiders",
                "amount": 5000.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd5c983a-833b-4d34-83b6-fdd27bb91549",
            "gambit_id": "eb389f5e-3e7b-4267-a66f-bd7820792485",
            "last_updated": "2023-08-29T09:18:26.932713-04:00",
            "created_at": "2023-08-24T12:58:00.542250-04:00",
            "name": "Las Vegas Raiders",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cea7c0a6-5dc6-44c0-ae1b-f9d89eb45a4e/?format=api"
        },
        {
            "id": "4a5c985e-77f1-47a8-ad2e-07d03c650178",
            "gambit_id": "d82d76b2-2505-458c-9fba-3e64c52c8b6d",
            "last_updated": "2023-08-29T09:18:26.936383-04:00",
            "created_at": "2023-08-24T12:58:00.546511-04:00",
            "name": "Dallas Cowboys",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cea7c0a6-5dc6-44c0-ae1b-f9d89eb45a4e/?format=api"
        }
    ]
}