GET /api/bet_types/0577b948-6ee7-4429-97c3-97a198588f4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0577b948-6ee7-4429-97c3-97a198588f4e",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f2634fb-0edd-4d9d-b24b-148af9a7dd4b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-16T09:23:10.296547-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": "Winnipeg Jets",
                "amount": 5213.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e2ab9136-43a4-4d08-bdbc-b3a5c2d5f485",
            "gambit_id": "d95eae48-587b-41ba-baf5-1c62a7f08739",
            "last_updated": "2023-12-18T10:33:33.408159-05:00",
            "created_at": "2023-12-16T09:23:10.305881-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0577b948-6ee7-4429-97c3-97a198588f4e/?format=api"
        },
        {
            "id": "e7b67f3c-c79c-454c-91c5-c563e2b52cc7",
            "gambit_id": "91df7b80-720f-46e0-9894-596df1d72f9f",
            "last_updated": "2023-12-18T10:33:33.404643-05:00",
            "created_at": "2023-12-16T09:23:10.301015-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0577b948-6ee7-4429-97c3-97a198588f4e/?format=api"
        }
    ]
}