GET /api/bet_types/d394b8eb-4b4b-4fec-84d6-ffa852d6ef16/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d394b8eb-4b4b-4fec-84d6-ffa852d6ef16",
    "match": "https://api-prod.gambitprofit.com/api/matches/af3b45cd-71d1-4b8b-b497-fe67bc77f23a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-19T00:01:55.570836-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 139",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 139",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c06541db-2c61-4d0f-96cf-2356f4644418",
            "gambit_id": "398742aa-f40f-4fed-9a50-e1333fd8e9cd",
            "last_updated": "2023-03-20T10:42:12.217975-04:00",
            "created_at": "2023-03-19T00:01:55.572612-04:00",
            "name": "Game Total Under 139",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "139.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d394b8eb-4b4b-4fec-84d6-ffa852d6ef16/?format=api"
        },
        {
            "id": "04cf670e-589b-41d4-b60b-8abdbc869e87",
            "gambit_id": "9360aa33-a44e-49d7-9be1-bb18becfb8c6",
            "last_updated": "2023-03-20T10:42:12.221426-04:00",
            "created_at": "2023-03-19T00:01:55.574306-04:00",
            "name": "Game Total Over 139",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "139.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d394b8eb-4b4b-4fec-84d6-ffa852d6ef16/?format=api"
        }
    ]
}