GET /api/bet_types/e42cb64d-f62e-4c9d-8c1c-181cbce54072/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e42cb64d-f62e-4c9d-8c1c-181cbce54072",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb05e7d7-ae62-4ccd-bf5a-4ea5b67ad27a/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-21T09:33:16.407155-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 229",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "514a9e2a-96e7-4cf9-9712-1d6b6ce7df8a",
            "gambit_id": "b35a8177-459b-492b-9199-c7e94ad913cf",
            "last_updated": "2024-01-23T18:43:25.837256-05:00",
            "created_at": "2024-01-21T09:33:16.415196-05:00",
            "name": "Game Total Over 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e42cb64d-f62e-4c9d-8c1c-181cbce54072/?format=api"
        },
        {
            "id": "a52e2003-bfb0-44d3-a8d3-21361242f74d",
            "gambit_id": "4ccdf441-aa32-4506-b255-bd4409d9dc3c",
            "last_updated": "2024-01-23T18:43:25.841131-05:00",
            "created_at": "2024-01-21T09:33:16.410594-05:00",
            "name": "Game Total Under 229",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e42cb64d-f62e-4c9d-8c1c-181cbce54072/?format=api"
        }
    ]
}