GET /api/bet_types/4002c486-7cd5-46d4-971f-a3658f7384d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4002c486-7cd5-46d4-971f-a3658f7384d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/b43112c8-9882-424e-a3b7-fda78ea8a242/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-13T09:08:21.057650-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 (B Williamson)",
                "amount": 5117.0
            },
            {
                "team": "KAN (J Lyles)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "031d66e8-5bf0-447e-8c56-59c5670cdb1b",
            "gambit_id": "1d5eb1a9-d3d4-49b8-a4a1-3a33016d6bbb",
            "last_updated": "2023-06-14T11:23:21.376211-04:00",
            "created_at": "2023-06-13T09:08:21.060076-04:00",
            "name": "CIN (B Williamson)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4002c486-7cd5-46d4-971f-a3658f7384d1/?format=api"
        },
        {
            "id": "bab78a00-cf30-450e-9c4d-d552c1cc33b0",
            "gambit_id": "2fd10458-6e19-4e99-a4b6-97b459ecd1fb",
            "last_updated": "2023-06-14T11:23:21.378764-04:00",
            "created_at": "2023-06-13T09:08:21.062530-04:00",
            "name": "KAN (J Lyles)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4002c486-7cd5-46d4-971f-a3658f7384d1/?format=api"
        }
    ]
}