GET /api/bet_types/c02e0940-356a-4844-b79a-0c48dc29e132/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c02e0940-356a-4844-b79a-0c48dc29e132",
    "match": "https://api-prod.gambitprofit.com/api/matches/a98d1b39-4f39-4663-8eaf-aebe404b43b5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-09T09:23:05.196531-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": "Boston Bruins",
                "amount": 5939.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "bb89e9a6-d82a-4277-a72e-e17840e981ea",
            "gambit_id": "172b0805-8151-4447-aeec-24dde6c1d682",
            "last_updated": "2024-01-11T11:08:03.396974-05:00",
            "created_at": "2024-01-09T09:23:05.210451-05:00",
            "name": "Boston Bruins",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c02e0940-356a-4844-b79a-0c48dc29e132/?format=api"
        },
        {
            "id": "19bfca8a-b5a1-498c-b097-f2fdc318f406",
            "gambit_id": "d3bd4b7f-6b3b-4f1f-9a96-456556857d12",
            "last_updated": "2024-01-11T11:08:03.400454-05:00",
            "created_at": "2024-01-09T09:23:05.219210-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c02e0940-356a-4844-b79a-0c48dc29e132/?format=api"
        }
    ]
}