GET /api/bet_types/568a7b59-8e13-41dd-be5e-093848ab4cff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "568a7b59-8e13-41dd-be5e-093848ab4cff",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c3fb231-0a14-4041-b5b7-06d9b07a3450/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-13T09:32:19.955843-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": "Vancouver Canucks",
                "amount": 5773.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "9398078f-7c17-4890-af8d-583e7da68bb7",
            "gambit_id": "2cd06cac-c183-4a22-963d-b5e07b0d7a10",
            "last_updated": "2023-04-14T12:02:23.461295-04:00",
            "created_at": "2023-04-13T09:32:19.958922-04:00",
            "name": "Vancouver Canucks",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/568a7b59-8e13-41dd-be5e-093848ab4cff/?format=api"
        },
        {
            "id": "e010dd16-8444-4314-b74c-6052448ade2e",
            "gambit_id": "02d595c9-2ab9-41a7-b307-abb20f6cd49f",
            "last_updated": "2023-04-14T12:02:23.459598-04:00",
            "created_at": "2023-04-13T09:32:19.957276-04:00",
            "name": "Arizona Coyotes",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/568a7b59-8e13-41dd-be5e-093848ab4cff/?format=api"
        }
    ]
}