GET /api/bet_types/8ffef486-33f8-4114-b33c-fa333417b41c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ffef486-33f8-4114-b33c-fa333417b41c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e4a33b48-e31b-47ff-a21e-8f11821b7382/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-23T09:38:26.790748-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": "CIN (C Phillips)",
                "amount": 5541.0
            },
            {
                "team": "PIT (B Falter)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "28fa8c08-d99a-4090-bbab-a769f0582c56",
            "gambit_id": "897a60fa-c2a1-45b8-9c3b-bde6932284a8",
            "last_updated": "2023-09-25T14:23:14.641725-04:00",
            "created_at": "2023-09-23T09:38:26.799904-04:00",
            "name": "CIN (C Phillips)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ffef486-33f8-4114-b33c-fa333417b41c/?format=api"
        },
        {
            "id": "865c1418-073f-444c-b49f-beda2745fd36",
            "gambit_id": "6c38a139-9ec3-439c-a245-5f51931ea391",
            "last_updated": "2023-09-25T14:23:14.638528-04:00",
            "created_at": "2023-09-23T09:38:26.795036-04:00",
            "name": "PIT (B Falter)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ffef486-33f8-4114-b33c-fa333417b41c/?format=api"
        }
    ]
}