GET /api/bet_types/6979f138-55b9-4f31-9ecb-3312ddafc11b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6979f138-55b9-4f31-9ecb-3312ddafc11b",
    "match": "https://api-prod.gambitprofit.com/api/matches/afd5a6b8-5040-4c50-9f4b-8f24bc4887b6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-22T09:58:21.581306-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": "CHC (J Taillon)",
                "amount": 6885.0
            },
            {
                "team": "COL (N Davis)",
                "amount": 3115.0
            }
        ],
        "expected_reward_tokens": 9500.75,
        "profit_sb": 0.75,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "8ab91a80-09cb-46a1-bedd-2d5687729dae",
            "gambit_id": "d60a0053-1ad4-4964-8e44-f9e81de3d6fc",
            "last_updated": "2023-09-23T21:03:10.652094-04:00",
            "created_at": "2023-09-22T09:58:21.594467-04:00",
            "name": "CHC (J Taillon)",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6979f138-55b9-4f31-9ecb-3312ddafc11b/?format=api"
        },
        {
            "id": "b7d25869-39ce-413f-93f7-4e03c6cd0b21",
            "gambit_id": "3947c41e-35cd-4f93-886e-6c01082b23e6",
            "last_updated": "2023-09-23T21:03:10.648710-04:00",
            "created_at": "2023-09-22T09:58:21.588379-04:00",
            "name": "COL (N Davis)",
            "reward": "3.05000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6979f138-55b9-4f31-9ecb-3312ddafc11b/?format=api"
        }
    ]
}