GET /api/bet_types/37e0823d-46de-4da0-9d2d-fa1ece4f8426/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37e0823d-46de-4da0-9d2d-fa1ece4f8426",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ce2a755-aeea-4150-8717-2cf29bd5ca65/?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": "Calgary Flames",
                "amount": 6825.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3175.0
            }
        ],
        "expected_reward_tokens": 9144.0,
        "profit_sb": 144.0,
        "profit_sb_percentage": 1.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "0f1db400-6399-41a0-b0a0-a2973d1af95b",
            "gambit_id": "80a4a512-f0ea-4719-9528-fa768e30851a",
            "last_updated": "2022-12-10T18:46:59.691866-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.34000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37e0823d-46de-4da0-9d2d-fa1ece4f8426/?format=api"
        },
        {
            "id": "b8c34567-7406-491c-a394-cf75864d24ec",
            "gambit_id": "cada4f86-561b-46e5-9fee-4af375fd6d15",
            "last_updated": "2022-12-10T18:46:59.690798-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.88000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37e0823d-46de-4da0-9d2d-fa1ece4f8426/?format=api"
        }
    ]
}