GET /api/bet_types/bd4505d8-4898-4024-8b59-662746ce523e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd4505d8-4898-4024-8b59-662746ce523e",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c1538a6-e85c-4b03-82e2-5f18b0191fb3/?format=api",
    "name": "Pick the Winner",
    "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": "Milwaukee Bucks",
                "amount": 6542.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 3458.0
            }
        ],
        "expected_reward_tokens": 9093.38,
        "profit_sb": 93.38,
        "profit_sb_percentage": 1.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "2a16aad0-2027-4a83-970d-5d352980fcce",
            "gambit_id": "1f1b1d52-a3af-443f-ac7f-90dfab04648d",
            "last_updated": "2022-11-08T10:57:04.229000-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.39000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4505d8-4898-4024-8b59-662746ce523e/?format=api"
        },
        {
            "id": "9b286c5e-46f0-4ae4-a47d-55049e460d10",
            "gambit_id": "411310ad-78fc-4b1d-90f5-13fc72335b15",
            "last_updated": "2022-11-08T10:57:04.227849-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.63000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd4505d8-4898-4024-8b59-662746ce523e/?format=api"
        }
    ]
}