GET /api/bet_types/3fcab02e-7e7b-47b5-bf31-afa2af504e51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fcab02e-7e7b-47b5-bf31-afa2af504e51",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a21bcdd-55a9-4ea4-8c55-d90f77244927/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-01T09:08:18.270158-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": "Dallas Mavericks",
                "amount": 5861.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 4139.0
            }
        ],
        "expected_reward_tokens": 9436.21,
        "profit_sb": -63.79,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f7a6bb6-491d-4ec3-9d94-ece04f289398",
            "gambit_id": "a59f005e-f489-4f63-aa82-00cb536082ce",
            "last_updated": "2023-11-03T10:23:05.770235-04:00",
            "created_at": "2023-11-01T09:08:18.280258-04:00",
            "name": "Dallas Mavericks",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fcab02e-7e7b-47b5-bf31-afa2af504e51/?format=api"
        },
        {
            "id": "81c63cd9-64ad-4017-ad9a-9ad34bdfb163",
            "gambit_id": "b0a6de81-bd01-4000-b26e-315c7c2855bd",
            "last_updated": "2023-11-03T10:23:05.773666-04:00",
            "created_at": "2023-11-01T09:08:18.274776-04:00",
            "name": "Chicago Bulls",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fcab02e-7e7b-47b5-bf31-afa2af504e51/?format=api"
        }
    ]
}