GET /api/bet_types/94d31f0b-2b73-4a81-a9e5-997fe2d3eb95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94d31f0b-2b73-4a81-a9e5-997fe2d3eb95",
    "match": "https://api-prod.gambitprofit.com/api/matches/20f2965d-564f-408f-848e-281d171afc5e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-07T09:48:19.805684-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": "Carolina Hurricanes",
                "amount": 5421.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "0df72109-b587-4c7e-bfa5-2e31ab9ce39d",
            "gambit_id": "36b3c3a0-8c26-4985-a2f2-fa4000588d92",
            "last_updated": "2023-12-08T21:08:05.162161-05:00",
            "created_at": "2023-12-07T09:48:19.810273-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94d31f0b-2b73-4a81-a9e5-997fe2d3eb95/?format=api"
        },
        {
            "id": "3a23c216-8d97-4bf0-a24d-463624a7677c",
            "gambit_id": "d4a89767-23a3-45ac-b46c-adeb49f33f37",
            "last_updated": "2023-12-08T21:08:05.165808-05:00",
            "created_at": "2023-12-07T09:48:19.814616-05:00",
            "name": "Calgary Flames",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94d31f0b-2b73-4a81-a9e5-997fe2d3eb95/?format=api"
        }
    ]
}