GET /api/bet_types/dda9ebb0-c720-4692-b9a6-689608e50f2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dda9ebb0-c720-4692-b9a6-689608e50f2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/63bfdd6b-1e87-47cc-afcf-078e99dc2889/?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": "Oklahoma",
                "amount": 5824.0
            },
            {
                "team": "Baylor",
                "amount": 4176.0
            }
        ],
        "expected_reward_tokens": 9143.68,
        "profit_sb": 143.68,
        "profit_sb_percentage": 1.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "785eaff8-e7dd-478a-9c3a-6ab7f60428c0",
            "gambit_id": "7940af75-e71a-44dd-89e9-69bf201adbb5",
            "last_updated": "2022-11-06T08:58:16.379509-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma",
            "reward": "1.57000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dda9ebb0-c720-4692-b9a6-689608e50f2e/?format=api"
        },
        {
            "id": "2d7effc2-c2b1-48bb-9b8e-f2ed26fa8032",
            "gambit_id": "be737f09-727e-4359-ac4e-cf575e1824dc",
            "last_updated": "2022-11-06T08:58:16.380454-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baylor",
            "reward": "2.19000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dda9ebb0-c720-4692-b9a6-689608e50f2e/?format=api"
        }
    ]
}