GET /api/bet_types/61be485c-0877-44db-a48a-6b1530e3fe84/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61be485c-0877-44db-a48a-6b1530e3fe84",
    "match": "https://api-prod.gambitprofit.com/api/matches/327abbf4-8385-4690-b20e-75860e019246/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-25T10:43:16.592744-04: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": "Total Rounds Over 1.5",
                "amount": 5000.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": -350.0,
        "profit_sb_percentage": -3.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "509f2146-43fe-4480-a1e9-64007f8f60d3",
            "gambit_id": "7047ce23-4f76-4fd9-94cf-59bafc5d68b9",
            "last_updated": "2023-08-28T18:53:02.874183-04:00",
            "created_at": "2023-08-25T10:43:16.597678-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61be485c-0877-44db-a48a-6b1530e3fe84/?format=api"
        },
        {
            "id": "75d71d94-7bc2-4ebb-86b9-c1b10814715f",
            "gambit_id": "22f9b13f-ee9d-428c-9c00-47b6cadbe101",
            "last_updated": "2023-08-28T18:53:02.877782-04:00",
            "created_at": "2023-08-25T10:43:16.602099-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61be485c-0877-44db-a48a-6b1530e3fe84/?format=api"
        }
    ]
}