GET /api/bet_types/ef0e9b4c-e291-4f24-b643-44b76461fb95/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef0e9b4c-e291-4f24-b643-44b76461fb95",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f8775e3-7d5c-4401-bffd-83bfa1e7e50f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-17T09:27:12.764154-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": "Nashville Predators",
                "amount": 6556.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3444.0
            }
        ],
        "expected_reward_tokens": 9505.44,
        "profit_sb": 5.44,
        "profit_sb_percentage": 0.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "a338d624-3256-4f88-a65e-335e3e21cd94",
            "gambit_id": "636f44cb-adf7-414b-afe8-e6da5f83f1e5",
            "last_updated": "2023-01-18T09:32:09.696509-05:00",
            "created_at": "2023-01-17T09:27:12.765312-05:00",
            "name": "Nashville Predators",
            "reward": "1.45000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef0e9b4c-e291-4f24-b643-44b76461fb95/?format=api"
        },
        {
            "id": "e9eb4337-2784-4cd8-a50d-07642074f172",
            "gambit_id": "84e82ce0-ca98-4e20-a542-d3ceb5ea8a8c",
            "last_updated": "2023-01-18T09:32:09.701523-05:00",
            "created_at": "2023-01-17T09:27:12.766627-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.76000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef0e9b4c-e291-4f24-b643-44b76461fb95/?format=api"
        }
    ]
}