GET /api/bet_types/de7c92e9-c1a6-402e-bc4f-e2f30d7d3180/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de7c92e9-c1a6-402e-bc4f-e2f30d7d3180",
    "match": "https://api-prod.gambitprofit.com/api/matches/2cf733ca-15ff-4335-a500-33d435884ac4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-21T09:37:04.264081-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": "Game Total Under 7",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "82dbf19a-7ddd-4793-92f8-5997fdf2656c",
            "gambit_id": "263abf2f-5c48-44b2-806e-d61df64c79c2",
            "last_updated": "2023-01-23T10:07:17.473756-05:00",
            "created_at": "2023-01-21T09:37:04.265457-05:00",
            "name": "Game Total Under 7",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de7c92e9-c1a6-402e-bc4f-e2f30d7d3180/?format=api"
        },
        {
            "id": "9b4ac203-e8e1-42a7-a386-1f0e69f0b958",
            "gambit_id": "cf013fb2-9817-4fe4-9943-504ddeb115b8",
            "last_updated": "2023-01-23T10:07:17.475650-05:00",
            "created_at": "2023-01-21T09:37:04.266851-05:00",
            "name": "Game Total Over 7",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de7c92e9-c1a6-402e-bc4f-e2f30d7d3180/?format=api"
        }
    ]
}