GET /api/bet_types/c324e621-a0d3-43fa-9a76-f6a478f08900/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c324e621-a0d3-43fa-9a76-f6a478f08900",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2bdde37-1914-4a23-9885-e08a243fe907/?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": "New York Knicks",
                "amount": 5899.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "95e405d8-a9c9-4b31-8227-06634cef60bc",
            "gambit_id": "667dabb8-142e-4830-854c-e0691f7565da",
            "last_updated": "2022-12-10T18:42:00.714439-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c324e621-a0d3-43fa-9a76-f6a478f08900/?format=api"
        },
        {
            "id": "88678d9f-39ec-4d39-b6e8-b2665f0a3928",
            "gambit_id": "d62a394b-9825-4ab6-9ff4-cb17b73b0c36",
            "last_updated": "2022-12-10T18:42:00.715532-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c324e621-a0d3-43fa-9a76-f6a478f08900/?format=api"
        }
    ]
}