GET /api/bet_types/2267a199-8119-4329-81aa-e46c1412ec4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2267a199-8119-4329-81aa-e46c1412ec4f",
    "match": "https://api-prod.gambitprofit.com/api/matches/3f57d3ad-811e-45b0-95b8-b96e8b0d8430/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-13T09:07:59.731042-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": "TOR (Y Kikuchi)",
                "amount": 5541.0
            },
            {
                "team": "TEX (J Montgomery)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "d897a94c-b75e-440a-8d82-9b005019a1da",
            "gambit_id": "f26e3df3-451d-430b-b280-1452d6e057e8",
            "last_updated": "2023-09-15T10:18:22.824965-04:00",
            "created_at": "2023-09-13T09:07:59.740445-04:00",
            "name": "TOR (Y Kikuchi)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2267a199-8119-4329-81aa-e46c1412ec4f/?format=api"
        },
        {
            "id": "c43f1271-ce47-4fd4-a28f-b8e091b23a72",
            "gambit_id": "8af496dd-e65b-4a10-b75e-8ad25472ddde",
            "last_updated": "2023-09-15T10:18:22.821406-04:00",
            "created_at": "2023-09-13T09:07:59.736022-04:00",
            "name": "TEX (J Montgomery)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2267a199-8119-4329-81aa-e46c1412ec4f/?format=api"
        }
    ]
}