GET /api/bet_types/4db82f0e-375d-4544-af2c-215d92efd833/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4db82f0e-375d-4544-af2c-215d92efd833",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd79857e-9630-4853-92bd-d64d1b48c0f8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-14T09:58:10.568666-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": "Indianapolis Colts",
                "amount": 5000.0
            },
            {
                "team": "Houston Texans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "573df7a0-1c6d-43de-9fe2-92a345f75857",
            "gambit_id": "d0e12921-2494-449f-a47e-95e7aedae52f",
            "last_updated": "2023-09-18T15:43:23.098487-04:00",
            "created_at": "2023-09-14T09:58:10.572704-04:00",
            "name": "Indianapolis Colts",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4db82f0e-375d-4544-af2c-215d92efd833/?format=api"
        },
        {
            "id": "cc473347-dfd1-4075-bd36-5934298bfe04",
            "gambit_id": "aa949132-58d0-4e65-aa74-f0dbaf3ef0b3",
            "last_updated": "2023-09-18T15:43:23.104307-04:00",
            "created_at": "2023-09-14T09:58:10.579016-04:00",
            "name": "Houston Texans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4db82f0e-375d-4544-af2c-215d92efd833/?format=api"
        }
    ]
}