GET /api/bet_types/8f8318b6-8509-407d-b7c7-fdb1b8a1fc66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f8318b6-8509-407d-b7c7-fdb1b8a1fc66",
    "match": "https://api-prod.gambitprofit.com/api/matches/c01e40a6-60da-4284-b70a-ae0b06a149c2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-29T23:47:14.031649-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 Over 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "8ebe2cb9-eae7-4c28-b792-772392c2f06c",
            "gambit_id": "a4e04e74-88be-432c-b5b5-6a9979e84a5b",
            "last_updated": "2023-03-31T10:52:12.615778-04:00",
            "created_at": "2023-03-29T23:47:14.041047-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f8318b6-8509-407d-b7c7-fdb1b8a1fc66/?format=api"
        },
        {
            "id": "2f71eed0-929c-4d47-9926-8413a97b8ad4",
            "gambit_id": "f9a0cee7-bfd4-496f-9fc7-e774ed9bfded",
            "last_updated": "2023-03-31T10:52:12.613155-04:00",
            "created_at": "2023-03-29T23:47:14.036202-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f8318b6-8509-407d-b7c7-fdb1b8a1fc66/?format=api"
        }
    ]
}