GET /api/bet_types/be98b2e1-f2f6-49fc-a235-48cb75436deb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be98b2e1-f2f6-49fc-a235-48cb75436deb",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c02a0e6-53df-48b9-bb10-8f63055a87ce/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-02T09:33:16.974711-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": "SDG (B Snell)",
                "amount": 6173.0
            },
            {
                "team": "SFO (K Harrison)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "91bb50c6-ee1d-40ad-ab53-f500c5e34534",
            "gambit_id": "0051b357-7138-4c5f-bc05-c756e3881fb1",
            "last_updated": "2023-09-04T12:48:34.930104-04:00",
            "created_at": "2023-09-02T09:33:16.983962-04:00",
            "name": "SDG (B Snell)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be98b2e1-f2f6-49fc-a235-48cb75436deb/?format=api"
        },
        {
            "id": "0875e13d-bb62-41a7-9c7f-0ad7ef315275",
            "gambit_id": "df22977e-a016-469a-bee5-1756c5ebc5a5",
            "last_updated": "2023-09-04T12:48:34.925813-04:00",
            "created_at": "2023-09-02T09:33:16.979055-04:00",
            "name": "SFO (K Harrison)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be98b2e1-f2f6-49fc-a235-48cb75436deb/?format=api"
        }
    ]
}