GET /api/bet_types/e47c9fcb-9bc5-47bb-9a6f-92038b8c71bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e47c9fcb-9bc5-47bb-9a6f-92038b8c71bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e4f905f-4e88-4ce1-9080-2d0caec7afce/?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 Wild",
                "amount": 6611.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9453.73,
        "profit_sb": -46.27,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "1de4c1fa-5bb9-400c-84bd-53421c76ec7a",
            "gambit_id": "d122fbf6-5ebf-479c-b53f-d9b684426a25",
            "last_updated": "2022-10-31T12:22:13.885363-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e47c9fcb-9bc5-47bb-9a6f-92038b8c71bf/?format=api"
        },
        {
            "id": "39ca5a57-6943-4d8e-9193-d6b87c3e3c7f",
            "gambit_id": "b19b73e8-765b-4bae-9b55-823a79c622c9",
            "last_updated": "2022-10-31T12:22:13.884445-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.79000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e47c9fcb-9bc5-47bb-9a6f-92038b8c71bf/?format=api"
        }
    ]
}