GET /api/bet_types/286ed596-c23b-40f8-b688-33a3ab87d511/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "286ed596-c23b-40f8-b688-33a3ab87d511",
    "match": "https://api-prod.gambitprofit.com/api/matches/0efd803e-bf3d-4638-851a-bd337a780ab1/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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 (J Musgrove)",
                "amount": 6193.0
            },
            {
                "team": "KAN (K Bubic)",
                "amount": 3807.0
            }
        ],
        "expected_reward_tokens": 9289.08,
        "profit_sb": 289.08,
        "profit_sb_percentage": 3.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "d8096a6b-eb05-4260-bf6c-b1f1cfdaea6e",
            "gambit_id": "bb36176f-3015-44fd-abc1-1e52067f7a7b",
            "last_updated": "2022-08-27T12:27:02.069256-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (J Musgrove)",
            "reward": "1.50000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/286ed596-c23b-40f8-b688-33a3ab87d511/?format=api"
        },
        {
            "id": "03c7f95f-3484-4eed-9c59-34eb16fe57b2",
            "gambit_id": "2ead18cb-45f7-4d15-9e3b-0b4d7f9cf897",
            "last_updated": "2022-08-27T12:27:02.068814-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (K Bubic)",
            "reward": "2.44000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/286ed596-c23b-40f8-b688-33a3ab87d511/?format=api"
        }
    ]
}