GET /api/bet_types/e08dfe18-22f7-401f-970f-257e0ec3d4af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e08dfe18-22f7-401f-970f-257e0ec3d4af",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9b53b11-66e5-47ee-82bb-beab71faff03/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Lorenzo Hunt",
                "amount": 6633.0
            },
            {
                "team": "Quentin Henry",
                "amount": 3367.0
            }
        ],
        "expected_reward_tokens": 8754.2,
        "profit_sb": -745.8,
        "profit_sb_percentage": -7.85,
        "recommended": false
    },
    "lines": [
        {
            "id": "0884d409-fab3-45e1-adf1-b00f1d28e1f9",
            "gambit_id": "a9c47543-04bd-4ae3-8c46-d02f540b3d83",
            "last_updated": "2022-10-02T15:17:29.217704-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Lorenzo Hunt",
            "reward": "1.32000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e08dfe18-22f7-401f-970f-257e0ec3d4af/?format=api"
        },
        {
            "id": "db5eef84-77e8-407c-b980-bd34dc5e84ff",
            "gambit_id": "e065a4a1-535c-44a9-a4af-9fa93f040030",
            "last_updated": "2022-10-02T15:17:29.216551-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Quentin Henry",
            "reward": "2.60000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e08dfe18-22f7-401f-970f-257e0ec3d4af/?format=api"
        }
    ]
}