GET /api/bet_types/cd057b8d-999e-4b1f-90df-a1c65aa8429d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd057b8d-999e-4b1f-90df-a1c65aa8429d",
    "match": "https://api-prod.gambitprofit.com/api/matches/08c42df4-7766-45f3-939e-927c180f891f/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Philadelphia Eagles",
                "amount": 7209.0
            },
            {
                "team": "New York Giants",
                "amount": 2791.0
            }
        ],
        "expected_reward_tokens": 9154.48,
        "profit_sb": 154.48,
        "profit_sb_percentage": 1.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "fe49d08d-f003-4b43-a94d-d480579a62e3",
            "gambit_id": "e2ecc5cd-7791-4be0-baa0-e62832ea7dc9",
            "last_updated": "2022-12-12T10:22:13.267128-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.27000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd057b8d-999e-4b1f-90df-a1c65aa8429d/?format=api"
        },
        {
            "id": "088c0134-81fc-40a9-94e7-85c759975f2f",
            "gambit_id": "96598138-3094-48cb-bd1a-202cff73e172",
            "last_updated": "2022-12-12T10:22:13.266023-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "3.28000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd057b8d-999e-4b1f-90df-a1c65aa8429d/?format=api"
        }
    ]
}