GET /api/bet_types/1cfdf79e-692a-44b1-a0c5-bc4b4687ce7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1cfdf79e-692a-44b1-a0c5-bc4b4687ce7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ad703cc-d026-457f-9295-62d18507fcef/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-11T08:53:07.533693-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 228",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 228",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f23ee3c-88a6-464f-8dee-3c0a762ec7e3",
            "gambit_id": "2df892fa-4346-4f31-96e7-6ebc53c1cb54",
            "last_updated": "2023-11-13T15:03:30.434447-05:00",
            "created_at": "2023-11-11T08:53:07.537848-05:00",
            "name": "Game Total Over 228",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cfdf79e-692a-44b1-a0c5-bc4b4687ce7d/?format=api"
        },
        {
            "id": "48a5c6e9-bb8e-43cc-b44e-6f1604e5f4a7",
            "gambit_id": "e396ec0c-6824-46ea-a327-af005b87eb15",
            "last_updated": "2023-11-13T15:03:30.437818-05:00",
            "created_at": "2023-11-11T08:53:07.542507-05:00",
            "name": "Game Total Under 228",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cfdf79e-692a-44b1-a0c5-bc4b4687ce7d/?format=api"
        }
    ]
}