GET /api/bet_types/68cee282-ac1b-4cb8-8489-c498f0588a60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68cee282-ac1b-4cb8-8489-c498f0588a60",
    "match": "https://api-prod.gambitprofit.com/api/matches/61ae3a60-184d-4308-ae7f-c4cf47f9cf6d/?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": "PHI (R Suarez)",
                "amount": 7067.0
            },
            {
                "team": "WAS (P Corbin)",
                "amount": 2933.0
            }
        ],
        "expected_reward_tokens": 9326.94,
        "profit_sb": 326.94,
        "profit_sb_percentage": 3.63,
        "recommended": true
    },
    "lines": [
        {
            "id": "39f9d532-176a-48c1-9d95-eb2beb5ed7fc",
            "gambit_id": "e16f3d89-42d2-4d0a-8bff-672222a77aa7",
            "last_updated": "2022-08-07T11:02:18.234103-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (R Suarez)",
            "reward": "1.32000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68cee282-ac1b-4cb8-8489-c498f0588a60/?format=api"
        },
        {
            "id": "053466a5-5ca8-46f1-89f5-6d97631f58bd",
            "gambit_id": "86f2ad14-e239-44f3-b600-04bb9b62be15",
            "last_updated": "2022-08-07T11:02:18.234557-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (P Corbin)",
            "reward": "3.18000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68cee282-ac1b-4cb8-8489-c498f0588a60/?format=api"
        }
    ]
}