GET /api/bet_types/6781b768-c9ca-4e18-87b5-9e9d076cee35/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6781b768-c9ca-4e18-87b5-9e9d076cee35",
    "match": "https://api-prod.gambitprofit.com/api/matches/5429657a-60ad-469f-97ab-33b1b136d476/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-01T10:03:02.825598-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": "Phoenix Suns",
                "amount": 7749.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 2251.0
            }
        ],
        "expected_reward_tokens": 9453.78,
        "profit_sb": -46.22,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "70450e8c-64f6-44cb-a631-dbe1df9976fe",
            "gambit_id": "fdc30855-a4d6-4ae8-b15c-c55d74800def",
            "last_updated": "2024-01-03T10:48:13.492678-05:00",
            "created_at": "2024-01-01T10:03:02.835162-05:00",
            "name": "Phoenix Suns",
            "reward": "1.22000",
            "odds": "1.23260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6781b768-c9ca-4e18-87b5-9e9d076cee35/?format=api"
        },
        {
            "id": "f10ec61c-0015-4763-afbf-3ea1b8cf4a43",
            "gambit_id": "b8f7a797-f8f7-41f0-924f-8ff6843e228e",
            "last_updated": "2024-01-03T10:48:13.489356-05:00",
            "created_at": "2024-01-01T10:03:02.830362-05:00",
            "name": "Portland Trail Blazers",
            "reward": "4.20000",
            "odds": "4.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6781b768-c9ca-4e18-87b5-9e9d076cee35/?format=api"
        }
    ]
}