GET /api/bet_types/e65a48bf-8a3e-4dbc-8034-cf3c4acdef4a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e65a48bf-8a3e-4dbc-8034-cf3c4acdef4a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e994e4da-9071-4828-af64-78d072d0b9df/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-13T08:57:57.266517-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": "Houston Rockets",
                "amount": 7714.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 2286.0
            }
        ],
        "expected_reward_tokens": 9486.9,
        "profit_sb": -13.1,
        "profit_sb_percentage": -0.14,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a1fe078-9945-4ec5-a643-9478f0c0bb2c",
            "gambit_id": "c86cf740-c09b-4fd0-9878-a7c9e8a6957f",
            "last_updated": "2023-12-15T10:03:17.900060-05:00",
            "created_at": "2023-12-13T08:57:57.277518-05:00",
            "name": "Houston Rockets",
            "reward": "1.23000",
            "odds": "1.23810",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e65a48bf-8a3e-4dbc-8034-cf3c4acdef4a/?format=api"
        },
        {
            "id": "ef346e95-9b74-4ee8-b57d-f5fb39b7e49f",
            "gambit_id": "20dd7252-a149-44c2-87f7-50dea6eb9bf7",
            "last_updated": "2023-12-15T10:03:17.882820-05:00",
            "created_at": "2023-12-13T08:57:57.273500-05:00",
            "name": "Memphis Grizzlies",
            "reward": "4.15000",
            "odds": "4.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e65a48bf-8a3e-4dbc-8034-cf3c4acdef4a/?format=api"
        }
    ]
}