GET /api/bet_types/5d886c5b-51ba-494f-9bd2-23164a4633bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d886c5b-51ba-494f-9bd2-23164a4633bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b17018d-b757-40a7-8a95-1032b9333528/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-12T10:03:08.548441-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": "St Louis Blues",
                "amount": 5599.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "496485f6-6b4a-4e6a-9e47-3b6ee9bcb213",
            "gambit_id": "d8a3ac32-5975-4c66-a97c-969cab5e3539",
            "last_updated": "2023-12-14T10:33:29.369869-05:00",
            "created_at": "2023-12-12T10:03:08.556659-05:00",
            "name": "St Louis Blues",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d886c5b-51ba-494f-9bd2-23164a4633bb/?format=api"
        },
        {
            "id": "8d15d477-b749-4cc2-87c5-d55923e4928f",
            "gambit_id": "3c65bde0-40ad-4361-9565-efb9cd22a11b",
            "last_updated": "2023-12-14T10:33:29.365962-05:00",
            "created_at": "2023-12-12T10:03:08.552278-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d886c5b-51ba-494f-9bd2-23164a4633bb/?format=api"
        }
    ]
}