GET /api/bet_types/b78b938a-45fb-4217-97d6-7e212ffad05a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b78b938a-45fb-4217-97d6-7e212ffad05a",
    "match": "https://api-prod.gambitprofit.com/api/matches/0105f76c-52ee-4fcb-893e-a64c41140e9d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-02T08:23:15.597320-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e3b9959d-fa29-42ff-80fd-52c266a9e148",
            "gambit_id": "081f149b-4ab0-48f3-b5a4-73b6fa7f797b",
            "last_updated": "2023-08-03T10:58:01.431737-04:00",
            "created_at": "2023-08-02T08:23:15.608821-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b78b938a-45fb-4217-97d6-7e212ffad05a/?format=api"
        },
        {
            "id": "99c62e91-84e7-425b-b2a3-6619e90c1055",
            "gambit_id": "7b1cecc2-7a24-4523-804e-e8ff293e86a1",
            "last_updated": "2023-08-03T10:58:01.426256-04:00",
            "created_at": "2023-08-02T08:23:15.602374-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b78b938a-45fb-4217-97d6-7e212ffad05a/?format=api"
        }
    ]
}