GET /api/bet_types/21a808ef-3853-42df-9b7d-0159d64153aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21a808ef-3853-42df-9b7d-0159d64153aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f092a66-dc42-41da-8ff1-fcb22a2594f0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-02T03:47:19.506540-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": "Ben Bonner",
                "amount": 6790.0
            },
            {
                "team": "Jay Cucciniello",
                "amount": 3210.0
            }
        ],
        "expected_reward_tokens": 9437.4,
        "profit_sb": -62.6,
        "profit_sb_percentage": -0.66,
        "recommended": false
    },
    "lines": [
        {
            "id": "adf99da2-88eb-499a-9a3a-70585d8a72e2",
            "gambit_id": "a29e6868-1c5f-489c-bc9b-0df43317d5ac",
            "last_updated": "2023-03-11T13:57:01.407934-05:00",
            "created_at": "2023-03-02T03:47:19.509549-05:00",
            "name": "Ben Bonner",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21a808ef-3853-42df-9b7d-0159d64153aa/?format=api"
        },
        {
            "id": "4face845-29d4-4c01-9c24-b92e4b9fe078",
            "gambit_id": "83b0dec3-22a5-4c48-8576-e41ddccb4ae0",
            "last_updated": "2023-03-11T13:57:01.406696-05:00",
            "created_at": "2023-03-02T03:47:19.508141-05:00",
            "name": "Jay Cucciniello",
            "reward": "2.94000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21a808ef-3853-42df-9b7d-0159d64153aa/?format=api"
        }
    ]
}