GET /api/bet_types/60b3ff92-6d79-459e-bda1-e86f0cd85d45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60b3ff92-6d79-459e-bda1-e86f0cd85d45",
    "match": "https://api-prod.gambitprofit.com/api/matches/57143bdd-c618-41be-8beb-c1f57c3d3939/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:08:18.424624-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": 7059.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 2941.0
            }
        ],
        "expected_reward_tokens": 9528.84,
        "profit_sb": 28.84,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "0329ee44-a4c9-49f7-9c74-b985e8c400d7",
            "gambit_id": "0ee4ab3d-67db-4b10-b30d-5a1343d5dccb",
            "last_updated": "2023-11-23T14:33:15.650521-05:00",
            "created_at": "2023-11-22T09:08:18.433607-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60b3ff92-6d79-459e-bda1-e86f0cd85d45/?format=api"
        },
        {
            "id": "d8d74615-6ac1-4ac0-93bc-a094a247b596",
            "gambit_id": "fe884f5e-50cc-4233-9b16-cd4b8adb1582",
            "last_updated": "2023-11-23T14:33:15.653652-05:00",
            "created_at": "2023-11-22T09:08:18.428547-05:00",
            "name": "Philadelphia 76ers",
            "reward": "3.24000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60b3ff92-6d79-459e-bda1-e86f0cd85d45/?format=api"
        }
    ]
}