GET /api/bet_types/de37a1f5-7005-4826-8a47-53396e06137e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de37a1f5-7005-4826-8a47-53396e06137e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d714047a-bd73-457f-a195-cb83a0501a1e/?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 Under 53",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 53",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "3e338ae5-dded-41bc-b9fa-16af42df48cd",
            "gambit_id": "e9b008fc-70e5-412a-ab21-17e17d027930",
            "last_updated": "2022-09-11T11:17:09.268984-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 53",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "53.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de37a1f5-7005-4826-8a47-53396e06137e/?format=api"
        },
        {
            "id": "0fd9b3d6-7205-4954-8c61-2074f4fa4559",
            "gambit_id": "a4ce2ec2-f419-4afe-9caa-cf1f42b40d11",
            "last_updated": "2022-09-11T11:17:09.270211-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 53",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "53.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de37a1f5-7005-4826-8a47-53396e06137e/?format=api"
        }
    ]
}