GET /api/bet_types/4f6a567d-fad9-479f-a403-3cd3852a05a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4f6a567d-fad9-479f-a403-3cd3852a05a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/8db581a4-707c-42f9-8ca3-5298cd903e36/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-14T12:02:17.280012-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 38.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 38.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "dcc74504-e961-48dd-babc-0b0d822d91b0",
            "gambit_id": "f62c7c74-4ae3-4b60-b216-47c3c40d46ac",
            "last_updated": "2023-04-17T11:42:04.961955-04:00",
            "created_at": "2023-04-14T12:02:17.281541-04:00",
            "name": "Game Total Under 38.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f6a567d-fad9-479f-a403-3cd3852a05a1/?format=api"
        },
        {
            "id": "029d0e12-d4b3-48db-8852-96c123a44937",
            "gambit_id": "97be9334-6221-42f9-b266-56ecbf452893",
            "last_updated": "2023-04-17T11:42:04.965762-04:00",
            "created_at": "2023-04-14T12:02:17.282987-04:00",
            "name": "Game Total Over 38.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f6a567d-fad9-479f-a403-3cd3852a05a1/?format=api"
        }
    ]
}