GET /api/bet_types/4e4498dd-d834-4d26-a9d7-6c4c1d7c8a80/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e4498dd-d834-4d26-a9d7-6c4c1d7c8a80",
    "match": "https://api-prod.gambitprofit.com/api/matches/651ebc52-9ed8-4274-b042-bef94bc5353f/?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": "Wisconsin",
                "amount": 7539.0
            },
            {
                "team": "Northwestern",
                "amount": 2461.0
            }
        ],
        "expected_reward_tokens": 9499.14,
        "profit_sb": -0.86,
        "profit_sb_percentage": -0.01,
        "recommended": false
    },
    "lines": [
        {
            "id": "3bb26ca1-c8a4-4544-93bb-5d7e3b906a7d",
            "gambit_id": "9db86a7d-853b-48f3-a856-94b4118084e4",
            "last_updated": "2022-10-11T10:57:35.804708-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wisconsin",
            "reward": "1.26000",
            "odds": "1.27030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e4498dd-d834-4d26-a9d7-6c4c1d7c8a80/?format=api"
        },
        {
            "id": "9a08a40a-3ade-49f6-9f67-89238a23e0fb",
            "gambit_id": "33853f41-0519-4f61-877c-1173edf0a007",
            "last_updated": "2022-10-11T10:57:35.803665-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Northwestern",
            "reward": "3.86000",
            "odds": "3.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e4498dd-d834-4d26-a9d7-6c4c1d7c8a80/?format=api"
        }
    ]
}