GET /api/bet_types/5471cf2d-cb3a-48d4-8932-2b048aa8a7eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5471cf2d-cb3a-48d4-8932-2b048aa8a7eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6926f5a-9450-4113-867d-d6630ce8cd52/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Clemson",
                "amount": 5000.0
            },
            {
                "team": "South Carolina",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "64773960-7f63-4e57-9bac-e7dab4236aec",
            "gambit_id": "5c510c09-5cf1-41a7-bac5-a9118f92d211",
            "last_updated": "2022-11-28T10:22:11.852728-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Clemson",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5471cf2d-cb3a-48d4-8932-2b048aa8a7eb/?format=api"
        },
        {
            "id": "477de9e7-ba67-479a-bfdb-2fdd47797aa4",
            "gambit_id": "ffb7dcf9-557e-4cc9-ba6f-ce180f473d1a",
            "last_updated": "2022-11-28T10:22:11.853721-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Carolina",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5471cf2d-cb3a-48d4-8932-2b048aa8a7eb/?format=api"
        }
    ]
}