GET /api/bet_types/f5e05e24-ae6e-4806-a2d9-949627120610/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5e05e24-ae6e-4806-a2d9-949627120610",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7354588-20c2-42c5-bc86-507845cd51d7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-24T11:07:04.457319-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 Under 2.5",
                "amount": 5190.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4810.0
            }
        ],
        "expected_reward_tokens": 9186.3,
        "profit_sb": -313.7,
        "profit_sb_percentage": -3.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "2c748dad-5783-486b-a428-58518e9d1da6",
            "gambit_id": "e5796d9c-2895-4a9c-b5eb-145506f8ae33",
            "last_updated": "2023-03-27T11:51:56.672147-04:00",
            "created_at": "2023-03-24T11:07:04.458973-04:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5e05e24-ae6e-4806-a2d9-949627120610/?format=api"
        },
        {
            "id": "7d5085f6-4893-498f-bb05-832360619f7f",
            "gambit_id": "861f9363-d93c-4a62-8e6b-db0a135dfd40",
            "last_updated": "2023-03-27T11:51:56.674701-04:00",
            "created_at": "2023-03-24T11:07:04.460836-04:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5e05e24-ae6e-4806-a2d9-949627120610/?format=api"
        }
    ]
}