GET /api/bet_types/2fadd702-34f5-4dcc-8102-310bc6eda137/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2fadd702-34f5-4dcc-8102-310bc6eda137",
    "match": "https://api-prod.gambitprofit.com/api/matches/fee7dd18-1e71-44fb-82b8-dcf5ee502e97/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Buffalo Sabres",
                "amount": 5899.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "120ca9b2-3794-44c3-9c40-41d00cc2e940",
            "gambit_id": "c7c887bd-957a-4519-9028-d59dae22bbb3",
            "last_updated": "2022-12-08T13:02:13.187872-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fadd702-34f5-4dcc-8102-310bc6eda137/?format=api"
        },
        {
            "id": "a176f730-6319-47e5-8e2b-51e27675f726",
            "gambit_id": "99e1f2e1-e90e-440a-bd03-b344429ac895",
            "last_updated": "2022-12-08T13:02:13.186858-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fadd702-34f5-4dcc-8102-310bc6eda137/?format=api"
        }
    ]
}