GET /api/bet_types/67d434dc-b5af-416c-8bb2-1ed3d4471a77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67d434dc-b5af-416c-8bb2-1ed3d4471a77",
    "match": "https://api-prod.gambitprofit.com/api/matches/901b8cd8-dc78-437f-b6c2-4dcd09f26327/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-12T10:03:08.825292-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.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 235.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "28240179-a332-4f27-90ed-404968df1416",
            "gambit_id": "eef10178-1e45-4ed9-a2da-0dea7457120e",
            "last_updated": "2023-12-13T09:43:10.437519-05:00",
            "created_at": "2023-12-12T10:03:08.862843-05:00",
            "name": "Game Total Under 235.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67d434dc-b5af-416c-8bb2-1ed3d4471a77/?format=api"
        },
        {
            "id": "8be3f1f6-66d6-4c91-88ab-516049fd6f5e",
            "gambit_id": "9cd3aca7-de4a-458f-9168-082e5a528403",
            "last_updated": "2023-12-13T09:43:10.433902-05:00",
            "created_at": "2023-12-12T10:03:08.844972-05:00",
            "name": "Game Total Over 235.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "235.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67d434dc-b5af-416c-8bb2-1ed3d4471a77/?format=api"
        }
    ]
}