GET /api/bet_types/f734360b-61f4-4dfe-860f-ab45d32655ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f734360b-61f4-4dfe-860f-ab45d32655ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/94e56767-f8f0-42d5-9f29-42e1040ab4e4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-29T10:07:04.335757-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": "Phoenix Suns",
                "amount": 6458.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "2a7b9be1-4925-44f8-b367-25bb2a3280dc",
            "gambit_id": "f50ec07a-c1a3-4d78-8973-a9b95ccec982",
            "last_updated": "2023-03-30T10:21:54.655817-04:00",
            "created_at": "2023-03-29T10:07:04.337989-04:00",
            "name": "Phoenix Suns",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f734360b-61f4-4dfe-860f-ab45d32655ac/?format=api"
        },
        {
            "id": "83b82f1a-6bd5-40cd-9ddd-92aa339cda0f",
            "gambit_id": "af02b1d5-7ab2-4466-97d4-6fee1b79241d",
            "last_updated": "2023-03-30T10:21:54.657154-04:00",
            "created_at": "2023-03-29T10:07:04.340730-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f734360b-61f4-4dfe-860f-ab45d32655ac/?format=api"
        }
    ]
}