GET /api/bet_types/38276df7-009f-4030-95e2-8c624aa99ff2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38276df7-009f-4030-95e2-8c624aa99ff2",
    "match": "https://api-prod.gambitprofit.com/api/matches/8340c0ed-10e4-4cf5-8b3b-bf8b3278f2f1/?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 Jersey Devils",
                "amount": 6167.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3833.0
            }
        ],
        "expected_reward_tokens": 9620.52,
        "profit_sb": 120.52,
        "profit_sb_percentage": 1.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "244a3767-39e4-4dea-886d-4642298bb736",
            "gambit_id": "7bb0d2be-aaba-426a-b7c7-5937e5c2bc8e",
            "last_updated": "2022-10-17T14:27:40.824249-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "1.56000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38276df7-009f-4030-95e2-8c624aa99ff2/?format=api"
        },
        {
            "id": "ae97180c-22c6-42bf-9287-2c0e84f14efd",
            "gambit_id": "c0670048-068d-4936-830b-31aba1ae04f7",
            "last_updated": "2022-10-17T14:27:40.825373-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.51000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38276df7-009f-4030-95e2-8c624aa99ff2/?format=api"
        }
    ]
}