GET /api/bet_types/7db89f26-ccb8-4420-9ac3-eaeb10838eec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7db89f26-ccb8-4420-9ac3-eaeb10838eec",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a22a0ee-a635-4ead-8a21-9f3772d53023/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-12T09:48:15.705886-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 219.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 219.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "94e23385-f904-4fca-a7d0-f711a908a7b1",
            "gambit_id": "753c53b7-cc9b-4fa8-96aa-cdfc9a73f923",
            "last_updated": "2024-01-15T10:08:20.563345-05:00",
            "created_at": "2024-01-12T09:48:15.713411-05:00",
            "name": "Game Total Under 219.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "219.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7db89f26-ccb8-4420-9ac3-eaeb10838eec/?format=api"
        },
        {
            "id": "2d7f34bf-d5ee-4f70-99cc-bffda963e4ed",
            "gambit_id": "cd341799-0410-419f-994d-8aac892558a8",
            "last_updated": "2024-01-15T10:08:20.558306-05:00",
            "created_at": "2024-01-12T09:48:15.709344-05:00",
            "name": "Game Total Over 219.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "219.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7db89f26-ccb8-4420-9ac3-eaeb10838eec/?format=api"
        }
    ]
}