GET /api/bet_types/dd26577f-5a4b-4d5e-8cd0-16771599f6f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd26577f-5a4b-4d5e-8cd0-16771599f6f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/f02360f2-041e-4629-bee3-b5c5f987c2b4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-14T09:28:07.852326-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": "Ottawa Senators",
                "amount": 5213.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f8f77ba4-0355-4555-bc17-7a66508cd537",
            "gambit_id": "6866e1eb-5d5a-4e31-9ba9-df9a0fc37090",
            "last_updated": "2023-12-16T10:28:25.526460-05:00",
            "created_at": "2023-12-14T09:28:07.857002-05:00",
            "name": "Ottawa Senators",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd26577f-5a4b-4d5e-8cd0-16771599f6f1/?format=api"
        },
        {
            "id": "c285a2de-6eed-4a93-a51e-71c77ba85cbf",
            "gambit_id": "bfea9367-ffdc-41c3-9adf-f3a9740d242e",
            "last_updated": "2023-12-16T10:28:25.529725-05:00",
            "created_at": "2023-12-14T09:28:07.861165-05:00",
            "name": "St Louis Blues",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd26577f-5a4b-4d5e-8cd0-16771599f6f1/?format=api"
        }
    ]
}