GET /api/bet_types/df5704c2-07ef-421d-a60a-e7cf3b34f907/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df5704c2-07ef-421d-a60a-e7cf3b34f907",
    "match": "https://api-prod.gambitprofit.com/api/matches/9db9e290-99a2-42e1-b93f-93e89c4336fe/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-14T12:02:14.529166-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": "ATL (C Morton)",
                "amount": 5490.0
            },
            {
                "team": "KAN (B Singer)",
                "amount": 4510.0
            }
        ],
        "expected_reward_tokens": 9606.3,
        "profit_sb": 106.3,
        "profit_sb_percentage": 1.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "43910ed3-6669-4a80-83ce-51369668e126",
            "gambit_id": "0637ec32-115d-47ee-8aa6-4851c66986f9",
            "last_updated": "2023-04-15T12:27:17.979944-04:00",
            "created_at": "2023-04-14T12:02:14.532932-04:00",
            "name": "ATL (C Morton)",
            "reward": "1.75000",
            "odds": "1.78120",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df5704c2-07ef-421d-a60a-e7cf3b34f907/?format=api"
        },
        {
            "id": "51d748ac-e5fc-4594-bf0f-aa38e3788f47",
            "gambit_id": "fe7f4f15-88e5-4272-845e-3a78a508fdad",
            "last_updated": "2023-04-15T12:27:17.977996-04:00",
            "created_at": "2023-04-14T12:02:14.530775-04:00",
            "name": "KAN (B Singer)",
            "reward": "2.13000",
            "odds": "2.18000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df5704c2-07ef-421d-a60a-e7cf3b34f907/?format=api"
        }
    ]
}