GET /api/bet_types/6f708408-eb46-4075-ae61-97207cd18cd8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f708408-eb46-4075-ae61-97207cd18cd8",
    "match": "https://api-prod.gambitprofit.com/api/matches/72f3966f-5ce0-4889-90c7-91bcd08c8159/?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 55",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 55",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "79ce0168-0c9c-4f95-be6d-77879664d917",
            "gambit_id": "8f6c2145-78dc-4026-9143-a128189afceb",
            "last_updated": "2022-10-23T21:41:54.327638-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 55",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "55.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f708408-eb46-4075-ae61-97207cd18cd8/?format=api"
        },
        {
            "id": "995d6028-86bc-4af1-aae2-5b09a9699ac0",
            "gambit_id": "9b111c9a-85a0-4e86-a404-dc49fd80f112",
            "last_updated": "2022-10-23T21:41:54.326586-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 55",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "55.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f708408-eb46-4075-ae61-97207cd18cd8/?format=api"
        }
    ]
}