GET /api/bet_types/4f48d95d-1992-4bca-a792-5686af1cf285/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f48d95d-1992-4bca-a792-5686af1cf285",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b8a8892-2252-4bcb-abc0-8bdaab1b1915/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-27T09:18:14.263093-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": "Detroit Red Wings",
                "amount": 5512.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d5198ec-3132-4c29-9e0d-89e362c4b827",
            "gambit_id": "436af9a5-9a5c-495d-8905-96205c336c0a",
            "last_updated": "2024-01-29T21:53:10.383969-05:00",
            "created_at": "2024-01-27T09:18:14.280885-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f48d95d-1992-4bca-a792-5686af1cf285/?format=api"
        },
        {
            "id": "165e9e34-08a0-434a-8012-753462931133",
            "gambit_id": "415c41e4-0743-4ab9-b7f6-2c220fbefb80",
            "last_updated": "2024-01-29T21:53:10.380734-05:00",
            "created_at": "2024-01-27T09:18:14.267270-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f48d95d-1992-4bca-a792-5686af1cf285/?format=api"
        }
    ]
}