GET /api/bet_types/6e552d09-047d-41e2-abc7-05b54887f4d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e552d09-047d-41e2-abc7-05b54887f4d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c067326-18a2-4d89-a007-cc2ec1b75245/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-20T09:31:49.730551-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": "Edmonton Oilers",
                "amount": 7248.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2752.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "3c3b5075-e621-4eec-88f9-3d09c81b70f9",
            "gambit_id": "e8869cbd-b28e-41b4-a7b2-dc0add75ba02",
            "last_updated": "2023-03-21T10:52:09.801039-04:00",
            "created_at": "2023-03-20T09:31:49.733247-04:00",
            "name": "Edmonton Oilers",
            "reward": "1.31000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e552d09-047d-41e2-abc7-05b54887f4d5/?format=api"
        },
        {
            "id": "ac530cde-182a-4cb8-93b2-73f131f66ba9",
            "gambit_id": "0dd684c2-e118-469d-a9b4-a0fff70a4042",
            "last_updated": "2023-03-21T10:52:09.802887-04:00",
            "created_at": "2023-03-20T09:31:49.736016-04:00",
            "name": "San Jose Sharks",
            "reward": "3.45000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e552d09-047d-41e2-abc7-05b54887f4d5/?format=api"
        }
    ]
}