GET /api/bet_types/7aab5f63-6c4d-41f6-b8c5-8e89b75e4c8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7aab5f63-6c4d-41f6-b8c5-8e89b75e4c8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2e627ce-8c31-4a72-95be-1586eb477bcb/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-04T09:18:22.698793-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5516c5a3-6b22-4a17-8930-7c0de84408db",
            "gambit_id": "8e1c86c3-f573-4215-8b91-af5d637fc8ed",
            "last_updated": "2024-01-05T23:08:06.989106-05:00",
            "created_at": "2024-01-04T09:18:22.704093-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aab5f63-6c4d-41f6-b8c5-8e89b75e4c8e/?format=api"
        },
        {
            "id": "dd07ee8c-9feb-490b-a112-884c2792fd61",
            "gambit_id": "9cf2187f-0786-4d4a-a7ae-d52d161f742c",
            "last_updated": "2024-01-05T23:08:06.992840-05:00",
            "created_at": "2024-01-04T09:18:22.710904-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7aab5f63-6c4d-41f6-b8c5-8e89b75e4c8e/?format=api"
        }
    ]
}