GET /api/bet_types/a7e832f2-51ac-4ab9-ac18-5d44f08a6329/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7e832f2-51ac-4ab9-ac18-5d44f08a6329",
    "match": "https://api-prod.gambitprofit.com/api/matches/af94ce99-4a9f-4e6d-8671-e2cee14434dd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-19T09:22:05.218380-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": 7173.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2827.0
            }
        ],
        "expected_reward_tokens": 9611.8,
        "profit_sb": 111.8,
        "profit_sb_percentage": 1.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "0c5ae3dd-b631-4ef6-8a8b-b43426621047",
            "gambit_id": "56adf45b-ab47-4693-a0b6-e18d0e53c23e",
            "last_updated": "2023-01-20T10:27:08.722125-05:00",
            "created_at": "2023-01-19T09:22:05.220767-05:00",
            "name": "Chicago Bulls",
            "reward": "1.34000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7e832f2-51ac-4ab9-ac18-5d44f08a6329/?format=api"
        },
        {
            "id": "a38594de-03c1-4ae2-948a-7311ee9ae92b",
            "gambit_id": "42f99d6a-8ed1-41de-9a8e-b4d8bb0e642b",
            "last_updated": "2023-01-20T10:27:08.721007-05:00",
            "created_at": "2023-01-19T09:22:05.219554-05:00",
            "name": "Detroit Pistons",
            "reward": "3.40000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7e832f2-51ac-4ab9-ac18-5d44f08a6329/?format=api"
        }
    ]
}