GET /api/bet_types/3fb2c67f-e707-4573-9519-682da9c23dc6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fb2c67f-e707-4573-9519-682da9c23dc6",
    "match": "https://api-prod.gambitprofit.com/api/matches/c560f369-aaf5-4ef1-96a6-3f29e366b4b1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-01T09:22:00.107455-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": "Portland Trail Blazers",
                "amount": 5521.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a45f18d5-a7f0-4033-8ebd-2041fd054483",
            "gambit_id": "f79009f9-4fd6-4b53-a98f-c9b93a2d1325",
            "last_updated": "2023-03-02T07:16:53.235342-05:00",
            "created_at": "2023-03-01T09:22:00.108975-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fb2c67f-e707-4573-9519-682da9c23dc6/?format=api"
        },
        {
            "id": "b4a7bccc-83dd-4022-a93b-3d63e16e9c0b",
            "gambit_id": "e446c183-5351-4e90-8096-df24809eec7a",
            "last_updated": "2023-03-02T07:16:53.236515-05:00",
            "created_at": "2023-03-01T09:22:00.110401-05:00",
            "name": "New Orleans Pelicans",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fb2c67f-e707-4573-9519-682da9c23dc6/?format=api"
        }
    ]
}