GET /api/bet_types/c1bb6797-2b4b-4bea-b555-b105bc3ca827/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1bb6797-2b4b-4bea-b555-b105bc3ca827",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0ee2d30-d1b9-4b7c-b692-6629b74b68eb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-20T09:58:15.551296-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": "New Orleans Saints",
                "amount": 5319.0
            },
            {
                "team": "Green Bay Packers",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "5efbac07-ba13-4011-aa47-b1b09cce6038",
            "gambit_id": "d139b2a1-b278-496f-bb57-620f0c4a7460",
            "last_updated": "2023-09-26T09:13:04.410483-04:00",
            "created_at": "2023-09-20T09:58:15.554611-04:00",
            "name": "New Orleans Saints",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1bb6797-2b4b-4bea-b555-b105bc3ca827/?format=api"
        },
        {
            "id": "8a092149-08eb-4d2a-bbfc-f128f992ccc1",
            "gambit_id": "09921337-eea3-4d35-b45b-fb91cf858673",
            "last_updated": "2023-09-26T09:13:04.404875-04:00",
            "created_at": "2023-09-20T09:58:15.559140-04:00",
            "name": "Green Bay Packers",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1bb6797-2b4b-4bea-b555-b105bc3ca827/?format=api"
        }
    ]
}