GET /api/bet_types/7a186f60-dabe-48da-b02c-4de98d8738e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a186f60-dabe-48da-b02c-4de98d8738e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5e19772-6e20-4535-9407-51f8e0c13cab/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-28T15:12:05.661845-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 2.5",
                "amount": 5255.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4745.0
            }
        ],
        "expected_reward_tokens": 9300.2,
        "profit_sb": -199.8,
        "profit_sb_percentage": -2.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "7beb0a9e-7f41-4583-8444-8209f89ac23d",
            "gambit_id": "9d0c722c-cd48-427f-a1df-8f26179ba8b3",
            "last_updated": "2023-05-01T12:27:21.893553-04:00",
            "created_at": "2023-04-28T15:12:05.663449-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a186f60-dabe-48da-b02c-4de98d8738e2/?format=api"
        },
        {
            "id": "b50d4e7e-06b7-4b03-a11a-7db6f043e4c8",
            "gambit_id": "f7cccaa2-8eb4-4cc6-a34b-87eeaa78d192",
            "last_updated": "2023-05-01T12:27:21.895088-04:00",
            "created_at": "2023-04-28T15:12:05.665101-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a186f60-dabe-48da-b02c-4de98d8738e2/?format=api"
        }
    ]
}