GET /api/bet_types/fd626554-8e13-4e07-a562-b94fe77fb346/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd626554-8e13-4e07-a562-b94fe77fb346",
    "match": "https://api-prod.gambitprofit.com/api/matches/7345e3f0-964e-4863-a40c-fc8ea4952a67/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-17T23:07:14.707602-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 Under 143.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 143.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7de74a13-62e2-4fae-8a6d-3cd323fa8384",
            "gambit_id": "da937082-5015-4f1b-9715-52230393a9e1",
            "last_updated": "2023-03-19T16:42:15.020585-04:00",
            "created_at": "2023-03-17T23:07:14.710001-04:00",
            "name": "Game Total Under 143.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "143.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd626554-8e13-4e07-a562-b94fe77fb346/?format=api"
        },
        {
            "id": "2e976dd2-e253-4f75-b204-d8b92dca34d2",
            "gambit_id": "88503125-73d2-465d-8e95-c3e718a54387",
            "last_updated": "2023-03-19T16:42:15.022047-04:00",
            "created_at": "2023-03-17T23:07:14.712943-04:00",
            "name": "Game Total Over 143.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "143.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd626554-8e13-4e07-a562-b94fe77fb346/?format=api"
        }
    ]
}