GET /api/bet_types/30f4d3b2-9565-4463-8b7a-f8b963d9a7d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30f4d3b2-9565-4463-8b7a-f8b963d9a7d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3c3c10c-7c71-4d0f-8ccc-fe2c7c5ee732/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-18T12:11:59.397335-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 Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f626eff-5f88-442c-95ae-6909cb497305",
            "gambit_id": "281a8770-a7b8-468f-aaba-02fbc61b4d27",
            "last_updated": "2023-04-19T17:22:14.038253-04:00",
            "created_at": "2023-04-18T12:11:59.401434-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30f4d3b2-9565-4463-8b7a-f8b963d9a7d1/?format=api"
        },
        {
            "id": "71b96b05-eda0-4b2d-9637-a6fa3abd863c",
            "gambit_id": "fefea9c7-446a-4821-bc4f-1fcd6803724f",
            "last_updated": "2023-04-19T17:22:14.041266-04:00",
            "created_at": "2023-04-18T12:11:59.404020-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30f4d3b2-9565-4463-8b7a-f8b963d9a7d1/?format=api"
        }
    ]
}