GET /api/bet_types/38fc3cea-0d7a-4e8b-ba1a-f060127eb14b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38fc3cea-0d7a-4e8b-ba1a-f060127eb14b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4541546-78d7-4799-a7ac-89f3f37962c9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-24T13:02:09.996544-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": "Game Total Over 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f78efa45-a98a-4086-8da8-08129608d569",
            "gambit_id": "12785c2b-c527-492b-9977-fa2e00458e92",
            "last_updated": "2023-04-25T11:42:20.608528-04:00",
            "created_at": "2023-04-24T13:02:10.001597-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38fc3cea-0d7a-4e8b-ba1a-f060127eb14b/?format=api"
        },
        {
            "id": "b5e945cc-169e-4778-9097-73c8b79a334e",
            "gambit_id": "9e1d3a7e-490a-4082-9757-94042fdb0752",
            "last_updated": "2023-04-25T11:42:20.606765-04:00",
            "created_at": "2023-04-24T13:02:09.998832-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38fc3cea-0d7a-4e8b-ba1a-f060127eb14b/?format=api"
        }
    ]
}