GET /api/bet_types/543c83a0-102e-42b0-953f-8b8111c02823/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "543c83a0-102e-42b0-953f-8b8111c02823",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e29b7f4-6b25-4f88-97f1-eb96db53ed14/?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": "Minnesota Timberwolves",
                "amount": 7829.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 2171.0
            }
        ],
        "expected_reward_tokens": 9551.38,
        "profit_sb": 51.38,
        "profit_sb_percentage": 0.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "08a36cac-7951-4c6a-9b36-48ef29be8c88",
            "gambit_id": "ee88f569-212b-4b3d-af39-76fe0de0daff",
            "last_updated": "2022-10-24T11:47:20.125015-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.22000",
            "odds": "1.22220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/543c83a0-102e-42b0-953f-8b8111c02823/?format=api"
        },
        {
            "id": "ad276fe2-0484-4869-bab6-ed261351ea50",
            "gambit_id": "312360ce-3f93-48c0-914c-76d86bf9f14c",
            "last_updated": "2022-10-24T11:47:20.125985-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "4.40000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/543c83a0-102e-42b0-953f-8b8111c02823/?format=api"
        }
    ]
}