GET /api/bet_types/c1e8adf2-8b54-4b63-90b0-2efe1feabb84/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1e8adf2-8b54-4b63-90b0-2efe1feabb84",
    "match": "https://api-prod.gambitprofit.com/api/matches/0aab23c0-ef5a-4ec5-8fce-43d127ebcc49/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-18T09:38:24.628403-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": "Boston Bruins",
                "amount": 7059.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 2941.0
            }
        ],
        "expected_reward_tokens": 9528.84,
        "profit_sb": 28.84,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "bb827f4d-1ef7-45b3-876d-1dab220a2ca2",
            "gambit_id": "9181e151-f995-47a1-b2c3-7c96d5d5c590",
            "last_updated": "2023-11-20T14:48:21.208003-05:00",
            "created_at": "2023-11-18T09:38:24.642818-05:00",
            "name": "Boston Bruins",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1e8adf2-8b54-4b63-90b0-2efe1feabb84/?format=api"
        },
        {
            "id": "12565803-412b-4911-8cdb-a449f8438995",
            "gambit_id": "3a96db8d-0523-42f7-b3a2-6e7f561cc192",
            "last_updated": "2023-11-20T14:48:21.204357-05:00",
            "created_at": "2023-11-18T09:38:24.634603-05:00",
            "name": "Montreal Canadiens",
            "reward": "3.24000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1e8adf2-8b54-4b63-90b0-2efe1feabb84/?format=api"
        }
    ]
}