GET /api/bet_types/1f388b72-8fd4-4248-ade8-388d5b7f661c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f388b72-8fd4-4248-ade8-388d5b7f661c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3480795-707a-40fe-b0bb-dbb8aa22b6ff/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Over 6.5",
                "amount": 5316.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "72fbb8ed-6563-412b-9372-fa8cc918e596",
            "gambit_id": "345d1f54-8d8c-4acf-a675-83be82be9ece",
            "last_updated": "2022-10-29T10:37:11.556801-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f388b72-8fd4-4248-ade8-388d5b7f661c/?format=api"
        },
        {
            "id": "fae3a29c-781b-472f-a3d9-1e156ec2854e",
            "gambit_id": "db6bf367-4572-4422-b63a-a6e4bbada429",
            "last_updated": "2022-10-29T10:37:11.555625-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f388b72-8fd4-4248-ade8-388d5b7f661c/?format=api"
        }
    ]
}