GET /api/bet_types/ca35d2b8-f9fc-43fb-b37e-5b380ba42bc1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca35d2b8-f9fc-43fb-b37e-5b380ba42bc1",
    "match": "https://api-prod.gambitprofit.com/api/matches/063a8941-9173-45b5-9658-2b71764e9728/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "CLE (T McKenzie)",
                "amount": 6077.0
            },
            {
                "team": "BAL (J Lyles)",
                "amount": 3923.0
            }
        ],
        "expected_reward_tokens": 9297.51,
        "profit_sb": 297.51,
        "profit_sb_percentage": 3.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "975fc4a4-df69-42cb-aea1-243531f774eb",
            "gambit_id": "b12e1d94-6432-47fe-ab81-3c884b88542e",
            "last_updated": "2022-09-01T10:47:04.951956-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (T McKenzie)",
            "reward": "1.53000",
            "odds": "1.59520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca35d2b8-f9fc-43fb-b37e-5b380ba42bc1/?format=api"
        },
        {
            "id": "7440e6bb-9927-4bfc-b49d-2a809add44a8",
            "gambit_id": "4d431c83-ed1b-4bc8-8273-54db9cc4deab",
            "last_updated": "2022-09-01T10:47:04.951562-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (J Lyles)",
            "reward": "2.37000",
            "odds": "2.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca35d2b8-f9fc-43fb-b37e-5b380ba42bc1/?format=api"
        }
    ]
}