GET /api/bet_types/de508db9-391f-4e33-b764-973b22574b7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de508db9-391f-4e33-b764-973b22574b7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e476fc3-f2ec-47b0-aeb8-7cfce4527de0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-04T10:37:56.567186-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 Under 230.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 230.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0120cad0-288e-4966-8c58-622337fc558e",
            "gambit_id": "0aba3c83-48a9-42e5-b492-2efcccbf2572",
            "last_updated": "2023-03-06T10:32:11.052186-05:00",
            "created_at": "2023-03-04T10:37:56.568475-05:00",
            "name": "Game Total Under 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de508db9-391f-4e33-b764-973b22574b7b/?format=api"
        },
        {
            "id": "9f6dbcf2-1ecd-4a6d-bae8-5789875a4893",
            "gambit_id": "74074c8e-4100-4a3a-a77f-0b42649e700f",
            "last_updated": "2023-03-06T10:32:11.053569-05:00",
            "created_at": "2023-03-04T10:37:56.569742-05:00",
            "name": "Game Total Over 230.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "230.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de508db9-391f-4e33-b764-973b22574b7b/?format=api"
        }
    ]
}