GET /api/bet_types/67f8ce9f-5e0d-4ab5-8516-56bc505dcfc1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67f8ce9f-5e0d-4ab5-8516-56bc505dcfc1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5fc01f1-b3a2-45a8-a545-f6efb71a4092/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-14T19:52:10.024089-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 147",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 147",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "07603fcd-8b8d-44d4-8222-363a6aac6e95",
            "gambit_id": "31cd5fde-54b5-41c8-8962-a3c47a7922df",
            "last_updated": "2023-03-17T10:47:24.759125-04:00",
            "created_at": "2023-03-14T19:52:10.025525-04:00",
            "name": "Game Total Under 147",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "147.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67f8ce9f-5e0d-4ab5-8516-56bc505dcfc1/?format=api"
        },
        {
            "id": "284764da-57de-49de-ad90-cb7d2640e39e",
            "gambit_id": "6695595d-2ed8-45d6-b86a-9226406e4d24",
            "last_updated": "2023-03-17T10:47:24.760195-04:00",
            "created_at": "2023-03-14T19:52:10.027284-04:00",
            "name": "Game Total Over 147",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "147.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67f8ce9f-5e0d-4ab5-8516-56bc505dcfc1/?format=api"
        }
    ]
}