GET /api/bet_types/69b6a004-11d3-4826-a3f1-1fcf3ec62693/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69b6a004-11d3-4826-a3f1-1fcf3ec62693",
    "match": "https://api-prod.gambitprofit.com/api/matches/65a8db07-c982-4041-bc07-bc66bbd7e29e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Chicago Bulls",
                "amount": 6650.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 3350.0
            }
        ],
        "expected_reward_tokens": 9110.5,
        "profit_sb": 110.5,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "6ce0cbca-107c-4549-b809-a3680798da5c",
            "gambit_id": "ad43f729-e22f-413b-9baf-ec14148d8126",
            "last_updated": "2022-11-03T09:43:21.919851-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69b6a004-11d3-4826-a3f1-1fcf3ec62693/?format=api"
        },
        {
            "id": "e437998d-cc4a-4505-82fb-923d2d205c77",
            "gambit_id": "fa11008e-c868-40c1-9d16-caacb36649f6",
            "last_updated": "2022-11-03T09:43:21.920824-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "2.72000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69b6a004-11d3-4826-a3f1-1fcf3ec62693/?format=api"
        }
    ]
}