GET /api/bet_types/47eab6c9-6a7e-4bb9-84a4-b048674c9085/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47eab6c9-6a7e-4bb9-84a4-b048674c9085",
    "match": "https://api-prod.gambitprofit.com/api/matches/0d64d3c6-4a40-4dc3-afe9-64d926da3789/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-05T09:32:58.517590-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": "Minnesota Timberwolves",
                "amount": 6090.0
            },
            {
                "team": "Houston Rockets",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae3146c5-0b53-4bdf-ad02-0d044e5f4335",
            "gambit_id": "e1fe24a1-4cb3-4685-bb2f-949fe3019c29",
            "last_updated": "2024-01-08T14:38:13.941414-05:00",
            "created_at": "2024-01-05T09:32:58.521563-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47eab6c9-6a7e-4bb9-84a4-b048674c9085/?format=api"
        },
        {
            "id": "10c30e72-2599-4e5e-90f1-1176274b1f15",
            "gambit_id": "423ce765-f288-42a5-8e79-ff27626a9728",
            "last_updated": "2024-01-08T14:38:13.944806-05:00",
            "created_at": "2024-01-05T09:32:58.525751-05:00",
            "name": "Houston Rockets",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47eab6c9-6a7e-4bb9-84a4-b048674c9085/?format=api"
        }
    ]
}