GET /api/bet_types/d06a64fc-01d5-44ca-badf-b7a4e9394fbe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d06a64fc-01d5-44ca-badf-b7a4e9394fbe",
    "match": "https://api-prod.gambitprofit.com/api/matches/774e7623-1b2f-404d-a1b9-18b40d499a6e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-03T12:12:08.392901-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 2.5",
                "amount": 6714.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3286.0
            }
        ],
        "expected_reward_tokens": 9265.32,
        "profit_sb": -234.68,
        "profit_sb_percentage": -2.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "25a42e51-8090-409b-84c8-a3db3a9485e6",
            "gambit_id": "00c90c7a-ce9b-4fd2-b7a3-23359cffee24",
            "last_updated": "2023-05-04T11:27:05.373519-04:00",
            "created_at": "2023-05-03T12:12:08.395934-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d06a64fc-01d5-44ca-badf-b7a4e9394fbe/?format=api"
        },
        {
            "id": "a684c86b-7b72-47ae-a620-129fb01d54d8",
            "gambit_id": "2afc3459-4417-41c7-b98b-79cd1bd59cba",
            "last_updated": "2023-05-04T11:27:05.372450-04:00",
            "created_at": "2023-05-03T12:12:08.394345-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.82000",
            "odds": "2.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d06a64fc-01d5-44ca-badf-b7a4e9394fbe/?format=api"
        }
    ]
}