GET /api/bet_types/981acc04-e43f-4873-9f88-58bb2a858ce6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "981acc04-e43f-4873-9f88-58bb2a858ce6",
    "match": "https://api-prod.gambitprofit.com/api/matches/91e0bdac-1e4e-46a9-b2f2-79529f53dff3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-21T08:37:11.527657-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 235",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 235",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "e512461e-d4e6-4bde-8477-930f2c58612e",
            "gambit_id": "5c8c3dcd-f796-4187-b3c1-327759e2970e",
            "last_updated": "2023-01-22T21:17:14.243283-05:00",
            "created_at": "2023-01-21T08:37:11.529735-05:00",
            "name": "Game Total Under 235",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/981acc04-e43f-4873-9f88-58bb2a858ce6/?format=api"
        },
        {
            "id": "8f5c56f8-d283-4660-ab61-2027bc3016c7",
            "gambit_id": "89de5e80-9548-4cd4-add9-2c0d23878276",
            "last_updated": "2023-01-22T21:17:14.244480-05:00",
            "created_at": "2023-01-21T08:37:11.531388-05:00",
            "name": "Game Total Over 235",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "235.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/981acc04-e43f-4873-9f88-58bb2a858ce6/?format=api"
        }
    ]
}