GET /api/bet_types/c33be5c2-f80c-4d0a-9c6e-3398cf017468/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c33be5c2-f80c-4d0a-9c6e-3398cf017468",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6f11d6d-4897-4842-b1de-c7106957ed52/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-18T08:48:24.234328-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": "HOU",
                "amount": 6222.0
            },
            {
                "team": "TEX",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "c1bc5e5a-45d8-4c82-9da4-92efcfe35a9a",
            "gambit_id": "b4753279-0294-4319-81d3-fdd6080d602b",
            "last_updated": "2023-10-19T10:08:22.020925-04:00",
            "created_at": "2023-10-18T08:48:24.245770-04:00",
            "name": "HOU",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33be5c2-f80c-4d0a-9c6e-3398cf017468/?format=api"
        },
        {
            "id": "1a43b5aa-c811-4757-bcba-333962f5a179",
            "gambit_id": "e594d32b-6944-42e6-8474-10cbe44b8562",
            "last_updated": "2023-10-19T10:08:22.025927-04:00",
            "created_at": "2023-10-18T08:48:24.253103-04:00",
            "name": "TEX",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33be5c2-f80c-4d0a-9c6e-3398cf017468/?format=api"
        }
    ]
}