GET /api/bet_types/a323da7f-47c0-4a51-9a21-ebeeeefda98e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a323da7f-47c0-4a51-9a21-ebeeeefda98e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae2cb490-4d02-4316-b3a8-c8c2ac2c4862/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-15T09:13:06.204482-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": "New Orleans Pelicans",
                "amount": 7714.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 2286.0
            }
        ],
        "expected_reward_tokens": 9486.9,
        "profit_sb": -13.1,
        "profit_sb_percentage": -0.14,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b93e9d7-77c5-480d-bffd-c43b917130f9",
            "gambit_id": "e87367e8-b665-4175-84e2-1c543730938a",
            "last_updated": "2023-12-18T10:58:11.075403-05:00",
            "created_at": "2023-12-15T09:13:06.218930-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.23000",
            "odds": "1.23810",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a323da7f-47c0-4a51-9a21-ebeeeefda98e/?format=api"
        },
        {
            "id": "75d8047a-30a8-4730-bc2a-e579cf304516",
            "gambit_id": "2e481318-1f0e-44ca-ba2e-9c7ae49b29e7",
            "last_updated": "2023-12-18T10:58:11.070718-05:00",
            "created_at": "2023-12-15T09:13:06.211630-05:00",
            "name": "Charlotte Hornets",
            "reward": "4.15000",
            "odds": "4.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a323da7f-47c0-4a51-9a21-ebeeeefda98e/?format=api"
        }
    ]
}