GET /api/bet_types/cde08ca5-f127-49c9-bf0a-f4eb9f34cd30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cde08ca5-f127-49c9-bf0a-f4eb9f34cd30",
    "match": "https://api-prod.gambitprofit.com/api/matches/5ba0cbf2-ffe4-4746-bfc6-40c98c6e257b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-12T10:57:57.491341-04: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": "Minnesota Vikings",
                "amount": 5944.0
            },
            {
                "team": "Chicago Bears",
                "amount": 4056.0
            }
        ],
        "expected_reward_tokens": 9450.48,
        "profit_sb": -49.52,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "e787d6bf-d9dc-46d0-916a-6b6a439b44e4",
            "gambit_id": "c2949caf-2cb4-4edb-98b3-60daec50248e",
            "last_updated": "2023-10-16T18:33:02.566704-04:00",
            "created_at": "2023-10-12T10:57:57.495190-04:00",
            "name": "Minnesota Vikings",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cde08ca5-f127-49c9-bf0a-f4eb9f34cd30/?format=api"
        },
        {
            "id": "18990278-4473-4034-893d-9ae07f128ff8",
            "gambit_id": "fb5f3384-d587-4c78-b34f-fa1399df9ba2",
            "last_updated": "2023-10-16T18:33:02.572064-04:00",
            "created_at": "2023-10-12T10:57:57.499143-04:00",
            "name": "Chicago Bears",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cde08ca5-f127-49c9-bf0a-f4eb9f34cd30/?format=api"
        }
    ]
}