GET /api/bet_types/84d7d2bf-f68c-4b4a-8f48-c42b9b3c1858/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84d7d2bf-f68c-4b4a-8f48-c42b9b3c1858",
    "match": "https://api-prod.gambitprofit.com/api/matches/efe91511-e2bb-4040-a594-4f5260210cfd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-19T08:53:01.918850-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": "Edmonton Oilers",
                "amount": 5857.0
            },
            {
                "team": "New York Islanders",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "9038a1b2-8741-4bac-923b-c4668a424c07",
            "gambit_id": "0b2fef85-ea9f-47c0-9d31-c6e443d43080",
            "last_updated": "2023-12-21T10:13:17.863652-05:00",
            "created_at": "2023-12-19T08:53:01.922695-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84d7d2bf-f68c-4b4a-8f48-c42b9b3c1858/?format=api"
        },
        {
            "id": "72bf0aa1-4516-44a6-92c4-c4e801f70790",
            "gambit_id": "37898072-e87b-4afe-be15-f03f39694a3b",
            "last_updated": "2023-12-21T10:13:17.867047-05:00",
            "created_at": "2023-12-19T08:53:01.926811-05:00",
            "name": "New York Islanders",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84d7d2bf-f68c-4b4a-8f48-c42b9b3c1858/?format=api"
        }
    ]
}