GET /api/bet_types/143cb7ea-88b7-47d5-8777-e5d43ff1a491/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "143cb7ea-88b7-47d5-8777-e5d43ff1a491",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ddfc6ac-2f6d-4b01-88c9-21c68a3b7e39/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-27T09:18:12.382093-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 Under 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f1100945-adbb-420a-81fc-b64dd1e785f3",
            "gambit_id": "ae87ae92-ac44-4582-b9db-e293b474fe8d",
            "last_updated": "2024-01-29T21:53:07.871047-05:00",
            "created_at": "2024-01-27T09:18:12.390781-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/143cb7ea-88b7-47d5-8777-e5d43ff1a491/?format=api"
        },
        {
            "id": "aab7026b-4760-406b-ac09-405bc1ad236d",
            "gambit_id": "d197f88d-7691-4a38-829d-393720ffebe7",
            "last_updated": "2024-01-29T21:53:07.867347-05:00",
            "created_at": "2024-01-27T09:18:12.386525-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/143cb7ea-88b7-47d5-8777-e5d43ff1a491/?format=api"
        }
    ]
}