GET /api/bet_types/c427bd9c-4fe4-4e1e-adc0-256ecbc03ab6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c427bd9c-4fe4-4e1e-adc0-256ecbc03ab6",
    "match": "https://api-prod.gambitprofit.com/api/matches/9285921c-b6af-4363-9835-4af2ccdacff4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-08T09:01:57.207166-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": "Game Total Over 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a2c6882c-bcf6-4449-85df-83237009d5c9",
            "gambit_id": "43020564-76b3-4d51-b759-c46e84085fd8",
            "last_updated": "2023-04-09T11:37:21.893787-04:00",
            "created_at": "2023-04-08T09:01:57.211341-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c427bd9c-4fe4-4e1e-adc0-256ecbc03ab6/?format=api"
        },
        {
            "id": "0df8b5ca-6408-48ff-992e-9ed21c661c18",
            "gambit_id": "24250cb0-242e-4e9c-9825-c77705d77c16",
            "last_updated": "2023-04-09T11:37:21.889087-04:00",
            "created_at": "2023-04-08T09:01:57.209140-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c427bd9c-4fe4-4e1e-adc0-256ecbc03ab6/?format=api"
        }
    ]
}