GET /api/bet_types/4d8ec57f-937b-4bd7-874f-69bf20a0ef7f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d8ec57f-937b-4bd7-874f-69bf20a0ef7f",
    "match": "https://api-prod.gambitprofit.com/api/matches/aece3fe0-d6bd-4366-8c8b-ff3307c5f988/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-10T08:23:21.338730-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": "Houston Rockets",
                "amount": 5788.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "7e3cb8c0-4383-49ae-a7d7-d4128879de66",
            "gambit_id": "ff73b0b5-8bd6-4fc9-ac22-590fb55866c5",
            "last_updated": "2023-11-12T11:23:21.247339-05:00",
            "created_at": "2023-11-10T08:23:21.349294-05:00",
            "name": "Houston Rockets",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d8ec57f-937b-4bd7-874f-69bf20a0ef7f/?format=api"
        },
        {
            "id": "b8529831-811f-48d1-b9ad-042458f36f6c",
            "gambit_id": "03361546-a1cf-4655-868a-b0d847543ea7",
            "last_updated": "2023-11-12T11:23:21.243664-05:00",
            "created_at": "2023-11-10T08:23:21.343546-05:00",
            "name": "New Orleans Pelicans",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d8ec57f-937b-4bd7-874f-69bf20a0ef7f/?format=api"
        }
    ]
}