GET /api/bet_types/2f4efc7a-b8c0-47e7-b5da-e2ac4af39e9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f4efc7a-b8c0-47e7-b5da-e2ac4af39e9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/969d80bf-f8bd-4d8b-8a1f-32a661413727/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-11T10:27:04.479121-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": "TEX (J Degrom)",
                "amount": 7033.0
            },
            {
                "team": "KAN (J Lyles)",
                "amount": 2967.0
            }
        ],
        "expected_reward_tokens": 9494.4,
        "profit_sb": -5.6,
        "profit_sb_percentage": -0.06,
        "recommended": false
    },
    "lines": [
        {
            "id": "e4b2aa8c-c5ec-42a5-ba88-b02c03f584ad",
            "gambit_id": "41d1c9c9-01bd-43b8-be56-49d8adcd0ea2",
            "last_updated": "2023-04-12T09:46:55.121943-04:00",
            "created_at": "2023-04-11T10:27:04.481850-04:00",
            "name": "TEX (J Degrom)",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f4efc7a-b8c0-47e7-b5da-e2ac4af39e9a/?format=api"
        },
        {
            "id": "026e166b-3207-4d11-9b10-7a389830aff5",
            "gambit_id": "9f7879c8-c868-4f51-882b-e0b2236d4a29",
            "last_updated": "2023-04-12T09:46:55.123783-04:00",
            "created_at": "2023-04-11T10:27:04.484856-04:00",
            "name": "KAN (J Lyles)",
            "reward": "3.20000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f4efc7a-b8c0-47e7-b5da-e2ac4af39e9a/?format=api"
        }
    ]
}