GET /api/bet_types/1920bee7-4bde-43a6-ba7d-ae2468cc9a9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1920bee7-4bde-43a6-ba7d-ae2468cc9a9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ce36c82-62eb-496c-b3d9-12c2d9f6ed53/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-03T09:56:54.571286-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": "LOS (M Grove)",
                "amount": 6557.0
            },
            {
                "team": "COL (R Feltner)",
                "amount": 3443.0
            }
        ],
        "expected_reward_tokens": 9571.54,
        "profit_sb": 71.54,
        "profit_sb_percentage": 0.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "64a33df9-c953-451a-b520-331944575167",
            "gambit_id": "3a797034-4280-4fb6-b020-dea8cbc3eb19",
            "last_updated": "2023-04-04T19:07:02.692459-04:00",
            "created_at": "2023-04-03T09:56:54.573586-04:00",
            "name": "LOS (M Grove)",
            "reward": "1.46000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1920bee7-4bde-43a6-ba7d-ae2468cc9a9e/?format=api"
        },
        {
            "id": "f04c127f-56e2-4206-8b3c-73bc9046f6a9",
            "gambit_id": "a7079a22-ba22-4b30-89b7-1cf8f2f4654d",
            "last_updated": "2023-04-04T19:07:02.694150-04:00",
            "created_at": "2023-04-03T09:56:54.575832-04:00",
            "name": "COL (R Feltner)",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1920bee7-4bde-43a6-ba7d-ae2468cc9a9e/?format=api"
        }
    ]
}