GET /api/bet_types/b78e5726-aa1f-4891-bd35-a07315717372/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b78e5726-aa1f-4891-bd35-a07315717372",
    "match": "https://api-prod.gambitprofit.com/api/matches/22fc0427-8ecd-421e-8dc0-17f4afd7a14b/?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": "9d911e10-ac83-4728-bea7-25bd900b580c",
            "gambit_id": "b9b2d1f6-898a-423b-81a1-d4ddbf0ca32c",
            "last_updated": "2022-10-15T18:57:03.128501-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/b78e5726-aa1f-4891-bd35-a07315717372/?format=api"
        },
        {
            "id": "465be224-c129-464a-9759-8db343cb7e9c",
            "gambit_id": "46c940aa-8c94-49fa-a4d4-6747f6ea7234",
            "last_updated": "2022-10-15T18:57:03.127445-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/b78e5726-aa1f-4891-bd35-a07315717372/?format=api"
        }
    ]
}