GET /api/bet_types/430a1724-4696-4530-9e1c-19bdcea3a818/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "430a1724-4696-4530-9e1c-19bdcea3a818",
    "match": "https://api-prod.gambitprofit.com/api/matches/df4e95b2-3412-4235-bbd8-7ca3929e6488/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-20T08:33:21.125553-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 8.5",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "159f6c75-ebcc-4c8c-8f75-b032157e0b4d",
            "gambit_id": "de3e9cdf-02a5-48ca-98a1-600e3eae0262",
            "last_updated": "2023-06-22T10:13:03.391875-04:00",
            "created_at": "2023-06-20T08:33:21.128027-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/430a1724-4696-4530-9e1c-19bdcea3a818/?format=api"
        },
        {
            "id": "f3822c95-3155-4d4d-8a82-30b4fa75d3f3",
            "gambit_id": "89dd8a89-d003-48fe-b068-e36337b47dbc",
            "last_updated": "2023-06-22T10:13:03.394254-04:00",
            "created_at": "2023-06-20T08:33:21.130417-04:00",
            "name": "Game Total Under 8.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/430a1724-4696-4530-9e1c-19bdcea3a818/?format=api"
        }
    ]
}