GET /api/bet_types/8ccd3f99-3ddb-4112-aa57-e3cffd23319f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ccd3f99-3ddb-4112-aa57-e3cffd23319f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e84d226-a301-432d-80de-e2842312b381/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-22T10:13:14.724454-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": "Boston Bruins",
                "amount": 5000.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b99425d-ddd6-4d79-88cb-e95afd538b4f",
            "gambit_id": "dd4af729-a715-402e-9596-d0cae11eb566",
            "last_updated": "2023-12-23T21:08:17.517289-05:00",
            "created_at": "2023-12-22T10:13:14.728742-05:00",
            "name": "Boston Bruins",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ccd3f99-3ddb-4112-aa57-e3cffd23319f/?format=api"
        },
        {
            "id": "1630b5ec-a6d9-4dd6-a1ed-358bcc0e93be",
            "gambit_id": "dd11b1a2-28de-4138-92a2-df1b60ea09f4",
            "last_updated": "2023-12-23T21:08:17.520773-05:00",
            "created_at": "2023-12-22T10:13:14.733287-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ccd3f99-3ddb-4112-aa57-e3cffd23319f/?format=api"
        }
    ]
}