GET /api/bet_types/89f0083d-df3f-4706-99d4-7d1f07cd6f45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89f0083d-df3f-4706-99d4-7d1f07cd6f45",
    "match": "https://api-prod.gambitprofit.com/api/matches/64819708-04cc-4e51-9e9a-3fb265659b47/?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 6",
                "amount": 5106.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "581a1071-e42b-420f-b1fc-2d5dda3d3f35",
            "gambit_id": "a90ba856-e887-4e95-aec8-0441ec9f1dc0",
            "last_updated": "2022-10-14T10:02:04.607967-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89f0083d-df3f-4706-99d4-7d1f07cd6f45/?format=api"
        },
        {
            "id": "b4d9c487-adc8-4df7-b21b-c132e9eeef56",
            "gambit_id": "e40bf581-4dad-455d-9333-5f98b5432963",
            "last_updated": "2022-10-14T10:02:04.606810-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89f0083d-df3f-4706-99d4-7d1f07cd6f45/?format=api"
        }
    ]
}