GET /api/bet_types/8bfc16f7-8c7e-45a6-9bc3-01ee4f0764ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8bfc16f7-8c7e-45a6-9bc3-01ee4f0764ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1cd6c73-0ef4-4258-8cf1-79d42532fcb6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-18T09:08:19.469913-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 Montgomery)",
                "amount": 6173.0
            },
            {
                "team": "BOS (K Crawford)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "7bfa70be-1c72-4bc0-a70f-8bef354af799",
            "gambit_id": "2e31a5b9-af18-4346-8474-f105e35af2b8",
            "last_updated": "2023-09-20T09:18:05.763945-04:00",
            "created_at": "2023-09-18T09:08:19.482105-04:00",
            "name": "TEX (J Montgomery)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bfc16f7-8c7e-45a6-9bc3-01ee4f0764ad/?format=api"
        },
        {
            "id": "e6240f35-cfb0-41a9-9013-e1b70bb6c6e2",
            "gambit_id": "1cf13785-e5e8-43da-b42b-95b40a9ff3c9",
            "last_updated": "2023-09-20T09:18:05.758347-04:00",
            "created_at": "2023-09-18T09:08:19.476192-04:00",
            "name": "BOS (K Crawford)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bfc16f7-8c7e-45a6-9bc3-01ee4f0764ad/?format=api"
        }
    ]
}