GET /api/bet_types/59efb612-7698-4161-94b5-a59d66669ccc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59efb612-7698-4161-94b5-a59d66669ccc",
    "match": "https://api-prod.gambitprofit.com/api/matches/d641ba9b-d628-4044-9fc7-6ff6427e9eae/?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": "Carolina Hurricanes",
                "amount": 7091.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 2909.0
            }
        ],
        "expected_reward_tokens": 9570.61,
        "profit_sb": 70.61,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "86d1b5e6-ee17-4e47-9a0d-2a2fd34db9f0",
            "gambit_id": "73a5ab54-2a3e-43b4-87a9-e42c42082a54",
            "last_updated": "2022-10-13T09:52:26.908707-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59efb612-7698-4161-94b5-a59d66669ccc/?format=api"
        },
        {
            "id": "2a1e1c83-7547-4126-a6ff-0531c4860fc3",
            "gambit_id": "bdfefb0f-5a08-4cb0-acd4-339a4701a0ab",
            "last_updated": "2022-10-13T09:52:26.909673-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "3.29000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59efb612-7698-4161-94b5-a59d66669ccc/?format=api"
        }
    ]
}