GET /api/bet_types/cb861ebe-09fa-4453-bc7b-b17ba6e751de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb861ebe-09fa-4453-bc7b-b17ba6e751de",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2dc3171-8a98-48a3-9501-17bbb8844fec/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:52:11.122520-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": "Los Angeles Lakers",
                "amount": 8007.0
            },
            {
                "team": "Utah Jazz",
                "amount": 1993.0
            }
        ],
        "expected_reward_tokens": 9446.82,
        "profit_sb": -53.18,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "808c50df-88ff-4062-a7f7-54218e8f5629",
            "gambit_id": "894b77e7-dfe7-46bf-81fe-0cd884303f4a",
            "last_updated": "2023-04-05T17:32:11.778816-04:00",
            "created_at": "2023-04-04T09:52:11.125794-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.18000",
            "odds": "1.19230",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb861ebe-09fa-4453-bc7b-b17ba6e751de/?format=api"
        },
        {
            "id": "8f8dab1e-f959-47bb-835d-903f49391283",
            "gambit_id": "74f5d54c-b1dc-4260-9f8e-37455c5bed06",
            "last_updated": "2023-04-05T17:32:11.777401-04:00",
            "created_at": "2023-04-04T09:52:11.124196-04:00",
            "name": "Utah Jazz",
            "reward": "4.74000",
            "odds": "4.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb861ebe-09fa-4453-bc7b-b17ba6e751de/?format=api"
        }
    ]
}