GET /api/bet_types/5d87ba53-a842-48e2-9db7-4f6d3bbde248/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d87ba53-a842-48e2-9db7-4f6d3bbde248",
    "match": "https://api-prod.gambitprofit.com/api/matches/0b3fa153-bfbc-423c-a36f-e0c0e0e708f3/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Over 8.5",
                "amount": 5110.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9044.7,
        "profit_sb": 44.7,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "dcbb5585-53f3-44ec-b56a-19a3fc8b4a28",
            "gambit_id": "6c1dca69-a3ec-4662-b14b-c8f9fe34c324",
            "last_updated": "2022-09-10T21:57:30.050997-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d87ba53-a842-48e2-9db7-4f6d3bbde248/?format=api"
        },
        {
            "id": "f5fb92f0-6e25-4447-a0c3-68c40f4064d9",
            "gambit_id": "51265a9f-b860-4bca-9a70-90246f4b3ec8",
            "last_updated": "2022-09-10T21:57:30.049931-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d87ba53-a842-48e2-9db7-4f6d3bbde248/?format=api"
        }
    ]
}