GET /api/bet_types/ba061195-19c2-4742-85f4-e5854a15f9dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba061195-19c2-4742-85f4-e5854a15f9dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a170d9b-0f2e-4939-a855-b88ba7fb21a8/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-21T09:33:13.695111-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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c71cf15c-63b6-4fb6-bef4-0a9bb74b7b05",
            "gambit_id": "0c42f313-64ce-45e3-9c8a-18df9a66303e",
            "last_updated": "2024-01-23T18:48:25.873302-05:00",
            "created_at": "2024-01-21T09:33:13.698834-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba061195-19c2-4742-85f4-e5854a15f9dc/?format=api"
        },
        {
            "id": "1a02703c-c04a-4970-b733-2bdccdaefd6c",
            "gambit_id": "8f611d17-7998-42d9-bdb3-2a695af6ac49",
            "last_updated": "2024-01-23T18:48:25.876762-05:00",
            "created_at": "2024-01-21T09:33:13.702867-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba061195-19c2-4742-85f4-e5854a15f9dc/?format=api"
        }
    ]
}