GET /api/bet_types/cfe5ebae-d800-4464-a556-aefd3a88cc3b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfe5ebae-d800-4464-a556-aefd3a88cc3b",
    "match": "https://api-prod.gambitprofit.com/api/matches/15b21658-246a-4054-8585-c7c13841ddc5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-19T12:17:09.313338-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": "Boston Bruins",
                "amount": 6547.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "007001f3-71ab-4381-946e-c22a5d6e3eea",
            "gambit_id": "559e6bf3-9fae-4644-a697-f59c3518ac56",
            "last_updated": "2023-04-21T22:26:58.739839-04:00",
            "created_at": "2023-04-19T12:17:09.315021-04:00",
            "name": "Boston Bruins",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfe5ebae-d800-4464-a556-aefd3a88cc3b/?format=api"
        },
        {
            "id": "8eb2c430-50e7-4afa-b138-98feb71d875d",
            "gambit_id": "8703bd53-d2ea-482c-98c1-ba3c91aab6dd",
            "last_updated": "2023-04-21T22:26:58.741684-04:00",
            "created_at": "2023-04-19T12:17:09.316803-04:00",
            "name": "Florida Panthers",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfe5ebae-d800-4464-a556-aefd3a88cc3b/?format=api"
        }
    ]
}