GET /api/bet_types/cbe330b6-0d4d-45ed-8c99-140bbc8e85c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbe330b6-0d4d-45ed-8c99-140bbc8e85c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/98197921-93d9-4903-a4b5-3edf4a8be7f2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-17T13:03:06.021595-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": "Green Bay Packers",
                "amount": 5857.0
            },
            {
                "team": "New England Patriots",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "e4f03fea-4be3-4585-beaf-737555a34747",
            "gambit_id": "0c6cff76-47b5-423b-b9bd-87d0a8be66c2",
            "last_updated": "2023-08-21T19:53:14.178833-04:00",
            "created_at": "2023-08-17T13:03:06.030705-04:00",
            "name": "Green Bay Packers",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbe330b6-0d4d-45ed-8c99-140bbc8e85c6/?format=api"
        },
        {
            "id": "28f884d0-c1e3-4277-bc61-63edf62092cd",
            "gambit_id": "0b071d78-b38b-4eb9-922f-fcd2059efa61",
            "last_updated": "2023-08-21T19:53:14.175134-04:00",
            "created_at": "2023-08-17T13:03:06.025937-04:00",
            "name": "New England Patriots",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbe330b6-0d4d-45ed-8c99-140bbc8e85c6/?format=api"
        }
    ]
}