GET /api/bet_types/e8d9fef8-434a-4212-b9fb-11b72a8581a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8d9fef8-434a-4212-b9fb-11b72a8581a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/00deb7b2-6bbd-4ae0-a812-e650642ef524/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-04T10:37:56.094372-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Cleveland Cavaliers",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10600.0,
        "profit_sb": 1100.0,
        "profit_sb_percentage": 11.58,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Cleveland Cavaliers",
                "amount": 8912.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1088.0
            }
        ],
        "expected_reward_tokens": 9443.84,
        "profit_sb": -56.16,
        "profit_sb_percentage": -0.59,
        "recommended": false
    },
    "lines": [
        {
            "id": "afbf3d93-685d-4309-a20d-18cc6d7ebbbd",
            "gambit_id": "e2f48355-f850-423f-8edb-74f4078f15d2",
            "last_updated": "2023-03-06T11:17:05.278858-05:00",
            "created_at": "2023-03-04T10:37:56.095555-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.06000",
            "odds": "1.06250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8d9fef8-434a-4212-b9fb-11b72a8581a3/?format=api"
        },
        {
            "id": "cdafe82c-a7d3-4e1b-aa46-77be6bd105e0",
            "gambit_id": "4263ca68-70ba-498a-8364-2931532b9c49",
            "last_updated": "2023-03-06T11:17:05.280238-05:00",
            "created_at": "2023-03-04T10:37:56.096835-05:00",
            "name": "Detroit Pistons",
            "reward": "8.68000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8d9fef8-434a-4212-b9fb-11b72a8581a3/?format=api"
        }
    ]
}