GET /api/bet_types/e6f298f8-a1fd-4335-8b1b-c46ea36accbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6f298f8-a1fd-4335-8b1b-c46ea36accbd",
    "match": "https://api-prod.gambitprofit.com/api/matches/20d878ab-a6c6-4473-bce8-2d5181b5c7eb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-29T14:18:04.460128-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 9.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "25e24be2-974e-46af-9e9a-221c85c2c8d9",
            "gambit_id": "f8159f06-1119-4345-8ce7-8624aaa5b247",
            "last_updated": "2023-07-30T10:03:23.864842-04:00",
            "created_at": "2023-07-29T14:18:04.472771-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6f298f8-a1fd-4335-8b1b-c46ea36accbd/?format=api"
        },
        {
            "id": "5d462568-b5ef-4a94-8afd-dfde8217242f",
            "gambit_id": "53489d80-24ef-4ae5-a9ae-9f41326d97c1",
            "last_updated": "2023-07-30T10:03:23.860859-04:00",
            "created_at": "2023-07-29T14:18:04.465885-04:00",
            "name": "Game Total Over 9.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6f298f8-a1fd-4335-8b1b-c46ea36accbd/?format=api"
        }
    ]
}