GET /api/bet_types/bc6f334e-4faf-4456-898f-fe7810d4bfb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc6f334e-4faf-4456-898f-fe7810d4bfb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/158a87ab-ae4b-4445-80c2-b41889ca5306/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-14T09:13:25.868206-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": "SEA (L Castillo)",
                "amount": 6173.0
            },
            {
                "team": "DET (Ed Rodriguez)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "e776e90f-4d3b-4cbc-88d3-c8a1b0c2dc8f",
            "gambit_id": "4c33c47b-0f57-4030-b591-05a012f3bf90",
            "last_updated": "2023-07-17T09:03:00.347111-04:00",
            "created_at": "2023-07-14T09:13:25.871145-04:00",
            "name": "SEA (L Castillo)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc6f334e-4faf-4456-898f-fe7810d4bfb7/?format=api"
        },
        {
            "id": "e14f600c-75ee-4131-a1a9-e9fae3e0f8b6",
            "gambit_id": "51b02697-3be3-4d6f-a58c-0bdfdf412872",
            "last_updated": "2023-07-17T09:03:00.345695-04:00",
            "created_at": "2023-07-14T09:13:25.869608-04:00",
            "name": "DET (Ed Rodriguez)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc6f334e-4faf-4456-898f-fe7810d4bfb7/?format=api"
        }
    ]
}