GET /api/bet_types/da6b0697-40ec-4abb-bf7f-a4cd472c22f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da6b0697-40ec-4abb-bf7f-a4cd472c22f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc73cda4-afe3-4b7c-9e11-5d9e6dcd105c/?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",
                "amount": 5096.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4904.0
            }
        ],
        "expected_reward_tokens": 9070.88,
        "profit_sb": 70.88,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "958d0f7c-6f31-4087-bede-fe505f6c32df",
            "gambit_id": "e26e01d0-6fc5-47eb-a4d2-6419bb693504",
            "last_updated": "2022-09-02T08:57:02.887424-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da6b0697-40ec-4abb-bf7f-a4cd472c22f7/?format=api"
        },
        {
            "id": "ae732e38-035b-4a3e-bc31-f54090176212",
            "gambit_id": "dc9e69e6-b90e-4e1a-83fa-98ae8b558cbc",
            "last_updated": "2022-09-02T08:57:02.886767-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da6b0697-40ec-4abb-bf7f-a4cd472c22f7/?format=api"
        }
    ]
}