GET /api/bet_types/b4f1144d-803c-4087-8877-30e93f12a2a5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b4f1144d-803c-4087-8877-30e93f12a2a5",
    "match": "https://api-prod.gambitprofit.com/api/matches/20d4fb0b-f03f-473a-ad8b-0f0c93de48d0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:27:08.287127-04: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": "Chicago Bulls",
                "amount": 7643.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2357.0
            }
        ],
        "expected_reward_tokens": 9475.14,
        "profit_sb": -24.86,
        "profit_sb_percentage": -0.26,
        "recommended": false
    },
    "lines": [
        {
            "id": "6232601a-f345-4fe8-b449-20f794e6e558",
            "gambit_id": "601cccf8-18b4-4420-a734-77614441a075",
            "last_updated": "2023-04-10T14:52:06.455149-04:00",
            "created_at": "2023-04-09T09:27:08.288953-04:00",
            "name": "Chicago Bulls",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4f1144d-803c-4087-8877-30e93f12a2a5/?format=api"
        },
        {
            "id": "ed961ff8-2e7b-48b7-b344-566803ed4812",
            "gambit_id": "84940b7a-bb82-4e6b-ba94-f44556b09f2d",
            "last_updated": "2023-04-10T14:52:06.457864-04:00",
            "created_at": "2023-04-09T09:27:08.291050-04:00",
            "name": "Detroit Pistons",
            "reward": "4.02000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4f1144d-803c-4087-8877-30e93f12a2a5/?format=api"
        }
    ]
}