GET /api/bet_types/a31d7ad5-1277-4ca5-a067-3dba010009f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a31d7ad5-1277-4ca5-a067-3dba010009f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca0c1b20-9f21-4dcb-94ff-e3d3c46c55cc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-30T12:47:12.967740-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": "Colorado Avalanche",
                "amount": 6651.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3349.0
            }
        ],
        "expected_reward_tokens": 9444.18,
        "profit_sb": -55.82,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "225b5140-cf84-4cef-9506-5b81781fca86",
            "gambit_id": "94cf4d4e-8298-43c4-a9af-dc7773ba33f3",
            "last_updated": "2023-05-01T12:27:23.926635-04:00",
            "created_at": "2023-04-30T12:47:12.969595-04:00",
            "name": "Colorado Avalanche",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a31d7ad5-1277-4ca5-a067-3dba010009f5/?format=api"
        },
        {
            "id": "3741dd16-050d-4b7e-a2fd-050113e27956",
            "gambit_id": "a38b2a16-5852-47c2-9816-b666e6648cc2",
            "last_updated": "2023-05-01T12:27:23.928037-04:00",
            "created_at": "2023-04-30T12:47:12.971458-04:00",
            "name": "Seattle Kraken",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a31d7ad5-1277-4ca5-a067-3dba010009f5/?format=api"
        }
    ]
}