GET /api/bet_types/5127e0e0-c494-4ecc-84f9-bbe629b9e6e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5127e0e0-c494-4ecc-84f9-bbe629b9e6e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/96f12d96-e08a-4988-ae12-138413707b5d/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-25T13:28:12.192187-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 240",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 240",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "960953d5-263a-4d76-a927-573c5d6e4b10",
            "gambit_id": "8a7d91cf-9494-49b2-a25d-cda7fe5c2a4f",
            "last_updated": "2024-01-26T20:48:21.047630-05:00",
            "created_at": "2024-01-25T13:28:12.196652-05:00",
            "name": "Game Total Over 240",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5127e0e0-c494-4ecc-84f9-bbe629b9e6e6/?format=api"
        },
        {
            "id": "0be8cffb-e459-4c19-84e1-a5a2eb6fef1f",
            "gambit_id": "e1cf0c30-6b11-4f70-bc7d-bd7020fbf1dc",
            "last_updated": "2024-01-26T20:48:21.054277-05:00",
            "created_at": "2024-01-25T13:28:12.201454-05:00",
            "name": "Game Total Under 240",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5127e0e0-c494-4ecc-84f9-bbe629b9e6e6/?format=api"
        }
    ]
}