GET /api/bet_types/4b9cc1ed-0100-499c-9324-bbe7cb2d5150/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b9cc1ed-0100-499c-9324-bbe7cb2d5150",
    "match": "https://api-prod.gambitprofit.com/api/matches/f91d1737-4e3c-47ef-8641-56145b68cfce/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-21T09:13:07.344014-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": "Portland Trail Blazers",
                "amount": 6154.0
            },
            {
                "team": "Washington Wizards",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "cbbe3f59-5bd8-418b-b36a-223fdf594e29",
            "gambit_id": "704e4012-4dcb-4969-aa45-c283f4030891",
            "last_updated": "2023-12-23T14:43:20.858076-05:00",
            "created_at": "2023-12-21T09:13:07.352308-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b9cc1ed-0100-499c-9324-bbe7cb2d5150/?format=api"
        },
        {
            "id": "50bd26df-53d7-4e31-9a07-6d9afb998ff4",
            "gambit_id": "604203d0-724f-41e6-9e51-2140af6d6688",
            "last_updated": "2023-12-23T14:43:20.854701-05:00",
            "created_at": "2023-12-21T09:13:07.348209-05:00",
            "name": "Washington Wizards",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b9cc1ed-0100-499c-9324-bbe7cb2d5150/?format=api"
        }
    ]
}