GET /api/bet_types/7364339a-557e-445f-9f79-70a41cd8c1e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7364339a-557e-445f-9f79-70a41cd8c1e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/130449aa-da98-4334-bf0e-d808d129bb71/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-04T10:52:12.352548-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": "Toronto Maple Leafs",
                "amount": 6603.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3397.0
            }
        ],
        "expected_reward_tokens": 9442.29,
        "profit_sb": -57.71,
        "profit_sb_percentage": -0.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "045dbccd-e147-4c66-9bab-a5b7ff3f7e12",
            "gambit_id": "81e762ac-f3a5-484c-93c0-42c04c9a41f0",
            "last_updated": "2023-05-05T11:47:08.745250-04:00",
            "created_at": "2023-05-04T10:52:12.353955-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7364339a-557e-445f-9f79-70a41cd8c1e8/?format=api"
        },
        {
            "id": "c68b6542-bf22-404a-b345-c10ad216a615",
            "gambit_id": "a3f0e05f-2843-464a-9342-7489586d5154",
            "last_updated": "2023-05-05T11:47:08.746766-04:00",
            "created_at": "2023-05-04T10:52:12.355410-04:00",
            "name": "Florida Panthers",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7364339a-557e-445f-9f79-70a41cd8c1e8/?format=api"
        }
    ]
}