GET /api/bet_types/97fa102c-c4cb-4193-92fe-6b60300f2ab9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97fa102c-c4cb-4193-92fe-6b60300f2ab9",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d978e62-f9a0-48c2-a7da-c3a30c9cc2fd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-25T08:38:07.766584-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 (K Hendricks)",
                "amount": 5170.0
            },
            {
                "team": "PIT (M Keller)",
                "amount": 4830.0
            }
        ],
        "expected_reward_tokens": 9563.4,
        "profit_sb": 63.4,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "07e6e439-63c7-44d1-9c74-3398dc917256",
            "gambit_id": "9e1fee07-2d65-43f6-83d4-09a9b29645be",
            "last_updated": "2023-08-28T18:38:01.486777-04:00",
            "created_at": "2023-08-25T08:38:07.772094-04:00",
            "name": "CHC (K Hendricks)",
            "reward": "1.85000",
            "odds": "1.88500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97fa102c-c4cb-4193-92fe-6b60300f2ab9/?format=api"
        },
        {
            "id": "92a01697-6868-4044-8541-97f9e2cc7b33",
            "gambit_id": "4e02f3af-bc78-416f-9be2-4ff201a4bd1c",
            "last_updated": "2023-08-28T18:38:01.490180-04:00",
            "created_at": "2023-08-25T08:38:07.776985-04:00",
            "name": "PIT (M Keller)",
            "reward": "1.98000",
            "odds": "2.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97fa102c-c4cb-4193-92fe-6b60300f2ab9/?format=api"
        }
    ]
}