GET /api/bet_types/93a66195-e87f-4938-9a2b-6f20eb3dd46b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93a66195-e87f-4938-9a2b-6f20eb3dd46b",
    "match": "https://api-prod.gambitprofit.com/api/matches/06d6e9da-e833-4d7f-bf5e-7833441af2f5/?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": "Washington State",
                "amount": 6179.0
            },
            {
                "team": "Arizona",
                "amount": 3821.0
            }
        ],
        "expected_reward_tokens": 9206.71,
        "profit_sb": 206.71,
        "profit_sb_percentage": 2.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "035befbb-4620-4537-842f-3ba43d98b449",
            "gambit_id": "36a8e9b1-df65-498c-a504-a902427ff4fd",
            "last_updated": "2022-11-21T11:58:30.760465-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington State",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93a66195-e87f-4938-9a2b-6f20eb3dd46b/?format=api"
        },
        {
            "id": "c8d8ce20-2802-402b-a471-e7e19837bb05",
            "gambit_id": "1bdf7d38-cc8f-477b-acf1-91e2d034eede",
            "last_updated": "2022-11-21T11:58:30.759266-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona",
            "reward": "2.41000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93a66195-e87f-4938-9a2b-6f20eb3dd46b/?format=api"
        }
    ]
}