GET /api/bet_types/f1bab38b-002a-4a5f-ba09-bf025b795088/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1bab38b-002a-4a5f-ba09-bf025b795088",
    "match": "https://api-prod.gambitprofit.com/api/matches/b93ba5cf-70de-4305-984d-ca7ac48d8aaf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-13T08:52:19.856356-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": 5610.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3c287e1-a2ca-4d47-ae9b-3d56fc25748e",
            "gambit_id": "cf686dc0-c424-4eae-b778-2c0798730e1a",
            "last_updated": "2023-02-14T09:41:55.481712-05:00",
            "created_at": "2023-02-13T08:52:19.857605-05:00",
            "name": "New York Knicks",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1bab38b-002a-4a5f-ba09-bf025b795088/?format=api"
        },
        {
            "id": "d3d6d721-87a4-48a1-9d20-109711d95f52",
            "gambit_id": "4961f439-505c-4057-be27-67178a1be13e",
            "last_updated": "2023-02-14T09:41:55.482793-05:00",
            "created_at": "2023-02-13T08:52:19.858937-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1bab38b-002a-4a5f-ba09-bf025b795088/?format=api"
        }
    ]
}