GET /api/bet_types/42e125bc-6770-432f-bd36-1f18ac8935a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42e125bc-6770-432f-bd36-1f18ac8935a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6d829ae-6e48-4b41-bab4-1fceecfec313/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T09:13:11.593931-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": "Philadelphia Eagles",
                "amount": 6864.0
            },
            {
                "team": "Seattle Seahawks",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "1be46760-40e8-4904-b92a-da01e5e44351",
            "gambit_id": "f189a82e-14bc-40a4-a7d3-048205551ad5",
            "last_updated": "2023-12-19T17:22:56.997771-05:00",
            "created_at": "2023-12-15T09:13:11.597909-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42e125bc-6770-432f-bd36-1f18ac8935a0/?format=api"
        },
        {
            "id": "94bc08ce-a751-4363-b39c-eab3436120a5",
            "gambit_id": "b04aaf29-f1f8-4e18-b9e0-f5d66aa8fbdb",
            "last_updated": "2023-12-19T17:22:57.001072-05:00",
            "created_at": "2023-12-15T09:13:11.601765-05:00",
            "name": "Seattle Seahawks",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42e125bc-6770-432f-bd36-1f18ac8935a0/?format=api"
        }
    ]
}