GET /api/bet_types/d1091af4-0e92-434b-ae12-fbb86a3b484e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1091af4-0e92-434b-ae12-fbb86a3b484e",
    "match": "https://api-prod.gambitprofit.com/api/matches/39b5ffb0-e655-4880-8644-d72627fa17e3/?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": "New York Rangers",
                "amount": 5829.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "45189336-093e-47d5-ae81-1f612d56e6ec",
            "gambit_id": "0fa984e4-1d7f-4a3c-ac62-261d913074d5",
            "last_updated": "2022-11-28T11:26:55.759126-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1091af4-0e92-434b-ae12-fbb86a3b484e/?format=api"
        },
        {
            "id": "fa01d54a-8a5b-48f7-b005-55f16c323a30",
            "gambit_id": "43e596f0-512f-44e2-8327-5211bc9c15b9",
            "last_updated": "2022-11-28T11:26:55.760215-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1091af4-0e92-434b-ae12-fbb86a3b484e/?format=api"
        }
    ]
}