GET /api/bet_types/79f6d389-451d-4296-a207-44951ec2cc74/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79f6d389-451d-4296-a207-44951ec2cc74",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b9440d3-1871-48ee-985b-60a217328e20/?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": "Chicago Bulls",
                "amount": 5306.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 4694.0
            }
        ],
        "expected_reward_tokens": 8965.54,
        "profit_sb": -34.46,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "a31ad0d0-fa7d-4809-ace9-9f810b3ca8cf",
            "gambit_id": "8474ba03-99d6-433d-af90-773a2f67b52e",
            "last_updated": "2022-12-19T13:21:51.031361-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79f6d389-451d-4296-a207-44951ec2cc74/?format=api"
        },
        {
            "id": "b6398324-a456-4c69-9b32-dcf071574192",
            "gambit_id": "e3f9c233-fec4-4fd8-9b1e-0f04643811ac",
            "last_updated": "2022-12-19T13:21:51.030262-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.91000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79f6d389-451d-4296-a207-44951ec2cc74/?format=api"
        }
    ]
}