GET /api/bet_types/b9e872dd-3586-4aa9-a13e-4fcedd0be65a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9e872dd-3586-4aa9-a13e-4fcedd0be65a",
    "match": "https://api-prod.gambitprofit.com/api/matches/b37ce270-c354-4a97-bb7d-3bdda9471db4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-21T09:38:07.439415-04: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": "Nashville Predators",
                "amount": 6928.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3072.0
            }
        ],
        "expected_reward_tokens": 9491.36,
        "profit_sb": -8.64,
        "profit_sb_percentage": -0.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "f32cb22f-2543-4037-8496-304ea1a4507c",
            "gambit_id": "dcf37b5d-d74e-4322-af36-ad727a2fba1e",
            "last_updated": "2023-10-23T20:38:04.627518-04:00",
            "created_at": "2023-10-21T09:38:07.451521-04:00",
            "name": "Nashville Predators",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9e872dd-3586-4aa9-a13e-4fcedd0be65a/?format=api"
        },
        {
            "id": "2419ba75-f0fc-4350-9f71-da404daa4116",
            "gambit_id": "a497d796-5080-4876-850e-068ab3a34a16",
            "last_updated": "2023-10-23T20:38:04.631559-04:00",
            "created_at": "2023-10-21T09:38:07.456110-04:00",
            "name": "San Jose Sharks",
            "reward": "3.09000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9e872dd-3586-4aa9-a13e-4fcedd0be65a/?format=api"
        }
    ]
}