GET /api/bet_types/0069fb1e-7152-4226-830d-bdf265f5703d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0069fb1e-7152-4226-830d-bdf265f5703d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b98a9e7f-b966-44e9-96b9-144fa4e775c2/?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": "TEX (D Dunning)",
                "amount": 6325.0
            },
            {
                "team": "OAK (Z Logue)",
                "amount": 3675.0
            }
        ],
        "expected_reward_tokens": 9297.75,
        "profit_sb": 297.75,
        "profit_sb_percentage": 3.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "4e737720-265e-4844-84d6-ec63a02a608e",
            "gambit_id": "613a71e3-debc-430c-b693-7a1a68bb582e",
            "last_updated": "2022-08-19T09:51:51.979943-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (D Dunning)",
            "reward": "1.47000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0069fb1e-7152-4226-830d-bdf265f5703d/?format=api"
        },
        {
            "id": "a1f9cb07-58e9-4549-a40f-2efd6dd36a4e",
            "gambit_id": "1c2c6f73-bf2d-4c59-85c8-c12c11c1faf2",
            "last_updated": "2022-08-19T09:51:51.980395-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (Z Logue)",
            "reward": "2.53000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0069fb1e-7152-4226-830d-bdf265f5703d/?format=api"
        }
    ]
}