GET /api/bet_types/0b0ca00f-0bb7-4901-a4fa-09c7c9e35ce5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b0ca00f-0bb7-4901-a4fa-09c7c9e35ce5",
    "match": "https://api-prod.gambitprofit.com/api/matches/4587db12-5565-4449-9aed-d6bcc4974760/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-15T08:47:22.023618-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": "Boston Celtics",
                "amount": 7373.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2627.0
            }
        ],
        "expected_reward_tokens": 9509.74,
        "profit_sb": 9.74,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "5c48051a-39fe-48d7-9ce0-7bbade25b0ff",
            "gambit_id": "fc00ccc4-ae96-4a99-b296-28d03125076f",
            "last_updated": "2023-02-16T11:26:54.276745-05:00",
            "created_at": "2023-02-15T08:47:22.024921-05:00",
            "name": "Boston Celtics",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b0ca00f-0bb7-4901-a4fa-09c7c9e35ce5/?format=api"
        },
        {
            "id": "df9e47fc-51c3-412f-9a79-8f3e579f5b29",
            "gambit_id": "7169e774-c42c-4f8a-bd13-bb12b5ccbb3f",
            "last_updated": "2023-02-16T11:26:54.277928-05:00",
            "created_at": "2023-02-15T08:47:22.026265-05:00",
            "name": "Detroit Pistons",
            "reward": "3.62000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b0ca00f-0bb7-4901-a4fa-09c7c9e35ce5/?format=api"
        }
    ]
}