GET /api/bet_types/864b4127-31d2-4464-a8ce-1f7d8bb34e53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "864b4127-31d2-4464-a8ce-1f7d8bb34e53",
    "match": "https://api-prod.gambitprofit.com/api/matches/6652f7ff-96ac-4132-ade4-f5bc2979b6fe/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-13T09:32:17.846493-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": "Boston Bruins",
                "amount": 7280.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 2720.0
            }
        ],
        "expected_reward_tokens": 9464.0,
        "profit_sb": -36.0,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "04fd8bb0-e184-4127-94be-9d6cd7bfda1e",
            "gambit_id": "e283a337-8d7a-4c7f-abf0-0054579477a7",
            "last_updated": "2023-04-14T12:02:21.667482-04:00",
            "created_at": "2023-04-13T09:32:17.849077-04:00",
            "name": "Boston Bruins",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/864b4127-31d2-4464-a8ce-1f7d8bb34e53/?format=api"
        },
        {
            "id": "1836b7eb-0cf1-4a62-b7d5-1cb67812dac6",
            "gambit_id": "0a8c9ee3-5db8-444b-9e46-0828c626c281",
            "last_updated": "2023-04-14T12:02:21.666223-04:00",
            "created_at": "2023-04-13T09:32:17.847740-04:00",
            "name": "Montreal Canadiens",
            "reward": "3.48000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/864b4127-31d2-4464-a8ce-1f7d8bb34e53/?format=api"
        }
    ]
}