GET /api/bet_types/bfb86592-a7c5-46d5-8631-3057a70da904/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bfb86592-a7c5-46d5-8631-3057a70da904",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3226d1e-3adf-4195-a4c8-72ab63c1531b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-31T10:03:22.628560-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": "Oklahoma City Thunder",
                "amount": 6554.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "5d90aec6-43b0-4d50-855f-b37705f4924c",
            "gambit_id": "f8aab09c-841f-4e8d-97f0-83384f87693a",
            "last_updated": "2024-02-01T10:43:01.392788-05:00",
            "created_at": "2024-01-31T10:03:22.639252-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfb86592-a7c5-46d5-8631-3057a70da904/?format=api"
        },
        {
            "id": "b3029d00-61d8-4cba-b78e-d22adfb0a126",
            "gambit_id": "799d38d6-e294-41cb-8159-157fecd2bea7",
            "last_updated": "2024-02-01T10:43:01.388931-05:00",
            "created_at": "2024-01-31T10:03:22.634654-05:00",
            "name": "Denver Nuggets",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfb86592-a7c5-46d5-8631-3057a70da904/?format=api"
        }
    ]
}