GET /api/bet_types/ed53bd5a-8ad4-4c22-97f6-d3ab4dff0f8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed53bd5a-8ad4-4c22-97f6-d3ab4dff0f8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/de88e93a-69a4-48e9-9910-de2a3c7e07cc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-25T09:46:54.387655-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 Under 239.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 239.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1585000-8c60-43f2-80c7-a1e7b5b2a3f3",
            "gambit_id": "efd6a33c-c73a-4c60-8ca3-78f1040d630e",
            "last_updated": "2023-01-26T10:57:01.864814-05:00",
            "created_at": "2023-01-25T09:46:54.388904-05:00",
            "name": "Game Total Under 239.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed53bd5a-8ad4-4c22-97f6-d3ab4dff0f8d/?format=api"
        },
        {
            "id": "567be71a-0d82-45ba-95eb-a60aebf6098b",
            "gambit_id": "58c7c980-fe4c-48b6-a52b-742ba31036f6",
            "last_updated": "2023-01-26T10:57:01.868001-05:00",
            "created_at": "2023-01-25T09:46:54.390192-05:00",
            "name": "Game Total Over 239.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "239.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed53bd5a-8ad4-4c22-97f6-d3ab4dff0f8d/?format=api"
        }
    ]
}