GET /api/bet_types/b176efb8-98bf-4dd8-b1c8-0da215c19c64/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b176efb8-98bf-4dd8-b1c8-0da215c19c64",
    "match": "https://api-prod.gambitprofit.com/api/matches/c265d2cb-664f-4b2e-94c3-428a79e0062f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-19T12:17:10.202855-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 5",
                "amount": 5599.0
            },
            {
                "team": "Game Total Under 5",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "47429369-566b-4a93-890b-140c21acc714",
            "gambit_id": "31273690-1f8c-4aa0-b831-44b6913f65e1",
            "last_updated": "2023-04-22T15:07:06.936712-04:00",
            "created_at": "2023-04-19T12:17:10.208906-04:00",
            "name": "Game Total Over 5",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b176efb8-98bf-4dd8-b1c8-0da215c19c64/?format=api"
        },
        {
            "id": "64dfea38-5c62-4f1c-8aaf-63f04962d585",
            "gambit_id": "089edbbe-d0d0-4e04-8ac8-605f73afca61",
            "last_updated": "2023-04-22T15:07:06.934397-04:00",
            "created_at": "2023-04-19T12:17:10.205802-04:00",
            "name": "Game Total Under 5",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b176efb8-98bf-4dd8-b1c8-0da215c19c64/?format=api"
        }
    ]
}