GET /api/bet_types/1ee8e5e9-55c2-4ce1-ba52-d97c03385b7e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ee8e5e9-55c2-4ce1-ba52-d97c03385b7e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffdcd287-86e6-4de1-befc-6e9207c05adf/?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": "CLE (S Bieber)",
                "amount": 6316.0
            },
            {
                "team": "KAN (K Bubic)",
                "amount": 3684.0
            }
        ],
        "expected_reward_tokens": 9283.68,
        "profit_sb": 283.68,
        "profit_sb_percentage": 3.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "b7cc52a2-501c-4770-b4f6-80cfe72432bb",
            "gambit_id": "7b462866-4e2e-467e-bde2-cfef8ded2557",
            "last_updated": "2022-09-07T12:46:59.919172-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (S Bieber)",
            "reward": "1.47000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ee8e5e9-55c2-4ce1-ba52-d97c03385b7e/?format=api"
        },
        {
            "id": "9bb892dd-5dde-42b2-97b2-52641c1e9dba",
            "gambit_id": "f58789e7-ccb8-4d8b-8c6c-b3fb7c2b9e12",
            "last_updated": "2022-09-07T12:46:59.918206-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (K Bubic)",
            "reward": "2.52000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ee8e5e9-55c2-4ce1-ba52-d97c03385b7e/?format=api"
        }
    ]
}